Skip to content

chore(deps): update npm

BIWG Bot requested to merge renovate/npm into dev

This MR contains the following updates:

Package Change Age Adoption Passing Confidence
@mui/lab (source) 5.0.0-alpha.126 -> 5.0.0-alpha.127 age adoption passing confidence
@mui/material (source) 5.12.0 -> 5.12.1 age adoption passing confidence
@storybook/addon-essentials (source) 7.0.5 -> 7.0.6 age adoption passing confidence
@storybook/addon-links (source) 7.0.5 -> 7.0.6 age adoption passing confidence
@storybook/addon-storyshots (source) 7.0.5 -> 7.0.6 age adoption passing confidence
@storybook/react (source) 7.0.5 -> 7.0.6 age adoption passing confidence
@types/node (source) 18.15.11 -> 18.15.13 age adoption passing confidence
@types/react (source) 18.0.35 -> 18.0.38 age adoption passing confidence
@typescript-eslint/eslint-plugin 5.58.0 -> 5.59.0 age adoption passing confidence
@typescript-eslint/parser 5.58.0 -> 5.59.0 age adoption passing confidence
eslint (source) 8.38.0 -> 8.39.0 age adoption passing confidence
next (source) 13.3.0 -> 13.3.1 age adoption passing confidence
storybook (source) 7.0.5 -> 7.0.6 age adoption passing confidence

Release Notes

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

v5.0.0-alpha.127

Compare Source

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

v5.12.1

Compare Source

Apr 17, 2023

A big thanks to the 16 contributors who made this release possible. This release was mostly about 🐛 bug fixes and 📚 documentation improvements.

@mui/material@5.12.1
@mui/system@5.12.1
Breaking changes
  • ​[Grid2] Replace context with cloneElement (#​36399) @​siriwatknp

    Grid2 now uses React.cloneElement instead of React context for passing the spacing and columns to the next container. The change is close to how CSS flexbox behaves.

Changes
@mui/base@5.0.0-alpha.126
Breaking changes
  • ​[base] Refactor the compound components building blocks (#​36400) @​michaldudak Components affected by the changes are:
    • Menu
      • MenuUnstyledContext is replaced by MenuProvider. The value to pass to the provider is returned by the useMenu hook.
      • MenuUnstyled's onClose prop is replaced by onOpenChange. It has the open parameter and is called when a menu is opened or closed
    • Select
      • SelectUnstyledContext is replaced by SelectProvider. The value to pass to the provider is returned by the useSelect hook.
      • SelectUnstyled's popup is permanently mounted.
      • The defaultOpen prop was added to the SelectUnstyled. The open/close state can now be controlled or uncontrolled, as a value.
    • Tabs
      • TabsContext is replaced by TabsProvider. The value to pass to the provider is returned by the useTabs hook.
      • To deselect all tabs, pass in null to Tabs' value prop, instead of false. This is consistent with how Select works.
      • The value prop is still technically not mandatory on TabUnstyled and TabPanel, but when omitted, the contents of the selected tab panel will not be rendered during SSR.
@mui/joy@5.0.0-alpha.76
Docs
Core

All contributors of this release in alphabetical order: @​emlai, @​flaviendelangle, @​gitstart, @​hbjORbj, @​jesrodri, @​keyvanm, @​michaldudak, @​mj12albert, @​navedqb, @​oliviertassinari, @​rkdrnf, @​sai6855, @​samuelsycamore, @​siriwatknp, @​varunmulay22, @​ZeeshanTamboli

storybookjs/storybook

v7.0.6

Compare Source

Bug Fixes
  • Core: Fix module guard in non-webpack environments #​22085
Maintenance
  • CLI: Mark qwik as using addon-interactions #​22000
Build
  • Build: Upgrade Playwright to 1.32.3 #​22087
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v5.59.0

Compare Source

Bug Fixes
  • eslint-plugin: [no-unnecessary-condition] allow nullish coalescing for naked type parameter (#​6910) (3e5f858)
Features
  • eslint-plugin: [ban-types] add NonNullable suggestion and allow custom suggestions (#​6876) (ff65235)
typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v5.59.0

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

eslint/eslint

v8.39.0

Compare Source

Features

  • 3f7af9f feat: Implement SourceCode#markVariableAsUsed() (#​17086) (Nicholas C. Zakas)

Documentation

  • 6987dc5 docs: Fix formatting in Custom Rules docs (#​17097) (Milos Djermanovic)
  • 4ee92e5 docs: Update README (GitHub Actions Bot)
  • d8e9887 docs: Custom Rules cleanup/expansion (#​16906) (Ben Perlmutter)
  • 1fea279 docs: Clarify how to add to tsc agenda (#​17084) (Nicholas C. Zakas)
  • 970ef1c docs: Update triage board location (Nicholas C. Zakas)
  • 6d8bffd docs: Update README (GitHub Actions Bot)

Chores

vercel/next.js

v13.3.1

Compare Source

Core Changes
  • Fix query normalize on edge deploy: #​48045
  • Change metadata routes suffix to number and chars: #​48026
  • fix: show error when "next start" is used with "output" config: #​47989
  • Update query param prefix to reduce length: #​48051
  • turbopack: bind server to IPv6 loopback: #​47948
  • turbopack: pass ENV vars to route handlers: #​48048
  • parallel routes: fix layout not re-rendering: #​48066
  • Fix fallback detection logic when multiple generateStaticParams are needed: #​47982
  • Next Cache Telemetry: #​47939
  • Remove change leftover from experimental precompiled server: #​48107
  • Support og image with edge: #​48086
  • Add flag to control app document preloading: #​48115
  • Re-land "Vendor react@experimental under an experimentalReact flag": #​48041
  • Add experimental React related warning: #​47986
  • Fix next-flight-loader resourcePath in Windows: #​48152
  • Enable opening source file in build error overlay: #​48194
  • Update next/font/google data: #​48195
  • Fix documentation link for transpilePackages in NextConfig: #​48121
  • Remove warning for metadataBase fallback: #​48196
  • Fix typeof expression in layout router: #​48245
  • fix: Shift route-announcer to top of layout parent: #​44853
  • Chunking Refactor pt. 2: #​47961
  • Opt-into worker mode when appDir is enabled: #​47857
  • app-router: add batching support for RSC router payloads: #​48253
  • interception routes: add new sibling matcher marker + validation: #​48276
  • parallel routes: remove the per-route default 404 handler: #​48286
  • ensure original matcher source is free of mutations: #​47980
  • Add suffix to static metadata images: #​48202
  • Update metadata interface types: #​48259
  • parallel route: fix payload not being sent on refetch: #​48294
  • feat(turbopack): support initial compiler.emotion / compiler.styledComponents flag: #​47991
  • Support alt.txt for static metadata og image: #​48290
  • Fix missing favicon when other icon exist: #​48311
  • Fix app dir vanilla-extract support: #​48306
  • Auto collect custom manifest into metadata: #​48310
  • feat(turbopack): initial mdxrs config support: #​47886
  • refactor shared logic for turbopack-cli: #​48307
  • Fix dev case when proxying to self: #​48318
  • app router: fix scrolling behaviour for parallel routes: #​48346
  • interception routes: fix support for route groups: #​48351
  • Add body to router request to fix socket hang up: #​48039
  • Fix dev getStaticPaths/generateStaticParams calling: #​48322
  • Update App Route Signature: #​48348
  • fix: typo localy --> locally: #​48193
  • [create-next-app]: add mdx files to tailwind content config: #​48188
  • Ensure we handle 204 responses in fetch: #​48354
  • Fix fetch cache body handling and update edge-runtime deps: #​48365
  • Move normalizing of query for edge: #​48373
  • provide the PORT env var based on server port, update turbopack: #​48347
  • feat: generate image metadata: #​48362
  • Allow some more options for Turbopack: #​48401
  • Add pg (Postgres) to server components external packages.: #​48402
  • chore: add export ImageResponseOptions: #​48418
  • chore: fix a typo in a local variable name: #​48456
  • Fix turbo cache for @​next/env: #​48466
  • Consolidate two appDir if branches: #​48459
  • parallel routes: fix catch-all routes taking precedence in dev: #​48424
  • parallel routes: fix next-provided default.js not being resolved if the config doesn't specify .js: #​48446
  • interception routes: support middleware rewrites: #​48450
  • interception routes: fix production rewrites: #​48451
  • parallel routes: fix incorrect optimistic tree when there are multiple parallel routes: #​48449
  • Refactor entries.ts: #​48460
  • Fix misordered CSS resources: #​48244
  • Revert "Re-land "Vendor react@experimental under an experimentalReact flag"": #​48478
  • Change CacheFs methods to return Buffer: #​48237
  • app dir fixes: #​48025
  • Rename originUrl to fetchUrl: #​48315
  • Make jest config serializable: #​47620
  • Drop object config export support for app dir: #​48489
  • Fix server references handling in the edge runtime: #​48502
  • feat(next-swc): force teardown heap profiler if exists: #​47769
  • fix(turbopack/transform_options): enforce default react runtime: #​48400
  • Update swc_core to v0.75.23: #​48098
  • update swc_core and dependencies to 0.75.23: #​48521
  • Fixed image-optimizer crashing when using outputFileTracing: #​48513
  • Remove unused code from test-pack turbo task: #​48487
  • Fix static opt of routes generation for static metadata files: #​48528
  • feat(turbopack): support modularizeImports next.js config: #​48511
  • refactor: move resolving metadata process into async Metadata component: #​48536
  • Update history in useInsertionEffect: #​48553
  • Fix instrumentation.js initialization in prod on Vercel: #​48557
  • Prefer to use deployment url for metadata routes on production: #​48556
  • Fallback to deployment vercel url if metadataBase is not set on prod: #​48570
  • build(cargo): move workspaces manifest to top level: #​48198
  • Remove expired link resources via MutationObserver during development: #​48578
  • prettier fix for next-swc: #​47873
  • Fix chunk file names in flight manifest: #​48583
  • Adding missing fields to the Manifest type: #​48552
  • Add updated app dir cache handling: #​48516
  • Upgrade React: #​48589
  • use structured images with metainfo (blur placeholder): #​48531
  • Land reverted fix for chunk file names: #​48625
  • remove amp error in app dir: #​48620
  • Add test case for #​48583 and ignore hot-update scripts: #​48587
  • Exclude app from _devPagesManifest.js in turbopack: #​48633
  • replace defined values and add __NEXT_HAS_REWRITES define: #​48628
  • implement /_next/image for local requests: #​48622
  • Add export runtime test for pages and fully remove experimental.runtime: #​48630
  • Upgrade @types/react to latest 18.x: #​48645
  • app-router: new client-side cache semantics: #​48383
  • Fix typo in fetchType annotation: #​48646
  • Ensure latest React types for experimental release channel are used: #​48641
  • Fix writeConfigurationDefaults.ts to correctly suggest changes in monorepos: #​48668
  • Revert "app-router: new client-side cache semantics": #​48678
  • fix snapshots broken by prettier (also fix .prettierignore): #​48586
  • Reland app-router: new client-side cache semantics: #​48685
  • Revert "Reland app-router: new client-side cache semantics": #​48688
Documentation Changes
  • Update deployment.md: #​48062
  • Docs: Describe how to manually configure open telemetry: #​48071
  • Fix typo in script.md: #​48225
  • Add information about deploy to open telemetry docs: #​48241
  • docs: fix grammar for dynamic routes catch-all explanation and give better examples: #​48181
  • Fix grammar and typos in OTEL docs: #​48235
  • Update instrumentation.md: #​48394
  • typo: #​48495
  • docs: fix minimum Node.js version to 14.18.0: #​48545
  • Docs: Unify note formatting: #​48417
  • Fix TYPO in otel docs: #​48623
Example Changes
  • Fix the typo on README.md: #​48274
  • fix: Adding search field decorator: #​48350
  • Update Mux example logo to new Mux brand: #​48654
Misc Changes
Credits

Huge thanks to @​huozhi, @​styfle, @​jridgewell, @​feedthejim, @​cjmling, @​shuding, @​nabsul, @​motopods, @​hanneslund, @​tunamagur0, @​jankaifer, @​apeltop, @​maranomynet, @​alexkirsz, @​y-tsubuku, @​sokra, @​EndangeredMassa, @​ykzts, @​AviAvinav, @​kwonoj, @​adilansari, @​ForsakenHarmony, @​wyattjoh, @​charkour, @​timneutkens, @​delbaoliveira, @​agadzik, @​Just-Moh-it, @​rodrigofeijao, @​padmaia, @​leerob, @​juliusmarminge, @​koba04, @​cprussin, @​Phiction, @​DuCanhGH, @​jessewarren-aa, @​sophiebits, @​ryo-manba, @​Yovach, @​ijjk, @​dylanjha, and @​eps1lon for helping!


Configuration

📅 Schedule: Branch creation - "every weekend" (UTC), 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.

Merge request reports