chore(deps): update all non-major dependencies #139
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.49.1->^1.50.1^20.17.14->^20.17.17^22.10.7->^22.13.1^20.17.12->^20.17.17^8.21.0->^8.23.0^1.1.25->^1.1.27^132.0.0->^132.0.2^14.0.0->^14.0.2^9.18.0->^9.20.0^2.1.0->^2.2.0^2.6.1->^2.8.2^3.4.2->^3.5.0^8.21.0->^8.23.0Release Notes
microsoft/playwright (@playwright/test)
v1.50.1Compare Source
v1.50.0Compare Source
Test runner
New option
timeoutallows specifying a maximum run time for an individual test step. A timed-out step will fail the execution of the test.New method test.step.skip() to disable execution of a test step.
Expanded expect(locator).toMatchAriaSnapshot() to allow storing of aria snapshots in separate YAML files.
Added method expect(locator).toHaveAccessibleErrorMessage() to assert the Locator points to an element with a given aria errormessage.
Option testConfig.updateSnapshots added the configuration enum
changed.changedupdates only the snapshots that have changed, whereasallnow updates all snapshots, regardless of whether there are any differences.New option testConfig.updateSourceMethod defines the way source code is updated when testConfig.updateSnapshots is configured. Added
overwriteand3-waymodes that write the changes into source code, on top of existingpatchmode that creates a patch file.npx playwright test --update-snapshots=changed --update-source-method=3wayOption testConfig.webServer added a
gracefulShutdownfield for specifying a process kill signal other than the defaultSIGKILL.Exposed testStep.attachments from the reporter API to allow retrieval of all attachments created by that step.
UI updates
canvascontent in traces is error-prone. Display is now disabled by default, and can be enabled via theDisplay canvas contentUI setting.CallandNetworkpanels now display additional time information.Breaking
<input>,<select>, or a number of other editable elements.all, rather than only the failed/changed snapshots. Use the new enumchangedto keep the old functionality of only updating the changed snapshots.Browser Versions
This version was also tested against the following stable channels:
typescript-eslint/typescript-eslint (@typescript-eslint/utils)
v8.23.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.22.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.
vitest-dev/eslint-plugin-vitest (@vitest/eslint-plugin)
v1.1.27Compare Source
Features
require-mock-type-parametersrule (#651) (5674c25)What's Changed
require-mock-type-parametersrule by @marekdedic in https://github.com/vitest-dev/eslint-plugin-vitest/pull/651Full Changelog: vitest-dev/eslint-plugin-vitest@v1.1.26...v1.1.27
v1.1.26Compare Source
Features
prefer-strict-boolean-matchersrule (#650) (4d86836)What's Changed
prefer-strict-boolean-matchersrule by @marekdedic in https://github.com/vitest-dev/eslint-plugin-vitest/pull/650New Contributors
Full Changelog: vitest-dev/eslint-plugin-vitest@v1.1.25...v1.1.26
giggio/node-chromedriver (chromedriver)
v132.0.2Compare Source
v132.0.1Compare Source
cypress-io/cypress (cypress)
v14.0.2Compare Source
Changelog: https://docs.cypress.io/app/references/changelog#14-0-2
v14.0.1Compare Source
Changelog: https://docs.cypress.io/app/references/changelog#14-0-1
eslint/eslint (eslint)
v9.20.0Compare Source
v9.19.0Compare Source
playwright-community/eslint-plugin-playwright (eslint-plugin-playwright)
v2.2.0Compare Source
Features
no-slowed-testrule (#302) (53df693), closes #296Bug Fixes
privatenumber/pkgroll (pkgroll)
v2.8.2Compare Source
Bug Fixes
v2.8.1Compare Source
Bug Fixes
v2.8.0Compare Source
Features
v2.7.0Compare Source
Features
prettier/prettier (prettier)
v3.5.0Compare Source
diff
🔗 Release Notes
typescript-eslint/typescript-eslint (typescript-eslint)
v8.23.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.22.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.
Configuration
📅 Schedule: Branch creation - "* 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.