Skip to content

chore(deps): update all non-major dependencies #175

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 1, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@playwright/test (source) ^1.51.1 -> ^1.52.0 age adoption passing confidence
@types/node (source) ^22.13.15 -> ^22.15.15 age adoption passing confidence
@typescript-eslint/utils (source) ^8.29.0 -> ^8.32.0 age adoption passing confidence
@vitest/eslint-plugin ^1.1.38 -> ^1.1.44 age adoption passing confidence
cypress (source) ^14.2.1 -> ^14.3.3 age adoption passing confidence
eslint (source) ^9.23.0 -> ^9.26.0 age adoption passing confidence
eslint-plugin-cypress ^4.2.0 -> ^4.3.0 age adoption passing confidence
eslint-plugin-vue (source) ~10.0.0 -> ~10.1.0 age adoption passing confidence
eslint-plugin-yml (source) ^1.17.0 -> ^1.18.0 age adoption passing confidence
jsdom ^26.0.0 -> ^26.1.0 age adoption passing confidence
pinia ^3.0.1 -> ^3.0.2 age adoption passing confidence
pkgroll ^2.12.1 -> ^2.12.2 age adoption passing confidence
tsx (source) ^4.19.3 -> ^4.19.4 age adoption passing confidence
typescript-eslint (source) ^8.29.0 -> ^8.32.0 age adoption passing confidence
vitest (source) ^3.1.1 -> ^3.1.3 age adoption passing confidence
vue-eslint-parser ^10.1.1 -> ^10.1.3 age adoption passing confidence
vue-router ^4.5.0 -> ^4.5.1 age adoption passing confidence
vue-tsc (source) ^2.2.8 -> ^2.2.10 age adoption passing confidence

Release Notes

microsoft/playwright (@​playwright/test)

v1.52.0

Compare Source

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

v8.32.0

Compare Source

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

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

v8.31.1

Compare Source

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

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

v8.31.0

Compare Source

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

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

v8.30.1

Compare Source

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

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

v8.30.0

Compare Source

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

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

v8.29.1

Compare Source

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

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

vitest-dev/eslint-plugin-vitest (@​vitest/eslint-plugin)

v1.1.44

Compare Source

What's Changed

New Contributors

Full Changelog: vitest-dev/eslint-plugin-vitest@v1.1.43...v1.1.44

v1.1.43

Compare Source

Features

What's Changed

Full Changelog: vitest-dev/eslint-plugin-vitest@v1.1.42...v1.1.43

v1.1.42

Compare Source

What's Changed

Full Changelog: vitest-dev/eslint-plugin-vitest@v1.1.40...v1.1.42

v1.1.40

Compare Source

v1.1.39

Compare Source

Bug Fixes
  • valid-title: report emptyTitle for string-like types (#​688) (c1909ab)

What's Changed

New Contributors

Full Changelog: vitest-dev/eslint-plugin-vitest@v1.1.38...v1.1.39

cypress-io/cypress (cypress)

v14.3.3

Compare Source

Changelog: https://docs.cypress.io/app/references/changelog#14-3-3

v14.3.2

Compare Source

Changelog: https://docs.cypress.io/app/references/changelog#14-3-2

v14.3.1

Compare Source

Changelog: https://docs.cypress.io/app/references/changelog#14-3-1

v14.3.0

Compare Source

Changelog: https://docs.cypress.io/app/references/changelog#14-3-0

eslint/eslint (eslint)

v9.26.0

Compare Source

v9.25.1

Compare Source

v9.25.0

Compare Source

v9.24.0

Compare Source

cypress-io/eslint-plugin-cypress (eslint-plugin-cypress)

v4.3.0

Compare Source

Features

v4.2.1

Compare Source

Bug Fixes
  • deps: update all dependencies (5b827eb)
vuejs/eslint-plugin-vue (eslint-plugin-vue)

v10.1.0

Compare Source

✨ Enhancements

  • #​2734 Improved allowlist option of vue/no-bare-strings-in-template rule to accept regex.
  • #​2736 Added vue/define-props-destructuring rule that enforce consistent style for props destructuring.
  • #​2685 Added disallowComments option to vue/no-multiple-template-root rule.

Full Changelog: vuejs/eslint-plugin-vue@v10.0.1...v10.1.0

v10.0.1

Compare Source

🐛 Bug Fixes

  • #​2700 Fixed incorrect type for .eslintrc configs.
  • #​2703 Fixed false negatives for multiple script blocks in vue/prefer-use-template-ref rule.
  • #​2726 Fixed false positives for tagged template expressions in vue/no-ref-as-operand rule.
  • #​2728 Fixed false negatives for props destructure in vue/require-default-prop rule.
  • #​2731 Fixed false positives for renamed props in vue/no-dupe-keys rule.

⚙️ Updates

  • #​2701 Improved the report location for vue/no-export-in-script-setup rule.
  • #​2724 Improved the report location for vue/html-self-closing rule.

Full Changelog: vuejs/eslint-plugin-vue@v10.0.0...v10.0.1

ota-meshi/eslint-plugin-yml (eslint-plugin-yml)

v1.18.0

Compare Source

Minor Changes
jsdom/jsdom (jsdom)

v26.1.0

Compare Source

  • Added at least partial support for various SVG elements and their classes: <defs> (SVGDefsElement), <desc> (SVGDescElement), <g> (SVGGElement), <metadata> (SVGMetadataElement), <switch> (SVGSwitchElement), and <symbol> (SVGSymbolElement).
  • Added SVGAnimatedPreserveAspectRatio and SVGAnimatedRect, including support in the reflection layer.
  • Added the SVGSVGElement createSVGRect() method, and the SVGRect type (which is distinct from DOMRect.)
  • Added indexed property support to HTMLFormElement.
  • Updated the SVGElement viewportElement() method to correctly establish the viewport based on ancestor elements.
  • Removed the now-bloated form-data dependency in favor of our own smaller implementation of multipart/form-data serialization. No functional changes are expected.
  • Various performance improvements, caches, microoptimizations, and deferred object creation.
vuejs/pinia (pinia)

v3.0.2

Please refer to CHANGELOG.md for details.

privatenumber/pkgroll (pkgroll)

v2.12.2

Compare Source

Bug Fixes
  • emit error when source files are missing/mismatched (#​122) (5a73adf)
privatenumber/tsx (tsx)

v4.19.4

Compare Source

typescript-eslint/typescript-eslint (typescript-eslint)

v8.32.0

Compare Source

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.

v8.31.1

Compare Source

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.

v8.31.0

Compare Source

🩹 Fixes
  • typescript-eslint: gracefully handle invalid flat config objects in config helper (#​11070)
  • typescript-eslint: address bugs in config() around global ignores (#​11065)
❤️ Thank You

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

v8.30.1

Compare Source

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.

v8.30.0

Compare Source

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.

v8.29.1

Compare Source

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.

vitest-dev/vitest (vitest)

v3.1.3

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v3.1.2

Compare Source

   🚀 Features
   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub
vuejs/vue-eslint-parser (vue-eslint-parser)

v10.1.3

Compare Source

🐛 Bug Fixes

Full Changelog: vuejs/vue-eslint-parser@v10.1.2...v10.1.3

v10.1.2

Compare Source

🐛 Bug Fixes

Full Changelog: vuejs/vue-eslint-parser@v10.1.1...v10.1.2

vuejs/router (vue-router)

v4.5.1

Compare Source

Please refer to CHANGELOG.md for details.

vuejs/language-tools (vue-tsc)

v2.2.10

Compare Source


Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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 Pull requests that update a dependency file label May 1, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from 67ae7e3 to ba45a2d Compare May 6, 2025 20:38
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ba45a2d to 7d01534 Compare May 7, 2025 20:09
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants