Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 7, 2022

This PR contains the following updates:

Package Type Update Change Age Confidence
babel-eslint@babel/eslint-parser devDependencies replacement 10.1.0 -> 7.11.0
eslint-plugin-import devDependencies minor 2.26.0 -> 2.32.0 age confidence
eslint-plugin-jsx-a11y devDependencies minor 6.6.1 -> 6.10.2 age confidence
eslint-plugin-react devDependencies minor 7.31.8 -> 7.37.5 age confidence

This is a special PR that replaces babel-eslint with the community suggested minimal stable replacement version.


Release Notes

import-js/eslint-plugin-import (eslint-plugin-import)

v2.32.0

Compare Source

Added
Fixed
Changed

v2.31.0

Compare Source

Added
Fixed
Changed

v2.30.0

Compare Source

Added
Fixed
Changed
  • [Docs] [no-extraneous-dependencies]: Make glob pattern description more explicit ([#​2944], thanks [@​mulztob])
  • [no-unused-modules]: add console message to help debug [#​2866]
  • [Refactor] ExportMap: make procedures static instead of monkeypatching exportmap ([#​2982], thanks [@​soryy708])
  • [Refactor] ExportMap: separate ExportMap instance from its builder logic ([#​2985], thanks [@​soryy708])
  • [Docs] [order]: Add a quick note on how unbound imports and --fix ([#​2640], thanks [@​minervabot])
  • [Tests] appveyor -> GHA (run tests on Windows in both pwsh and WSL + Ubuntu) ([#​2987], thanks [@​joeyguerra])
  • [actions] migrate OSX tests to GHA ([ljharb#37], thanks [@​aks-])
  • [Refactor] exportMapBuilder: avoid hoisting ([#​2989], thanks [@​soryy708])
  • [Refactor] ExportMap: extract "builder" logic to separate files ([#​2991], thanks [@​soryy708])
  • [Docs] [order]: update the description of the pathGroupsExcludedImportTypes option ([#​3036], thanks [@​liby])
  • [readme] Clarify how to install the plugin ([#​2993], thanks [@​jwbth])

v2.29.1

Compare Source

Fixed

v2.29.0

Compare Source

Added

v2.28.1

Compare Source

Fixed
Changed

v2.28.0

Compare Source

Fixed
  • [no-duplicates]: remove duplicate identifiers in duplicate imports ([#​2577], thanks [@​joe-matsec])
  • [consistent-type-specifier-style]: fix accidental removal of comma in certain cases ([#​2754], thanks [@​bradzacher])
  • [Perf] ExportMap: Improve ExportMap.for performance on larger codebases ([#​2756], thanks [@​leipert])
  • [no-extraneous-dependencies]/TypeScript: do not error when importing inline type from dev dependencies ([#​2735], thanks [@​andyogo])
  • [newline-after-import]/TypeScript: do not error when re-exporting a namespaced import ([#​2832], thanks [@​laurens-dg])
  • [order]: partial fix for [#​2687] (thanks [@​ljharb])
  • [no-duplicates]: Detect across type and regular imports ([#​2835], thanks [@​benkrejci])
  • [extensions]: handle . and .. properly ([#​2778], thanks [@​benasher44])
  • [no-unused-modules]: improve schema (thanks [@​ljharb])
  • [no-unused-modules]: report error on binding instead of parent export ([#​2842], thanks [@​Chamion])
Changed
  • [Docs] [no-duplicates]: fix example schema ([#​2684], thanks [@​simmo])
  • [Docs] [group-exports]: fix syntax highlighting ([#​2699], thanks [@​devinrhode2])
  • [Docs] [extensions]: reference node ESM behavior ([#​2748], thanks [@​xM8WVqaG])
  • [Refactor] [exports-last]: use array.prototype.findlastindex (thanks [@​ljharb])
  • [Refactor] [no-anonymous-default-export]: use object.fromentries (thanks [@​ljharb])
  • [Refactor] [no-unused-modules]: use array.prototype.flatmap (thanks [@​ljharb])

v2.27.5

Compare Source

Fixed

v2.27.4

Compare Source

Fixed
  • semver should be a prod dep ([#​2668])

v2.27.3

Compare Source

Fixed
  • [no-empty-named-blocks]: rewrite rule to only check import declarations ([#​2666])

v2.27.2

Compare Source

Fixed
  • [no-duplicates]: do not unconditionally require typescript ([#​2665])

v2.27.1

Compare Source

Fixed

v2.27.0

Compare Source

Added
Fixed
Changed
jsx-eslint/eslint-plugin-jsx-a11y (eslint-plugin-jsx-a11y)

v6.10.2

Compare Source

Fixed
  • [patch] no-redundandant-roles: allow <img src="*.svg" role="img" /> #936
Commits
  • [meta] fix changelog URLs 0d01a1a
  • [Refactor] remove no-longer-needed es-iterator-helpers aa075bd
  • [Refactor] avoid spreading things that are already arrays d15d3ab
  • [Dev Deps] update @babel/cli, @babel/core, @babel/eslint-parser, @babel/plugin-transform-flow-strip-types, @babel/register 5dad7c4
  • [Tests] aria-role: Add valid test for <svg role="img" /> daba189
  • [Docs] label-has-associated-control: add line breaks for readability 0bc6378
  • [Tests] label-has-associated-control: add additional test cases 30d2318
  • [Tests] Add tests to reinforce required attributes for role="heading" d92446c

v6.10.1

Compare Source

Commits
  • [Fix] handle interactive/noninteractive changes from aria-query 4925ba8
  • [Docs] Use consistent spelling of 'screen reader' cb6788c
  • [Dev Deps] update @babel/cli, @babel/core, @babel/eslint-parser, @babel/plugin-transform-flow-strip-types, @babel/register, auto-changelog, eslint-plugin-import, tape 518a77e
  • [Deps] update es-iterator-helpers, string.prototype.includes eed03a3
  • [meta] package.json - Update jscodeshift & remove babel-jest 2ee940c
  • [Docs] Remove accidental whitespace in CONTRIBUTING.md a262131
  • [Deps] unpin aria-query e517937

v6.10.0

Compare Source

Fixed
  • [New] label-has-associated-control: add additional error message #1005
  • [Fix] label-has-associated-control: ignore undetermined label text #966
Commits
  • [Tests] switch from jest to tape a284cbf
  • [New] add eslint 9 support deac4fd
  • [New] add attributes setting a1ee7f8
  • [New] allow polymorphic linting to be restricted 6cd1a70
  • [Tests] remove duplicate tests 74d5dec
  • [Dev Deps] update @babel/cli, @babel/core, @babel/eslint-parser, @babel/plugin-transform-flow-strip-types 6eca235
  • [readme] remove deprecated travis ci badge; add github actions badge 0be7ea9
  • [Tests] use npm audit instead of aud 05a5e49
  • [Deps] update axobject-query 912e98c
  • [Deps] unpin axobject-query 75147aa
  • [Deps] update axe-core 27ff7cb
  • [readme] fix jsxA11y import name ce846e0
  • [readme] fix typo in shareable config section in readme cca288b

v6.9.0

Compare Source

Fixed
  • [Fix] img-redundant-alt: fixed multibyte character support #969
  • [meta] fix changelog links #960
Commits
  • [New] add support for Flat Config 6b5f096
  • Revert "[Fix] isNonInteractiveElement: Upgrade aria-query to 5.3.0 and axobject-query to 3.2.1" 75d5dd7
  • [Robustness] use safe-regex-test 4c7e781
  • [actions] update actions/checkout 51a1ca7
  • [Dev Deps] update @babel/cli, @babel/core, @babel/eslint-parser, @babel/plugin-transform-flow-strip-types, @babel/register, eslint-doc-generator, object.entries 1271ac1
  • [Dev Deps] update @babel/cli, @babel/core, @babel/register, aud, eslint-plugin-import, npmignore, object.assign 540cb7a
  • [Deps] update @babel/runtime, array-includes, es-iterator-helpers, hasown, object.fromentries, safe-regex-test 5d14408
  • [Deps] pin aria-query and axobject-query, add ls-engines test to CI 32fd82c
  • [Dev Deps] update @babel/core, @babel/eslint-parser, @babel/plugin-transform-flow-strip-types, eslint-doc-generator d1b4114
  • [Fix] ensure summary remains non-interactive 6a048da
  • [Deps] remove @babel/runtime 0a98ad8
  • [New] no-noninteractive-element-to-interactive-role: allow menuitemradio and menuitemcheckbox on <li> c0733f9
  • [Deps] update @babel/runtime, safe-regex-test 0d5321a
  • [actions] pin codecov to v3.1.5 961817f
  • [Deps] unpin axe-core b3559cf
  • [Deps] move object.entries to dev deps 1be7b70
  • [Deps] update @babel/runtime 2a48abb
  • [Deps] update @babel/runtime 1adec35

v6.8.0

Compare Source

Merged
  • Allow title attribute or aria-label attribute instead of accessible child in the "anchor-has-content" rule #727
Fixed
  • [Docs] aria-activedescendant-has-tabindex: align with changes from #​708 #924
  • [Fix] control-has-associated-label: don't accept whitespace as an accessible label #918
Commits
  • [Tests] migrate helper parsers function from eslint-plugin-react ce4d57f
  • [Refactor] use es-iterator-helpers 52de824
  • [New] mouse-events-have-key-events: add hoverInHandlers/hoverOutHandlers config db64898
  • [New] add polymorphicPropName setting for polymorphic components fffb05b
  • [Fix] isNonInteractiveElement: Upgrade aria-query to 5.3.0 and axobject-query to 3.2.1 64bfea6
  • [Refactor] use hasown instead of has 9a8edde
  • [actions] update used actions 10c061a
  • [Dev Deps] update @babel/cli, @babel/core, @babel/eslint-parser, @babel/plugin-transform-flow-strip-types, @babel/register, aud, eslint-doc-generator, eslint-plugin-import, minimist 6d5022d
  • [Dev Deps] update @babel/cli, @babel/core, @babel/eslint-parser, @babel/register, eslint-doc-generator, eslint-plugin-import 4dc7f1e
  • [New] anchor-has-content: Allow title attribute OR aria-label attribute e6bfd5c
  • [patch] mouse-events-have-key-events: rport the attribute, not the node eadd70c
  • [Deps] update @babel/runtime, array-includes, array.prototype.flatmap, object.entries, object.fromentries 46ffbc3
  • [Deps] update @babel/runtime, axobject-query, jsx-ast-utils, semver 5999555
  • [Fix] pin aria-query and axe-core to fix failing tests on main 8d8f016
  • [patch] move semver from Deps to Dev Deps 4da13e7
  • [Deps] update ast-types-flow b755318
  • [Dev Deps] update eslint-plugin-import f1c976b
  • [Deps] unpin language-tags 3d1d26d
  • [Docs] no-static-element-interactions: tabIndex is written tabindex 1271153
  • [Deps] Upgrade ast-types-flow to mitigate Docker user namespacing problems f0d2ddb
  • [Dev Deps] pin jackspeak since 2.1.2+ depends on npm aliases, which kill the install process in npm < 6 0c278f4

v6.7.1

Compare Source

Commits
  • [Fix] no-aria-hidden-on-focusable rule's missing export b01219e

v6.7.0

Compare Source

Merged
  • New rule: prefer-tag-over-role #833
Fixed
  • [Tests] aria-role: add now-passing test #756
  • [Docs] control-has-associated-label: fix metadata #892
  • [New] add no-aria-hidden-on-focusable rule #881
Commits
  • [Docs] automate docs with eslint-doc-generator 6d7a857
  • [Refactor] use fromEntries, flatMap, etc; better use iteration methods 3d77c84
  • [New] add anchor-ambiguous-text rule 7f6463e
  • [New] add getAccessibleChildText util 630116b
  • [New] Add isFocusable utils method e199d17
  • [Docs] update eslint-doc-generator to v1.0.0 6b9855b
  • [Fix] no-noninteractive-element-interactions: Ignore contenteditable elements in no-noninteractive-element-interactions 9aa878b
  • [New] anchor-ambiguous-text: ignore punctuation bbae2c4
  • [New] anchor-ambiguous-text, getAccessibleChildText: Implements check for alt tags on &lt;img /&gt; elements bb84abc
  • [meta] use npmignore to autogenerate an npmignore file 6ad2312
  • [meta] add auto-changelog 283817b
  • [Docs] missing descriptions in some rules 79b975a
  • [Deps] update aria-query, axobject-query 7b3cda3
  • [Dev Deps] update @babel/cli, @babel/core, @babel/eslint-parser, @babel/plugin-transform-flow-strip-types, aud, object.assign 0852947
  • [meta] move .eslintignore to ignorePatterns 65be35b
  • [Dev Deps] update @babel/cli, @babel/core, aud, eslint-doc-generator 60c2df5
  • [Deps] update @babel/runtime, array-includes, axe-core 4abc751
  • [Deps] update @babel/runtime, axe-core 89f766c
  • [meta] run the build in prepack, not prepublish e411ce3
  • [Dev Deps] update @babel/core, minimist cccdb62
  • [Dev Deps] update markdown-magic 3382059
  • [Fix] expose prefer-tag-over-role 38d52f8
  • [Docs] label-has-for: reran generate-list-of-rules 9a2af01
  • [Deps] pin language-tags to v1.0.5 f84bb74
  • [Dev Deps] update @babel/core cf3f8d0
  • [Deps] update axe-core 0a73cf4
  • [Deps] update @babel/runtime 053f04d
  • [Deps] update @babel/runtime bccf0ae
  • [Deps] update jsx-ast-utils c9687cc
  • [readme] Preventing code repetition in user's eslint config file 8b889bf
  • [Docs] prefer-tag-over-role: rename docs file 0bdf95b
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]: support ComponentPropsWithRef from a namespace import ([#​3651][] @​corydeppen)
  • [jsx-no-constructed-context-values]: detect constructed context values in React 19 <Context> usage ([#&#820

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 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/linters branch from ac84934 to 4322071 Compare October 9, 2022 22:13
@renovate renovate bot changed the title Update dependency eslint to v8.25.0 Update linters Oct 9, 2022
@renovate renovate bot force-pushed the renovate/linters branch from 4322071 to be9f174 Compare October 11, 2022 00:38
@renovate renovate bot force-pushed the renovate/linters branch from be9f174 to 4c84163 Compare October 21, 2022 22:21
@renovate renovate bot force-pushed the renovate/linters branch from 4c84163 to e6a5c0a Compare November 6, 2022 09:32
@renovate renovate bot force-pushed the renovate/linters branch 2 times, most recently from cd3976b to 9203e2d Compare November 19, 2022 01:18
@renovate renovate bot force-pushed the renovate/linters branch from 9203e2d to c7de850 Compare December 3, 2022 00:09
@renovate renovate bot changed the title Update linters Replace linters Mar 17, 2023
@renovate renovate bot force-pushed the renovate/linters branch from c7de850 to b7a7dac Compare March 17, 2023 01:52
@renovate renovate bot force-pushed the renovate/linters branch from b7a7dac to 4ec468d Compare April 3, 2023 16:17
@renovate renovate bot force-pushed the renovate/linters branch from 4ec468d to 0742d0f Compare April 17, 2023 13:37
@renovate renovate bot force-pushed the renovate/linters branch 2 times, most recently from bb9bb77 to 7747ddc Compare June 3, 2023 00:40
@renovate renovate bot force-pushed the renovate/linters branch from 7747ddc to 2bb149a Compare June 16, 2023 22:44
@renovate renovate bot force-pushed the renovate/linters branch from 2bb149a to 969d167 Compare July 1, 2023 14:29
@renovate renovate bot force-pushed the renovate/linters branch 2 times, most recently from 9dd9cf5 to 813c99d Compare July 20, 2023 20:22
@renovate renovate bot force-pushed the renovate/linters branch 3 times, most recently from 165b352 to 0c1ce9d Compare July 29, 2023 22:36
@renovate renovate bot force-pushed the renovate/linters branch 2 times, most recently from d5faefa to 7c06c06 Compare August 16, 2023 05:03
@renovate renovate bot force-pushed the renovate/linters branch from 7c06c06 to 36d9bea Compare August 18, 2023 21:59
@renovate renovate bot force-pushed the renovate/linters branch from 36d9bea to ff82617 Compare August 25, 2023 22:13
@renovate renovate bot force-pushed the renovate/linters branch from ff82617 to d7a6323 Compare September 8, 2023 21:12
@renovate renovate bot force-pushed the renovate/linters branch from d7a6323 to 43974aa Compare September 22, 2023 21:27
@renovate renovate bot force-pushed the renovate/linters branch from 43974aa to 2c58ca4 Compare October 6, 2023 22:35
@renovate renovate bot force-pushed the renovate/linters branch 2 times, most recently from e08c1da to 4feff06 Compare October 23, 2023 07:50
@renovate renovate bot force-pushed the renovate/linters branch from 6337231 to d51e0eb Compare November 17, 2023 22:56
@renovate renovate bot force-pushed the renovate/linters branch from d51e0eb to fc89646 Compare December 1, 2023 22:50
@renovate renovate bot force-pushed the renovate/linters branch 2 times, most recently from de3da26 to fc55882 Compare December 16, 2023 00:50
@renovate renovate bot force-pushed the renovate/linters branch from fc55882 to 34973dd Compare February 23, 2024 22:25
@renovate renovate bot force-pushed the renovate/linters branch from 34973dd to e27a076 Compare March 4, 2024 07:24
@renovate renovate bot force-pushed the renovate/linters branch from e27a076 to 1e32b11 Compare March 15, 2024 23:15
@renovate renovate bot force-pushed the renovate/linters branch from 1e32b11 to 8ad5018 Compare May 9, 2024 10:53
@renovate renovate bot force-pushed the renovate/linters branch from 8ad5018 to d318964 Compare May 28, 2024 08:00
@renovate renovate bot force-pushed the renovate/linters branch 2 times, most recently from c4c3956 to 3467c68 Compare June 20, 2024 07:52
@renovate renovate bot force-pushed the renovate/linters branch 2 times, most recently from 69479bb to 7dc3f3e Compare July 20, 2024 08:34
@renovate renovate bot force-pushed the renovate/linters branch 4 times, most recently from 5d579db to afae51c Compare September 4, 2024 06:53
@renovate renovate bot force-pushed the renovate/linters branch 2 times, most recently from 31af4d3 to d220b8f Compare September 12, 2024 19:20
@renovate renovate bot force-pushed the renovate/linters branch 3 times, most recently from b53203e to afb3dd8 Compare October 3, 2024 13:51
@renovate renovate bot force-pushed the renovate/linters branch 3 times, most recently from 29b881f to bbd3f00 Compare October 26, 2024 08:11
@renovate renovate bot force-pushed the renovate/linters branch from bbd3f00 to 6706874 Compare December 24, 2024 04:59
@renovate renovate bot force-pushed the renovate/linters branch from 6706874 to 3635b13 Compare January 13, 2025 05:56
@renovate renovate bot force-pushed the renovate/linters branch from 3635b13 to c5d5410 Compare April 3, 2025 22:44
@renovate renovate bot force-pushed the renovate/linters branch from c5d5410 to 6fcfd92 Compare June 20, 2025 22:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants