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-prettier 5.2.1 -> 5.2.2 age adoption passing confidence
eslint-plugin-react 7.37.1 -> 7.37.4 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.4.1 age adoption passing confidence
lucide-react (source) 0.452.0 -> 0.471.1 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.13.2 age adoption passing confidence
tailwind-merge 2.5.3 -> 2.6.0 age adoption passing confidence
typescript (source) 5.6.3 -> 5.7.3 age adoption passing confidence
yarn (source) 4.5.0 -> 4.6.0 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
prettier/eslint-plugin-prettier (eslint-plugin-prettier)

v5.2.2

Compare Source

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

v7.37.4

Compare Source

Fixed

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)

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-dzagla January 4, 2025 11:05 Inactive
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c14d0a4 to 8b28ba6 Compare January 5, 2025 13:16
@shcheklein shcheklein temporarily deployed to dvc-org-renovate-all-mi-m4mg4y January 5, 2025 13:16 Inactive
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 8b28ba6 to 38cedb5 Compare January 9, 2025 16:28
@shcheklein shcheklein temporarily deployed to dvc-org-renovate-all-mi-vxigrd January 9, 2025 16:29 Inactive
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 38cedb5 to 39957f3 Compare January 13, 2025 07:09
@shcheklein shcheklein temporarily deployed to dvc-org-renovate-all-mi-khnyef January 13, 2025 07:10 Inactive
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 39957f3 to a653f9d Compare January 15, 2025 21:41
@shcheklein shcheklein temporarily deployed to dvc-org-renovate-all-mi-co1zi8 January 15, 2025 21:41 Inactive
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a653f9d to 2916b49 Compare January 19, 2025 08:24
@shcheklein shcheklein temporarily deployed to dvc-org-renovate-all-mi-rwv54r January 19, 2025 08:24 Inactive
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 2916b49 to 2f07713 Compare January 19, 2025 13:08
@shcheklein shcheklein temporarily deployed to dvc-org-renovate-all-mi-eusp7u January 19, 2025 13:09 Inactive
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 2f07713 to bd8c160 Compare January 20, 2025 06:01
@shcheklein shcheklein temporarily deployed to dvc-org-renovate-all-mi-8yejvd January 20, 2025 06:01 Inactive
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from bd8c160 to dccf114 Compare January 20, 2025 14:22
@shcheklein shcheklein temporarily deployed to dvc-org-renovate-all-mi-rwgjck January 20, 2025 14:23 Inactive
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from dccf114 to df498bb Compare January 20, 2025 16:53
@shcheklein shcheklein temporarily deployed to dvc-org-renovate-all-mi-ebessl January 20, 2025 16:53 Inactive
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from df498bb to 3a76b9c Compare January 20, 2025 20:32
@shcheklein shcheklein temporarily deployed to dvc-org-renovate-all-mi-iarjjz January 20, 2025 20:33 Inactive
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3a76b9c to abf4c17 Compare January 21, 2025 14:27
@shcheklein shcheklein temporarily deployed to dvc-org-renovate-all-mi-0vxekr January 21, 2025 14:27 Inactive
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from abf4c17 to 5542aba Compare January 22, 2025 08:24
@shcheklein shcheklein temporarily deployed to dvc-org-renovate-all-mi-avdnm5 January 22, 2025 08:24 Inactive
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 5542aba to 7594734 Compare January 23, 2025 08:41
@shcheklein shcheklein temporarily deployed to dvc-org-renovate-all-mi-b4xlt8 January 23, 2025 08:42 Inactive
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 7594734 to 723cd21 Compare January 23, 2025 18:26
@shcheklein shcheklein had a problem deploying to dvc-org-renovate-all-mi-bokqyg January 23, 2025 18:27 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