René's URL Explorer Experiment


Title: Update next: 12.1.0 → 12.1.1 (patch) by depfu[bot] · Pull Request #199 · javaistic/javaistic · GitHub

Open Graph Title: Update next: 12.1.0 → 12.1.1 (patch) by depfu[bot] · Pull Request #199 · javaistic/javaistic

X Title: Update next: 12.1.0 → 12.1.1 (patch) by depfu[bot] · Pull Request #199 · javaistic/javaistic

Description: Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request. What changed? ✳️ next (12.1.0 → 12.1.1) · Repo Release Notes 12.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 fix process polyfill on middleware: #34426 Ensure workers are not left open: #34503 Leverage existing component checking warning for streaming: #34526 build(next-swc): linux glibc compatible issue: #34481 Fix next/image incorrectly warning for position: absolute parent: #34551 Remove useMaybeDeferContent hook: #34506 Allow reading request bodies in middlewares (#34294): #34519 Update swc crates: #34491 feat(react-dev-overlay): export getErrorByType and add preventDisplay prop: #34237 Improve next/image warnings to avoid printing more than once: #34562 Support trailingSlash in middleware SSR: #34544 Update to latest version of jscodeshift: #34563 Don't import internally from types in next-env.d.ts: #34394 Improve type imports in server/render and optimize the Edge SSR loader: #34552 remove commons chunk config: #34445 Add cargo clippy and cargo fmt to CI: #34625 Fix rsc bootstrap buffer missing in the future renders: #34631 fix: match redirect and rewrite destination types: #34617 fix: make sure image-config.ts gets transpiled to ES5: #34677 Normalize image optimizer error status codes: #34699 Fix CSS Loader Detection False Positives: #34584 Upgrade @napi-rs/triples to support android arm platform: #34752 Add proper headers to responses in web server: #34723 produce source maps for middlewares: #34409 Reduce the size of web server: #34767 collect telemetry for ESLint rules: #34564 Refactor entries generation in hot-reloader: #34733 Integrate tsec into the linting process: #33746 Add API config to allow disabling response size warning: #34700 fix(#34030): ignore non-checkable jsx spread attribute: #34473 fix eslint-plugin-react version to avoid jsx-key error: #34800 fix: #34711 ensure distDir inside project folder: #34795 Update to ncc dev overlay during build instead of pre-compile: #34813 Add warning for Yarn PnP v3 with Node.js < 16.14: #34818 lock eslint-config-next dependencies: #34823 Clean-up error when starting next with non-existent dir: #34830 Ensure unstable_revalidate does not error from notFound: true: #34826 Update eslint-plugin-react to latest version: #34819 Add CLI command typo detection: #34836 Fix flight loader for shared components: #34692 refactor: re-use existed escapeRegex: #34470 Fix only byte stream writing is allowed in CF workers: #34893 Only warn styles and scripts under next head in concurrent mode: #34897 Fix image optimization invalid internal upstream image: #34899 feat(next-swc): Update swc: #34878 Simplify next-flight-server-loader: #34902 Ensure non-matching API routes can be rewritten: #33966 Optimize component type filters: #34941 Expose WASM bindings in Middleware: #34437 Provide page runtime parsing utils: #34922 Refactor export marks of server components: #34945 Fix next/image noscript when blur and priority: #34973 Fix named export missing from client components: #34974 Adopt react 18 rc1: #34972 Fix typescript 4.6.2 randomUUID(): #34976 Update ISR error handling: #34931 Handle de-duping revalidations in minimal mode: #34935 feat: allow dotenv default expansion: #34765 Support colons in Middleware NextResponse.rewrite path: #32543 Generate static html for bots: #35004 Enable import assertion syntax parsing: #33750 Split up & tweak next/client initialization: #33838 Normalize root path according to trailingSlash option in default next/image loader #21337: #22453 Fix animated png bypass from Image Optimization API: #35120 watch node_modules: #35140 feat(trace): postprocess trace reporter for datadog: #35032 [next] Fix to not call middleware with shallow push, fix middleware call wit…: #35047 fix post request hangs when no body is consumed on middleware: #35131 fix: hard-navigate when preflight request fails: #35145 Per-page runtime: #35011 Delay prefix flushing: #35170 Change to loadBindings for swc parse: #35171 Ensure mjs files are transformed with jest: #34698 Disable the functions manifest plugin: #35155 Adopt react 18 rc2: #35161 Convert server.js to module.exports: #35181 Fix next/image when src is webp but browser doesnt support it: #35190 [Fix] Adds try/catch to gracefully handle performance observer exception: #35202 Render resolved streaming content for static render result: #35221 feat(next-swc): Update crates: #35133 Ensure that pages manifest contains pages of both runtimes: #35243 chore: upgrade cssnano-simple: #35258 fix(Script): allow passing defer=false to Script component: #34850 Remove the special _document-concurrent component: #35242 Adds web worker support to