paddle-node-sdk
paddle-node-sdk copied to clipboard
build(deps-dev): Bump the npm group across 1 directory with 15 updates
Bumps the npm group with 15 updates in the / directory:
Package | From | To |
---|---|---|
@babel/core | 7.23.0 |
7.25.7 |
@babel/preset-env | 7.22.20 |
7.25.7 |
@babel/preset-typescript | 7.23.0 |
7.25.7 |
@types/jest | 29.5.6 |
29.5.13 |
@types/lodash | 4.14.202 |
4.17.10 |
@types/node | 20.6.0 |
22.7.4 |
@typescript-eslint/eslint-plugin | 6.7.5 |
8.8.0 |
dotenv | 16.3.1 |
16.4.5 |
eslint | 8.51.0 |
9.12.0 |
eslint-config-standard-with-typescript | 39.1.1 |
43.0.1 |
eslint-plugin-import | 2.28.1 |
2.31.0 |
eslint-plugin-n | 16.2.0 |
17.10.3 |
eslint-plugin-promise | 6.1.1 |
7.1.0 |
prettier | 3.0.3 |
3.3.3 |
typescript | 5.2.2 |
5.6.2 |
Updates @babel/core
from 7.23.0 to 7.25.7
Release notes
Sourced from @babel/core
's releases.
v7.25.7 (2024-10-02)
Thanks
@DylanPiercey
and@YuHyeonWook
for your first PRs!:bug: Bug Fix
babel-helper-validator-identifier
babel-traverse
- #16814 fix: issue with node path keys updated on unrelated paths (
@DylanPiercey
)babel-plugin-transform-classes
- #16797 Use an inclusion rather than exclusion list for
super()
check (@nicolo-ribaudo
)babel-generator
- #16788 Fix printing of TS
infer
in compact mode (@nicolo-ribaudo
)- #16785 Print TS type annotations for destructuring in assignment pattern (
@nicolo-ribaudo
)- #16778 Respect
[no LineTerminator here]
after nodes (@nicolo-ribaudo
):nail_care: Polish
babel-types
- #16852 Add deprecated JSDOC for fields (
@liuxingbaoyu
):house: Internal
babel-core
- #16820 Allow sync loading of ESM when
--experimental-require-module
(@nicolo-ribaudo
)babel-helper-compilation-targets
,babel-helper-plugin-utils
,babel-preset-env
babel-plugin-proposal-destructuring-private
,babel-plugin-syntax-decimal
,babel-plugin-syntax-import-reflection
,babel-standalone
- #16809 Archive syntax-import-reflection and syntax-decimal (
@nicolo-ribaudo
)babel-generator
- #16779 Simplify logic for
[no LineTerminator here]
before nodes (@nicolo-ribaudo
):running_woman: Performance
babel-plugin-transform-typescript
- #16875 perf: Avoid extra cloning of namespaces (
@liuxingbaoyu
)babel-types
- #16842 perf: Improve
@babel/types
builders (@liuxingbaoyu
)- #16828 Only access
BABEL_TYPES_8_BREAKING
at startup (@nicolo-ribaudo
)Committers: 8
- Babel Bot (
@babel-bot
)- Dylan Piercey (
@DylanPiercey
)- Huáng Jùnliàng (
@JLHwung
)- Nicolò Ribaudo (
@nicolo-ribaudo
)@liuxingbaoyu
- coderaiser (
@coderaiser
)- fisker Cheung (
@fisker
)- hwook (
@YuHyeonWook
)v7.25.6 (2024-08-29)
Thanks
@j4k0xb
for your first PR!
... (truncated)
Changelog
Sourced from @babel/core
's changelog.
v7.25.7 (2024-10-02)
:bug: Bug Fix
babel-helper-validator-identifier
babel-traverse
- #16814 fix: issue with node path keys updated on unrelated paths (
@DylanPiercey
)babel-plugin-transform-classes
- #16797 Use an inclusion rather than exclusion list for
super()
check (@nicolo-ribaudo
)babel-generator
- #16788 Fix printing of TS
infer
in compact mode (@nicolo-ribaudo
)- #16785 Print TS type annotations for destructuring in assignment pattern (
@nicolo-ribaudo
)- #16778 Respect
[no LineTerminator here]
after nodes (@nicolo-ribaudo
):nail_care: Polish
babel-types
- #16852 Add deprecated JSDOC for fields (
@liuxingbaoyu
):house: Internal
babel-core
- #16820 Allow sync loading of ESM when
--experimental-require-module
(@nicolo-ribaudo
)babel-helper-compilation-targets
,babel-helper-plugin-utils
,babel-preset-env
babel-plugin-proposal-destructuring-private
,babel-plugin-syntax-decimal
,babel-plugin-syntax-import-reflection
,babel-standalone
- #16809 Archive syntax-import-reflection and syntax-decimal (
@nicolo-ribaudo
)babel-generator
- #16779 Simplify logic for
[no LineTerminator here]
before nodes (@nicolo-ribaudo
):running_woman: Performance
babel-plugin-transform-typescript
- #16875 perf: Avoid extra cloning of namespaces (
@liuxingbaoyu
)babel-types
- #16842 perf: Improve
@babel/types
builders (@liuxingbaoyu
)- #16828 Only access
BABEL_TYPES_8_BREAKING
at startup (@nicolo-ribaudo
)v7.25.6 (2024-08-29)
:bug: Bug Fix
babel-generator
- #16783 Properly print inner comments in TS array types (
@nicolo-ribaudo
)- #16775 fix: jsx whitespace is not properly preserved when retainLines (
@liuxingbaoyu
)babel-traverse
- #16727 fix:
path.getAssignmentIdentifiers
may beundefined
(@liuxingbaoyu
)babel-parser
babel-helpers
,babel-plugin-transform-optional-chaining
,babel-runtime-corejs3
- #16769 Only wrap functions in
superPropertyGet
helper (@nicolo-ribaudo
):nail_care: Polish
babel-generator
,babel-plugin-transform-async-to-generator
,babel-plugin-transform-block-scoping
,babel-plugin-transform-class-properties
,babel-plugin-transform-classes
,babel-plugin-transform-duplicate-named-capturing-groups-regex
,babel-plugin-transform-named-capturing-groups-regex
,babel-plugin-transform-react-jsx-development
,babel-plugin-transform-react-jsx
,babel-plugin-transform-react-pure-annotations
,babel-plugin-transform-regenerator
,babel-plugin-transform-runtime
,babel-preset-env
- #16780 Do not enforce printing space between
(
and comments (@nicolo-ribaudo
)
... (truncated)
Commits
2533cfb
v7.25.72ee4982
chore: ImproveloadFullConfig
types (#16872)b2ba04c
Allow sync loading of ESM when--experimental-require-module
(#16820)cd8ffa4
[Babel 8] fix: Throwing exceptions synchronously (#16836)9e14f7d
chore: Enable more lint rules (#16827)7722f23
Updatetypescript
&typescript-eslint
(#16826)69d65f1
[babel 8] Require Node.js^18.20.0 || ^20.17.0 || >=22.8.0
(#16800)dba45d3
IgnoredevDependencies
when generatingtsconfig.json
(#16659)0f8f408
v7.25.26a15d7a
Ensure thatrequeueComputedKeyAndDecorators
is available (#16695)- Additional commits viewable in compare view
Updates @babel/preset-env
from 7.22.20 to 7.25.7
Release notes
Sourced from @babel/preset-env
's releases.
v7.25.7 (2024-10-02)
Thanks
@DylanPiercey
and@YuHyeonWook
for your first PRs!:bug: Bug Fix
babel-helper-validator-identifier
babel-traverse
- #16814 fix: issue with node path keys updated on unrelated paths (
@DylanPiercey
)babel-plugin-transform-classes
- #16797 Use an inclusion rather than exclusion list for
super()
check (@nicolo-ribaudo
)babel-generator
- #16788 Fix printing of TS
infer
in compact mode (@nicolo-ribaudo
)- #16785 Print TS type annotations for destructuring in assignment pattern (
@nicolo-ribaudo
)- #16778 Respect
[no LineTerminator here]
after nodes (@nicolo-ribaudo
):nail_care: Polish
babel-types
- #16852 Add deprecated JSDOC for fields (
@liuxingbaoyu
):house: Internal
babel-core
- #16820 Allow sync loading of ESM when
--experimental-require-module
(@nicolo-ribaudo
)babel-helper-compilation-targets
,babel-helper-plugin-utils
,babel-preset-env
babel-plugin-proposal-destructuring-private
,babel-plugin-syntax-decimal
,babel-plugin-syntax-import-reflection
,babel-standalone
- #16809 Archive syntax-import-reflection and syntax-decimal (
@nicolo-ribaudo
)babel-generator
- #16779 Simplify logic for
[no LineTerminator here]
before nodes (@nicolo-ribaudo
):running_woman: Performance
babel-plugin-transform-typescript
- #16875 perf: Avoid extra cloning of namespaces (
@liuxingbaoyu
)babel-types
- #16842 perf: Improve
@babel/types
builders (@liuxingbaoyu
)- #16828 Only access
BABEL_TYPES_8_BREAKING
at startup (@nicolo-ribaudo
)Committers: 8
- Babel Bot (
@babel-bot
)- Dylan Piercey (
@DylanPiercey
)- Huáng Jùnliàng (
@JLHwung
)- Nicolò Ribaudo (
@nicolo-ribaudo
)@liuxingbaoyu
- coderaiser (
@coderaiser
)- fisker Cheung (
@fisker
)- hwook (
@YuHyeonWook
)v7.25.6 (2024-08-29)
Thanks
@j4k0xb
for your first PR!
... (truncated)
Changelog
Sourced from @babel/preset-env
's changelog.
v7.25.7 (2024-10-02)
:bug: Bug Fix
babel-helper-validator-identifier
babel-traverse
- #16814 fix: issue with node path keys updated on unrelated paths (
@DylanPiercey
)babel-plugin-transform-classes
- #16797 Use an inclusion rather than exclusion list for
super()
check (@nicolo-ribaudo
)babel-generator
- #16788 Fix printing of TS
infer
in compact mode (@nicolo-ribaudo
)- #16785 Print TS type annotations for destructuring in assignment pattern (
@nicolo-ribaudo
)- #16778 Respect
[no LineTerminator here]
after nodes (@nicolo-ribaudo
):nail_care: Polish
babel-types
- #16852 Add deprecated JSDOC for fields (
@liuxingbaoyu
):house: Internal
babel-core
- #16820 Allow sync loading of ESM when
--experimental-require-module
(@nicolo-ribaudo
)babel-helper-compilation-targets
,babel-helper-plugin-utils
,babel-preset-env
babel-plugin-proposal-destructuring-private
,babel-plugin-syntax-decimal
,babel-plugin-syntax-import-reflection
,babel-standalone
- #16809 Archive syntax-import-reflection and syntax-decimal (
@nicolo-ribaudo
)babel-generator
- #16779 Simplify logic for
[no LineTerminator here]
before nodes (@nicolo-ribaudo
):running_woman: Performance
babel-plugin-transform-typescript
- #16875 perf: Avoid extra cloning of namespaces (
@liuxingbaoyu
)babel-types
- #16842 perf: Improve
@babel/types
builders (@liuxingbaoyu
)- #16828 Only access
BABEL_TYPES_8_BREAKING
at startup (@nicolo-ribaudo
)v7.25.6 (2024-08-29)
:bug: Bug Fix
babel-generator
- #16783 Properly print inner comments in TS array types (
@nicolo-ribaudo
)- #16775 fix: jsx whitespace is not properly preserved when retainLines (
@liuxingbaoyu
)babel-traverse
- #16727 fix:
path.getAssignmentIdentifiers
may beundefined
(@liuxingbaoyu
)babel-parser
babel-helpers
,babel-plugin-transform-optional-chaining
,babel-runtime-corejs3
- #16769 Only wrap functions in
superPropertyGet
helper (@nicolo-ribaudo
):nail_care: Polish
babel-generator
,babel-plugin-transform-async-to-generator
,babel-plugin-transform-block-scoping
,babel-plugin-transform-class-properties
,babel-plugin-transform-classes
,babel-plugin-transform-duplicate-named-capturing-groups-regex
,babel-plugin-transform-named-capturing-groups-regex
,babel-plugin-transform-react-jsx-development
,babel-plugin-transform-react-jsx
,babel-plugin-transform-react-pure-annotations
,babel-plugin-transform-regenerator
,babel-plugin-transform-runtime
,babel-preset-env
- #16780 Do not enforce printing space between
(
and comments (@nicolo-ribaudo
)
... (truncated)
Commits
2533cfb
v7.25.7866bc07
Update compat data (#16866)367ab6c
Add browserslist config to external dependency (#16858)343ee2d
Bump compat deps (#16857)4ff9408
Bump regexpu-core to 6 (#16848)368b512
Update compat data (#16846)2ee26be
fix: CI Failure (#16835)69d65f1
[babel 8] Require Node.js^18.20.0 || ^20.17.0 || >=22.8.0
(#16800)341477b
Do not enforce printing space between(
and comments (#16780)cbf124c
v7.25.4- Additional commits viewable in compare view
Updates @babel/preset-typescript
from 7.23.0 to 7.25.7
Release notes
Sourced from @babel/preset-typescript
's releases.
v7.25.7 (2024-10-02)
Thanks
@DylanPiercey
and@YuHyeonWook
for your first PRs!:bug: Bug Fix
babel-helper-validator-identifier
babel-traverse
- #16814 fix: issue with node path keys updated on unrelated paths (
@DylanPiercey
)babel-plugin-transform-classes
- #16797 Use an inclusion rather than exclusion list for
super()
check (@nicolo-ribaudo
)babel-generator
- #16788 Fix printing of TS
infer
in compact mode (@nicolo-ribaudo
)- #16785 Print TS type annotations for destructuring in assignment pattern (
@nicolo-ribaudo
)- #16778 Respect
[no LineTerminator here]
after nodes (@nicolo-ribaudo
):nail_care: Polish
babel-types
- #16852 Add deprecated JSDOC for fields (
@liuxingbaoyu
):house: Internal
babel-core
- #16820 Allow sync loading of ESM when
--experimental-require-module
(@nicolo-ribaudo
)babel-helper-compilation-targets
,babel-helper-plugin-utils
,babel-preset-env
babel-plugin-proposal-destructuring-private
,babel-plugin-syntax-decimal
,babel-plugin-syntax-import-reflection
,babel-standalone
- #16809 Archive syntax-import-reflection and syntax-decimal (
@nicolo-ribaudo
)babel-generator
- #16779 Simplify logic for
[no LineTerminator here]
before nodes (@nicolo-ribaudo
):running_woman: Performance
babel-plugin-transform-typescript
- #16875 perf: Avoid extra cloning of namespaces (
@liuxingbaoyu
)babel-types
- #16842 perf: Improve
@babel/types
builders (@liuxingbaoyu
)- #16828 Only access
BABEL_TYPES_8_BREAKING
at startup (@nicolo-ribaudo
)Committers: 8
- Babel Bot (
@babel-bot
)- Dylan Piercey (
@DylanPiercey
)- Huáng Jùnliàng (
@JLHwung
)- Nicolò Ribaudo (
@nicolo-ribaudo
)@liuxingbaoyu
- coderaiser (
@coderaiser
)- fisker Cheung (
@fisker
)- hwook (
@YuHyeonWook
)v7.25.6 (2024-08-29)
Thanks
@j4k0xb
for your first PR!
... (truncated)
Changelog
Sourced from @babel/preset-typescript
's changelog.
v7.25.7 (2024-10-02)
:bug: Bug Fix
babel-helper-validator-identifier
babel-traverse
- #16814 fix: issue with node path keys updated on unrelated paths (
@DylanPiercey
)babel-plugin-transform-classes
- #16797 Use an inclusion rather than exclusion list for
super()
check (@nicolo-ribaudo
)babel-generator
- #16788 Fix printing of TS
infer
in compact mode (@nicolo-ribaudo
)- #16785 Print TS type annotations for destructuring in assignment pattern (
@nicolo-ribaudo
)- #16778 Respect
[no LineTerminator here]
after nodes (@nicolo-ribaudo
):nail_care: Polish
babel-types
- #16852 Add deprecated JSDOC for fields (
@liuxingbaoyu
):house: Internal
babel-core
- #16820 Allow sync loading of ESM when
--experimental-require-module
(@nicolo-ribaudo
)babel-helper-compilation-targets
,babel-helper-plugin-utils
,babel-preset-env
babel-plugin-proposal-destructuring-private
,babel-plugin-syntax-decimal
,babel-plugin-syntax-import-reflection
,babel-standalone
- #16809 Archive syntax-import-reflection and syntax-decimal (
@nicolo-ribaudo
)babel-generator
- #16779 Simplify logic for
[no LineTerminator here]
before nodes (@nicolo-ribaudo
):running_woman: Performance
babel-plugin-transform-typescript
- #16875 perf: Avoid extra cloning of namespaces (
@liuxingbaoyu
)babel-types
- #16842 perf: Improve
@babel/types
builders (@liuxingbaoyu
)- #16828 Only access
BABEL_TYPES_8_BREAKING
at startup (@nicolo-ribaudo
)v7.25.6 (2024-08-29)
:bug: Bug Fix
babel-generator
- #16783 Properly print inner comments in TS array types (
@nicolo-ribaudo
)- #16775 fix: jsx whitespace is not properly preserved when retainLines (
@liuxingbaoyu
)babel-traverse
- #16727 fix:
path.getAssignmentIdentifiers
may beundefined
(@liuxingbaoyu
)babel-parser
babel-helpers
,babel-plugin-transform-optional-chaining
,babel-runtime-corejs3
- #16769 Only wrap functions in
superPropertyGet
helper (@nicolo-ribaudo
):nail_care: Polish
babel-generator
,babel-plugin-transform-async-to-generator
,babel-plugin-transform-block-scoping
,babel-plugin-transform-class-properties
,babel-plugin-transform-classes
,babel-plugin-transform-duplicate-named-capturing-groups-regex
,babel-plugin-transform-named-capturing-groups-regex
,babel-plugin-transform-react-jsx-development
,babel-plugin-transform-react-jsx
,babel-plugin-transform-react-pure-annotations
,babel-plugin-transform-regenerator
,babel-plugin-transform-runtime
,babel-preset-env
- #16780 Do not enforce printing space between
(
and comments (@nicolo-ribaudo
)
... (truncated)
Commits
2533cfb
v7.25.760b9670
[Babel 8] Removeenums
option of flow plugin (#16792)69d65f1
[babel 8] Require Node.js^18.20.0 || ^20.17.0 || >=22.8.0
(#16800)b7dcfdd
Simplify test fixtures (#16793)dba45d3
IgnoredevDependencies
when generatingtsconfig.json
(#16659)bf1e9a3
v7.24.790fdd7e
Only import types from declared dependencies (#16494)7934963
Usetype: module
in allpackage.json
s (#16535)9630250
v7.24.66e3539b
[babel 8] Publish.d.ts
files for every package (#16416)- Additional commits viewable in compare view
Updates @types/jest
from 29.5.6 to 29.5.13
Commits
- See full diff in compare view
Updates @types/lodash
from 4.14.202 to 4.17.10
Commits
- See full diff in compare view
Updates @types/node
from 20.6.0 to 22.7.4
Commits
- See full diff in compare view
Updates @typescript-eslint/eslint-plugin
from 6.7.5 to 8.8.0
Release notes
Sourced from @typescript-eslint/eslint-plugin
's releases.
v8.8.0
8.8.0 (2024-09-30)
🚀 Features
- eslint-plugin: [no-unnecessary-condition] add checkTypePredicates (#10009)
- eslint-plugin: [await-thenable] check for-await loop iteree (#10008)
🩹 Fixes
- remove
export type *
in d.ts to support TS<5.0 (#10070)- eslint-plugin: [no-unnecessary-template-expression] should underline template syntax with squiggly lines (#10044)
- eslint-plugin: [no-deprecated] max callstack exceeded when class implements itself (#10040)
- eslint-plugin: [no-misused-promises] check contextual type (#10042)
- eslint-plugin: [prefer-literal-enum-member] allow nested bitwise operations (#10037)
- type-utils: check for type parameters on
isBuiltinSymbolLikeRecurser()
(#10026)- utils: update missing type information message (#10043)
❤️ Thank You
- auvred
@auvred
- Josh Goldberg ✨
- Kirk Waiblinger
@kirkwaiblinger
- Ronen Amiel
- Tarun Chauhan
@tarunrajput
- YeonJuan
@yeonjuan
You can read about our versioning strategy and releases on our website.
v8.7.0
8.7.0 (2024-09-23)
🚀 Features
- eslint-plugin: [no-unsafe-call] check calls of Function (#10010)
- eslint-plugin: [consistent-type-exports] check
export *
exports to see if all exported members are types (#10006)🩹 Fixes
- eslint-plugin: properly coerce all types to string in
getStaticMemberAccessValue
(#10004)- eslint-plugin: [no-deprecated] report on imported deprecated variables (#9987)
- eslint-plugin: [no-confusing-non-null-assertion] check !in and !instanceof (#9994)
- types: add
NewExpression
as a parent ofSpreadElement
(#10024)- utils: add missing entries to the RuleListener selectors list (#9992)
❤️ Thank You
- Abraham Guo
... (truncated)
Changelog
Sourced from @typescript-eslint/eslint-plugin
's changelog.
8.8.0 (2024-09-30)
🚀 Features
eslint-plugin: [no-unnecessary-condition] add checkTypePredicates
eslint-plugin: [return-await] check for-await loop iteree
🩹 Fixes
remove
export type *
in d.ts to support TS<5.0eslint-plugin: [no-unnecessary-template-expression] should underline template syntax with squiggly lines
type-utils: check for type parameters on
isBuiltinSymbolLikeRecurser()
eslint-plugin: [no-deprecated] max callstack exceeded when class implements itself
eslint-plugin: [no-misused-promises] check contextual type
eslint-plugin: [prefer-literal-enum-member] allow nested bitwise operations
❤️ Thank You
- auvred
- Josh Goldberg ✨
- Kirk Waiblinger
- Ronen Amiel
- Tarun Chauhan
- YeonJuan
You can read about our versioning strategy and releases on our website.
8.7.0 (2024-09-23)
🚀 Features
eslint-plugin: [no-unsafe-call] check calls of Function
eslint-plugin: [consistent-type-exports] check
export *
exports to see if all exported members are types🩹 Fixes
- eslint-plugin: properly coerce all types to string in
getStaticMemberAccessValue
... (truncated)
Commits
2055cfb
chore(release): publish 8.8.0b121bd9
feat(eslint-plugin): [return-await] check for-await loop iteree (#10008)9028d9d
docs: [no-unsafe-enum-comparison] clarify motivation and applicability (#10029)977e0a1
fix(eslint-plugin): [prefer-literal-enum-member] allow nested bitwise operati...6ce66b5
fix: removeexport type *
in d.ts to support TS<5.0 (#10070)a916ff2
feat(eslint-plugin): [no-unnecessary-condition] add checkTypePredicates (#10009)b36d524
fix(eslint-plugin): [no-misused-promises] check contextual type (#10042)7a216fe
fix(eslint-plugin): [no-deprecated] max callstack exceeded when class impleme...94c5484
fix(type-utils): check for type parameters onisBuiltinSymbolLikeRecurser()
...ced951b
docs: [prefer-literal-enum-member] fix bad examples (#10035)- Additional commits viewable in compare view
Updates dotenv
from 16.3.1 to 16.4.5
Changelog
Sourced from dotenv's changelog.
16.4.5 (2024-02-19)
Changed
- 🐞 fix recent regression when using
path
option. return to historical behavior: do not attempt to auto find.env
ifpath
set. (regression was introduced in16.4.3
) #81416.4.4 (2024-02-13)
Changed
- 🐞 Replaced chaining operator
?.
with old school&&
(fixing node 12 failures) #81216.4.3 (2024-02-12)
Changed
- Fixed processing of multiple files in
options.path
#80516.4.2 (2024-02-10)
Changed
- Changed funding link in package.json to
dotenvx.com
16.4.1 (2024-01-24)
- Patch support for array as
path
option #79716.4.0 (2024-01-23)
- Add
error.code
to error messages around.env.vault
decryption handling #795- Add ability to find
.env.vault
file when filename(s) passed as an array #78416.3.2 (2024-01-18)
Added
- Add debug message when no encoding set #735
Changed
Commits
9f3e833
16.4.56924177
Merge pull request #814 from motdotla/dont-check-existance3533420
changelog 🪵249e5a6
adjust logic to support tests87fd887
do not check if exists1146910
rename .env-multiline to .env.multilined03e397
16.4.43275a0a
changelog 🪵f40a8c3
Merge pull request #812 from motdotla/patch-121dc22d3
replace 14 chaining operator- Additional commits viewable in compare view
Updates eslint
from 8.51.0 to 9.12.0
Release notes
Sourced from eslint's releases.
v9.12.0
Features
5a6a053
feat: update tojiti
v2 (#18954) (Arya Emami)17a07fb
feat: Hooks for test cases (RuleTester) (#18771) (Anna Bocharova)2ff0e51
feat: Implement alternate config lookup (#18742) (Nicholas C. Zakas)2d17453
feat: Implement modified cyclomatic complexity (#18896) (Dmitry Pashkevich)Bug Fixes
ea380ca
fix: Upgrade retry to avoid EMFILE errors (#18986) (Nicholas C. Zakas)fdd6319
fix: Issues with type definitions (#18940) (Arya Emami)Documentation
ecbd522
docs: Mention code explorer (#18978) (Nicholas C. Zakas)7ea4ecc
docs: Clarifying the Use of Meta Objects (#18697) (Amaresh S M)d3e4b2e
docs: Clarify how to exclude.js
files (#18976) (Milos Djermanovic)57232ff
docs: Mention plugin-kit in language docs (#18973) (Nicholas C. Zakas)b80ed00
docs: Update README (GitHub Actions Bot)cb69ab3
docs: Update README (GitHub Actions Bot)7fb0d95
docs: Update README (GitHub Actions Bot)493348a
docs: Update README (GitHub Actions Bot)87a582c
docs: fix typo inid-match
rule (#18944) (Jay)Chores
555aafd
chore: upgrade to@eslint/[email protected]
(#18987) (Francesco Trotta)873ae60
chore: package.json update for@eslint/js
release (Jenkins)d0a5414
refactor: replace strip-ansi with native module (#18982) (Cristopher)b827029
chore: Enable JSON5 linting (#18979Description has been truncated