Skip to content

Update dependencies - #10

Merged
stefanseifert merged 1 commit into
developfrom
renovate/dependencies
Sep 1, 2026
Merged

Update dependencies#10
stefanseifert merged 1 commit into
developfrom
renovate/dependencies

Conversation

@renovate

@renovate renovate Bot commented Sep 1, 2026

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@intlify/unplugin-vue-i18n (source) 11.2.411.2.5 age confidence
@tsconfig/node24 (source) 24.0.424.0.5 age confidence
@types/jsdom (source) ^28.0.0^30.0.0 age confidence
@typescript-eslint/eslint-plugin (source) 8.65.08.69.0 age confidence
@typescript-eslint/parser (source) 8.65.08.69.0 age confidence
@vitejs/plugin-legacy (source) 8.2.28.2.3 age confidence
@vitest/coverage-istanbul (source) 4.1.104.1.11 age confidence
@vitest/eslint-plugin 1.6.241.6.27 age confidence
core-js (source) 3.49.03.50.0 age confidence
eslint (source) 10.8.010.9.1 age confidence
pinia (source) 4.0.24.0.3 age confidence
vite (source) 8.2.08.2.2 age confidence
vitest (source) 4.1.104.1.11 age confidence
vue (source) 3.5.403.5.42 age confidence
vue-i18n (source) 11.4.811.4.10 age confidence
vue-router (source) 5.2.05.3.0 age confidence

Release Notes

intlify/bundle-tools (@​intlify/unplugin-vue-i18n)

v11.2.5

Compare Source

What's Changed

⚡ Improvement Features
  • fix(unplugin-vue-i18n): invalidate glob locale modules on Vite HMR by @​kazupon in #​603
👕 Refactoring

Full Changelog: intlify/bundle-tools@v11.2.4...v11.2.5

tsconfig/bases (@​tsconfig/node24)

v24.0.5

Compare Source

typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v8.69.0

Compare Source

🚀 Features
  • eslint-plugin: [no-misused-promises] add flagUnions option for checkConditionals (#​12603)
🩹 Fixes
  • eslint-plugin: [no-meaningless-void-operator] report void on non-call expressions (#​12727)
  • eslint-plugin: [unified-signatures] compare type parameters by constraint instead of name (#​12741)
  • eslint-plugin: [no-mixed-enums] use scope analysis instead of type checking for merged namespaces (#​12731)
❤️ Thank You

See GitHub Releases for more information.

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

v8.68.0

Compare Source

🚀 Features
  • eslint-plugin: [strict-void-return] add fix suggestions (#​12086)
🩹 Fixes
  • eslint-plugin: [no-empty-object-type] ignore suggestions that result in invalid interfaces and export defaults (#​12739)
  • eslint-plugin: [no-floating-promises] setting ignoreVoid: false results in false negative in ArrowFunctionExpression (#​12646)
  • eslint-plugin: [no-unnecessary-type-assertion] prevent stack overflow in recursive types (#​12711)
  • eslint-plugin: [unified-signatures] report identical signatures (#​12678)
  • eslint-plugin: [return-await] prevent autofix from breaking code in arrow-functions (#​12707)
  • eslint-plugin: [unified-signatures] deduplicate types in report (#​12656)
❤️ Thank You

See GitHub Releases for more information.

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

v8.67.0

Compare Source

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

See GitHub Releases for more information.

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

v8.66.0

Compare Source

🩹 Fixes
  • eslint-plugin: [class-literal-property-style] preserve type annotations and don't drop decorators (#​12617)
  • eslint-plugin: [no-unnecessary-type-parameters] check MappedType key remapping (#​12588)
  • eslint-plugin: [no-useless-default-assignment] don't report defaults used by other overloads (#​12607)
  • eslint-plugin: [prefer-nullish-coalescing] handle shadowed Boolean calls (#​12591)
  • eslint-plugin: [no-unnecessary-type-conversion] ignore shadowed built-ins (#​12590)
❤️ Thank You

See GitHub Releases for more information.

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

typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v8.69.0

Compare Source

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

See GitHub Releases for more information.

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

v8.68.0

Compare Source

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

See GitHub Releases for more information.

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

v8.67.0

Compare Source

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

See GitHub Releases for more information.

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

v8.66.0

Compare Source

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

See GitHub Releases for more information.

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

vitejs/vite (@​vitejs/plugin-legacy)

v8.2.3

Bug Fixes
vitest-dev/vitest (@​vitest/coverage-istanbul)

v4.1.11

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
vitest-dev/eslint-plugin-vitest (@​vitest/eslint-plugin)

v1.6.27

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v1.6.26

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v1.6.25

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
zloirock/core-js (core-js)

v3.50.0

Compare Source

eslint/eslint (eslint)

v10.9.1

Compare Source

v10.9.0

Compare Source

v10.8.1

Compare Source

Bug Fixes

  • 18eb0a7 fix: prevent ASI hazard in no-unused-labels autofix (#​21173) (dongkyu lee)
  • 151ba3f fix: false positives in getter-return and accessor-pairs (#​21163) (Grit)
  • 6898df9 fix: ignore meta-property names in id-denylist (#​21166) (Pixel)
  • 4d7db66 fix: ignore meta-property names in id-match (#​21167) (Pixel)
  • 677214e fix: handle ASI hazards in no-unused-vars removeVar suggestion (#​20935) (kuldeep kumar)

Documentation

  • 7d0cbf8 docs: Update README (GitHub Actions Bot)
  • 0a05812 docs: add missing backticks to no-duplicate-imports.js (#​21183) (Lee Daeun)
  • 678c90b docs: Update README (GitHub Actions Bot)
  • 8a10424 docs: Update README (GitHub Actions Bot)
  • 69bb948 docs: Update README (GitHub Actions Bot)

Chores

vuejs/pinia (pinia)

v4.0.3

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
vitejs/vite (vite)

v8.2.2

Compare Source

Features
Bug Fixes
Documentation
Miscellaneous Chores
Code Refactoring
Tests
Build System
  • use JSON import attributes instead of readFIleSync in rolldown configs (#​23251) (d615bcd)

v8.2.1

Compare Source

Bug Fixes
Performance Improvements
Documentation
Miscellaneous Chores
Code Refactoring
Tests
vuejs/core (vue)

v3.5.42

Compare Source

Bug Fixes

v3.5.41

Compare Source

Bug Fixes
intlify/vue-i18n (vue-i18n)

v11.4.10

Compare Source

What's Changed

🐛 Bug Fixes

Full Changelog: intlify/vue-i18n@v11.4.9...v11.4.10

v11.4.9

Compare Source

What's Changed

🐛 Bug Fixes
  • fix(core-base): invalidate locale chain cache when fallback changes by @​kazupon in #​2577
  • fix(core-base): fallbackWithSimple uses map keys and skips default by @​kazupon in #​2580
⚡ Improvement Features
👕 Refactoring
  • chore(release): generate changelog in the tagged commit by [@​kazupon](htt

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "before 4am on the first day of the month"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added the dependencies label Sep 1, 2026
@sonarqubecloud

sonarqubecloud Bot commented Sep 1, 2026

Copy link
Copy Markdown

@stefanseifert
stefanseifert merged commit 252e1f9 into develop Sep 1, 2026
4 checks passed
@stefanseifert
stefanseifert deleted the renovate/dependencies branch September 1, 2026 06:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

1 participant