Skip to content

chore(deps-dev): bump vue from 3.2.47 to 3.3.1 #1121

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

Merged
merged 1 commit into from
May 11, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 11, 2023

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps vue from 3.2.47 to 3.3.1.

Release notes

Sourced from vue's releases.

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.

v3.3.0-alpha.8

Please refer to CHANGELOG.md for details.

v3.3.0-alpha.7

Please refer to CHANGELOG.md for details.

v3.3.0-alpha.6

Please refer to CHANGELOG.md for details.

v3.3.0-alpha.5

Please refer to CHANGELOG.md for details.

v3.3.0-alpha.4

Please refer to CHANGELOG.md for details.

... (truncated)

Changelog

Sourced from vue's changelog.

3.3.1 (2023-05-11)

Bug Fixes

  • suspense: handle nested sync suspense for hydration (a3f5485)

3.3.0 Rurouni Kenshin (2023-05-11)

  • For a detailed walkthrough of the new features in 3.3, please read the release blog post.

  • Features and deprecations listed here are aggregated from the beta and alpha releases. For full chronological history, bug fixes, and other minor features, please consult the individual logs of the 3.3 beta and alpha releases.

Features

  • sfc: support imported types in SFC macros (#8083)
  • types/slots: support slot presence / props type checks via defineSlots macro and slots option (#7982) (5a2f5d5)
  • sfc: support more ergnomic defineEmits type syntax (#7992) (8876dcc)
  • sfc: introduce defineModel macro and useModel helper (#8018) (14f3d74)
  • reactivity: improve support of getter usage in reactivity APIs (#7997) (59e8284)
  • compiler-sfc: add defineOptions macro (#5738) (bcf5841)
  • types/jsx: support jsxImportSource, avoid global JSX conflict (#7958) (d0b7ef3)
  • dx: improve readability of displayed types for props (4c9bfd2)
  • app: app.runWithContext() (#7451) (869f3fb)
  • hasInjectionContext() for libraries (#8111) (5510ce3)
  • allow accessing console in template (#6508) (fe76224), closes #7939
  • suspense: introduce suspensible option for <Suspense> (#6736) (cb37d0b), closes #5513
  • compiler-dom: treat inert as boolean attribute (#8209) (918ec8a), closes #8208
  • types: add slots types for built-in components (#6033) (3cb4dc9)
  • types: provide ExtractPublicPropTypes utility type (bff63c5), closes #5272 #8168
  • compiler-sfc: expose parseCache (4576548), closes #8202

Deprecations

  • deprecation: deprecate @​vnode hooks in favor of vue: prefix (5f0394a)
  • deprecation: deprecate v-is directive (bbd8301)
  • deprecation: unwrap injected refs in Options API by default, deprecate app.config.unwrapInjectedRefs (526fa3b)

3.3.0-beta.5 (2023-05-08)

Bug Fixes

  • build: retain defineComponent() treeshakability in Rollup (c2172f3), closes #8236
  • compiler-sfc: enable props destructure when reactivity transform option is enabled (862edfd)
  • compiler-sfc: fix built-in type resolving in external files (6b194bc), closes #8244
  • compiler-sfc: transform destructured props when reactivity transform option is enabled (#8252) (287bd99)
  • runtime-core: ensure defineComponent name in extraOptions takes higher priority (b2be75b)

... (truncated)

Commits
  • 6e1966a release: v3.3.1
  • a3f5485 fix(suspense): handle nested sync suspense for hydration
  • 483a4e7 release: v3.3.0
  • bdf3492 ci: fix pnpm version requirement
  • a115994 workflow: use pnpm publish during release
  • 847658b release: v3.3.0-beta.5
  • e147512 fix(suspense): fix nested suspensible suspense with no asyn deps
  • 62e71b5 chore: add sfc playground local debug shortcut
  • 287bd99 fix(compiler-sfc): transform destructured props when reactivity transform opt...
  • 4495373 fix(runtime-dom): check attribute value when setting option value (#8246)
  • Additional commits viewable in compare view

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 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 3.2.47 to 3.3.1.
- [Release notes](https://github.com/vuejs/core/releases)
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md)
- [Commits](vuejs/core@v3.2.47...v3.3.1)

---
updated-dependencies:
- dependency-name: vue
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 11, 2023
@vercel
Copy link

vercel bot commented May 11, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
g2plot-vue ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 11, 2023 11:58am

@github-actions github-actions bot merged commit 6453551 into master May 11, 2023
@github-actions github-actions bot deleted the dependabot/npm_and_yarn/vue-3.3.1 branch May 11, 2023 11:58
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants