-
Notifications
You must be signed in to change notification settings - Fork 26
fix(deps): update linters #334
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
77574cd
to
a436a09
Compare
a436a09
to
3b7f880
Compare
34da939
to
5589a67
Compare
d59c37b
to
49933be
Compare
8fe20af
to
5b6365c
Compare
7af71c5
to
f4dae8d
Compare
a3a863d
to
5541afb
Compare
a7fb237
to
af0db5a
Compare
87dfb7a
to
c98e4ee
Compare
76c4434
to
16348ed
Compare
16348ed
to
bf11a52
Compare
bf11a52
to
8efc252
Compare
a9fc226
to
0dbab3b
Compare
617e775
to
ac98bd7
Compare
ac94e2a
to
4fef416
Compare
8aab7ea
to
1a0f6f8
Compare
1a0f6f8
to
b9b2b79
Compare
b9b2b79
to
651beab
Compare
3046b17
to
a80b7e8
Compare
f39201d
to
fce5201
Compare
fce5201
to
e0f4af9
Compare
e0f4af9
to
611b342
Compare
611b342
to
e6df71a
Compare
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
e6df71a
to
4404280
Compare
This PR contains the following updates:
8.57.0
->8.57.1
8.57.0
->8.57.1
3.2.0
->3.2.0
2.29.1
->2.31.0
2.32.0
6.9.0
->6.10.2
0.6.1
->0.8.0
3.1.5
->3.5.0
6.5.1
->6.6.0
7.35.0
->7.37.5
2.0.9
->2.5.4
3.3.3
->3.5.3
This is a special PR that replaces
eslint-plugin-eslint-comments
with the community suggested minimal stable replacement version.Release Notes
eslint/eslint (eslint)
v8.57.1
Compare Source
Bug Fixes
a19072f
fix: add logic to handle fixTypes in the lintText() method (#18900) (Francesco Trotta)04c7188
fix: Don't lint same file multiple times (#18899) (Francesco Trotta)87ec3c4
fix: do not throw when defining a global named__defineSetter__
(#18898) (Francesco Trotta)60a1267
fix: Provide helpful error message for nullish configs (#18889) (Milos Djermanovic)a0dea8e
fix: allowname
in global ignores, fix--no-ignore
for non-global (#18875) (Milos Djermanovic)3836bb4
fix: do not crash on error infs.walk
filter (#18886) (Milos Djermanovic)2dec349
fix: skip processor code blocks that match only universal patterns (#18880) (Milos Djermanovic)Documentation
6a5add4
docs: v8.x Add EOL banner (#18744) (Amaresh S M)b034575
docs: v8.x add version support page to the dropdown (#18731) (Amaresh S M)760ef7d
docs: v8.x add version support page in the side navbar (#18740) (Amaresh S M)428b7ea
docs: Add Powered by Algolia label to the search (#18658) (Amaresh S M)c68c07f
docs: version selectors synchronization (#18265) (Milos Djermanovic)Build Related
35d366a
build: Support updates to previous major versions (#18870) (Milos Djermanovic)Chores
140ec45
chore: upgrade @eslint/js@8.57.1 (#18913) (Milos Djermanovic)bcdfc04
chore: package.json update for @eslint/js release (Jenkins)3f6ce8d
chore: pin [email protected] (#18910) (Milos Djermanovic)9f07549
chore: ignore/docs/v8.x
in link checker (#18660) (Milos Djermanovic)import-js/eslint-plugin-import (eslint-plugin-import)
v2.31.0
Compare Source
Added
order
]: allow validating named imports ([#3043], thanks [@manuth])extensions
]: add thecheckTypeImports
option ([#2817], thanks [@phryneas])Fixed
ExportMap
/ flat config: includelanguageOptions
in context ([#3052], thanks [@michaelfaith])no-named-as-default
]: Allow using an identifier if the export is both a named and a default export ([#3032], thanks [@akwodkiewicz])export
]: False positive for exported overloaded functions in TS ([#3065], thanks [@liuxingbaoyu])exportMap
: export map cache is tainted by unreliable parse results ([#3062], thanks [@michaelfaith])exportMap
: improve cacheKey when using flat config ([#3072], thanks [@michaelfaith])Changed
no-relative-packages
]: fix typo ([#3066], thanks [@joshuaobrien])no-cycle
]: dont scc for each linted file ([#3068], thanks [@soryy708])no-cycle
]: adddisableScc
to docs ([#3070], thanks [@soryy708])RuleTester
([#3071], thanks [@G-Rath])no-restricted-paths
]: fix grammar ([#3073], thanks [@unbeauvoyage])no-default-export
], [no-named-export
]: add test case (thanks [@G-Rath])v2.30.0
Compare Source
Added
dynamic-import-chunkname
]: addallowEmpty
option to allow empty leading comments ([#2942], thanks [@JiangWeixian])dynamic-import-chunkname
]: Allow empty chunk name when webpackMode: 'eager' is set; add suggestions to remove name in eager mode ([#3004], thanks [@amsardesai])no-unused-modules
]: AddignoreUnusedTypeExports
option ([#3011], thanks [@silverwind])Fixed
no-extraneous-dependencies
]: allow wrong path ([#3012], thanks [@chabb])no-cycle
]: use scc algorithm to optimize ([#2998], thanks [@soryy708])no-duplicates
]: Removing duplicates breaks in TypeScript ([#3033], thanks [@yesl-kim])newline-after-import
]: fix considerComments option when require ([#2952], thanks [@developer-bandi])order
]: do not compare first path segment for relative paths ([#2682]) ([#2885], thanks [@mihkeleidast])Changed
no-extraneous-dependencies
]: Make glob pattern description more explicit ([#2944], thanks [@mulztob])no-unused-modules
]: add console message to help debug [#2866]ExportMap
: make procedures static instead of monkeypatching exportmap ([#2982], thanks [@soryy708])ExportMap
: separate ExportMap instance from its builder logic ([#2985], thanks [@soryy708])order
]: Add a quick note on how unbound imports and --fix ([#2640], thanks [@minervabot])exportMapBuilder
: avoid hoisting ([#2989], thanks [@soryy708])ExportMap
: extract "builder" logic to separate files ([#2991], thanks [@soryy708])order
]: update the description of thepathGroupsExcludedImportTypes
option ([#3036], thanks [@liby])jsx-eslint/eslint-plugin-jsx-a11y (eslint-plugin-jsx-a11y)
v6.10.2
Compare Source
Fixed
no-redundandant-roles
: allow<img src="*.svg" role="img" />
#936
Commits
0d01a1a
es-iterator-helpers
aa075bd
d15d3ab
@babel/cli
,@babel/core
,@babel/eslint-parser
,@babel/plugin-transform-flow-strip-types
,@babel/register
5dad7c4
aria-role
: Add valid test for<svg role="img" />
daba189
label-has-associated-control
: add line breaks for readability0bc6378
label-has-associated-control
: add additional test cases30d2318
d92446c
v6.10.1
Compare Source
Commits
4925ba8
cb6788c
@babel/cli
,@babel/core
,@babel/eslint-parser
,@babel/plugin-transform-flow-strip-types
,@babel/register
,auto-changelog
,eslint-plugin-import
,tape
518a77e
es-iterator-helpers
,string.prototype.includes
eed03a3
2ee940c
a262131
aria-query
e517937
v6.10.0
Compare Source
Fixed
label-has-associated-control
: add additional error message#1005
label-has-associated-control
: ignore undetermined label text#966
Commits
a284cbf
deac4fd
attributes
settinga1ee7f8
6cd1a70
74d5dec
@babel/cli
,@babel/core
,@babel/eslint-parser
,@babel/plugin-transform-flow-strip-types
6eca235
0be7ea9
npm audit
instead ofaud
05a5e49
axobject-query
912e98c
axobject-query
75147aa
axe-core
27ff7cb
ce846e0
cca288b
nikku/eslint-plugin-license-header (eslint-plugin-license-header)
v0.8.0
Compare Source
FEAT
: recognizeSPDX-License-Identifier
headers (#21)v0.7.0
Compare Source
FEAT
: recognize@license
annotated headers (#19)mdx-js/eslint-mdx (eslint-plugin-mdx)
v3.5.0
Compare Source
Minor Changes
27da917
Thanks @renovate and @JounQin! - refactor: targetES2022
and drop unnecessarytslib
dependencyPatch Changes
#583
8c9ef4b
Thanks @JounQin! - fix: use unifiedperformSyncWork
for parsing with remark configUpdated dependencies [
27da917
]:Full Changelog: https://github.com/mdx-js/eslint-mdx/compare/[email protected]@3.5.0
v3.4.2
Compare Source
Patch Changes
#577
b670ae4
Thanks @JounQin! - fix: remove buggymodule-sync
entryUpdated dependencies [
b670ae4
]:Full Changelog: https://github.com/mdx-js/eslint-mdx/compare/[email protected]@3.4.2
v3.4.1
Compare Source
Patch Changes
#569
c101877
Thanks @JounQin! - fix:types
field should point to.d.cts
Updated dependencies [
c101877
,5b965b3
]:New Contributors
Full Changelog: https://github.com/mdx-js/eslint-mdx/compare/[email protected]@3.4.1
v3.4.0
Compare Source
Minor Changes
#562
3aa0f20
Thanks @JounQin! - refactor: remove unnecessaryloadEsmModule
helper, use nativeimport()
instead#564
2672044
Thanks @JounQin! - feat: check nested code blocks without blank lines#564
2672044
Thanks @JounQin! - feat: support mdx comments as ESLint directivesPatch Changes
#567
68b2028
Thanks @JounQin! - fix: code block filename regexp group names missedUpdated dependencies [
3aa0f20
]:Full Changelog: https://github.com/mdx-js/eslint-mdx/compare/[email protected]@3.4.0
v3.3.2
Compare Source
Patch Changes
#558
cb2a660
Thanks @renovate! - fix(deps): pin dependencies, bumpsynckit
Updated dependencies [
cb2a660
]:Full Changelog: https://github.com/mdx-js/eslint-mdx/compare/[email protected]@3.3.2
v3.3.1
Compare Source
Patch Changes
#554
816a2a6
Thanks @JounQin! - chore: addmodule-sync
entryUpdated dependencies [
816a2a6
]:Full Changelog: https://github.com/mdx-js/eslint-mdx/compare/[email protected]@3.3.1
v3.3.0
Compare Source
Minor Changes
#552
1c31834
Thanks @JounQin! - feat: the new version is ESM primary, while commonjs is still supported.ESM migration:
Patch Changes
1c31834
]:Full Changelog: https://github.com/mdx-js/eslint-mdx/compare/[email protected]@3.3.0
v3.2.0
Compare Source
Minor Changes
f093ff9
Thanks @JounQin! - chore: dropeslint-plugin-markdown
depPatch Changes
f093ff9
]:Full Changelog: https://github.com/mdx-js/eslint-mdx/compare/[email protected]@3.2.0
eslint-community/eslint-plugin-promise (eslint-plugin-promise)
v6.6.0
Compare Source
Bug Fixes
always-return
: treat process.exit() or process.abort() as an acceptable "return" (#493) (f368c5a)Features
strict
option to disallowthen
orcatch
followingawait
oryield
(#494) (fa482cc)jsx-eslint/eslint-plugin-react (eslint-plugin-react)
v7.37.5
Compare Source
Fixed
no-unknown-property
]: allow shadow root attrs on<template>
(#3912 @ljharb)prop-types
]: supportComponentPropsWithRef
from a namespace import (#3651 @corydeppen)jsx-no-constructed-context-values
]: detect constructed context values in React 19<Context>
usage (#3910 @TildaDares)no-unknown-property
]: allowtransform-origin
onrect
(#3914 @ljharb)Changed
button-has-type
]: clean up phrasing (#3909 @hamirmahal)v7.37.4
Compare Source
Fixed
no-unknown-property
]: supportonBeforeToggle
,popoverTarget
,popoverTargetAction
attributes (#3865 @acusti)v7.37.3
Compare Source
Fixed
no-danger
]: avoid a crash on a nested component name (#3833 @ljharb)no-unknown-property
]: supportprecedence
prop in react 19 (#3829 @acusti)prop-types
]: props missing in validation when using generic types from a namespace import (#3859 @rbondoc96)Changed
jsx-no-script-url
]: Improve tests (#3849 @radu2147)default-props-match-prop-types
], [jsx-boolean-value
], [jsx-curly-brace-presence
], [jsx-no-bind
], [no-array-index-key
], [no-is-mounted
], [no-render-return-value
], [require-default-props
] (#3841 @bastiendmt)v7.37.2
Compare Source
Fixed
destructuring-assignment
]: fix false negative when usingtypeof props.a
(#3835 @golopot)Changed
destructuring-assignment
]: usegetParentStatelessComponent
(#3835 @golopot)v7.37.1
Compare Source
Fixed
d.ts
files (#3836 @ljharb)Changed
v7.37.0
Compare Source
Added
no-unescaped-entities
]: add suggestions (#3831 @StyleShit)forbid-component-props
]: addallowedForPatterns
/disallowedForPatterns
options (#3805 @Efimenko)no-unstable-nested-components
]: addpropNamePattern
to support custom render prop naming conventions (#3826 @danreeves)Changed
v7.36.1
Compare Source
Fixed
no-is-mounted
]: fix logic in method name check (#3821 @Mathias-S)jsx-no-literals
]: Avoid crashing on valueless boolean props (#3823 @reosarevok)v7.36.0
Compare Source
Added
no-string-refs
]: allow this.refs in > 18.3.0 (#3807 @henryqdineen)jsx-no-literals
] AddelementOverrides
option and the ability to ignore this rule on specific elements (#3812 @Pearce-Ropion)forward-ref-uses-ref
]: add rule for checking ref parameter is added ([#3667][] @NotWoods)Fixed
function-component-definition
], [boolean-prop-naming
], [jsx-first-prop-new-line
], [jsx-props-no-multi-spaces
],propTypes
: use type args (#3629 @HenryBrown0)jsx-props-no-spreading
]: addexplicitSpread
option to schema (#3799 @ljharb)Changed
no-danger
]: update broken link (#3817 @lucasrmendonca)button-has-type
: add test case with spread (#3731 @y-hsgw)v7.35.2
Compare Source
Fixed
jsx-curly-brace-presence
]: avoid autofixing attributes with double quotes to a double quoted attribute (#3814 @ljharb)v7.35.1
Compare Source
Fixed
jsx-curly-brace-presence
]: do not trigger on strings containing a quote character (#3798 @akulsr0)vercel/turborepo (eslint-plugin-turbo)
v2.5.4
: Turborepo v2.5.4Compare Source
What's Changed
Docs
globalDependencies
defaults by @anthonyshew in https://github.com/vercel/turborepo/pull/10484turbo-ignore
eslint
no-undeclared-env-vars
ESLint rule by @anthonyshew in https://github.com/vercel/turborepo/pull/10468@turbo/repository
Workspace.find_package_by_path
by @scubbo in https://github.com/vercel/turborepo/pull/10493Examples
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.