Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Sep 3, 2024

This PR contains the following updates:

Package Change Age Confidence
eslint (source) 8.57.0 -> 8.57.1 age confidence
eslint-plugin-import 2.29.1 -> 2.32.0 age confidence
eslint-plugin-jsx-a11y 6.9.0 -> 6.10.2 age confidence
eslint-plugin-react 7.35.0 -> 7.37.5 age confidence

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: allow name in global ignores, fix --no-ignore for non-global (#​18875) (Milos Djermanovic)
  • 3836bb4 fix: do not crash on error in fs.walk filter (#​18886) (Milos Djermanovic)
  • 2dec349 fix: skip processor code blocks that match only universal patterns (#​18880) (Milos Djermanovic)

Documentation

Build Related

  • 35d366a build: Support updates to previous major versions (#​18870) (Milos Djermanovic)

Chores

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])
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
jsx-eslint/eslint-plugin-react (eslint-plugin-react)

v7.37.5

Compare Source

Fixed
Changed

v7.37.4

Compare Source

Fixed

v7.37.3

Compare Source

Fixed
Changed
  • [Tests] [jsx-no-script-url]: Improve tests (#​3849 @​radu2147)
  • [Docs] fix broken links: [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 using typeof props.a (#​3835 @​golopot)
Changed
  • [Refactor] [destructuring-assignment]: use getParentStatelessComponent (#​3835 @​golopot)

v7.37.1

Compare Source

Fixed
Changed

v7.37.0

Compare Source

Added
Changed

v7.36.1

Compare Source

Fixed

v7.36.0

Compare Source

Added
Fixed
  • [function-component-definition], [boolean-prop-naming], [jsx-first-prop-new-line], [jsx-props-no-multi-spaces], propTypes: use type args (#​3629 @​HenryBrown0)
  • JSX pragma: fail gracefully (#​3632 @​ljharb)
  • [jsx-props-no-spreading]: add explicitSpread option to schema (#​3799 @​ljharb)
Changed

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)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 has been generated by Renovate Bot.

@renovate renovate bot added ✅ bot approval Adding this label will trigger reviewflow approval for PRs opened by bots - Synced by reviewflow dependencies Pull requests that update a dependency file labels Sep 3, 2024
@renovate renovate bot requested a review from a team September 3, 2024 01:04
@reviewflow
Copy link

reviewflow bot commented Sep 3, 2024

Progress

☑️ Step 1: ✏️ Write code
🔴 Step 2: 💚 Checks
🟡 Step 3: 👌 Code Review
🟡 Step 4: 🚦 Merge Pull Request

Options:

  • 🔜 automerge: Automatically merge when this PR is ready and has no failed statuses. When the repository requires branches to be up to date before merging, it merges default branch, with a queue per repo to prevent multiple merges when several PRs are ready. A fail job prevents the merge.
  • 🚦 skip-ci: Add [skip ci] on merge commit when merge is done with autoMerge.

Actions:

  • 🐛 Force updating reviewflow checks for this PR. Use this to try to fix reviewflow checks that are still missing/pending, which might happen if webhook failed or something bad happened when reviewflow tried to send the status check to github.
  • 🔄 update branch: Merge base branch in this PR's branch. Only works if merging is possible without conflicts.

@reviewflow reviewflow bot added the 🔜 automerge Synced by reviewflow for merge/automerge label Sep 3, 2024
@reviewflow reviewflow bot enabled auto-merge (squash) September 3, 2024 01:04
@renovate renovate bot force-pushed the renovate/eslint-packages branch from 0fd7d71 to 3a77c84 Compare September 3, 2024 07:21
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-react to v7.35.1 chore(deps): update eslint packages Sep 3, 2024
@reviewflow reviewflow bot disabled auto-merge September 3, 2024 07:22
@reviewflow reviewflow bot enabled auto-merge (squash) September 3, 2024 07:22
@renovate renovate bot force-pushed the renovate/eslint-packages branch 2 times, most recently from 6ab30a5 to 3333fc0 Compare September 4, 2024 07:45
@renovate renovate bot force-pushed the renovate/eslint-packages branch 3 times, most recently from 309d3bc to 8cca53e Compare September 16, 2024 16:11
@renovate renovate bot force-pushed the renovate/eslint-packages branch from 8cca53e to 1aaadc7 Compare September 19, 2024 08:39
@renovate renovate bot force-pushed the renovate/eslint-packages branch 3 times, most recently from a938aa5 to ba55278 Compare October 3, 2024 14:05
@ornikar-renovate ornikar-renovate bot force-pushed the renovate/eslint-packages branch from ba55278 to c6921e8 Compare April 14, 2025 16:24
@ornikar-renovate ornikar-renovate bot force-pushed the renovate/eslint-packages branch from c6921e8 to b3c7dd9 Compare April 25, 2025 15:16
@ornikar-renovate ornikar-renovate bot force-pushed the renovate/eslint-packages branch from b3c7dd9 to 4633859 Compare April 29, 2025 09:10
@ornikar-renovate ornikar-renovate bot force-pushed the renovate/eslint-packages branch from 4633859 to 60c7186 Compare April 29, 2025 11:07
@ornikar-renovate ornikar-renovate bot force-pushed the renovate/eslint-packages branch from 60c7186 to 8b4a07c Compare May 6, 2025 08:19
@ornikar-renovate ornikar-renovate bot force-pushed the renovate/eslint-packages branch from 8b4a07c to c708607 Compare June 2, 2025 15:06
@ornikar-renovate ornikar-renovate bot force-pushed the renovate/eslint-packages branch from c708607 to 44dbe58 Compare June 3, 2025 09:11
@ornikar-renovate ornikar-renovate bot force-pushed the renovate/eslint-packages branch from 44dbe58 to 229b5cb Compare June 20, 2025 22:12
@ornikar-renovate ornikar-renovate bot force-pushed the renovate/eslint-packages branch from 229b5cb to 7063e50 Compare August 25, 2025 09:17
@ornikar-renovate ornikar-renovate bot force-pushed the renovate/eslint-packages branch from 7063e50 to 229d19d Compare September 30, 2025 09:17
@ornikar-renovate ornikar-renovate bot force-pushed the renovate/eslint-packages branch from 229d19d to 6053d09 Compare October 7, 2025 09:17
@ornikar-renovate ornikar-renovate bot force-pushed the renovate/eslint-packages branch from 6053d09 to 687107a Compare November 18, 2025 09:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file 🔜 automerge Synced by reviewflow for merge/automerge ✅ bot approval Adding this label will trigger reviewflow approval for PRs opened by bots - Synced by reviewflow

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant