Skip to content
This repository was archived by the owner on Apr 13, 2026. It is now read-only.

build(deps): bump the minor-and-patch group across 1 directory with 23 updates - #13

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/main/minor-and-patch-5fe9208e9a
Closed

build(deps): bump the minor-and-patch group across 1 directory with 23 updates#13
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/main/minor-and-patch-5fe9208e9a

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 26, 2025

Copy link
Copy Markdown
Contributor

Bumps the minor-and-patch group with 23 updates in the / directory:

Package From To
@antfu/eslint-config 5.2.2 5.4.1
@types/node 24.3.1 24.5.2
eslint 9.35.0 9.36.0
eslint-plugin-format 1.0.1 1.0.2
isomorphic-dompurify 2.26.0 2.28.0
@types/vscode 1.103.0 1.104.0
@vscode/vsce 3.6.0 3.6.2
@aws-sdk/client-s3 3.883.0 3.896.0
@aws-sdk/s3-request-presigner 3.883.0 3.896.0
axios 1.11.0 1.12.2
lucide-vue-next 0.542.0 0.544.0
marked 16.2.1 16.3.0
reka-ui 2.5.0 2.5.1
tw-animate-css 1.3.8 1.4.0
yup 1.7.0 1.7.1
@cloudflare/workers-types 4.20250906.0 4.20250926.0
rollup 4.46.2 4.52.2
unplugin-auto-import 20.1.0 20.2.0
unplugin-vue-components 29.0.0 29.1.0
vite-plugin-vue-devtools 8.0.1 8.0.2
vue-tsc 3.0.6 3.0.8
wrangler 4.33.2 4.40.2
mermaid 11.11.0 11.12.0

Updates @antfu/eslint-config from 5.2.2 to 5.4.1

Release notes

Sourced from @​antfu/eslint-config's releases.

v5.4.1

No significant changes

    View changes on GitHub

v5.4.0

No significant changes

    View changes on GitHub

v5.3.0

   🐞 Bug Fixes

    View changes on GitHub
Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​antfu/eslint-config since your current version.


Updates @types/node from 24.3.1 to 24.5.2

Commits

Updates eslint from 9.35.0 to 9.36.0

Release notes

Sourced from eslint's releases.

v9.36.0

Features

  • 47afcf6 feat: correct preserve-caught-error edge cases (#20109) (Francesco Trotta)

Bug Fixes

  • 75b74d8 fix: add missing rule option types (#20127) (ntnyq)
  • 1c0d850 fix: update eslint-all.js to use Object.freeze for rules object (#20116) (루밀LuMir)
  • 7d61b7f fix: add missing scope types to Scope.type (#20110) (Pixel998)
  • 7a670c3 fix: correct rule option typings in rules.d.ts (#20084) (Pixel998)

Documentation

  • b73ab12 docs: update examples to use defineConfig (#20131) (sethamus)
  • 31d9392 docs: fix typos (#20118) (Pixel998)
  • c7f861b docs: Update README (GitHub Actions Bot)
  • 6b0c08b docs: Update README (GitHub Actions Bot)
  • 91f97c5 docs: Update README (GitHub Actions Bot)

Chores

  • 12411e8 chore: upgrade @​eslint/js@​9.36.0 (#20139) (Milos Djermanovic)
  • 488cba6 chore: package.json update for @​eslint/js release (Jenkins)
  • bac82a2 ci: simplify renovate configuration (#19907) (唯然)
  • c00bb37 ci: bump actions/labeler from 5 to 6 (#20090) (dependabot[bot])
  • fee751d refactor: use defaultOptions in rules (#20121) (Pixel998)
  • 1ace67d chore: update example to use defineConfig (#20111) (루밀LuMir)
  • 4821963 test: add missing loc information to error objects in rule tests (#20112) (루밀LuMir)
  • b42c42e chore: disallow use of deprecated type property in core rule tests (#20094) (Milos Djermanovic)
  • 7bb498d test: remove deprecated type property from core rule tests (#20093) (Pixel998)
  • e10cf2a ci: bump actions/setup-node from 4 to 5 (#20089) (dependabot[bot])
  • 5cb0ce4 refactor: use meta.defaultOptions in preserve-caught-error (#20080) (Pixel998)
  • f9f7cb5 chore: package.json update for eslint-config-eslint release (Jenkins)
  • 81764b2 chore: update eslint peer dependency in eslint-config-eslint (#20079) (Milos Djermanovic)
Changelog

Sourced from eslint's changelog.

v9.36.0 - September 19, 2025

  • 12411e8 chore: upgrade @​eslint/js@​9.36.0 (#20139) (Milos Djermanovic)
  • 488cba6 chore: package.json update for @​eslint/js release (Jenkins)
  • b73ab12 docs: update examples to use defineConfig (#20131) (sethamus)
  • 47afcf6 feat: correct preserve-caught-error edge cases (#20109) (Francesco Trotta)
  • 75b74d8 fix: add missing rule option types (#20127) (ntnyq)
  • bac82a2 ci: simplify renovate configuration (#19907) (唯然)
  • 1c0d850 fix: update eslint-all.js to use Object.freeze for rules object (#20116) (루밀LuMir)
  • c00bb37 ci: bump actions/labeler from 5 to 6 (#20090) (dependabot[bot])
  • fee751d refactor: use defaultOptions in rules (#20121) (Pixel998)
  • 31d9392 docs: fix typos (#20118) (Pixel998)
  • 7d61b7f fix: add missing scope types to Scope.type (#20110) (Pixel998)
  • 1ace67d chore: update example to use defineConfig (#20111) (루밀LuMir)
  • 4821963 test: add missing loc information to error objects in rule tests (#20112) (루밀LuMir)
  • c7f861b docs: Update README (GitHub Actions Bot)
  • 6b0c08b docs: Update README (GitHub Actions Bot)
  • 7a670c3 fix: correct rule option typings in rules.d.ts (#20084) (Pixel998)
  • b42c42e chore: disallow use of deprecated type property in core rule tests (#20094) (Milos Djermanovic)
  • 7bb498d test: remove deprecated type property from core rule tests (#20093) (Pixel998)
  • 91f97c5 docs: Update README (GitHub Actions Bot)
  • e10cf2a ci: bump actions/setup-node from 4 to 5 (#20089) (dependabot[bot])
  • 5cb0ce4 refactor: use meta.defaultOptions in preserve-caught-error (#20080) (Pixel998)
  • f9f7cb5 chore: package.json update for eslint-config-eslint release (Jenkins)
  • 81764b2 chore: update eslint peer dependency in eslint-config-eslint (#20079) (Milos Djermanovic)
Commits

Updates eslint-plugin-format from 1.0.1 to 1.0.2

Release notes

Sourced from eslint-plugin-format's releases.

v1.0.2

No significant changes

    View changes on GitHub
Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for eslint-plugin-format since your current version.


Updates isomorphic-dompurify from 2.26.0 to 2.28.0

Release notes

Sourced from isomorphic-dompurify's releases.

2.28.0: Updated dompurify

Changelog

  • Updated dompurify.

See the complete changelog for more details.

Release

2.28.0

2.27.0: Updated jsdom dependency and dropped support for Node < 20

Changelog

  • Updated jsdom which dropped support for Node < 20.
  • Updated dev deps.

See the complete changelog for more details.

Release

2.27.0

Commits
  • 2a237c0 chore: Incremented project version.
  • 770f771 chore: Updated deps.
  • 65b7dd0 Merge pull request #354 from kkomelin/dependabot/npm_and_yarn/dompurify-3.2.7
  • 5ae71e3 chore(deps): bump dompurify from 3.2.6 to 3.2.7
  • a667dd5 chore: Updated deps. Dropped support for Node > 20 (by jsdom). Incremented pr...
  • 35f934b Merge pull request #352 from kkomelin/dependabot/npm_and_yarn/jsdom-27.0.0
  • bd4b650 chore(deps): bump jsdom from 26.1.0 to 27.0.0
  • d549d39 Merge pull request #351 from kkomelin/dependabot/npm_and_yarn/terser-5.44.0
  • 9d34d9d chore(deps-dev): bump terser from 5.43.1 to 5.44.0
  • aaa9cbe Removed bundlephobia badge from reamde because it's not been working for a wh...
  • See full diff in compare view

Updates @types/vscode from 1.103.0 to 1.104.0

Commits

Updates @vscode/vsce from 3.6.0 to 3.6.2

Release notes

Sourced from @​vscode/vsce's releases.

v3.6.2

Changes:

  • #1199: fix: generate language model tag for languageModelChatProvider contributions

This list of changes was auto generated.

v3.6.2-0

Changes:

  • #1199: fix: generate language model tag for languageModelChatProvider contributions

This list of changes was auto generated.

v3.6.1

Changes:

  • #1198: chore: bump vsce-sign to 2.0.7
  • #1194: Engineering - do not run Azure Pipeline for pull requests
  • #1193: fix: check exec params
  • #1191: Bump tmp from 0.2.3 to 0.2.4
  • #1188: Avoid Node.js DEP0190 warning by using string form for prepublish command
  • #1190: chore: migrate PR check to GitHub Actions
  • #1189: update secretlint
  • #1187: Bump form-data from 4.0.0 to 4.0.4
  • #1185: chore: onboard OSS pipeline to 1ES template
  • #1179: add commonjs annotation to package.json

This list of changes was auto generated.

v3.6.1-9

Changes:

  • #1198: chore: bump vsce-sign to 2.0.7

This list of changes was auto generated.

v3.6.1-8

Changes:

... (truncated)

Commits
  • 6a944cc Merge pull request #1199 from joyceerhl/patch-1
  • 623d46c fix test
  • 70f3535 fix: generate language model tag for languageModelChatProvider contributions
  • d9422df chore: bump vsce-sign to 2.0.7 (#1198)
  • 91b5381 Engineering - do not run Azure Pipeline for pull requests (#1194)
  • 6d9f87e fix: check exec params (#1193)
  • 8fa2eb5 Bump tmp from 0.2.3 to 0.2.4 (#1191)
  • 6b0b21d Avoid Node.js DEP0190 warning by using string form for prepublish command (#1...
  • 29a2b75 chore: migrate PR check to GitHub Actions (#1190)
  • 472e6ec Merge pull request #1189 from microsoft/benibenj/other-tarantula
  • Additional commits viewable in compare view

Updates @aws-sdk/client-s3 from 3.883.0 to 3.896.0

Release notes

Sourced from @​aws-sdk/client-s3's releases.

v3.896.0

3.896.0(2025-09-24)

Chores
Documentation Changes
  • client-neptune: Doc-only update to address customer use. (08c43a61)
  • client-kms: Documentation only updates for KMS. (915892a5)
  • client-appstream: G6f instance support for AppStream 2.0 (ec122646)
New Features
  • client-cloudwatch: Fix default dualstack FIPS endpoints in AWS GovCloud(US) regions (b22faff8)
  • client-dax: This release adds support for IPv6-only, DUAL_STACK DAX instances (d0290d54)
Bug Fixes
  • lib-storage: add validation for partCount and contentLength for multipart upload (#7363) (0562a0d1)
  • nested-clients: update latest changes from SSO/SSOOIDC (#7371) (6800db79)
Tests
  • clients: update payload types in client tests (#7373) (f7eb085f)

For list of updated packages, view updated-packages.md in assets-3.896.0.zip

v3.895.0

3.895.0(2025-09-23)

Chores
  • util-endpoints: update aws partitions.json (e2d3b450)
  • endpoints: update endpoints model (6ebbaa18)
  • models: update API models (717ae5db)
New Features
  • client-entityresolution: Support incremental id mapping workflow for AWS Entity Resolution (556772aa)
  • client-cleanrooms: Added support for running incremental ID mapping for rule-based workflows. (f151936f)
  • client-sso-oidc: This release includes exception definition and documentation updates. (6106ad2c)
  • client-ec2: Add Amazon EC2 R8gn instance types (6368fb54)

... (truncated)

Changelog

Sourced from @​aws-sdk/client-s3's changelog.

3.896.0 (2025-09-24)

Note: Version bump only for package @​aws-sdk/client-s3

3.895.0 (2025-09-23)

Note: Version bump only for package @​aws-sdk/client-s3

3.894.0 (2025-09-22)

Features

  • xml-builder: use DOMParser for browser XML parsing (#7347) (af40250)

3.893.0 (2025-09-19)

Note: Version bump only for package @​aws-sdk/client-s3

3.892.0 (2025-09-18)

Note: Version bump only for package @​aws-sdk/client-s3

3.891.0 (2025-09-17)

Note: Version bump only for package @​aws-sdk/client-s3

... (truncated)

Commits

Updates @aws-sdk/s3-request-presigner from 3.883.0 to 3.896.0

Release notes

Sourced from @​aws-sdk/s3-request-presigner's releases.

v3.896.0

3.896.0(2025-09-24)

Chores
Documentation Changes
  • client-neptune: Doc-only update to address customer use. (08c43a61)
  • client-kms: Documentation only updates for KMS. (915892a5)
  • client-appstream: G6f instance support for AppStream 2.0 (ec122646)
New Features
  • client-cloudwatch: Fix default dualstack FIPS endpoints in AWS GovCloud(US) regions (b22faff8)
  • client-dax: This release adds support for IPv6-only, DUAL_STACK DAX instances (d0290d54)
Bug Fixes
  • lib-storage: add validation for partCount and contentLength for multipart upload (#7363) (0562a0d1)
  • nested-clients: update latest changes from SSO/SSOOIDC (#7371) (6800db79)
Tests
  • clients: update payload types in client tests (#7373) (f7eb085f)

For list of updated packages, view updated-packages.md in assets-3.896.0.zip

v3.895.0

3.895.0(2025-09-23)

Chores
  • util-endpoints: update aws partitions.json (e2d3b450)
  • endpoints: update endpoints model (6ebbaa18)
  • models: update API models (717ae5db)
New Features
  • client-entityresolution: Support incremental id mapping workflow for AWS Entity Resolution (556772aa)
  • client-cleanrooms: Added support for running incremental ID mapping for rule-based workflows. (f151936f)
  • client-sso-oidc: This release includes exception definition and documentation updates. (6106ad2c)
  • client-ec2: Add Amazon EC2 R8gn instance types (6368fb54)

... (truncated)

Changelog

Sourced from @​aws-sdk/s3-request-presigner's changelog.

3.896.0 (2025-09-24)

Note: Version bump only for package @​aws-sdk/s3-request-presigner

3.895.0 (2025-09-23)

Note: Version bump only for package @​aws-sdk/s3-request-presigner

3.894.0 (2025-09-22)

Note: Version bump only for package @​aws-sdk/s3-request-presigner

3.893.0 (2025-09-19)

Note: Version bump only for package @​aws-sdk/s3-request-presigner

3.892.0 (2025-09-18)

Note: Version bump only for package @​aws-sdk/s3-request-presigner

3.891.0 (2025-09-17)

Note: Version bump only for package @​aws-sdk/s3-request-presigner

3.890.0 (2025-09-16)

... (truncated)

Commits

Updates axios from 1.11.0 to 1.12.2

Release notes

Sourced from axios's releases.

Release v1.12.2

Release notes:

Bug Fixes

  • fetch: use current global fetch instead of cached one when env fetch is not specified to keep MSW support; (#7030) (cf78825)

Contributors to this release

Release v1.12.1

Release notes:

Bug Fixes

Contributors to this release

Release v1.12.0

Release notes:

Bug Fixes

Features

  • adapter: surface low‑level network error details; attach original error via cause (#6982) (78b290c)
  • fetch: add fetch, Request, Response env config variables for the adapter; (#7003) (c959ff2)
  • support reviver on JSON.parse (#5926) (2a97634), closes #5924
  • types: extend AxiosResponse interface to include custom headers type (#6782) (7960d34)

Contributors to this release

... (truncated)

Changelog

Sourced from axios's changelog.

1.12.2 (2025-09-14)

Bug Fixes

  • fetch: use current global fetch instead of cached one when env fetch is not specified to keep MSW support; (#7030) (cf78825)

Contributors to this release

1.12.1 (2025-09-12)

Bug Fixes

Contributors to this release

1.12.0 (2025-09-11)

Bug Fixes

Features

  • adapter: surface low‑level network error details; attach original error via cause (#6982) (78b290c)
  • fetch: add fetch, Request, Response env config variables for the adapter; (#7003) (c959ff2)
  • support reviver on JSON.parse (#5926) (2a97634), closes #5924
  • types: extend AxiosResponse interface to include custom headers type (#6782) (7960d34)

Contributors to this release

... (truncated)

Commits

Updates lucide-vue-next from 0.542.0 to 0.544.0

Release notes

Sourced from lucide-vue-next's releases.

Version 0.544.0

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@0.543.0...0.544.0

Version 0.543.0

What's Changed

…3 updates

Bumps the minor-and-patch group with 23 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@antfu/eslint-config](https://github.com/antfu/eslint-config) | `5.2.2` | `5.4.1` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `24.3.1` | `24.5.2` |
| [eslint](https://github.com/eslint/eslint) | `9.35.0` | `9.36.0` |
| [eslint-plugin-format](https://github.com/antfu/eslint-plugin-format) | `1.0.1` | `1.0.2` |
| [isomorphic-dompurify](https://github.com/kkomelin/isomorphic-dompurify) | `2.26.0` | `2.28.0` |
| [@types/vscode](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/vscode) | `1.103.0` | `1.104.0` |
| [@vscode/vsce](https://github.com/Microsoft/vsce) | `3.6.0` | `3.6.2` |
| [@aws-sdk/client-s3](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3) | `3.883.0` | `3.896.0` |
| [@aws-sdk/s3-request-presigner](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/packages/s3-request-presigner) | `3.883.0` | `3.896.0` |
| [axios](https://github.com/axios/axios) | `1.11.0` | `1.12.2` |
| [lucide-vue-next](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-vue-next) | `0.542.0` | `0.544.0` |
| [marked](https://github.com/markedjs/marked) | `16.2.1` | `16.3.0` |
| [reka-ui](https://github.com/unovue/reka-ui) | `2.5.0` | `2.5.1` |
| [tw-animate-css](https://github.com/Wombosvideo/tw-animate-css) | `1.3.8` | `1.4.0` |
| [yup](https://github.com/jquense/yup) | `1.7.0` | `1.7.1` |
| [@cloudflare/workers-types](https://github.com/cloudflare/workerd) | `4.20250906.0` | `4.20250926.0` |
| [rollup](https://github.com/rollup/rollup) | `4.46.2` | `4.52.2` |
| [unplugin-auto-import](https://github.com/unplugin/unplugin-auto-import) | `20.1.0` | `20.2.0` |
| [unplugin-vue-components](https://github.com/unplugin/unplugin-vue-components) | `29.0.0` | `29.1.0` |
| [vite-plugin-vue-devtools](https://github.com/vuejs/devtools/tree/HEAD/packages/vite) | `8.0.1` | `8.0.2` |
| [vue-tsc](https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc) | `3.0.6` | `3.0.8` |
| [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) | `4.33.2` | `4.40.2` |
| [mermaid](https://github.com/mermaid-js/mermaid) | `11.11.0` | `11.12.0` |



Updates `@antfu/eslint-config` from 5.2.2 to 5.4.1
- [Release notes](https://github.com/antfu/eslint-config/releases)
- [Commits](antfu/eslint-config@v5.2.2...v5.4.1)

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

Updates `eslint` from 9.35.0 to 9.36.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v9.35.0...v9.36.0)

Updates `eslint-plugin-format` from 1.0.1 to 1.0.2
- [Release notes](https://github.com/antfu/eslint-plugin-format/releases)
- [Commits](antfu/eslint-plugin-format@v1.0.1...v1.0.2)

Updates `isomorphic-dompurify` from 2.26.0 to 2.28.0
- [Release notes](https://github.com/kkomelin/isomorphic-dompurify/releases)
- [Commits](kkomelin/isomorphic-dompurify@2.26.0...2.28.0)

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

Updates `@vscode/vsce` from 3.6.0 to 3.6.2
- [Release notes](https://github.com/Microsoft/vsce/releases)
- [Commits](microsoft/vscode-vsce@v3.6.0...v3.6.2)

Updates `@aws-sdk/client-s3` from 3.883.0 to 3.896.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-s3/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.896.0/clients/client-s3)

Updates `@aws-sdk/s3-request-presigner` from 3.883.0 to 3.896.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/packages/s3-request-presigner/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.896.0/packages/s3-request-presigner)

Updates `axios` from 1.11.0 to 1.12.2
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.11.0...v1.12.2)

Updates `lucide-vue-next` from 0.542.0 to 0.544.0
- [Release notes](https://github.com/lucide-icons/lucide/releases)
- [Commits](https://github.com/lucide-icons/lucide/commits/0.544.0/packages/lucide-vue-next)

Updates `marked` from 16.2.1 to 16.3.0
- [Release notes](https://github.com/markedjs/marked/releases)
- [Changelog](https://github.com/markedjs/marked/blob/master/.releaserc.json)
- [Commits](markedjs/marked@v16.2.1...v16.3.0)

Updates `reka-ui` from 2.5.0 to 2.5.1
- [Release notes](https://github.com/unovue/reka-ui/releases)
- [Commits](unovue/reka-ui@v2.5.0...v2.5.1)

Updates `tw-animate-css` from 1.3.8 to 1.4.0
- [Release notes](https://github.com/Wombosvideo/tw-animate-css/releases)
- [Commits](Wombosvideo/tw-animate-css@v1.3.8...v1.4.0)

Updates `yup` from 1.7.0 to 1.7.1
- [Release notes](https://github.com/jquense/yup/releases)
- [Changelog](https://github.com/jquense/yup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jquense/yup/commits)

Updates `@cloudflare/workers-types` from 4.20250906.0 to 4.20250926.0
- [Release notes](https://github.com/cloudflare/workerd/releases)
- [Changelog](https://github.com/cloudflare/workerd/blob/main/Dockerfile.release)
- [Commits](https://github.com/cloudflare/workerd/commits)

Updates `rollup` from 4.46.2 to 4.52.2
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v4.46.2...v4.52.2)

Updates `unplugin-auto-import` from 20.1.0 to 20.2.0
- [Release notes](https://github.com/unplugin/unplugin-auto-import/releases)
- [Commits](unplugin/unplugin-auto-import@v20.1.0...v20.2.0)

Updates `unplugin-vue-components` from 29.0.0 to 29.1.0
- [Release notes](https://github.com/unplugin/unplugin-vue-components/releases)
- [Commits](unplugin/unplugin-vue-components@v29.0.0...v29.1.0)

Updates `vite-plugin-vue-devtools` from 8.0.1 to 8.0.2
- [Release notes](https://github.com/vuejs/devtools/releases)
- [Commits](https://github.com/vuejs/devtools/commits/v8.0.2/packages/vite)

Updates `vue-tsc` from 3.0.6 to 3.0.8
- [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/v3.0.8/packages/tsc)

Updates `wrangler` from 4.33.2 to 4.40.2
- [Release notes](https://github.com/cloudflare/workers-sdk/releases)
- [Changelog](https://github.com/cloudflare/workers-sdk/blob/main/packages/wrangler/CHANGELOG.md)
- [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@4.40.2/packages/wrangler)

Updates `mermaid` from 11.11.0 to 11.12.0
- [Release notes](https://github.com/mermaid-js/mermaid/releases)
- [Commits](https://github.com/mermaid-js/mermaid/compare/mermaid@11.11.0...mermaid@11.12.0)

---
updated-dependencies:
- dependency-name: "@antfu/eslint-config"
  dependency-version: 5.4.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@types/node"
  dependency-version: 24.5.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: eslint
  dependency-version: 9.36.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: eslint-plugin-format
  dependency-version: 1.0.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: isomorphic-dompurify
  dependency-version: 2.28.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@types/vscode"
  dependency-version: 1.104.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@vscode/vsce"
  dependency-version: 3.6.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@aws-sdk/client-s3"
  dependency-version: 3.896.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@aws-sdk/s3-request-presigner"
  dependency-version: 3.896.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: axios
  dependency-version: 1.12.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: lucide-vue-next
  dependency-version: 0.544.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: marked
  dependency-version: 16.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: reka-ui
  dependency-version: 2.5.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: tw-animate-css
  dependency-version: 1.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: yup
  dependency-version: 1.7.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@cloudflare/workers-types"
  dependency-version: 4.20250926.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: rollup
  dependency-version: 4.52.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: unplugin-auto-import
  dependency-version: 20.2.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: unplugin-vue-components
  dependency-version: 29.1.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: vite-plugin-vue-devtools
  dependency-version: 8.0.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: vue-tsc
  dependency-version: 3.0.8
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: wrangler
  dependency-version: 4.40.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: mermaid
  dependency-version: 11.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Sep 26, 2025
@github-actions

github-actions Bot commented Sep 26, 2025

Copy link
Copy Markdown

😭 Deploy PR Preview failed.

@dependabot @github

dependabot Bot commented on behalf of github Sep 28, 2025

Copy link
Copy Markdown
Contributor Author

Dependabot attempted to update this pull request, but because the branch dependabot/npm_and_yarn/main/minor-and-patch-5fe9208e9a is protected it was unable to do so.

@dependabot @github

dependabot Bot commented on behalf of github Sep 30, 2025

Copy link
Copy Markdown
Contributor Author

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot Bot closed this Sep 30, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

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.

0 participants