-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): update all dependencies (non-major) #99
Conversation
bfa4b92
to
45ca2c9
Compare
ff432f5
to
acd5268
Compare
3658c59
to
02b4860
Compare
f0fcaf0
to
a1cb85c
Compare
c4cfa70
to
1799b11
Compare
4d5478e
to
508569f
Compare
3e75a09
to
e79a91d
Compare
e79a91d
to
03c7b70
Compare
For some reason Renovate didn't update all dependencies with non-major changes in package.json
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. ⚠ Warning: custom changes will be lost. |
@@ -29,7 +29,7 @@ describe('tabs', () => { | |||
setup: () => ({ model }) | |||
} | |||
const wrapper = mount(TabFixture) | |||
assert.equal(wrapper.text(), 'Foo Bar OMG') | |||
assert.equal(wrapper.text(), 'Foo BarOMG') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This change is a result of text()
method trimming text in elements. https://github.com/vuejs/test-utils/releases/tag/v2.4.2
This PR contains the following updates:
4.0.50
->4.0.60
1.5.1
->1.5.4
4.3.0
->4.7.0
4.3.0
->4.7.0
4.3.0
->4.7.0
4.3.0
->4.7.0
4.3.3
->4.6.2
3.3.4
->3.4.14
2.4.1
->2.4.3
1.3.0
->1.4.0
1.1.0
->1.6.0
0.19.2
->0.19.11
12.9.1
->12.10.3
^0.6.8
->^0.9.0
^0.56.0
->^0.58.0
4.4.9
->4.5.1
0.34.3
->0.34.6
3.3.4
->3.4.14
4.2.4
->4.2.5
Release Notes
eik-lib/rollup-plugin (@eik/rollup-plugin)
v4.0.60
Compare Source
Bug Fixes
v4.0.59
Compare Source
Bug Fixes
v4.0.58
Compare Source
Bug Fixes
v4.0.57
Compare Source
Bug Fixes
v4.0.56
Compare Source
Bug Fixes
v4.0.55
Compare Source
Bug Fixes
v4.0.54
Compare Source
Bug Fixes
v4.0.53
Compare Source
Bug Fixes
v4.0.52
Compare Source
Bug Fixes
v4.0.51
Compare Source
Bug Fixes
floating-ui/floating-ui (@floating-ui/dom)
v1.5.4
Compare Source
Patch Changes
4c04669
: chore: exports .d.mts types, solves #24720d18e37
: refactor: avoid $ appearing in rects dimensions4c04669
]afb7e5e
]v1.5.3
Compare Source
Patch Changes
a6c72f5
: fix(getOverflowAncestors): avoid traversing into iframes forclipping detection
a6c72f5
]0ef68ff
]v1.5.2
Compare Source
Patch Changes
3426bc2
: fix: traverse into iframe parents when finding overflow ancestorslingui/js-lingui (@lingui/cli)
v4.7.0
Compare Source
Bug Fixes
Features
v4.6.0
Compare Source
Bug Fixes
Features
Reverts
v4.5.0
Compare Source
Features
4.4.2 (2023-08-31)
Reverts
4.4.1 (2023-08-30)
Bug Fixes
Features
v4.4.2
Compare Source
Reverts
v4.4.1
Compare Source
Bug Fixes
Features
v4.4.0
Compare Source
Bug Fixes
Features
vitejs/vite-plugin-vue (@vitejs/plugin-vue)
v4.5.0
v4.4.1
v4.4.0
@ts-ignore
when accessinglegacy?.buildSsrCjsExternalHeuristics
(#255) (04c3b0b), closes #255v4.3.4
Compare Source
api
(#177) (269121e), closes #177vuejs/core (@vue/compiler-sfc)
v3.4.14
Compare Source
Bug Fixes
v3.4.13
Compare Source
Bug Fixes
v3.4.12
Compare Source
Reverts
v3.4.11
Compare Source
Bug Fixes
v3.4.10
Compare Source
Bug Fixes
v3.4.9
Compare Source
Bug Fixes
v3.4.8
Compare Source
Bug Fixes
v3.4.7
Compare Source
Bug Fixes
<template>
tags (#10034) (923d560)h
(#9991) (438a74a)Reverts
v3.4.6
Compare Source
Bug Fixes
null
type for textarea value (#9997) (c379bc2), closes #9904v3.4.5
Compare Source
Bug Fixes
v3.4.4
Compare Source
Bug Fixes
watchEffect
(#9948) (f300a40)Performance Improvements
v3.4.3
Compare Source
Bug Fixes
v3.4.2
Compare Source
Bug Fixes
v3.4.1
Compare Source
Bug Fixes
Features
v3.4.0
Compare Source
Potential Actions Needed
To fully leverage new features in 3.4, it is recommended to also update the following dependencies when upgrading to 3.4:
If using TSX with Vue, check actions needed in Removed: Global JSX Namespace.
Make sure you are no longer using any deprecated features (if you are, you should have warnings in the console telling you so). They may have been removed in 3.4.
Features
once
option to watch (#9034) (a645e7a)using
syntax (#8786) (5b2bd1d)defineModel
support local mutation by default, remove local option (f74785b), closes /github.com/vuejs/rfcs/discussions/503#discussioncomment-7566278__VUE_PROD_HYDRATION_MISMATCH_DETAILS__
feature flag (#9550) (bc7698d)FunctionalComponent
(#8644) (927ab17)AriaAttributes
type (#8909) (fd0b6ba)ObjectPlugin
andFunctionPlugin
types (#8946) (fa4969e), closes #8577DefineProps
type (096ba81)PublicProps
type (#2403) (44135dc)h
with native elements (#9756) (a625376)ComponentInstance
type (#5408) (bfb8565)Performance Improvements
BREAKING CHANGES
Global JSX Registration Removed
Starting in 3.4, Vue no longer registers the global
JSX
namespace by default. This is necessary to avoid global namespace collision with React so that TSX of both libs can co-exist in the same project. This should not affect SFC-only users with latest version of Volar.If you are using TSX, there are two options:
Explicitly set jsxImportSource to
'vue'
intsconfig.json
before upgrading to 3.4. You can also opt-in per file by adding a/* @​jsxImportSource vue */
comment at the top of the file.If you have code that depends on the presence of the global
JSX
namespace, e.g. usage of types likeJSX.Element
etc., you can retain the exact pre-3.4 global behavior by explicitly referencingvue/jsx
, which registers the globalJSX
namespace.Note that this is a type-only breaking change in a minor release, which adheres to our release policy.
Deprecated Features Removed
app.config.unwrapInjectedRef
has been removed. It was deprecated and enabled by default in 3.3. In 3.4 it is no longer possible to disable this behavior.@vnodeXXX
event listeners in templates are now a compiler error instead of a deprecation warning. Use@vue:XXX
listeners instead.v-is
directive has been removed. It was deprecated in 3.3. Use theis
attribute withvue:
prefix instead.v3.3.13
Compare Source
Bug Fixes
v3.3.12
Compare Source
Bug Fixes
Configuration
📅 Schedule: Branch creation - "every weekend after 4am" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate. View repository job log here.