Skip to content

Lock file maintenance dependencies - #28

Merged
stefanseifert merged 1 commit into
developfrom
renovate/dependencies
Dec 4, 2025
Merged

Lock file maintenance dependencies#28
stefanseifert merged 1 commit into
developfrom
renovate/dependencies

Conversation

@renovate

@renovate renovate Bot commented Dec 1, 2025

Copy link
Copy Markdown
Contributor

Note: This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Type Update Change Pending Age Confidence
lockFileMaintenance All locks refreshed
@playwright/test (source) devDependencies minor 1.56.1 -> 1.57.0 age confidence
@tsconfig/node22 (source) devDependencies patch 22.0.2 -> 22.0.5 age confidence
@types/lodash (source) devDependencies patch 4.17.20 -> 4.17.21 age confidence
@typescript-eslint/eslint-plugin (source) devDependencies minor 8.46.2 -> 8.48.0 8.48.1 age confidence
@typescript-eslint/parser (source) devDependencies minor 8.46.2 -> 8.48.0 8.48.1 age confidence
@vitejs/plugin-vue (source) devDependencies patch 6.0.1 -> 6.0.2 age confidence
@vitest/coverage-istanbul (source) devDependencies patch 4.0.6 -> 4.0.14 4.0.15 age confidence
@vitest/eslint-plugin devDependencies minor 1.3.26 -> 1.5.1 age confidence
chai (source) devDependencies patch 6.2.0 -> 6.2.1 age confidence
core-js (source) dependencies minor 3.46.0 -> 3.47.0 age confidence
eslint (source) devDependencies minor 9.38.0 -> 9.39.1 age confidence
eslint-plugin-playwright devDependencies minor 2.3.0 -> 2.4.0 age confidence
eslint-plugin-vue (source) devDependencies minor 10.5.1 -> 10.6.2 age confidence
jsdom devDependencies minor 27.0.1 -> 27.2.0 age confidence
mcr.microsoft.com/playwright container minor v1.56.1-noble -> v1.57.0-noble age confidence
nodemon (source) devDependencies patch 3.1.10 -> 3.1.11 age confidence
pinia (source) dependencies patch 3.0.3 -> 3.0.4 age confidence
pinia-plugin-persistedstate (source) dependencies minor 4.5.0 -> 4.7.1 age confidence
vite (source) devDependencies minor 7.1.12 -> 7.2.6 age confidence
vite-plugin-pwa devDependencies minor 1.1.0 -> 1.2.0 age confidence
vitest (source) devDependencies patch 4.0.6 -> 4.0.14 4.0.15 age confidence
vue (source) dependencies patch 3.5.22 -> 3.5.25 age confidence
vue-i18n (source) dependencies minor 11.1.12 -> 11.2.2 age confidence

🔧 This Pull Request updates lock files to use the latest dependency versions.


Release Notes

microsoft/playwright (@​playwright/test)

v1.57.0

Compare Source

tsconfig/bases (@​tsconfig/node22)

v22.0.5

Compare Source

v22.0.4

Compare Source

v22.0.3

Compare Source

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

v8.48.0

Compare Source

🚀 Features
  • eslint-plugin: [no-redundant-type-constituents] use assignability checking for redundancy checks (#​10744)
🩹 Fixes
  • typescript-estree: disallow binding patterns in parameter properties (#​11760)
  • eslint-plugin: [consistent-generic-constructors] ignore when constructor is typed array (#​10477)
❤️ Thank You

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

v8.47.0

Compare Source

🚀 Features
  • eslint-plugin: [no-unused-private-class-members] new extension rule (#​10913)
❤️ Thank You

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

v8.46.4

Compare Source

🩹 Fixes
  • parser: error when both projectService and project are set (#​11333)
  • eslint-plugin: handle override modifier in promise-function-async fixer (#​11730)
  • eslint-plugin: [no-deprecated] fix double-report on computed literal identifiers (#​11006, #​10958)
❤️ Thank You

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

v8.46.3

Compare Source

🩹 Fixes
  • eslint-plugin: [no-duplicate-enum-values] support signed numbers (#​11722, #​11723)
  • eslint-plugin: [no-misused-promises] expand union type to retrieve target property (#​11706)
❤️ Thank You

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

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

v8.48.0

Compare Source

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.

v8.47.0

Compare Source

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.

v8.46.4

Compare Source

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.

v8.46.3

Compare Source

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.

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

v6.0.2

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

v4.0.14

Compare Source

   🚀 Experimental Features
   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub

v4.0.13

Compare Source

   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub

v4.0.12

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v4.0.11

Compare Source

   🚀 Experimental Features
   🏎 Performance
    View changes on GitHub

v4.0.10

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v4.0.9

Compare Source

   🚀 Experimental Features
   🐞 Bug Fixes
    View changes on GitHub

v4.0.8

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v4.0.7

Compare Source

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

v1.5.1

Compare Source

   🐞 Bug Fixes
  • no-alias-methods: Align no-alias-methods rule with Vitest by aliasing toThrow to toThrowError  -  by @​y-hsgw in #​832 (4ea56)
    View changes on GitHub

v1.5.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
  • consistent-test-it: Handle aliased Vitest imports when enforcing consistent test names  -  by @​y-hsgw in #​828 (54be6)
    View changes on GitHub

What's Changed

  • fix(consistent-test-it): Handle aliased Vitest imports when enforcing consistent test names by @​y-hsgw in #​828
  • feat: Add rule to recommended Vitest ESLint config by @​y-hsgw in #​827

Full Changelog: vitest-dev/eslint-plugin-vitest@v1.4.4...v1.5.0

v1.4.4

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

What's Changed

New Contributors

Full Changelog: vitest-dev/eslint-plugin-vitest@v1.4.3...v1.4.4

v1.4.3

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v1.4.2

Compare Source

   🚀 Features
    View changes on GitHub

What's Changed

New Contributors

Full Changelog: vitest-dev/eslint-plugin-vitest@v1.4.1...v1.4.2

v1.4.1

Compare Source

No significant changes

    View changes on GitHub

v1.4.0

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
chaijs/chai (chai)

v6.2.1

Compare Source

What's Changed


Configuration

📅 Schedule: Branch creation - "before 4am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, 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 Dec 1, 2025
@renovate
renovate Bot force-pushed the renovate/dependencies branch 3 times, most recently from 9892f47 to 5054350 Compare December 3, 2025 17:36
@renovate
renovate Bot force-pushed the renovate/dependencies branch from 5054350 to ad48bf0 Compare December 4, 2025 06:16
@sonarqubecloud

sonarqubecloud Bot commented Dec 4, 2025

Copy link
Copy Markdown

@stefanseifert
stefanseifert merged commit 505ede7 into develop Dec 4, 2025
4 of 5 checks passed
@stefanseifert
stefanseifert deleted the renovate/dependencies branch December 4, 2025 07:01
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