⬆ ️ deps: Bump next from 12.0.8 to 12.1.2
Bumps next from 12.0.8 to 12.1.2.
Release notes
Sourced from next's releases.
v12.1.2-canary.1
Core Changes
- enhance: detect ESM by ast type: #35627
- Clean up legacy react 18 tests: #35615
- Fix server component render condition: #35663
- Rename createRSCHook to createFlightHook: #35665
- Ensure eslint plugins dont conflict: #35667
Documentation Changes
Credits
Huge thanks to
@TianenPang
,@huozhi
,@shuding
,@lfades
, and@timneutkens
for helping!v12.1.2-canary.0
Core Changes
- RSC: handle commonjs in flight loader: #35563
- Update rsc refresh typing and doc example: #35543
- Revert "Revert "Make concurrent features independent from the global runtime option" #35405": #35490
- Update terminal tree view for switchable runtime: #35394
- Prevent spaces between expressions from being removed: #35613
- Fix: disable script worker in edge and fix rsc loader and runtime: #35604
Documentation Changes
- docs: update styling support for streaming: #35375
Misc Changes
- Fix create-next-app failing without yarn installed: #35608
- Fix hydration issue in the switchable runtime tests: #35616
Credits
Huge thanks to
@huozhi
,@shuding
, and@Brooooooklyn
for helping!v12.1.1
Core Changes
- refactor: move
HtmlContext
: #34482- rsc: clean client buffer cache after flushed: #34475
- Ensure config's
experimental
field exists: #34500- Only log experiments warning if user actually opted in to an experiment(s): #34413
- Add
unstable_useFlushEffects
hook: #34117- fix: mock image path as
next/image
expects it: #34350
... (truncated)
Commits
-
50be7cc
v12.1.2 -
8254254
v12.1.2-canary.1 -
12e1bb7
Ensure eslint plugins dont conflict (#35667) -
65680ba
Rename createRSCHook to createFlightHook (#35665) -
ab119bc
Update middleware examples list (#35622) -
f5917ad
Fix server component render condition (#35663) -
41a2eb2
Clean up legacy react 18 tests (#35615) -
4bfcf83
enhance: detect ESM by ast type (#35627) -
0d401dd
Fix typo in rewrites docs (#35639) -
086cf91
v12.1.2-canary.0 - Additional commits viewable in compare view