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.9 age adoption passing confidence
@iframe-resizer/react (source) 5.3.1 -> 5.3.3 age adoption passing confidence
@radix-ui/react-dialog (source) 1.1.2 -> 1.1.6 age adoption passing confidence
@radix-ui/react-label (source) 2.1.0 -> 2.1.2 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.3 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.3 age adoption passing confidence
lucide-react (source) 0.452.0 -> 0.477.0 age adoption passing confidence
prettier (source) 3.3.3 -> 3.5.3 age adoption passing confidence
react-focus-lock 2.13.2 -> 2.13.6 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.15.0 age adoption passing confidence
tailwind-merge 2.5.3 -> 2.6.0 age adoption passing confidence
typescript (source) 5.6.3 -> 5.8.2 age adoption passing confidence
yarn (source) 4.5.0 -> 4.7.0 age adoption passing confidence

Release Notes

babel/babel (@​babel/core)

v7.26.9

Compare Source

🐛 Bug Fix
🏠 Internal

v7.26.8

Compare Source

v7.26.8 (2025-02-08)

🏠 Internal
  • babel-preset-env
    • #​17097 Update dependency babel-plugin-polyfill-corejs3 to ^0.11.0

v7.26.7

Compare Source

🐛 Bug Fix

v7.26.0

Compare Source

🚀 New Feature
  • babel-core, babel-generator, babel-parser, babel-plugin-syntax-import-assertions, babel-plugin-syntax-import-attributes, babel-preset-env, babel-standalone, babel-types
  • babel-core
  • babel-compat-data, babel-plugin-proposal-regexp-modifiers, babel-plugin-transform-regexp-modifiers, babel-preset-env, babel-standalone
  • babel-parser
  • babel-generator, babel-parser, babel-plugin-syntax-flow
  • babel-helpers, babel-preset-typescript, babel-runtime-corejs3
  • babel-generator, babel-parser
🐛 Bug Fix
💅 Polish
  • babel-plugin-proposal-json-modules, babel-plugin-transform-json-modules, babel-standalone
🏠 Internal
🏃‍♀️ Performance
  • babel-helper-module-transforms, babel-plugin-transform-modules-commonjs

v7.25.9

Compare Source

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

v5.3.3

Compare Source

What's Changed

Thank you to @​dackmin for submitting a fix for the parent types.

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

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.6

Compare Source

v1.1.5

Compare Source

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.3

Compare Source

Patch Changes

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
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)
gatsbyjs/gatsby (gatsby)

v5.14.1

Compare Source

v5.14.0: v5.14.0

Compare Source

This release focused on performance improvements and security fixes.

What's Changed

See full release notes

gatsbyjs/gatsby (gatsby-plugin-catch-links)

v5.14.0

Compare Source

🧾 Release notes

Note: Version bump only for package gatsby-plugin-catch-links

5.13.1 (2024-01-23)

Note: Version bump only for package gatsby-plugin-catch-links

gatsbyjs/gatsby (gatsby-plugin-google-tagmanager)

v5.14.0

Compare Source

🧾 Release notes

Note: Version bump only for package gatsby-plugin-google-tagmanager

5.13.1 (2024-01-23)

Note: Version bump only for package gatsby-plugin-google-tagmanager

gatsbyjs/gatsby (gatsby-plugin-image)

v3.14.0

Compare Source

🧾 Release notes

Bug Fixes
3.13.1 (2024-01-23)

Note: Version bump only for package gatsby-plugin-image

gatsbyjs/gatsby (gatsby-plugin-manifest)

v5.14.0

Compare Source

🧾 Release notes

Note: Version bump only for package gatsby-plugin-manifest

5.13.1 (2024-01-23)

Note: Version bump only for package gatsby-plugin-manifest

gatsbyjs/gatsby (gatsby-plugin-postcss)

v6.14.0

Compare Source

🧾 Release notes

Bug Fixes
  • update dependency postcss-loader to ^7.3.4 for gatsby-plugin-postcss #​38792 (dd0ae15)
6.13.1 (2024-01-23)

Note: Version bump only for package gatsby-plugin-postcss

gatsbyjs/gatsby (gatsby-plugin-react-helmet)

v6.14.0

Compare Source

🧾 Release notes

Note: Version bump only for package gatsby-plugin-react-helmet

6.13.1 (2024-01-23)

Note: Version bump only for package gatsby-plugin-react-helmet

gatsbyjs/gatsby (gatsby-plugin-sharp)

v5.14.0

Compare Source

🧾 Release notes

Bug Fixes
5.13.1 (2024-01-23)

Note: Version bump only for package gatsby-plugin-sharp

gatsbyjs/gatsby (gatsby-plugin-twitter)

v5.14.0

Compare Source

🧾 Release notes

Note: Version bump only for package gatsby-plugin-twitter

5.13.1 (2024-01-23)

Note: Version bump only for package gatsby-plugin-twitter

gatsbyjs/gatsby (gatsby-source-filesystem)

v5.14.0

Compare Source

🧾 Release notes

Bug Fixes
5.13.1 (2024-01-23)

Note: Version bump only for package gatsby-source-filesystem

typicode/husky (husky)

v9.1.7

Compare Source

What's Changed

New Contributors


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-5sutm9 February 14, 2025 18:46 Inactive
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 43da194 to f59216f Compare February 15, 2025 10:08
@shcheklein shcheklein temporarily deployed to dvc-org-renovate-all-mi-woek7a February 15, 2025 10:09 Inactive
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f59216f to 3da536e Compare February 16, 2025 18:38
@shcheklein shcheklein temporarily deployed to dvc-org-renovate-all-mi-xqihn9 February 16, 2025 18:39 Inactive
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3da536e to 8ceda07 Compare February 19, 2025 11:32
@shcheklein shcheklein temporarily deployed to dvc-org-renovate-all-mi-fds5pg February 19, 2025 11:33 Inactive
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 8ceda07 to 5a695df Compare February 20, 2025 05:16
@shcheklein shcheklein temporarily deployed to dvc-org-renovate-all-mi-f3kdb3 February 20, 2025 05:16 Inactive
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 5a695df to d27de6b Compare February 20, 2025 14:29
@shcheklein shcheklein temporarily deployed to dvc-org-renovate-all-mi-eqgyyz February 20, 2025 14:30 Inactive
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d27de6b to 90afc3b Compare February 21, 2025 15:26
@shcheklein shcheklein temporarily deployed to dvc-org-renovate-all-mi-aanfv9 February 21, 2025 15:27 Inactive
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 90afc3b to 72f689b Compare February 24, 2025 07:04
@shcheklein shcheklein temporarily deployed to dvc-org-renovate-all-mi-pyuzlf February 24, 2025 07:04 Inactive
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 72f689b to 41d1dd7 Compare March 1, 2025 06:14
@shcheklein shcheklein temporarily deployed to dvc-org-renovate-all-mi-3x7mvk March 1, 2025 06:14 Inactive
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 41d1dd7 to e9acda7 Compare March 4, 2025 11:35
@shcheklein shcheklein temporarily deployed to dvc-org-renovate-all-mi-9hwibl March 4, 2025 11:35 Inactive
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e9acda7 to 14c90e2 Compare March 7, 2025 04:37
@shcheklein shcheklein temporarily deployed to dvc-org-renovate-all-mi-63uchp March 7, 2025 04:37 Inactive
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 14c90e2 to 1f993cb Compare March 7, 2025 04:39
@shcheklein shcheklein temporarily deployed to dvc-org-renovate-all-mi-kbhgvd March 7, 2025 04:39 Inactive
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 1f993cb to 2a49225 Compare March 7, 2025 18:49
@shcheklein shcheklein temporarily deployed to dvc-org-renovate-all-mi-srupbp March 7, 2025 18:50 Inactive
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 2a49225 to 586aeaf Compare March 8, 2025 18:39
@shcheklein shcheklein temporarily deployed to dvc-org-renovate-all-mi-puzkqu March 8, 2025 18:40 Inactive
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 586aeaf to 1f262b6 Compare March 10, 2025 02:10
@shcheklein shcheklein had a problem deploying to dvc-org-renovate-all-mi-nhbfxs March 10, 2025 02:10 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