chore(deps): update npm
This MR contains the following updates:
Release Notes
babel/babel (@babel/core)
v7.23.3
🐛 Bug Fix
-
babel-plugin-transform-typescript
- #16071 Strip type-only TS namespaces (@colinaaa)
-
babel-generator
-
#16078 Fix indentation when generating comments with
concise: true
(@liuxingbaoyu)
-
#16078 Fix indentation when generating comments with
-
babel-compat-data
,babel-plugin-bugfix-v8-static-class-fields-redefine-readonly
,babel-preset-env
- #14295 Add a bugfix plugin for https://crbug.com/v8/12421 (@nicolo-ribaudo)
-
babel-plugin-transform-object-super
-
#15948 fix:
super.x
in a loop (@liuxingbaoyu)
-
#15948 fix:
-
babel-helper-module-transforms
,babel-plugin-transform-modules-amd
,babel-plugin-transform-modules-commonjs
,babel-plugin-transform-modules-umd
-
#16015 fix: handle
__proto__
exports name in CJS/AMD/UMD (@magic-akari)
-
#16015 fix: handle
📝 Documentation
- #16044 docs: Update links in @babel/eslint-parser README (@aryehb)
🏠 Internal
-
babel-core
,babel-preset-env
-
#15988 Refactor handling of modules plugins in
preset-env
(@nicolo-ribaudo)
-
#15988 Refactor handling of modules plugins in
:running_woman: Performance
-
babel-generator
-
#16061 perf: Improve
@babel/generator
performance (@liuxingbaoyu)
-
#16061 perf: Improve
-
babel-traverse
- #16060 Avoid dynamic dispatch when calling wrapCheck (@yepitschunked)
🔬 Output optimization
-
babel-plugin-transform-computed-properties
- #6652 Optimize computed properties output (byte-wise) (@Andarist)
conventional-changelog/commitlint (@commitlint/config-conventional)
v18.4.0
Note: Version bump only for package @commitlint/config-conventional
conventional-changelog/commitlint (@commitlint/cz-commitlint)
v18.4.1
Note: Version bump only for package @commitlint/cz-commitlint
v18.4.0
Note: Version bump only for package @commitlint/cz-commitlint
conventional-changelog/commitlint (@commitlint/types)
v18.4.0
Note: Version bump only for package @commitlint/types
mui/material-ui (@mui/lab)
v5.0.0-alpha.152
- [TreeView] Remove tree view import from @mui/lab (#39685) @alexfauquette
mui/mui-x (@mui/x-date-pickers)
v6.18.1
Nov 9, 2023
We'd like to offer a big thanks to the 9 contributors who made this release possible. Here are some highlights
-
✨ Fix aggregation label not showing whenrenderHeader
is used (#10961) @cherniavskii -
📘 Server side data source early documentation published -
📈 <ChartsReferenceLine />
component is now available -
🐞 Bugfixes -
📚 Documentation improvements
Data Grid
@mui/x-data-grid@6.18.1
- [DataGrid] Fix cell value type in quick filtering v7 (#10884) @cherniavskii
- [DataGrid] Fix keyboard navigation for actions cell with disabled buttons (#10947) @michelengelen
- [DataGrid] Fix
undefined
slot values (#10934) @romgrk
@mui/x-data-grid-pro@6.18.1
Same changes as in @mui/x-data-grid@6.18.1
, plus:
- [DataGridPro] Add data source interface and basic documentation (#10543) @MBilalShafi
@mui/x-data-grid-premium@6.18.1
Same changes as in @mui/x-data-grid-pro@6.18.1
, plus:
- [DataGridPremium] Render aggregation label when
renderHeader
is used (#10961) @cherniavskii
Date Pickers
@mui/x-date-pickers@6.18.1
- [fields] Fix multi input date time field section selection (#10915) @noraleonte
- [pickers] Always use up-to-date
defaultView
(#10889) @LukasTy
@mui/x-date-pickers-pro@6.18.1
Same changes as in @mui/x-date-pickers@6.18.1
.
@mui/x-charts@6.18.1
Charts / - [charts] Add
<ChartsReferenceLine />
component (#10597) @wascou - [charts] Improve properties JSDoc (#10931) @alexfauquette
Docs
- [docs] Fix charts docs as stable (#10888) @alexfauquette
- [docs] Document how to hide the legend (#10954) @alexfauquette
Core
- [core] Adds new alpha version to version select on the docs (#10944) @michelengelen
- [core] Fix GitHub title tag consistency @oliviertassinari
storybookjs/storybook (@storybook/addon-essentials)
v7.5.3
7.5.3
- Angular: Support v17 - #24717, thanks @valentinpalkovic!
- CLI: Catch when prettier failed to prettify main and preview config files - #24604, thanks @kasperpeulen!
- UI: Fix button contrast-ratio - #24525, thanks @maheshchandra10!
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v6.10.0
Bug Fixes
- eslint-plugin: [no-unused-vars] handle logical assignment (#7854) (11e57c5)
- eslint-plugin: [require-await] add support for "await using" (#7866) (855abea)
Features
You can read about our versioning strategy and releases on our website.
6.9.1 (2023-10-30)
Bug Fixes
- eslint-plugin: [naming-convention] allow PascalCase for imports (#7841) (7ad86ee)
- eslint-plugin: [no-unused-expressions] handle TSInstantiationExpression expression (#7831) (31988e0)
You can read about our versioning strategy and releases on our website.
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v6.10.0
Note: Version bump only for package @typescript-eslint/parser
You can read about our versioning strategy and releases on our website.
6.9.1 (2023-10-30)
Note: Version bump only for package @typescript-eslint/parser
You can read about our versioning strategy and releases on our website.
mswjs/msw (msw)
v2.0.6
v2.0.6 (2023-11-13)
Bug Fixes
-
GraphQL: expose request cookies in "cookies" argument (#1853) (
463b74f
) @kettanaito - correct docs link for anonymous GraphQL operations (#1850) (
e628278
) @okkimus @kettanaito
v2.0.5
v2.0.5 (2023-11-10)
Bug Fixes
-
xhr: support environments without location (React Native) (#1849) (
f6601d9
) @kettanaito
v2.0.4
v2.0.4 (2023-11-08)
Bug Fixes
- safely access "request.credentials" in cloudflare (#1845) (
bd0cec7
) @kettanaito @mattcosta7 - safely access "Response.type" in cloudflare (#1846) (
ccd7096
) @kettanaito @mattcosta7 - allow setting "timeout" on XMLHttpRequest (#1844) (
6296429
) @kettanaito - update @mswjs/interceptors to 0.25.8 (#1842) (
629a3cf
) @kettanaito - allow overriding "Content-Type" in HttpResponse static methods (#1839) (
a037e3a
) @kettanaito - narrow
body
type forHttpResponse.json()
to be serializable json (#1838) (2af274c
) @kettanaito - remove "formdata-node" dependency (#1837) (
d49d48e
) @kettanaito
vercel/next.js (next)
v14.0.2
Core Changes
- Fix nested esm package default import resolving mismatch: #57784
- [.next/trace] Serialize trace info across workers to preserve .next/trace with webpackBuildWorker: #57761
- Add @highlight-run/node to externals list: #57783
- perf: change the chunks configuration for server code: #57773
- [.next/trace] Add tags for webpack build worker: #57818
- chore: update otel: #57774
- refactor: remove unnecessary condition: #57835
- chore: remove styfle from
.vercel.approvers
: #57841 - Remove the
actionBrowser
to RSCclient
layering issue: #57842 - Prevent caching page with 304 status: #57737
- Ensure cache soft tags are correct: #57850
- Update React from
0c63487
to08a3953
: #57852 - Revert "perf: enable webpack build worker (#57346)": #57854
- Add
serverActions.allowedForwardedHosts
option: #57529 - chore: reword in tree-view: #57884
- Polish logging segments of page route: #57834
- Inherit title and description from metadata into social cards: #57857
- remove legacy handling for suspense option of next/dynamic: #57900
- fix(next-core): externalcjs resolve options: #57645
- ppr: fail static generation if postponed & missing postpone data: #57786
- Reduce FS access for incremental cache: #57902
- suspend in render, not in reducers: #56497
- move static worker IPC server behind experimental flag: #57943
- feat(turbopack): Experimental wasm build: #57906
- Fix client chunk loading encoding for dynamic route: #57960
- misc: fix serverComponentsExternalPackages usage for experimental.bundlePagesExternals: #57954
- Improve grammar of removable Babel config warning: #55088
- Remove throw for unknown messages in hot-reloader-client: #57353
- Improve CSRF protection error in Server Actions: #57980
- fix: updates for resuming postponed in minimal mode: #57375
- fix: ensure that postponed requests can be resumed in minimal mode: #58011
- Use distDir from webpack-config in createWebpackAliases: #57268
- use __NEXT_VERSION compile time replacement: #57512
- fixes a problem with cache invalidation : #58079
- feat: always use SWC Wasm fallback when running in WebContainer: #58081
- update turbopack: #58080
- fix: normalization and invariant fixes for ppr: #58105
- ppr: fix fetch postpone not having correct React version: #58107
- Fix incorrect normalizing in minimal mode: #58116
- put app client modules into a separate layer: #58130
- Revert "Revert "Add retry for fetching subsetted Google Fonts"": #58075
- build: Update
swc_core
tov0.86.40
and update turbopack: #57904 - fix(next-core): correct assets url reference condition: #58101
- build(package): clean up next-swc* pkg properties: #57908
- fix PPR build output logs: #58149
- Update React from
08a3953
to2983249
.: #58154 - fix: rsc normalization fixes: #58145
- Fix resume stream handling: #58159
- Forward headers from React to static output and dynamic render: #58162
- refactor(next-core): separate options context for pages/api: #58148
- update turbopack: #58172
- refactor(next-api): remove unused distDir: #57789
- Change allowed forwarded hosts to be allowed origins for Server Actions: #58023
- fail build if not using Next canary with PPR flag: #58203
- Reduce max header length emitted: #58204
- ensure experimental warning shows up when using PPR: #58206
- skip ppr throw for tests: #58208
- interception routes: fix interception for dynamic routes: #58198
- Update React from
2983249
to7508dcd
: #58216 - tweak postpone error copy & fix link: #58219
- Add helpful context to postpone reason if it's caught and logged or escapes: #58222
- Reword PPR caught bail out to avoid "postpone" terminology: #58223
- pass postpone through staticGenerationStore: #58229
- Updated React from
7508dcd
to7468903
: #58233 - [Docs]: Fix CLI link to server actions size limit docs: #58174
- refactor(next-core): apply correct url rewrite behavior: #58237
- update turbopack: #58243
- parallel routes: fix catch all route support: #58215
- avoid key conflict: #58249
Documentation Changes
- [docs] fix next.config.mjs using commonjs in the example: #57874
- Move link examples to only Pages Router docs.: #57758
- Update 05-mdx.mdx: #57866
- docs: Update MDX docs title.: #57963
- docs: improve non-encrypted HTTP conn to a secure: #57998
- docs: Revert part of sitemap docs change: #58010
- docs: useFormState and useOptimistic are now documented: #58064
- Correct prop name in
server-actions.mdx
: #58108 - typo: changed from next/server to next/og: #58143
- docs: Improve deployment docs on self-hosting.: #58027
- docs: small follow up on deployment docs.: #58158
- docs: remove duplicate ISR page.: #58164
- docs: remove note about generateMetdata: #58192
- docs: mention Middleware on src directory page.: #58193
- docs: fix typo in composition patterns section: #58197
- fix docs link for ISR: #58207
- Add PPR option to
next.config.js
docs: #58161 - docs: update analytics docs for
useReportWebVitals
: #58196 - Update 02-app-router-migration.mdx: #58253
Example Changes
- Remove `experimental: { serverActions: true } from examples as it is stable in next 14.: #57598
- Update
Explore the Next.js 13 playground.
toExplore starter templates for Next.js
: #57799 - Chore: simplify with-supabase example: #57562
- examples: cleanup: #57845
- Chore: refactor to use server actions in with-supabase example: #57858
- chore: cleanup more old examples.: #58066
- Add a self-hosted shared cache example: #58000
Misc Changes
- fix: update Next.js version in create-next-app: #57532
- Automatically update Turbopack test manifest: #57778
- fix(youtube-embed): each child in a list should have a unique "key" prop: #57579
- Update teamname in codeowners: #57775
- Simplify createNextInstall return type: #57760
- cleanup MR labeler config: #57827
- move release undraft step until after canary is fully published: #57324
- refactor: remove duplicated conditions
- Revert "refactor: remove duplicated conditions"
- Fix typo in run-tests.js: #57821
- fix: correctly set
x-forwarded-*
in Middleware: #57815 - chore: remove redundant jest config: #57151
- chore(test): run unit tests on node 18 and 20: #57199
- Move ReactRefreshLogBox-builtins tests to inline snapshots: #57952
- feat(turbo): use turbo gen instead of plop: #53684
- Skip webpack only test: #56929
- tweak stats action to pull in runtime sizes: #58005
- use createNextDescribe for test/development/basic tests: #58031
- Remove setPnpmResolutionMode as default is highest: #57828
- Remove installCommand on streaming-ssr test: #58037
- Remove installCommand on typescript-auto-install and pnpm-support: #58039
- Fix should have correct module not found error test: #57383
- Fix options of createNextInstall: #58036
- Fix update-turbopack-test-manifest.yml workflow: #58097
- Adjust update-turbopack-test-manifest.yml to run once per day: #58104
- Refactor repo-setup.js: #58131
- Update Turbopack test manifest: #58122
- Update turbopack label creation: #58214
- Fix test: #58228
- fix ppr test flake: #58232
Credits
Huge thanks to @huozhi, @mknichel, @Vadman97, @feedthejim, @dnhn, @jridgewell, @vinaykulk621, @RodrigoTomeES, @padmaia, @timneutkens, @ztanner, @sadikkuzu, @styfle, @shuding, @dijonmusters, @leerob, @gffuma, @ijjk, @balazsorban44, @Schniz, @kwonoj, @wyattjoh, @wbinnssmith, @joulev, @Athrun-Judah, @tknickman, @rasvanjaya21, @rashidul0405, @sokra, @d3lm, @nguyenbry, @kdy1, @Mwimwii, @gnoff, @sebmarkbage, @dumb-programmer, @manovotny, @molebox, @better-salmon, and @mrr11k for helping!
i18next/react-i18next (react-i18next)
v13.4.0
- fix: separate cjs and mjs typings
v13.3.2
- types: fix consider importing '*.js'
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.