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

chore(deps): replace eslint and prettier packages #156

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 1, 2022

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
babel-eslint devDependencies replacement ^10.1.0 -> ^7.11.0
eslint-plugin-import devDependencies minor 2.26.0 -> 2.31.0 age adoption passing confidence
eslint-plugin-jsx-a11y devDependencies minor 6.6.1 -> 6.10.0 age adoption passing confidence
eslint-plugin-react devDependencies minor 7.31.10 -> 7.37.1 age adoption passing confidence
eslint-plugin-react-hooks (source) devDependencies patch 4.6.0 -> 4.6.2 age adoption passing confidence
eslint-plugin-storybook devDependencies minor ^0.5.11 -> ^0.9.0 age adoption passing confidence
prettier (source) devDependencies minor 2.7.1 -> 2.8.8 age adoption passing 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.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 ([#​1820], 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.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.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/

@renovate renovate bot force-pushed the renovate/eslint-and-prettier-packages branch 4 times, most recently from ad92e81 to 3862dcb Compare October 12, 2022 13:40
@renovate renovate bot force-pushed the renovate/eslint-and-prettier-packages branch from 3862dcb to 1898287 Compare October 26, 2022 13:58
@renovate renovate bot changed the title chore(deps): pin dependencies chore(deps): update dependency eslint-plugin-storybook to ^0.6.0 Oct 26, 2022
@renovate renovate bot force-pushed the renovate/eslint-and-prettier-packages branch 3 times, most recently from d94a7c9 to 3b2c840 Compare November 9, 2022 13:14
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-storybook to ^0.6.0 Update dependency eslint-plugin-storybook to ^0.6.0 Dec 17, 2022
@renovate renovate bot changed the title Update dependency eslint-plugin-storybook to ^0.6.0 chore(deps): update dependency eslint-plugin-storybook to ^0.6.0 Dec 17, 2022
@renovate renovate bot force-pushed the renovate/eslint-and-prettier-packages branch from 3b2c840 to cb5965a Compare March 2, 2023 13:09
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-storybook to ^0.6.0 chore(deps): replace eslint and prettier packages Mar 15, 2023
@renovate renovate bot force-pushed the renovate/eslint-and-prettier-packages branch 3 times, most recently from f57e034 to 2dac21d Compare March 21, 2023 12:52
@renovate renovate bot force-pushed the renovate/eslint-and-prettier-packages branch from 2dac21d to 402af6a Compare March 24, 2023 09:35
@renovate renovate bot force-pushed the renovate/eslint-and-prettier-packages branch 2 times, most recently from 3928a4e to 83db5ee Compare April 4, 2023 16:07
@renovate renovate bot force-pushed the renovate/eslint-and-prettier-packages branch 2 times, most recently from 6170b70 to f0d0736 Compare April 27, 2023 16:26
@renovate renovate bot force-pushed the renovate/eslint-and-prettier-packages branch 2 times, most recently from 0eb785c to 9f06f9e Compare May 8, 2023 10:43
@renovate renovate bot force-pushed the renovate/eslint-and-prettier-packages branch 2 times, most recently from d19fded to 2c88b07 Compare May 20, 2023 05:46
@renovate renovate bot force-pushed the renovate/eslint-and-prettier-packages branch 4 times, most recently from 8c35b63 to edc3242 Compare June 1, 2023 20:41
@renovate renovate bot force-pushed the renovate/eslint-and-prettier-packages branch from edc3242 to cef7f44 Compare June 13, 2023 17:26
@renovate renovate bot force-pushed the renovate/eslint-and-prettier-packages branch from 60b1c9f to 09f7986 Compare March 4, 2024 09:41
@renovate renovate bot force-pushed the renovate/eslint-and-prettier-packages branch 2 times, most recently from bacb2b7 to 8f720a1 Compare March 15, 2024 23:19
@renovate renovate bot force-pushed the renovate/eslint-and-prettier-packages branch 2 times, most recently from 2331fb0 to 18cdb55 Compare March 24, 2024 14:26
@renovate renovate bot force-pushed the renovate/eslint-and-prettier-packages branch from 18cdb55 to 5f6d134 Compare April 14, 2024 09:10
@renovate renovate bot force-pushed the renovate/eslint-and-prettier-packages branch 3 times, most recently from 2ccdde5 to 0b1c4e1 Compare April 26, 2024 17:11
@renovate renovate bot force-pushed the renovate/eslint-and-prettier-packages branch from 0b1c4e1 to e0f0bf3 Compare May 28, 2024 06:31
@renovate renovate bot force-pushed the renovate/eslint-and-prettier-packages branch from e0f0bf3 to 8a1bc86 Compare June 4, 2024 11:42
@renovate renovate bot force-pushed the renovate/eslint-and-prettier-packages branch 2 times, most recently from a4e0d14 to 18a6dac Compare June 20, 2024 06:58
@renovate renovate bot force-pushed the renovate/eslint-and-prettier-packages branch 2 times, most recently from 74aa684 to cd6a829 Compare July 20, 2024 06:30
@renovate renovate bot force-pushed the renovate/eslint-and-prettier-packages branch from cd6a829 to 56e0204 Compare July 27, 2024 00:20
@renovate renovate bot force-pushed the renovate/eslint-and-prettier-packages branch from 56e0204 to 35cd0de Compare August 6, 2024 09:42
@renovate renovate bot force-pushed the renovate/eslint-and-prettier-packages branch 5 times, most recently from ab310cb to e844a1f Compare September 4, 2024 06:44
@renovate renovate bot force-pushed the renovate/eslint-and-prettier-packages branch 2 times, most recently from 93237e8 to f5baaa9 Compare September 12, 2024 19:05
@renovate renovate bot force-pushed the renovate/eslint-and-prettier-packages branch 4 times, most recently from 5537550 to c0db2e6 Compare October 3, 2024 12:06
@renovate renovate bot force-pushed the renovate/eslint-and-prettier-packages branch from c0db2e6 to 733a193 Compare October 9, 2024 07:49
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