Skip to content

chore(deps): update npm

BIWG Bot requested to merge renovate/npm into main

This MR contains the following updates:

Package Change Age Adoption Passing Confidence
@commitlint/config-conventional (source) 18.4.0 -> 18.4.2 age adoption passing confidence
@commitlint/cz-commitlint (source) 18.4.1 -> 18.4.2 age adoption passing confidence
@mui/icons-material (source) 5.14.16 -> 5.14.18 age adoption passing confidence
@mui/lab (source) 5.0.0-alpha.152 -> 5.0.0-alpha.153 age adoption passing confidence
@mui/material (source) 5.14.17 -> 5.14.18 age adoption passing confidence
@mui/types (source) 7.2.8 -> 7.2.9 age adoption passing confidence
@testing-library/react 14.1.0 -> 14.1.2 age adoption passing confidence
@types/node (source) 20.9.0 -> 20.9.2 age adoption passing confidence
@typescript-eslint/eslint-plugin 6.10.0 -> 6.11.0 age adoption passing confidence
@typescript-eslint/parser 6.10.0 -> 6.11.0 age adoption passing confidence
chromatic (source) 9.0.0 -> 9.1.0 age adoption passing confidence
eslint (source) 8.53.0 -> 8.54.0 age adoption passing confidence
msw (source) 2.0.6 -> 2.0.8 age adoption passing confidence
next (source) 14.0.2 -> 14.0.3 age adoption passing confidence
react-i18next 13.4.0 -> 13.5.0 age adoption passing confidence

Release Notes

conventional-changelog/commitlint (@​commitlint/config-conventional)

v18.4.2

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

conventional-changelog/commitlint (@​commitlint/cz-commitlint)

v18.4.2

Compare Source

Note: Version bump only for package @​commitlint/cz-commitlint

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

v5.14.18

Compare Source

Nov 14, 2023

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

@mui/material@5.14.18
@mui/joy@5.0.0-beta.15
@mui/material-next@6.0.0-alpha.110
mui/material-ui (@​mui/types)

v7.2.9

Compare Source

testing-library/react-testing-library (@​testing-library/react)

v14.1.2

Compare Source

Bug Fixes

v14.1.1

Compare Source

Bug Fixes
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v6.11.0

Compare Source

Bug Fixes
  • eslint-plugin: [explicit-function-return-type] support JSX attributes in allowTypedFunctionExpressions (#​7553) (be2777c)
  • eslint-plugin: [no-unnecessary-qualifier] handle nested namespace id (#​7883) (a668f5b)
Features

You can read about our versioning strategy and releases on our website.

typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v6.11.0

Compare Source

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

You can read about our versioning strategy and releases on our website.

chromaui/chromatic-cli (chromatic)

v9.1.0

Compare Source

🚀 Enhancement
🐛 Bug Fix
️ Pushed to main
Authors: 3

eslint/eslint (eslint)

v8.54.0

Compare Source

Features

  • a7a883b feat: for-direction rule add check for condition in reverse order (#​17755) (Angelo Annunziata)
  • 1452dc9 feat: Add suggestions to no-console (#​17680) (Joel Mathew Koshy)
  • 21ebf8a feat: update no-array-constructor rule (#​17711) (Francesco Trotta)

Bug Fixes

  • 98926e6 fix: Ensure that extra data is not accidentally stored in the cache file (#​17760) (Milos Djermanovic)
  • e8cf9f6 fix: Make dark scroll bar in dark theme (#​17753) (Pavel)
  • 3cbeaad fix: Use cwd constructor option as config basePath in Linter (#​17705) (Milos Djermanovic)

Documentation

  • becfdd3 docs: Make clear when rules are removed (#​17728) (Nicholas C. Zakas)
  • 05d6e99 docs: update "Submit a Merge Request" page (#​17712) (Francesco Trotta)
  • eb2279e docs: display info about deprecated rules (#​17749) (Percy Ma)
  • d245326 docs: Correct working in migrating plugin docs (#​17722) (Filip Tammergård)

Chores

mswjs/msw (msw)

v2.0.8

Compare Source

v2.0.8 (2023-11-17)

Bug Fixes

v2.0.7

Compare Source

v2.0.7 (2023-11-16)

Bug Fixes
vercel/next.js (next)

v14.0.3

Compare Source

Core Changes
  • Update React from 7468903 to 0e352ea: #​58279
  • fix(turbopack): support middleware in src: #​58218
  • Update font data: #​58317
  • Replace custom Thenable type with native Promises: #​58337
  • fix(eslint): next/script beforeInteractive gives warning on appDir: #​51148
  • fix: import antd from es in modularizeImports: #​57968
  • fix(WellKnownErrorsPlugin): avoid compilation warnings array with empty items: #​57768
  • Add experimental support for history.pushState and history.replaceState: #​58335
  • Fix: expected "catch all routes" are not matched in “parallel routes": #​58368
  • fix: Don't reset shallow URL updates on prefetch: #​58297
  • fix: ensure batch values are sharable: #​58315
  • fix incorrect fetch cache handling: #​58460
  • turbopack: Don't error with legacy server actions boolean: #​58416
  • Update turbopack: #​58408
  • Upgrade vendored React: #​58489
  • Apply next/font to foreign code: #​58461
  • Turbopack: Use structured styled text in issue descriptions: #​58156
  • onHeaders updates for App Pages: #​58410
  • revalidate APIs should make route handlers dynamic: #​58466
  • remove optimistic navigation behavior when prefetch is false: #​58413
  • fix: set x-forwarded-host based on request: #​58500
  • Inline ChildProp: #​58519
  • Remove client only dynamic chunks from edge bundle : #​56761
  • tweak cache + revalidate fetch warning: #​58505
Documentation Changes
  • remove example for router.events as it does not exist: #​58286
  • chore(docs): fix typo: #​58344
  • docs: Update runtime table: #​58361
  • Update 08-parallel-routes.mdx: #​58393
  • Docs: Update middleware example snippet: #​58488
  • update meta variable to metadata variable so that the meta data updat…: #​58396
  • Update 07-error-handling.mdx: #​58236
  • docs: Added Kinde auth provider: #​58231
  • Update index.mdx: #​58210
  • Make example of passing down a Server Action more clear: #​57972
  • docs: Fix grammar in Styling section: #​58071
  • docs: Fix grammar in Client Components section: #​58065
  • docs: Fix grammar in Dynamic Rendering section: #​58062
  • Docs: fix grammatical issue in "Data Fetching Patterns" section: #​58056
  • Update 02-patterns.mdx: #​58032
  • Update 04-ci-build-caching.mdx - Add Jenkins: #​58001
Example Changes
  • examples: Update Middleware for CSP: #​58300
  • Remove copying of request headers to response: #​58304
  • update import path for GeitSans font to address deprecation warning: #​58349
  • Fix hydration error in headers example: #​58383
  • Fix typo: compoment -> component: #​58330
  • Update Dockerfile adding comment: #​56646
  • update(docs): next-forms fix unhandled run time error: #​56600
  • chore(examples): update styled-components: #​56457
  • Upgrade Convex example to convex@1.2.1: #​54910
Misc Changes
  • fix(ci): exclusion regex now actually works instead of ignoring all tests: #​58259
  • Update 15-content-security-policy.mdx
  • Update 15-content-security-policy.mdx
  • Update CLI version for deploy examples job: #​58318
  • fix hmr event, and avoid RSC fetch on any message: #​58403
  • fix branch name: #​58132
  • add test case to failing list for turbopack: #​58435
  • Revert "fix hmr event, and avoid RSC fetch on any message": #​58452
  • Add types to package.json: #​58420
  • chore: replace fs-extra usage in scripts/: #​57215
  • Add performance.mark for next/third-parties for feature measurement: #​57439
Credits

Huge thanks to @​ForsakenHarmony, @​gnoff, @​leerob, @​karlhorky, @​j9141997, @​acdlite, @​devjiwonchoi, @​hongaar, @​MadCcc, @​luismulinari, @​timneutkens, @​dumb-programmer, @​ijjk, @​nonoakij, @​sokra, @​ztanner, @​franky47, @​wyattjoh, @​jridgewell, @​kdy1, @​janicklas-ralph, @​SukkaW, @​shuding, @​delbaoliveira, @​wbinnssmith, @​robbertstevens, @​bryndyment, @​marcosmartini, @​functino, @​kentobento, @​Anisi, @​AdonisAgelis, @​seangray-dev, @​prkagrawal, @​heloineto, @​kn327, @​ihommani, @​MrNiceRicee, @​falsepopsky, @​thomasballinger, @​tmilewski, and @​huozhi for helping!

i18next/react-i18next (react-i18next)

v13.5.0

Compare Source

  • self-closing components in translation strings should not attempt to replace the component's children 1695

v13.4.1

Compare Source

  • types: use CustomInstanceExtenstions to extend reportNamespaces

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.

Edited by BIWG Bot

Merge request reports