Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update next: 12.2.2 → 12.2.3 (patch) #119

Merged
merged 1 commit into from
Jul 24, 2022

Conversation

depfu[bot]
Copy link
Contributor

@depfu depfu bot commented Jul 23, 2022

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.2.2 → 12.2.3) · Repo

Release Notes

12.2.3

Core Changes

  • Remove dynamic params from query in new router: #38466
  • Fix test page detection: #38475
  • build(ci): enable rustls as default: #38471
  • Handle on-demand-entries and error overlay for Server Components: #38480
  • Add refreshing of Server Components: #38508
  • Handle dynamic routes / catchall routes in on-demand entries: #38512
  • chore(deps): Update swc: #38347
  • Enable css import in rsc server side : #38418
  • Pass missing incrementalCacheHandlerPath to IncrementalCache instance: #38433
  • fix(next/build): correct payload for plugin telemetry: #38468
  • Update some dependencies' versions :): #38427
  • refactor(next/swc): disable default features for crash report: #38531
  • fix: don't use optional chaining in ESLint rule: #38534
  • feat(next-swc/auto-cjs): Detect __esModule: #38181
  • CSS modules support improvements for Server Components: #38536
  • Handle development error when Server Component throws: #38550
  • Upgrade edge-runtime + make EdgeRuntime value overridable with an env var on compilation: #38331
  • Rename todos: #38560
  • Fix injecting CSS link tags before page content: #38559
  • Optimize Edge SSR bundle size: #38570
  • Handle dev fouc for layout styling: #38557
  • Fix independent CSSModule missing from flight manifest: #38575
  • Mark dynamic as client component: #38574
  • Add error when createServerContext is not available: #38578
  • Handle server context being refreshed: #38580
  • Pass server context to Flight render: #38582
  • Ensure .client.tsx/.ts/.jsx Client Components can be imported: #38591
  • Remove the hide-fouc tags after hydration: #38592
  • Add heuristic for optimistic push: #38599
  • Remove implemented todos: #38610
  • Add next.config.js validation with ajv: #38498
  • Fix next/jest when testing next/future/image: #38569
  • refactor(next/telemetry): use basename for the absolute plugin path: #38473
  • Remove the hide-fouc tag earlier: #38614
  • Fix reloading Client Component require.cache: #38633
  • Fix failed to hydrate error with global CSS: #38626
  • Ensure selected segment is the value of dynamic routes: #38644
  • Add focus and scroll management for new router: #38642
  • New Router Tests: #38390
  • Rename query to searchParams for getServerSideProps in new Router: #38654
  • Refine scrolling into view in new router: #38682
  • Improve element detection further: #38684
  • Remove obsolete code from loader: #38681
  • Fix check for optimistic routing and handle loading in server-patch: #38687
  • add user check in auth-with-stytch.: #38648
  • Ensure flight manifest is correct with app and pages dir: #38716
  • Fix missing client entry matcher and simplify imports path: #38691
  • refactor: rewrite etag: #38568
  • Fix CSSM loader applying for both pages and app: #38761
  • Support postcss.config.cjs: #38486
  • fix(next/swc): let async wasm binding coerce to sync correctly: #38780
  • Ensure route group with separate root layout does not get wrapped in
  • [edge] allow importing blob assets: #38492
  • [ESLint] Make src/ a default linting directory: #38810
  • Fix usage of experimental-edge in pages/api/index: #38024
  • fix(edge-runtime): undefined global in edge runtime.: #38769
  • Fix squoosh image optimization for Node.js 18: #38833
  • chore: TS improvments: #38834
  • fix: don't treat output: "standalone" as custom server: #38831
  • Improve next/image error message when src prop is missing: #38847
  • Remove the next/streaming endpoint and experimental refresh api: #38837
  • Ensure module require is awaited in app-render: #38860
  • Leverage mini css plugin hmr for app dir: #38830
  • fix(edge): error handling for edge route and middleware is inconsistent: #38401
  • fix: correct the next config optimizeCss type: #38879
  • Update Edge Runtime: #38862
  • Ensure mixed query/hash values are handled correctly: #38852
  • fix(#38743): config.runtime support template literal: #38750

Documentation Changes

  • Update api-middlewares.md: #38499
  • Add note about standalone + runtimeConfig caveat: #38532
  • Note about manually passing props from custom app: #37329
  • [DOCS]: Middleware doesn't execute for on-demand ISR: #38562
  • Update docs for next/future/image with browser support: #38563
  • Add missing closing curly bracket in compiler option example: #38586
  • docs: clarify that matcher needs to be constant values: #38597
  • Add documentation on accessibility.: #38522
  • Add bundlejs site: #38677
  • Update get-static-props.md: #38703
  • update fallback docs: #38659
  • Improve response body in Middleware error page.: #38537
  • docs: improve wording on pathname and asPath: #38835

Example Changes

  • chore: update file references in Auth0 example README: #38476
  • chore(examples): Convert api-routes example to TypeScript: #38083
  • Fix url of tRPC's next-minimal-starter: #38452
  • Update Fauna examples to support new FAUNA_DB_DOMAIN environment variable: #38434
  • feat(examples): Use helper function in with-sentry example _error.js: #37866
  • Update MongoDB example to use integration for deploy button.: #38738
  • chore(examples): require WORDPRESS_API_URL to include /graphql: #38764
  • Update with-emotion-swc to use TypeScript: #38744
  • chore: auto-detect preferred package manager in Dockerfile: #38693
  • chore: update with-service-worker example: #38670
  • Fixup main Fauna example and drop support for outdated one: #38692
  • Fix export issue in with-fauna example: #38812
  • Update Convex example.: #38850
  • chore: convert with-dynamic-import to TypeScript: #38844
  • chore(examples): Convert with-cypress example to TypeScript: #38818

Misc Changes

  • Migrate rsc integration tests to e2e tests: #38460
  • Update flakey unoptimized image test: #38478
  • fix: fix bundle-analyzer plugin types: #38255
  • Update CI job skipping based on related changes: #38479
  • Fix rsc test during deploy testing: #38517
  • Add docs condition for all azure steps: #38519
  • skip rsc tests for react 17 e2e: #38524
  • Add dev/start timing to PR stats: #38525
  • chore: extend example contribution guidelines: #38511
  • Fix e2e rsc test for deploy mode: #38538
  • Add test env variables to readme: #38566
  • Fix flaky rsc test: #38573
  • chore: tweak issue validator: #38600
  • Update to latest version of turbo: #38629
  • chore: improve issue validator logs
  • chore: tweak issue validator action
  • Update version for yarn pnp tests: #38688
  • Add dark mode to Create Next App: #38671
  • Add note about test-trace artifact to test readme: #38770
  • Fix postcss deploy e2e test: #38782
  • test: disable the rsc flaky test temporarily: #38843
  • Update edge blob asset e2e test: #38857
  • ci: dropping macos-10.15: #38865
  • Update query/hash test for safari: #38889

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by more commits than we can show here.


Depfu Status

Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.

All Depfu comment commands
@​depfu rebase
Rebases against your default branch and redoes this update
@​depfu recreate
Recreates this PR, overwriting any edits that you've made to it
@​depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@​depfu close
Closes this PR and deletes the branch
@​depfu reopen
Restores the branch and reopens this PR (if it's closed)
@​depfu pause
Ignores all future updates for this dependency and closes this PR
@​depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@​depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)

@depfu depfu bot added dependencies Dependencies depfu labels Jul 23, 2022
@depfu depfu bot requested a review from uiuxarghya July 23, 2022 03:47
@uiuxarghya uiuxarghya merged commit 31de230 into master Jul 24, 2022
@depfu depfu bot deleted the depfu/update/npm/next-12.2.3 branch July 24, 2022 13:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant