-
Notifications
You must be signed in to change notification settings - Fork 0
chore(deps): update vue monorepo to v3.5.12 #15
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.
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
cd33c84 to
8f8cad1
Compare
8f8cad1 to
82ab34b
Compare
dfda796 to
9ec32b2
Compare
9ec32b2 to
642072f
Compare
642072f to
edb271b
Compare
edb271b to
a8b21fa
Compare
a8b21fa to
f1dcb8f
Compare
f1dcb8f to
8d06361
Compare
8d06361 to
4178829
Compare
4178829 to
4b9e3f3
Compare
4b9e3f3 to
f5ddb18
Compare
f5ddb18 to
15ce20e
Compare
15ce20e to
f04ed64
Compare
f04ed64 to
f7d8fa3
Compare
f7d8fa3 to
0f9c8fe
Compare
0f9c8fe to
b5e289a
Compare
b5e289a to
921cd60
Compare
b296e4f to
7cc2560
Compare
7cc2560 to
741e161
Compare
741e161 to
6867674
Compare
6867674 to
52afe46
Compare
52afe46 to
87b2bd1
Compare
87b2bd1 to
62bc707
Compare
62bc707 to
8a182f0
Compare
8a182f0 to
71a0204
Compare
71a0204 to
064f507
Compare
064f507 to
c98659d
Compare
c98659d to
2642b9c
Compare
2642b9c to
e2aba0f
Compare
e2aba0f to
12d4aa9
Compare
12d4aa9 to
4799fca
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.0.11->3.5.123.0.11->3.5.12Release Notes
vuejs/core (@vue/compiler-sfc)
v3.5.12Compare Source
Bug Fixes
ifNode(#12131) (cde2c06), closes vuejs/language-tools#4911undefined(#12055) (7ad289e), closes #12054this.$propstype does not includestring(#12123) (704173e), closes #12122Performance Improvements
v3.5.11Compare Source
Bug Fixes
TSSatisfiesExpressionwhen transforming props destructure (#12062) (2328b05), closes #12061nextproperty during batch processing (#12075) (d3f5e6e), closes #12072TypePropswhen it isany(#12073) (57315ab), closes #12058PublicPropswithProps(#12077) (6f85894)Refcorrectly (#12094) (c97bb84)v3.5.10Compare Source
Bug Fixes
v3.5.9Compare Source
Bug Fixes
v3.5.8Compare Source
Bug Fixes
v3.5.7Compare Source
Bug Fixes
durationsetting even when it is0(#11967) (f927a4a)Performance Improvements
v3.5.6Compare Source
Bug Fixes
onceoption should be ignored by watchEffect (#11884) (49fa673)v3.5.5Compare Source
Bug Fixes
<textarea>and<pre>(a5f3c2e), closes #11873 #11874v3.5.4Compare Source
Bug Fixes
TypeEmitswith both tuple and function syntax (#11840) (dad6738), closes #11836Performance Improvements
v3.5.3Compare Source
Bug Fixes
v3.5.2Compare Source
Bug Fixes
Features
v3.5.1Compare Source
Bug Fixes
concatmethod (#11794) (475977a), closes #11792Readonly<...>to fix JSDoc emit (#11799) (7518bc1)v3.5.0Compare Source
Aggregated Features List for 3.5 (alpha to stable)
Reactivity
onEffectCleanupAPI (2cc5615), closes #10173failSilentlyargument foronScopeDispose(9a936aa)watch,getCurrentWatcher, andonWatcherCleanup(#9927) (205e5b5)deepoption to control the watch depth (#9572) (22f7d96)MultiWatchSourcestype (#9563) (998dca5)SSR
useId()andapp.config.idPrefix(#11404) (73ef156)Custom Element
useHost()helper (775103a)useShadowRoot()helper (5a1a89b), closes #6113 #8195this.$hostin Options API (1ef8f46):hostselector by applying css vars on host element (#8830) (03a9ea2), closes #8826nonceoption for injected style tags (bb4a02a), closes #6530shadowRoot: falseindefineCustomElement()(37d2ce5), closes #4314 #4404Teleport
Misc
useTemplateRef()(3ba70e4)app.onUnmount()for registering cleanup functions (#4619) (582a3a3), closes #4516app.config.throwUnhandledErrorInProduction(f476b7f), closes #7876Symbolglobal in template expressions (#9069) (a501a85)Internals
Bug Fixes
classNameduring SSR (#11722) (52cdb0f)v3.4.38Compare Source
For stable releases, please refer to CHANGELOG.md for details.
For pre-releases, please refer to CHANGELOG.md of the
minorbranch.v3.4.37Compare Source
Bug Fixes
isProp.arg.locinstead ofisProp.loc(#11547) (236fb7a)DirectiveArgumentsthird parameter to accept undefined (#11540) (1058ce8)v3.4.36Compare Source
v3.4.35Compare Source
Bug Fixes
Performance Improvements
v3.4.34Compare Source
Bug Fixes
v3.4.33Compare Source
Bug Fixes
v3.4.32Compare Source
Bug Fixes
unrefcorrectly resolves type forShallowRef(#11360) (a509e30), closes #11356Performance Improvements
createBuffer(#11364) (fc205bf)unrollBufferby avoiding promises (#11340) (05779a7)v3.4.31Compare Source
Bug Fixes
Reverts
v3.4.30Compare Source
Note: this release contains a fix (#11150) that requires
vue-tscto also be updated in sync to ^2.0.22. See #11196Bug Fixes
v-else(#11150) (Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.