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

chore(deps): bump the non-breaking-changes group with 8 updates #4326

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 5, 2024

Bumps the non-breaking-changes group with 8 updates:

Package From To
@types/node 22.5.3 22.5.4
vue 3.5.1 3.5.2
vue-tsc 2.1.4 2.1.6
vite-plugin-pwa 0.20.4 0.20.5
eslint-plugin-perfectionist 3.3.0 3.4.0
@vue/shared 3.5.1 3.5.2
watermark-js-plus 1.5.4 1.5.5
@vite-pwa/vitepress 0.5.2 0.5.3

Updates @types/node from 22.5.3 to 22.5.4

Commits

Updates vue from 3.5.1 to 3.5.2

Release notes

Sourced from vue's releases.

v3.5.2

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.5.2 (2024-09-05)

Bug Fixes

  • reactivity: make toRaw work on proxies created by proxyRef (46c3ab1)
  • reactivity: pass oldValue to computed getter (#11813) (98864a7), closes #11812
  • reactivity: prevent endless recursion in computed getters (#11797) (716275d)
  • reactivity: self-referencing computed should refresh (e84c4a6), closes vuejs/core#11797
  • scheduler: prevent duplicate jobs being queued (#11826) (df56cc5), closes #11712 #11807
  • suspense: avoid updating anchor if activeBranch has not been rendered to the actual container (#11818) (3c0d531), closes #11806
  • Transition: handle KeepAlive child unmount in Transition out-in mode (#11778) (3116553), closes #11775
  • types: add HTMLDialogElement missing close event (#11811) (3634f7a)
  • types: added name attribute support to details tag (#11823) (c74176e), closes #11821
  • types: fix defineComponent props inference when setup() has explicit annotation (fca20a3), closes #11803
  • useTemplateRef: properly fix readonly warning in dev and ensure prod behavior consistency (9b7797d), closes #11808 #11816 #11810

Features

  • compiler-core: parse modifiers as expression to provide location data (#11819) (3f13203)
Commits
  • 72263fa release: v3.5.2
  • 3f13203 feat(compiler-core): parse modifiers as expression to provide location data (...
  • 7a64b67 types(internal): provide internal options for using $el type in language to...
  • 3c0d531 fix(suspense): avoid updating anchor if activeBranch has not been rendered to...
  • 3634f7a fix(types): add HTMLDialogElement missing close event (#11811)
  • df56cc5 fix(scheduler): prevent duplicate jobs being queued (#11826)
  • e84c4a6 fix(reactivity): self-referencing computed should refresh
  • 716275d fix(reactivity): prevent endless recursion in computed getters (#11797)
  • c74176e fix(types): added name attribute support to details tag (#11823)
  • 9b7797d fix(useTemplateRef): properly fix readonly warning in dev and ensure prod beh...
  • Additional commits viewable in compare view

Updates vue-tsc from 2.1.4 to 2.1.6

Release notes

Sourced from vue-tsc's releases.

v2.1.6

Features

  • language-plugin-pug: support initial indentation (#4774)
  • language-service: JSDoc display support when typing props on component template (#4796) - Thanks to @​joy-yu!
  • language-core: typed directives in template (#4807) - Thanks to @​KazariEX!

Bug Fixes

  • language-core: wrap template refs with unref in interpolation (#4777) - Thanks to @​KazariEX!
  • language-core: ensure to pass tsc on inline global types (#4782) - Thanks to @​KazariEX!
  • language-core: infer native template ref as build-in element interface (#4786) - Thanks to @​KazariEX!
  • language-core: generate __VLS_StyleModules after template (#4790) - Thanks to @​KazariEX!
  • language-core: make expose of non-generic template ref required (#4795) - Thanks to @​zhiyuanzmj!
  • language-core: avoid using __typeProps with runtime props (#4800) - Thanks to @​KazariEX!
  • language-core: ignore unknown attrs error when strictTemplates is not enabled (#4785)
  • language-core: prevent append globalTypes to virtual file (#4806) - Thanks to @​zhiyuanzmj!
  • language-core: prevent type error when use defineSlots and non-template (#4809) - Thanks to @​zhiyuanzmj!
  • typescript-plugin: disconnect socket on error (#4672)

Performance

  • language-core: don't emit event lnlayhint when content is none (#4776) - Thanks to @​Gehbt!

Other Changes

  • language-core: split __VLS_templateResult (#4781) - Thanks to @​KazariEX!
  • language-core: wrap template virtual code into a function (#4784)
  • language-core: move templateRef into composibles (#4791) - Thanks to @​KazariEX!
  • language-core: generate global types for the first parsed Vue component if cannot write global types file

Tests

  • language-server: add renaming case for template ref() (#4794) - Thanks to @​KazariEX!
  • tsc: update to Vue 3.5 (#4725)
  • tsc: unknown props on non-strict generic component (#4792)

Please refer to CHANGELOG.md for details.

Sponsors

... (truncated)

Changelog

Sourced from vue-tsc's changelog.

2.1.6 official, 2.1.7 insiders (2024-09-05)

Features

  • language-plugin-pug: support initial indentation (#4774)
  • language-service: JSDoc display support when typing props on component template (#4796) - Thanks to @​joy-yu!
  • language-core: typed directives in template (#4807) - Thanks to @​KazariEX!

Bug Fixes

  • language-core: wrap template refs with unref in interpolation (#4777) - Thanks to @​KazariEX!
  • language-core: ensure to pass tsc on inline global types (#4782) - Thanks to @​KazariEX!
  • language-core: infer native template ref as build-in element interface (#4786) - Thanks to @​KazariEX!
  • language-core: generate __VLS_StyleModules after template (#4790) - Thanks to @​KazariEX!
  • language-core: make expose of non-generic template ref required (#4795) - Thanks to @​zhiyuanzmj!
  • language-core: avoid using __typeProps with runtime props (#4800) - Thanks to @​KazariEX!
  • language-core: ignore unknown attrs error when strictTemplates is not enabled (#4785)
  • language-core: prevent append globalTypes to virtual file (#4806) - Thanks to @​zhiyuanzmj!
  • language-core: prevent type error when use defineSlots and non-template (#4809) - Thanks to @​zhiyuanzmj!
  • typescript-plugin: disconnect socket on error (#4672)

Performance

  • language-core: don't emit event lnlayhint when content is none (#4776) - Thanks to @​Gehbt!

Other Changes

  • language-core: split __VLS_templateResult (#4781) - Thanks to @​KazariEX!
  • language-core: wrap template virtual code into a function (#4784)
  • language-core: move templateRef into composibles (#4791) - Thanks to @​KazariEX!
  • language-core: generate global types for the first parsed Vue component if cannot write global types file

Tests

  • language-server: add renaming case for template ref() (#4794) - Thanks to @​KazariEX!
  • tsc: update to Vue 3.5 (#4725)
  • tsc: unknown props on non-strict generic component (#4792)
Commits
  • a8038a6 v2.1.6 (#4808)
  • b14b8a9 refactor(language-core): generate global types for the first parsed Vue compo...
  • e3f8b91 fix(language-core): prevent append globalTypes to virtual file (#4806)
  • cd7c2fd test: always run TS-next test for test:update script
  • 4c89e20 test(tsc): update to Vue 3.5 (#4725)
  • ece125b refactor(language-core): wrap template virtual code into a function (#4784)
  • 2bb3cc1 refactor(language-core): split __VLS_templateResult (#4781)
  • See full diff in compare view

Updates vite-plugin-pwa from 0.20.4 to 0.20.5

Release notes

Sourced from vite-plugin-pwa's releases.

v0.20.5

   🐞 Bug Fixes

    View changes on GitHub
Commits

Updates eslint-plugin-perfectionist from 3.3.0 to 3.4.0

Release notes

Sourced from eslint-plugin-perfectionist's releases.

v3.4.0

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub
Changelog

Sourced from eslint-plugin-perfectionist's changelog.

v3.4.0

compare changes

🚀 Features

  • Improve ability to expand custom groups (5088619)
  • Downgrade minimatch dependency (4803030)
  • Generate exception if group does not exist (0872bdd)
  • Add sort-sets rule (7d4cf14)

🐞 Bug Fixes

  • Place static-block after static-property in default-options in sort-classes (73b1b54)
  • Fix sorting of members with dependencies (e7c113d)

❤️ Contributors

Commits
  • 907a705 build: publish v3.4.0
  • 7c2c233 chore: update dependencies
  • e7c113d fix: fix sorting of members with dependencies
  • 7d4cf14 feat: add sort-sets rule
  • 8d09b68 docs: add code of conduct
  • 0872bdd feat: generate exception if group does not exist
  • d9c72d2 chore: update dependencies
  • 4803030 feat: downgrade minimatch dependency
  • 5088619 feat: improve ability to expand custom groups
  • 73b1b54 fix: place static-block after static-property in default-options in sort-classes
  • Additional commits viewable in compare view

Updates @vue/shared from 3.5.1 to 3.5.2

Release notes

Sourced from @​vue/shared's releases.

v3.5.2

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/shared's changelog.

3.5.2 (2024-09-05)

Bug Fixes

  • reactivity: make toRaw work on proxies created by proxyRef (46c3ab1)
  • reactivity: pass oldValue to computed getter (#11813) (98864a7), closes #11812
  • reactivity: prevent endless recursion in computed getters (#11797) (716275d)
  • reactivity: self-referencing computed should refresh (e84c4a6), closes vuejs/core#11797
  • scheduler: prevent duplicate jobs being queued (#11826) (df56cc5), closes #11712 #11807
  • suspense: avoid updating anchor if activeBranch has not been rendered to the actual container (#11818) (3c0d531), closes #11806
  • Transition: handle KeepAlive child unmount in Transition out-in mode (#11778) (3116553), closes #11775
  • types: add HTMLDialogElement missing close event (#11811) (3634f7a)
  • types: added name attribute support to details tag (#11823) (c74176e), closes #11821
  • types: fix defineComponent props inference when setup() has explicit annotation (fca20a3), closes #11803
  • useTemplateRef: properly fix readonly warning in dev and ensure prod behavior consistency (9b7797d), closes #11808 #11816 #11810

Features

  • compiler-core: parse modifiers as expression to provide location data (#11819) (3f13203)
Commits

Updates watermark-js-plus from 1.5.4 to 1.5.5

Release notes

Sourced from watermark-js-plus's releases.

v1.5.5

✨ Features | 新功能

🎫 Chores | 其他更新

🐛 Bug Fixes | Bug 修复

  • watermark check function (b58002e)
Changelog

Sourced from watermark-js-plus's changelog.

1.5.5 (2024-09-04)

✨ Features | 新功能

🎫 Chores | 其他更新

  • deps: update dependency @​typescript-eslint/parser to v8.4.0 (3ab3df4)
  • deps: update dependency eslint-plugin-import to v2.30.0 (34882e4)
  • deps: update dependency lint-staged to v15.2.10 (0725212)
  • deps: update dependency rollup to v4.21.2 (06d0a3d)
  • deps: update dependency vue to v3.5.1 (40d3998)
  • update dependencies (2fe33a1)

🐛 Bug Fixes | Bug 修复

  • watermark check function (b58002e)
Commits
  • aace748 release: v1.5.5
  • 2fe33a1 chore: update dependencies
  • 66c4401 Merge pull request #874 from zhensherlock/dev
  • 91bde2c Merge pull request #867 from zhensherlock/renovate/vue-monorepo
  • 1752d1c Merge pull request #873 from zhensherlock/dev
  • 1cdd208 Merge pull request #865 from zhensherlock/renovate/eslint-plugin-import-2.x-l...
  • 5328423 Merge pull request #872 from zhensherlock/dev
  • c09fe5f Merge pull request #864 from zhensherlock/renovate/typescript-eslint-monorepo
  • 40d3998 chore(deps): update dependency vue to v3.5.1
  • 2eeee2b Merge pull request #871 from zhensherlock/dev
  • Additional commits viewable in compare view

Updates @vite-pwa/vitepress from 0.5.2 to 0.5.3

Release notes

Sourced from @​vite-pwa/vitepress's releases.

v0.5.3

   🐞 Bug Fixes

    View changes on GitHub
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 <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> 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 <dependency name> 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 <dependency name> 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 <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the non-breaking-changes group with 8 updates:

| Package | From | To |
| --- | --- | --- |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.5.3` | `22.5.4` |
| [vue](https://github.com/vuejs/core) | `3.5.1` | `3.5.2` |
| [vue-tsc](https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc) | `2.1.4` | `2.1.6` |
| [vite-plugin-pwa](https://github.com/vite-pwa/vite-plugin-pwa) | `0.20.4` | `0.20.5` |
| [eslint-plugin-perfectionist](https://github.com/azat-io/eslint-plugin-perfectionist) | `3.3.0` | `3.4.0` |
| [@vue/shared](https://github.com/vuejs/core/tree/HEAD/packages/shared) | `3.5.1` | `3.5.2` |
| [watermark-js-plus](https://github.com/zhensherlock/watermark-js-plus) | `1.5.4` | `1.5.5` |
| [@vite-pwa/vitepress](https://github.com/vite-pwa/vitepress) | `0.5.2` | `0.5.3` |


Updates `@types/node` from 22.5.3 to 22.5.4
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `vue` from 3.5.1 to 3.5.2
- [Release notes](https://github.com/vuejs/core/releases)
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md)
- [Commits](vuejs/core@v3.5.1...v3.5.2)

Updates `vue-tsc` from 2.1.4 to 2.1.6
- [Release notes](https://github.com/vuejs/language-tools/releases)
- [Changelog](https://github.com/vuejs/language-tools/blob/master/CHANGELOG.md)
- [Commits](https://github.com/vuejs/language-tools/commits/v2.1.6/packages/tsc)

Updates `vite-plugin-pwa` from 0.20.4 to 0.20.5
- [Release notes](https://github.com/vite-pwa/vite-plugin-pwa/releases)
- [Commits](vite-pwa/vite-plugin-pwa@v0.20.4...v0.20.5)

Updates `eslint-plugin-perfectionist` from 3.3.0 to 3.4.0
- [Release notes](https://github.com/azat-io/eslint-plugin-perfectionist/releases)
- [Changelog](https://github.com/azat-io/eslint-plugin-perfectionist/blob/main/changelog.md)
- [Commits](azat-io/eslint-plugin-perfectionist@v3.3.0...v3.4.0)

Updates `@vue/shared` from 3.5.1 to 3.5.2
- [Release notes](https://github.com/vuejs/core/releases)
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md)
- [Commits](https://github.com/vuejs/core/commits/v3.5.2/packages/shared)

Updates `watermark-js-plus` from 1.5.4 to 1.5.5
- [Release notes](https://github.com/zhensherlock/watermark-js-plus/releases)
- [Changelog](https://github.com/zhensherlock/watermark-js-plus/blob/main/CHANGELOG.md)
- [Commits](zhensherlock/watermark-js-plus@v1.5.4...v1.5.5)

Updates `@vite-pwa/vitepress` from 0.5.2 to 0.5.3
- [Release notes](https://github.com/vite-pwa/vitepress/releases)
- [Commits](vite-pwa/vitepress@v0.5.2...v0.5.3)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: non-breaking-changes
- dependency-name: vue
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-breaking-changes
- dependency-name: vue-tsc
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: non-breaking-changes
- dependency-name: vite-plugin-pwa
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-breaking-changes
- dependency-name: eslint-plugin-perfectionist
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: non-breaking-changes
- dependency-name: "@vue/shared"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-breaking-changes
- dependency-name: watermark-js-plus
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-breaking-changes
- dependency-name: "@vite-pwa/vitepress"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: non-breaking-changes
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested review from anncwb, vince292007 and a team as code owners September 5, 2024 20:16
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 5, 2024
Copy link

changeset-bot bot commented Sep 5, 2024

⚠️ No Changeset found

Latest commit: 4959d08

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copy link
Contributor

coderabbitai bot commented Sep 5, 2024

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

Share
Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai generate interesting stats about this repository and render them as a table.
    • @coderabbitai show all the console.log statements in this repository.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@vince292007 vince292007 merged commit 1cff0b9 into main Sep 6, 2024
10 checks passed
@vince292007 vince292007 deleted the dependabot/npm_and_yarn/non-breaking-changes-7e32bcd356 branch September 6, 2024 02:28
kkfive pushed a commit to kkfive/vue-vben-admin that referenced this pull request Sep 14, 2024
…js#4326)

Bumps the non-breaking-changes group with 8 updates:

| Package | From | To |
| --- | --- | --- |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.5.3` | `22.5.4` |
| [vue](https://github.com/vuejs/core) | `3.5.1` | `3.5.2` |
| [vue-tsc](https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc) | `2.1.4` | `2.1.6` |
| [vite-plugin-pwa](https://github.com/vite-pwa/vite-plugin-pwa) | `0.20.4` | `0.20.5` |
| [eslint-plugin-perfectionist](https://github.com/azat-io/eslint-plugin-perfectionist) | `3.3.0` | `3.4.0` |
| [@vue/shared](https://github.com/vuejs/core/tree/HEAD/packages/shared) | `3.5.1` | `3.5.2` |
| [watermark-js-plus](https://github.com/zhensherlock/watermark-js-plus) | `1.5.4` | `1.5.5` |
| [@vite-pwa/vitepress](https://github.com/vite-pwa/vitepress) | `0.5.2` | `0.5.3` |


Updates `@types/node` from 22.5.3 to 22.5.4
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `vue` from 3.5.1 to 3.5.2
- [Release notes](https://github.com/vuejs/core/releases)
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md)
- [Commits](vuejs/core@v3.5.1...v3.5.2)

Updates `vue-tsc` from 2.1.4 to 2.1.6
- [Release notes](https://github.com/vuejs/language-tools/releases)
- [Changelog](https://github.com/vuejs/language-tools/blob/master/CHANGELOG.md)
- [Commits](https://github.com/vuejs/language-tools/commits/v2.1.6/packages/tsc)

Updates `vite-plugin-pwa` from 0.20.4 to 0.20.5
- [Release notes](https://github.com/vite-pwa/vite-plugin-pwa/releases)
- [Commits](vite-pwa/vite-plugin-pwa@v0.20.4...v0.20.5)

Updates `eslint-plugin-perfectionist` from 3.3.0 to 3.4.0
- [Release notes](https://github.com/azat-io/eslint-plugin-perfectionist/releases)
- [Changelog](https://github.com/azat-io/eslint-plugin-perfectionist/blob/main/changelog.md)
- [Commits](azat-io/eslint-plugin-perfectionist@v3.3.0...v3.4.0)

Updates `@vue/shared` from 3.5.1 to 3.5.2
- [Release notes](https://github.com/vuejs/core/releases)
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md)
- [Commits](https://github.com/vuejs/core/commits/v3.5.2/packages/shared)

Updates `watermark-js-plus` from 1.5.4 to 1.5.5
- [Release notes](https://github.com/zhensherlock/watermark-js-plus/releases)
- [Changelog](https://github.com/zhensherlock/watermark-js-plus/blob/main/CHANGELOG.md)
- [Commits](zhensherlock/watermark-js-plus@v1.5.4...v1.5.5)

Updates `@vite-pwa/vitepress` from 0.5.2 to 0.5.3
- [Release notes](https://github.com/vite-pwa/vitepress/releases)
- [Commits](vite-pwa/vitepress@v0.5.2...v0.5.3)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: non-breaking-changes
- dependency-name: vue
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-breaking-changes
- dependency-name: vue-tsc
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: non-breaking-changes
- dependency-name: vite-plugin-pwa
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-breaking-changes
- dependency-name: eslint-plugin-perfectionist
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: non-breaking-changes
- dependency-name: "@vue/shared"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-breaking-changes
- dependency-name: watermark-js-plus
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-breaking-changes
- dependency-name: "@vite-pwa/vitepress"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: non-breaking-changes
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant