Skip to content
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

fix(deps): update linters #334

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

fix(deps): update linters #334

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 23, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
eslint (source) 8.57.0 -> 8.57.1 age adoption passing confidence devDependencies patch
eslint (source) 8.57.0 -> 8.57.1 age adoption passing confidence dependencies patch
eslint-plugin-eslint-comments 3.2.0 -> 3.2.0 dependencies replacement
eslint-plugin-import 2.29.1 -> 2.31.0 age adoption passing confidence dependencies minor
eslint-plugin-jsx-a11y 6.9.0 -> 6.10.2 age adoption passing confidence dependencies minor
eslint-plugin-promise 6.5.1 -> 6.6.0 age adoption passing confidence dependencies minor
eslint-plugin-react 7.35.0 -> 7.37.3 age adoption passing confidence dependencies minor
eslint-plugin-turbo (source) 2.0.9 -> 2.3.3 age adoption passing confidence devDependencies minor
prettier (source) 3.3.3 -> 3.4.2 age adoption passing confidence devDependencies minor

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

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

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
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
  • add strict option to disallow then or catch following await or yield (#​494) (fa482cc)
jsx-eslint/eslint-plugin-react (eslint-plugin-react)

v7.37.3

Compare Source

Fixed
  • [no-danger][no-danger]: avoid a crash on a nested component name ([#​3833][] @​ljharb)
  • [Fix] types: correct generated type declaration ([#​3840][] @​ocavue)
  • [no-unknown-property][no-unknown-property]: support precedence prop in react 19 ([#​3829][] @​acusti)
  • [prop-types][prop-types]: props missing in validation when using generic types from a namespace import ([#​3859][] @​rbondoc96)
Changed
  • [Tests] [jsx-no-script-url][jsx-no-script-url]: Improve tests ([#​3849][] @​radu2147)
  • [Docs] fix broken links: [default-props-match-prop-types][default-props-match-prop-types], [jsx-boolean-value][jsx-boolean-value], [jsx-curly-brace-presence][jsx-curly-brace-presence], [jsx-no-bind][jsx-no-bind], [no-array-index-key][no-array-index-key], [no-is-mounted][no-is-mounted], [no-render-return-value][no-render-return-value], [require-default-props][require-default-props] ([#​3841][] @​bastiendmt)

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.


  • 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 added the kind/dependency Pull requests that update a dependency file label Jul 23, 2024
@renovate renovate bot requested a review from a team as a code owner July 23, 2024 00:41
@openshift-ci openshift-ci bot requested review from 04kash and schultzp2020 July 23, 2024 00:41
Copy link

openshift-ci bot commented Jul 23, 2024

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
Once this PR has been reviewed and has the lgtm label, please assign bethgriggs for approval. For more information see the Kubernetes Code Review Process.

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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@renovate renovate bot force-pushed the renovate/linters branch from 77574cd to a436a09 Compare July 23, 2024 13:46
@renovate renovate bot force-pushed the renovate/linters branch from a436a09 to 3b7f880 Compare August 1, 2024 01:59
@renovate renovate bot changed the title fix(deps): update dependency eslint-plugin-promise to v6.6.0 fix(deps): update linters Aug 1, 2024
@renovate renovate bot force-pushed the renovate/linters branch 2 times, most recently from 34da939 to 5589a67 Compare August 7, 2024 18:32
@renovate renovate bot force-pushed the renovate/linters branch 2 times, most recently from d59c37b to 49933be Compare August 16, 2024 17:14
@renovate renovate bot force-pushed the renovate/linters branch 2 times, most recently from 8fe20af to 5b6365c Compare August 31, 2024 22:48
@renovate renovate bot changed the title fix(deps): update linters fix(deps): replace linters Sep 2, 2024
@renovate renovate bot force-pushed the renovate/linters branch 4 times, most recently from 7af71c5 to f4dae8d Compare September 5, 2024 07:21
@renovate renovate bot force-pushed the renovate/linters branch 4 times, most recently from a3a863d to 5541afb Compare September 17, 2024 20:26
@renovate renovate bot changed the title fix(deps): replace linters chore(deps): update linters Sep 17, 2024
@renovate renovate bot force-pushed the renovate/linters branch 4 times, most recently from a7fb237 to af0db5a Compare October 4, 2024 12:57
@renovate renovate bot force-pushed the renovate/linters branch 2 times, most recently from 87dfb7a to c98e4ee Compare October 20, 2024 16:51
@renovate renovate bot force-pushed the renovate/linters branch 5 times, most recently from 71b498d to 1ce6936 Compare October 27, 2024 07:19
@renovate renovate bot force-pushed the renovate/linters branch 2 times, most recently from 1053ed7 to d142b57 Compare November 22, 2024 16:58
@renovate renovate bot force-pushed the renovate/linters branch 4 times, most recently from 2bac787 to 76c4434 Compare November 28, 2024 01:59
@renovate renovate bot force-pushed the renovate/linters branch from 76c4434 to 16348ed Compare December 5, 2024 10:00
@renovate renovate bot changed the title chore(deps): update linters fix(deps): update linters Dec 10, 2024
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot force-pushed the renovate/linters branch from 16348ed to bf11a52 Compare December 25, 2024 04:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/dependency Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants