meta: bump the lint group with 5 updates #334
Open
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 lint group with 5 updates:
9.28.0
9.30.0
9.28.0
9.30.0
4.15.0
4.16.1
50.7.1
51.3.1
16.2.0
16.3.0
Updates
@eslint/js
from 9.28.0 to 9.30.0Release notes
Sourced from
@eslint/js
's releases.... (truncated)
Changelog
Sourced from
@eslint/js
's changelog.Commits
5a5d526
chore: package.json update for@eslint/js
releaseacf2201
chore: package.json update for@eslint/js
releaseUpdates
eslint
from 9.28.0 to 9.30.0Release notes
Sourced from eslint's releases.
... (truncated)
Changelog
Sourced from eslint's changelog.
Commits
ad1d639
9.30.0c02d70b
Build: changelog update for 9.30.02b6491c
chore: upgrade to@eslint/[email protected]
(#19889)5a5d526
chore: package.json update for@eslint/js
release52a5fca
feat: SupportbasePath
property in config objects (#19879)6a0f164
fix: handlenull
typeloc
ingetIndexFromLoc
method (#19862)8662ed1
docs: adopt eslint-stylistic sub packages related changes (#19887)eaf8a41
chore: Correct typos in linter tests (#19878)4ab4482
feat: addallowSeparateTypeImports
option tono-duplicate-imports
(#19872)3fbcd70
fix: update error message forno-restricted-properties
(#19855)Updates
eslint-plugin-import-x
from 4.15.0 to 4.16.1Release notes
Sourced from eslint-plugin-import-x's releases.
... (truncated)
Changelog
Sourced from eslint-plugin-import-x's changelog.
Commits
e50c5a6
chore: release eslint-plugin-import-x (#401)33f07b4
fix: should only usecontext.physicalFilename
as fallback instead of main s...34adb40
fix(deps): update all dependencies (#400)f91cb36
chore: release eslint-plugin-import-x (#387)8ca9272
fix: pnp issue when used in a monorepo (#390)14cb948
fix(extensions): always calculatefix
option (#393)1089d9f
fix: takecontext.cwd
into account for cache key (#388)3ea730f
test: only run pnp case fortest-compiled
(#389)1c8b9ae
feat: portreact-x/prefer-react-namespace-import
into `prefer-namespace-imp...10cf017
chore: release eslint-plugin-import-x (#380)Updates
eslint-plugin-jsdoc
from 50.7.1 to 51.3.1Release notes
Sourced from eslint-plugin-jsdoc's releases.
... (truncated)
Commits
3748bbe
fix(no-undefined-types
): check class and interface globals; fixes #1420 (#1...26276ba
feat(multiline-blocks
): addsrequireSingleLineUnderCount
option; fixes #1...35e95a1
fix(require-template
,no-undefined-types
,valid-types
): properly parse ...efbcb1c
fix(no-undefined-types
): exempt import tags from property checks; fixes