chore(deps): update all non-major dependencies #175
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^1.51.1->^1.53.0^22.0.1->^22.0.2^22.13.15->^22.15.31^8.29.0->^8.34.0^1.1.38->^1.2.2^14.2.1->^14.4.1^9.23.0->^9.28.0^4.2.0->^4.3.0~10.0.0->~10.2.0^1.17.0->^1.18.0^9.5.2->^9.6.0^26.0.0->^26.1.0^3.12.1->^3.12.2^3.0.1->^3.0.3^2.12.1->^2.12.2^2.0.11->^2.0.12^4.19.3->^4.20.2^8.29.0->^8.34.0^3.1.1->^3.2.3^3.5.13->^3.5.16^10.1.1->^10.1.3^4.5.0->^4.5.1^2.2.8->^2.2.10Release Notes
microsoft/playwright (@playwright/test)
v1.53.0Compare Source
Trace Viewer and HTML Reporter Updates
New Steps in Trace Viewer and HTML reporter:
New option in
'html'reporter to set the title of a specific test run:Miscellaneous
New option
kindin testInfo.snapshotPath() controls which snapshot path template is used.New method locator.describe() to describe a locator. Used for trace viewer and reports.
npx playwright install --listwill now list all installed browsers, versions and locations.Browser Versions
This version was also tested against the following stable channels:
v1.52.0Compare Source
tsconfig/bases (@tsconfig/node22)
v22.0.2Compare Source
typescript-eslint/typescript-eslint (@typescript-eslint/utils)
v8.34.0Compare 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.33.1Compare 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.33.0Compare 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.32.1Compare 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.32.0Compare 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.1Compare 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.0Compare 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.1Compare 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.0Compare 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.1Compare 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.2.2Compare Source
Bug Fixes
v1.2.1Compare Source
Bug Fixes
What's Changed
Full Changelog: vitest-dev/eslint-plugin-vitest@v1.2.0...v1.2.1
v1.2.0Compare Source
What's Changed
Full Changelog: vitest-dev/eslint-plugin-vitest@v1.1.44...v1.2.0
v1.1.44Compare Source
What's Changed
New Contributors
Full Changelog: vitest-dev/eslint-plugin-vitest@v1.1.43...v1.1.44
v1.1.43Compare Source
Features
What's Changed
Full Changelog: vitest-dev/eslint-plugin-vitest@v1.1.42...v1.1.43
v1.1.42Compare Source
What's Changed
Full Changelog: vitest-dev/eslint-plugin-vitest@v1.1.40...v1.1.42
v1.1.40Compare Source
v1.1.39Compare Source
Bug Fixes
What's Changed
New Contributors
Full Changelog: vitest-dev/eslint-plugin-vitest@v1.1.38...v1.1.39
cypress-io/cypress (cypress)
v14.4.1Compare Source
Changelog: https://docs.cypress.io/app/references/changelog#14-4-1
v14.4.0Compare Source
Changelog: https://docs.cypress.io/app/references/changelog#14-4-0
v14.3.3Compare Source
Changelog: https://docs.cypress.io/app/references/changelog#14-3-3
v14.3.2Compare Source
Changelog: https://docs.cypress.io/app/references/changelog#14-3-2
v14.3.1Compare Source
Changelog: https://docs.cypress.io/app/references/changelog#14-3-1
v14.3.0Compare Source
Changelog: https://docs.cypress.io/app/references/changelog#14-3-0
eslint/eslint (eslint)
v9.28.0Compare Source
v9.27.0Compare Source
v9.26.0Compare Source
v9.25.1Compare Source
v9.25.0Compare Source
v9.24.0Compare Source
cypress-io/eslint-plugin-cypress (eslint-plugin-cypress)
v4.3.0Compare Source
Features
v4.2.1Compare Source
Bug Fixes
vuejs/eslint-plugin-vue (eslint-plugin-vue)
v10.2.0Compare Source
Minor Changes
Patch Changes
v10.1.0Compare Source
✨ Enhancements
allowlistoption ofvue/no-bare-strings-in-templaterule to accept regex.vue/define-props-destructuringrule that enforce consistent style for props destructuring.disallowCommentsoption tovue/no-multiple-template-rootrule.Full Changelog: vuejs/eslint-plugin-vue@v10.0.1...v10.1.0
v10.0.1Compare Source
🐛 Bug Fixes
.eslintrcconfigs.vue/prefer-use-template-refrule.vue/no-ref-as-operandrule.vue/require-default-proprule.vue/no-dupe-keysrule.⚙️ Updates
vue/no-export-in-script-setuprule.vue/html-self-closingrule.Full Changelog: vuejs/eslint-plugin-vue@v10.0.0...v10.0.1
ota-meshi/eslint-plugin-yml (eslint-plugin-yml)
v1.18.0Compare Source
Minor Changes
a61a2a4Thanks @ota-meshi! - feat: alignMultilineFlowScalar option to indent rulesindresorhus/execa (execa)
v9.6.0Compare Source
d49104av9.5.3Compare Source
1ac5b91jsdom/jsdom (jsdom)
v26.1.0Compare Source
<defs>(SVGDefsElement),<desc>(SVGDescElement),<g>(SVGGElement),<metadata>(SVGMetadataElement),<switch>(SVGSwitchElement), and<symbol>(SVGSymbolElement).SVGAnimatedPreserveAspectRatioandSVGAnimatedRect, including support in the reflection layer.SVGSVGElementcreateSVGRect()method, and theSVGRecttype (which is distinct fromDOMRect.)HTMLFormElement.SVGElementviewportElement()method to correctly establish the viewport based on ancestor elements.form-datadependency in favor of our own smaller implementation ofmultipart/form-dataserialization. No functional changes are expected.nightwatchjs/nightwatch (nightwatch)
v3.12.2Compare Source
What's Changed
.debug()command not working. by @garg3133 in https://github.com/nightwatchjs/nightwatch/pull/4409New Contributors
Full Changelog: nightwatchjs/nightwatch@v3.12.1...v3.12.2
vuejs/pinia (pinia)
v3.0.3Compare Source
Please refer to CHANGELOG.md for details.
v3.0.2Please refer to CHANGELOG.md for details.
privatenumber/pkgroll (pkgroll)
v2.12.2Compare Source
Bug Fixes
bahmutov/start-server-and-test (start-server-and-test)
v2.0.12Compare Source
Bug Fixes
privatenumber/tsx (tsx)
v4.20.2Compare Source
v4.20.1Compare Source
v4.20.0Compare Source
v4.19.4Compare Source
typescript-eslint/typescript-eslint (typescript-eslint)
v8.34.0Compare 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.33.1Compare 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.33.0Compare 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.32.1Compare 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.32.0Compare 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.1Compare 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.0Compare Source
🩹 Fixes
config()around global ignores (#11065)❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.30.1Compare 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.0Compare 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.1Compare 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.2.3Compare Source
🚀 Features
🐞 Bug Fixes
expect.anyreturn type - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/8129 (47514)process.send()- by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/8125 (dfe81)View changes on GitHub
v3.2.2Compare Source
🚀 Features
🐞 Bug Fixes
createTesterscall on the main thread - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/8101 (142c7)vitest-browser-*packages - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/8103 (247ef)toEqual- by @dubzzz in https://github.com/vitest-dev/vitest/issues/8094 (02ec8)dotreporter to work in non interactive terminals - by @bstephen1 and @AriPerkkio in https://github.com/vitest-dev/vitest/issues/7994 (6db9f)View changes on GitHub
v3.2.1Compare Source
🐞 Bug Fixes
DeeplyAllowMatchers- by @sheremet-va in https://github.com/vitest-dev/vitest/issues/8078 [(30ab4)](https://redirect.github.com/vitest-dev/vitest/commit/30ab42cConfiguration
📅 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.
This PR was generated by Mend Renovate. View the repository job log.