Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
- `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
- `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency
- `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
Bumps the lint group with 9 updates:
20.11.16
20.11.25
6.20.0
7.2.0
6.20.0
7.2.0
8.56.0
8.57.0
48.0.4
48.2.1
0.23.0
0.24.0
50.0.1
51.0.1
3.2.4
3.2.5
5.3.3
5.4.2
Updates
@types/node
from 20.11.16 to 20.11.25Commits
Updates
@typescript-eslint/eslint-plugin
from 6.20.0 to 7.2.0Release notes
Sourced from
@typescript-eslint/eslint-plugin
's releases.... (truncated)
Changelog
Sourced from
@typescript-eslint/eslint-plugin
's changelog.... (truncated)
Commits
95cf139
chore(release): publish 7.2.0c0e3267
fix(eslint-plugin): [prefer-find] support ternary branches in prefer-find (#8...25e6518
fix(eslint-plugin): [no-unnecessary-condition] handle union array and tuple t...ef0e5cc
fix(eslint-plugin): [no-useless-template-literals] detect TemplateLiteral (#8...5292399
fix(eslint-plugin): [no-var-requires, no-require-imports] support template li...c06ce1a
fix(eslint-plugin): [member-ordering] report alphabetical sorting for all gro...32d8a8f
feat(eslint-plugin): [prefer-string-starts-ends-with] add allowSingleElementE...4c8b06d
fix(eslint-plugin): expose *-type-checked-only configs for extension (#8600)49d79a6
docs: alphabetize consistent-type-imports options for consistent type imports...21375f6
chore: enable no-non-null-assertion internally, excluding tests (#8019)Updates
@typescript-eslint/parser
from 6.20.0 to 7.2.0Release notes
Sourced from
@typescript-eslint/parser
's releases.... (truncated)
Changelog
Sourced from
@typescript-eslint/parser
's changelog.... (truncated)
Commits
95cf139
chore(release): publish 7.2.088b7463
chore(release): publish 7.1.14bc6944
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)Updates
eslint
from 8.56.0 to 8.57.0Release notes
Sourced from eslint's releases.
Changelog
Sourced from eslint's changelog.
... (truncated)
Commits
abea3b6
8.57.01cd3f8c
Build: changelog update for 8.57.01813aec
chore: upgrade@eslint/js
@8
.57.0 (#18143)5c356bb
chore: package.json update for@eslint/js
release84922d0
docs: Show prerelease version in dropdown (#18139)1120b9b
feat: Add loadESLint() API method for v8 (#18098)5b8c363
docs: Switch to Ethical Ads (#18117)2196d97
fix: handle absolute file paths inFlatRuleTester
(#18064)f4a1fe2
test: add more tests for ignoring files and directories (#18068)69dd1d1
fix: Ensure config keys are printed for config errors (#18067)Updates
eslint-plugin-jsdoc
from 48.0.4 to 48.2.1Release notes
Sourced from eslint-plugin-jsdoc's releases.
Commits
783b4e9
fix(require-jsdoc
): avoid erring on #-marked private methods; fixes #1212e948bee
docs(check-param-names
): update docs fordisableMissingParamChecks
ba642e4
feat(check-param-names): AdddisableMissingParamChecks
option (#1206)ab893ba
build(deps-dev): bump ip from 2.0.0 to 2.0.137df54d
feat(check-line-alignment
): add `disableWrapIndent`` optione9a9b74
fix(informative-docs): check default named declaration6fcb47f
chore: update semver and devDeps.5a79d3f
fix(informative-docs): check named export declarations: fixes #1198207bc74
chore: update jsdoccomment and devDeps.f2aef87
fix(informative-docs): Improve wording in rule descriptionUpdates
eslint-plugin-sonarjs
from 0.23.0 to 0.24.0Release notes
Sourced from eslint-plugin-sonarjs's releases.
Commits
da3c4f4
Fix FP S3776 (cognitive-complexity
): Ignore nested functions and default va...a668054
Drop Node.js 14 support and test against Node.js 20 on CI (#445)e95d75d
Update cognitive complexity link (#443)b8bf961
Add prettier as pre-commit hook, clean up CI732e2ad
Update README: Plugin now requires Node.js 14 or higher (#434)649f609
Prepare for next development iteration (#429)Updates
eslint-plugin-unicorn
from 50.0.1 to 51.0.1Release notes
Sourced from eslint-plugin-unicorn's releases.
Commits
70034d3
51.0.143fc638
prefer-node-protocol
: Fix false positive onbun:*
modules (#2272)8a2e7db
51.0.0702d51b
consistent-destructuring
: Remove fromrecommended
preset (#2260)331b306
no-array-method-this-argument
: Fix suggestion message (#2263)797caee
no-array-method-this-argument
: CheckArray.from()
(#2262)19ffd54
prefer-module
: Suggestimport.meta.{dirname,filename}
(#2261)eb5af8b
Add Node.js 20.11import.meta
info (#2254)bb9e788
Updateeslint-ava-rule-tester
to v5 (#2251)41ac422
UseFlatESLint
in package test (#2249)Updates
prettier
from 3.2.4 to 3.2.5Release notes
Sourced from prettier's releases.
Changelog
Sourced from prettier's changelog.
... (truncated)
Commits
7142cf3
Release 3.2.58cbee2e
chore(deps): update glimmer to v0.88.1 (#15991)45baee0
chore(deps): update dependency magic-string to v0.30.6 (#16022)9fb32a1
Minor refactor to property print (#15924)08f1940
Update install script for husky v9 (#16000)6d0b1d2
Update yarn to v4.1.0 (#16021)c8ba8db
chore(deps): update dependency@angular/compiler
to v17.1.2 (#16018)e2250ec
chore(deps): update typescript-eslint to v6.20.0 (#16015)02865f6
chore(deps): update dependency npm-run-all2 to v6.1.2 (#16017)014ee5d
chore(deps): update dependency hermes-parser to v0.19.0 (#16014)Updates
typescript
from 5.3.3 to 5.4.2Release notes
Sourced from typescript's releases.
Commits
42bb138
Bump version to 5.4.2 and LKG992c705
Add release pipeline to release-5.4 (#57513)db6b2a9
Bump version to 5.4.1-rc and LKGbd4f51c
Update LKG8a1f79d
Merge remote-tracking branch 'origin/main' into release-5.4d04e348
Improve apparent type of mapped types (#57122)86a1663
Update package-lock.jsonfeb57c2
Instantiate earlier inferred constraints in conditional types (#57362)91e67ff
fix(57392): using is not suggested as a keyword (#57394)29c0024
Avoid creating rest elements witherrorType
whenany
is spread (#57116)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show