Update all non-major dependencies
This MR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| @babel/core (source) | devDependencies | patch | 7.19.1 -> 7.19.3 |
| @babel/preset-env (source) | devDependencies | patch | 7.19.1 -> 7.19.3 |
| eslint (source) | devDependencies | minor | 8.23.1 -> 8.24.0 |
| karma (source) | devDependencies | patch | 6.4.0 -> 6.4.1 |
| playwright-core (source) | devDependencies | minor | 1.25.2 -> 1.26.1 |
| rollup (source) | devDependencies | patch | 2.79.0 -> 2.79.1 |
⚠ Dependency Lookup Warnings ⚠
Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.
Release Notes
babel/babel
v7.19.3
🐛 Bug Fix
-
babel-plugin-proposal-decorators- #8566 Correctly update bindings of decorated class declarations (@nicolo-ribaudo)
-
babel-parser-
#14974 fix: Normal parsing of
JSXTextfollowingJSXSpreadChild(@liuxingbaoyu) -
#14941 fix: Support local exports in TS
declare modules (@liuxingbaoyu) -
#14940 fix: allow ts redeclaration with
import =andvar(@liuxingbaoyu)
-
#14974 fix: Normal parsing of
-
babel-generator- #14962 Fix printing of Flow internal slot functions (@liuxingbaoyu)
-
babel-cli-
#14950 Emit
@babel/clisource maps based on configuration files (@liuxingbaoyu)
-
#14950 Emit
-
babel-plugin-transform-typescript-
#14946 fix: ts exported vars are shadowed by
declare(@liuxingbaoyu)
-
#14946 fix: ts exported vars are shadowed by
💅 Polish
-
babel-core- #14954 Optional filename when preset uses fn test/include/exclude (@nicolo-ribaudo)
🏠 Internal
-
babel-helper-compilation-targets,babel-helper-transform-fixture-test-runner,babel-parser,babel-preset-env,babel-traverse-
#14961 chore: use
c8for coverage testing (@liuxingbaoyu)
-
#14961 chore: use
🔬 Output optimization
-
babel-plugin-transform-typescript-
#14952 [ts] remove nested
declare namespace(@liuxingbaoyu)
-
#14952 [ts] remove nested
eslint/eslint
v8.24.0
Features
-
1729f9efeat: account forsourceType: "commonjs"in the strict rule (#16308) (Milos Djermanovic) -
b0d72c9feat: add rule logical-assignment-operators (#16102) (fnx) -
f02bcd9feat:array-callback-returnsupportfindLastandfindLastIndex(#16314) (Sosuke Suzuki)
Documentation
-
2c152ffdocs: note false positiveObject.getOwnPropertyNamesin prefer-reflect (#16317) (AnnAngela) -
bf7bd88docs: fix warn severity description for new config files (#16324) (Nitin Kumar) -
8cc0bbedocs: use more clean link syntax (#16309) (Percy Ma) -
6ba269edocs: fix typo (#16288) (jjangga0214)
Chores
-
131e646chore: Upgrade @humanwhocodes/config-array for perf (#16339) (Nicholas C. Zakas) -
504fe59perf: switch from object spread toObject.assignwhen merging globals (#16311) (Milos Djermanovic)
Microsoft/playwright
v1.26.1
Highlights
This patch includes the following bug fixes:
https://github.com/microsoft/playwright/issues/17500 - [BUG] No tests found using the test explorer - pw/test@1.26.0
Browser Versions
- Chromium 106.0.5249.30
- Mozilla Firefox 104.0
- WebKit 16.0
This version was also tested against the following stable channels:
- Google Chrome 105
- Microsoft Edge 105
v1.26.0
Assertions
- New option enabled for
expect(locator).toBeEnabled([options]). -
expect(locator).toHaveText(expected[, options])now pierces open shadow roots. - New option editable for
expect(locator).toBeEditable([options]). - New option visible for
expect(locator).toBeVisible([options]).
Other Highlights
- New option
maxRedirectsforapiRequestContext.get(url[, options])and others to limit redirect count. - New command-line flag
--pass-with-no-teststhat allows the test suite to pass when no files are found. - New command-line flag
--ignore-snapshotsto skip snapshot expectations, such asexpect(value).toMatchSnapshot()andexpect(page).toHaveScreenshot().
Behavior Change
A bunch of Playwright APIs already support the waitUntil: 'domcontentloaded' option. For example:
await page.goto('https://playwright.dev', {
waitUntil: 'domcontentloaded',
});
Prior to 1.26, this would wait for all iframes to fire the DOMContentLoaded event.
To align with web specification, the 'domcontentloaded' value only waits for the target frame to fire the 'DOMContentLoaded' event. Use waitUntil: 'load' to wait for all iframes.
Browser Versions
- Chromium 106.0.5249.30
- Mozilla Firefox 104.0
- WebKit 16.0
This version was also tested against the following stable channels:
- Google Chrome 105
- Microsoft Edge 105
rollup/rollup
v2.79.1
2022-09-22
Bug Fixes
- Avoid massive performance degradation when creating thousands of chunks (#4643)
Merge Requests
- #4639: fix: typo docs and contributors link in CONTRIBUTING.md (@takurinton)
- #4641: Update type definition of resolveId (@ivanjonas)
- #4643: Improve performance of chunk naming collision check (@lukastaegert)
Configuration
-
If you want to rebase/retry this MR, click this checkbox.
This MR has been generated by Renovate Bot.