This version was also tested against the following stable channels:
Google Chrome 128
Microsoft Edge 128
v1.47.1
Highlights
microsoft/playwright#32480 - [REGRESSION]: tsconfig.json's compilerOptions.paths no longer working in 1.47
microsoft/playwright#32552 - [REGRESSION]: broken UI in Trace Viewer while showing network response body
Browser Versions
Chromium 129.0.6668.29
Mozilla Firefox 130.0
WebKit 18.0
This version was also tested against the following stable channels:
Google Chrome 128
Microsoft Edge 128
v1.47.0
Network Tab improvements
The Network tab in the UI mode and trace viewer has several nice improvements:
filtering by asset type and URL
better display of query string parameters
preview of font assets
Credit to @kubajanik for these wonderful improvements!
--tsconfig CLI option
By default, Playwright will look up the closest tsconfig for each imported file using a heuristic. You can now specify a single tsconfig file in the command line, and Playwright will use it for all imported files, not only test files:
Bumps the all group with 13 updates in the / directory:
5.0.20
5.1.0
5.5.4
5.6.2
0.22.6
0.23.0
8.40.2
9.1.1
1.46.0
1.47.2
0.2.3
0.3.2
8.0.1
8.7.0
8.0.1
8.7.0
2.0.5
2.1.1
0.22.6
0.23.0
8.0.1
8.7.0
5.4.0
5.4.8
2.0.5
2.1.1
Updates
@fontsource/noto-emoji
from 5.0.20 to 5.1.0Commits
Updates
typescript
from 5.5.4 to 5.6.2Release notes
Sourced from typescript's releases.
Commits
a7e3374
Bump version to 5.6.2 and LKG2063357
🤖 Pick PR #59708 (LEGO: Pull request from lego/hb_537...) into release-5.6 (#...4fe7e41
🤖 Pick PR #59670 (fix(59649): ts Move to a new file d...) into release-5.6 (#...1a03e53
🤖 Pick PR #59761 (this
can be nullish) into release-5.6 (#59762)6212132
Update LKGbbb5faf
🤖 Pick PR #59542 (Fixing delay caused in vscode due t...) into release-5.6 (#...e6914a5
Bump version to 5.6.1-rc and LKG34121c4
Update LKG2a30c2a
Merge remote-tracking branch 'origin/main' into release-5.6936a79b
Expose TypeChecker. getAwaitedType to public (#59268)Updates
web-tree-sitter
from 0.22.6 to 0.23.0Release notes
Sourced from web-tree-sitter's releases.
... (truncated)
Changelog
Sourced from web-tree-sitter's changelog.
... (truncated)
Commits
12fb318
0.23.0fc4d7bd
fix(cli): deduppreceding_auxiliary_symbols
ff8b50c
build(bindings): use language version in sonamef9c4cb6
build(lib): include the minor in the soname6ef7685
fix!: revert interning of a sequence or choice of a single rule973b010
fix(go): update parser name in binding files, add to docs2150c91
fix(bindings): update go bindingsb5e4ef6
clone wasm store engine (#3542)5364ac4
Merge pull request #3540 from clason/bump-wasmtimeb0dab87
build(deps): bump wasmtime to v24.0.0Updates
webdriverio
from 8.40.2 to 9.1.1Release notes
Sourced from webdriverio's releases.
... (truncated)
Changelog
Sourced from webdriverio's changelog.
... (truncated)
Commits
f70367e
v9.1.1ee53534
fix(webdriverio): better handle context switches (#13659)195dccd
fix(webdriverio): recognise shadow tree after context reload (#13657)e6b005f
v9.1.043778e7
fix(webdriverio): don't senddesiredCapabilities
anymore when initializing ...5011fb6
Refetches element on bidi context change (#13625)22f637c
Removing us-east-1 region (#13612)bd153a3
Fix customElement wrapper for custom elements which don't define connectedCa...3ac726b
fix(webdriverio): fix testfbe836d
fix the second deepselector call (#13520)Updates
@playwright/test
from 1.46.0 to 1.47.2Release notes
Sourced from
@playwright/test
's releases.... (truncated)
Commits
d93029f
chore: mark v1.47.2 (#32729)0c6217a
cherry-pick(#32699): fix(codegen): use content_frame property in pythonf96b487
cherry-pick(#32714): fix(test runner): page.pause() should enable debug mode ...937424f
cherry-pick(#32661): fix(trace-viewer): time delta between local and … (#32663)3d2ffd0
chore: mark v1.47.1 (#32617)dba1319
cherry-pick(#32589): docs: release note fixes for 1.4790f959a
cherry-pick(#32553): fix(trace-viewer): fix ui issue on network request details13e6e48
cherry-pick(#32491): fix(test runner): allow directory imports with path mapp...8762407
cherry-pick(#32492): Revert "fix(test runner): align with typescript … (#32560)f9145b1
cherry-pick(#32516): chore: allow query as string in Python/.NETUpdates
@tree-sitter-grammars/tree-sitter-markdown
from 0.2.3 to 0.3.2Release notes
Sourced from
@tree-sitter-grammars/tree-sitter-markdown
's releases.Commits
1c8dea7
chore: release v0.3.2cf9a73c
chore: rename common js file2c1ccfa
docs(rust): properly document optional featurec25b635
chore: update versions & docsa3481e1
ci: replace deprecated actionfdd2282
ci: publish python package78d1aee
build: update common makefile16ba111
feat!: update to tree-sitter 0.23 (#160)7fe453b
feat(go): separate bindings817b40f
build: update & regenerateUpdates
@typescript-eslint/eslint-plugin
from 8.0.1 to 8.7.0Release notes
Sourced from
@typescript-eslint/eslint-plugin
's releases.... (truncated)
Changelog
Sourced from
@typescript-eslint/eslint-plugin
's changelog.... (truncated)
Commits
b88ea33
chore(release): publish 8.7.0cdd93f6
docs(eslint-plugin): [no-inferrable-types] do not use no-inferrable-types wit...d0e35d9
feat(eslint-plugin): [consistent-type-exports] checkexport *
exports to se...dc1c6d3
docs: [no-unnecessary-type-parameters] add FAQ section (#9975)e8555a0
feat(eslint-plugin): [no-unsafe-call] check calls of Function (#10010)8293546
fix(eslint-plugin): [no-confusing-non-null-assertion] check !in and !instance...b75d42b
fix(eslint-plugin): [no-deprecated] report on imported deprecated variables (...c5dc755
docs: [no-floating-promises] clarify that void does not resolve promises (#9949)1c183ab
fix(eslint-plugin): properly coerce all types to string in `getStaticMemberAc...7b149b9
docs: [strict-boolean-expressions] fix adominition (#10033)Updates
@typescript-eslint/parser
from 8.0.1 to 8.7.0Release notes
Sourced from
@typescript-eslint/parser
's releases.... (truncated)
Changelog
Sourced from
@typescript-eslint/parser
's changelog.Commits
b88ea33
chore(release): publish 8.7.0343710e
chore(release): publish 8.6.04d31ebe
chore(release): publish 8.5.04bc801e
chore: enable unicorn/no-array-reduce (#9640)3920c93
chore(release): publish 8.4.02ad3404
chore: enableunicorn/prefer-export-from
and `@typescript-eslint/consistent...ef2eab1
chore(release): publish 8.3.09612d81
chore: enable eslint-plugin-perfectionist on parser package (#9845)7440e14
chore(release): publish 8.2.0382e87b
chore: enableunicorn/prefer-node-protocol
(#9742)Updates
@vitest/browser
from 2.0.5 to 2.1.1Release notes
Sourced from
@vitest/browser
's releases.