Closed dependabot[bot] closed 2 months ago
Bumps the development-dependencies group with 17 updates in the / directory:
7.24.5
7.24.8
7.24.9
7.25.0
6.1.1
7.0.0
8.57.0
9.8.0
0.44.0
0.45.0
51.0.1
55.0.0
5.0.0
6.0.0
10.3.15
11.0.0
0.121.1
0.126.0
6.0.4
3.1.0
3.1.4
8.4.38
8.4.40
4.17.2
4.19.1
16.5.0
16.7.0
14.1.0
14.2.0
5.31.0
5.31.3
Updates @babel/cli from 7.24.5 to 7.24.8
@babel/cli
Sourced from @babel/cli's releases.
@babel/cli
v7.24.8 (2024-07-11) Thanks @H0onnn, @jkup and @SreeXD for your first pull requests! :eyeglasses: Spec Compliance babel-parser #16567 Do not use strict mode in TS declare (@liuxingbaoyu) :bug: Bug Fix babel-generator #16630 Correctly print parens around in in for heads (@nicolo-ribaudo) #16626 Fix printing of comments in await using (@nicolo-ribaudo) #16591 fix typescript code generation for yield expression inside type expre… (@SreeXD) babel-parser #16613 Disallow destructuring assignment in using declarations (@H0onnn) #16490 fix: do not add .value: undefined to regexp literals (@liuxingbaoyu) babel-types #16615 Remove boolean props from ObjectTypeInternalSlot visitor keys (@nicolo-ribaudo) babel-plugin-transform-typescript #16566 fix: Correctly handle export import x = (@liuxingbaoyu) :nail_care: Polish babel-generator #16625 Avoid unnecessary parens around async in for await (@nicolo-ribaudo) babel-traverse #16619 Avoid checking Scope.globals multiple times (@liuxingbaoyu) Committers: 9 Amjad Yahia Robeen Hassan (@amjed-98) Babel Bot (@babel-bot) Huáng Jùnliàng (@JLHwung) Jon Kuperman (@jkup) Nagendran N (@SreeXD) Nicolò Ribaudo (@nicolo-ribaudo) Sukka (@SukkaW) @H0onnn @liuxingbaoyu v7.24.7 (2024-06-05) :bug: Bug Fix babel-node #16554 Allow extra flags in babel-node (@nicolo-ribaudo) babel-traverse #16522 fix: incorrect constantViolations with destructuring (@liuxingbaoyu) babel-helper-transform-fixture-test-runner, babel-plugin-proposal-explicit-resource-management #16524 fix: Transform using in switch correctly (@liuxingbaoyu) :house: Internal babel-helpers, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
Thanks @H0onnn, @jkup and @SreeXD for your first pull requests!
@H0onnn
@jkup
@SreeXD
babel-parser
declare
@liuxingbaoyu
babel-generator
in
for
@nicolo-ribaudo
await using
using
.value: undefined
babel-types
ObjectTypeInternalSlot
babel-plugin-transform-typescript
export import x =
async
for await
babel-traverse
Scope.globals
@amjed-98
@babel-bot
@JLHwung
@SukkaW
babel-node
constantViolations
babel-helper-transform-fixture-test-runner
babel-plugin-proposal-explicit-resource-management
switch
babel-helpers
babel-runtime-corejs2
babel-runtime-corejs3
babel-runtime
... (truncated)
Sourced from @babel/cli's changelog.
v7.24.8 (2024-07-11) :eyeglasses: Spec Compliance babel-parser #16567 Do not use strict mode in TS declare (@liuxingbaoyu) :bug: Bug Fix babel-generator #16630 Correctly print parens around in in for heads (@nicolo-ribaudo) #16626 Fix printing of comments in await using (@nicolo-ribaudo) #16591 fix typescript code generation for yield expression inside type expre… (@SreeXD) babel-parser #16613 Disallow destructuring assignment in using declarations (@H0onnn) #16490 fix: do not add .value: undefined to regexp literals (@liuxingbaoyu) babel-types #16615 Remove boolean props from ObjectTypeInternalSlot visitor keys (@nicolo-ribaudo) babel-plugin-transform-typescript #16566 fix: Correctly handle export import x = (@liuxingbaoyu) :nail_care: Polish babel-generator #16625 Avoid unnecessary parens around async in for await (@nicolo-ribaudo) babel-traverse #16619 Avoid checking Scope.globals multiple times (@liuxingbaoyu) v7.24.7 (2024-06-05) :bug: Bug Fix babel-node #16554 Allow extra flags in babel-node (@nicolo-ribaudo) babel-traverse #16522 fix: incorrect constantViolations with destructuring (@liuxingbaoyu) babel-helper-transform-fixture-test-runner, babel-plugin-proposal-explicit-resource-management #16524 fix: Transform using in switch correctly (@liuxingbaoyu) :house: Internal babel-helpers, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime #16525 Delete unused array helpers (@blakewilson) v7.24.6 (2024-05-24) :bug: Bug Fix babel-helper-create-class-features-plugin, babel-plugin-transform-class-properties #16514 Fix source maps for private member expressions (@nicolo-ribaudo) babel-core, babel-generator, babel-plugin-transform-modules-commonjs #16515 Fix source maps for template literals (@nicolo-ribaudo) babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators #16485 Support undecorated static accessor in anonymous classes (@JLHwung) #16484 Fix decorator bare yield await (@JLHwung) babel-helpers, babel-plugin-proposal-decorators, babel-runtime-corejs3 #16483 Fix: throw TypeError if addInitializer is called after finished (@JLHwung) babel-parser, babel-plugin-transform-typescript
@blakewilson
babel-helper-create-class-features-plugin
babel-plugin-transform-class-properties
babel-core
babel-plugin-transform-modules-commonjs
babel-plugin-proposal-decorators
1f5af44
683c654
fc0748a
c36fa6a
424fc90
bf1e9a3
ec0c62a
7934963
type: module
package.json
a21475a
9630250
Updates @babel/core from 7.24.5 to 7.24.9
@babel/core
Sourced from @babel/core's releases.
@babel/core
v7.24.9 (2024-07-15) :bug: Bug Fix babel-core, babel-standalone #16639 Avoid require() call in @babel/standalone bundle (@nicolo-ribaudo) babel-types #16638 fix: provide legacy typings for TS < 4.1 (@JLHwung) :nail_care: Polish babel-generator, babel-plugin-transform-optional-chaining #16617 Avoid extra parens in TS as/satisfies (@nicolo-ribaudo) :house: Internal babel-helper-module-transforms #16629 Lazy top-level initializations for module transforms (@guybedford) Committers: 5 Babel Bot (@babel-bot) Guy Bedford (@guybedford) Huáng Jùnliàng (@JLHwung) Nicolò Ribaudo (@nicolo-ribaudo) @liuxingbaoyu v7.24.8 (2024-07-11) Thanks @H0onnn, @jkup and @SreeXD for your first pull requests! :eyeglasses: Spec Compliance babel-parser #16567 Do not use strict mode in TS declare (@liuxingbaoyu) :bug: Bug Fix babel-generator #16630 Correctly print parens around in in for heads (@nicolo-ribaudo) #16626 Fix printing of comments in await using (@nicolo-ribaudo) #16591 fix typescript code generation for yield expression inside type expre… (@SreeXD) babel-parser #16613 Disallow destructuring assignment in using declarations (@H0onnn) #16490 fix: do not add .value: undefined to regexp literals (@liuxingbaoyu) babel-types #16615 Remove boolean props from ObjectTypeInternalSlot visitor keys (@nicolo-ribaudo) babel-plugin-transform-typescript #16566 fix: Correctly handle export import x = (@liuxingbaoyu) :nail_care: Polish babel-generator #16625 Avoid unnecessary parens around async in for await (@nicolo-ribaudo) babel-traverse #16619 Avoid checking Scope.globals multiple times (@liuxingbaoyu)
babel-standalone
require()
@babel/standalone
babel-plugin-transform-optional-chaining
as
satisfies
babel-helper-module-transforms
@guybedford
Sourced from @babel/core's changelog.
v7.24.9 (2024-07-15) :bug: Bug Fix babel-core, babel-standalone #16639 Avoid require() call in @babel/standalone bundle (@nicolo-ribaudo) babel-types #16638 fix: provide legacy typings for TS < 4.1 (@JLHwung) :nail_care: Polish babel-generator, babel-plugin-transform-optional-chaining #16617 Avoid extra parens in TS as/satisfies (@nicolo-ribaudo) :house: Internal babel-helper-module-transforms #16629 Lazy top-level initializations for module transforms (@guybedford) v7.24.8 (2024-07-11) :eyeglasses: Spec Compliance babel-parser #16567 Do not use strict mode in TS declare (@liuxingbaoyu) :bug: Bug Fix babel-generator #16630 Correctly print parens around in in for heads (@nicolo-ribaudo) #16626 Fix printing of comments in await using (@nicolo-ribaudo) #16591 fix typescript code generation for yield expression inside type expre… (@SreeXD) babel-parser #16613 Disallow destructuring assignment in using declarations (@H0onnn) #16490 fix: do not add .value: undefined to regexp literals (@liuxingbaoyu) babel-types #16615 Remove boolean props from ObjectTypeInternalSlot visitor keys (@nicolo-ribaudo) babel-plugin-transform-typescript #16566 fix: Correctly handle export import x = (@liuxingbaoyu) :nail_care: Polish babel-generator #16625 Avoid unnecessary parens around async in for await (@nicolo-ribaudo) babel-traverse #16619 Avoid checking Scope.globals multiple times (@liuxingbaoyu) v7.24.7 (2024-06-05) :bug: Bug Fix babel-node #16554 Allow extra flags in babel-node (@nicolo-ribaudo) babel-traverse #16522 fix: incorrect constantViolations with destructuring (@liuxingbaoyu) babel-helper-transform-fixture-test-runner, babel-plugin-proposal-explicit-resource-management #16524 fix: Transform using in switch correctly (@liuxingbaoyu) :house: Internal
30aa644
7d923b8
889c58f
02da3da
File.prototype.getModuleName
90fdd7e
Updates @babel/preset-env from 7.24.5 to 7.25.0
@babel/preset-env
Sourced from @babel/preset-env's releases.
@babel/preset-env
v7.25.0 (2024-07-26) Thanks @davidtaylorhq and @slatereax for your first PR! You can find the release blog post with some highlights at https://babeljs.io/blog/2024/07/26/7.25.0. :eyeglasses: Spec Compliance babel-helpers, babel-plugin-proposal-explicit-resource-management, babel-runtime-corejs3 #16537 await using normative updates (@JLHwung) babel-plugin-transform-typescript #16602 Ensure enum members syntactically determinable to be strings do not get reverse mappings (@liuxingbaoyu) :rocket: New Feature babel-helper-create-class-features-plugin, babel-helper-function-name, babel-helper-plugin-utils, babel-helper-wrap-function, babel-plugin-bugfix-safari-class-field-initializer-scope, babel-plugin-bugfix-safari-id-destructuring-collision-in-function-expression, babel-plugin-transform-classes, babel-plugin-transform-function-name, babel-preset-env, babel-traverse, babel-types #16658 Move ensureFunctionName to NodePath.prototype (@nicolo-ribaudo) babel-helper-hoist-variables, babel-helper-plugin-utils, babel-plugin-proposal-async-do-expressions, babel-plugin-transform-modules-systemjs, babel-traverse #16644 Move hoistVariables to Scope.prototype (@nicolo-ribaudo) babel-helper-create-class-features-plugin, babel-helper-module-transforms, babel-helper-plugin-utils, babel-helper-split-export-declaration, babel-plugin-transform-classes, babel-traverse, babel-types #16645 Move splitExportDeclaration to NodePath.prototype (@nicolo-ribaudo) babel-helper-create-class-features-plugin, babel-helper-environment-visitor, babel-helper-module-transforms, babel-helper-plugin-utils, babel-helper-remap-async-to-generator, babel-helper-replace-supers, babel-plugin-bugfix-firefox-class-in-computed-class-key, babel-plugin-bugfix-v8-static-class-fields-redefine-readonly, babel-plugin-transform-async-generator-functions, babel-plugin-transform-classes, babel-traverse #16649 Move environment-visitor helper into @babel/traverse (@nicolo-ribaudo) babel-core, babel-parser #16480 Expose wether a module has TLA or not as .extra.async (@nicolo-ribaudo) babel-compat-data, babel-plugin-bugfix-safari-class-field-initializer-scope, babel-preset-env #16569 Introduce bugfix-safari-class-field-initializer-scope (@davidtaylorhq) babel-plugin-transform-block-scoping, babel-traverse, babel-types #16551 Add NodePath#getAssignmentIdentifiers (@JLHwung) babel-helper-import-to-platform-api, babel-plugin-proposal-json-modules #16579 Add uncheckedRequire option for JSON imports to CJS (@nicolo-ribaudo) babel-helper-transform-fixture-test-runner, babel-node #16642 Allow using custom config in babel-node --eval (@slatereax) babel-compat-data, babel-helper-create-regexp-features-plugin, babel-plugin-proposal-duplicate-named-capturing-groups-regex, babel-plugin-transform-duplicate-named-capturing-groups-regex, babel-preset-env, babel-standalone #16445 Add duplicate-named-capturing-groups-regex to preset-env (@JLHwung) :bug: Bug Fix babel-generator #16678 Print parens around as expressions on the LHS (@nicolo-ribaudo) babel-template, babel-types #15286 fix: Props are lost when the template replaces the node (@liuxingbaoyu) :house: Internal Other #16674 bump gulp to 5 (@JLHwung) babel-generator #16651 Simplify the printing logic for ( before ambiguous tokens (@nicolo-ribaudo) babel-helper-function-name, babel-plugin-transform-arrow-functions, babel-plugin-transform-function-name, babel-preset-env, babel-traverse #16652 Simplify helper-function-name logic (@nicolo-ribaudo) :running_woman: Performance babel-parser, babel-plugin-proposal-pipeline-operator
Thanks @davidtaylorhq and @slatereax for your first PR!
@davidtaylorhq
@slatereax
You can find the release blog post with some highlights at https://babeljs.io/blog/2024/07/26/7.25.0.
babel-helper-function-name
babel-helper-plugin-utils
babel-helper-wrap-function
babel-plugin-bugfix-safari-class-field-initializer-scope
babel-plugin-bugfix-safari-id-destructuring-collision-in-function-expression
babel-plugin-transform-classes
babel-plugin-transform-function-name
babel-preset-env
ensureFunctionName
NodePath.prototype
babel-helper-hoist-variables
babel-plugin-proposal-async-do-expressions
babel-plugin-transform-modules-systemjs
hoistVariables
Scope.prototype
babel-helper-split-export-declaration
splitExportDeclaration
babel-helper-environment-visitor
babel-helper-remap-async-to-generator
babel-helper-replace-supers
babel-plugin-bugfix-firefox-class-in-computed-class-key
babel-plugin-bugfix-v8-static-class-fields-redefine-readonly
babel-plugin-transform-async-generator-functions
environment-visitor
@babel/traverse
.extra.async
babel-compat-data
bugfix-safari-class-field-initializer-scope
babel-plugin-transform-block-scoping
NodePath#getAssignmentIdentifiers
babel-helper-import-to-platform-api
babel-plugin-proposal-json-modules
uncheckedRequire
babel-node --eval
babel-helper-create-regexp-features-plugin
babel-plugin-proposal-duplicate-named-capturing-groups-regex
babel-plugin-transform-duplicate-named-capturing-groups-regex
duplicate-named-capturing-groups-regex
preset-env
babel-template
(
babel-plugin-transform-arrow-functions
helper-function-name
babel-plugin-proposal-pipeline-operator
Sourced from @babel/preset-env's changelog.
v7.25.0 (2024-07-26) :eyeglasses: Spec Compliance babel-helpers, babel-plugin-proposal-explicit-resource-management, babel-runtime-corejs3 #16537 await using normative updates (@JLHwung) babel-plugin-transform-typescript #16602 Ensure enum members syntactically determinable to be strings do not get reverse mappings (@liuxingbaoyu) :rocket: New Feature babel-helper-create-class-features-plugin, babel-helper-function-name, babel-helper-plugin-utils, babel-helper-wrap-function, babel-plugin-bugfix-safari-class-field-initializer-scope, babel-plugin-bugfix-safari-id-destructuring-collision-in-function-expression, babel-plugin-transform-classes, babel-plugin-transform-function-name, babel-preset-env, babel-traverse, babel-types #16658 Move ensureFunctionName to NodePath.prototype (@nicolo-ribaudo) babel-helper-hoist-variables, babel-helper-plugin-utils, babel-plugin-proposal-async-do-expressions, babel-plugin-transform-modules-systemjs, babel-traverse #16644 Move hoistVariables to Scope.prototype (@nicolo-ribaudo) babel-helper-create-class-features-plugin, babel-helper-module-transforms, babel-helper-plugin-utils, babel-helper-split-export-declaration, babel-plugin-transform-classes, babel-traverse, babel-types #16645 Move splitExportDeclaration to NodePath.prototype (@nicolo-ribaudo) babel-helper-create-class-features-plugin, babel-helper-environment-visitor, babel-helper-module-transforms, babel-helper-plugin-utils, babel-helper-remap-async-to-generator, babel-helper-replace-supers, babel-plugin-bugfix-firefox-class-in-computed-class-key, babel-plugin-bugfix-v8-static-class-fields-redefine-readonly, babel-plugin-transform-async-generator-functions, babel-plugin-transform-classes, babel-traverse #16649 Move environment-visitor helper into @babel/traverse (@nicolo-ribaudo) babel-core, babel-parser #16480 Expose wether a module has TLA or not as .extra.async (@nicolo-ribaudo) babel-compat-data, babel-plugin-bugfix-safari-class-field-initializer-scope, babel-preset-env #16569 Introduce bugfix-safari-class-field-initializer-scope (@davidtaylorhq) babel-plugin-transform-block-scoping, babel-traverse, babel-types #16551 Add NodePath#getAssignmentIdentifiers (@JLHwung) babel-helper-import-to-platform-api, babel-plugin-proposal-json-modules #16579 Add uncheckedRequire option for JSON imports to CJS (@nicolo-ribaudo) babel-helper-transform-fixture-test-runner, babel-node #16642 Allow using custom config in babel-node --eval (@slatereax) babel-compat-data, babel-helper-create-regexp-features-plugin, babel-plugin-proposal-duplicate-named-capturing-groups-regex, babel-plugin-transform-duplicate-named-capturing-groups-regex, babel-preset-env, babel-standalone #16445 Add duplicate-named-capturing-groups-regex to preset-env (@JLHwung) :bug: Bug Fix babel-generator #16678 Print parens around as expressions on the LHS (@nicolo-ribaudo) babel-template, babel-types #15286 fix: Props are lost when the template replaces the node (@liuxingbaoyu) :house: Internal Other #16674 bump gulp to 5 (@JLHwung) babel-generator #16651 Simplify the printing logic for ( before ambiguous tokens (@nicolo-ribaudo) babel-helper-function-name, babel-plugin-transform-arrow-functions, babel-plugin-transform-function-name, babel-preset-env, babel-traverse #16652 Simplify helper-function-name logic (@nicolo-ribaudo) :running_woman: Performance babel-parser, babel-plugin-proposal-pipeline-operator #16461 Some minor parser performance improvements for ts (@liuxingbaoyu) :microscope: Output optimization babel-plugin-transform-classes
d2e3ee2
d364545
814b31e
46284e4
482008c
0f72c57
14a0b08
Updates babel-plugin-istanbul from 6.1.1 to 7.0.0
babel-plugin-istanbul
Sourced from babel-plugin-istanbul's releases.
babel-plugin-istanbul v7.0.0 ⚠ BREAKING CHANGES Drop support for Node versions 8 and 10 Bug Fixes container is falsy error with block scoping transform (#291) (8e76919) update istanbul-lib-instrument to v6 (#292) (643e080)
istanbul-lib-instrument
Sourced from babel-plugin-istanbul's changelog.
7.0.0 (2024-07-05) ⚠ BREAKING CHANGES Drop support for Node versions 8 and 10 Bug Fixes container is falsy error with block scoping transform (#291) (8e76919) update istanbul-lib-instrument to v6 (#292) (643e080)
37bb294
46bee63
fileName
filename
643e080
8e76919
Updates eslint from 8.57.0 to 9.8.0
eslint
Sourced from eslint's releases.
v9.8.0 Features 13d0bd3 feat: Add and use SourceCode#getLoc/getRange (#18703) (Nicholas C. Zakas) Bug Fixes ab0ff27 fix: Throw error when invalid flags passed (#18705) (Nicholas C. Zakas) 70dc803 fix: basePath directory can never be ignored (#18711) (Milos Djermanovic) Documentation 282df1a docs: Add system theme option (#18617) (Amaresh S M) 53b1ff0 docs: Debug config docs (#18698) (Nicholas C. Zakas) a7016a5 docs: fix search input stylings (#18682) (Amaresh S M) Build Related 4514424 build: Enable JSON linting (#18681) (Nicholas C. Zakas) Chores deee448 chore: upgrade to @eslint/js@9.8.0 (#18720) (Francesco Trotta) 4aaf2b3 chore: package.json update for @eslint/js release (Jenkins) 8e1a627 chore: update dependency @eslint/core to ^0.2.0 (#18700) (renovate[bot]) v9.7.0 Features 7bd9839 feat: add support for es2025 duplicate named capturing groups (#18630) (Yosuke Ota) 1381394 feat: add regex option in no-restricted-imports (#18622) (Nitin Kumar) Bug Fixes 14e9f81 fix: destructuring in catch clause in no-unused-vars (#18636) (Francesco Trotta) Documentation 9f416db docs: Add Powered by Algolia label to the search. (#18633) (Amaresh S M) c8d26cb docs: Open JS Foundation -> OpenJS Foundation (#18649) (Milos Djermanovic) 6e79ac7 docs: loadESLint does not support option cwd (#18641) (Francesco Trotta) Chores 793b718 chore: upgrade @eslint/js@9.7.0 (#18680) (Francesco Trotta) 7ed6f9a chore: package.json update for @eslint/js release (Jenkins) 7bcda76 refactor: Add type references (#18652) (Nicholas C. Zakas) 51bf57c chore: add tech sponsors through actions (#18624) (Strek) 6320732 refactor: don't use parent property in NodeEventGenerator (#18653) (Milos Djermanovic) 9e6d640 refactor: move "Parsing error" prefix adding to Linter (#18650) (Milos Djermanovic) v9.6.0 Features e2b16e2 feat: Implement feature flags (#18516) (Nicholas C. Zakas) 8824aa1 feat: add ecmaVersion: 2025, parsing duplicate named capturing groups (#18596) (Milos Djermanovic) Bug Fixes 1613e2e fix: Allow escaping characters in config patterns on Windows (#18628) (Milos Djermanovic) 21d3766 fix: no-unused-vars include caught errors pattern in report message (#18609) (Kirk Waiblinger)
13d0bd3
ab0ff27
70dc803
basePath
282df1a
53b1ff0
a7016a5
4514424
deee448
@eslint/js@9.8.0
4aaf2b3
@eslint/js
8e1a627
@eslint/core
7bd9839
1381394
regex
no-restricted-imports
14e9f81
no-unused-vars
9f416db
c8d26cb
6e79ac7
loadESLint
cwd
793b718
@9
7ed6f9a
7bcda76
51bf57c
6320732
parent
NodeEventGenerator
9e6d640
e2b16e2
8824aa1
ecmaVersion: 2025
1613e2e
21d3766
Sourced from eslint's changelog.
v9.8.0 - July 26, 2024 deee448 chore: upgrade to @eslint/js@9.8.0 (#18720) (Francesco Trotta) 4aaf2b3 chore: package.json update for @eslint/js release (Jenkins) 8e1a627 chore: update dependency @eslint/core to ^0.2.0 (#18700) (renovate[bot]) 13d0bd3 feat: Add and use SourceCode#getLoc/getRange (#18703) (Nicholas C. Zakas) 282df1a docs: Add system theme option (#18617) (Amaresh S M) ab0ff27 fix: Throw error when invalid flags passed (#18705) (Nicholas C. Zakas) 70dc803 fix: basePath directory can never be ignored (#18711) (Milos Djermanovic) 53b1ff0 docs: Debug config docs (#18698) (Nicholas C. Zakas) 4514424 build: Enable JSON linting (#18681) (Nicholas C. Zakas) a7016a5 docs: fix search input stylings (#18682) (Amaresh S M) v9.7.0 - July 12, 2024 793b718 chore: upgrade @eslint/js@9.7.0 (#18680) (Francesco Trotta) 7ed6f9a chore: package.json update for @eslint/js release (Jenkins) 14e9f81 fix: destructuring in catch clause in no-unused-vars (#18636) (Francesco Trotta) 7bcda76 refactor: Add type references (#18652) (Nicholas C. Zakas) 51bf57c chore: add tech sponsors through actions (#18624) (Strek) 9f416db docs: Add Powered by Algolia label to the search. (#18633) (Amaresh S M) 6320732 refactor: don't use parent property in NodeEventGenerator (#18653) (Milos Djermanovic) 7bd9839 feat: add support for es2025 duplicate named capturing groups (#18630) (Yosuke Ota) 1381394 feat: add regex option in no-restricted-imports (#18622) (Nitin Kumar) 9e6d640 refactor: move "Parsing error" prefix adding to Linter (#18650) (Milos Djermanovic) c8d26cb docs: Open JS Foundation -> OpenJS Foundation (#18649) (Milos Djermanovic) 6e79ac7 docs: loadESLint does not support option cwd (#18641) (Francesco Trotta) v9.6.0 - June 28, 2024 b15ee30 chore: upgrade @eslint/js@9.6.0 (#18632) (Milos Djermanovic) d655503 chore: package.json update for @eslint/js release (Jenkins) 1613e2e fix: Allow escaping characters in config patterns on Windows (#18628) (Milos Djermanovic) 13dbecd docs: Limit search to just docs (#18627) (Nicholas C. Zakas) 7c78ad9 refactor: Use language.visitorKeys and check for non-JS SourceCode (#18625) (Nicholas C. Zakas) e2b16e2 feat: Implement feature flags (#18516) (Nicholas C. Zakas) 69ff64e refactor: Return value of applyInlineConfig() (#18623) (Nicholas C. Zakas) 375227f docs: Update getting-started.md - add pnpm to init eslint config (#18599) (Kostiantyn Ochenash)
v9.8.0 - July 26, 2024
v9.7.0 - July 12, 2024
v9.6.0 - June 28, 2024
b15ee30
d655503
13dbecd
7c78ad9
69ff64e
375227f
@dependabot ignore eslint major version
OK, I won't notify you about version 9.x.x of eslint again, unless you unignore it.
Looks like these dependencies are updatable in another way, so this is no longer needed.
Bumps the development-dependencies group with 17 updates in the / directory:
7.24.5
7.24.8
7.24.5
7.24.9
7.24.5
7.25.0
6.1.1
7.0.0
8.57.0
9.8.0
0.44.0
0.45.0
51.0.1
55.0.0
5.0.0
6.0.0
10.3.15
11.0.0
0.121.1
0.126.0
6.0.4
6.1.1
3.1.0
3.1.4
8.4.38
8.4.40
4.17.2
4.19.1
16.5.0
16.7.0
14.1.0
14.2.0
5.31.0
5.31.3
Updates
@babel/cli
from 7.24.5 to 7.24.8Release notes
Sourced from
@babel/cli
's releases.... (truncated)
Changelog
Sourced from
@babel/cli
's changelog.... (truncated)
Commits
1f5af44
v7.24.8683c654
Enable some lint rules (#16605)fc0748a
Update dependencies (#16603)c36fa6a
Update typescript-eslint v8 (#16557)424fc90
Update to TypeScript 5.5 (#16536)bf1e9a3
v7.24.7ec0c62a
fix Babel 8 commander import (#16548)7934963
Usetype: module
in allpackage.json
s (#16535)a21475a
[Babel 8] Bump commander to 12.1.0 (#16517)9630250
v7.24.6Updates
@babel/core
from 7.24.5 to 7.24.9Release notes
Sourced from
@babel/core
's releases.... (truncated)
Changelog
Sourced from
@babel/core
's changelog.... (truncated)
Commits
30aa644
v7.24.97d923b8
Avoidrequire()
call in@babel/standalone
bundle (#16639)889c58f
Revert "Pin CI to Node.js 22.1" (#16633)1f5af44
v7.24.8683c654
Enable some lint rules (#16605)c36fa6a
Update typescript-eslint v8 (#16557)02da3da
[babel 8] RemoveFile.prototype.getModuleName
(#16561)bf1e9a3
v7.24.790fdd7e
Only import types from declared dependencies (#16494)7934963
Usetype: module
in allpackage.json
s (#16535)Updates
@babel/preset-env
from 7.24.5 to 7.25.0Release notes
Sourced from
@babel/preset-env
's releases.... (truncated)
Changelog
Sourced from
@babel/preset-env
's changelog.... (truncated)
Commits
d2e3ee2
v7.25.0d364545
MoveensureFunctionName
toNodePath.prototype
(#16658)814b31e
Introducebugfix-safari-class-field-initializer-scope
(#16569)46284e4
Addduplicate-named-capturing-groups-regex
topreset-env
(#16445)482008c
Simplifyhelper-function-name
logic (#16652)1f5af44
v7.24.80f72c57
Bump compat data sources (#16614)c36fa6a
Update typescript-eslint v8 (#16557)bf1e9a3
v7.24.714a0b08
[helpers TS conversion] async functions/generators (#16510)Updates
babel-plugin-istanbul
from 6.1.1 to 7.0.0Release notes
Sourced from babel-plugin-istanbul's releases.
Changelog
Sourced from babel-plugin-istanbul's changelog.
Commits
37bb294
chore: release 7.0.0 (#297)46bee63
docs: readme: fixed example:fileName
->filename
(#269)643e080
fix!: updateistanbul-lib-instrument
to v6 (#292)8e76919
fix: container is falsy error with block scoping transform (#291)Updates
eslint
from 8.57.0 to 9.8.0Release notes
Sourced from eslint's releases.
... (truncated)
Changelog
Sourced from eslint's changelog.
@dependabot ignore eslint major version
OK, I won't notify you about version 9.x.x of eslint again, unless you unignore it.
Looks like these dependencies are updatable in another way, so this is no longer needed.