fix(deps): update eslint (minor) #227
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.
This PR contains the following updates:
2.29.1
->2.31.0
1.14.0
->1.15.0
3.1.5
->3.4.2
7.34.4
->7.37.5
0.8.0
->0.12.0
0.5.4
->1.0.1
2.1.1
->2.2.1
This is a special PR that replaces
eslint-plugin-vitest
with the community suggested minimal stable replacement version.Release Notes
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])43081j/eslint-plugin-lit (eslint-plugin-lit)
v1.15.0
Compare Source
What's Changed
New Contributors
Full Changelog: 43081j/eslint-plugin-lit@v1.14.0...1.15.0
mdx-js/eslint-mdx (eslint-plugin-mdx)
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/eslint-mdx@3.4.1...eslint-plugin-mdx@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/eslint-mdx@3.4.0...eslint-plugin-mdx@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/eslint-mdx@3.3.2...eslint-plugin-mdx@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/eslint-mdx@3.3.1...eslint-plugin-mdx@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/eslint-mdx@3.3.0...eslint-plugin-mdx@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/eslint-mdx@3.2.0...eslint-plugin-mdx@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/eslint-mdx@3.1.5...eslint-plugin-mdx@3.2.0
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)v7.35.0
Compare Source
Added
jsx-props-no-spread-multi
] (#3724 @SimonSchick)forbid-component-props
]: addpropNamePattern
to allow / disallow prop name patterns (#3774 @akulsr0)jsx-handler-names
]: support ignoring component names (#3772 @akulsr0)jsx-closing-tag-location
]: addline-aligned
option (#3777 @kimtaejin3)no-danger
]: addcustomComponentNames
option (#3748 @akulsr0)Fixed
no-invalid-html-attribute
]: substitute placeholders in suggestion messages (#3759 @mdjermanovic)sort-prop-types
]: single line type ending without semicolon (#3784 @akulsr0)require-default-props
]: report when required props have default value (#3785 @akulsr0)Changed
variableUtil
: Avoid creating a single flat variable scope for each lookup (#3782 @DanielRosenwasser)storybookjs/storybook (eslint-plugin-storybook)
v0.12.0
Compare Source
v0.11.6
Compare Source
v0.11.5
Compare Source
v0.11.4
Compare Source
v0.11.3
Compare Source
v0.11.2
Compare Source
v0.11.1
Compare Source
v0.11.0
Compare Source
v0.10.2
Compare Source
v0.10.1
Compare Source
v0.10.0
Compare Source
v0.9.0
Compare Source
43081j/eslint-plugin-wc (eslint-plugin-wc)
v2.2.1
Compare Source
What's Changed
guard-define-call
rule for eslint 9 compat by @gracepark in https://github.com/43081j/eslint-plugin-wc/pull/143New Contributors
Full Changelog: 43081j/eslint-plugin-wc@2.2.0...2.2.1
v2.2.0
Compare Source
What's Changed
New Contributors
Full Changelog: 43081j/eslint-plugin-wc@2.1.1...2.2.0
Configuration
📅 Schedule: Branch creation - "on the 1st day of the month" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, 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.