FAQ | This is a LIVE service | Changelog

Skip to content

fix(deps): update all non-major dependencies

uis-devops-renovatebot requested to merge renovate/all-minor-patch into main

This MR contains the following updates:

Package Type Update Change
@emotion/cache (source) dependencies patch 11.13.1 -> 11.13.5
@emotion/react (source) dependencies patch 11.13.3 -> 11.13.5
@emotion/styled (source) dependencies patch 11.13.0 -> 11.13.5
@hookform/resolvers (source) dependencies patch 3.9.0 -> 3.9.1
@mui/material (source) dependencies patch 6.1.4 -> 6.1.8
@mui/material-nextjs (source) dependencies patch 6.1.4 -> 6.1.8
@types/node (source) devDependencies minor 20.16.12 -> 20.17.6
@types/react (source) devDependencies patch 18.3.11 -> 18.3.12
axe-core (source) devDependencies patch 4.10.1 -> 4.10.2
cypress (source) devDependencies minor 13.15.0 -> 13.16.0
eslint-config-next (source) devDependencies patch 14.2.15 -> 14.2.18
next (source) dependencies patch 14.2.15 -> 14.2.18
postcss (source) devDependencies patch 8.4.47 -> 8.4.49
react-hook-form (source) dependencies patch 7.53.0 -> 7.53.2
tailwindcss (source) devDependencies patch 3.4.14 -> 3.4.15
ucam-observe-remote-client dependencies patch ^0.0.5 -> ^0.0.6
uis/devops/continuous-delivery/ci-templates repository minor v5.1.0 -> v5.2.1
uis/devops/continuous-delivery/ci-templates repository minor v6.0.2 -> v6.1.1
zustand dependencies patch 5.0.0 -> 5.0.1

Release Notes

emotion-js/emotion (@​emotion/cache)

v11.13.5

Compare Source

Patch Changes
  • #​3270 77d930d Thanks @​emmatown! - Fix inconsistent hashes using development vs production bundles/exports conditions when using @emotion/babel-plugin with sourceMap: true (the default). This is particularly visible when using Emotion with the Next.js Pages router where the development condition is used when bundling code but not when importing external code with Node.js.

  • Updated dependencies [77d930d]:

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

v3.9.1

Compare Source

Bug Fixes
mui/material-ui (@​mui/material)

v6.1.8

Compare Source

Nov 20, 2024

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

@mui/material@6.1.8
@mui/system@6.1.8
@mui/styled-engine@6.1.8
@mui/utils@6.1.8
Docs
Core

All contributors of this release in alphabetical order: @​DiegoAndai, @​JCQuintas, @​joserodolfofreitas, @​mnajdova, @​oliviertassinari, @​prakhargupta1, @​sai6855, samuelsycamore, @​siriwatknp, @​ZeeshanTamboli

v6.1.7

Compare Source

Nov 13, 2024

A big thanks to the 13 contributors who made this release possible. This release includes fixes as well as documentation improvements.

@mui/material@6.1.7
@mui/styled-engine-sc@6.1.7
  • Fix missing @types/hoist-non-react-statics causing styled returns any (#​44397) @​megos
Docs
Core

All contributors of this release in alphabetical order: @​Janpot, @​JCQuintas, @​megos, @​mnajdova, @​navedqb, @​oliviertassinari, @​prakhargupta1, @​sai6855, @​samuelsycamore, @​siriwatknp, @​vladmoroz, @​zanivan, @​ZeeshanTamboli

v6.1.6

Compare Source

Oct 30, 2024

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

@mui/material@6.1.6
@mui/material-nextjs@6.1.6
@mui/lab@6.0.0-beta.14
@mui/codemod@6.1.6
@mui/utils@6.1.6
Docs
Core

All contributors of this release in alphabetical order: @​aarongarciah, @​blackcow1987, @​DiegoAndai, @​jimmycallin, @​joshkel, @​mnajdova, @​navedqb, @​nphmuller, @​o-alexandrov, @​oliviertassinari, @​prakhargupta1, @​sai6855, @​siriwatknp

v6.1.5

Compare Source

Oct 22, 2024

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

@mui/material@6.1.5
@mui/system@6.1.5
@mui/codemod@6.1.5
Docs
Core

All contributors of this release in alphabetical order: @​ChinoUkaegbu, @​Janpot, @​mnajdova, @​oliviertassinari, @​prakhargupta1, @​sai6855, @​samuelsycamore, @​siriwatknp, @​snapwich

dequelabs/axe-core (axe-core)

v4.10.2

Compare Source

cypress-io/cypress (cypress)

v13.16.0

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-16-0

v13.15.2

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-15-2

v13.15.1

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-15-1

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

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

postcss/postcss (postcss)

v8.4.49

Compare Source

v8.4.48

Compare Source

  • Fixed position calculation in error/warnings methods (by @​romainmenke).
react-hook-form/react-hook-form (react-hook-form)

v7.53.2: Version 7.53.2

Compare Source

🐞 fix #​12398 staled disabled issue with resubmit form (#​12403) 🐞 fix: add type guard to fieldRef.select (#​12390) Revert "🏺 watch reference update on formState update (#​12326)" (#​12391)

thanks to @​developer-bandi

v7.53.1: Version 7.53.1

Compare Source

🐞 fix: #​12294 ensure Invalid Date is evaluated correctly (#​12295) 🐞 fix #​12316 setValue should work for arrays of primitives to handle checkboxes (#​12316) (#​12317) 🐞 fix #​12097 Use dirty fields along with mount names for form reset with keepDirtyValues (#​12211) 🫀 fix #​12237 disabled state trigger formState dirty/dirtyFields to update (#​12239) 🐞 fix #​12291 field array remove cause undefined with FormData (#​12305) 📝 improve flatten function with object type check (#​12306) 🖐️ improve: resolve type of set function (#​12145) 🔧 chore: upgrade eslint to v9 (#​12150) 📖 fix: code example input field placeholder name (#​12296) 📖 docs: fix typo in code example (#​12271)

thanks to @​rasikhq @​abnud11 @​crypt0box @​developer-bandi @​matmannion @​hasancruk & @​vismay7

tailwindlabs/tailwindcss (tailwindcss)

v3.4.15

Compare Source

  • Bump versions for security vulnerabilities (#​14697)
  • Ensure the TypeScript types for the boxShadow theme configuration allows arrays (#​14856)
  • Set fallback for opacity variables to ensure setting colors with the selection:* variant works in Chrome 131 (#​15003)
uis/devops/continuous-delivery/ci-templates (uis/devops/continuous-delivery/ci-templates)

v5.2.1

Compare Source

v5.2.0

Compare Source

pmndrs/zustand (zustand)

v5.0.1

Compare Source

This fixes shallow function for some edge cases.

What's Changed

New Contributors

Full Changelog: https://github.com/pmndrs/zustand/compare/v5.0.0...v5.0.1


Configuration

📅 Schedule: Branch creation - "every weekday" in timezone Europe/London, Automerge - At any time (no schedule defined).

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

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This MR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

Edited by uis-devops-renovatebot

Merge request reports

Loading