Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps the all group with 7 updates:
18.15.11
20.10.5
5.57.1
6.16.0
8.37.0
8.56.0
34.0.1
43.0.0
2.27.5
2.29.1
15.7.0
16.5.0
5.0.3
5.3.3
Updates
@types/node
from 18.15.11 to 20.10.5Commits
Updates
@typescript-eslint/eslint-plugin
from 5.57.1 to 6.16.0Release notes
Sourced from
@typescript-eslint/eslint-plugin
's releases.... (truncated)
Changelog
Sourced from
@typescript-eslint/eslint-plugin
's changelog.... (truncated)
Commits
7246e56
chore: publish v6.16.03182959
fix(eslint-plugin): [unbound-method] exempt all non-Promise built-in statics ...3031117
docs(eslint-plugin): enforce a heading for each rule option (#8015)b3f87fc
docs(eslint-plugin): add Deprecating Formatting Rules blog post (#8117)9368bf3
feat(eslint-plugin): deprecate no-extra-semi in favor of ESLint Stylistic equ...f6f6a57
docs: add tombstone file for no-parameter-properties and suggested replacemen...04dea84
feat(eslint-plugin): deprecate formatting (meta.type: layout) rules (#8073)b1c92bb
chore(website): auto-generate type checked rule notice in rule docs (#7951)26ba8ea
docs: add more rationale for no-for-in-array (#8082)eff7da1
docs: fix example for no-shadow (#8080)Updates
eslint
from 8.37.0 to 8.56.0Release notes
Sourced from eslint's releases.
... (truncated)
Changelog
Sourced from eslint's changelog.
... (truncated)
Commits
8e8e9f8
8.56.0085978b
Build: changelog update for 8.56.0ba6af85
chore: upgrade@eslint/js
@8
.56.0 (#17864)60a531a
chore: package.json update for@eslint/js
release0dd9704
feat: Support custom severity when reporting unused disable directives (#17212)31a7e3f
feat: fix no-restricted-properties false negatives with unknown objects (#17818)ba87a06
chore: update dependency markdownlint to ^0.32.0 (#17783)7d5e5f6
fix:TypeError: fs.exists is not a function
on read-only file system (#17846)9271d10
chore: add GitHub issue template for docs issues (#17845)70a686b
chore: Convert rule tests to FlatRuleTester (#17819)Updates
eslint-config-standard-with-typescript
from 34.0.1 to 43.0.0Release notes
Sourced from eslint-config-standard-with-typescript's releases.
... (truncated)
Changelog
Sourced from eslint-config-standard-with-typescript's changelog.
... (truncated)
Commits
7af18b1
chore(release): 43.0.0 [skip ci]ae8f1e3
Merge pull request #1372 from standard/prefer-return-this-typed987ba3
feat:@typescript-eslint/prefer-return-this-type
83645ed
Merge pull request #1377 from standard/renovate/eslint-8.x38e5910
chore(deps): update dependency eslint to v8.56.0c7ba540
Merge pull request #1376 from standard/renovate/eslint-plugin-import-2.x76481bf
chore(deps): update dependency eslint-plugin-import to v2.29.10a32894
Merge pull request #1375 from standard/renovate/eslint-8.xbc1309e
chore(deps): update dependency@types/eslint
to v8.44.99b56a7b
Merge pull request #1374 from standard/renovate/semantic-release-22.xUpdates
eslint-plugin-import
from 2.27.5 to 2.29.1Release notes
Sourced from eslint-plugin-import's releases.
Changelog
Sourced from eslint-plugin-import's changelog.
Commits
ee5fade
Bump to 2.29.148fec35
[Deps] updatetsconfig-paths
80aee73
[Dev Deps] updatechai
,eslint-doc-generator
,markdownlint-cli
8c83eaf
[Tests] node v21.3 has a brokenfs.writeFile
e67259e
[Fix]no-unused-modules
: support export patterns with array destructuring9fd3c42
[Tests]no-duplicates
: add passing test12f0300
[Fix]no-extraneous-dependencies
: ignoreexport type { ... } from '...'
w...6d34c88
Bump to 2.29.0ec6a8ea
[Refactor] usehasown
instead ofhas
78f50b8
[Deps] updatearray-includes
,array.prototype.findlastindex
, `array.proto...Updates
eslint-plugin-n
from 15.7.0 to 16.5.0Release notes
Sourced from eslint-plugin-n's releases.
... (truncated)
Commits
0c9c2f3
Release 16.5.015a5850
feat: Add builtins check for ES2021 to no-unsupported-features/es-builtins ru...6835a10
feat: Add syntax check for ES2021 to no-unsupported-features/es-syntax rule (...6409e34
docs: Auto-generate configs list with eslint-doc-generator (#146)0d6a0fe
chore: Configure Renovate964cf65
Release 16.4.0b075568
feat: eslint v9.0.0 compatibility (fixes #143) (#144)8bd6c7e
docs: add playground (fixes #25) (#145)deeb998
Release 16.3.12846f4f
fix: Change to using is-builtin-module (#138)Updates
typescript
from 5.0.3 to 5.3.3Release notes
Sourced from typescript's releases.