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 all non-major dependencies - autoclosed #54

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 28, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@next/eslint-plugin-next (source) ^13.5.6 -> ^13.5.7 age adoption passing confidence
@rushstack/eslint-patch (source) ^1.7.0 -> ^1.10.4 age adoption passing confidence
eslint (source) ^8.56.0 -> ^8.57.1 age adoption passing confidence
eslint-plugin-cypress ^2.15.1 -> ^2.15.2 age adoption passing confidence
eslint-plugin-import ^2.29.1 -> ^2.31.0 age adoption passing confidence
eslint-plugin-jest ^27.6.3 -> ^27.9.0 age adoption passing confidence
eslint-plugin-jsx-a11y ^6.8.0 -> ^6.10.2 age adoption passing confidence
eslint-plugin-promise ^6.1.1 -> ^6.6.0 age adoption passing confidence
eslint-plugin-react ^7.33.2 -> ^7.37.2 age adoption passing confidence
eslint-plugin-react-hooks (source) ^4.6.0 -> ^4.6.2 age adoption passing confidence
eslint-plugin-sonarjs (source) ^0.23.0 -> ^0.25.1 age adoption passing confidence
eslint-plugin-tsdoc (source) ^0.2.17 -> ^0.4.0 age adoption passing confidence
eslint-plugin-vue (source) ^9.20.1 -> ^9.32.0 age adoption passing confidence
prettier (source) ^3.2.4 -> ^3.4.2 age adoption passing confidence
vue-eslint-parser ^9.4.2 -> ^9.4.3 age adoption passing confidence
yarn (source) 3.7.0 -> 3.8.7 age adoption passing confidence

Release Notes

vercel/next.js (@​next/eslint-plugin-next)

v13.5.7

Compare Source

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes
  • Remove invalid fallback revalidate value (#​69990)
  • Shared Revalidate Timings (#​64370)
Credits

Huge thanks to @​wyattjoh and @​ijjk for helping!

microsoft/rushstack (@​rushstack/eslint-patch)

v1.10.4

Compare Source

Sat, 27 Jul 2024 00:10:27 GMT

Patches
  • Include CHANGELOG.md in published releases again

v1.10.3

Compare Source

Fri, 17 May 2024 00:10:40 GMT

Patches
  • [eslint-patch] Allow use of ESLint v9

v1.10.2

Compare Source

Wed, 10 Apr 2024 21:59:39 GMT

Patches
  • Bump maximum supported ESLint version for the bulk-suppressions tool to 8.57.0.

v1.10.1

Compare Source

Fri, 29 Mar 2024 05:46:41 GMT

Patches
  • Fix an issue where the eslint-bulk prune command would crash if a bulk suppressions file exists that speicifies no suppressions.
  • Exit with success under normal conditions.

v1.10.0

Compare Source

Thu, 28 Mar 2024 18:11:12 GMT

Minor changes
  • Delete the .eslint-bulk-suppressions.json file during pruning if all suppressions have been eliminated.
Patches
  • Fix an issue with running eslint-bulk prune in a project with suppressions that refer to deleted files.

v1.9.0

Compare Source

Wed, 27 Mar 2024 19:47:21 GMT

Minor changes
  • Fix an issue where eslint-bulk prune does not work if there are no files to lint in the project root.

v1.8.0

Compare Source

Wed, 20 Mar 2024 02:09:14 GMT

Minor changes
  • Refactor the bulk-suppressions feature to fix some performance issues.
Patches
  • Fix an issue where linting issues that were already suppressed via suppression comments were recorded in the bulk suppressions list.

v1.7.2

Compare Source

Thu, 25 Jan 2024 23:03:57 GMT

Patches
  • Some minor documentation updates

v1.7.1

Compare Source

Wed, 24 Jan 2024 07:38:34 GMT

Patches
  • Update documentation
eslint/eslint (eslint)

v8.57.1

Compare Source

v8.57.0

Compare Source

Features

  • 1120b9b feat: Add loadESLint() API method for v8 (#​18098) (Nicholas C. Zakas)
  • dca7d0f feat: Enable eslint.config.mjs and eslint.config.cjs (#​18066) (Nitin Kumar)

Bug Fixes

  • 2196d97 fix: handle absolute file paths in FlatRuleTester (#​18064) (Nitin Kumar)
  • 69dd1d1 fix: Ensure config keys are printed for config errors (#​18067) (Nitin Kumar)
  • 9852a31 fix: deep merge behavior in flat config (#​18065) (Nitin Kumar)
  • 4c7e9b0 fix: allow circular references in config (#​18056) (Milos Djermanovic)

Documentation

Chores

cypress-io/eslint-plugin-cypress (eslint-plugin-cypress)

v2.15.2

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])
jest-community/eslint-plugin-jest (eslint-plugin-jest)

v27.9.0

Compare Source

Features

v27.8.0

Compare Source

Features

v27.7.0

Compare Source

Features
  • allow [@typescript-eslint](https://github.com/typescript-eslint) v7 (#​1500) (6be2928)

27.6.3 (2024-01-12)

Bug Fixes

27.6.2 (2024-01-10)

Reverts

27.6.1 (2024-01-01)

Bug Fixes
  • include plugin meta information with snapshot processor for ESLint v9 (#​1484) (067e246)
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
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)

v6.5.1

Compare Source

v6.5.0

Compare Source

v6.4.0

Compare Source

v6.3.0

Compare Source

v6.2.0

Compare Source

jsx-eslint/eslint-plugin-react (eslint-plugin-react)

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)

undefined
[#​1000]: https://github.com/jsx-eslint/eslint-plugin-react/pull/1000%0A[#​1002]: https://github.com/jsx-eslint/eslint-plugin-react/issues/1002%0A[#​1005]: https://github.com/jsx-eslint/eslint-plugin-react/pull/1005%0A[#​100]: https://github.com/jsx-eslint/eslint-plugin-react/issues/100%0A[#​1010]: https://github.com/jsx-eslint/eslint-plugin-react/pull/1010%0A[#​1013]: https://github.com/jsx-eslint/eslint-plugin-react/pull/1013%0A[#​1022]: https://github.com/jsx-eslint/eslint-plugin-react/issues/1022%0A[#​1029]: https://github.com/jsx-eslint/eslint-plugin-react/issues/1029%0A[#​102]: https://github.com/jsx-eslint/eslint-plugin-react/issues/102%0A[#​1034]: https://github.com/jsx-eslint/eslint-plugin-react/issues/1034%0A[#​1038]: https://github.com/jsx-eslint/eslint-plugin-react/pull/1038%0A[#​1041]: https://github.com/jsx-eslint/eslint-plugin-react/pull/1041%0A[#​1043]: https://github.com/jsx-eslint/eslint-plugin-react/issues/1043%0A[#​1046]: https://github.com/jsx-eslint/eslint-plugin-react/issues/1046%0A[#​1047]: https://github.com/jsx-eslint/eslint-plugin-react/issues/1047%0A[#​1050]: https://github.com/jsx-eslint/eslint-plugin-react/pull/1050%0A[#​1053]: https://github.com/jsx-eslint/eslint-plugin-react/issues/1053%0A[#​1057]: https://github.com/jsx-eslint/eslint-plugin-react/issues/1057%0A[#​105]: https://github.com/jsx-eslint/eslint-plugin-react/issues/105%0A[#​1061]: https://github.com/jsx-eslint/eslint-plugin-react/issues/1061%0A[#​1062]: https://github.com/jsx-eslint/eslint-plugin-react/pull/1062%0A[#​1070]: https://github.com/jsx-eslint/eslint-plugin-react/pull/1070%0A[#​1071]: https://github.com/jsx-eslint/eslint-plugin-react/pull/1071%0A[#​1073]: https://github.com/jsx-eslint/eslint-plugin-react/issues/1073%0A[[#​1076](https://github.com/jsx-eslint/eslint-plug


Configuration

📅 Schedule: Branch creation - "before 12pm on Sunday" (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.


  • 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/all-minor-patch branch from d272723 to a582d8e Compare January 29, 2024 19:36
@renovate renovate bot changed the title fix(deps): update dependency @rushstack/eslint-patch to ^1.7.2 fix(deps): update all non-major dependencies Jan 29, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from fdba6dc to 25fa550 Compare February 5, 2024 19:41
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from f9532ec to ce3a15f Compare February 16, 2024 18:43
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 4007e8c to fb4c103 Compare February 26, 2024 21:07
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 74f3d23 to ad6e569 Compare March 6, 2024 23:24
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 23ad929 to 444494c Compare March 15, 2024 21:05
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from b896cd7 to d55bcd8 Compare March 25, 2024 13:02
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from e7c0477 to ac1da69 Compare April 3, 2024 13:54
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from b9d9082 to bbd1e64 Compare April 10, 2024 16:29
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d8bcd0b to 6e7afa9 Compare August 24, 2024 15:04
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 1ca3cd5 to 7cef154 Compare September 4, 2024 06:17
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 7b62f32 to ea5b98b Compare September 17, 2024 22:44
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from d27f5f8 to d8d76b2 Compare October 3, 2024 12:10
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d8d76b2 to 4b3ab79 Compare October 11, 2024 06:49
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 59d41a2 to 126d69f Compare October 23, 2024 01:40
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 072a6d3 to 86cac24 Compare October 28, 2024 13:37
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 86cac24 to a798ecd Compare November 12, 2024 00:13
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from d41726d to 55abfe4 Compare November 26, 2024 15:14
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 6dcfa71 to c464849 Compare December 4, 2024 02:14
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c464849 to 459e97c Compare December 4, 2024 10:45
@renovate renovate bot changed the title fix(deps): update all non-major dependencies fix(deps): update all non-major dependencies - autoclosed Dec 8, 2024
@renovate renovate bot closed this Dec 8, 2024
@renovate renovate bot deleted the renovate/all-minor-patch branch December 8, 2024 18:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants