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
@mui/material (source) dependencies patch 6.1.0 -> 6.1.4
@mui/material-nextjs (source) dependencies patch 6.1.0 -> 6.1.4
@types/node (source) devDependencies patch 20.16.5 -> 20.16.12
@types/react (source) devDependencies patch 18.3.10 -> 18.3.11
@types/react-dom (source) devDependencies patch 18.3.0 -> 18.3.1
axe-core (source) devDependencies patch 4.10.0 -> 4.10.1
eslint (source) devDependencies patch 8.57.0 -> 8.57.1
eslint-config-next (source) devDependencies patch 14.2.11 -> 14.2.15
next (source) dependencies patch 14.2.14 -> 14.2.15
postcss (source) devDependencies patch 8.4.45 -> 8.4.47
tailwindcss (source) devDependencies patch 3.4.13 -> 3.4.14
zustand dependencies patch 5.0.0-rc.2 -> 5.0.0

Release Notes

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

v6.1.4

Compare Source

Oct 15, 2024

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

@mui/material@6.1.4
Docs
Core

All contributors of this release in alphabetical order: @​aarongarciah, @​bharatkashyap, @​Janpot, @​oliviertassinari, @​prakhargupta1, @​sai6855, @​samuelsycamore, @​siriwatknp, @​zanivan

v6.1.3

Compare Source

Oct 9, 2024

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

  • 🚀 Improved performance on styled components by pre-serializing and caching the styles (#​43412) @​romgrk
@mui/material@6.1.3
@mui/system@6.1.3
@mui/utils@6.0.0-beta.11
@mui/lab@6.1.3
Docs
Core

All contributors of this release in alphabetical order: @​aarongarciah, @​Asin-Junior-Honore, @​barrownicholas, @​Chee7ah, @​effektsvk, @​hieunguyenduc696, @​Janpot, @​Juneezee, @​k-rajat19, @​mnajdova, @​oliviertassinari, @​romgrk, @​sai6855, @​siriwatknp, @​wojtek35, @​yonatan0

v6.1.2

Compare Source

Oct 2, 2024

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

@mui/material@6.1.2
Docs
Core

All contributors of this release in alphabetical order: @​albarv340, @​appleSimple, @​BrianWoolfolk, @​DanailH, @​Janpot, @​kdichev, @​oliviertassinari, @​sai6855, @​samuelsycamore, @​siriwatknp, @​wilhelmlofsten, @​yash49, @​ZeeshanTamboli

v6.1.1

Compare Source

Sep 19, 2024

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

@mui/material@6.1.1
@mui/system@6.1.1
@mui/utils@6.1.1
  • Fix "useId" & "useSyncExternalStore" imports to not be statically analyzable (#​43360) @​yash49
Docs
Core

All contributors of this release in alphabetical order: @​aarongarciah, @​binsmyth, @​cherniavskii, @​DiegoAndai, @​Janpot, @​Juneezee, @​LukasTy, @​mnajdova, @​morozow, @​Nashyn, @​oliviertassinari, @​sahil-ag, @​sai6855, @​Sergio16T, @​siriwatknp, @​xconverge, @​yash49, @​ZeeshanTamboli

dequelabs/axe-core (axe-core)

v4.10.1: Release 4.10.1

Compare Source

Because a few false positives were fixed, this release may see the number of reported issues go down. In pages with lots of very similar elements a performance bottleneck was fixed, allowing axe to finish sometimes up to 10x faster, although for most pages there won't be a difference. Lastly there is a small change to the ancestry selector of elements in shadow DOM. These weren't always guaranteed to be unique. The change means deduplication based on ancestry selectors may not work between 4.10.1 and older versions.

Bug Fixes
eslint/eslint (eslint)

v8.57.1

Compare Source

Bug Fixes

  • a19072f fix: add logic to handle fixTypes in the lintText() method (#​18900) (Francesco Trotta)
  • 04c7188 fix: Don't lint same file multiple times (#​18899) (Francesco Trotta)
  • 87ec3c4 fix: do not throw when defining a global named __defineSetter__ (#​18898) (Francesco Trotta)
  • 60a1267 fix: Provide helpful error message for nullish configs (#​18889) (Milos Djermanovic)
  • a0dea8e fix: allow name in global ignores, fix --no-ignore for non-global (#​18875) (Milos Djermanovic)
  • 3836bb4 fix: do not crash on error in fs.walk filter (#​18886) (Milos Djermanovic)
  • 2dec349 fix: skip processor code blocks that match only universal patterns (#​18880) (Milos Djermanovic)

Documentation

Build Related

  • 35d366a build: Support updates to previous major versions (#​18870) (Milos Djermanovic)

Chores

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

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

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

Core Changes
  • Fix missing cache-control on SSR app route (#​70265)
  • feat: add polyfill of URL.canParse for browser compatibility (#​70228)
  • Fix vercel og package memory leak (#​70214)
  • Fix startTime error on Android 9 with Chrome 74 (#​67391)
Credits

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

v14.2.12

Compare Source

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

Core Changes
  • update prefetching jsdoc & documentation (#​68047)
  • Ensure we chunk revalidate tag requests (#​70189)
  • (backport) fix(eslint): allow typescript-eslint v8 (#​70090)
  • [ppr] Don't mark RSC requests as /_next/data requests (backport of #​66249) (#​70083)
Credits

Huge thanks to @​alvarlagerlof, @​wyattjoh, @​delbaoliveira, and @​ijjk for helping!

postcss/postcss (postcss)

v8.4.47

Compare Source

  • Removed debug code.

v8.4.46

Compare Source

  • Fixed Cannot read properties of undefined (reading 'before').
tailwindlabs/tailwindcss (tailwindcss)

v3.4.14

Compare Source

Fixed
  • Don't set display: none on elements that use hidden="until-found" (#​14625)
pmndrs/zustand (zustand)

v5.0.0

Compare Source

🎉🎉🎉 Zustand v5 🐻🐻🐻

TL;DR

  • No new features
  • Drop many old things
  • Migration from v4 should be smooth.

Changes in v5

  • Drop default exports
  • Drop deprecated features
  • Make React 18 the minimum required version
  • Make use-sync-external-store a peer dependency (required for createWithEqualityFn and useStoreWithEqualityFn in zustand/traditional)
  • Make TypeScript 4.5 the minimum required version
  • Drop UMD/SystemJS support
  • Organize entry points in the package.json
  • Drop ES5 support
  • Stricter types when setState's replace flag is set
  • Persist middleware behavioral change
  • Other small improvements (technically breaking changes)

Migration Guide

Read the migration guide carefully: https://github.com/pmndrs/zustand/blob/main/docs/migrations/migrating-to-v5.md

Frequently Reported Issue

During the RC period, some users encountered the following infinite loop error:

Uncaught Error: Maximum update depth exceeded. This can happen when a component repeatedly calls setState inside componentWillUpdate or componentDidUpdate. React limits the number of nested updates to prevent infinite loops.

This case was already a non-ideal behavior in v4 but appears more explicitly as an error in v5. While there are several ways to resolve this, using useShallow often fixes the problem.

What's Changed

New Contributors

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


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