Skip to content

Bump the development-dependencies group with 7 updates #3526

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

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 7, 2025

Bumps the development-dependencies group with 7 updates:

Package From To
@types/node 24.0.7 24.0.10
@typescript-eslint/parser 8.35.1 8.36.0
@vitest/eslint-plugin 1.3.3 1.3.4
@vue/eslint-config-typescript 14.5.1 14.6.0
eslint-plugin-vue 10.2.0 10.3.0
eslint 9.30.0 9.30.1
vue-tsc 2.2.10 3.0.1

Updates @types/node from 24.0.7 to 24.0.10

Commits

Updates @typescript-eslint/parser from 8.35.1 to 8.36.0

Release notes

Sourced from @​typescript-eslint/parser's releases.

v8.36.0

8.36.0 (2025-07-07)

🚀 Features

  • typescript-eslint: support basePath in tseslint.config() (#11357)

❤️ Thank You

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

Changelog

Sourced from @​typescript-eslint/parser's changelog.

8.36.0 (2025-07-07)

This was a version bump only for parser 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 @vitest/eslint-plugin from 1.3.3 to 1.3.4

Release notes

Sourced from @​vitest/eslint-plugin's releases.

v1.3.4

No release notes provided.

Commits

Updates @vue/eslint-config-typescript from 14.5.1 to 14.6.0

Release notes

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

v14.6.0

New Features

Full Changelog: vuejs/eslint-config-typescript@v14.5.1...v14.6.0

Commits
  • 643b038 14.6.0
  • 89af916 chore(deps): update all non-major dependencies (#187)
  • b6f70c2 chore(deps): update vite packages (#191)
  • 53a5c30 chore(deps): update prettier (#188)
  • cf3a96d chore(deps): update dependency unplugin-vue-router to ^0.14.0 (#189)
  • 5ceb964 chore(deps): update dependency chromedriver to v138 (#190)
  • ff3e8c2 feat: allowComponentTypeUnsafety option to configure the strictness of `no-...
  • See full diff in compare view

Updates eslint-plugin-vue from 10.2.0 to 10.3.0

Release notes

Sourced from eslint-plugin-vue's releases.

v10.3.0

Minor Changes

Patch Changes

Changelog

Sourced from eslint-plugin-vue's changelog.

10.3.0

Minor Changes

Patch Changes

Commits

Updates eslint from 9.30.0 to 9.30.1

Release notes

Sourced from eslint's releases.

v9.30.1

Bug Fixes

  • e91bb87 fix: allow separate default and named type imports (#19899) (xbinaryx)

Documentation

  • ab7c625 docs: Update README (GitHub Actions Bot)
  • dae1e5b docs: update jsdoc's link (#19896) (JamesVanWaza)

Chores

  • b035f74 chore: upgrade to @eslint/js@9.30.1 (#19906) (Francesco Trotta)
  • b3dbc16 chore: package.json update for @​eslint/js release (Jenkins)
Changelog

Sourced from eslint's changelog.

v9.30.1 - July 1, 2025

  • b035f74 chore: upgrade to @eslint/js@9.30.1 (#19906) (Francesco Trotta)
  • b3dbc16 chore: package.json update for @​eslint/js release (Jenkins)
  • e91bb87 fix: allow separate default and named type imports (#19899) (xbinaryx)
  • ab7c625 docs: Update README (GitHub Actions Bot)
  • dae1e5b docs: update jsdoc's link (#19896) (JamesVanWaza)
Commits

Updates vue-tsc from 2.2.10 to 3.0.1

Release notes

Sourced from vue-tsc's releases.

v3.0.1

Bug Fixes

  • fix(language-core): remove calculation logic of element inner loc (#5460) - Thanks to @​KazariEX!
  • fix(vscode): correct syntax highlight of v-else (#5470) - Thanks to @​KazariEX!

Other Changes

  • docs(vscode): update Russian translation for VS Code extension (#5461) - Thanks to @​AndreyYolkin!
  • chore(vscode): add error message for incompatible extensions
  • chore: update volar to 2.4.17
    • typescript: correctly use getModeForUsageLocation to calculate the resolution mode

Please refer to CHANGELOG.md for details.

❤️ Thanks to Our Sponsors

... (truncated)

Changelog

Sourced from vue-tsc's changelog.

3.0.1 (2025-07-02)

Bug Fixes

  • fix(language-core): remove calculation logic of element inner loc (#5460) - Thanks to @​KazariEX!
  • fix(vscode): correct syntax highlight of v-else (#5470) - Thanks to @​KazariEX!

Other Changes

  • docs(vscode): update Russian translation for VS Code extension (#5461) - Thanks to @​AndreyYolkin!
  • chore: update volar to 2.4.17
    • typescript: correctly use getModeForUsageLocation to calculate the resolution mode

3.0.0 (2025-07-01)

Features

  • feat(typescript-plugin): skip declaration files in goto components definition (#5221) - Thanks to @​KazariEX!
  • feat(language-core): introduce strictVModel option (#5229) - Thanks to @​KazariEX!
  • feat(vscode, language-server, typescript-plugin): communicate with tsserver based on request forwarding (#5252, #5395, #5443)
  • feat(language-core): support navigation of events with v-on syntax (#5275) - Thanks to @​KazariEX!
  • feat(language-core): type support of slot children (#5137) - Thanks to @​KazariEX!
  • feat(language-service): autocomplete for props with union type
  • feat(language-service): document links for template refs (#5385) - Thanks to @​alex-snezhko!
  • feat(language-core): resolve external stylesheets (#5136) - Thanks to @​KazariEX!
  • feat(language-core): add strictCssModules option (#5164) - Thanks to @​KazariEX!
  • feat(component-type-helpers): add ComponentAttrs type for attribute extraction
  • feat(vscode): add support for typescript.sortImports, typescript.removeUnusedImports commands (#5444)
  • feat(vscode): i18n support of configurations and commands with zh-CN, zh-TW, ru and ja (#5330, #5340, #5404) - Thanks to @​KazariEX, @​PurplePlanen and @​zyoshoka!

Bug Fixes

  • fix(language-core): generate condition guards for model events (#5225) - Thanks to @​KazariEX!
  • fix(language-core): prevent global types generation in declaration files (#5239) - Thanks to @​KazariEX!
  • fix(language-core): prevent eager inference of slot props from generics (#5247) - Thanks to @​KazariEX!
  • fix(typescript-plugin): prevent highlighting native element tags with same name as components (#5253) - Thanks to @​KazariEX!
  • fix(language-service): do not provide required props inlay hints for intrinsic elements (#5258) - Thanks to @​KazariEX!
  • fix(vscode): handle typescript-language-features module loading race condition (#5260)
  • fix(component-meta): update event type representation to include array notation
  • fix(language-core): correct error mapping when prop exp is arrow function (#5262) - Thanks to @​KazariEX!
  • fix(language-service): add document highlights support (#5263) - Thanks to @​KazariEX!
  • fix(language-core): correct type inference of multiple template refs with same name (#5271) - Thanks to @​KazariEX!
  • fix(language-core): skip AST parsing when the expression is an identifier (#5268) - Thanks to @​KazariEX!
  • fix(language-core): do not drop leading comments of defineModels (#5273) - Thanks to @​KazariEX!
  • fix(language-core): improve fault tolerance for unsupported script languages
  • fix(language-core): avoid invalid auto import edit position when setup global types fails
  • fix(language-core): transform slot parameter list into equivalent binding pattern (#5245) - Thanks to @​KazariEX!
  • fix(language-core): correct codegen when src path does not match the generated length - Thanks to @​KazariEX!
  • fix(language-service): exclude data- attribute completion from sfc level nodes - Thanks to @​KazariEX!
  • fix(language-core): remove semantic highlight of v-bind shorthand (#5321) - Thanks to @​KazariEX!

... (truncated)

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 development-dependencies group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `24.0.7` | `24.0.10` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.35.1` | `8.36.0` |
| [@vitest/eslint-plugin](https://github.com/vitest-dev/eslint-plugin-vitest) | `1.3.3` | `1.3.4` |
| [@vue/eslint-config-typescript](https://github.com/vuejs/eslint-config-typescript) | `14.5.1` | `14.6.0` |
| [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue) | `10.2.0` | `10.3.0` |
| [eslint](https://github.com/eslint/eslint) | `9.30.0` | `9.30.1` |
| [vue-tsc](https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc) | `2.2.10` | `3.0.1` |


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

Updates `@typescript-eslint/parser` from 8.35.1 to 8.36.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.36.0/packages/parser)

Updates `@vitest/eslint-plugin` from 1.3.3 to 1.3.4
- [Release notes](https://github.com/vitest-dev/eslint-plugin-vitest/releases)
- [Commits](vitest-dev/eslint-plugin-vitest@v1.3.3...v1.3.4)

Updates `@vue/eslint-config-typescript` from 14.5.1 to 14.6.0
- [Release notes](https://github.com/vuejs/eslint-config-typescript/releases)
- [Commits](vuejs/eslint-config-typescript@v14.5.1...v14.6.0)

Updates `eslint-plugin-vue` from 10.2.0 to 10.3.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.2.0...v10.3.0)

Updates `eslint` from 9.30.0 to 9.30.1
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v9.30.0...v9.30.1)

Updates `vue-tsc` from 2.2.10 to 3.0.1
- [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.1/packages/tsc)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-version: 24.0.10
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: "@typescript-eslint/parser"
  dependency-version: 8.36.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: "@vitest/eslint-plugin"
  dependency-version: 1.3.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: "@vue/eslint-config-typescript"
  dependency-version: 14.6.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: eslint-plugin-vue
  dependency-version: 10.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: eslint
  dependency-version: 9.30.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: vue-tsc
  dependency-version: 3.0.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development-dependencies
...

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 7, 2025
@dependabot dependabot bot requested a review from a team as a code owner July 7, 2025 22:45
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jul 7, 2025
@ildyria ildyria merged commit 0718068 into master Jul 8, 2025
34 checks passed
@ildyria ildyria deleted the dependabot/npm_and_yarn/development-dependencies-881f321653 branch July 8, 2025 09:27
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