chore(deps): update all non-major dependencies
This MR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| @babel/core (source) | devDependencies | minor | 7.17.10 -> 7.18.0 |
| @babel/preset-env (source) | devDependencies | minor | 7.17.10 -> 7.18.0 |
| eslint (source) | devDependencies | minor | 8.15.0 -> 8.16.0 |
| eslint-plugin-jsdoc | devDependencies | minor | 39.2.9 -> 39.3.0 |
| i18next (source) | dependencies | patch | 21.8.2 -> 21.8.3 |
| jszip | dependencies | minor | 3.9.1 -> 3.10.0 |
| lit (source) | dependencies | patch | 2.2.3 -> 2.2.4 |
| playwright-core (source) | devDependencies | patch | 1.22.0 -> 1.22.2 |
| rollup (source) | devDependencies | minor | 2.73.0 -> 2.74.1 |
Release Notes
babel/babel
v7.18.0
🚀 New Feature
-
babel-preset-env -
babel-helper-create-class-features-plugin,babel-helper-define-map,babel-plugin-proposal-class-static-block,babel-plugin-proposal-destructuring-private,babel-plugin-proposal-object-rest-spread,babel-plugin-syntax-destructuring-private,babel-plugin-transform-destructuring,babel-plugin-transform-proto-to-assign,babel-plugin-transform-typescript,babel-standalone,babel-traverse,babel-types -
babel-generator,babel-parser,babel-types- #14359 [ts 4.7] Support optional variance annotations (@magic-akari)
-
babel-generator,babel-parser-
#14476 [ts 4.7] Support
extendsconstraints forinfer(@sosukesuzuki)
-
#14476 [ts 4.7] Support
-
babel-generator,babel-parser,babel-plugin-transform-typescript,babel-traverse,babel-types- #14457 [ts] Add support for instantiation expressions (@nicolo-ribaudo)
-
babel-helper-module-transforms,babel-plugin-transform-modules-amd,babel-plugin-transform-modules-commonjs,babel-plugin-transform-modules-umd-
#14456 Pass filename to
importInteropmethod (@NickHeiner)
-
#14456 Pass filename to
🐛 Bug Fix
-
babel-types- #14551 Do not create multiple copies of comments when cloning nodes (@liuxingbaoyu)
-
babel-parser -
babel-plugin-transform-react-pure-annotations
💅 Polish
-
babel-core,babel-helper-transform-fixture-test-runner,babel-helpers,babel-plugin-proposal-async-generator-functions,babel-plugin-transform-async-to-generator,babel-plugin-transform-block-scoping,babel-plugin-transform-classes,babel-plugin-transform-regenerator,babel-plugin-transform-runtime,babel-preset-env,babel-runtime-corejs2,babel-runtime-corejs3,babel-runtime,babel-standalone-
#14538 Inline
regeneratorRuntimeas a normal helper (@nicolo-ribaudo)
-
#14538 Inline
🏠 Internal
-
babel-core,babel-helper-create-class-features-plugin,babel-plugin-proposal-decorators,babel-plugin-transform-modules-systemjs
v7.17.12
🐛 Bug Fix
-
babel-plugin-transform-react-constant-elements- #14536 Never hoist JSX elts referencing vars from the current scope (@nicolo-ribaudo)
-
babel-generator- #14524 fix: perserve parentheses of lhs id with rhs unamed fn (@JLHwung)
- #14532 Print necessary parentheses for functions in postfix expressions (@xiawenqi)
-
babel-plugin-transform-destructuring -
babel-parser -
babel-parser,babel-plugin-transform-destructuring,babel-types- #14500 Fix parsing ts type casts and nested patterns in destructuring (@nicolo-ribaudo)
🏠 Internal
-
babel-plugin-proposal-decorators,babel-types- #14519 @babel/types builder improvements (@JLHwung)
-
babel-core -
babel-core,babel-generator,babel-helper-create-class-features-plugin,babel-helper-create-regexp-features-plugin,babel-helper-module-transforms,babel-helper-plugin-utils,babel-parser,babel-plugin-bugfix-safari-id-destructuring-collision-in-function-expression,babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining,babel-plugin-external-helpers,babel-plugin-proposal-async-do-expressions,babel-plugin-proposal-async-generator-functions,babel-plugin-proposal-class-properties,babel-plugin-proposal-class-static-block,babel-plugin-proposal-decorators,babel-plugin-proposal-export-default-from,babel-plugin-proposal-export-namespace-from,babel-plugin-proposal-function-sent,babel-plugin-proposal-json-strings,babel-plugin-proposal-logical-assignment-operators,babel-plugin-proposal-nullish-coalescing-operator,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-methods,babel-plugin-proposal-private-property-in-object,babel-plugin-proposal-record-and-tuple,babel-plugin-proposal-unicode-property-regex,babel-plugin-syntax-decorators,babel-plugin-syntax-destructuring-private,babel-plugin-syntax-flow,babel-plugin-syntax-import-assertions,babel-plugin-syntax-pipeline-operator,babel-plugin-syntax-record-and-tuple,babel-plugin-syntax-typescript,babel-plugin-transform-arrow-functions,babel-plugin-transform-async-to-generator,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-flow-comments,babel-plugin-transform-flow-strip-types,babel-plugin-transform-for-of,babel-plugin-transform-instanceof,babel-plugin-transform-jscript,babel-plugin-transform-literals,babel-plugin-transform-modules-amd,babel-plugin-transform-modules-commonjs,babel-plugin-transform-modules-systemjs,babel-plugin-transform-modules-umd,babel-plugin-transform-named-capturing-groups-regex,babel-plugin-transform-new-target,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-jsx,babel-plugin-transform-reserved-words,babel-plugin-transform-runtime,babel-plugin-transform-spread,babel-plugin-transform-template-literals,babel-plugin-transform-typeof-symbol,babel-plugin-transform-typescript,babel-preset-env,babel-preset-flow,babel-preset-react,babel-preset-typescript,babel-traverse,babel-types
eslint/eslint
v8.16.0
Features
-
cab0c22feat: add Unicode flag suggestion in no-misleading-character-class (#15867) (Milos Djermanovic) -
38ae956feat: check Unicode code point escapes in no-control-regex (#15862) (Milos Djermanovic) -
ee69cd3feat: Update global variables (#15871) (Sébastien Règne)
Bug Fixes
Documentation
-
050d5f4docs: Static further reading links (#15890) (Nicholas C. Zakas) -
36287c0docs: fix absolute paths in related rules shortcode to work from /docs (#15892) (Milos Djermanovic) -
90b6990docs: fix absolute links in rule macro to work from /docs (#15891) (Milos Djermanovic) -
f437249docs: Adjust docs site path prefix (#15889) (Nicholas C. Zakas) -
6e16025docs: update 'Related Rules' and 'Further Reading' in remaining rules (#15884) (Milos Djermanovic) -
1d39f69docs: remove confusing examples for no-mixed-operators (#15875) (Milos Djermanovic) -
3071d76docs: Fix some grammar issues (#15837) (byodian)
Chores
-
1768d0dchore: upgrade @eslint/eslintrc@1.3.0 (#15903) (Milos Djermanovic) -
c686e4cchore: Add deploy workflow for docs site (#15894) (Nicholas C. Zakas) -
c7894cdchore: enable some rules from eslint-plugin-unicorn internally (#15878) (Bryan Mishkin) -
ea65cb5chore: upgrade eslint-plugin-eslint-plugin@^4.2.0 (#15882) (唯然) -
cc29c69chore: Upgrade official GitHub actions to latest versions (#15880) (Darius Dzien) -
5891c75chore: Refactor rule docs format (#15869) (Nicholas C. Zakas)
gajus/eslint-plugin-jsdoc
v39.3.0
Features
- update
es-joy/jsdoccommentwithjsdoc-type-pratt-parserupdate (new() keyword for TypeScript types) (66658c0)
Stuk/jszip
v3.10.0
- Change setimmediate dependency to more efficient one. Fixes https://github.com/Stuk/jszip/issues/617 (see #829)
- Update types of
currentFilemetadata to includenull(see #826)
Microsoft/playwright
v1.22.2
Highlights
This patch includes the following bug fixes:
https://github.com/microsoft/playwright/issues/14254 - [BUG] focus() function in version 1.22 closes dropdown (not of select type) instead of just focus on the option
Browser Versions
- Chromium 102.0.5005.40
- Mozilla Firefox 99.0.1
- WebKit 15.4
This version was also tested against the following stable channels:
- Google Chrome 101
- Microsoft Edge 101
v1.22.1
Highlights
This patch includes the following bug fixes:
https://github.com/microsoft/playwright/issues/14186 - [BUG] expect.toHaveScreenshot() generates an argument error
Browser Versions
- Chromium 102.0.5005.40
- Mozilla Firefox 99.0.1
- WebKit 15.4
This version was also tested against the following stable channels:
- Google Chrome 101
- Microsoft Edge 101
rollup/rollup
v2.74.1
2022-05-19
Bug Fixes
- Revert #4498 until some issues are understood and resolved
v2.74.0
2022-05-19
Features
- Remove unneeded default values for function parameters (#4498)
Bug Fixes
- Use a consistent mechanism to resolve the config file to avoid issues on Windows (#4501)
- Avoid an inaccurate warning about an event emitter leak for complicated builds (#4502)
- Ensure that reexporting values from other chunks via dynamic imports does not reference non-imported variables (#4499)
Merge Requests
- #4498: Tree shake parameter defaults (@lukastaegert)
- #4499: Ensure reexports are available for namespaces (@lukastaegert)
- #4501: fix: config path problem on windows (@pos777)
- #4502: Avoid maximum listeners exceeded warning (@lukastaegert)
Configuration
-
If you want to rebase/retry this MR, click this checkbox.
This MR has been generated by Renovate Bot.