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.14 to 3.3.6 #1859

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 21, 2023

Bumps vue from 2.7.14 to 3.3.6.

Release notes

Sourced from vue's releases.

v3.3.6

Please refer to CHANGELOG.md for details.

v3.3.5

Please refer to CHANGELOG.md for details.

v3.3.4

Please refer to CHANGELOG.md for details.

v3.3.3

Please refer to CHANGELOG.md for details.

v3.3.2

Please refer to CHANGELOG.md for details.

v3.3.1

Please refer to CHANGELOG.md for details.

v3.3.0 "Rurouni Kenshin"

Please refer to the release blog post for details.

v3.3.0-beta.5

Please refer to CHANGELOG.md for details.

v3.3.0-beta.4

Please refer to CHANGELOG.md for details.

v3.3.0-beta.3

Please refer to CHANGELOG.md for details.

v3.3.0-beta.2

Please refer to CHANGELOG.md for details.

v3.3.0-beta.1

Please refer to CHANGELOG.md for details.

v3.3.0-alpha.13

Please refer to CHANGELOG.md for details.

v3.3.0-alpha.12

Please refer to CHANGELOG.md for details.

v3.3.0-alpha.11

Please refer to CHANGELOG.md for details.

v3.3.0-alpha.10

Please refer to CHANGELOG.md for details.

v3.3.0-alpha.9

Please refer to CHANGELOG.md for details.

... (truncated)

Changelog

Sourced from vue's changelog.

3.3.6 (2023-10-20)

Bug Fixes

  • compiler-sfc: model name conflict (#8798) (df81da8)
  • compiler-sfc: support asset paths containing spaces (#8752) (36c99a9)
  • compiler-ssr: fix missing scopeId on server-rendered TransitionGroup (#7557) (61c1357), closes #7554
  • compiler-ssr: fix ssr compile error for select with non-option children (#9442) (cdb2e72), closes #9440
  • runtime-core: delete stale slots which are present but undefined (#6484) (75b8722), closes #9109
  • runtime-core: fix error when using cssvars with disabled teleport (#7341) (8f0472c), closes #7342
  • teleport: ensure descendent component would be unmounted correctly (#6529) (4162311), closes #6347
  • types: support contenteditable="plaintext-only" (#8796) (26ca89e)

Performance Improvements

3.3.5 (2023-10-20)

Bug Fixes

  • add isGloballyWhitelisted back, but deprecated (#8556) (63dfe8e), closes #8416
  • build: disable useDefineForClassFields in esbuild (#9252) (6d14fa8)
  • compat: return value of vue compat set() (#9377) (e3c2d69)
  • compiler-sfc: don't hoist props and emit (#8535) (24db951), closes #7805 #7812
  • compiler-sfc: don't registerTS when bundling for browsers (#8582) (6f45f76)
  • compiler-sfc: fix using imported ref as template ref during dev (#7593) (776ebf2), closes #7567
  • compiler-sfc: handle dynamic directive arguments in template usage check (#8538) (e404a69), closes #8537
  • compiler-sfc: ignore style v-bind in double slash comments (#5409) (381b497)
  • compiler-sfc: pass options directly to stylus (#3848) (d6446a6)
  • compiler-sfc: support resolve multiple re-export /w same source type name (#8365) (4fa8da8), closes #8364
  • compiler-sfc: typo in experimental feature warnings (#8513) (fd1a3f9)
  • deps: update dependency monaco-editor to ^0.44.0 (#9237) (8611874)
  • deps: update playground (#9154) (c8566a2)
  • playground: fix github button style (#7722) (5ee992c)
  • runtime-core: swap client/server debug labels (#9089) (8f311c6)
  • ssr: render correct initial selected state for select with v-model (#7432) (201c46d), closes #7392
  • ssr: reset current instance if setting up options component errors (#7743) (020851e), closes #7733
  • teleport: handle target change while disabled (#7837) (140a89b), closes #7835
  • transition: handle possible auto value for transition/animation durations (96c76fa), closes #8409
  • types/jsx: add inert attribute and missing hidden values (#8090) (ceb0732)
  • types/jsx: add missing loading attr for img element (#6160) (68d6b43)
  • types: correct withDefaults return type for boolean prop with undefined default value (#8602) (f07cb18)
  • types: ensure nextTick return type reflect correct Promise value (#8406) (6a22b1f)
  • types: support correct types for style on svg elements (#6322) (364dc53)

... (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.14 to 3.3.6.
- [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.3.6)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Oct 21, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 28, 2023

Superseded by #1861.

@dependabot dependabot bot closed this Oct 28, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/vue-3.3.6 branch October 28, 2023 01:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants