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 and @vue/compiler-sfc #26

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 8, 2021

Bumps vue and @vue/compiler-sfc. These dependencies needed to be updated together.
Updates vue from 3.0.5 to 3.0.7

Commits

Updates @vue/compiler-sfc from 3.0.5 to 3.0.7

Release notes

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

v3.0.7

Please refer to CHANGELOG.md for details.

v3.0.6

Please refer to CHANGELOG.md for details.

Changelog

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

3.0.7 (2021-03-01)

Bug Fixes

  • compiler-sfc: handle more edge cases in default rewrite (1dedc19)
  • deps: pin Rollup to 2.38 (34f354b), closes #3332
  • runtime-core: properties in methods should be writable and enumerable in DEV (#3301) (e3568ba), closes #3300
  • scheduler: ensure updates are always inserted in ascending id order (#3184) (45fae9d), closes #2768 #2829
  • v-show: v-show takes higher priority than style attribute (#3230) (5ad4036), closes #2757
  • init devtools after feature flag checks (d0ea745)

Performance Improvements

  • reactivity: only call Set.add if doesn't already have value (#3307) (9cd9883)

3.0.6 (2021-02-24)

Bug Fixes

  • compiler-core: do not mark v-for as stable on const bindings (734c65b), closes vitejs/vite#1956
  • compiler-dom: ensure global build filename matches the one defined in package.json (close #3181) (#3185) (96b6433)
  • compiler-dom: fix cdn entries (fcb6c89), closes #3181 #3185
  • compiler-sfc: compiler blank srcset (#3005) (9dc816d)
  • compiler-sfc: removeSpecifier issue when removing initial imports (script-setup) (#2729) (6d762a8)
  • compiler-sfc: the empty lang attribute should be treated as no lang specified (#3051) (6d5b623)
  • compiler-sfc: transformAssetUrls.base should not affect known module requests (2ea9867)
  • compiler-sfc: treat const reactive() bindings as mutable (03360ce)
  • compiler-ssr: avoid duplicated asset imports merged from component slot client branch (c69f4ea), closes vitejs/vite#2034
  • devtools: init devtools in production (#2906) (4d9bcb7)
  • devtools: send instance to devtools when it's mounted instead of created (4fecb27)
  • docs: change reference to passed deadline (#2930) (de7f9d1)
  • hmr: deep clone reused hoisted trees during dev (5a7a1b8), closes vitejs/vite#2022
  • runtime-core: align $parent/$root with the template ref when using expose (#3158) (f43a3b0)
  • runtime-core: allow overriding properties other than props (#3105) (73117f6)
  • runtime-core: check the DEV_ROOT_FRAGMENT flag correctly in the dev environment (#2750) (347a879)
  • runtime-core: component methods should override global properties in DEV (#3074) (2587f36)
  • runtime-core: ensure app instance can be garbage collected after unmount (close #2907) (#2909) (60e05ef)
  • runtime-core: instanceWatch should pass this.proxy to source as the first argument (#2753) (ec8fd10)
  • runtime-dom: ensure readonly type prop on textarea is handled patched as attribute (#2888) (c5d147c), closes #2766
  • kebab-case events are attached correctly on web components, see #2841 (#2847) (b302cbb)
  • types: extract the correct props type for the DateConstructor (#2676) (48f0d29)
  • ensure all published packages contan a LICENCE file (close #2650) (#2857) (6a48d23)
  • remove superfluous spaces when normalizing class (#3083) (4b55142)
  • runtime-dom: enable set form attr to null on form-elements (#2840) (#2849) (f262438)
  • toRef: ref created from union typed prop can't be used in watch (#3048) (4ca4666)

... (truncated)

Commits
  • 1a955e2 release: v3.0.7
  • 1dedc19 fix(compiler-sfc): handle more edge cases in default rewrite
  • d9f91e2 release: v3.0.6
  • c69f4ea fix(compiler-ssr): avoid duplicated asset imports merged from component slot ...
  • 6d762a8 fix(compiler-sfc): removeSpecifier issue when removing initial imports (scrip...
  • 03360ce fix(compiler-sfc): treat const reactive() bindings as mutable
  • 49bc2e4 feat(compiler-sfc): upgrade to postcss 8 (#2710)
  • 9dc816d fix(compiler-sfc): compiler blank srcset (#3005)
  • 6a48d23 fix: ensure all published packages contan a LICENCE file (close #2650) (#2857)
  • 6d5b623 fix(compiler-sfc): the empty lang attribute should be treated as no lang spec...
  • Additional commits viewable in compare view

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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 8, 2021
Bumps [vue](https://github.com/vuejs/vue) and [@vue/compiler-sfc](https://github.com/vuejs/vue-next/tree/HEAD/packages/compiler-sfc). These dependencies needed to be updated together.

Updates `vue` from 3.0.5 to 3.0.7
- [Release notes](https://github.com/vuejs/vue/releases)
- [Commits](https://github.com/vuejs/vue/commits)

Updates `@vue/compiler-sfc` from 3.0.5 to 3.0.7
- [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.0.7/packages/compiler-sfc)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/vue-and-vue/compiler-sfc-3.0.7 branch from 4603664 to 61826fa Compare March 8, 2021 08:53
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 29, 2021

Superseded by #29.

@dependabot dependabot bot closed this Mar 29, 2021
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/vue-and-vue/compiler-sfc-3.0.7 branch March 29, 2021 05:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment