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/server-renderer from 3.0.5 to 3.0.7 #285

Closed

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps @vue/server-renderer from 3.0.5 to 3.0.7.

Release notes

Sourced from @​vue/server-renderer'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/server-renderer'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

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 will merge this PR once CI passes on it, as requested by @posva.


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)

Copy link
Owner

@posva posva left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot squash and merge

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 8, 2021

One of your CI runs failed on this pull request, so Dependabot won't merge it.

Dependabot will still automatically merge this pull request if you amend it and your tests pass.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 8, 2021

Looks like @vue/server-renderer is up-to-date now, so this is no longer needed.

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