Skip to content
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): bump vue from 2.7.15 to 3.4.1 #3765

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 30, 2023

Bumps vue from 2.7.15 to 3.4.1.

Release notes

Sourced from vue's releases.

v3.4.1

Please refer to CHANGELOG.md for details.

v3.4.0

Please refer to CHANGELOG.md for details.

v3.4.0-rc.3

Please refer to CHANGELOG.md for details.

v3.4.0-rc.2

Please refer to CHANGELOG.md for details.

v3.4.0-rc.1

Please refer to CHANGELOG.md for details.

v3.4.0-beta.4

Please refer to CHANGELOG.md for details.

v3.4.0-beta.3

Please refer to CHANGELOG.md for details.

v3.4.0-beta.2

Please refer to CHANGELOG.md for details.

v3.4.0-beta.1

Please refer to CHANGELOG.md for details.

v3.4.0-alpha.4

Please refer to CHANGELOG.md for details.

v3.4.0-alpha.3

Please refer to CHANGELOG.md for details.

v3.4.0-alpha.2

Please refer to CHANGELOG.md for details.

v3.4.0-alpha.1

Please refer to CHANGELOG.md for details.

v3.3.13

Please refer to CHANGELOG.md for details.

v3.3.12

Please refer to CHANGELOG.md for details.

v3.3.11

Please refer to CHANGELOG.md for details.

v3.3.10

Please refer to CHANGELOG.md for details.

... (truncated)

Changelog

Sourced from vue's changelog.

3.4.1 (2023-12-30)

Bug Fixes

  • compat: correct enum value for COMPILER_FILTERS feature (#9875) (77d33e2)
  • defineModel: always default modifiers to empty object (9bc3c7e), closes #9945
  • defineModel: support local mutation when only prop but no listener is passed (97ce041)
  • types: fix defineModel watch type error (#9942) (4af8583), closes #9939

Features

3.4.0 Slam Dunk (2023-12-29)

Read this blog post for an overview of the release highlights.

Potential Actions Needed

  1. To fully leverage new features in 3.4, it is recommended to also update the following dependencies when upgrading to 3.4:

    • Volar / vue-tsc@^1.8.27 (required)
    • @​vitejs/plugin-vue@^5.0.0 (if using Vite)
    • nuxt@^3.9.0 (if using Nuxt)
    • vue-loader@^17.4.0 (if using webpack or vue-cli)
  2. If using TSX with Vue, check actions needed in Removed: Global JSX Namespace.

  3. 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

  • general: MathML support (#7836) (d42b6ba), closes #7820
  • reactivity: more efficient reactivity system (#5912) (16e06ca), closes #311 #1811 #6018 #7160 #8714 #9149 #9419 #9464
  • reactivity: expose last result for computed getter (#9497) (48b47a1)
  • runtime-core / dx: link errors to docs in prod build (#9165) (9f8ba98)
  • runtime-core: add once option to watch (#9034) (a645e7a)
  • runtime-core: provide full props to props validator functions (#3258) (8e27692)
  • compiler-core: export error message (#8729) (f7e80ee)
  • compiler-core: support specifying root namespace when parsing (40f72d5)
  • compiler-core: support v-bind shorthand for key and value with the same name (#9451) (26399aa)
  • compiler-core: improve parsing tolerance for language-tools (41ff68e)
  • compiler-core: support accessing Error as global in template expressions (#7018) (bcca475)
  • compiler-core: lift vnode hooks deprecation warning to error (8abc754)
  • compiler-core: export runtime error strings (#9301) (feb2f2e)
  • compiler-core: add current filename to TransformContext (#8950) (638f1ab)

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [vue](https://github.com/vuejs/core) from 2.7.15 to 3.4.1.
- [Release notes](https://github.com/vuejs/core/releases)
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md)
- [Commits](https://github.com/vuejs/core/commits/v3.4.1)

---
updated-dependencies:
- dependency-name: vue
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added 3. to review Waiting for reviews feature: dependencies Pull requests that update a dependency file labels Dec 30, 2023
Copy link

codecov bot commented Dec 30, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (0dd4654) 2.51% compared to head (9862078) 0.00%.
Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##              main   #3765      +/-   ##
==========================================
- Coverage     2.51%   0.00%   -2.52%     
- Complexity       0     261     +261     
==========================================
  Files           89      24      -65     
  Lines         4409     784    -3625     
  Branches      1125       0    -1125     
==========================================
- Hits           111       0     -111     
+ Misses        4178     784    -3394     
+ Partials       120       0     -120     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 6, 2024

Superseded by #3774.

@dependabot dependabot bot closed this Jan 6, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/vue-3.4.1 branch January 6, 2024 02:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3. to review Waiting for reviews feature: dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants