Update all non-major dependencies
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
@babel/core (source) | devDependencies | minor | 7.18.13 -> 7.19.0 |
@babel/preset-env (source) | devDependencies | minor | 7.18.10 -> 7.19.0 |
eslint (source) | devDependencies | patch | 8.23.0 -> 8.23.1 |
playwright-core (source) | devDependencies | patch | 1.25.1 -> 1.25.2 |
selfsigned | devDependencies | minor | 2.0.1 -> 2.1.1 |
Release Notes
babel/babel
v7.19.0
👓 Spec Compliance
-
babel-parser
-
babel-helpers
,babel-plugin-proposal-async-generator-functions
,babel-preset-env
,babel-runtime-corejs2
,babel-runtime-corejs3
,babel-runtime
- #14877 Remove one promise tick in yield* (tc39/ecma262#2819) (@nicolo-ribaudo)
🚀 New Feature
-
babel-generator
,babel-helpers
,babel-parser
,babel-plugin-proposal-decorators
,babel-plugin-syntax-decorators
,babel-runtime-corejs2
,babel-runtime-corejs3
,babel-runtime
- #14836 Add 2022-03 decorators version (stage 3) (@nicolo-ribaudo)
-
babel-parser
-
#14695 [parser] Make
decoratorsBeforeExport
default tofalse
(@nicolo-ribaudo)
-
#14695 [parser] Make
-
babel-generator
,babel-parser
- #14744 Default to hash syntax for Record&Tuple (@nicolo-ribaudo)
-
babel-standalone
-
babel-helper-create-regexp-features-plugin
,babel-helpers
,babel-plugin-proposal-duplicate-named-capturing-groups-regex
,babel-plugin-transform-named-capturing-groups-regex
,babel-standalone
- #14805 Add support for the duplicate named capturing groups proposal (@nicolo-ribaudo)
🐛 Bug Fix
-
babel-helper-function-name
,babel-helper-wrap-function
,babel-plugin-transform-classes
-
babel-plugin-transform-typescript
-
#14890 fix: TS plugin shouldn't remove
#privateField!
(@liuxingbaoyu)
-
#14890 fix: TS plugin shouldn't remove
-
babel-parser
-
babel-helper-builder-react-jsx
💅 Polish
-
babel-core
- #11612 Make error message prefixes more descriptive (@eps1lon)
-
#11554 Hide internal
@babel/core
functions in config errors (@nicolo-ribaudo)
📝 Documentation
🏠 Internal
-
babel-standalone
- #14863 ship @babel/standalone source maps (@JLHwung)
-
babel-core
,babel-parser
,babel-traverse
eslint/eslint
v8.23.1
Bug Fixes
-
b719893
fix: Upgrade eslintrc to stop redefining plugins (#16297) (Brandon Mills) -
734b54e
fix: improve autofix for theprefer-const
rule (#16292) (Nitin Kumar) -
6a923ff
fix: Ensure that glob patterns are normalized (#16287) (Nicholas C. Zakas) -
c6900f8
fix: Ensure globbing doesn't include subdirectories (#16272) (Nicholas C. Zakas)
Documentation
-
16cba3f
docs: fix mobile double tap issue (#16293) (Sam Chen) -
e098b5f
docs: keyboard control to search results (#16222) (Shanmughapriyan S) -
1b5b2a7
docs: add Consolas font and prioritize resource loading (#16225) (Amaresh S M) -
1ae8236
docs: copy & use main package version in docs on release (#16252) (Jugal Thakkar) -
279f0af
docs: Improve id-denylist documentation (#16223) (Mert Ciflikli)
Chores
Microsoft/playwright
v1.25.2
Highlights
This patch includes the following bug fixes:
https://github.com/microsoft/playwright/issues/16937 - [REGRESSION]: session storage failing >= 1.25.0 in firefox https://github.com/microsoft/playwright/issues/16955 - Not using channel on config file when Show and Reuse browser is checked
Browser Versions
- Chromium 105.0.5195.19
- Mozilla Firefox 103.0
- WebKit 16.0
This version was also tested against the following stable channels:
- Google Chrome 104
- Microsoft Edge 104
Configuration
-
If you want to rebase/retry this MR, click this checkbox.
This MR has been generated by Renovate Bot.