This repository has been archived by the owner on Dec 12, 2024. It is now read-only.
build(deps-dev): bump the eslint group with 6 updates #150
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 eslint group with 6 updates:
8.49.0
8.56.0
2.28.1
2.29.1
46.8.1
46.9.1
16.1.0
16.5.0
0.21.0
0.23.0
48.0.1
50.0.1
Updates
eslint
from 8.49.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-plugin-import
from 2.28.1 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-jsdoc
from 46.8.1 to 46.9.1Release notes
Sourced from eslint-plugin-jsdoc's releases.
Commits
b102693
fix(check-examples
): properly replace final extension; fixes #1172caec526
chore: update devDeps.9263e63
chore: update spdx-expression-parse and devDeps.fd1eab0
feat: bump jsdoccomment, devDeps.; fixes #11677a70c83
chore: update devDepsf96a1af
chore: update devDep. and lintda65fe9
docs(require-param
): method example947f642
chore: update comment-parser and devDeps.aefceca
chore: update devDeps.a11cde3
docs: documentfixerMessage
Updates
eslint-plugin-n
from 16.1.0 to 16.5.0Release notes
Sourced from eslint-plugin-n's releases.
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
eslint-plugin-sonarjs
from 0.21.0 to 0.23.0Release notes
Sourced from eslint-plugin-sonarjs's releases.
Commits
576104e
Update license toLGPL-3.0-only
(#428)7808c0d
Fix FP S2428 (prefer-object-literal
): Ignore circular reference assignments...75f01d8
update own dependency (#426)3ffaba8
Prepare for next iteration (#425)7bac880
Fix dependencies vulnerabities (#424)340cb1c
Update README with new Clean Code wording and link from Marketing (#421)21a05f8
Update scanner version to v5.0.1.3006 (#420)9842d74
Fix release instructions (#419)a8e1ac6
Prepare next iteration - missing param (#418)fc1cf7b
Prepare for next iteration (#417)Updates
eslint-plugin-unicorn
from 48.0.1 to 50.0.1Release notes
Sourced from eslint-plugin-unicorn's releases.
Commits
c76119c
v50.0.13df1606
Fixfilename-case
(#2242)a943b3a
Fix tests (#2241)7f66a24
50.0.02a2240a
Tweaks85bce3f
RemoveecmaVersion
andsourceType
from flat configs (#2239)65711f9
Support ESLint's new config system (#1886)c91c6ad
Addtest.only
helper to test a single case (#2236)9d7048c
no-useless-undefined
: AddcheckArrowFunctionBody
option (#2232)6708a30
prefer-negative-index
: CheckTypedArray#subarray()
(#2237)Maintainer changes
This version was pushed to npm by fisker, a new releaser for eslint-plugin-unicorn since your current version.
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 <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> 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 <dependency name> 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 <dependency name>
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 <dependency name>
will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>
will remove the ignore condition of the specified dependency and ignore conditions