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

Bump @vue/compiler-sfc from 3.0.7 to 3.2.1 #57

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Aug 10, 2021

Bumps @vue/compiler-sfc from 3.0.7 to 3.2.1.

Release notes

Sourced from @​vue/compiler-sfc's releases.

v3.2.1

Please refer to CHANGELOG.md for details.

v3.2.0 Quintessential Quintuplets

Please refer to the release blog post and CHANGELOG.md for details.

v3.2.0-beta.8

Please refer to CHANGELOG.md for details.

v3.2.0-beta.7

Please refer to CHANGELOG.md for details.

v3.2.0-beta.6

Please refer to CHANGELOG.md for details.

v3.2.0-beta.5

Please refer to CHANGELOG.md for details.

v3.2.0-beta.4

Please refer to CHANGELOG.md for details.

v3.2.0-beta.3

Please refer to CHANGELOG.md for details.

v3.2.0-beta.2

Please refer to CHANGELOG.md for details.

v3.2.0-beta.1

Please refer to CHANGELOG.md for details.

v3.1.5

Please refer to CHANGELOG.md for details.

v3.1.4

Please refer to CHANGELOG.md for details.

v3.1.3

Please refer to CHANGELOG.md for details.

v3.1.2

Please refer to CHANGELOG.md for details.

v3.1.1

Please refer to CHANGELOG.md for details.

v3.1.0 Pluto

Features

  • Migration Build: a build of Vue 3 that provides Vue 2 compatible behavior. The Migration Build is intended to help migrating existing Vue 2 apps to Vue 3.
  • compiler-core: whitespace handling strategy (dee3d6a)

... (truncated)

Changelog

Sourced from @​vue/compiler-sfc's changelog.

3.2.1 (2021-08-09)

Bug Fixes

  • compiler-sfc: fix import usage check for last expression (1e1682f)

3.2.0 (2021-08-09)

Compatibility Notes

This release contains no public API breakage. However, there are a few compatibility related notes:

  • Due to usage of new runtime helpers, code generated by the template compiler in >= 3.2 will not be compatible with runtime < 3.2.

    This only affects cases where there is a version mismatch between the compiler and the runtime. The most common case is libraries that ship pre-compiled Vue components. If you are a library author and ship code pre-compiled by Vue >= 3.2, your library will be only compatible Vue >= 3.2.

  • This release ships TypeScript typings that rely on Template Literal Types and requires TS >= 4.1.

Features

SFC

  • remove experimental status of <script setup> (27104ea) (Docs) (RFC)
  • remove experimental status for sfc <style> v-bind (3b38c9a) (Docs) (RFC)
  • support non-explicit type imports in <script setup> by avoiding exposing unused imports to template during dev (5a3ccfd), closes #3183
  • support namespaced component tags when using <script setup> (e5a4412)
  • (experimental) new ref sugar (562bddb) (RFC)

Custom Elements

Reactivity

SSR

Generic

... (truncated)

Commits
  • 2749c15 release: v3.2.1
  • 1e1682f fix(compiler-sfc): fix import usage check for last expression
  • 5a7a43c release: v3.2.0
  • 88a4504 fix(compiler-sfc): fix import usage detection for names containing $
  • 4781965 release: v3.2.0-beta.8
  • 1994f12 test: improve test case for 865b84bf
  • fdc9a4d chore: update link in comments for new ref sugar (#4265) [ci skip]
  • 865b84b fix(compiler-sfc): fix ref sugar rewrite for identifiers in ts casting expres...
  • 9bee5cc chore: update new ref sugar warning link
  • bf2589b refactor(compiler-sfc): use shallowRef for ref sugar destructure
  • 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/compiler-sfc](https://github.com/vuejs/vue-next/tree/HEAD/packages/compiler-sfc) from 3.0.7 to 3.2.1.
- [Release notes](https://github.com/vuejs/vue-next/releases)
- [Changelog](https://github.com/vuejs/vue-next/blob/master/CHANGELOG.md)
- [Commits](https://github.com/vuejs/vue-next/commits/v3.2.1/packages/compiler-sfc)

---
updated-dependencies:
- dependency-name: "@vue/compiler-sfc"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants