chore(deps): update all non-major dependencies
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
@babel/core (source) | devDependencies | patch | 7.18.5 -> 7.18.6 |
@babel/preset-env (source) | devDependencies | patch | 7.18.2 -> 7.18.6 |
eslint (source) | devDependencies | minor | 8.18.0 -> 8.19.0 |
i18next (source) | dependencies | patch | 21.8.10 -> 21.8.13 |
lit (source) | dependencies | patch | 2.2.6 -> 2.2.7 |
playwright-core (source) | devDependencies | minor | 1.22.2 -> 1.23.2 |
rollup (source) | devDependencies | minor | 2.75.7 -> 2.76.0 |
Release Notes
babel/babel
v7.18.6
👓 Spec Compliance
-
babel-parser
- #14650 [ts] Disallow property access after instantiation expression (@nicolo-ribaudo)
-
#14636 [ts] Allow
...<...>
followed by newline or binary operator (@nicolo-ribaudo)
-
babel-generator
,babel-parser
,babel-preset-env
,babel-template
🐛 Bug Fix
-
babel-helper-remap-async-to-generator
,babel-plugin-proposal-async-generator-functions
-
#14391 Transform
await
in computed class keys (@Yokubjon-J)
-
#14391 Transform
-
babel-plugin-transform-parameters
- #14694 fix: preserve function params type if possible (@magic-akari)
-
babel-core
-
#14583 fix: Memory leak when deep cloning in
babel-core
(@liuxingbaoyu)
-
#14583 fix: Memory leak when deep cloning in
-
babel-core
,babel-helper-check-duplicate-nodes
,babel-plugin-bugfix-safari-id-destructuring-collision-in-function-expression
,babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining
,babel-plugin-proposal-destructuring-private
,babel-plugin-proposal-optional-chaining
,babel-plugin-transform-runtime
-
#14663 Fix
import { types } from "@​babel/core"
with native ESM (@nicolo-ribaudo)
-
#14663 Fix
🏠 Internal
-
babel-standalone
-
#14697 Add
proposal-unicode-sets-regex
to@babel/standalone
(@nicolo-ribaudo)
-
#14697 Add
- Other
- #14687 chore: Update bench baselines (@liuxingbaoyu)
-
babel-generator
,babel-types
-
babel-code-frame
,babel-core
,babel-generator
,babel-helper-annotate-as-pure
,babel-helper-builder-binary-assignment-operator-visitor
,babel-helper-builder-react-jsx
,babel-helper-check-duplicate-nodes
,babel-helper-compilation-targets
,babel-helper-create-class-features-plugin
,babel-helper-create-regexp-features-plugin
,babel-helper-define-map
,babel-helper-explode-assignable-expression
,babel-helper-fixtures
,babel-helper-function-name
,babel-helper-hoist-variables
,babel-helper-member-expression-to-functions
,babel-helper-module-imports
,babel-helper-module-transforms
,babel-helper-optimise-call-expression
,babel-helper-plugin-test-runner
,babel-helper-plugin-utils
,babel-helper-remap-async-to-generator
,babel-helper-replace-supers
,babel-helper-simple-access
,babel-helper-split-export-declaration
,babel-helper-transform-fixture-test-runner
,babel-helper-validator-option
,babel-helper-wrap-function
,babel-helpers
,babel-highlight
,babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining
,babel-plugin-external-helpers
,babel-plugin-proposal-async-generator-functions
,babel-plugin-proposal-class-static-block
,babel-plugin-proposal-decorators
,babel-plugin-proposal-destructuring-private
,babel-plugin-proposal-function-bind
,babel-plugin-proposal-function-sent
,babel-plugin-proposal-json-strings
,babel-plugin-proposal-object-rest-spread
,babel-plugin-proposal-optional-chaining
,babel-plugin-proposal-partial-application
,babel-plugin-proposal-pipeline-operator
,babel-plugin-proposal-private-property-in-object
,babel-plugin-proposal-record-and-tuple
,babel-plugin-syntax-typescript
,babel-plugin-transform-block-scoped-functions
,babel-plugin-transform-block-scoping
,babel-plugin-transform-classes
,babel-plugin-transform-computed-properties
,babel-plugin-transform-destructuring
,babel-plugin-transform-duplicate-keys
,babel-plugin-transform-exponentiation-operator
,babel-plugin-transform-flow-comments
,babel-plugin-transform-flow-strip-types
,babel-plugin-transform-for-of
,babel-plugin-transform-function-name
,babel-plugin-transform-modules-amd
,babel-plugin-transform-modules-commonjs
,babel-plugin-transform-modules-systemjs
,babel-plugin-transform-modules-umd
,babel-plugin-transform-object-super
,babel-plugin-transform-parameters
,babel-plugin-transform-property-mutators
,babel-plugin-transform-proto-to-assign
,babel-plugin-transform-react-constant-elements
,babel-plugin-transform-react-display-name
,babel-plugin-transform-react-inline-elements
,babel-plugin-transform-react-jsx-compat
,babel-plugin-transform-react-jsx-source
,babel-plugin-transform-react-jsx
,babel-plugin-transform-runtime
,babel-plugin-transform-typescript
,babel-plugin-transform-unicode-escapes
,babel-preset-env
,babel-preset-typescript
,babel-standalone
,babel-template
,babel-traverse
,babel-types
-
babel-core
,babel-helper-transform-fixture-test-runner
,babel-plugin-transform-destructuring
- #14659 Run Babel asynchronously in fixtures (@nicolo-ribaudo)
eslint/eslint
v8.19.0
Features
-
7023628
feat: add importNames support for patterns in no-restricted-imports (#16059) (Brandon Scott) -
472c368
feat: fix handling of blocklesswith
statements in indent rule (#16068) (Milos Djermanovic)
Bug Fixes
Documentation
-
3ae0574
docs: Remove duplicate rule descriptions (#16052) (Amaresh S M) -
f50cf43
docs: Add base href to each page to fix relative URLs (#16046) (Nicholas C. Zakas) -
ae4b449
docs: make logo link clickable on small width screens (#16058) (Milos Djermanovic) -
280f898
docs: use only fenced code blocks (#16044) (Milos Djermanovic) -
f5d63b9
docs: add listener only if element exists (#16045) (Amaresh S M) -
8b639cc
docs: add missing migrating-to-8.0.0 in the user guide (#16048) (唯然) -
b8e68c1
docs: Update release process (#16036) (Nicholas C. Zakas) -
6d0cb11
docs: remove table of contents from markdown text (#15999) (Nitin Kumar)
Chores
-
e884933
chore: usegithub-slugger
for markdown anchors (#16067) (Strek) -
02e9cb0
chore: revamp carbon ad style (#16078) (Amaresh S M) -
b6aee95
chore: remove unwanted comments from rules markdown (#16054) (Strek) -
6840940
chore: correctly use .markdownlintignore in Makefile (#16060) (Bryan Mishkin) -
48904fb
chore: add missing images (#16017) (Amaresh S M) -
910f741
chore: add architecture to nav (#16039) (Strek) -
9bb24c1
chore: add correct incorrect in all rules doc (#16021) (Deepshika S) -
5a96af8
chore: prepare versions data file (#16035) (Nicholas C. Zakas) -
50afe6f
chore: Included githubactions in the dependabot config (#15985) (Naveen) -
473411e
chore: add deploy workflow for playground (#16034) (Milos Djermanovic) -
a30b66c
chore: fix print style (#16025) (Amaresh S M) -
f4dad59
chore: add noindex meta tag (#16016) (Milos Djermanovic) -
db387a8
chore: fix sitemap (#16026) (Milos Djermanovic) -
285fbc5
chore: remove TOC from printable (#16020) (Strek) -
8e84c21
chore: remove ligatures from fonts (#16019) (Strek)
i18next/i18next
v21.8.13
- types: new optional unescape option for react-i18next
v21.8.12
- fix: respect pluralSeparator for special _zero handling
v21.8.11
- fix: types should always come first in exports 1796
Microsoft/playwright
v1.23.2
Highlights
This patch includes the following bug fixes:
https://github.com/microsoft/playwright/issues/15273 - [BUG] LaunchOptions config has no effect after update to v1.23.0 https://github.com/microsoft/playwright/issues/15351 - [REGRESSION]: Component testing project does not compile anymore https://github.com/microsoft/playwright/issues/15431 - [BUG] Regression: page.on('console') is ignored in 1.23
Browser Versions
- Chromium 104.0.5112.20
- Mozilla Firefox 100.0.2
- WebKit 15.4
This version was also tested against the following stable channels:
- Google Chrome 103
- Microsoft Edge 103
v1.23.1
Highlights
This patch includes the following bug fixes:
https://github.com/microsoft/playwright/issues/15219 - [REGRESSION]: playwright-core 1.23.0 issue with 'TypeError [ERR_INVALID_ARG_TYPE]: The "listener" argument'
Browser Versions
- Chromium 104.0.5112.20
- Mozilla Firefox 100.0.2
- WebKit 15.4
This version was also tested against the following stable channels:
- Google Chrome 103
- Microsoft Edge 103
v1.23.0
Network Replay
Now you can record network traffic into a HAR file and re-use the data in your tests.
To record network into HAR file:
npx playwright open --save-har=github.har.zip https://github.com/microsoft
Alternatively, you can record HAR programmatically:
const context = await browser.newContext({
recordHar: { path: 'github.har.zip' }
});
// ... do stuff ...
await context.close();
Use the new methods page.routeFromHAR()
or browserContext.routeFromHAR()
to serve matching responses from the HAR file:
await context.routeFromHAR('github.har.zip');
Read more in our documentation.
Advanced Routing
You can now use route.fallback()
to defer routing to other handlers.
Consider the following example:
// Remove a header from all requests.
test.beforeEach(async ({ page }) => {
await page.route('**/*', route => {
const headers = route.request().headers();
delete headers['if-none-match'];
route.fallback({ headers });
});
});
test('should work', async ({ page }) => {
await page.route('**/*', route => {
if (route.request().resourceType() === 'image')
route.abort();
else
route.fallback();
});
});
Note that the new methods page.routeFromHAR()
and browserContext.routeFromHAR()
also participate in routing and could be deferred to.
Web-First Assertions Update
- New method
expect(locator).toHaveValues()
that asserts all selected values of<select multiple>
element. - Methods
expect(locator).toContainText()
andexpect(locator).toHaveText()
now acceptignoreCase
option.
Component Tests Update
- Support for Vue2 via the
@playwright/experimental-ct-vue2
package. - Support for component tests for create-react-app with components in
.js
files.
Read more about component testing with Playwright.
Miscellaneous
- If there's a service worker that's in your way, you can now easily disable it with a new context option
serviceWorkers
:// playwright.config.ts export default { use: { serviceWorkers: 'block', } }
- Using
.zip
path forrecordHar
context option automatically zips the resulting HAR:const context = await browser.newContext({ recordHar: { path: 'github.har.zip', } });
- If you intend to edit HAR by hand, consider using the
"minimal"
HAR recording mode that only records information that is essential for replaying:const context = await browser.newContext({ recordHar: { path: 'github.har.zip', mode: 'minimal', } });
- Playwright now runs on Ubuntu 22 amd64 and Ubuntu 22 arm64. We also publish new docker image
mcr.microsoft.com/playwright:v1.23.0-focal
.
⚠ ️ Breaking Changes ⚠ ️
WebServer is now considered "ready" if request to the specified port has any of the following HTTP status codes:
200-299
-
300-399
(new) -
400
,401
,402
,403
(new)
rollup/rollup
v2.76.0
2022-07-08
Features
- Allow setting a
sourcmapBaseUrl
for absolute paths in sourcemaps (#4527)
Bug Fixes
- Support absolute CLI plugin paths on Windows (#4533)
Merge Requests
- #4527: Add sourcemapBaseUrl option (@nickgarlis)
- #4533: Add support for absolute plugin paths (@ygoe)
- #4538: chore: Included githubactions in the dependabot config (@naveensrinivasan)
- #4546: Adapt Node versions on CI to prepare for v3 (@lukastaegert)
- #4556: Improve error message for invalid patterns (@DysphoricUnicorn)
- #4559: Update dependencies (@lukastaegert)
- #4560: Bump peter-evans/create-or-update-comment from 1 to 2 (@dependabot)
- #4561: Bump peter-evans/find-comment from 1 to 2 (@dependabot)
- #4562: Bump codecov/codecov-action from 1 to 3 (@dependabot)
Configuration
-
If you want to rebase/retry this MR, click this checkbox.
This MR has been generated by Renovate Bot.