fix(deps): update dependency vue to v3.4.7 #3873
No reviewers
Labels
No Label
area/internal-code
changes requested
confirmed
dependencies
duplicate
good first issue
help wanted
hosting
invalid
kind/bug
kind/feature
question
wontfix
No Milestone
No project
No Assignees
3 Participants
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: vikunja/frontend#3873
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "renovate/vue-monorepo"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
3.3.13
->3.4.7
Release Notes
vuejs/core (vue)
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.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 this update again.
This PR has been generated by Renovate Bot.
2c784ecd65
tode2466b403
fix(deps): update dependency vue to v3.4.0to fix(deps): update dependency vue to v3.4.1de2466b403
todf62f03f1f
fix(deps): update dependency vue to v3.4.1to fix(deps): update dependency vue to v3.4.2df62f03f1f
tof62e7b3231
fix(deps): update dependency vue to v3.4.2to fix(deps): update dependency vue to v3.4.3f62e7b3231
to527f7a9f6d
fix(deps): update dependency vue to v3.4.3to fix(deps): update dependency vue to v3.4.4527f7a9f6d
tocf6c5c49ed
fix(deps): update dependency vue to v3.4.4to fix(deps): update dependency vue to v3.4.5cf6c5c49ed
to936eab9eed
fix(deps): update dependency vue to v3.4.5to fix(deps): update dependency vue to v3.4.6936eab9eed
to54ee66c0c8
fix(deps): update dependency vue to v3.4.6to fix(deps): update dependency vue to v3.4.754ee66c0c8
to6539490eee
Hi renovate!
Thank you for creating a PR!
I've deployed the changes of this PR on a preview environment under this URL: https://3873-renovate-vue-monorepo--vikunja-frontend-preview.netlify.app
You can use this url to view the changes live and test them out.
You will need to manually connect this to an api running somehwere. The easiest to use is https://try.vikunja.io/.
Have a nice day!