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 #5322

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 3, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/core (source) 7.25.8 -> 7.26.0 age adoption passing confidence
@iframe-resizer/react (source) 5.3.1 -> 5.3.2 age adoption passing confidence
@radix-ui/react-dialog (source) 1.1.2 -> 1.1.4 age adoption passing confidence
@radix-ui/react-label (source) 2.1.0 -> 2.1.1 age adoption passing confidence
@types/gatsbyjs__reach-router (source) 2.0.4 -> 2.0.5 age adoption passing confidence
@types/react (source) 18.3.11 -> 18.3.18 age adoption passing confidence
dotenv 16.4.5 -> 16.4.7 age adoption passing confidence
eslint-plugin-jsx-a11y 6.10.0 -> 6.10.2 age adoption passing confidence
eslint-plugin-react 7.37.1 -> 7.37.3 age adoption passing confidence
gatsby (source, changelog) 5.13.7 -> 5.14.1 age adoption passing confidence
gatsby-plugin-catch-links (source) 5.13.1 -> 5.14.0 age adoption passing confidence
gatsby-plugin-google-tagmanager (source) 5.13.1 -> 5.14.0 age adoption passing confidence
gatsby-plugin-image (source) 3.13.1 -> 3.14.0 age adoption passing confidence
gatsby-plugin-manifest (source) 5.13.1 -> 5.14.0 age adoption passing confidence
gatsby-plugin-postcss (source) 6.13.1 -> 6.14.0 age adoption passing confidence
gatsby-plugin-react-helmet (source) 6.13.1 -> 6.14.0 age adoption passing confidence
gatsby-plugin-sharp (source) 5.13.1 -> 5.14.0 age adoption passing confidence
gatsby-plugin-twitter (source) 5.13.1 -> 5.14.0 age adoption passing confidence
gatsby-source-filesystem (source) 5.13.1 -> 5.14.0 age adoption passing confidence
husky 9.1.6 -> 9.1.7 age adoption passing confidence
lint-staged 15.2.10 -> 15.2.11 age adoption passing confidence
lucide-react (source) 0.452.0 -> 0.469.0 age adoption passing confidence
prettier (source) 3.3.3 -> 3.4.2 age adoption passing confidence
react-focus-lock 2.13.2 -> 2.13.5 age adoption passing confidence
react-slick (source) 0.30.2 -> 0.30.3 age adoption passing confidence
react-use 17.5.1 -> 17.6.0 age adoption passing confidence
stylelint (source) 16.10.0 -> 16.12.0 age adoption passing confidence
tailwind-merge 2.5.3 -> 2.6.0 age adoption passing confidence
typescript (source) 5.6.3 -> 5.7.2 age adoption passing confidence
yarn (source) 4.5.0 -> 4.5.3 age adoption passing confidence

Release Notes

babel/babel (@​babel/core)

v7.26.0

Compare Source

v7.25.9

Compare Source

🐛 Bug Fix
🏠 Internal
🏃‍♀️ Performance
davidjbradshaw/iframe-resizer (@​iframe-resizer/react)

v5.3.2

Compare Source

What's Changed

Full Changelog: davidjbradshaw/iframe-resizer@v5.3.1...v5.3.2

radix-ui/primitives (@​radix-ui/react-dialog)

v1.1.4

Compare Source

v1.1.3

Compare Source

motdotla/dotenv (dotenv)

v16.4.7

Compare Source

Changed
  • Ignore .tap folder when publishing. (oops, sorry about that everyone. - @​motdotla) #​848

v16.4.6

Compare Source

Changed
  • Clean up stale dev dependencies #​847
  • Various README updates clarifying usage and alternative solutions using dotenvx
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
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)

[#​176


Configuration

📅 Schedule: Branch creation - "* 0-3 1 * *" (UTC), 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 requested a review from a team as a code owner November 3, 2024 10:23
@renovate renovate bot added the dependencies Pull requests that update a dependency file (automatic) label Nov 3, 2024
@renovate renovate bot enabled auto-merge (squash) November 3, 2024 10:23
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from df13fa7 to e00e85f Compare November 4, 2024 14:11
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 655d534 to 2f35693 Compare November 18, 2024 10:00
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from e090b19 to d725905 Compare November 29, 2024 01:01
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from b3deb70 to a8c4a4d Compare December 5, 2024 18:09
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 3ab2147 to feba186 Compare December 10, 2024 13:58
@renovate renovate bot changed the title chore(deps): update all non-major dependencies fix(deps): update all non-major dependencies Dec 10, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 67a6e91 to e63fd03 Compare December 11, 2024 09:40
@shcheklein shcheklein temporarily deployed to dvc-org-renovate-all-mi-rh4ne2 December 17, 2024 16:56 Inactive
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3b73504 to e6700f9 Compare December 17, 2024 23:39
@shcheklein shcheklein temporarily deployed to dvc-org-renovate-all-mi-5yneoh December 17, 2024 23:39 Inactive
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e6700f9 to f517a33 Compare December 18, 2024 03:00
@shcheklein shcheklein temporarily deployed to dvc-org-renovate-all-mi-gikkqc December 18, 2024 03:00 Inactive
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f517a33 to ed2ee66 Compare December 20, 2024 02:05
@shcheklein shcheklein temporarily deployed to dvc-org-renovate-all-mi-gfgorw December 20, 2024 02:05 Inactive
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ed2ee66 to 6ecbcc7 Compare December 22, 2024 03:50
@shcheklein shcheklein temporarily deployed to dvc-org-renovate-all-mi-8xtkmt December 22, 2024 03:51 Inactive
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 6ecbcc7 to 0d80500 Compare December 22, 2024 15:18
@shcheklein shcheklein temporarily deployed to dvc-org-renovate-all-mi-kmu5l2 December 22, 2024 15:18 Inactive
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0d80500 to edcd67f Compare December 23, 2024 13:59
@shcheklein shcheklein temporarily deployed to dvc-org-renovate-all-mi-po4row December 23, 2024 13:59 Inactive
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from edcd67f to a2d47eb Compare December 24, 2024 03:56
@shcheklein shcheklein temporarily deployed to dvc-org-renovate-all-mi-aypwac December 24, 2024 03:57 Inactive
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a2d47eb to 41c23c5 Compare December 24, 2024 08:36
@shcheklein shcheklein temporarily deployed to dvc-org-renovate-all-mi-xhzvob December 24, 2024 08:36 Inactive
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 41c23c5 to 8a3c670 Compare December 27, 2024 03:54
@shcheklein shcheklein temporarily deployed to dvc-org-renovate-all-mi-flrnvs December 27, 2024 03:54 Inactive
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 8a3c670 to 2afccbd Compare December 27, 2024 10:43
@shcheklein shcheklein temporarily deployed to dvc-org-renovate-all-mi-boi4xg December 27, 2024 10:43 Inactive
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 2afccbd to e400537 Compare December 27, 2024 18:39
@shcheklein shcheklein temporarily deployed to dvc-org-renovate-all-mi-diofgr December 27, 2024 18:40 Inactive
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e400537 to 4411eca Compare December 30, 2024 18:35
@shcheklein shcheklein temporarily deployed to dvc-org-renovate-all-mi-6srv8p December 30, 2024 18:35 Inactive
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 4411eca to 48525a7 Compare December 31, 2024 02:02
@shcheklein shcheklein temporarily deployed to dvc-org-renovate-all-mi-6hvov7 December 31, 2024 02:03 Inactive
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 48525a7 to 0f559fc Compare December 31, 2024 04:29
@shcheklein shcheklein had a problem deploying to dvc-org-renovate-all-mi-6rqmiy December 31, 2024 04:30 Failure
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file (automatic)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant