onekiloparsec / aa-js

The most comprehensive collection of accurate astronomical algorithms in JavaScript (TypeScript).
https://onekiloparsec.dev/aa-js/
MIT License
41 stars 5 forks source link

Bump @vue/compiler-dom from 3.3.8 to 3.3.13 #69

Closed dependabot[bot] closed 10 months ago

dependabot[bot] commented 10 months ago

Bumps @vue/compiler-dom from 3.3.8 to 3.3.13.

Release notes

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

v3.3.13

Please refer to CHANGELOG.md for details.

v3.3.12

Please refer to CHANGELOG.md for details.

v3.3.11

Please refer to CHANGELOG.md for details.

v3.3.10

Please refer to CHANGELOG.md for details.

v3.3.9

Please refer to CHANGELOG.md for details.

Changelog

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

3.3.13 (2023-12-19)

Bug Fixes

  • compiler-core: fix v-on with modifiers on inline expression of undefined (#9866) (bae79dd), closes #9865
  • runtime-dom: cache event handlers by key/modifiers (#9851) (04d2c05), closes #9849
  • types: extract properties from extended collections (#9854) (24b1c1d), closes #9852

3.3.12 (2023-12-16)

Bug Fixes

  • hydration: handle appear transition before patch props (#9837) (e70f4c4), closes #9832
  • sfc/cssVars: fix loss of CSS v-bind variables when setting inline style with string value (#9824) (0a387df), closes #9821
  • ssr: fix suspense hydration of fallback content (#7188) (60415b5)
  • types: add xmlns:xlink to SVGAttributes (#9300) (0d61b42), closes #9299
  • types: fix shallowRef type error (#9839) (9a57158)
  • types: support for generic keyof slots (#8374) (213eba4)

3.3.11 (2023-12-08)

Bug Fixes

  • custom-element: correctly handle number type props in prod (#8989) (d74d364)
  • reactivity: fix mutation on user proxy of reactive Array (6ecbd5c), closes #9742 #9751 #9750
  • runtime-dom: fix width and height prop check condition (5b00286), closes #9762
  • shared: handle Map with symbol keys in toDisplayString (#9731) (364821d), closes #9727
  • shared: handle more Symbol cases in toDisplayString (983d45d)
  • Suspense: properly get anchor when mount fallback vnode (#9770) (b700328), closes #9769
  • types: ref() return type should not be any when initial value is any (#9768) (cdac121)
  • watch: should not fire pre watcher on child component unmount (#7181) (6784f0b), closes #7030

3.3.10 (2023-12-04)

Bug Fixes

  • app: prevent template from being cached between apps with different options (#9724) (ec71585), closes #9618
  • compiler-sfc: avoid passing forEach index to genMap (f12db7f)
  • compiler-sfc: deindent pug/jade templates (6345197), closes #3231 #3842 #7723
  • compiler-sfc: fix :where and :is selector in scoped mode with multiple selectors (#9735) (c3e2c55), closes #9707

... (truncated)

Commits
  • 7c49a9c release: v3.3.13
  • 4e7967f release: v3.3.12
  • 19b590f release: v3.3.11
  • e2f2b75 chore(deps): bump vitest to 1.0
  • d5a88ef release: v3.3.10
  • 4d94ebf perf(v-on): constant handlers with modifiers should not be treated as dynamic
  • 069f838 release: v3.3.9
  • 8fddb19 workflow: use workspace deps
  • 16a6438 chore(deps): update lint (#9627)
  • 2859b65 fix(v-model): unnecessary value binding error should apply to dynamic instead...
  • 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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@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)
codecov-commenter commented 10 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (0fc70f8) 81.83% compared to head (98e602e) 81.83%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #69 +/- ## ======================================= Coverage 81.83% 81.83% ======================================= Files 135 135 Lines 17052 17052 Branches 974 974 ======================================= Hits 13955 13955 Misses 3097 3097 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.