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 patch dependencies #4045

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 20, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@casl/ability (source) 6.7.1 -> 6.7.2 age adoption passing confidence
@cdssnc/gcds-tokens (source) 1.20.0 -> 1.20.2 age adoption passing confidence
@next/eslint-plugin-next (source) 13.5.6 -> 13.5.7 age adoption passing confidence
@radix-ui/react-alert-dialog (source) 1.1.1 -> 1.1.2 age adoption passing confidence
@radix-ui/react-dropdown-menu (source) 2.1.1 -> 2.1.2 age adoption passing confidence
@radix-ui/react-tooltip (source) 1.1.2 -> 1.1.4 age adoption passing confidence
@types/node (source) 18.19.44 -> 18.19.67 age adoption passing confidence
@types/node-fetch (source) 2.6.11 -> 2.6.12 age adoption passing confidence
@types/pg (source) 8.11.6 -> 8.11.10 age adoption passing confidence
@types/react (source) 18.3.11 -> 18.3.14 age adoption passing confidence
@types/react-dom (source) 18.3.1 -> 18.3.2 age adoption passing confidence
@​zitadel/node 2.0.22 -> 2.0.37 age adoption passing confidence
axe-core (source) 4.10.0 -> 4.10.2 age adoption passing confidence
axios (source) 1.7.7 -> 1.7.9 age adoption passing confidence
dotenv 16.4.5 -> 16.4.7 age adoption passing confidence
eslint (source) 8.57.0 -> 8.57.1 age adoption passing confidence
eslint-config-next (source) 14.2.5 -> 14.2.20 age adoption passing confidence
eslint-plugin-tailwindcss 3.17.4 -> 3.17.5 age adoption passing confidence
husky 9.1.4 -> 9.1.7 age adoption passing confidence
i18next (source) 23.16.4 -> 23.16.8 age adoption passing confidence
lint-staged 15.2.9 -> 15.2.10 age adoption passing confidence
next (source) 14.2.15 -> 14.2.20 age adoption passing confidence
next-auth (source) 5.0.0-beta.22 -> 5.0.0-beta.25 age adoption passing confidence
postcss (source) 8.4.47 -> 8.4.49 age adoption passing confidence
react-complex-tree (source) 2.4.5 -> 2.4.6 age adoption passing confidence
react-i18next 15.1.1 -> 15.1.3 age adoption passing confidence
react-select (source) 5.8.0 -> 5.8.3 age adoption passing confidence
tailwind-merge 2.5.2 -> 2.5.5 age adoption passing confidence
tailwindcss (source) 3.4.9 -> 3.4.16 age adoption passing confidence
ts-jest (source) 29.2.4 -> 29.2.5 age adoption passing confidence
zustand 5.0.1 -> 5.0.2 age adoption passing confidence

Review

  • Updates have been tested and work
  • If updates are AWS related, versions match the infrastructure (e.g. Lambda runtime, database, etc.)

Release Notes

stalniy/casl (@​casl/ability)

v6.7.2

Compare Source

cds-snc/gcds-tokens (@​cdssnc/gcds-tokens)

v1.20.2

Compare Source

Released on: 2024-11-04

🔄 Code Refactoring
  • remove global focus text form color (breaking change) + label, hint and legend (#​340) (90da86f)

v1.20.1

Compare Source

Released on: 2024-10-23

🔄 Code Refactoring
vercel/next.js (@​next/eslint-plugin-next)

v13.5.7

Compare Source

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes
  • Remove invalid fallback revalidate value (#​69990)
  • Shared Revalidate Timings (#​64370)
Credits

Huge thanks to @​wyattjoh and @​ijjk for helping!

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

v1.1.2

Compare Source

dequelabs/axe-core (axe-core)

v4.10.2: Release 4.10.2

Compare Source

This release prevents axe from sometimes crashing when a page changes in the middle of a test.

Bug Fixes

v4.10.1

Compare Source

axios/axios (axios)

v1.7.9

Compare Source

Reverts
Contributors to this release

v1.7.8

Compare Source

Bug Fixes
Contributors to this release
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
eslint/eslint (eslint)

v8.57.1

Compare Source

vercel/next.js (eslint-config-next)

v14.2.20

Compare Source

v14.2.19

Compare Source

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes
  • ensure worker exits bubble to parent process (#​73433)
  • Increase max cache tags to 128 (#​73125)
Misc Changes
  • Update max tag items limit in docs (#​73445)
Credits

Huge thanks to @​ztanner and @​ijjk for helping!

v14.2.18

Compare Source

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes
Credits

Huge thanks to @​huozhi and @​ijjk for helping!

v14.2.17

Compare Source

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes
  • Fix: revert the bad node binary handling (#​72356)
  • Ensure pages/500 handles cache-control as expected (#​72050) (#​72110)
  • fix unhandled runtime error from generateMetadata in parallel routes (#​72153)
Credits

Huge thanks to @​huozhi, @​ztanner, and @​ijjk for helping!

v14.2.16

Compare Source

v14.2.15

Compare Source

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes
  • support breadcrumb style catch-all parallel routes #​65063
  • Provide non-dynamic segments to catch-all parallel routes #​65233
  • Fix client reference access causing metadata missing #​70732
  • feat(next/image): add support for decoding prop #​70298
  • feat(next/image): add images.localPatterns config #​70529
  • fix(next/image): handle undefined images.localPatterns config in images-manifest.json
  • fix: Do not omit alt on getImgProps return type, ImgProps #​70608
  • [i18n] Routing fix #​70761
Credits

Huge thanks to @​ztanner, @​agadzik, @​huozhi, @​styfle, @​icyJoseph and @​wyattjoh for helping!

v14.2.14

Compare Source

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes
  • Fix: clone response in first handler to prevent race (#​70082) (#​70649)
  • Respect reexports from metadata API routes (#​70508) (#​70647)
  • Externalize node binary modules for app router (#​70646)
  • Fix revalidateTag() behaviour when invoked in server components (#​70446) (#​70642)
  • Fix prefetch bailout detection for nested loading segments (#​70618)
  • Add missing node modules to externals (#​70382)
  • Feature: next/image: add support for images.remotePatterns.search (#​70302)
Credits

Huge thanks to @​styfle, @​ztanner, @​ijjk, @​huozhi and @​wyattjoh for helping!

v14.2.13

Compare Source

v14.2.12

Compare Source

v14.2.11

Compare Source

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes
Credits

Huge thanks to @​huozhi, @​devjiwonchoi, and @​ijjk for helping!

v14.2.10

Compare Source

v14.2.9

Compare Source

v14.2.8

Compare Source

v14.2.7

Compare Source

v14.2.6

Compare Source

francoismassart/eslint-plugin-tailwindcss (eslint-plugin-tailwindcss)

v3.17.5

Compare Source

typicode/husky (husky)

v9.1.7

Compare Source

v9.1.6

Compare Source

v9.1.5

Compare Source

i18next/i18next (i18next)

v23.16.8

Compare Source

  • fix(plural): Create cache entry for PluralRules created as part of the fallback flow 2256

v23.16.7

Compare Source

  • if plural rule is not found, try to search with language only code 2252

v23.16.6

Compare Source

  • fix: Small typo in the type definitions 2250

v23.16.5

Compare Source

  • fix extractFromKey for use cases like this
lint-staged/lint-staged (lint-staged)

v15.2.10

Compare Source

Patch Changes
vercel/next.js (next)

v14.2.20

Compare Source

v14.2.19

Compare Source

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes
  • ensure worker exits bubble to parent process (#​73433)
  • Increase max cache tags to 128 (#​73125)
Misc Changes
  • Update max tag items limit in docs (#​73445)
Credits

Huge thanks to @​ztanner and @​ijjk for helping!

v14.2.18

Compare Source

v14.2.17

Compare Source

v14.2.16

Compare Source

nextauthjs/next-auth (next-auth)

v5.0.0-beta.24

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/nextauthjs/next-auth/compare/[email protected]@5.0.0-beta.24

v5.0.0-beta.23

Compare Source

postcss/postcss (postcss)

v8.4.49

Compare Source

v8.4.48

Compare Source

  • Fixed position calculation in error/warnings methods (by @​romainmenke).
lukasbach/react-complex-tree (react-complex-tree)

v2.4.6

Compare Source

Bug Fixes and Improvements
  • Don't show drag line when dragging outside of the tree container (#​417)
  • Fix a bug where items where dropped on the last valid position when dragging items on an invalid position and then dropping (#​417)
i18next/react-i18next (react-i18next)

v15.1.3

Compare Source

  • fix: Self-closing REACT components in translation strings should not attempt to replace the component's children 1815 1816

v15.1.2

Compare Source

  • fix: Attempted to assign to readonly property 1813
JedWatson/react-select (react-select)

v5.8.3

Compare Source

Patch Changes

v5.8.2

Compare Source

Patch Changes

v5.8.1

Compare Source

dcastil/tailwind-merge (tailwind-merge)

v2.5.5

Compare Source

Bug Fixes
Documentation

Full Changelog: dcastil/tailwind-merge@v2.5.4...v2.5.5

Thanks to @​brandonmcconnell, @​manavm1990, @​langy, @​jamesreaco, @​roboflow, @​syntaxfm, @​getsentry, @​codecov and more via @​thnxdev for sponsoring tailwind-merge! ❤️

v2.5.4

Compare Source

Bug Fixes

Full Changelog: dcastil/tailwind-merge@v2.5.3...v2.5.4

Thanks to @​brandonmcconnell, @​manavm1990, @​langy, @​jamesreaco, @​roboflow and @​codecov for sponsoring tailwind-merge! ❤️

[v2.5.3](https://redirect.github.com/dcastil/tailwind-mer


Configuration

📅 Schedule: Branch creation - "every weekend" in timezone America/Montreal, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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 dependencies Pull requests that update a dependency file renovate labels Jul 20, 2024
@renovate renovate bot force-pushed the renovate/all-patch branch from e4a2313 to d0291b3 Compare July 22, 2024 17:11
@renovate renovate bot changed the title fix(deps): update dependency next to v14.2.5 fix(deps): update all patch dependencies Jul 22, 2024
@renovate renovate bot force-pushed the renovate/all-patch branch from d0291b3 to 1d36e95 Compare July 23, 2024 14:03
@renovate renovate bot changed the title fix(deps): update all patch dependencies chore(deps): update all patch dependencies Jul 23, 2024
@renovate renovate bot force-pushed the renovate/all-patch branch 3 times, most recently from 6d7625a to 0b98662 Compare July 23, 2024 22:36
@renovate renovate bot changed the title chore(deps): update all patch dependencies fix(deps): update all patch dependencies Jul 23, 2024
@renovate renovate bot force-pushed the renovate/all-patch branch 10 times, most recently from 02d12bc to be66caf Compare July 29, 2024 22:57
@renovate renovate bot changed the title fix(deps): update all patch dependencies chore(deps): update all patch dependencies Jul 29, 2024
@renovate renovate bot force-pushed the renovate/all-patch branch 9 times, most recently from 3d8c287 to c51ccf4 Compare July 31, 2024 17:14
@renovate renovate bot force-pushed the renovate/all-patch branch 3 times, most recently from 055deae to 44a3e50 Compare December 6, 2024 14:53
@renovate renovate bot changed the title fix(deps): update all patch dependencies fix(deps): update all patch dependencies - autoclosed Dec 8, 2024
@renovate renovate bot closed this Dec 8, 2024
@renovate renovate bot deleted the renovate/all-patch branch December 8, 2024 18:34
@renovate renovate bot changed the title fix(deps): update all patch dependencies - autoclosed fix(deps): update all patch dependencies Dec 8, 2024
@renovate renovate bot reopened this Dec 8, 2024
@renovate renovate bot force-pushed the renovate/all-patch branch 20 times, most recently from 7283904 to a1ab20a Compare December 12, 2024 17:24
@renovate renovate bot force-pushed the renovate/all-patch branch from a1ab20a to 4008334 Compare December 12, 2024 21:25
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 renovate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants