-
Notifications
You must be signed in to change notification settings - Fork 373
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
deps: Use latest vue 3.4.21 & upgrade further dependencies #2318
Merged
Conversation
This file contains 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
✅ Deploy Preview for jsonforms-examples ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
lucas-koehler
force-pushed
the
issues/2234-vue-dep-upgrade
branch
from
April 9, 2024 11:12
3d0b77e
to
652d622
Compare
lucas-koehler
changed the title
deps: Use latest vue version 3.4.21 and recreate pnpm lock
deps: Use latest vue 3.4.21 upgrade further dependencies
Apr 9, 2024
lucas-koehler
force-pushed
the
issues/2234-vue-dep-upgrade
branch
from
April 9, 2024 13:49
7df07cc
to
f09b1e6
Compare
sdirix
reviewed
Apr 9, 2024
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.
Looks good. Added two questions
lucas-koehler
force-pushed
the
issues/2234-vue-dep-upgrade
branch
from
April 9, 2024 15:01
f09b1e6
to
258b18c
Compare
lucas-koehler
changed the title
deps: Use latest vue 3.4.21 upgrade further dependencies
deps: Use latest vue 3.4.21 & upgrade further dependencies
Apr 9, 2024
- Remove pnpm overrides for vue version to use latest version 3.4.21. Do not touch the peer dependency because no new vue code was introduced. - Update vue cli dependencies to latest version ^5.0.8 - Update @vue/test-utils dependencies to latest versions - Remove obsolete explicit dependency to @vue/compiler-sfc - Fix vue vanilla test utils to attach mounted components to document. This is (now) necessary so that click events on checkbox inputs correctly trigger a change event. - Regenerate pnpm-lock file. This updates all dependencies to the latest version permitted by their version ranges.
Upgrade various dependencies to get rid of critical vulnerabilities in dependencies as reported by `pnpm audit`: - Remove obsolete ava and source-map-support root dev dependencies - Upgrade ava dependencies to ^6.1.2 and adapt tests and config accordingly - Completely remove obsolete source-map-support dep from vanilla-renderers - Upgrade karma dependencies to ^6.4.1 and karma-webpack to ^5.0.0
lucas-koehler
force-pushed
the
issues/2234-vue-dep-upgrade
branch
from
April 9, 2024 15:57
258b18c
to
146f683
Compare
sdirix
approved these changes
Apr 11, 2024
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.
Fixes #2234
Use latest vue version 3.4.21 and recreate pnpm lock
^3.2.26
Upgrade karma and ava to get rid of critical vulnerabilities in deps
Upgrade various dependencies to get rid of critical vulnerabilities in dependencies as reported by
pnpm audit
:Replace source-map-support with later fork @cspotcode/source-map-support