-
Notifications
You must be signed in to change notification settings - Fork 41
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
chore(deps): update all non-major dependencies #121
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/all-minor-patch
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
f246be7
to
0d9982d
Compare
0d9982d
to
5db7c0c
Compare
5db7c0c
to
f8739f0
Compare
f8739f0
to
99c4b51
Compare
99c4b51
to
4d408b9
Compare
4d408b9
to
5e4a65a
Compare
5e4a65a
to
1158b20
Compare
1158b20
to
60d4fba
Compare
60d4fba
to
e238c5b
Compare
e238c5b
to
faaf14d
Compare
faaf14d
to
08823f9
Compare
08823f9
to
e30e1ba
Compare
e30e1ba
to
d3231a3
Compare
d3231a3
to
cf7ffae
Compare
35e6308
to
15e5aa6
Compare
15e5aa6
to
0b47d17
Compare
0b47d17
to
fe52684
Compare
fe52684
to
acdc5f8
Compare
acdc5f8
to
031bfc4
Compare
031bfc4
to
31db57a
Compare
31db57a
to
b54a440
Compare
b54a440
to
8393209
Compare
8393209
to
12c6caa
Compare
12c6caa
to
49548c3
Compare
49548c3
to
e5b2cbb
Compare
e5b2cbb
to
d3d884d
Compare
d3d884d
to
7c8f0ed
Compare
7c8f0ed
to
044b014
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
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.2.11
->^1.2.23
1.48.2
->1.50.1
^22.9.0
->^22.13.1
v4.1.0
->v4.2.0
^3.2.3
->^3.4.0
^9.14.0
->^9.19.0
^2.0.0
->^2.0.2
^1.2.1
->^1.3.1
9.13.2
->9.15.5
^0.3.1
->^0.3.2
^2.3.0
->^2.4.0
^5.6.3
->^5.7.3
Release Notes
microsoft/playwright (@playwright/test)
v1.50.1
Compare Source
v1.50.0
Compare Source
Test runner
New option
timeout
allows 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
.changed
updates only the snapshots that have changed, whereasall
now 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
overwrite
and3-way
modes that write the changes into source code, on top of existingpatch
mode that creates a patch file.npx playwright test --update-snapshots=changed --update-source-method=3way
Option testConfig.webServer added a
gracefulShutdown
field 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
canvas
content in traces is error-prone. Display is now disabled by default, and can be enabled via theDisplay canvas content
UI setting.Call
andNetwork
panels 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 enumchanged
to keep the old functionality of only updating the changed snapshots.Browser Versions
This version was also tested against the following stable channels:
v1.49.1
Compare Source
Highlights
https://github.com/microsoft/playwright/issues/33802 - [Bug]: Codegen's Clear button doesn't work if not recordinghttps://github.com/microsoft/playwright/issues/338066 - [Bug]: playwright hangs while waiting for pending navigationhttps://github.com/microsoft/playwright/issues/3378787 - [Bug]: VSC extension isn't capturing all entered tehttps://github.com/microsoft/playwright/issues/33788788 - [Regression]: Double clicking the steps in trace viewer doesn't filter actihttps://github.com/microsoft/playwright/issues/337723772 - [Bug]: aria_snapshot generates invalid yaml when combined with an aria-label attrhttps://github.com/microsoft/playwright/issues/3379133791 - [Bug]: text input with number value raises "container is not iterable" with to_match_aria_snahttps://github.com/microsoft/playwright/issues/33644/33644 - [Bug]: getByRole can't find element with the accessible name from label element when aria-labelledby is nothttps://github.com/microsoft/playwright/issues/33660s/33660 - [Regression]: Unable to open Playwright UI in Dark Mode
Browser Versions
This version was also tested against the following stable channels:
v1.49.0
Compare Source
actions/setup-node (actions/setup-node)
v4.2.0
Compare Source
unjs/consola (consola)
v3.4.0
Compare Source
compare changes
🚀 Enhancements
@clack/prompts
(#332)🩹 Fixes
💅 Refactors
📦 Build
🏡 Chore
❤️ Contributors
v3.3.3
Compare Source
compare changes
📦 Build
node16
typescript resolution" (2065136)❤️ Contributors
v3.3.2
Compare Source
compare changes
📦 Build
string-width
for node 14 support (421c663)node16
typescript resolution (18bc852)❤️ Contributors
v3.3.1
Compare Source
compare changes
🩹 Fixes
Intl
is unavailable (#326)❤️ Contributors
v3.3.0
Compare Source
compare changes
🚀 Enhancements
formatTree
utility (#223)cause
(#308)🩹 Fixes
initial
inselect
andmultiselect
prompts (#232)📖 Documentation
📦 Build
require
condition for browser builds (#243)🌊 Types
select
type return value type (#238)🏡 Chore
🎨 Styles
🤖 CI
❤️ Contributors
eslint/eslint (eslint)
v9.19.0
Compare Source
v9.18.0
Compare Source
v9.17.0
Compare Source
v9.16.0
Compare Source
Features
8f70eb1
feat: AddignoreComputedKeys
option insort-keys
rule (#19162) (Milos Djermanovic)Documentation
9eefc8f
docs: fix typos inuse-isnan
(#19190) (루밀LuMir)0c8cea8
docs: switch the order of words inno-unreachable
(#19189) (루밀LuMir)0c19417
docs: add missing backtick tono-async-promise-executor
(#19188) (루밀LuMir)8df9276
docs: add backtick in-0
indescription
ofno-compare-neg-zero
(#19186) (루밀LuMir)7e16e3f
docs: fixcaseSensitive
option's title ofsort-keys
(#19183) (Tanuj Kanti)0c6b842
docs: fix typos inmigration-guide.md
(#19180) (루밀LuMir)353266e
docs: fix a typo indebug.md
(#19179) (루밀LuMir)5ff318a
docs: delete unnecessary horizontal rule(---
) innodejs-api
(#19175) (루밀LuMir)576bcc5
docs: mark more rules as handled by TypeScript (#19164) (Tanuj Kanti)742d054
docs: note thatno-restricted-syntax
can be used with any language (#19148) (Milos Djermanovic)Chores
feb703b
chore: upgrade to@eslint/[email protected]
(#19195) (Francesco Trotta)df9bf95
chore: package.json update for @eslint/js release (Jenkins)f831893
chore: add type forignoreComputedKeys
option ofsort-keys
(#19184) (Tanuj Kanti)3afb8a1
chore: update dependency @eslint/json to ^0.8.0 (#19177) (Milos Djermanovic)1f77c53
chore: addrepository.directory
property topackage.json
(#19165) (루밀LuMir)d460594
chore: update dependency @arethetypeswrong/cli to ^0.17.0 (#19147) (renovate[bot])45cd4ea
refactor: update default options in rules (#19136) (Milos Djermanovic)v9.15.0
Compare Source
unjs/pathe (pathe)
v2.0.2
Compare Source
compare changes
🩹 Fixes
node:path
export types (#199)🏡 Chore
❤️ Contributors
v2.0.1
Compare Source
compare changes
🩹 Fixes
posix
/win32
namespaces (#197)❤️ Contributors
unjs/pkg-types (pkg-types)
v1.3.1
Compare Source
compare changes
🩹 Fixes
bun.lock
(#210)🏡 Chore
❤️ Contributors
v1.3.0
Compare Source
compare changes
🚀 Enhancements
packageManager
field toPackageJson
(#204)🏡 Chore
🤖 CI
❤️ Contributors
pnpm/pnpm (pnpm)
v9.15.5
: pnpm 9.15.5Compare Source
Patch Changes
pnpm install
, thepreprepare
andpostprepare
scripts of the project should be executed #8989.strip-ansi
with the built-inutil.stripVTControlCharacters
#9009.Platinum Sponsors
Gold Sponsors
v9.15.4
: pnpm 9.15.4Compare Source
Patch Changes
pnpm update --latest <pkg>
updates only the specified package, withdedupe-peer-dependents=true
.Platinum Sponsors
Gold Sponsors
v9.15.3
Compare Source
v9.15.2
: pnpm 9.15.2Compare Source
Patch Changes
publish
/pack
error with workspace dependencies with relative paths #8904. It was broken inv9.4.0
(398472c).pnpm patch
on Windows #7546.git ls-remote
works via HTTPS #8906.Platinum Sponsors
Gold Sponsors
v9.15.1
Compare Source
v9.15.0
Compare Source
v9.14.4
Compare Source
v9.14.3
Compare Source
v9.14.2
Compare Source
Patch Changes
pnpm publish --json
should work #8788.Platinum Sponsors
Gold Sponsors
v9.14.1
Compare Source
Minor Changes
pnpm pack --json
to print packed tarball and contents in JSON format #8765.Patch Changes
pnpm exec
should print a meaningful error message when no command is provided #8752.pnpm setup
should remove the CLI from the target location before moving the new binary #8173.ERR_PNPM_TARBALL_EXTRACT
error while installing a dependency from GitHub having a slash in branch name #7697.use-node-version
setting is used and the system has no Node.js installed #8769..npmrc
files to their correct types. For instance,child-concurrency
should be a number, not a string #5075.manage-package-manager-versions
is set totrue
.pnpm init
should respect the--dir
option #8768.Platinum Sponsors
Gold Sponsors
This PR was generated by Mend Renovate. View the repository job log.