2a6f10d: The versions:bump command will no longer exit with a non-zero status if the version bump fails due to forbidden duplicate package installations. It will now also provide more information about how to troubleshoot such an error. The set of forbidden duplicates has also been expanded to include all @backstage/*-app-api packages.
c5d7b40: Allow passing a --require argument through to the Node process during package start
cc3c518: Fixed an issue causing the repo fix command to set an incorrect workspace property using Windows
812dff0: Add previously-missing semicolon in file templated by backstage-cli new --select plugin.
After executing the handler added with page.addLocatorHandler(), Playwright will now wait until the overlay that triggered the handler is not visible anymore. You can opt-out of this behavior with the new noWaitAfter option.
You can use new times option in page.addLocatorHandler() to specify maximum number of times the handler should be run.
const locator = page.getByText('This interstitial covers the button');
await page.addLocatorHandler(locator, async overlay => {
await overlay.locator('#close').click();
}, { times: 3, noWaitAfter: true });
// Run your tests that can be interrupted by the overlay.
// ...
await page.removeLocatorHandler(locator);
Miscellaneous options
multipart option in apiRequestContext.fetch() now accepts FormData and supports repeating fields with the same name.
const formData = new FormData();
formData.append('file', new File(['let x = 2024;'], 'f1.js', { type: 'text/javascript' }));
formData.append('file', new File(['hello'], 'f2.txt', { type: 'text/plain' }));
context.request.post('https://example.com/uploadFiles', {
multipart: formData
Bumps the all group with 86 updates:
0.25.0
0.26.4
0.1.0
0.1.1
1.40.1
1.44.0
12.0.0
15.0.0
6.16.0
7.9.0
8.56.0
9.2.0
9.4.1
10.1.0
2.8.8
3.2.5
5.2.2
5.4.5
1.4.6
1.5.4
1.4.3
1.4.5
1.11.2
1.12.4
0.13.9
0.14.6
1.8.1
1.9.2
1.1.22
1.1.26
1.16.0
1.19.0
1.0.19
1.0.22
0.3.2
0.4.4
0.6.1
0.7.3
0.11.3
0.11.9
0.4.18
0.4.22
0.7.14
0.8.5
0.5.0
0.5.3
17.0.2
18.3.1
17.0.74
18.3.2
17.0.2
18.3.1
17.0.25
18.3.0
6.21.1
6.23.1
6.21.1
6.23.1
17.4.2
17.5.0
1.4.6
1.5.4
8.20.1
10.1.0
5.17.0
6.4.5
12.1.5
15.0.7
0.20.0
0.21.7
0.5.13
0.5.22
1.5.1
1.6.4
1.1.1
1.2.0
0.3.56
0.3.65
0.20.2
0.22.4
0.4.2
0.4.12
1.16.0
1.21.1
0.14.0
0.17.0
0.1.2
0.1.11
0.7.11
0.7.13
0.7.19
0.7.28
0.4.6
0.4.15
9.2.2
10.0.0
3.3.5
4.0.2
8.11.3
8.11.5
3.11.0
3.13.0
3.3.23
3.3.29
4.17.41
4.19.0
2.4.0
3.4.2
1.0.4
1.1.2
11.10.1
11.11.3
7.23.7
7.24.5
7.23.7
7.24.5
7.23.3
7.24.1
7.6.6
8.0.10
7.6.6
8.0.10
7.6.6
8.0.10
1.0.10
8.0.10
7.6.6
8.0.10
7.6.6
8.0.10
7.6.6
8.0.10
7.6.6
8.0.10
6.16.0
7.9.0
6.16.0
7.9.0
5.1.2
5.1.3
7.33.2
7.34.1
4.6.0
4.6.2
0.6.15
0.8.0
23.0.1
24.0.0
17.0.2
18.3.1
18.0.7
18.3.0
7.6.6
8.0.10
1.3.13
3.0.0
5.1.12
6.4.3
4.0.12
4.0.13
1.0.25
1.0.31
0.7.2
0.7.5
1.3.2
2.3.0
2.7.0
3.3.2
4.0.0
5.0.0
6.3.3
7.0.0
Updates
@backstage/cli
from 0.25.0 to 0.26.4Changelog
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.44.0Release notes
Sourced from
@playwright/test
's releases.... (truncated)
Commits
a6aa50b
chore: set version to 1.44.0 (#30680)54c157d
cherry-pick(#30677): chore: print resolved host in the http server te… (#30679)2d437e8
cherry-pick(#30646): feat(chromium): roll to r1117 (#30652)7637399
cherry-pick(#30636): fix(role): extract tagName safely (#30639)9e091e7
cherry-pick(#30611): chore: add common env vars for junit and json re… (#30624)154694b
chore: update playwright-browsers to Mar 19 (#30599)fa7d4e5
docs: releae notes 1.44 for js (#30596)b9f70f4
docs(junit): document existing options and env (#30595)fb90797
fix(last-run): remove globalOutputDir (#30571)96f3d19
feat(ctrl_or_meta): add a universal ctrl-meta modifier (#30572)Maintainer 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.9.0Release notes
Sourced from
@typescript-eslint/utils
's releases.... (truncated)
Changelog
Sourced from
@typescript-eslint/utils
's changelog.... (truncated)
Commits
77fc366
chore(release): publish 7.9.0f53fece
chore: add knip (#8192)ee677f6
chore(release): publish 7.8.01763889
fix(utils): export ESLint backwards-compat functions (#8976)3e19436
chore(release): publish 7.7.1e44a1a2
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)Updates
eslint
from 8.56.0 to 9.2.0Release notes
Sourced from eslint's releases.
... (truncated)
Changelog
Sourced from eslint's changelog.
... (truncated)
Commits
271e7ab
9.2.0989ac9d
Build: changelog update for 9.2.0b346605
chore: upgrade@eslint/js
@9
.2.0 (#18413)c4c18e0
chore: package.json update for@eslint/js
release284722c
chore: package.json update for eslint-config-eslint release0f5df50
docs: Update README347d44f
chore: remove eslintrc export from eslint-config-eslint (#18400)8485d76
feat:no-case-declarations
add suggestions (#18388)a498f35
feat: update Unicode letter detection in capitalized-comments rule (#18375)1579ce0
docs: update wording regarding indirect eval (#18394)Updates
node-gyp
from 9.4.1 to 10.1.0Release notes
Sourced from node-gyp's releases.
... (truncated)
Changelog
Sourced from node-gyp's changelog.