Skip to content

chore(deps): update all non-major dependencies#48

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/all-minor-patch
Open

chore(deps): update all non-major dependencies#48
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/all-minor-patch

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Jul 24, 2023

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
eslint-plugin-import ^2.27.5^2.32.0 age confidence
eslint-plugin-jsx-a11y ^6.7.1^6.10.2 age confidence
eslint-plugin-react ^7.32.2^7.37.5 age confidence
yarn 1.22.19+sha1.4ba7fc5c6e704fce2066ecbfb0b0d8976fe624471.22.22 age confidence

Release Notes

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])

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 ([#​2735], 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])
jsx-eslint/eslint-plugin-jsx-a11y (eslint-plugin-jsx-a11y)

v6.10.2

Compare Source

v6.10.1

Compare Source

v6.10.0

Compare Source

v6.9.0

Compare Source

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
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)

v7.35.0

Compare Source

Added
Fixed
Changed

v7.34.4

Compare Source

Fixed

v7.34.3

Compare Source

Fixed
  • [prop-types]: null-check rootNode before calling getScope (#​3762 @​crnhrv)
  • [boolean-prop-naming]: avoid a crash with a spread prop (#​3733 @​ljharb)
  • [jsx-boolean-value]: assumeUndefinedIsFalse with never must not allow explicit true value (#​3757 @​6uliver)
  • [no-object-type-as-default-prop]: enable rule for components with many parameters (#​3768 @​JulienR1)
  • [jsx-key]: incorrect behavior for checkKeyMustBeforeSpread with map callbacks (#​3769 @​akulsr0)

v7.34.2

Compare Source

Fixed
Changed

v7.34.1

Compare Source

Fixed
Changed
  • [boolean-prop-naming]: improve error message (@​ljharb)

v7.34.0

Compare Source

Added
Fixed
Changed

v7.33.2

Compare Source

Fixed
  • [no-deprecated]: prevent false positive on commonjs import (#​3614 @​akulsr0)
  • [no-unsafe]: report on the method instead of the entire component (@​ljharb)
  • [no-deprecated]: report on the destructured property instead of the entire variable declarator (@​ljharb)
  • [no-deprecated]: report on the imported specifier instead of the entire import statement (@​ljharb)
  • [no-invalid-html-attribute]: report more granularly (@​ljharb)

v7.33.1

Compare Source

Fixed

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Between 12:00 AM and 03:59 AM, only on Monday (* 0-3 * * 1)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

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 renovatebot label Jul 24, 2023
@renovate renovate Bot changed the title chore(deps): update dependency eslint-plugin-react to ^7.33.0 chore(deps): update all non-major dependencies Jul 28, 2023
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 3c384c9 to 98ca526 Compare July 30, 2023 00:54
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 4592b4a to aeabc98 Compare August 18, 2023 21:36
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from aeabc98 to cb7d3d3 Compare October 23, 2023 07:44
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from cb7d3d3 to 32a787f Compare November 1, 2023 22:58
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 32a787f to 2d6c9e6 Compare December 14, 2023 19:44
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 2d6c9e6 to b8cb914 Compare March 4, 2024 07:53
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from b8cb914 to eb732f6 Compare March 15, 2024 21:43
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from eb732f6 to d01763f Compare May 28, 2024 08:23
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 34e63b2 to f399c22 Compare June 20, 2024 06:20
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 14937a5 to 7049f56 Compare July 20, 2024 07:28
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from bd78b57 to 11d3981 Compare September 4, 2024 06:39
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 8443a74 to b860f78 Compare September 12, 2024 18:18
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 255f4b2 to 35c0591 Compare October 3, 2024 12:01
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 13a9b9e to 250d514 Compare October 26, 2024 06:57
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 250d514 to e5ec307 Compare December 24, 2024 03:11
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from e5ec307 to 088c2fb Compare January 13, 2025 04:28
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from f72cf4d to 12b5fe7 Compare February 11, 2025 07:08
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 12b5fe7 to 79e0b7f Compare March 3, 2025 16:36
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 8ea93ab to 7b2e1a2 Compare March 17, 2025 18:53
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 7b2e1a2 to cea88dc Compare April 3, 2025 22:00
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 0c07ec2 to 828fec6 Compare June 4, 2025 06:00
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 828fec6 to 566e80d Compare June 20, 2025 22:06
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 566e80d to 40d455f Compare October 21, 2025 10:44
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 40d455f to 7d6b668 Compare December 31, 2025 14:49
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 7d6b668 to 17e528c Compare January 8, 2026 20:11
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 17e528c to 3afb6cf Compare January 19, 2026 15:15
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 3afb6cf to 1a51870 Compare February 17, 2026 16:54
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 1a51870 to d707333 Compare March 13, 2026 17:55
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 93a85b6 to bc6c424 Compare April 8, 2026 18:31
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from bc6c424 to aa2f465 Compare April 29, 2026 13:56
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