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.32.01.14.0->1.15.03.1.5->3.6.27.34.4->7.37.50.8.0->0.12.00.5.4->1.0.12.1.1->2.2.1This is a special PR that replaces
eslint-plugin-vitestwith the community suggested minimal stable replacement version.Release Notes
import-js/eslint-plugin-import (eslint-plugin-import)
v2.32.0Compare Source
Added
enforce-node-protocol-usage] rule andimport/node-versionsetting ([#3024], thanks [@GoldStrikeArch] and [@sevenc-nanashi])extensions]: add `pathGroupOverrides to allow enforcement decision overrides based on specifier ([#3105], thanks [@Xunnamius])order]: addsortTypesGroupoption to allow intragroup sorting of type-only imports ([#3104], thanks [@Xunnamius])order]: addnewlines-between-typesoption to control intragroup sorting of type-only imports ([#3127], thanks [@Xunnamius])order]: addconsolidateIslandsoption to collapse excess spacing for aesthetically pleasing imports ([#3129], thanks [@Xunnamius])Fixed
no-unused-modules]: provide more meaningful error message when no .eslintrc is present ([#3116], thanks [@michaelfaith])order]: ensure arcane imports do not cause undefined behavior ([#3128], thanks [@Xunnamius])order]: resolve undefined property access issue when usingnamedordering ([#3166], thanks [@Xunnamius])enforce-node-protocol-usage]: avoid a crash with some TS code ([#3173], thanks [@ljharb])order]: codify invariants from docs into config schema ([#3152], thanks [@Xunnamius])Changed
extensions], [order]: improve documentation ([#3106], thanks [@Xunnamius])tseslint.config()([#3125], thanks [@lnuvy])order]: remove unnecessary negative check ([#3167], thanks [@JounQin])no-unused-modules]: add missing double quote ([#3191], thanks [@albertpastrana])no-restricted-paths: clarify wording and fix errors ([#3172], thanks [@greim])v2.31.0Compare Source
Added
order]: allow validating named imports ([#3043], thanks [@manuth])extensions]: add thecheckTypeImportsoption ([#2817], thanks [@phryneas])Fixed
ExportMap/ flat config: includelanguageOptionsin 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]: adddisableSccto 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.0Compare Source
Added
dynamic-import-chunkname]: addallowEmptyoption 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]: AddignoreUnusedTypeExportsoption ([#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 thepathGroupsExcludedImportTypesoption ([#3036], thanks [@liby])43081j/eslint-plugin-lit (eslint-plugin-lit)
v1.15.0Compare 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.6.2Compare Source
Patch Changes
#593
3e862c7Thanks @JounQin! - fix: setprocessorfor flat config#593
3e862c7Thanks @JounQin! - fix: prefercontext.languageOptions.parserOptionsovercontext.parserOptionsUpdated dependencies []:
v3.6.1Compare Source
Patch Changes
#591
a45ee72Thanks @JounQin! - fix: pass throughremarkConfigPathofparserOptionsUpdated dependencies [
a45ee72]:v3.6.0Compare Source
Minor Changes
7b5e748Thanks @JounQin! - feat: support specifyingremarkConfigPathmanuallyPatch Changes
7b5e748]:v3.5.0Compare Source
Minor Changes
27da917Thanks @renovate and @JounQin! - refactor: targetES2022and drop unnecessarytslibdependencyPatch Changes
#583
8c9ef4bThanks @JounQin! - fix: use unifiedperformSyncWorkfor parsing with remark configUpdated dependencies [
27da917]:Full Changelog: https://github.com/mdx-js/eslint-mdx/compare/[email protected]@3.5.0
v3.4.2Compare Source
Patch Changes
#577
b670ae4Thanks @JounQin! - fix: remove buggymodule-syncentryUpdated dependencies [
b670ae4]:Full Changelog: https://github.com/mdx-js/eslint-mdx/compare/[email protected]@3.4.2
v3.4.1Compare Source
Patch Changes
#569
c101877Thanks @JounQin! - fix:typesfield should point to.d.ctsUpdated dependencies [
c101877,5b965b3]:New Contributors
Full Changelog: https://github.com/mdx-js/eslint-mdx/compare/[email protected]@3.4.1
v3.4.0Compare Source
Minor Changes
#562
3aa0f20Thanks @JounQin! - refactor: remove unnecessaryloadEsmModulehelper, use nativeimport()instead#564
2672044Thanks @JounQin! - feat: check nested code blocks without blank lines#564
2672044Thanks @JounQin! - feat: support mdx comments as ESLint directivesPatch Changes
#567
68b2028Thanks @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.2Compare Source
Patch Changes
#558
cb2a660Thanks @renovate! - fix(deps): pin dependencies, bumpsynckitUpdated dependencies [
cb2a660]:Full Changelog: https://github.com/mdx-js/eslint-mdx/compare/[email protected]@3.3.2
v3.3.1Compare Source
Patch Changes
#554
816a2a6Thanks @JounQin! - chore: addmodule-syncentryUpdated dependencies [
816a2a6]:Full Changelog: https://github.com/mdx-js/eslint-mdx/compare/[email protected]@3.3.1
v3.3.0Compare Source
Minor Changes
#552
1c31834Thanks @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.0Compare Source
Minor Changes
f093ff9Thanks @JounQin! - chore: dropeslint-plugin-markdowndepPatch Changes
f093ff9]:Full Changelog: https://github.com/mdx-js/eslint-mdx/compare/[email protected]@3.2.0
jsx-eslint/eslint-plugin-react (eslint-plugin-react)
v7.37.5Compare Source
Fixed
no-unknown-property]: allow shadow root attrs on<template>(#3912 @ljharb)prop-types]: supportComponentPropsWithReffrom 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-originonrect(#3914 @ljharb)Changed
button-has-type]: clean up phrasing (#3909 @hamirmahal)v7.37.4Compare Source
Fixed
no-unknown-property]: supportonBeforeToggle,popoverTarget,popoverTargetActionattributes (#3865 @acusti)v7.37.3Compare Source
Fixed
no-danger]: avoid a crash on a nested component name (#3833 @ljharb)no-unknown-property]: supportprecedenceprop 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.2Compare Source
Fixed
destructuring-assignment]: fix false negative when usingtypeof props.a(#3835 @golopot)Changed
destructuring-assignment]: usegetParentStatelessComponent(#3835 @golopot)v7.37.1Compare Source
Fixed
d.tsfiles (#3836 @ljharb)Changed
v7.37.0Compare Source
Added
no-unescaped-entities]: add suggestions (#3831 @StyleShit)forbid-component-props]: addallowedForPatterns/disallowedForPatternsoptions (#3805 @Efimenko)no-unstable-nested-components]: addpropNamePatternto support custom render prop naming conventions (#3826 @danreeves)Changed
v7.36.1Compare 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.0Compare Source
Added
no-string-refs]: allow this.refs in > 18.3.0 (#3807 @henryqdineen)jsx-no-literals] AddelementOverridesoption 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]: addexplicitSpreadoption 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.2Compare Source
Fixed
jsx-curly-brace-presence]: avoid autofixing attributes with double quotes to a double quoted attribute (#3814 @ljharb)v7.35.1Compare Source
Fixed
jsx-curly-brace-presence]: do not trigger on strings containing a quote character (#3798 @akulsr0)v7.35.0Compare Source
Added
jsx-props-no-spread-multi] (#3724 @SimonSchick)forbid-component-props]: addpropNamePatternto allow / disallow prop name patterns (#3774 @akulsr0)jsx-handler-names]: support ignoring component names (#3772 @akulsr0)jsx-closing-tag-location]: addline-alignedoption (#3777 @kimtaejin3)no-danger]: addcustomComponentNamesoption (#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.0Compare Source
v0.11.6Compare Source
v0.11.5Compare Source
v0.11.4Compare Source
v0.11.3Compare Source
v0.11.2Compare Source
v0.11.1Compare Source
v0.11.0Compare Source
v0.10.2Compare Source
v0.10.1Compare Source
v0.10.0Compare Source
v0.9.0Compare Source
43081j/eslint-plugin-wc (eslint-plugin-wc)
v2.2.1Compare Source
What's Changed
guard-define-callrule 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.0Compare 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.