Skip to content

fix(deps): update major dependencies (major) - #6

Open
renovate[bot] wants to merge 1 commit into
developfrom
renovate/major-major-dependencies
Open

fix(deps): update major dependencies (major)#6
renovate[bot] wants to merge 1 commit into
developfrom
renovate/major-major-dependencies

Conversation

@renovate

@renovate renovate Bot commented Jul 8, 2024

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@hookform/resolvers (source) 3.10.05.7.1 age confidence
@mui/icons-material (source) 5.18.09.3.1 age confidence
@mui/material (source) 5.18.09.3.1 age confidence
@​types/cookie 0.6.01.0.0 age confidence
@types/node (source) 20.19.1924.13.3 age confidence
@types/react (source) 18.3.2519.2.18 age confidence
@types/react-dom (source) 18.3.719.2.4 age confidence
@typescript-eslint/eslint-plugin (source) 7.18.08.66.0 age confidence
cookie 0.7.22.0.1 age confidence
eslint (source) 8.57.110.8.1 age confidence
eslint-config-next (source) 14.2.3316.3.0 age confidence
eslint-config-prettier 9.1.210.1.8 age confidence
immer 10.1.311.1.16 age confidence
inversify (source) 6.2.28.2.3 age confidence
react (source) 18.3.119.2.8 age confidence
react-dom (source) 18.3.119.2.8 age confidence
set-cookie-parser 2.7.13.1.2 age confidence
tailwindcss (source) 3.4.174.3.3 age confidence
typescript (source) 5.9.37.0.2 age confidence
zod (source) 3.25.764.4.3 age confidence
zustand 4.5.75.0.14 age confidence

Release Notes

react-hook-form/resolvers (@​hookform/resolvers)

v5.7.1

Compare Source

v5.7.0

Compare Source

Features

v5.6.0

Compare Source

v5.5.8

Compare Source

Bug Fixes
  • Zod resolver drops validation errors for special root field names (#​869) (2f28787)

v5.5.7

Compare Source

v5.5.6

Compare Source

v5.5.5

Compare Source

Bug Fixes
  • yup resolver overrides ref property in errors object with validation metadata when using checkbox input (#​863) (0f70063)

v5.5.4

Compare Source

Bug Fixes
  • AJV Resolver - When ajv schema contains default for certain properties, getValues() returns the form data with properties overwritten (#​862) (c4b6aab)

v5.5.3

Compare Source

Bug Fixes
  • Conditional/dynamic schema resolution no longer working (#​861) (f8d6533)

v5.5.2

Compare Source

v5.5.1

Compare Source

Bug Fixes
  • [zod v4][zod resolver] error on nested discriminated unions (#​858) (4d01d01)

v5.5.0

Compare Source

Features

v5.4.3

Compare Source

Bug Fixes

v5.4.2

Compare Source

Bug Fixes

v5.4.1

Compare Source

Bug Fixes
  • declare validation libraries as optional peerDependencies (#​850) (d5e5134)

v5.4.0

Compare Source

Features
  • feat: add ata-validator resolver (#​845)
Fixes
  • fix issue with toNestErrors.ts (#​848)
  • add guidance on passing context to yupResolver (useForm context) (#​835) (3d29924)

v5.2.2

Compare Source

Bug Fixes

v5.2.1

Compare Source

Bug Fixes

v5.2.0

Compare Source

Features

v5.1.1

Compare Source

Bug Fixes

v5.1.0

Compare Source

Features
  • support Zod 4, Zod v4 mini, and retains compatibility with Zod v3. (#​777) (8d083bd)

v5.0.1

Compare Source

Bug Fixes
  • relax version constraint for react-hook-form 7.55.0 → ^7.55.0 (#​758) (6e88393)

v5.0.0

Compare Source

Features
BREAKING CHANGES
  • Requires react-hook-form@​7.55.0 or higher

Before
Prior to V5, some projects used manual types like

useForm<FormValues>();

After
With V5, the correct approach is:

useForm<Input, Context, Output>();
useForm<FormInputValues, Context, FormOutputValues>();

This update enables distinct outputs when utilizing features like transform from validation libraries.

ℹ️ The best approach is to let the types be inferred from your schema, rather than manually defining them.

v4.1.3

Compare Source

Bug Fixes
  • escape square brackets in field name regex pattern (#​752) (50dd4ad)

v4.1.2

Compare Source

Bug Fixes

v4.1.1

Compare Source

Bug Fixes
  • standard-schema: Propertly handle object path segments (#​746) (8ffada0)

v4.1.0

Compare Source

Features

v4.0.0

Compare Source

Bug Fixes
  • add support for names option (#​713) (985c48d)
  • arktypeResolver: resolve type error when schema is defined from an ArkType scope (#​732) (3233667)
  • handle raw: true option to pass form submission values correctly (#​733) (7807f95)
  • validateFieldsNatively: handle undefined object when reading 'refs' (#​734) (3da2054)
Features
  • ajv: Keep original validation type while using errorMessage (#​728) (5030a59)
  • effectResolver: returns either all errors or only the first one based on criteriaMode (#​737) (12d7d8e)
  • standard-schema: add standard-schema resolver (#​738) (b75a95a)
BREAKING CHANGES
  • ajv: The AJV Resolver now unwraps the errorMessage object to return the original error types. This update may introduce breaking changes to your projects.
mui/material-ui (@​mui/icons-material)

v9.3.1

Compare Source

Aug 6, 2026

A big thanks to the 4 contributors who made this release possible.

@mui/material@9.3.1
@mui/codemod@9.3.1
Core

All contributors of this release in alphabetical order: @​brijeshb42, @​DanailH, @​silviuaavram, @​ZeeshanTamboli

v9.3.0

Compare Source

Aug 4, 2026

A big thanks to the 18 contributors who made this release possible. Here are some highlights ✨:

  • ♿️ Keyboard navigation in the Toggle Button Group now follows the roving tabindex pattern.
  • ♿️ The Autocomplete announces its loading and no options messages through a new status slot.
@mui/material@9.3.0
@mui/system@9.3.0
@mui/codemod@9.3.0
Docs
Core

All contributors of this release in alphabetical order: @​bernardobelchior, @​brijeshb42, @​DebadityaHait, @​Janpot, @​Juan-C-Ceballos, @​kalayciburak, @​LukasTy, @​manbearwiz, @​mansourcodes, @​meaqua9420, @​morning-verlu, @​oliviertassinari, @​rushijagani-dev, @​silviuaavram, @​siriwatknp, @​SR0725, @​ZeeshanTamboli, @​ZhouYinLong-lab

v9.2.0

Compare Source

Jul 2, 2026

A big thanks to the 9 contributors who made this release possible.

@mui/material@9.1.3
@mui/utils@9.1.3
Docs
Core

All contributors of this release in alphabetical order: @​brijeshb42, @​greymoth-jp, @​Janpot, @​LukasTy, @​michelengelen, @​mturac, @​Prakash1185, @​siriwatknp, @​Sushantplive

v9.1.1

Compare Source

Jun 11, 2026

A big thanks to the 9 contributors who made this release possible.

@mui/material@9.1.1
@mui/styled-engine@9.1.1
  • [styled-engine] Prevent enableCssLayer styles from being overridden by unlayered styles (#​48603) @​Janpot
Docs
Core

All contributors of this release in alphabetical order: @​aemartos, @​brijeshb42, @​ifer47, @​Janpot, @​LukasTy, @​oliviertassinari, @​rluzists1, @​siriwatknp, @​vipin8797

v9.1.0

Compare Source

Jun 8, 2026

A big thanks to the 15 contributors who made this release possible. Here are some highlights ✨:

@mui/material@9.1.0
@mui/utils@9.1.0
Docs
Core

All contributors of this release in alphabetical order: @​brijeshb42, @​cherniavskii, @​JakeSaterlay, @​Janpot, @​joserodolfofreitas, @​LukasTy, @​mj12albert, @​nightt5879, @​noam3127, @​oliviertassinari, [@&#820

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Only on Sunday and Saturday (* * * * 0,6)
  • Automerge
    • At any time (no schedule defined)

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

Rebasing: Whenever PR becomes conflicted, 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 force-pushed the renovate/major-major-dependencies branch from 6acf275 to 84926cc Compare July 8, 2024 13:29
@renovate renovate Bot changed the title chore(deps): update major dependencies (major) chore(deps): update dependency eslint to v9 Jul 8, 2024
@renovate
renovate Bot force-pushed the renovate/major-major-dependencies branch 2 times, most recently from 85a7224 to 37aacef Compare July 15, 2024 22:35
@renovate
renovate Bot force-pushed the renovate/major-major-dependencies branch 2 times, most recently from 01b4e47 to 4e1918b Compare August 3, 2024 20:15
@renovate renovate Bot changed the title chore(deps): update dependency eslint to v9 chore(deps): update major dependencies (major) Aug 3, 2024
@renovate
renovate Bot force-pushed the renovate/major-major-dependencies branch 4 times, most recently from 4a1d88a to 18a96da Compare August 15, 2024 17:23
@renovate
renovate Bot force-pushed the renovate/major-major-dependencies branch 4 times, most recently from e70f2c2 to 39174f1 Compare August 29, 2024 18:07
@renovate
renovate Bot force-pushed the renovate/major-major-dependencies branch from 39174f1 to 26fc6f9 Compare August 30, 2024 11:32
@renovate renovate Bot changed the title chore(deps): update major dependencies (major) fix(deps): update major dependencies (major) Aug 30, 2024
@renovate
renovate Bot force-pushed the renovate/major-major-dependencies branch 4 times, most recently from 471a264 to 0ce00b8 Compare September 6, 2024 16:39
@renovate
renovate Bot force-pushed the renovate/major-major-dependencies branch 5 times, most recently from dcfd9b1 to fb624c6 Compare September 14, 2024 04:34
@renovate
renovate Bot force-pushed the renovate/major-major-dependencies branch 2 times, most recently from 69599e1 to c34e3d0 Compare September 15, 2024 04:28
@renovate
renovate Bot force-pushed the renovate/major-major-dependencies branch 7 times, most recently from 3e866d1 to a5784bf Compare October 18, 2024 20:05
@renovate
renovate Bot force-pushed the renovate/major-major-dependencies branch 7 times, most recently from c071941 to 6b8f2de Compare October 26, 2024 07:05
@renovate
renovate Bot force-pushed the renovate/major-major-dependencies branch 14 times, most recently from 065820b to 5d82adf Compare November 4, 2024 19:03
@renovate

renovate Bot commented Jan 31, 2026

Copy link
Copy Markdown
Contributor Author

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
npm warn Unknown env config "store". This will stop working in the next major version of npm. See `npm help npmrc` for supported config options.
npm error code ERESOLVE
npm error ERESOLVE unable to resolve dependency tree
npm error
npm error While resolving: @walletwatch/web-backend@0.1.0
npm error Found: typescript@7.0.2
npm error node_modules/typescript
npm error   dev typescript@"7.0.2" from the root project
npm error
npm error Could not resolve dependency:
npm error peer typescript@">=4.8.4 <6.1.0" from @typescript-eslint/parser@8.66.0
npm error node_modules/@typescript-eslint/parser
npm error   peer @typescript-eslint/parser@"^8.66.0" from @typescript-eslint/eslint-plugin@8.66.0
npm error   node_modules/@typescript-eslint/eslint-plugin
npm error     dev @typescript-eslint/eslint-plugin@"8.66.0" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry this command with --force or --legacy-peer-deps to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /runner/cache/others/npm/_logs/2026-08-12T00_32_54_854Z-eresolve-report.txt
npm error A complete log of this run can be found in: /runner/cache/others/npm/_logs/2026-08-12T00_32_54_854Z-debug-0.log

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