chore(deps): update dependency @babel/eslint-parser to v7.22.11
This MR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
@babel/eslint-parser (source) | 7.22.6 -> 7.22.11 |
Release Notes
babel/babel (@babel/eslint-parser)
v7.22.11
🐛 Bug Fix
-
babel-plugin-transform-typescript
- #15882](https://github.com/babel/babel/pull/15882) Fix: fully remove TS nested type-only exported namespaces (@yangguansen)
-
babel-types
- #15867](https://github.com/babel/babel/pull/15867) fix: definition of TS function type params (@danez)
-
babel-plugin-transform-async-generator-functions
,babel-plugin-transform-class-static-block
,babel-plugin-transform-dynamic-import
,babel-plugin-transform-export-namespace-from
,babel-plugin-transform-json-strings
,babel-plugin-transform-logical-assignment-operators
,babel-plugin-transform-nullish-coalescing-operator
,babel-plugin-transform-numeric-separator
,babel-plugin-transform-object-rest-spread
,babel-plugin-transform-optional-catch-binding
,babel-plugin-transform-optional-chaining
,babel-plugin-transform-private-property-in-object
- #15858](https://github.com/babel/babel/pull/15858) fix(standalone): strip archived syntax plugins (@JLHwung)
-
babel-core
- #15850](https://github.com/babel/babel/pull/15850) Support configuring cache in ESM configs (@nicolo-ribaudo)
🏠 Internal
-
babel-parser
- #10940](https://github.com/babel/babel/pull/10940) Do not record trailing comma pos when
maybeAsyncArrow: false
(@JLHwung)
- #10940](https://github.com/babel/babel/pull/10940) Do not record trailing comma pos when
-
babel-core
,babel-helper-compilation-targets
,babel-parser
,babel-plugin-proposal-destructuring-private
,babel-plugin-syntax-decorators
,babel-preset-env
,babel-preset-react
,babel-register
,babel-traverse
,babel-types
- #15872](https://github.com/babel/babel/pull/15872) enable jest/no-standalone-expect (@JLHwung)
-
babel-core
,babel-helpers
,babel-plugin-transform-async-generator-functions
,babel-plugin-transform-modules-commonjs
,babel-plugin-transform-regenerator
,babel-preset-env
,babel-runtime-corejs2
,babel-runtime-corejs3
,babel-runtime
- #15833](https://github.com/babel/babel/pull/15833) bump json5, terser and webpack, further minimize babel helpers (@JLHwung)
- Other
- #15846](https://github.com/babel/babel/pull/15846) Use Babel 8.0 alpha to build babel (@JLHwung)
- #15856](https://github.com/babel/babel/pull/15856) Exclude redundant files from publish process (@JLHwung)
🔬 Output optimization
-
babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining
,babel-plugin-transform-class-properties
,babel-plugin-transform-classes
,babel-plugin-transform-optional-chaining
,babel-preset-env
- #15871](https://github.com/babel/babel/pull/15871) Simplify
?.
output when chain result is ignored (@nicolo-ribaudo)
- #15871](https://github.com/babel/babel/pull/15871) Simplify
v7.22.10
🐛 Bug Fix
-
babel-plugin-transform-typescript
- #15799](https://github.com/babel/babel/pull/15799) [ts] Strip type-only namespaces (@nicolo-ribaudo)
- #15798](https://github.com/babel/babel/pull/15798) [ts] Fix compiling extended exported nested namespace (@nicolo-ribaudo)
-
babel-helper-create-class-features-plugin
,babel-plugin-proposal-decorators
,babel-plugin-proposal-destructuring-private
,babel-plugin-transform-class-properties
,babel-plugin-transform-class-static-block
,babel-plugin-transform-new-target
,babel-plugin-transform-private-methods
,babel-preset-env
- #15701](https://github.com/babel/babel/pull/15701) Memoize class binding when compiling private methods and static elements (@JLHwung)
💅 Polish
-
babel-cli
- #15824](https://github.com/babel/babel/pull/15824) Add
meta
object to@babel/eslint-plugin
(@JLHwung)
- #15824](https://github.com/babel/babel/pull/15824) Add
-
babel-traverse
,babel-types
- #15661](https://github.com/babel/babel/pull/15661) Improve the type definition of
path.isX
(@liuxingbaoyu)
- #15661](https://github.com/babel/babel/pull/15661) Improve the type definition of
-
babel-generator
,babel-types
- #15776](https://github.com/babel/babel/pull/15776) improve SourceLocation typing (@JLHwung)
🏠 Internal
- Other
- #15818](https://github.com/babel/babel/pull/15818) build: generate flow typings in prepublish job (@JLHwung)
- #15777](https://github.com/babel/babel/pull/15777) chore: bump dev dependencies and remove .eslintignore (@JLHwung)
-
babel-cli
,babel-core
,babel-generator
,babel-helper-builder-react-jsx
,babel-preset-env
,babel-standalone
- #15794](https://github.com/babel/babel/pull/15794) Enable
@typescript-eslint/no-redundant-type-constituents
rule (@JLHwung)
- #15794](https://github.com/babel/babel/pull/15794) Enable
-
babel-helper-compilation-targets
- #15811](https://github.com/babel/babel/pull/15811) Remove
@babel/core
peerDep fromhelper-compilation-targets
(@nicolo-ribaudo)
- #15811](https://github.com/babel/babel/pull/15811) Remove
-
babel-parser
- #15793](https://github.com/babel/babel/pull/15793) Use const enum in babel-parser (@JLHwung)
-
babel-plugin-transform-runtime
,babel-traverse
,babel-types
- #15716](https://github.com/babel/babel/pull/15716) chore: Use
typescript-eslint@v6
with reworked configs (@JoshuaKGoldberg)
- #15716](https://github.com/babel/babel/pull/15716) chore: Use
🔬 Output optimization
-
babel-plugin-transform-block-scoping
,babel-plugin-transform-parameters
,babel-plugin-transform-regenerator
- #15746](https://github.com/babel/babel/pull/15746) Reduce
transform-block-scoping
loops output size (@liuxingbaoyu)
- #15746](https://github.com/babel/babel/pull/15746) Reduce
v7.22.9
🐛 Bug Fix
-
babel-plugin-transform-typescript
- #15774](https://github.com/babel/babel/pull/15774) fix:
Infinity
in enums (@liuxingbaoyu)
- #15774](https://github.com/babel/babel/pull/15774) fix:
💅 Polish
-
babel-generator
- #15757](https://github.com/babel/babel/pull/15757)
recordAndTupleSyntaxType
defaults to"hash"
(@coderaiser)
- #15757](https://github.com/babel/babel/pull/15757)
🏠 Internal
- #15748](https://github.com/babel/babel/pull/15748) Migrate to
eslint.config.js
(@JLHwung) - #15758](https://github.com/babel/babel/pull/15758) Use Prettier 3 stable (@nicolo-ribaudo)
v7.22.7
🐛 Bug Fix
-
babel-generator
- #15719](https://github.com/babel/babel/pull/15719) fix: Avoid internally generating negative source maps columns (@liuxingbaoyu)
-
babel-core
,babel-traverse
- #15725](https://github.com/babel/babel/pull/15725) Use
NodePath#hub
as part of the paths cache key (@nicolo-ribaudo)
- #15725](https://github.com/babel/babel/pull/15725) Use
- Other
- #15747](https://github.com/babel/babel/pull/15747) fix: export
meta
fromeslint-parser/experimental-worker
(@JLHwung)
- #15747](https://github.com/babel/babel/pull/15747) fix: export
🏠 Internal
-
babel-core
,babel-traverse
- #15702](https://github.com/babel/babel/pull/15702) Refactor visitors merging (@nullableVoidPtr)
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.