chore(deps): update all dependencies
This MR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
@babel/core (source) | 7.22.20 -> 7.23.0 |
||||
@tabler/icons-react (source) | 2.35.0 -> 2.37.0 |
||||
@types/node (source) | 18.17.19 -> 18.18.1 |
||||
@types/react (source) | 18.2.22 -> 18.2.23 |
||||
@typescript-eslint/eslint-plugin | 6.7.2 -> 6.7.3 |
||||
@typescript-eslint/parser | 6.7.2 -> 6.7.3 |
||||
eslint-config-next (source) | 13.5.2 -> 13.5.3 |
||||
next (source) | 13.5.2 -> 13.5.3 |
||||
postcss (source) | 8.4.30 -> 8.4.31 |
Release Notes
babel/babel
v7.23.0
🚀 New Feature
-
babel-plugin-proposal-import-wasm-source
,babel-plugin-syntax-import-source
,babel-plugin-transform-dynamic-import
-
#15870 Support transforming
import source
for wasm (@nicolo-ribaudo)
-
#15870 Support transforming
-
babel-helper-module-transforms
,babel-helpers
,babel-plugin-proposal-import-defer
,babel-plugin-syntax-import-defer
,babel-plugin-transform-modules-commonjs
,babel-runtime-corejs2
,babel-runtime-corejs3
,babel-runtime
,babel-standalone
-
#15878 Implement
import defer
proposal transform support (@nicolo-ribaudo)
-
#15878 Implement
-
babel-generator
,babel-parser
,babel-types
-
#15845 Implement
import defer
parsing support (@nicolo-ribaudo) - #15829 Add parsing support for the "source phase imports" proposal (@nicolo-ribaudo)
-
#15845 Implement
-
babel-generator
,babel-helper-module-transforms
,babel-parser
,babel-plugin-transform-dynamic-import
,babel-plugin-transform-modules-amd
,babel-plugin-transform-modules-commonjs
,babel-plugin-transform-modules-systemjs
,babel-traverse
,babel-types
-
babel-standalone
-
babel-helper-function-name
,babel-helper-member-expression-to-functions
,babel-helpers
,babel-parser
,babel-plugin-proposal-destructuring-private
,babel-plugin-proposal-optional-chaining-assign
,babel-plugin-syntax-optional-chaining-assign
,babel-plugin-transform-destructuring
,babel-plugin-transform-optional-chaining
,babel-runtime-corejs2
,babel-runtime-corejs3
,babel-runtime
,babel-standalone
,babel-types
- #15751 Add support for optional chain in assignments (@nicolo-ribaudo)
-
babel-helpers
,babel-plugin-proposal-decorators
- #15895 Implement the "decorator metadata" proposal (@nicolo-ribaudo)
-
babel-traverse
,babel-types
-
#15893 Add
t.buildUndefinedNode
(@liuxingbaoyu)
-
#15893 Add
-
babel-preset-typescript
-
#15913 Add
rewriteImportExtensions
option to TS preset (@nicolo-ribaudo)
-
#15913 Add
-
babel-parser
- #15896 Allow TS tuples to have both labeled and unlabeled elements (@yukukotani)
🐛 Bug Fix
-
babel-plugin-transform-block-scoping
-
#15962 fix:
transform-block-scoping
captures the variables of the method in the loop (@liuxingbaoyu)
-
#15962 fix:
💅 Polish
-
babel-traverse
-
#15797 Expand evaluation of global built-ins in
@babel/traverse
(@lorenzoferre)
-
#15797 Expand evaluation of global built-ins in
-
babel-plugin-proposal-explicit-resource-management
-
#15985 Improve source maps for blocks with
using
declarations (@nicolo-ribaudo)
-
#15985 Improve source maps for blocks with
🔬 Output optimization
-
babel-core
,babel-helper-module-transforms
,babel-plugin-transform-async-to-generator
,babel-plugin-transform-classes
,babel-plugin-transform-dynamic-import
,babel-plugin-transform-function-name
,babel-plugin-transform-modules-amd
,babel-plugin-transform-modules-commonjs
,babel-plugin-transform-modules-umd
,babel-plugin-transform-parameters
,babel-plugin-transform-react-constant-elements
,babel-plugin-transform-react-inline-elements
,babel-plugin-transform-runtime
,babel-plugin-transform-typescript
,babel-preset-env
-
#15984 Inline
exports.XXX =
update in simple variable declarations (@nicolo-ribaudo)
-
#15984 Inline
tabler/tabler-icons
v2.37.0
: Release 2.37.0
22 new icons:
brackets-angle-off
brackets-angle
brand-auth0
burger
fingerprint-scan
galaxy
horseshoe
line-scan
magnetic
navigation-east
navigation-south
navigation-top
navigation-west
robot-face
route-scan
rv-truck
solar-electricity
sun-electricity
text-scan-2
universe
waves-electricity
wind-electricity
Fixed icons: bed-off
, navigation-north
, robot-off
, robot
v2.36.0
: Release 2.36.0
19 new icons:
alarm-average
arrow-merge-alt-left
arrow-merge-alt-right
bed-flat
blender
body-scan
grid-3x3
grid-4x4
grid-goldenratio
grid-scan
photo-scan
route-alt-left
route-alt-right
route-square-2
route-square
route-x-2
route-x
user-scan
zoom-scan
Fixed icons: alt
, archery-arrow
, baseline-density-large
, baseline-density-medium
, baseline-density-small
, bed
, brand-azure
, brand-cloudflare
, brand-databricks
, brand-feedly
, car-garage
, car-suv
, caret-left-right
, clock-12
, clock-24
, decimal
, deselect
, device-gamepad-2
, device-gamepad
, exclamation-circle
, frame-off
, frame
, horse
, layers-difference
, layers-intersect
, layers-subtract
, route-2
, route
Renamed icons:
-
device-game-pad
renamed todevice-gamepad-3
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v6.7.3
Note: Version bump only for package @typescript-eslint/eslint-plugin
You can read about our versioning strategy and releases on our website.
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v6.7.3
Note: Version bump only for package @typescript-eslint/parser
You can read about our versioning strategy and releases on our website.
vercel/next.js
v13.5.3
Core Changes
- only put css in entry_css_files: #55585
- update taskfile to generate types during
build
: #55628 - refactor: use
fs.existsSync
instead ofaccessSync
: #55675 - Capitalize compiling log: #55685
- Split prerending by route kind: #55622
- turbopack: Update the
next/dist/esm
rewriteResolvePlugin
: #55689 - refactor: modernize get-online with dns/promises: #55674
- ensure
fetchServerResponse
is a valid record when stored in router cache: #55690 - fix(react-refresh-utils): avoid memory leaks caused by prevExports: #53797
- fix(ts): allow auto-import of
next/navigation
: #55743 - remove --watch from
generate_types
task: #55748 - Remove the left padding in
next info
output: #55704 - test(turbopack): remove escape hatches for custom turbopack bindings: #55757
- fix: Invoke cancel, only if the stream is not closed: #55684
- Revert "fix: Invoke cancel, only if the stream is not closed (#55684)": #55764
- fix thenable types & update another incorrect cache record: #55758
- turbopack: Rewrite ESM modules to CJS during client transition: #55693
- Fix output log extra new line: #55770
- Remove unused internal env var: #55762
- fix Image when used with
--experimental-https
: #55775 - chore: update turbopack to
turbopack-230922.2
: #55828 - Move DefineEnv to separate file: #55811
- Remove legacy checks for unstable_getXProps: #55813
- Remove next-typescript check in webpack config: #55819
- Correctly mark turbo sessions in telemetry: #55835
- feat(turbopack): construct output path with distDir next.js config: #55613
- Remove extra type: #55837
- Update rust toolchain to nightly-2023-09-21: #55774
- Remove unused internal env var: #55762
- fix Image when used with
--experimental-https
: #55775 - chore: update turbopack to
turbopack-230922.2
: #55828 - Move DefineEnv to separate file: #55811
- Remove legacy checks for unstable_getXProps: #55813
- Remove next-typescript check in webpack config: #55819
- Correctly mark turbo sessions in telemetry: #55835
- feat(turbopack): construct output path with distDir next.js config: #55613
- Remove extra type: #55837
- Update rust toolchain to nightly-2023-09-21: #55774
- Ensure next-swc-loader types are used: #55846
- Use swc for runtime bundling: #55842
- fix bugs pertaining to server actions + navigation: #55853
- Ensure opentelemetry mismatched version error bubbles: #55868
- test: re-enabled the disabled manifest test: #55810
- Remove unnecessary Object.assign: #55882
- Move experimental.runtime warning to config loading: #55880
- Add experimental.strictNextHead to Turbopack: #55915
- Loose types of app routes return value: #55849
- Add trailingSlash, basePath, and assetPrefix to Turbopack: #55921
- app router: ensure static prefetch renders loading.js: #55950
Documentation Changes
- add tip for case sensitivity of imports: #55662
- Docs - Fix VSCode Full Stack Debugging Regex Pattern: #55670
- Feedback: Remove line saying server actions is dynamic-only: #55746
- Update 01-pages-and-layouts.mdx: #55795
- fix typo in API Reference - Image Component: #55776
- Update 01-pages-and-layouts.mdx: #55795
- fix typo in API Reference - Image Component: #55776
- docs:
useFormState
: #55564 - Update 10-testing.mdx: #55801
- Revert "fix typo in API Reference - Image Component": #55889
- Fix missing async keyword in function declaration: #55887
- docs: Add note that Server Actions work with static routes: #55626
- docs: Add example on query parameters in route handlers: #55789
Example Changes
Misc Changes
- Upgrade to latest NAPI-RS infra: #55505
- ci(tests): enable turbopack /e2e tests: #55681
- chore: bump
nissuer
: #55723 - improve CI log: #55736
- fix(cna): separate
dependencies
/devDependencies
: #55730 - misc: improve profiling script: #55732
- test(fixture): prevent start failure teardowns whole process: #55760
- Update fnm setup for CI: #55765
- test(turbopack): explicitly clean up instance for turbopack: #55772
- Update flakey next-image tests: #55838
- Update flakey next-image tests: #55838
- Allow filtering individual test cases inside test files: #55786
- Move client-navigation test to test/development: #55888
- Ensure Turbopack passing test list is sorted: #55948
Credits
Huge thanks to @sokra, @ztanner, @anonrig, @huozhi, @mayank1513, @travisanderson, @wyattjoh, @jridgewell, @ryanagillie, @Brooooooklyn, @kwonoj, @balazsorban44, @naruaway, @S3Prototype, @feedthejim, @joulev, @icyJoseph, @ijjk, @ForsakenHarmony, @timneutkens, @wbinnssmith, @sdkdeepa, @sdaigo, @leerob, @dominiksipowicz, @joao-vasconcelos, and @mostafaegouda for helping!
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.