ryanelian / instapack

All-in-one TypeScript and Sass compiler for web applications! :package: :rocket:
https://www.npmjs.com/package/instapack
MIT License
140 stars 10 forks source link

Bump @vue/compiler-sfc from 3.0.2 to 3.0.8 #1030

Closed dependabot-preview[bot] closed 3 years ago

dependabot-preview[bot] commented 3 years ago

Bumps @vue/compiler-sfc from 3.0.2 to 3.0.8.

Release notes

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

v3.0.8

Please refer to CHANGELOG.md for details.

v3.0.7

Please refer to CHANGELOG.md for details.

v3.0.6

Please refer to CHANGELOG.md for details.

v3.0.5

Please refer to CHANGELOG.md for details.

v3.0.4

Please refer to CHANGELOG.md for details.

v3.0.3

Please refer to CHANGELOG.md for details.

Changelog

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

3.0.8 (2021-03-26)

Bug Fixes

  • compiler: properly bail stringfication for nested slot elements (f74b16c)
  • compiler-core: allow unicode to appear in identifiers (#3443) (ebedccc), closes #3440
  • compiler-core: avoid generating useless createVNode helper (#2938) (7715c49), closes #2739
  • compiler-core: detect v-if branch root with comment as dev fragment (#2785) (4bf7ba1), closes #2780
  • compiler-core: fix the detection of forwarded slots with v-if or v-for (#3353) (602b58e), closes #3347
  • compiler-core: should not condense whitespace in RCDATA text mode (#3482) (b4b8215), closes #3479
  • compiler-dom: stringifyStatic should remove attribute bindings with null value (#3477) (ca6aa01), closes #3475
  • compiler-sfc: scope Id should not be attached to @keyframe breakpoint rules (#3308) (6cb9475), closes #3304
  • compiler-sfc: should not rewrite scope variable (#3449) (bbc5fe6), closes #3445
  • compiler-ssr: keep the order of imports expression for the fallback branch of SSR (#3448) (49f4072), closes #3447
  • component: prioritize registered component over implicit self-reference via filename (abd129d), closes #2827
  • hydration: handle camel-case tag name when performing match assertion (#3247) (9036f88), closes #3243
  • KeepAlive: adapt keepalive for ssr (#3259) (e8e9b00), closes #3255
  • reactivity: ensure computed can be wrapped by readonly (41e02f0), closes #3376
  • reactivity: ensure that shallow and normal proxies are tracked seperately (close #2843) (#2851) (22cc4a7)
  • reactivity: fix shallow readonly behavior for collections (#3003) (68de9f4), closes #3007
  • rumtime-core: custom dom props should be cloned when cloning a hoisted DOM (#3080) (5dbe834), closes #3072
  • runtime-core: cache props default values to avoid unnecessary watcher trigger (#3474) (44166b4), closes #3471
  • runtime-core: ensure only skip unflushed job (#3406) (bf34e33)
  • runtime-core: fix async component ref handling (#3191) (7562e72), closes #3188
  • runtime-core: fix erraneous emits warnings w/ mixins (60d777d), closes #2651
  • runtime-core: fix warning for absent props (#3363) (86ceef4), closes #3362
  • runtime-core: handle error in async setup (#2881) (d668d48)
  • runtime-core: handle error in async watchEffect (#3129) (eb1fae6)
  • runtime-core: should call chained mixins and extends (#3040) (b58bb16), closes #3038
  • runtime-core: should not cache property access during data() invocation (#3299) (6e88156), closes #3297
  • runtime-core: should not track deps in pre flush watcher callbacks (d5824b9), closes #2728
  • runtime-core: the select tag's multiple prop should be set before the children mounting (#3202) (2451dd8), closes #3199
  • runtime-dom: support mounting app to svg container (#2929) (8ffcde2), closes #2926
  • ssr: ensure async setup error handling work with suspense during ssr (2e71f07)
  • ssr: fix memory leak when vnode component render throws error (da944cb), closes #3100
  • ssr: properly update currentRenderingInstance state during ssr (8c3c14a), closes #2863
  • ssr: respect render function from extends/mixins in ssr (#3006) (0a583d5), closes #3004
  • ssr: watchEffect onInvalidate runner initialization (#3323) (e4b5fcc), closes #3322
  • ssr/hydration: handle ending empty text node (#3246) (420c8f4), closes #3245
  • teleport: targetAnchor should also be removed when unmounted (#2870) (21d1288)
  • Teleport: component with multi roots should be removed when unmounted (#3157) (7769513), closes #3156
  • Teleport: fallback to non-optimized mode when HRM performing updates (#3311) (9cb21d0), closes #3302
  • transition: toggling branches with in-out mode should be transitioned correctly (#3109) (67a0290), closes #3104
  • types: allow style to be an array in JSX (#2947) (13c9d2c)
  • types: union function prop (#3119) (3755e60), closes #3357
  • types: unwrap refs on public instance data (#3319) (2b588cf), closes #3315
  • types/jsx: llow tabindex to be a string (#3476) (e4a5712)
  • add display name for suspense component (#3312) (3b3a9a1)

... (truncated)

Commits
  • 9ff70be release: v3.0.8
  • 7715c49 fix(compiler-core): avoid generating useless createVNode helper (#2938)
  • bbc5fe6 fix(compiler-sfc): should not rewrite scope variable (#3449)
  • 49f4072 fix(compiler-ssr): keep the order of imports expression for the fallback bran...
  • 6cb9475 fix(compiler-sfc): scope Id should not be attached to @keyframe breakpoint ru...
  • 540e26f chore: only set slotted flag on sfc descriptor if style is scoped
  • 02cbbb7 perf: support only attaching slot scope ids when necessary
  • 3e4c3ac build(deps): bump @babel/parser and @babel/types
  • 9fd66d8 build(deps-dev): bump pug from 2.0.4 to 3.0.1 (#3344)
  • 1a955e2 release: v3.0.7
  • 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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
dependabot-preview[bot] commented 3 years ago

Superseded by #1034.