Skip to content

fix(deps): bump the minorandpatch group with 9 updates#831

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/master/minorandpatch-d46ee0abb3
Open

fix(deps): bump the minorandpatch group with 9 updates#831
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/master/minorandpatch-d46ee0abb3

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 22, 2026

Copy link
Copy Markdown
Contributor

Bumps the minorandpatch group with 9 updates:

Package From To
@swc/core 1.15.43 1.15.46
eslint-plugin-vue 10.9.2 10.10.0
lint-staged 17.0.8 17.1.1
tsdown 0.22.9 0.22.13
typescript-eslint 8.64.0 8.65.0
@trapi/core 2.0.1 2.0.2
@trapi/metadata 2.0.1 2.0.2
@trapi/swagger 2.0.1 2.0.2
swagger-ui-dist 5.32.8 5.32.11

Updates @swc/core from 1.15.43 to 1.15.46

Changelog

Sourced from @​swc/core's changelog.

[1.15.46] - 2026-07-19

Bug Fixes

  • (deps) Update crossbeam-epoch to 0.9.20 (#12004) (fababa1)

  • (es/fixer) Normalize for-head ident patterns (#11968) (af681bc)

  • (es/fixer) Preserve parens around PURE-annotated receivers (#12022) (73d8941)

  • (es/hygiene) Ignore eval in default hygiene pass (#12003) (dd43ad6)

  • (es/minifier) Eliminate unused classes with cyclic references (#11963) (63a94b9)

  • (es/minifier) Preserve switch fallthrough termination (#11971) (a5d19ae)

  • (es/minifier) Check last case (#11972) (060c7ac)

  • (es/minifier) Disable IIFE invoke when there's eval (#11984) (eabe4be)

  • (es/minifier) Invoke IIFE when has eval (#11987) (457df11)

  • (es/minifier) Make Infect Collect collect every used ident (#11998) (fb9ebee)

  • (es/minifier) Measure number length precisely (#12026) (54d139a)

  • (es/module) Rewrite .tsx imports to .js unless JSX is preserved (#11995) (c341d9c)

  • (es/module) Rewrite SystemJS transform (#11996) (2f47530)

  • (es/modules) Resolve relative symlinked inputs from cwd (#11883) (01e857d)

  • (es/react) Emit jsxdev source for fragments (#11993) (a70ce24)

... (truncated)

Commits
  • 9383162 chore: Publish 1.15.46 with swc_core v74.0.1
  • 035084a chore: Publish 1.15.46-nightly-20260719.1 with swc_core v74.0.1
  • 42d599f chore: Publish 1.15.45-nightly-20260719.1 with swc_core v74.0.1
  • 715eab8 chore: Publish 1.15.44-nightly-20260718.1 with swc_core v74.0.0
  • d6833cc refactor(es/lexer): remove smartstring dependency (#12013)
  • 5761a2b refactor: remove direct rkyv dependencies (#12010)
  • f36e4b6 refactor(es/helpers): Generate inline helpers from canonical ESM sources (#12...
  • 2f47530 fix(es/module): Rewrite SystemJS transform (#11996)
  • 26d8a28 build: Remove vergen dependency (#11976)
  • See full diff in compare view

Updates eslint-plugin-vue from 10.9.2 to 10.10.0

Release notes

Sourced from eslint-plugin-vue's releases.

v10.10.0

Minor Changes

Patch Changes

  • Updated @eslint-community/eslint-utils, semver and xml-name-validator dependencies (#3094)
Changelog

Sourced from eslint-plugin-vue's changelog.

10.10.0

Minor Changes

Patch Changes

  • Updated @eslint-community/eslint-utils, semver and xml-name-validator dependencies (#3094)
Commits

Updates lint-staged from 17.0.8 to 17.1.1

Release notes

Sourced from lint-staged's releases.

v17.1.1

Patch Changes

  • #1820 a626a9f - It's now possible to set --max-arg-length=Infinity to effectively disable chunking of tasks based on the number of staged files. The parsing and validation of the numeric CLI options --max-arg-length and --concurrency has been improved.

v17.1.0

Minor Changes

  • #1816 7568d4f - The console output of lint-staged has been simplified so that there's less interactive spinners and more explicit messages like "Started…" -> "Done!". The primary purpose of this was to remove Listr2, a very large dependency.

    Before:

    Size of node_modules/ after installing: 1561.7 kB with 29 packages.

    Fancy interactive spinners, but output dynamically changes:

    ✔ Backed up original state in git stash (0b191303)
    ✔ Running tasks for staged files...
    ✔ Staging changes from tasks...
    ✔ Cleaning up temporary files...

    After:

    Size of node_modules/ after installing: 974.0 kB with 5 packages (37.6 % smaller, 82.7 % less transitive dependencies).

    Simpler but more explicit output:

    ⋯ Backing up original state…
    ✔ Done backing up original state (35b38ed1)!
    ⋯ Running tasks for staged files…
        *.js — 1 file
          ⋯ oxlint --fix
        *.{json,md} — 1 file
          ⋯ oxfmt --write
    ✔ oxfmt --write
    ✔ oxlint --fix
    ✔ Done running tasks for staged files!
    ⋯ Staging changes from tasks…
    ✔ Done staging changes from tasks!
    ⋯ Cleaning up temporary files…
    ✔ Done cleaning up temporary files!

Patch Changes

... (truncated)

Changelog

Sourced from lint-staged's changelog.

17.1.1

Patch Changes

  • #1820 a626a9f - It's now possible to set --max-arg-length=Infinity to effectively disable chunking of tasks based on the number of staged files. The parsing and validation of the numeric CLI options --max-arg-length and --concurrency has been improved.

17.1.0

Minor Changes

  • #1816 7568d4f - The console output of lint-staged has been simplified so that there's less interactive spinners and more explicit messages like "Started…" -> "Done!". The primary purpose of this was to remove Listr2, a very large dependency.

    Before:

    Size of node_modules/ after installing: 1561.7 kB with 29 packages.

    Fancy interactive spinners, but output dynamically changes:

    ✔ Backed up original state in git stash (0b191303)
    ✔ Running tasks for staged files...
    ✔ Staging changes from tasks...
    ✔ Cleaning up temporary files...

    After:

    Size of node_modules/ after installing: 974.0 kB with 5 packages (37.6 % smaller, 82.7 % less transitive dependencies).

    Simpler but more explicit output:

    ⋯ Backing up original state…
    ✔ Done backing up original state (35b38ed1)!
    ⋯ Running tasks for staged files…
        *.js — 1 file
          ⋯ oxlint --fix
        *.{json,md} — 1 file
          ⋯ oxfmt --write
    ✔ oxfmt --write
    ✔ oxlint --fix
    ✔ Done running tasks for staged files!
    ⋯ Staging changes from tasks…
    ✔ Done staging changes from tasks!
    ⋯ Cleaning up temporary files…
    ✔ Done cleaning up temporary files!

... (truncated)

Commits
  • dbc7831 Merge pull request #1821 from lint-staged/changeset-release/main
  • 47da3c4 chore(changeset): release
  • 7447ad3 Merge pull request #1822 from lint-staged/fixes
  • b148829 fix: allow previous maxArgLength: null
  • 0fb4316 Merge pull request #1820 from lint-staged/fix-max-arg-length
  • a626a9f fix: allow setting --max-arg-length=Infinity
  • 25e2fbb docs: remove fury.io badge
  • dd5a95f Merge pull request #1817 from lint-staged/changeset-release/main
  • aad7f3b chore(changeset): release
  • 11b1d5c Merge pull request #1818 from lint-staged/fixes
  • Additional commits viewable in compare view

Updates tsdown from 0.22.9 to 0.22.13

Release notes

Sourced from tsdown's releases.

v0.22.13

   🚀 Features

  • deps: Support neverBundle: true to externalize all dependencies  -  by @​sxzz (d30a7)

   🐞 Bug Fixes

    View changes on GitHub

v0.22.12

   🚨 Breaking Changes

    View changes on GitHub

v0.22.11

   🚀 Features

    View changes on GitHub

v0.22.10

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub
Commits
  • 3e1fc63 chore: release v0.22.13
  • a6c8734 chore: upgrade deps
  • d30a730 feat(deps): support neverBundle: true to externalize all dependencies
  • d84c54a fix: prevent tinyexec from modifying PATH
  • bd7b522 chore: release v0.22.12
  • 85f23ea feat(exe)!: standardize minimum Node.js version
  • 3157082 refactor: reorganize UserConfig interface
  • 466d756 chore: release v0.22.11
  • a6df89e ci: migrate Void deploy to GitHub OIDC (#1025)
  • 346cb00 feat(deps): add resolveDepSubpath option (#1026)
  • Additional commits viewable in compare view

Updates typescript-eslint from 8.64.0 to 8.65.0

Release notes

Sourced from typescript-eslint's releases.

v8.65.0

8.65.0 (2026-07-20)

🚀 Features

  • add warning when TS 7 is detected (#12529)
  • eslint-plugin: [no-restricted-imports] deprecate extension rule (#12527, #19562, #11889)
  • eslint-plugin: [no-shadow] specialized error on enum declaration and member shadowing (#12578)
  • parser: add onUnsupportedTypeScriptVersion option to error on unsupported TypeScript versions (#12465)
  • typescript-estree: throw for invalid import defer syntax (#12552)

🩹 Fixes

  • eslint-plugin: [prefer-string-starts-ends-with] handle escaped $ ending regex literals (#12515)
  • eslint-plugin: [unbound-method] report unbound methods accessed via member expression on union types (#12448)
  • eslint-plugin: [no-unnecessary-parameter-property-assignment] don't flag computed assignments with a variable key (#12568)

❤️ Thank You

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from typescript-eslint's changelog.

8.65.0 (2026-07-20)

🚀 Features

  • add warning when TS 7 is detected (#12529)

❤️ Thank You

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

Commits

Updates @trapi/core from 2.0.1 to 2.0.2

Release notes

Sourced from @​trapi/core's releases.

cli: v2.0.2

2.0.2 (2026-07-21)

Bug Fixes

  • deps: bump locter to v4 beta and migrate to the read/write API (#861) (e5c7021)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​trapi/metadata bumped from ^2.0.1 to ^2.0.2
      • @​trapi/swagger bumped from ^2.0.1 to ^2.0.2

core: v2.0.2

2.0.2 (2026-07-21)

Bug Fixes

  • deps: bump locter to v4 beta and migrate to the read/write API (#861) (e5c7021)
  • deps: bump the minorandpatch group across 1 directory with 10 updates (#863) (1897fdc)

metadata: v2.0.2

2.0.2 (2026-07-21)

Bug Fixes

  • deps: bump locter to v4 beta and migrate to the read/write API (#861) (e5c7021)
  • deps: bump the minorandpatch group across 1 directory with 10 updates (#863) (1897fdc)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​trapi/core bumped from 2.0.1 to 2.0.2

swagger: v2.0.2

2.0.2 (2026-07-21)

Bug Fixes

  • deps: bump locter to v4 beta and migrate to the read/write API (#861) (e5c7021)
  • deps: bump the minorandpatch group across 1 directory with 10 updates (#863) (1897fdc)

... (truncated)

Changelog

Sourced from @​trapi/core's changelog.

2.0.2 (2026-07-21)

Bug Fixes

  • deps: bump locter to v4 beta and migrate to the read/write API (#861) (e5c7021)
  • deps: bump the minorandpatch group across 1 directory with 10 updates (#863) (1897fdc)
Commits
  • 22024e1 chore: release master (#864)
  • e5c7021 fix(deps): bump locter to v4 beta and migrate to the read/write API (#861)
  • 1897fdc fix(deps): bump the minorandpatch group across 1 directory with 10 updates (#...
  • See full diff in compare view

Updates @trapi/metadata from 2.0.1 to 2.0.2

Release notes

Sourced from @​trapi/metadata's releases.

cli: v2.0.2

2.0.2 (2026-07-21)

Bug Fixes

  • deps: bump locter to v4 beta and migrate to the read/write API (#861) (e5c7021)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​trapi/metadata bumped from ^2.0.1 to ^2.0.2
      • @​trapi/swagger bumped from ^2.0.1 to ^2.0.2

core: v2.0.2

2.0.2 (2026-07-21)

Bug Fixes

  • deps: bump locter to v4 beta and migrate to the read/write API (#861) (e5c7021)
  • deps: bump the minorandpatch group across 1 directory with 10 updates (#863) (1897fdc)

metadata: v2.0.2

2.0.2 (2026-07-21)

Bug Fixes

  • deps: bump locter to v4 beta and migrate to the read/write API (#861) (e5c7021)
  • deps: bump the minorandpatch group across 1 directory with 10 updates (#863) (1897fdc)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​trapi/core bumped from 2.0.1 to 2.0.2

swagger: v2.0.2

2.0.2 (2026-07-21)

Bug Fixes

  • deps: bump locter to v4 beta and migrate to the read/write API (#861) (e5c7021)
  • deps: bump the minorandpatch group across 1 directory with 10 updates (#863) (1897fdc)

... (truncated)

Changelog

Sourced from @​trapi/metadata's changelog.

2.0.2 (2026-07-21)

Bug Fixes

  • deps: bump locter to v4 beta and migrate to the read/write API (#861) (e5c7021)
  • deps: bump the minorandpatch group across 1 directory with 10 updates (#863) (1897fdc)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​trapi/core bumped from 2.0.1 to 2.0.2
Commits
  • 22024e1 chore: release master (#864)
  • e5c7021 fix(deps): bump locter to v4 beta and migrate to the read/write API (#861)
  • 1897fdc fix(deps): bump the minorandpatch group across 1 directory with 10 updates (#...
  • See full diff in compare view

Updates @trapi/swagger from 2.0.1 to 2.0.2

Release notes

Sourced from @​trapi/swagger's releases.

cli: v2.0.2

2.0.2 (2026-07-21)

Bug Fixes

  • deps: bump locter to v4 beta and migrate to the read/write API (#861) (e5c7021)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​trapi/metadata bumped from ^2.0.1 to ^2.0.2
      • @​trapi/swagger bumped from ^2.0.1 to ^2.0.2

core: v2.0.2

2.0.2 (2026-07-21)

Bug Fixes

  • deps: bump locter to v4 beta and migrate to the read/write API (#861) (e5c7021)
  • deps: bump the minorandpatch group across 1 directory with 10 updates (#863) (1897fdc)

metadata: v2.0.2

2.0.2 (2026-07-21)

Bug Fixes

  • deps: bump locter to v4 beta and migrate to the read/write API (#861) (e5c7021)
  • deps: bump the minorandpatch group across 1 directory with 10 updates (#863) (1897fdc)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​trapi/core bumped from 2.0.1 to 2.0.2

swagger: v2.0.2

2.0.2 (2026-07-21)

Bug Fixes

  • deps: bump locter to v4 beta and migrate to the read/write API (#861) (e5c7021)
  • deps: bump the minorandpatch group across 1 directory with 10 updates (#863) (1897fdc)

... (truncated)

Changelog

Sourced from @​trapi/swagger's changelog.

2.0.2 (2026-07-21)

Bug Fixes

  • deps: bump locter to v4 beta and migrate to the read/write API (#861) (e5c7021)
  • deps: bump the minorandpatch group across 1 directory with 10 updates (#863) (1897fdc)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​trapi/core bumped from 2.0.1 to 2.0.2
Commits
  • 22024e1 chore: release master (#864)
  • e5c7021 fix(deps): bump locter to v4 beta and migrate to the read/write API (#861)
  • 1897fdc fix(deps): bump the minorandpatch group across 1 directory with 10 updates (#...
  • See full diff in compare view

Updates swagger-ui-dist from 5.32.8 to 5.32.11

Release notes

Sourced from swagger-ui-dist's releases.

v5.32.11

5.32.11 (2026-07-22)

Bug Fixes

v5.32.10

5.32.10 (2026-07-21)

Bug Fixes

v5.32.9

5.32.9 (2026-07-17)

Bug Fixes

  • spec: avoid crash when requestBody has no content field (#10837) (832008a)
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 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 minorandpatch group with 9 updates:

| Package | From | To |
| --- | --- | --- |
| [@swc/core](https://github.com/swc-project/swc/tree/HEAD/packages/core) | `1.15.43` | `1.15.46` |
| [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue) | `10.9.2` | `10.10.0` |
| [lint-staged](https://github.com/lint-staged/lint-staged) | `17.0.8` | `17.1.1` |
| [tsdown](https://github.com/rolldown/tsdown) | `0.22.9` | `0.22.13` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.64.0` | `8.65.0` |
| [@trapi/core](https://github.com/Tada5hi/trapi/tree/HEAD/packages/core) | `2.0.1` | `2.0.2` |
| [@trapi/metadata](https://github.com/Tada5hi/trapi/tree/HEAD/packages/metadata) | `2.0.1` | `2.0.2` |
| [@trapi/swagger](https://github.com/Tada5hi/trapi/tree/HEAD/packages/swagger) | `2.0.1` | `2.0.2` |
| [swagger-ui-dist](https://github.com/swagger-api/swagger-ui) | `5.32.8` | `5.32.11` |


Updates `@swc/core` from 1.15.43 to 1.15.46
- [Release notes](https://github.com/swc-project/swc/releases)
- [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md)
- [Commits](https://github.com/swc-project/swc/commits/v1.15.46/packages/core)

Updates `eslint-plugin-vue` from 10.9.2 to 10.10.0
- [Release notes](https://github.com/vuejs/eslint-plugin-vue/releases)
- [Changelog](https://github.com/vuejs/eslint-plugin-vue/blob/master/CHANGELOG.md)
- [Commits](vuejs/eslint-plugin-vue@v10.9.2...v10.10.0)

Updates `lint-staged` from 17.0.8 to 17.1.1
- [Release notes](https://github.com/lint-staged/lint-staged/releases)
- [Changelog](https://github.com/lint-staged/lint-staged/blob/main/CHANGELOG.md)
- [Commits](lint-staged/lint-staged@v17.0.8...v17.1.1)

Updates `tsdown` from 0.22.9 to 0.22.13
- [Release notes](https://github.com/rolldown/tsdown/releases)
- [Commits](rolldown/tsdown@v0.22.9...v0.22.13)

Updates `typescript-eslint` from 8.64.0 to 8.65.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.65.0/packages/typescript-eslint)

Updates `@trapi/core` from 2.0.1 to 2.0.2
- [Release notes](https://github.com/Tada5hi/trapi/releases)
- [Changelog](https://github.com/tada5hi/trapi/blob/master/packages/core/CHANGELOG.md)
- [Commits](https://github.com/Tada5hi/trapi/commits/cli-v2.0.2/packages/core)

Updates `@trapi/metadata` from 2.0.1 to 2.0.2
- [Release notes](https://github.com/Tada5hi/trapi/releases)
- [Changelog](https://github.com/tada5hi/trapi/blob/master/packages/metadata/CHANGELOG.md)
- [Commits](https://github.com/Tada5hi/trapi/commits/cli-v2.0.2/packages/metadata)

Updates `@trapi/swagger` from 2.0.1 to 2.0.2
- [Release notes](https://github.com/Tada5hi/trapi/releases)
- [Changelog](https://github.com/tada5hi/trapi/blob/master/packages/swagger/CHANGELOG.md)
- [Commits](https://github.com/Tada5hi/trapi/commits/cli-v2.0.2/packages/swagger)

Updates `swagger-ui-dist` from 5.32.8 to 5.32.11
- [Release notes](https://github.com/swagger-api/swagger-ui/releases)
- [Commits](swagger-api/swagger-ui@v5.32.8...v5.32.11)

---
updated-dependencies:
- dependency-name: "@swc/core"
  dependency-version: 1.15.46
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minorandpatch
- dependency-name: eslint-plugin-vue
  dependency-version: 10.10.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minorandpatch
- dependency-name: lint-staged
  dependency-version: 17.1.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minorandpatch
- dependency-name: tsdown
  dependency-version: 0.22.13
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minorandpatch
- dependency-name: typescript-eslint
  dependency-version: 8.65.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minorandpatch
- dependency-name: "@trapi/core"
  dependency-version: 2.0.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minorandpatch
- dependency-name: "@trapi/metadata"
  dependency-version: 2.0.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minorandpatch
- dependency-name: "@trapi/swagger"
  dependency-version: 2.0.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minorandpatch
- dependency-name: swagger-ui-dist
  dependency-version: 5.32.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minorandpatch
...

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 Jul 22, 2026
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.

0 participants