Skip to content

chore(deps-dev): bump @vue/compiler-sfc from 3.0.5 to 3.2.6#162

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/vue/compiler-sfc-3.2.6
Closed

chore(deps-dev): bump @vue/compiler-sfc from 3.0.5 to 3.2.6#162
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/vue/compiler-sfc-3.2.6

Conversation

@dependabot
Copy link
Contributor

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

Bumps @vue/compiler-sfc from 3.0.5 to 3.2.6.

Release notes

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

v3.2.6

Please refer to CHANGELOG.md for details.

v3.2.5

Please refer to CHANGELOG.md for details.

v3.2.4

Please refer to CHANGELOG.md for details.

v3.2.3

Please refer to CHANGELOG.md for details.

v3.2.2

Please refer to CHANGELOG.md for details.

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.

... (truncated)

Changelog

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

3.2.6 (2021-08-24)

Bug Fixes

  • build: avoid imports to @​babel/types in client build of compiler-core (4c468eb)

3.2.5 (2021-08-24)

Bug Fixes

  • compiler-core: fix duplicated component identifier for names with non-ascii chars (#4429) (3282750), closes #4422
  • compiler-sfc: fix 'export default' rewrite with extra whitespaces (#4375) (4792ebd)
  • compiler-sfc: fix <script> and <script setup> co-usage ordering edge case (#4419) (9826382), closes #4395 #4376
  • compiler-sfc: should also expose regular script block bindings when <script setup> is used (872b3f7), closes #4369
  • types: improve the type of createElementBlock (#4406) (ebd0bac), closes #4391

Features

  • experimental: expose ref macro types using separate d.ts file (b408451)
  • experimental: shouldTransform for ref-transform (e565831)
  • experimental: standalone ref transform (db8dc75)
  • experimental: support ref transform for sfc normal <script> (06051c4)
  • ref-transform: auto infer parser plugins (6453359)

3.2.4 (2021-08-17)

Bug Fixes

  • compiler-sfc: fix import usage check for lowercase imported components (57f1081), closes #4358
  • runtime-core: ensure consistent arguments for tempalte and render funtion slot usage (644971e), closes #4367
  • runtime-core: fix child component double update on props change (c1f564e), closes #4365

Reverts

  • Revert "chore: add missing space in warning message (#4359) [ci skip]" (951fbb1), closes #4359

3.2.3 (2021-08-16)

... (truncated)

Commits
  • 72d2b26 release: v3.2.6
  • a137d73 release: v3.2.5
  • 586ec51 chore: warnings for ref transform
  • 9826382 fix(compiler-sfc): fix \<script> and \<script setup> co-usage ordering edge...
  • 4792ebd fix(compiler-sfc): fix 'export default' rewrite with extra whitespaces (#4375)
  • 06051c4 feat(experimental): support ref transform for sfc normal \<script>
  • 40994e9 chore: fix sfc playground ci build
  • 0805abe refactor(compiler-sfc): refSugar -> refTransform, export shouldTransformRef
  • e565831 feat(experimental): shouldTransform for ref-transform
  • 0c2ea1c refactor(compiler-sfc): remove parseOnly mode
  • 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.5 to 3.2.6.
- [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.6/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>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 24, 2021
@vercel
Copy link

vercel bot commented Aug 24, 2021

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/xlbd/tailwind-pre-processor/9qwBqewERiuCmxi1Kqmo13QC6vZz
✅ Preview: Failed

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 2, 2021

Superseded by #166.

@dependabot dependabot bot closed this Sep 2, 2021
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/vue/compiler-sfc-3.2.6 branch September 2, 2021 21:01
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