Skip to content

fix(deps): update linters #334

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

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 Pending
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 2.32.0
eslint-plugin-jsx-a11y 6.9.0 -> 6.10.2 age adoption passing confidence dependencies minor
eslint-plugin-license-header 0.6.1 -> 0.8.0 age adoption passing confidence dependencies minor
eslint-plugin-mdx (source) 3.1.5 -> 3.5.0 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.5 age adoption passing confidence dependencies minor
eslint-plugin-turbo (source) 2.0.9 -> 2.5.4 age adoption passing confidence devDependencies minor
prettier (source) 3.3.3 -> 3.5.3 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

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.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
nikku/eslint-plugin-license-header (eslint-plugin-license-header)

v0.8.0

Compare Source

  • FEAT: recognize SPDX-License-Identifier headers (#​21)

v0.7.0

Compare Source

  • FEAT: recognize @license annotated headers (#​19)
mdx-js/eslint-mdx (eslint-plugin-mdx)

v3.5.0

Compare Source

Minor Changes
Patch Changes

Full Changelog: https://github.com/mdx-js/eslint-mdx/compare/[email protected]@3.5.0

v3.4.2

Compare Source

Patch Changes

Full Changelog: https://github.com/mdx-js/eslint-mdx/compare/[email protected]@3.4.2

v3.4.1

Compare Source

Patch Changes
New Contributors

Full Changelog: https://github.com/mdx-js/eslint-mdx/compare/[email protected]@3.4.1

v3.4.0

Compare Source

Minor Changes
Patch Changes

Full Changelog: https://github.com/mdx-js/eslint-mdx/compare/[email protected]@3.4.0

v3.3.2

Compare Source

Patch Changes

Full Changelog: https://github.com/mdx-js/eslint-mdx/compare/[email protected]@3.3.2

v3.3.1

Compare Source

Patch Changes

Full Changelog: https://github.com/mdx-js/eslint-mdx/compare/[email protected]@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:

    // before
    import eslintMdx from 'eslint-mdx'
    import eslintPluginMdx from 'eslint-plugin-mdx'
    // after
    import * as eslintMdx from 'eslint-mdx'
    import * as eslintPluginMdx from 'eslint-plugin-mdx'
Patch Changes

Full Changelog: https://github.com/mdx-js/eslint-mdx/compare/[email protected]@3.3.0

v3.2.0

Compare Source

Minor Changes
Patch Changes

Full Changelog: https://github.com/mdx-js/eslint-mdx/compare/[email protected]@3.2.0

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.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)
vercel/turborepo (eslint-plugin-turbo)

v2.5.4: Turborepo v2.5.4

Compare Source

What's Changed

Docs
turbo-ignore
eslint
@​turbo/repository
Examples

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 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
@renovate renovate bot force-pushed the renovate/linters branch from 16348ed to bf11a52 Compare December 25, 2024 04:25
@renovate renovate bot force-pushed the renovate/linters branch from bf11a52 to 8efc252 Compare January 14, 2025 04:42
@renovate renovate bot force-pushed the renovate/linters branch 2 times, most recently from a9fc226 to 0dbab3b Compare February 1, 2025 21:50
@renovate renovate bot force-pushed the renovate/linters branch 4 times, most recently from 617e775 to ac98bd7 Compare February 14, 2025 16:28
@renovate renovate bot force-pushed the renovate/linters branch 3 times, most recently from ac94e2a to 4fef416 Compare February 23, 2025 06:49
@renovate renovate bot force-pushed the renovate/linters branch 3 times, most recently from 8aab7ea to 1a0f6f8 Compare March 4, 2025 02:32
@renovate renovate bot force-pushed the renovate/linters branch from 1a0f6f8 to b9b2b79 Compare March 9, 2025 14:35
@renovate renovate bot force-pushed the renovate/linters branch from b9b2b79 to 651beab Compare March 25, 2025 15:52
@renovate renovate bot force-pushed the renovate/linters branch 4 times, most recently from 3046b17 to a80b7e8 Compare April 6, 2025 18:01
@renovate renovate bot force-pushed the renovate/linters branch 3 times, most recently from f39201d to fce5201 Compare April 26, 2025 19:02
@renovate renovate bot force-pushed the renovate/linters branch from fce5201 to e0f4af9 Compare May 7, 2025 22:59
@renovate renovate bot force-pushed the renovate/linters branch from e0f4af9 to 611b342 Compare May 17, 2025 10:47
@renovate renovate bot force-pushed the renovate/linters branch from 611b342 to e6df71a Compare May 31, 2025 18:00
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot force-pushed the renovate/linters branch from e6df71a to 4404280 Compare June 15, 2025 04:59
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