-
Notifications
You must be signed in to change notification settings - Fork 122
fix(deps): update vue monorepo #246
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
Open
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/vue-monorepo
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
09e1d17
to
1a5b02b
Compare
1a5b02b
to
397d2fe
Compare
397d2fe
to
cb7e7ab
Compare
cb7e7ab
to
54d7d0c
Compare
2f5b294
to
f47d66a
Compare
db67af1
to
74c4ef8
Compare
759e803
to
3d6ed81
Compare
f4a2470
to
7391534
Compare
9babf8c
to
6e59238
Compare
1f13569
to
5fc2b40
Compare
deb4217
to
0073d9a
Compare
0073d9a
to
cea4e94
Compare
8cfade8
to
9783c23
Compare
9783c23
to
773760d
Compare
773760d
to
3997fe9
Compare
3997fe9
to
b689737
Compare
45ff212
to
f548123
Compare
f548123
to
f6e18d4
Compare
f6e18d4
to
47cdac0
Compare
da91d48
to
2b531d3
Compare
2b531d3
to
6e46b1b
Compare
6e46b1b
to
6839336
Compare
6839336
to
a4dc277
Compare
830b140
to
debd77d
Compare
debd77d
to
2b638b9
Compare
2b638b9
to
6cb7f0e
Compare
cabab65
to
7157624
Compare
664b779
to
885eb73
Compare
80c512c
to
318d716
Compare
318d716
to
7ae2b12
Compare
7ae2b12
to
f362edc
Compare
f362edc
to
43b0aa2
Compare
43b0aa2
to
004ea33
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^3.1.2
->^3.2.4
^3.0.5
->^3.2.4
3.1.5
->3.5.13
^3.0.5
->^3.5.13
3.1.5
->3.5.13
^3.1.2
->^3.2.4
^3.0.5
->^3.2.4
3.1.5
->3.5.13
2.7.14
->2.7.16
2.5.22
->2.7.16
2.7.14
->2.7.16
2.7.14
->2.7.16
2.5.22
->2.7.16
Release Notes
vuejs/core (@vue/compiler-sfc)
v3.5.13
Compare Source
Bug Fixes
Performance Improvements
v3.5.12
Compare Source
Bug Fixes
ifNode
(#12131) (cde2c06), closes vuejs/language-tools#4911undefined
(#12055) (7ad289e), closes #12054this.$props
type does not includestring
(#12123) (704173e), closes #12122Performance Improvements
v3.5.11
Compare Source
Bug Fixes
TSSatisfiesExpression
when transforming props destructure (#12062) (2328b05), closes #12061next
property during batch processing (#12075) (d3f5e6e), closes #12072TypeProps
when it isany
(#12073) (57315ab), closes #12058PublicProps
withProps
(#12077) (6f85894)Ref
correctly (#12094) (c97bb84)v3.5.10
Compare Source
Bug Fixes
v3.5.9
Compare Source
Bug Fixes
v3.5.8
Compare Source
Bug Fixes
v3.5.7
Compare Source
Bug Fixes
duration
setting even when it is0
(#11967) (f927a4a)Performance Improvements
v3.5.6
Compare Source
Bug Fixes
once
option should be ignored by watchEffect (#11884) (49fa673)v3.5.5
Compare Source
Bug Fixes
<textarea>
and<pre>
(a5f3c2e), closes #11873 #11874v3.5.4
Compare Source
Bug Fixes
TypeEmits
with both tuple and function syntax (#11840) (dad6738), closes #11836Performance Improvements
v3.5.3
Compare Source
Bug Fixes
v3.5.2
Compare Source
Bug Fixes
Features
v3.5.1
Compare Source
Bug Fixes
concat
method (#11794) (475977a), closes #11792Readonly<...>
to fix JSDoc emit (#11799) (7518bc1)v3.5.0
Compare Source
Aggregated Features List for 3.5 (alpha to stable)
Reactivity
onEffectCleanup
API (2cc5615), closes #10173failSilently
argument foronScopeDispose
(9a936aa)watch
,getCurrentWatcher
, andonWatcherCleanup
(#9927) (205e5b5)deep
option to control the watch depth (#9572) (22f7d96)MultiWatchSources
type (#9563) (998dca5)SSR
useId()
andapp.config.idPrefix
(#11404) (73ef156)Custom Element
useHost()
helper (775103a)useShadowRoot()
helper (5a1a89b), closes #6113 #8195this.$host
in Options API (1ef8f46):host
selector by applying css vars on host element (#8830) (03a9ea2), closes #8826nonce
option for injected style tags (bb4a02a), closes #6530shadowRoot: false
indefineCustomElement()
(37d2ce5), closes #4314 #4404Teleport
Misc
useTemplateRef()
(3ba70e4)app.onUnmount()
for registering cleanup functions (#4619) (582a3a3), closes #4516app.config.throwUnhandledErrorInProduction
(f476b7f), closes #7876Symbol
global in template expressions (#9069) (a501a85)Internals
Bug Fixes
className
during SSR (#11722) (52cdb0f)Configuration
📅 Schedule: Branch creation - "after 4pm on friday,before 9am on monday,every weekend" in timezone Europe/Paris, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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 was generated by Mend Renovate. View the repository job log.