Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 22, 2025

Bumps the patch-dependencies group with 8 updates in the / directory:

Package From To
@db-ux/db-theme 5.2.1 5.2.2
lint-staged 16.2.6 16.2.7
rimraf 6.1.0 6.1.2
@vitejs/plugin-vue 6.0.1 6.0.2
vue-tsc 3.1.3 3.1.4
@types/node 24.10.0 24.10.1
react-router-dom 7.9.5 7.9.6
@chromatic-com/storybook 4.1.2 4.1.3

Updates @db-ux/db-theme from 5.2.1 to 5.2.2

Updates lint-staged from 16.2.6 to 16.2.7

Release notes

Sourced from lint-staged's releases.

v16.2.7

Patch Changes

  • #1711 ef74c8d Thanks @​iiroj! - Do not display a "failed to spawn" error message when a task fails normally. This message is reserved for when the task didn't run because spawning it failed.
Changelog

Sourced from lint-staged's changelog.

16.2.7

Patch Changes

  • #1711 ef74c8d Thanks @​iiroj! - Do not display a "failed to spawn" error message when a task fails normally. This message is reserved for when the task didn't run because spawning it failed.
Commits
  • 0c1b000 chore(changeset): release
  • 595b202 build(deps): update dependencies
  • ef74c8d fix: do display "failed to spawn" message when task fails normally
  • 5cf2a1e style: do not autofix when running lint-staged
  • ba40012 chore: drop npx from commit-msg hook
  • d67de9a chore: fix pre-push hook usage with changeset
  • 8017d1d build(deps): update dependencies
  • 922d7f4 ci: remove dependabot integration, it's not useful
  • 6aeeef1 docs: add PR template
  • a5728b5 docs: add AGENTS.md
  • Additional commits viewable in compare view

Updates rimraf from 6.1.0 to 6.1.2

Commits

Updates @vitejs/plugin-vue from 6.0.1 to 6.0.2

Release notes

Sourced from @​vitejs/plugin-vue's releases.

[email protected]

Please refer to CHANGELOG.md for details.

Changelog

Sourced from @​vitejs/plugin-vue's changelog.

6.0.2 (2025-11-19)

Bug Fixes

  • deps: update all non-major dependencies (#643) (b702c1f)
  • deps: update all non-major dependencies (#653) (c6bd324)
  • deps: update all non-major dependencies (#663) (dbcd1d0)
  • deps: update all non-major dependencies (#665) (428dde0)
  • deps: update all non-major dependencies (#671) (59e0a51)
  • deps: update all non-major dependencies (#679) (f226dab)
  • deps: update all non-major dependencies (#685) (d990206)
  • deps: update all non-major dependencies (#688) (46edd7e)
  • deps: update all non-major dependencies (#692) (13accf3)
  • deps: update all non-major dependencies (#694) (9c77f01)
  • deps: update all non-major dependencies (#704) (ecb581a)
  • fix hmr of dynamically loaded vue sfc modules in apps with tailwind (#702) (0a883f7)

Miscellaneous Chores

Commits
Maintainer changes

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


Updates vue-tsc from 3.1.3 to 3.1.4

Release notes

Sourced from vue-tsc's releases.

v3.1.4

Bug Fixes

  • fix(language-service): prevent auto-insertion of html snippets in template interpolation (#5744) - Thanks to @​serkodev!
  • fix(language-service): strip interpolations from document passed to html service - Thanks to @​KazariEX!
  • fix(language-core): report unused @ts-expect-error directive on components with loose props checks (#5750) - Thanks to @​serkodev and @​KazariEX!
  • fix(language-core): respect directive comments before v-else (#5753) - Thanks to @​serkodev and @​KazariEX!

Other Changes

  • refactor(language-core): re-implement component references by codegen (#5736) - Thanks to @​KazariEX!
  • refactor(language-core): simplify calculation of full interpolation content - Thanks to @​KazariEX!

❤️ Thanks to Our Sponsors

... (truncated)

Changelog

Sourced from vue-tsc's changelog.

3.1.4 (2025-11-16)

Bug Fixes

  • fix(language-service): prevent auto-insertion of html snippets in template interpolation (#5744) - Thanks to @​serkodev!
  • fix(language-service): strip interpolations from document passed to html service - Thanks to @​KazariEX!
  • fix(language-core): report unused @ts-expect-error directive on components with loose props checks (#5750) - Thanks to @​serkodev and @​KazariEX!
  • fix(language-core): respect directive comments before v-else (#5753) - Thanks to @​serkodev and @​KazariEX!

Other Changes

  • refactor(language-core): re-implement component references by codegen (#5736) - Thanks to @​KazariEX!
  • refactor(language-core): simplify calculation of full interpolation content - Thanks to @​KazariEX!
Commits

Updates @types/node from 24.10.0 to 24.10.1

Commits

Updates react-router-dom from 7.9.5 to 7.9.6

Release notes

Sourced from react-router-dom's releases.

[email protected]

Patch Changes

[email protected]

Patch Changes

Changelog

Sourced from react-router-dom's changelog.

7.9.6

Patch Changes

Commits
Maintainer changes

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


Updates @chromatic-com/storybook from 4.1.2 to 4.1.3

Release notes

Sourced from @​chromatic-com/storybook's releases.

v4.1.3

🐛 Bug Fix

Authors: 1

v4.1.3-next.0

🐛 Bug Fix

Authors: 1

Changelog

Sourced from @​chromatic-com/storybook's changelog.

v4.1.3 (Mon Nov 17 2025)

🐛 Bug Fix

Authors: 1


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

🔭🐙🐈 Test this branch here: https://design-system.deutschebahn.com/core-web/review/dependabot-npm_and_yarn-patch-dependencies-375e29d281

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Nov 22, 2025
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 22, 2025
@changeset-bot
Copy link

changeset-bot bot commented Nov 22, 2025

⚠️ No Changeset found

Latest commit: 9b3ce51

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

@github-actions github-actions bot added the 📺showcases Changes to 1-n showcases label Nov 22, 2025
@github-actions github-actions bot enabled auto-merge (squash) November 22, 2025 19:51
@github-project-automation github-project-automation bot moved this from 🏗 In progress to ⏰ready for release in UX Engineering Team Backlog Nov 22, 2025
@dependabot dependabot bot force-pushed the dependabot-npm_and_yarn-patch-dependencies-375e29d281 branch from 3818305 to 869a172 Compare November 24, 2025 05:34
@mfranzke
Copy link
Collaborator

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot-npm_and_yarn-patch-dependencies-375e29d281 branch from 869a172 to 59fa726 Compare November 24, 2025 07:46
@dependabot dependabot bot force-pushed the dependabot-npm_and_yarn-patch-dependencies-375e29d281 branch from 59fa726 to 4db6dcd Compare November 24, 2025 22:52
@dependabot dependabot bot force-pushed the dependabot-npm_and_yarn-patch-dependencies-375e29d281 branch from 4db6dcd to 77b92e2 Compare November 24, 2025 23:11
@dependabot dependabot bot force-pushed the dependabot-npm_and_yarn-patch-dependencies-375e29d281 branch from 77b92e2 to 9db11a6 Compare November 25, 2025 09:19
github-actions[bot]
github-actions bot previously approved these changes Nov 25, 2025
@mfranzke mfranzke moved this from ⏰ready for release to 👀 Actively In Review in UX Engineering Team Backlog Nov 25, 2025
@mfranzke mfranzke moved this from 👀 Actively In Review to ⏰ready for release in UX Engineering Team Backlog Nov 25, 2025
@dependabot dependabot bot force-pushed the dependabot-npm_and_yarn-patch-dependencies-375e29d281 branch from 9db11a6 to 5b0ac48 Compare November 25, 2025 11:04
github-actions[bot]
github-actions bot previously approved these changes Nov 25, 2025
@dependabot dependabot bot force-pushed the dependabot-npm_and_yarn-patch-dependencies-375e29d281 branch from 5b0ac48 to 10cc15c Compare November 25, 2025 11:22
@dependabot dependabot bot force-pushed the dependabot-npm_and_yarn-patch-dependencies-375e29d281 branch from 10cc15c to 77ee301 Compare November 25, 2025 11:39
github-actions[bot]
github-actions bot previously approved these changes Nov 25, 2025
@dependabot dependabot bot force-pushed the dependabot-npm_and_yarn-patch-dependencies-375e29d281 branch from 77ee301 to 7c1540e Compare November 25, 2025 14:17
@dependabot dependabot bot force-pushed the dependabot-npm_and_yarn-patch-dependencies-375e29d281 branch from 7c1540e to 211624e Compare November 25, 2025 19:06
github-actions[bot]
github-actions bot previously approved these changes Nov 25, 2025
@dependabot dependabot bot force-pushed the dependabot-npm_and_yarn-patch-dependencies-375e29d281 branch from 211624e to a213cb1 Compare November 25, 2025 23:25
@dependabot dependabot bot force-pushed the dependabot-npm_and_yarn-patch-dependencies-375e29d281 branch from a213cb1 to 0bc19b9 Compare November 26, 2025 06:20
github-actions[bot]
github-actions bot previously approved these changes Nov 26, 2025
@dependabot dependabot bot force-pushed the dependabot-npm_and_yarn-patch-dependencies-375e29d281 branch from 0bc19b9 to 195d6a9 Compare November 26, 2025 22:22
@dependabot dependabot bot force-pushed the dependabot-npm_and_yarn-patch-dependencies-375e29d281 branch from 195d6a9 to ea274c0 Compare November 26, 2025 22:46
github-actions[bot]
github-actions bot previously approved these changes Nov 26, 2025
@dependabot dependabot bot force-pushed the dependabot-npm_and_yarn-patch-dependencies-375e29d281 branch from ea274c0 to 18f0c37 Compare November 27, 2025 06:05
…h 8 updates

Bumps the patch-dependencies group with 8 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| @db-ux/db-theme | `5.2.1` | `5.2.2` |
| [lint-staged](https://github.com/lint-staged/lint-staged) | `16.2.6` | `16.2.7` |
| [rimraf](https://github.com/isaacs/rimraf) | `6.1.0` | `6.1.2` |
| [@vitejs/plugin-vue](https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue) | `6.0.1` | `6.0.2` |
| [vue-tsc](https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc) | `3.1.3` | `3.1.4` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `24.10.0` | `24.10.1` |
| [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) | `7.9.5` | `7.9.6` |
| [@chromatic-com/storybook](https://github.com/chromaui/addon-visual-tests) | `4.1.2` | `4.1.3` |



Updates `@db-ux/db-theme` from 5.2.1 to 5.2.2

Updates `lint-staged` from 16.2.6 to 16.2.7
- [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@v16.2.6...v16.2.7)

Updates `rimraf` from 6.1.0 to 6.1.2
- [Changelog](https://github.com/isaacs/rimraf/blob/main/CHANGELOG.md)
- [Commits](isaacs/rimraf@v6.1.0...v6.1.2)

Updates `@vitejs/plugin-vue` from 6.0.1 to 6.0.2
- [Release notes](https://github.com/vitejs/vite-plugin-vue/releases)
- [Changelog](https://github.com/vitejs/vite-plugin-vue/blob/main/packages/plugin-vue/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite-plugin-vue/commits/[email protected]/packages/plugin-vue)

Updates `vue-tsc` from 3.1.3 to 3.1.4
- [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.1.4/packages/tsc)

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

Updates `react-router-dom` from 7.9.5 to 7.9.6
- [Release notes](https://github.com/remix-run/react-router/releases)
- [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router-dom/CHANGELOG.md)
- [Commits](https://github.com/remix-run/react-router/commits/[email protected]/packages/react-router-dom)

Updates `@chromatic-com/storybook` from 4.1.2 to 4.1.3
- [Release notes](https://github.com/chromaui/addon-visual-tests/releases)
- [Changelog](https://github.com/chromaui/addon-visual-tests/blob/v4.1.3/CHANGELOG.md)
- [Commits](chromaui/addon-visual-tests@v4.1.2...v4.1.3)

---
updated-dependencies:
- dependency-name: "@db-ux/db-theme"
  dependency-version: 5.2.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-dependencies
- dependency-name: lint-staged
  dependency-version: 16.2.7
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-dependencies
- dependency-name: rimraf
  dependency-version: 6.1.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-dependencies
- dependency-name: "@vitejs/plugin-vue"
  dependency-version: 6.0.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-dependencies
- dependency-name: vue-tsc
  dependency-version: 3.1.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-dependencies
- dependency-name: "@types/node"
  dependency-version: 24.10.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-dependencies
- dependency-name: react-router-dom
  dependency-version: 7.9.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-dependencies
- dependency-name: "@chromatic-com/storybook"
  dependency-version: 4.1.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot-npm_and_yarn-patch-dependencies-375e29d281 branch from 18f0c37 to 9b3ce51 Compare November 27, 2025 06:53
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 27, 2025

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

@dependabot dependabot bot closed this Nov 27, 2025
auto-merge was automatically disabled November 27, 2025 08:01

Pull request was closed

@dependabot dependabot bot deleted the dependabot-npm_and_yarn-patch-dependencies-375e29d281 branch November 27, 2025 08:01
@github-project-automation github-project-automation bot moved this from ⏰ready for release to ✅ Done in UX Engineering Team Backlog Nov 27, 2025
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 📺showcases Changes to 1-n showcases

Projects

Status: ✅ Done

Development

Successfully merging this pull request may close these issues.

2 participants