91192f4: Updated backend plugin template to work better with new backend system
cc371d6: Ignore transforming only on react-use/lib, not whole react-use in jest.
** POTENTIAL BREAKAGE **
If your tests fail, please change to use path import from react-use/esm/. It is also recommended to migrate from react-user/lib imports to react-use/esm
cc371d6: Ignore transforming only on react-use/lib, not whole react-use in jest.
** POTENTIAL BREAKAGE **
If your tests fail, please change to use path import from react-use/esm/. It is also recommended to migrate from react-user/lib imports to react-use/esm
0d72065: The backend devlopment server transpilation has been replaced with a simplified solution based on SWC, which is already the transpiler used for tests. This fixed an issue where never versions of the tsx dependency had a new contract for signalling dependencies, breaking watch mode. This change fixed file watches as well as enables sourcemaps.
microsoft/playwright#30300 - [REGRESSION]: UI mode restarts if keep storage state
microsoft/playwright#30339 - [REGRESSION]: Brand new install of playwright, unable to run chromium with show browser using vscode
Browser Versions
Chromium 124.0.6367.29
Mozilla Firefox 124.0
WebKit 17.4
This version was also tested against the following stable channels:
// Clear all cookies.
await context.clearCookies();
// New: clear cookies with a particular name.
await context.clearCookies({ name: 'session-id' });
// New: clear cookies for a particular domain.
await context.clearCookies({ domain: 'my-origin.com' });
New mode retain-on-first-failure for testOptions.trace. In this mode, trace is recorded for the first run of each test, but not for retires. When test run fails, the trace file is retained, otherwise it is removed.
New method locator.contentFrame() converts a Locator object to a FrameLocator. This can be useful when you have a Locator object obtained somewhere, and later on would like to interact with the content inside the frame.
Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.
Bumps the all group with 85 updates:
0.25.0
0.26.2
0.1.0
0.1.1
1.40.1
1.43.1
12.0.0
15.0.0
6.16.0
7.7.0
8.56.0
9.0.0
9.4.1
10.1.0
2.8.8
3.2.5
5.2.2
5.4.5
1.4.6
1.5.3
1.4.3
1.4.5
1.11.2
1.12.3
0.13.9
0.14.3
1.8.1
1.9.1
1.1.22
1.1.25
1.16.0
1.18.2
1.0.19
1.0.22
0.3.2
0.4.3
0.6.1
0.7.2
0.11.3
0.11.8
0.4.18
0.4.21
0.7.14
0.8.4
0.5.0
0.5.2
17.0.2
18.2.0
17.0.74
18.2.78
17.0.2
18.2.0
17.0.25
18.2.25
6.21.1
6.22.3
6.21.1
6.22.3
17.4.2
17.5.0
1.4.6
1.5.3
8.20.1
10.0.0
5.17.0
6.4.2
12.1.5
15.0.2
0.20.0
0.21.6
0.5.13
0.5.21
1.5.1
1.6.3
1.1.1
1.2.0
0.3.56
0.3.64
0.20.2
0.22.3
0.4.2
0.4.11
1.16.0
1.21.0
0.14.0
0.16.4
0.1.2
0.1.10
0.7.11
0.7.13
0.7.19
0.7.27
0.4.6
0.4.14
9.2.2
9.5.0
3.3.5
4.0.2
8.11.3
8.11.5
3.11.0
3.13.0
3.3.23
3.3.28
4.17.41
4.19.0
2.4.0
3.4.2
1.0.4
1.1.2
11.10.1
11.11.1
7.23.7
7.24.4
7.23.7
7.24.4
7.23.3
7.24.1
7.6.6
8.0.8
7.6.6
8.0.8
7.6.6
8.0.8
1.0.10
8.0.8
7.6.6
8.0.8
7.6.6
8.0.8
7.6.6
8.0.8
7.6.6
8.0.8
6.16.0
7.7.0
6.16.0
7.7.0
5.1.2
5.1.3
7.33.2
7.34.1
0.6.15
0.8.0
23.0.1
24.0.0
17.0.2
18.2.0
7.6.6
8.0.8
1.3.13
3.0.0
5.1.12
6.4.1
4.0.12
4.0.13
1.0.25
1.0.30
0.7.2
0.7.5
1.3.2
2.2.13
2.7.0
3.3.2
4.0.0
5.0.0
6.3.3
6.3.4
2.0.16
6.0.2
Updates
@backstage/cli
from 0.25.0 to 0.26.2Changelog
Sourced from
@backstage/cli
's changelog.... (truncated)
Commits
Updates
@backstage/e2e-test-utils
from 0.1.0 to 0.1.1Changelog
Sourced from
@backstage/e2e-test-utils
's changelog.Commits
Updates
@playwright/test
from 1.40.1 to 1.43.1Release notes
Sourced from
@playwright/test
's releases.... (truncated)
Commits
a051ceb
chore: mark 1.43.1 (#30354)3ab466e
cherry-pick(#30312): fix(ui-mode): do not loose run information after writing...35468cf
cherry-pick(#30342): Revert "fix(reuse): reset Origin Private File System API...5332639
cherry-pick(#30263): docs: add v1.43 release notes for language portsc729a7b
cherry-pick(#30232): docs: fix C# and python snippets7748e21
cherry-pick(#30210): docs: update context.backgroundPage event examplesacb6ff1
cherry-pick(#30200): docs(java,csharp): add BrowserContext.backgroundPage(s)7c7f8ac
cherry-pick(#30227): chore(deps): bump vite from 5.0.12 to 5.0.13 (#30254)62d4dc9
cherry-pick(#30235): feat(chromium): roll to r111279d4776
cherry-pick(#30226): chore: migrate to the testserver.initializeMaintainer changes
This version was pushed to npm by yurys, a new releaser for
@playwright/test
since your current version.Updates
@spotify/prettier-config
from 12.0.0 to 15.0.0Release notes
Sourced from
@spotify/prettier-config
's releases.... (truncated)
Changelog
Sourced from
@spotify/prettier-config
's changelog.... (truncated)
Commits
6d8c063
v15.0.06519dca
Merge pull request #1128 from nlebrun-spotify/upgrade-dependencies9528841
chore(node): upgrade required Node version to 18ef060c7
chore(deps): upgrade dependenciescfb9c66
v14.1.67b2160e
Merge pull request #1105 from spotify/cut-new-release5c7d2ed
fix: update dependenciesa31d65c
Merge pull request #1100 from spotify/dependabot/npm_and_yarn/commitizen-4.3.007db5cf
Merge pull request #1103 from spotify/dependabot/npm_and_yarn/http-cache-sema...7925f32
Create catalog-info.yamlUpdates
@typescript-eslint/utils
from 6.16.0 to 7.7.0Release notes
Sourced from
@typescript-eslint/utils
's releases.... (truncated)
Changelog
Sourced from
@typescript-eslint/utils
's changelog.... (truncated)
Commits
e44a1a2
chore(release): publish 7.7.0e1db872
chore(release): publish 7.6.0366f23f
feat(utils): add types for both flat and legacy eslint classes (#8861)a6ab2cb
feat: bump npm dependency ranges (#8860)679ed8e
feat: addname
field to shared configs and flat config types (#8863)716b783
fix(typescript-eslint): fix type errors when using `exactOptionalPropertyType...a14ba9d
chore(release): publish 7.5.0ecb6b55
docs: add homepage (#8742)5d24691
chore(release): publish 7.4.05995614
chore(release): publish 7.3.1Updates
eslint
from 8.56.0 to 9.0.0Release notes
Sourced from eslint's releases.
... (truncated)
Changelog
Sourced from eslint's changelog.
... (truncated)
Commits
e0cbc50
9.0.075cb5f4
Build: changelog update for 9.0.019f9a89
chore: Update dependencies for v9.0.0 (#18275)7c957f2
chore: package.json update for@eslint/js
released73a33c
chore: ignore/docs/v8.x
in link checker (#18274)d54a412
feat: Add --inspect-config CLI flag (#18270)e151050
docs: update get-started to the new@eslint/create-config
(#18217)610c148
fix: Supportusing
declarations in no-lone-blocks (#18269)44a81c6
chore: upgrade knip (#18272)94178ad
docs: mention aboutname
field in flat config (#18252)Updates
node-gyp
from 9.4.1 to 10.1.0Release notes
Sourced from node-gyp's releases.
Looks like these dependencies are updatable in another way, so this is no longer needed.