creasico / creasico.github.io

Our Website
https://creasi.co
1 stars 0 forks source link

chore(deps): bump the dependencies group with 4 updates #37

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 2 months ago

Bumps the dependencies group with 4 updates: @unhead/vue, @vueuse/core, vue and vue-i18n.

Updates @unhead/vue from 1.9.16 to 1.10.0

Release notes

Sourced from @​unhead/vue's releases.

v1.10.0

   🚀 Features

   🐞 Bug Fixes

   🏎 Performance

    View changes on GitHub

v1.10.0-beta.6

   🐞 Bug Fixes

    View changes on GitHub

v1.10.0-beta.5

   🐞 Bug Fixes

    View changes on GitHub

v1.10.0-beta.4

   🐞 Bug Fixes

    View changes on GitHub

v1.10.0-beta.3

No significant changes

... (truncated)

Commits
  • 9ff6c10 chore: release v1.10.0
  • d775612 chore: release v1.10.0-beta.6
  • ecc7e11 fix(scripts): avoid vue overriding status with ref
  • c5b22d2 chore: release v1.10.0-beta.5
  • ca08a73 chore: release v1.10.0-beta.4
  • 229c053 fix(scripts): avoid type wrapping promises
  • 767d1ed chore: release v1.10.0-beta.3
  • acf1e9a chore: release v1.10.0-beta.2
  • 7746a35 fix(scripts): infer types from use()
  • 3fe9217 feat(scripts): safer lifecycle hooks onLoaded, onError (#381)
  • Additional commits viewable in compare view


Updates @vueuse/core from 10.11.0 to 10.11.1

Release notes

Sourced from @​vueuse/core's releases.

v10.11.1

No significant changes

    View changes on GitHub
Commits
  • dce876a chore: release v10.11.1
  • 19f2ad3 refactor(types): update MaybeRef types to match Vue3.5 and use local export...
  • See full diff in compare view


Updates vue from 3.4.36 to 3.4.38

Release notes

Sourced from vue's releases.

v3.4.38

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

v3.4.37

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

Changelog

Sourced from vue's changelog.

3.4.38 (2024-08-15)

Bug Fixes

  • build: revert entities to 4.5 to avoid runtime resolution errors (f349af7), closes #11603
  • compiler-core: use ast-based check for function expressions when possible (236cac3), closes #11615
  • compiler-sfc: handle keyof operator with index object (#11581) (74d26db)
  • types: add fallback stub for DOM types when DOM lib is absent (#11598) (4db0085)

3.4.37 (2024-08-08)

Bug Fixes

  • compiler-core: use isProp.arg.loc instead of isProp.loc (#11547) (236fb7a)
  • custom-element: fix custom-element double render on immediate prop change (978ff3c), closes #9885 #11335
  • defineModel: detect changes respect custom getter and setter (#11543) (e042888), closes #11541 #11526 #11527
  • keep-alive: avoid cache suspense comment root (#11479) (a917c05)
  • keep-alive: fix render error in cached is undefined (#11496) (81351dc), closes #11427 #11431
  • Revert "fix(types/ref): allow getter and setter types to be unrelated (#11442)" (b1abac0)
  • Revert "fix(types/ref): correct type inference for nested refs (#11536)" (3a56315)
  • runtime-core: fix warning for missing event handler (#11489) (e359ff0), closes #4803 #8268
  • runtime-core: prioritize using the provides from currentApp in nested createApp (#11502) (7e75de0), closes #11488
    • Note: this change will break inject calls inside Pinia stores that expects to be able to inject provided values from the component using the store. This is expected because the usage is relying on previously incorrect behavior.
  • runtime-dom: apply css vars before mount (#11538) (fdc2a31), closes #11533
  • ssr: ensure content is valid when rendering normal slot (#11491) (6c90324), closes #11326
  • types/ref: correct type inference for nested refs (#11536) (536f623), closes #11532 #11537
  • types: allow DirectiveArguments third parameter to accept undefined (#11540) (1058ce8)
Commits
  • 56e658e release: v3.4.38
  • 0bdb2a3 workflow: move private packages to separate directory
  • 74d26db fix(compiler-sfc): handle keyof operator with index object (#11581)
  • 236cac3 fix(compiler-core): use ast-based check for function expressions when possible
  • b27d900 chore: update changelog regarding inject behavior change
  • f349af7 fix(build): revert entities to 4.5 to avoid runtime resolution errors
  • 4db0085 fix(types): add fallback stub for DOM types when DOM lib is absent (#11598)
  • 28db2e6 release: v3.4.37
  • 6be63e0 workflow: new release workflow
  • e333312 workflow: fix release script in actions
  • Additional commits viewable in compare view


Updates vue-i18n from 9.13.1 to 9.14.0

Release notes

Sourced from vue-i18n's releases.

v9.14.0

What's Changed

⚡ Improvement Features

Full Changelog: https://github.com/intlify/vue-i18n/compare/v9.13.1...v9.14.0

Changelog

Sourced from vue-i18n's changelog.

v10.0.0-beta.6 (2024-08-29T05:48:00Z)

This changelog is generated by GitHub Releases

What's Changed

🐛 Bug Fixes

📝️ Documentations

🍭 Examples

New Contributors

Full Changelog: https://github.com/intlify/vue-i18n/compare/v10.0.0-beta.5...v10.0.0-beta.6

v10.0.0-beta.5 (2024-07-19T02:23:39Z)

This changelog is generated by GitHub Releases

What's Changed

📝️ Documentations

Full Changelog: https://github.com/intlify/vue-i18n/compare/v10.0.0-beta.4...v10.0.0-beta.5

v10.0.0-beta.4 (2024-07-16T04:02:31Z)

This changelog is generated by GitHub Releases

What's Changed

... (truncated)

Commits


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 major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
vercel[bot] commented 2 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
creasi ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 1, 2024 4:55pm