Closed dependabot[bot] closed 8 months ago
Bumps the dependencies group with 19 updates:
6.0.3
6.0.4
5.1.0
6.0.1
9.1.5
9.2.1
8.1.3
9.0.3
5.0.1
6.0.2
12.4.0
12.6.0
16.4.1
16.4.5
21.6.1
21.6.2
7.0.3
8.10.133
8.10.134
29.5.11
29.5.12
20.11.15
20.11.24
1.1.11
1.1.12
6.20.0
7.1.0
8.56.0
8.57.0
27.6.3
27.9.0
9.0.9
9.0.11
3.2.4
3.2.5
Updates @octokit/auth-app from 6.0.3 to 6.0.4
@octokit/auth-app
Sourced from @octokit/auth-app's releases.
@octokit/auth-app
v6.0.4 6.0.4 (2024-02-23) Bug Fixes README: usage example (#579) (61d61c2)
61d61c2
fb0624e
e167700
0c15ee7
c97c234
f063a5e
94a8663
bddd8ab
9733c31
151f063
Updates @octokit/core from 5.1.0 to 6.0.1
@octokit/core
Sourced from @octokit/core's releases.
@octokit/core
v6.0.1 6.0.1 (2024-02-26) Bug Fixes pkg: add main entry point (#662) (42148fc) v6.0.0 6.0.0 (2024-02-25) Features package is now ESM (#661) (77f8a61) BREAKING CHANGES package is now ESM v6.0.0-beta.5 6.0.0-beta.5 (2024-02-25) Bug Fixes empty commit to trigger release (4ce6c63) v6.0.0-beta.4 6.0.0-beta.4 (2024-02-25) Bug Fixes build: correct path (6a4ce19) v6.0.0-beta.3 6.0.0-beta.3 (2024-02-25) Bug Fixes build: adapt for ESM (1509917) v6.0.0-beta.2 6.0.0-beta.2 (2024-02-25) Bug Fixes
... (truncated)
42148fc
88d3536
@octokit/auth-oauth-app
77f8a61
0cf80ff
3e5340c
e011c55
9af0f8d
Updates @octokit/plugin-paginate-rest from 9.1.5 to 9.2.1
@octokit/plugin-paginate-rest
Sourced from @octokit/plugin-paginate-rest's releases.
@octokit/plugin-paginate-rest
v9.2.1 9.2.1 (2024-03-01) Bug Fixes pkg: pin @octokit/core peerDependency to v5 (#599) (5b84386) v9.2.0 9.2.0 (2024-02-22) Features new /orgs/{org}/organization-roles/{role_id}/teams and /orgs/{org}/organization-roles/{role_id}/users endpoints (#594) (75aeaaf)
/orgs/{org}/organization-roles/{role_id}/teams
/orgs/{org}/organization-roles/{role_id}/users
5b84386
fa01f94
75aeaaf
54d6bcf
1bfa2f8
eb4a8fe
11ef779
2b6cc98
d7c9de5
593f68d
Updates @octokit/plugin-throttling from 8.1.3 to 9.0.3
@octokit/plugin-throttling
Sourced from @octokit/plugin-throttling's releases.
@octokit/plugin-throttling
v9.0.3 9.0.3 (2024-03-01) Bug Fixes pkg: add main field (#678) (f151af4) v9.0.2 9.0.2 (2024-02-27) Bug Fixes README: update examples for ESM (#679) (0551690) v9.0.1 9.0.1 (2024-02-26) Bug Fixes add missing file extension on bottleneck import (#676) (1c64559) v9.0.0 9.0.0 (2024-02-25) Features package is now ESM (#675) (4986fb0) BREAKING CHANGES package is now ESM v8.2.0 8.2.0 (2024-02-22) Features new endpoints (#674) (0404bc6)
main
f151af4
0551690
dbc2d38
1c64559
4986fb0
0404bc6
5f90bc4
a770925
8a8eac6
06a3935
Updates @octokit/request-error from 5.0.1 to 6.0.2
@octokit/request-error
Sourced from @octokit/request-error's releases.
@octokit/request-error
v6.0.2 6.0.2 (2024-02-27) Bug Fixes add main entry point (#406) (4e55235), closes octokit/core.js#662 v6.0.1 6.0.1 (2024-02-23) Bug Fixes build: remove NodeJS/Browser specific builds (#404) (479d0b4) v6.0.0 6.0.0 (2024-02-23) Features v6 (#401) (d73dee6) BREAKING CHANGES remove code and headers properties that were previously deprecated switch package to ESM instead of CommonJS v6.0.0-beta.5 6.0.0-beta.5 (2024-02-17) Bug Fixes deps: remove now-unused dependencies (790e189) v6.0.0-beta.4 6.0.0-beta.4 (2024-02-17) Bug Fixes types: response can be undefined (b44e6d1) v6.0.0-beta.3 6.0.0-beta.3 (2024-02-17)
code
headers
4e55235
f11e7f1
479d0b4
db5708e
d73dee6
d15db41
97b068c
82c5bf3
cf7d3e9
2fde445
Updates @octokit/types from 12.4.0 to 12.6.0
@octokit/types
Sourced from @octokit/types's releases.
@octokit/types
v12.6.0 12.6.0 (2024-02-22) Features many new endpoints (#618) (b2d7de9) v12.5.0 12.5.0 (2024-02-15) Features add x-accepted-github-permissions (#609) (bc28bdc)
b2d7de9
bc28bdc
fa1e25b
349bf94
47eb4d0
7e554cd
40bc39f
dbc66ec
Updates dotenv from 16.4.1 to 16.4.5
dotenv
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 if path set. (regression was introduced in 16.4.3) #814 16.4.4 (2024-02-13) Changed 🐞 Replaced chaining operator ?. with old school && (fixing node 12 failures) #812 16.4.3 (2024-02-12) Changed Fixed processing of multiple files in options.path #805 16.4.2 (2024-02-10) Changed Changed funding link in package.json to dotenvx.com
path
.env
16.4.3
?.
&&
options.path
dotenvx.com
9f3e833
6924177
3533420
249e5a6
87fd887
1146910
d03e397
3275a0a
f40a8c3
1dc22d3
Updates node from 21.6.1 to 21.6.2
node
Updates @octokit/plugin-retry from 6.0.1 to 7.0.3
@octokit/plugin-retry
Sourced from @octokit/plugin-retry's releases.
@octokit/plugin-retry
v7.0.3 7.0.3 (2024-03-01) Bug Fixes deps: update dependency @octokit/request-error to v6 (#514) (598caa4) v7.0.2 7.0.2 (2024-02-27) Bug Fixes pkg: add main entry point (#523) (cec2053), closes octokit/core.js#662 v7.0.1 7.0.1 (2024-02-26) Bug Fixes add missing file extension on bottleneck import (#520) (0383322) v7.0.0 7.0.0 (2024-02-25) Features package is now ESM (#517) (99b03ed) BREAKING CHANGES package is now ESM
598caa4
70e3e82
cec2053
778cece
0383322
60e9ac2
99b03ed
b61a5d5
cdbf73b
5c124ad
Updates @types/aws-lambda from 8.10.133 to 8.10.134
@types/aws-lambda
Updates @types/jest from 29.5.11 to 29.5.12
@types/jest
Updates @types/node from 20.11.15 to 20.11.24
@types/node
Updates @types/randomstring from 1.1.11 to 1.1.12
@types/randomstring
Updates @typescript-eslint/eslint-plugin from 6.20.0 to 7.1.0
@typescript-eslint/eslint-plugin
Sourced from @typescript-eslint/eslint-plugin's releases.
@typescript-eslint/eslint-plugin
v7.1.0 7.1.0 (2024-02-26) 🚀 Features eslint-plugin: add *-type-checked-only configs (#8367) eslint-plugin: [naming-convention] support the auto-accessor syntax (#8084) eslint-plugin: [consistent-return] add new rule (#8289) typescript-estree: add debug logs for useProgramFromProjectService (#8426) 🩹 Fixes eslint-plugin: [prefer-optional-chan] allow typeof for avoiding reference error (#8472) eslint-plugin: [no-misused-promises] improve check union types (#8534) eslint-plugin: [no-use-before-define] fix false positive type reference in as, satisfies (#8474) typescript-estree: use simpler absolutify behavior for project service client file paths (#8520) ❤️ Thank You Arka Pratim Chaudhuri @arka1002 Josh Goldberg ✨ YeonJuan @yeonjuan You can read about our versioning strategy and releases on our website. v7.0.2 7.0.2 (2024-02-19) 🩹 Fixes fix tsconfig-less check errors, fix @types/eslint incompatibilities, add tests (#8460) utils: use mergeable interface for settings property (#8485) ❤️ Thank You Brad Zacher @bradzacher Gareth Jones @G-Rath You can read about our versioning strategy and releases on our website. v7.0.1 7.0.1 (2024-02-12) 🩹 Fixes eslint-plugin: update peer dep for parser (#8441)
@arka1002
@yeonjuan
You can read about our versioning strategy and releases on our website.
@types/eslint
settings
@bradzacher
@G-Rath
Sourced from @typescript-eslint/eslint-plugin's changelog.
7.1.0 (2024-02-26) 🚀 Features eslint-plugin: add *-type-checked-only configs eslint-plugin: [naming-convention] support the auto-accessor syntax eslint-plugin: [consistent-return] add new rule 🩹 Fixes eslint-plugin: [prefer-optional-chan] allow typeof for avoiding reference error eslint-plugin: [no-misused-promises] improve check union types eslint-plugin: [no-use-before-define] fix false positive type reference in as, satisfies ❤️ Thank You Arka Pratim Chaudhuri Josh Goldberg ✨ YeonJuan You can read about our versioning strategy and releases on our website. 7.0.2 (2024-02-19) 🩹 Fixes fix tsconfig-less check errors, fix @types/eslint incompatibilities, add tests ❤️ Thank You Brad Zacher Gareth Jones You can read about our versioning strategy and releases on our website. 7.0.1 (2024-02-12) 🩹 Fixes eslint-plugin: update peer dep for parser
eslint-plugin: add *-type-checked-only configs
eslint-plugin: [naming-convention] support the auto-accessor syntax
eslint-plugin: [consistent-return] add new rule
eslint-plugin: [prefer-optional-chan] allow typeof for avoiding reference error
eslint-plugin: [no-misused-promises] improve check union types
eslint-plugin: [no-use-before-define] fix false positive type reference in as, satisfies
4bc6944
1807d55
f2f57de
fa67955
60c1cd3
1458920
c1441c8
e7ec6f0
46cef96
f7198db
Updates @typescript-eslint/parser from 6.20.0 to 7.1.0
@typescript-eslint/parser
Sourced from @typescript-eslint/parser's releases.
@typescript-eslint/parser
Sourced from @typescript-eslint/parser's changelog.
7.1.0 (2024-02-26) This was a version bump only for parser to align it with other projects, there were no code changes. You can read about our versioning strategy and releases on our website. 7.0.2 (2024-02-19) 🩹 Fixes fix tsconfig-less check errors, fix @types/eslint incompatibilities, add tests ❤️ Thank You Brad Zacher Gareth Jones You can read about our versioning strategy and releases on our website. 7.0.1 (2024-02-12) This was a version bump only for parser to align it with other projects, there were no code changes. You can read about our versioning strategy and releases on our website. 7.0.0 (2024-02-12) 🚀 Features ⚠️ bump ESLint, NodeJS, and TS minimum version requirements add support for flat configs ⚠️ Breaking Changes ⚠️ bump ESLint, NodeJS, and TS minimum version requirements ❤️ Thank You Brad Zacher Kirk Waiblinger StyleShit YeonJuan You can read about our versioning strategy and releases on our website.
This was a version bump only for parser to align it with other projects, there were no code changes.
⚠️ bump ESLint, NodeJS, and TS minimum version requirements
add support for flat configs
677e7cc
4f3215f
b27de99
1aa393c
8ef5f4b
1200b4c
584db29
289ee88
aa5edf7
Updates eslint from 8.56.0 to 8.57.0
eslint
Sourced from eslint's releases.
v8.57.0 Features 1120b9b feat: Add loadESLint() API method for v8 (#18098) (Nicholas C. Zakas) dca7d0f feat: Enable eslint.config.mjs and eslint.config.cjs (#18066) (Nitin Kumar) Bug Fixes 2196d97 fix: handle absolute file paths in FlatRuleTester (#18064) (Nitin Kumar) 69dd1d1 fix: Ensure config keys are printed for config errors (#18067) (Nitin Kumar) 9852a31 fix: deep merge behavior in flat config (#18065) (Nitin Kumar) 4c7e9b0 fix: allow circular references in config (#18056) (Milos Djermanovic) Documentation 84922d0 docs: Show prerelease version in dropdown (#18139) (Nicholas C. Zakas) 5b8c363 docs: Switch to Ethical Ads (#18117) (Milos Djermanovic) 77dbfd9 docs: show NEXT in version selectors (#18052) (Milos Djermanovic) Chores 1813aec chore: upgrade @eslint/js@8.57.0 (#18143) (Milos Djermanovic) 5c356bb chore: package.json update for @eslint/js release (Jenkins) f4a1fe2 test: add more tests for ignoring files and directories (#18068) (Nitin Kumar) 42c0aef ci: Enable CI for v8.x branch (#18047) (Milos Djermanovic)
1120b9b
dca7d0f
eslint.config.mjs
eslint.config.cjs
2196d97
FlatRuleTester
69dd1d1
9852a31
4c7e9b0
84922d0
5b8c363
77dbfd9
1813aec
@eslint/js
@8
5c356bb
f4a1fe2
42c0aef
v8.x
Sourced from eslint's changelog.
v8.57.0 - February 23, 2024 1813aec chore: upgrade @eslint/js@8.57.0 (#18143) (Milos Djermanovic) 5c356bb chore: package.json update for @eslint/js release (Jenkins) 84922d0 docs: Show prerelease version in dropdown (#18139) (Nicholas C. Zakas) 1120b9b feat: Add loadESLint() API method for v8 (#18098) (Nicholas C. Zakas) 5b8c363 docs: Switch to Ethical Ads (#18117) (Milos Djermanovic) 2196d97 fix: handle absolute file paths in FlatRuleTester (#18064) (Nitin Kumar) f4a1fe2 test: add more tests for ignoring files and directories (#18068) (Nitin Kumar) 69dd1d1 fix: Ensure config keys are printed for config errors (#18067) (Nitin Kumar) 9852a31 fix: deep merge behavior in flat config (#18065) (Nitin Kumar) dca7d0f feat: Enable eslint.config.mjs and eslint.config.cjs (#18066) (Nitin Kumar) 4c7e9b0 fix: allow circular references in config (#18056) (Milos Djermanovic) 77dbfd9 docs: show NEXT in version selectors (#18052) (Milos Djermanovic) 42c0aef ci: Enable CI for v8.x branch (#18047) (Milos Djermanovic) v9.0.0-beta.0 - February 9, 2024 e40d1d7 chore: upgrade @eslint/js@9.0.0-beta.0 (#18108) (Milos Djermanovic) 9870f93 chore: package.json update for @eslint/js release (Jenkins) 2c62e79 chore: upgrade @eslint/eslintrc@3.0.1 (#18107) (Milos Djermanovic) 81f0294 chore: upgrade espree@10.0.1 (#18106) (Milos Djermanovic) 5e2b292 chore: upgrade eslint-visitor-keys@4.0.0 (#18105) (Milos Djermanovic) 9163646 feat!: Rule Tester checks for missing placeholder data in the message (#18073) (fnx) 53f0f47 feat: Add loadESLint() API method for v9 (#18097) (Nicholas C. Zakas) f1c7e6f docs: Switch to Ethical Ads (#18090) (Strek) 15c143f docs: JS Foundation -> OpenJS Foundation in PR template (#18092) (Nicholas C. Zakas) c4d26fd fix: use-isnan doesn't report on SequenceExpressions (#18059) (StyleShit) 6ea339e docs: add stricter rule test validations to v9 migration guide (#18085) (Milos Djermanovic) ce838ad chore: replace dependency npm-run-all with npm-run-all2 ^5.0.0 (#18045) (renovate[bot]) 3c816f1 docs: use relative link from CLI to core concepts (#18083) (Milos Djermanovic) 54df731 chore: update dependency markdownlint-cli to ^0.39.0 (#18084) (renovate[bot]) 9458735 docs: fix malformed eslint config comments in rule examples (#18078) (Francesco Trotta) 07a1ada docs: link from --fix CLI doc to the relevant core concept (#18080) (Bryan Mishkin) 8f06a60 chore: update dependency shelljs to ^0.8.5 (#18079) (Francesco Trotta) b844324 docs: Update team responsibilities (#18048) (Nicholas C. Zakas) aadfb60 docs: document languageOptions and other v9 changes for context (#18074) (fnx) 3c4d51d feat!: default for enforceForClassMembers in no-useless-computed-key (#18054) (Francesco Trotta) 47e60f8 feat!: Stricter rule test validations ( dependabot[bot] commented 8 months ago Looks like these dependencies are updatable in another way, so this is no longer needed.
v8.57.0 - February 23, 2024
v9.0.0-beta.0 - February 9, 2024
e40d1d7
@9
9870f93
2c62e79
@eslint/eslintrc
@3
81f0294
5e2b292
9163646
53f0f47
f1c7e6f
15c143f
c4d26fd
use-isnan
SequenceExpression
6ea339e
ce838ad
3c816f1
54df731
9458735
07a1ada
--fix
8f06a60
b844324
aadfb60
3c4d51d
enforceForClassMembers
no-useless-computed-key
47e60f8
Looks like these dependencies are updatable in another way, so this is no longer needed.
Bumps the dependencies group with 19 updates:
6.0.3
6.0.4
5.1.0
6.0.1
9.1.5
9.2.1
8.1.3
9.0.3
5.0.1
6.0.2
12.4.0
12.6.0
16.4.1
16.4.5
21.6.1
21.6.2
6.0.1
7.0.3
8.10.133
8.10.134
29.5.11
29.5.12
20.11.15
20.11.24
1.1.11
1.1.12
6.20.0
7.1.0
6.20.0
7.1.0
8.56.0
8.57.0
27.6.3
27.9.0
9.0.9
9.0.11
3.2.4
3.2.5
Updates
@octokit/auth-app
from 6.0.3 to 6.0.4Release notes
Sourced from
@octokit/auth-app
's releases.Commits
61d61c2
fix(README): usage example (#579)fb0624e
maint: fix some spelling errors (#576)e167700
build(deps): lock file maintenance (#577)0c15ee7
build(deps): lock file maintenance (#574)c97c234
build(deps): lock file maintenancef063a5e
chore(deps): update dependency prettier to v3.2.5 (#572)94a8663
build(deps): lock file maintenance (#571)bddd8ab
chore(deps): update dependency esbuild to ^0.20.09733c31
ci(action): update peter-evans/create-or-update-comment action to v4151f063
chore(deps): update dependency prettier to v3.2.4 (#567)Updates
@octokit/core
from 5.1.0 to 6.0.1Release notes
Sourced from
@octokit/core
's releases.... (truncated)
Commits
42148fc
fix(pkg): add main entry point (#662)88d3536
chore(deps): update dependency@octokit/auth-oauth-app
to v8 (#660)77f8a61
feat: package is now ESM (#661)0cf80ff
chore(deps): update dependency undici to v6.6.1 [security] (#659)3e5340c
chore(deps): update dependency prettier to v3.2.5e011c55
chore(deps): update dependency esbuild to ^0.20.09af0f8d
ci(action): update peter-evans/create-or-update-comment action to v4Updates
@octokit/plugin-paginate-rest
from 9.1.5 to 9.2.1Release notes
Sourced from
@octokit/plugin-paginate-rest
's releases.Commits
5b84386
fix(pkg): pin@octokit/core
peerDependency to v5 (#599)fa01f94
ci(action): update actions/add-to-project action to v0.6.0 (#598)75aeaaf
feat: new/orgs/{org}/organization-roles/{role_id}/teams
and `/orgs/{org}/o...54d6bcf
chore(deps): update dependency prettier to v3.2.51bfa2f8
chore(deps): update dependency npm-run-all2 to v6eb4a8fe
chore(deps): replace dependency npm-run-all with npm-run-all2 ^5.0.011ef779
chore(deps): update dependency esbuild to ^0.20.02b6cc98
ci(action): update peter-evans/create-or-update-comment action to v4d7c9de5
chore(deps): update dependency prettier to v3.2.4 (#588)593f68d
chore(deps): update dependency prettier to v3.2.2Updates
@octokit/plugin-throttling
from 8.1.3 to 9.0.3Release notes
Sourced from
@octokit/plugin-throttling
's releases.Commits
f151af4
fix(pkg): addmain
field (#678)0551690
fix(README): update examples for ESM (#679)dbc2d38
build(deps): lock file maintenance (#680)1c64559
fix: add missing file extension on bottleneck import (#676)4986fb0
feat: package is now ESM (#675)0404bc6
feat: new endpoints (#674)5f90bc4
build(deps): lock file maintenance (#673)a770925
chore: fix spelling errors (#672)8a8eac6
build(deps): lock file maintenance06a3935
build(deps): lock file maintenance (#669)Updates
@octokit/request-error
from 5.0.1 to 6.0.2Release notes
Sourced from
@octokit/request-error
's releases.... (truncated)
Commits
4e55235
fix: addmain
entry point (#406)f11e7f1
ci(action): update actions/add-to-project action to v0.6.0479d0b4
fix(build): remove NodeJS/Browser specific builds (#404)db5708e
docs(README): replace CJS with ESM import (#403)d73dee6
feat: v6 (#401)d15db41
build(deps): lock file maintenance97b068c
build(deps): lock file maintenance82c5bf3
build(deps): lock file maintenancecf7d3e9
chore(deps): update dependency prettier to v3.2.52fde445
build(deps): lock file maintenanceUpdates
@octokit/types
from 12.4.0 to 12.6.0Release notes
Sourced from
@octokit/types
's releases.Commits
b2d7de9
feat: many new endpoints (#618)bc28bdc
feat: add x-accepted-github-permissions (#609)fa1e25b
chore(deps): update dependency npm-run-all2 to v6349bf94
chore(deps): replace dependency npm-run-all with npm-run-all2 ^5.0.047eb4d0
ci(action): update peter-evans/create-or-update-comment action to v47e554cd
chore(deps): update dependency semantic-release to v2340bc39f
ci(action): update github/codeql-action action to v3dbc66ec
🚧 Workflows have changed (#600)Updates
dotenv
from 16.4.1 to 16.4.5Changelog
Sourced from dotenv's changelog.
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 operatorUpdates
node
from 21.6.1 to 21.6.2Commits
Updates
@octokit/plugin-retry
from 6.0.1 to 7.0.3Release notes
Sourced from
@octokit/plugin-retry
's releases.Commits
598caa4
fix(deps): update dependency@octokit/request-error
to v6 (#514)70e3e82
build(deps): lock file maintenance (#524)cec2053
fix(pkg): addmain
entry point (#523)778cece
ci(action): update actions/add-to-project action to v0.6.00383322
fix: add missing file extension on bottleneck import (#520)60e9ac2
ci(release): remove old script (#518)99b03ed
feat: package is now ESM (#517)b61a5d5
build(deps): lock file maintenance (#516)cdbf73b
maint: fix spelling errors (#515)5c124ad
build(deps): lock file maintenanceUpdates
@types/aws-lambda
from 8.10.133 to 8.10.134Commits
Updates
@types/jest
from 29.5.11 to 29.5.12Commits
Updates
@types/node
from 20.11.15 to 20.11.24Commits
Updates
@types/randomstring
from 1.1.11 to 1.1.12Commits
Updates
@typescript-eslint/eslint-plugin
from 6.20.0 to 7.1.0Release notes
Sourced from
@typescript-eslint/eslint-plugin
's releases.... (truncated)
Changelog
Sourced from
@typescript-eslint/eslint-plugin
's changelog.... (truncated)
Commits
4bc6944
chore(release): publish 7.1.01807d55
docs: add tabs in no-unsafe-unary-minus.md (#8542)f2f57de
test(eslint-plugin): [no-misused-promises] add test cases for spread args (#8...fa67955
chore: drop T from internal types (#8521)60c1cd3
fix(eslint-plugin): [no-use-before-define] fix false positive type reference ...1458920
fix(eslint-plugin): [no-misused-promises] improve check union types (#8534)c1441c8
fix(eslint-plugin): [prefer-optional-chan] allow typeof for avoiding referenc...e7ec6f0
docs: from option instead of source in prefer-readonly-parameter-types (#8461)46cef96
feat(eslint-plugin): [consistent-return] add new rule (#8289)f7198db
feat(eslint-plugin): [naming-convention] support the auto-accessor syntax (#8...Updates
@typescript-eslint/parser
from 6.20.0 to 7.1.0Release notes
Sourced from
@typescript-eslint/parser
's releases.... (truncated)
Changelog
Sourced from
@typescript-eslint/parser
's changelog.... (truncated)
Commits
4bc6944
chore(release): publish 7.1.0677e7cc
chore(release): publish 7.0.24f3215f
chore(release): publish 7.0.1b27de99
chore(release): publish 7.0.01aa393c
chore(deps): update dependency prettier to v3.2.5 (#8401)8ef5f4b
feat: add support for flat configs (#7935)1200b4c
chore(deps): update nx to v17.3.0 (#8317)584db29
feat: bump ESLint, NodeJS, and TS minimum version requirements (#8377)289ee88
chore(release): publish 6.21.0aa5edf7
chore(deps): update dependency prettier to v3.2.4 (#8357)Updates
eslint
from 8.56.0 to 8.57.0Release notes
Sourced from eslint's releases.
Changelog
Sourced from eslint's changelog.