chore(deps): update all non-major dependencies (minor) - autoclosed
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
@babel/runtime-corejs3 | devDependencies | minor | 7.17.9 -> 7.18.0 |
@typescript-eslint/eslint-plugin | devDependencies | minor | 5.23.0 -> 5.25.0 |
@typescript-eslint/parser | devDependencies | minor | 5.23.0 -> 5.25.0 |
eslint (source) | devDependencies | minor | 8.15.0 -> 8.16.0 |
eslint-plugin-jsdoc | devDependencies | minor | 39.2.9 -> 39.3.0 |
jszip | dependencies | minor | 3.9.1 -> 3.10.0 |
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
extends
constraints 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
importInterop
method (@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
regeneratorRuntime
as a normal helper (@nicolo-ribaudo)
-
#14538 Inline
🏠 Internal
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v5.25.0
Bug Fixes
- eslint-plugin: [typedef] stop enforcing rule for assignment expressions (#4958) (04a216c)
- eslint-plugin: strict config should not extend recommended (#5005) (05d71c2)
- website: correct Presets link to be Configs (#5004) (e18e91c)
Features
- eslint-plugin: [no-empty-function] new allow option overrideMethods (#4923) (13c05ae)
-
eslint-plugin: deprecate
no-duplicate-imports
in favour ofimport/no-duplicates
(#4973) (1d2e41a) - update to TypeScript 4.7-rc (#4829) (6fe783c)
v5.24.0
Bug Fixes
- eslint-plugin: [array-type] in fixer add missing parens for constructor types #4756 (#4971) (0377070)
Features
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v5.25.0
Note: Version bump only for package @typescript-eslint/parser
v5.24.0
Note: Version bump only for package @typescript-eslint/parser
eslint/eslint
v8.16.0
Features
-
cab0c22
feat: add Unicode flag suggestion in no-misleading-character-class (#15867) (Milos Djermanovic) -
38ae956
feat: check Unicode code point escapes in no-control-regex (#15862) (Milos Djermanovic) -
ee69cd3
feat: Update global variables (#15871) (Sébastien Règne)
Bug Fixes
Documentation
-
050d5f4
docs: Static further reading links (#15890) (Nicholas C. Zakas) -
36287c0
docs: fix absolute paths in related rules shortcode to work from /docs (#15892) (Milos Djermanovic) -
90b6990
docs: fix absolute links in rule macro to work from /docs (#15891) (Milos Djermanovic) -
f437249
docs: Adjust docs site path prefix (#15889) (Nicholas C. Zakas) -
6e16025
docs: update 'Related Rules' and 'Further Reading' in remaining rules (#15884) (Milos Djermanovic) -
1d39f69
docs: remove confusing examples for no-mixed-operators (#15875) (Milos Djermanovic) -
3071d76
docs: Fix some grammar issues (#15837) (byodian)
Chores
-
1768d0d
chore: upgrade @eslint/eslintrc@1.3.0 (#15903) (Milos Djermanovic) -
c686e4c
chore: Add deploy workflow for docs site (#15894) (Nicholas C. Zakas) -
c7894cd
chore: enable some rules from eslint-plugin-unicorn internally (#15878) (Bryan Mishkin) -
ea65cb5
chore: upgrade eslint-plugin-eslint-plugin@^4.2.0 (#15882) (唯然) -
cc29c69
chore: Upgrade official GitHub actions to latest versions (#15880) (Darius Dzien) -
5891c75
chore: Refactor rule docs format (#15869) (Nicholas C. Zakas)
gajus/eslint-plugin-jsdoc
v39.3.0
Features
- update
es-joy/jsdoccomment
withjsdoc-type-pratt-parser
update (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
currentFile
metadata to includenull
(see #826)
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.
Edited by Reiter, Christoph