Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 27, 2025

Bumps the minor-updates group with 9 updates:

Package From To
@rushstack/eslint-patch 1.14.0 1.14.1
@tanstack/vue-form 1.23.7 1.23.8
@tanstack/vue-query-devtools 5.90.2 5.91.0
focus-trap 7.6.5 7.6.6
lucide-vue-next 0.487.0 0.548.0
reka-ui 2.5.1 2.6.0
@vue/tsconfig 0.5.1 0.8.1
typescript-eslint 8.46.1 8.46.2
vite-plugin-checker 0.8.0 0.11.0

Updates @rushstack/eslint-patch from 1.14.0 to 1.14.1

Changelog

Sourced from @​rushstack/eslint-patch's changelog.

1.14.1

Fri, 24 Oct 2025 11:22:09 GMT

Patches

  • Fix an issue where suppressed rule violations still show up in the report in ESLint >=9.37.0.
  • Fix an issue where the ESLint process will crash when running in the ESLint VSCode extension in ESLint >=9.37.0.
Commits
  • 3527325 Bump versions [skip ci]
  • fa1e305 Update changelogs [skip ci]
  • 550aa86 Fix an issue where suppressed rule violations still show up in the report in ...
  • b2e11b6 Bump decpouled local dependencies. (#5415)
  • See full diff in compare view

Updates @tanstack/vue-form from 1.23.7 to 1.23.8

Release notes

Sourced from @​tanstack/vue-form's releases.

@​tanstack/vue-form@​1.23.8

Patch Changes

  • form-core: Optimise event client emissions and minor layout tweaks (#1758)

  • Updated dependencies [94631cb]:

    • @​tanstack/form-core@​1.24.4
Changelog

Sourced from @​tanstack/vue-form's changelog.

1.23.8

Patch Changes

  • form-core: Optimise event client emissions and minor layout tweaks (#1758)

  • Updated dependencies [94631cb]:

    • @​tanstack/form-core@​1.24.4
Commits

Updates @tanstack/vue-query-devtools from 5.90.2 to 5.91.0

Release notes

Sourced from @​tanstack/vue-query-devtools's releases.

@​tanstack/vue-query-devtools@​5.91.0

Minor Changes

  • feat(vue-query-devtools): Add embedded panel mode (#9790)
Changelog

Sourced from @​tanstack/vue-query-devtools's changelog.

5.91.0

Minor Changes

  • feat(vue-query-devtools): Add embedded panel mode (#9790)
Commits

Updates focus-trap from 7.6.5 to 7.6.6

Release notes

Sourced from focus-trap's releases.

v7.6.6

Patch Changes

  • dcd4ae9: Update tabbable dependency to 6.3.0 for new displayCheck option.
Changelog

Sourced from focus-trap's changelog.

7.6.6

Patch Changes

  • dcd4ae9: Update tabbable dependency to 6.3.0 for new displayCheck option.
Commits
  • ab97ac2 Version Packages (#1655)
  • dcd4ae9 Update tabbable to 6.3.0
  • b8b2e79 Update README with focus handling details (#1646)
  • b5d7f7b [DEPENDABOT]: Bump @​typescript-eslint/eslint-plugin from 8.46.1 to 8.46.2 (#1...
  • 7da71b8 [DEPENDABOT]: Bump @​eslint/js from 9.37.0 to 9.38.0 (#1647)
  • cc6f77a [DEPENDABOT]: Bump rollup from 4.52.4 to 4.52.5 (#1648)
  • 04be1be [DEPENDABOT]: Bump eslint from 9.37.0 to 9.38.0 (#1649)
  • d8d3393 [DEPENDABOT]: Bump @​typescript-eslint/parser from 8.46.1 to 8.46.2 (#1651)
  • c65c626 [DEPENDABOT]: Bump @​rollup/plugin-commonjs from 28.0.7 to 28.0.8 (#1652)
  • 21f103e [DEPENDABOT]: Bump @​rollup/plugin-commonjs from 28.0.6 to 28.0.7 (#1641)
  • Additional commits viewable in compare view

Updates lucide-vue-next from 0.487.0 to 0.548.0

Release notes

Sourced from lucide-vue-next's releases.

Version 0.548.0

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@0.547.0...0.548.0

Version 0.547.0

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@0.546.0...0.547.0

Version 0.546.0

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@0.545.0...0.546.0

Version 0.545.0

What's Changed

... (truncated)

Commits

Updates reka-ui from 2.5.1 to 2.6.0

Release notes

Sourced from reka-ui's releases.

v2.6.0

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub
Commits
  • c77e227 chore: release v2.6.0
  • ac3e72a fix(Listbox): prevent focus on ListboxContent when ListboxFilter exists (...
  • eba273f fix(PinInput): allow populating inputs by password manager's autofill (#2218)
  • 074becb fix(Tooltip): allow SVG as trigger (#2216)
  • cb7daa4 chore(deps): update dependency vite to v7.1.11 [security] (#2235)
  • 776c4e7 fix(Calendar/RangeCalendar): remove a11y application role (#2234)
  • 21501c5 chore(deps): update dependency @​types/jsdom to v27 (#2222)
  • d5418f1 feat: expose useLocale and useDirection (#2224)
  • cedf629 chore(deps): update dependency vite to ^7.1.10 (#2232)
  • da40549 chore(deps): update actions/setup-node action to v6 (#2233)
  • Additional commits viewable in compare view

Updates @vue/tsconfig from 0.5.1 to 0.8.1

Release notes

Sourced from @​vue/tsconfig's releases.

v0.8.1

fix: do not turn on exactOptionalPropertyTypes for now [a235c5f]

Full Changelog: vuejs/tsconfig@v0.8.0...v0.8.1

v0.8.0

Breaking Changes


If you experience a significant number of type errors in your projects after upgrading to this version, you might want to consider a gradual approach to adopting the new options:

  • After upgrading to @vue/tsconfig, use supress-ts-errors (npx suppress-ts-errors && npx suppress-ts-errors vue src/**/*.vue) to insert @ts-expect-error comments in your current codebase.
  • This way, the stricter configuration will only apply to any new code you add, allowing you to address the existing errors later when you have more time.

Full Changelog: vuejs/tsconfig@v0.7.0...v0.8.0

v0.7.0

Breaking Changes

  • Set skipLibCheck: false in tsconfig.lib.json [cee76cf]
  • Require Vue.js >= 3.4

Full Changelog: vuejs/tsconfig@v0.6.0...v0.7.0

v0.6.0

Notable Changes

Full Changelog: vuejs/tsconfig@v0.5.1...v0.6.0

Commits
  • 4a223b2 0.8.1
  • a235c5f fix: disable exactOptionalPropertyTypes for now
  • c2c92d6 0.8.0
  • 4f1e64a ci: use trusted publisher for npm publish
  • e690a76 feat!: enable noUncheckedIndexedAccess and exactOptionalPropertyTypes (#36)
  • 85a620a feat!: disable libReplacement for better performance (#35)
  • b22acb3 docs: explain the options in tsconfig.lib.json
  • 1334411 docs: Bump up the requred Vue.js version to >= 3.4 in README (#34)
  • 1a34344 chore: use lowercase bundler for moduleResolution
  • 29acc1a docs: be specific about what kind of unwanted types we're avoiding
  • Additional commits viewable in compare view
Maintainer changes

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


Updates typescript-eslint from 8.46.1 to 8.46.2

Release notes

Sourced from typescript-eslint's releases.

v8.46.2

8.46.2 (2025-10-20)

🩹 Fixes

  • eslint-plugin: [prefer-optional-chain] skip optional chaining when it could change the result (#11702)
  • typescript-estree: forbid invalid modifiers in object methods (#11689)

❤️ Thank You

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

Changelog

Sourced from typescript-eslint's changelog.

8.46.2 (2025-10-20)

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

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

Commits

Updates vite-plugin-checker from 0.8.0 to 0.11.0

Release notes

Sourced from vite-plugin-checker's releases.

vite-plugin-checker@0.11.0

   🚨 Breaking Changes

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

vite-plugin-checker@0.10.3

   🐞 Bug Fixes

    View changes on GitHub

vite-plugin-checker@0.10.2

   🐞 Bug Fixes

    View changes on GitHub

vite-plugin-checker@0.10.1

   🐞 Bug Fixes

    View changes on GitHub

vite-plugin-checker@0.9.3

No significant changes

    View changes on GitHub

vite-plugin-checker@0.9.2

   🐞 Bug Fixes

... (truncated)

Commits
  • 44a86f7 v0.11.0
  • d22d54a chore: remove in-source changelogs
  • baf7152 ci: use trusted publishing
  • bac91cf fix: address merge conflict with strip-ansi
  • 66a10dc perf!: use node built-in instead of strip-ansi (#588)
  • 61408e7 feat(oxlint): add support for oxlint (#578)
  • 5ddc18c fix(deps): update dependency strip-ansi to ^7.1.2 (#587)
  • bfc6118 chore(deps): update dependency @​tsconfig/strictest to ^2.0.6 (#586)
  • fd3443a chore(deps): update dependency vite to v5 [security] (#585)
  • 9158f8f chore(deps): update dependency publint to ^0.3.13 (#584)
  • Additional commits viewable in compare view
Maintainer changes

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


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 minor-updates group with 9 updates:

| Package | From | To |
| --- | --- | --- |
| [@rushstack/eslint-patch](https://github.com/microsoft/rushstack/tree/HEAD/eslint/eslint-patch) | `1.14.0` | `1.14.1` |
| [@tanstack/vue-form](https://github.com/TanStack/form/tree/HEAD/packages/vue-form) | `1.23.7` | `1.23.8` |
| [@tanstack/vue-query-devtools](https://github.com/TanStack/query/tree/HEAD/packages/vue-query-devtools) | `5.90.2` | `5.91.0` |
| [focus-trap](https://github.com/focus-trap/focus-trap) | `7.6.5` | `7.6.6` |
| [lucide-vue-next](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-vue-next) | `0.487.0` | `0.548.0` |
| [reka-ui](https://github.com/unovue/reka-ui) | `2.5.1` | `2.6.0` |
| [@vue/tsconfig](https://github.com/vuejs/tsconfig) | `0.5.1` | `0.8.1` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.46.1` | `8.46.2` |
| [vite-plugin-checker](https://github.com/fi3ework/vite-plugin-checker) | `0.8.0` | `0.11.0` |


Updates `@rushstack/eslint-patch` from 1.14.0 to 1.14.1
- [Changelog](https://github.com/microsoft/rushstack/blob/main/eslint/eslint-patch/CHANGELOG.md)
- [Commits](https://github.com/microsoft/rushstack/commits/@rushstack/eslint-patch_v1.14.1/eslint/eslint-patch)

Updates `@tanstack/vue-form` from 1.23.7 to 1.23.8
- [Release notes](https://github.com/TanStack/form/releases)
- [Changelog](https://github.com/TanStack/form/blob/main/packages/vue-form/CHANGELOG.md)
- [Commits](https://github.com/TanStack/form/commits/@tanstack/vue-form@1.23.8/packages/vue-form)

Updates `@tanstack/vue-query-devtools` from 5.90.2 to 5.91.0
- [Release notes](https://github.com/TanStack/query/releases)
- [Changelog](https://github.com/TanStack/query/blob/main/packages/vue-query-devtools/CHANGELOG.md)
- [Commits](https://github.com/TanStack/query/commits/@tanstack/vue-query-devtools@5.91.0/packages/vue-query-devtools)

Updates `focus-trap` from 7.6.5 to 7.6.6
- [Release notes](https://github.com/focus-trap/focus-trap/releases)
- [Changelog](https://github.com/focus-trap/focus-trap/blob/master/CHANGELOG.md)
- [Commits](focus-trap/focus-trap@v7.6.5...v7.6.6)

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

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

Updates `@vue/tsconfig` from 0.5.1 to 0.8.1
- [Release notes](https://github.com/vuejs/tsconfig/releases)
- [Commits](vuejs/tsconfig@v0.5.1...v0.8.1)

Updates `typescript-eslint` from 8.46.1 to 8.46.2
- [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.46.2/packages/typescript-eslint)

Updates `vite-plugin-checker` from 0.8.0 to 0.11.0
- [Release notes](https://github.com/fi3ework/vite-plugin-checker/releases)
- [Commits](https://github.com/fi3ework/vite-plugin-checker/compare/vite-plugin-checker@0.8.0...vite-plugin-checker@0.11.0)

---
updated-dependencies:
- dependency-name: "@rushstack/eslint-patch"
  dependency-version: 1.14.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-updates
- dependency-name: "@tanstack/vue-form"
  dependency-version: 1.23.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-updates
- dependency-name: "@tanstack/vue-query-devtools"
  dependency-version: 5.91.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: focus-trap
  dependency-version: 7.6.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-updates
- dependency-name: lucide-vue-next
  dependency-version: 0.548.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: reka-ui
  dependency-version: 2.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: "@vue/tsconfig"
  dependency-version: 0.8.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: typescript-eslint
  dependency-version: 8.46.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-updates
- dependency-name: vite-plugin-checker
  dependency-version: 0.11.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-updates
...

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 Oct 27, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 3, 2025

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

@dependabot dependabot bot closed this Nov 3, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/main/minor-updates-f1b3b16705 branch November 3, 2025 03:38
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