René's URL Explorer Experiment


Title: Update all of nextjs: 12.2.5 → 12.3.1 (minor) by depfu[bot] · Pull Request #354 · javaistic/javaistic · GitHub

Open Graph Title: Update all of nextjs: 12.2.5 → 12.3.1 (minor) by depfu[bot] · Pull Request #354 · javaistic/javaistic

X Title: Update all of nextjs: 12.2.5 → 12.3.1 (minor) by depfu[bot] · Pull Request #354 · 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/bundle-analyzer (12.2.5 → 12.3.1) Sorry, we couldn't find anything useful about this release. ✳️ @​next/mdx (12.2.5 → 12.3.1) Sorry, we couldn't find anything useful about this release. ✳️ eslint-config-next (12.2.5 → 12.3.1) Sorry, we couldn't find anything useful about this release. ✳️ next (12.2.5 → 12.3.1) · Repo Release Notes 12.3.1 Core Changes Update react-server-dom-webpack: #40356 Fix flight manifest to include all chunks: #40365 docs: fix typos: #40342 Fix page url for edge routes in app dir: #40361 Subresource Integrity for App Directory: #39729 Stop build warning about experimental: { esmExternals: 'loose' }: #40377 Add template and error file types: #39808 Bump styled-jsx for showing displayName: #40411 fix(#40388): next/dynamic should only add default loading without suspense: #40397 Add missing trace for full reload event: #40393 feat(ts): expose AppType: #40391 Update dev watcher to ignore more accurately: #40412 Add failing case for location throw: #40445 Drop legacy RSC handling in client for pages: #40472 fix: eslint no-script-component-in-head error url: #40422 chore: Update swc: #40292 feat(edge): allows configuring Dynamic code execution guard: #39539 Rename allowDynamic to unstable_allowDynamic: #40496 Don't execute prefetches for bot user agents: #40435 Update semver of eslint-plugin-react: #40246 Clean up startTransition in Link: #40505 docs(README): next.js logo with dark mode: #40223 Passing down original sourcemap for flight client loader: #40508 next/script: make onLoad concurrent rendering resilient: #40191 chore: Update swc: #40520 Add missing feature in next-swc: #40550 Mask Flight Parameters from Middleware: #39939 Unwrap promise with experimental_use: #40575 fix(next/router): Prevent query delete in routing when next.config basePath option is truthy: #40566 fix(image): handle image imports with high aspect ratio: #40563 fix: loosen webpack compilation with fallbackNodePolyfills: false: #40612 Adding experimentalAdjustFallback feature to font optimization: #40185 fix: handle notFound: true in / with next export: #40592 refactor: split up CONTRIBUTING.md: #40515 Implement SWC transformer for server and client graphs: #40603 Fix edge wasm handling during deploy: #40625 Client directive: #40415 Remove internal client next api detection: #40646 Attach module trace for RSC related errors: #40652 Use createFromFetch instead of createFromReadableStream to fetch Flight: #40656 Change Flight response content type to application/octet-stream: #40665 Send web vitals to Vercel analytics in app: #40669 Refactor fetchServerResponse: #40674 Port page and layout level API assertions to SWC transform: #40653 Ensure smooth scroll is disabled for navigation in new and existing router: #40642 Upgrade to latest React experimental: #40672 Refine error messages: #40661 Incldue styled-jsx in swc compiling: #40679 misc: update caniuse-lite to latest: #40680 Remove non existed exports and files: #40685 fix(image): preload should respect crossOrigin: #40676 Add handling for static generation in app: #40561 Avoid direct React client API imports in the server graph: #40686 Drop legacy RSC server and client extension: #40692 Documentation Changes docs: fix middleware path: #40340 Fix mdx docs: #40402 Update Server Components documentation.: #40452 docs: move swcMinify: true out of "Experimental features" section: #40394 Clarify use of loading property: #40488 docs(errors/large-page-data): how to see data being passed to page: #40491 docs(basic-features/script): update script version history: #40263 Added "negative matcher" documentation: #40282 Fix a typo in docs: #40501 Example Changes chore: fix examples: #40395 chore(examples): update turborepo examples link: #40487 update(examples): Emotion modules: #40242 Added comments to middleware-matcher example: #40273 Remove legacy mobx example: #40304 Update cms-makeswift example: #40560 Fixed typo: #40608 Revert "Fixed typo": #40623 chore: Migrate with-prefetching example to typescript: #40671 chore: Refactor active-class-name example: #40670 docs(examples): fix error connection handling: #40633 Misc Changes Temporarily disable unstable app test: #40408 docs(middleware): fix broken link chore: use link: instead of file: in CONTRIBUTING.md: #40510 add Balázs as codeowner to /errors/ directory fix(cli): tune filter for extracting example .tar: #40513 Add additional tests for prefetch and trailingSlash: #40517 Wrap parallel routes tests in describe: #40546 fix(#40025): run next/script beforeInteractive test in both dev & prod: #40541 12.3.0 Core Changes Refactor client entry plugin to separate methods.: #39162 Eliminate path polyfill and incremental-cache from base server: #39548 Remove precopied styled-jsx: #39520 Refactor handling of addPageEntry promise: #39547 Support multiple flush effects: #39559 Eliminate Amp in Edge runtime: #39560 Rename page -> entry in on-demand-entry-handler: #39564 Update .env HMR handling: #39566 Fix failing switchable runtime deploy test: #39579 Fix Edge SSR routes: #39594 Support tsconfig paths without baseurl: #34926 Enable @typescript-eslint/no-use-before-define for functions: #39602 Remove minify: false for webpack5 bundle: #39620 Next Server code refactoring: #39591 Eliminate path and utils from base server: #39622 Remove webpack4 types: #39631 Enable additional TypeScript ESLint rules: #39640 fix(next/dynamic): handle template literal import path: #39623 Add comment on slash normalizing in server: #39653 Refactor base server: #39649 Add separate entry per layout/page.: #39611 fix(next-server): Fix priority for edge routes : #39462 Add todo for dependsOn: #39677 Improved server CSS handling: #39664 feat(next-swc): Update swc: #39499 fix next-app-loader on windows: #39657 fix(swc/emotion): Correct the SPACE_AROUND_COLON regex: #39710 fix(#39609): warns about suspense and ssr: #39676 Use realpath when emitting traced package.json: #39683 fix(#39706): add avif support for node serve static: #39733 fix(next): Do not display message when middleware is removed on dev mode: #39604 refactor(portal): remove useRef from portal component: #39792 refactor(use-intersection): remove useRef usage: #39791 allow Edge Functions to stream a compressed fetch response: #39608 fix meaninglessFileNames type in compiler options schema: #39698 build: upgrade edge-runtime: #39749 Update stalled ensure log to use debug instead: #39826 Skip building /500 in dev mode: #39828 Fix onError handling in next/future/image: #39824 Improve error message on next/future/image when objectFit or objectPosition: #39614 Refactor client CSS imports: #39758 Ensure moduleResolution is written correctly: #39836 Fix disposing active entries in dev compilers: #39845 fix(#39807): ignore width/height from webpack with "fill": #39849 Add handling for auto installing TypeScript deps and HMRing tsconfig: #39838 Remove eslint warning when no eslint config is present: #39872 feat(next/swc): enable wasm first binding load for the platforms: #38883 Fix next/future/image blur-up placeholder : #39785 Fix runLintCheck during build: #39883 Skip auto-install for missing deps in CI: #39882 Remove un-necessary internal jest-worker error during ts/lint error: #39886 Bump @vercel/nft@0.22.0: #39906 Handle edge runtime for app: #39910 build: upgrade edge-runtime: #39898 HMR for client CSS imports: #39916 fix(ts): use AppProps's generic for pageProps: #38867 Treat non page file as non route under app dir: #39976 Fix next/future/image incorrectly warning for fill + blur: #39986 Ensure prefetch heuristic matches with and without middleware: #39920 feat: add experimental.fallbackNodePolyfills flag: #39248 Fix incorrect build log for moduleResolution: #39991 fix(#39993): avoid race condition for next/script onReady: #40002 Avoid bundling next/script in the server build by default: #40013 Handle async module for client components: #39953 Upgrade typescript to 4.8.2: #39979 Remove Unused SQLite file: #40056 Update next/future/image to use svg blur placeholder during next dev: #39992 Remove

Open Graph 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/bundle-analyzer (12.2.5...

X 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/bundle-analyzer (12.2.5...

Opengraph URL: https://github.com/javaistic/javaistic/pull/354

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:21220f6a-31cb-79ba-ec96-732d52117d83
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-idC9DA:21279A:A8444F:D8FB0D:696B209A
html-safe-nonce15b73d6b752ef03b72b2c997ea2d7549ea9014661caaa60616fcacf0843ff603
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJDOURBOjIxMjc5QTpBODQ0NEY6RDhGQjBEOjY5NkIyMDlBIiwidmlzaXRvcl9pZCI6IjEyMTQ0NzcwNTQ5NzExNTg2ODIiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmac8d9c2a186b1e3afa46f55d2b2cd7c31c98b81b29917b5b0238e63d854b111063
hovercard-subject-tagpull_request:1062246541
github-keyboard-shortcutsrepository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///pull_requests/show/files
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/javaistic/javaistic/pull/354/files
twitter:imagehttps://avatars.githubusercontent.com/in/715?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/in/715?s=400&v=4
og:image:altHere 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/bundle-analyzer (12.2.5...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
None5f99f7c1d70f01da5b93e5ca90303359738944d8ab470e396496262c66e60b8d
turbo-cache-controlno-preview
diff-viewunified
go-importgithub.com/javaistic/javaistic git https://github.com/javaistic/javaistic.git
octolytics-dimension-user_id76972798
octolytics-dimension-user_loginjavaistic
octolytics-dimension-repository_id388602663
octolytics-dimension-repository_nwojavaistic/javaistic
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id388602663
octolytics-dimension-repository_network_root_nwojavaistic/javaistic
turbo-body-classeslogged-out env-production page-responsive full-width
disable-turbotrue
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release82560a55c6b2054555076f46e683151ee28a19bc
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/javaistic/javaistic/pull/354/files#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fjavaistic%2Fjavaistic%2Fpull%2F354%2Ffiles
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fjavaistic%2Fjavaistic%2Fpull%2F354%2Ffiles
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fpull_requests%2Fshow%2Ffiles&source=header-repo&source_repo=javaistic%2Fjavaistic
Reloadhttps://github.com/javaistic/javaistic/pull/354/files
Reloadhttps://github.com/javaistic/javaistic/pull/354/files
Reloadhttps://github.com/javaistic/javaistic/pull/354/files
javaistic https://github.com/javaistic
javaistichttps://github.com/javaistic/javaistic
Please reload this pagehttps://github.com/javaistic/javaistic/pull/354/files
Notifications https://github.com/login?return_to=%2Fjavaistic%2Fjavaistic
Fork 21 https://github.com/login?return_to=%2Fjavaistic%2Fjavaistic
Star 49 https://github.com/login?return_to=%2Fjavaistic%2Fjavaistic
Code https://github.com/javaistic/javaistic
Issues 4 https://github.com/javaistic/javaistic/issues
Pull requests 0 https://github.com/javaistic/javaistic/pulls
Discussions https://github.com/javaistic/javaistic/discussions
Actions https://github.com/javaistic/javaistic/actions
Projects 2 https://github.com/javaistic/javaistic/projects
Security Uh oh! There was an error while loading. Please reload this page. https://github.com/javaistic/javaistic/security
Please reload this pagehttps://github.com/javaistic/javaistic/pull/354/files
Insights https://github.com/javaistic/javaistic/pulse
Code https://github.com/javaistic/javaistic
Issues https://github.com/javaistic/javaistic/issues
Pull requests https://github.com/javaistic/javaistic/pulls
Discussions https://github.com/javaistic/javaistic/discussions
Actions https://github.com/javaistic/javaistic/actions
Projects https://github.com/javaistic/javaistic/projects
Security https://github.com/javaistic/javaistic/security
Insights https://github.com/javaistic/javaistic/pulse
Sign up for GitHub https://github.com/signup?return_to=%2Fjavaistic%2Fjavaistic%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://github.com/login?return_to=%2Fjavaistic%2Fjavaistic%2Fissues%2Fnew%2Fchoose
arghyaxcodeshttps://github.com/arghyaxcodes
mainhttps://github.com/javaistic/javaistic/tree/main
depfu/update/yarn/group/nextjs-12.3.1https://github.com/javaistic/javaistic/tree/depfu/update/yarn/group/nextjs-12.3.1
Conversation 1 https://github.com/javaistic/javaistic/pull/354
Commits 1 https://github.com/javaistic/javaistic/pull/354/commits
Checks 0 https://github.com/javaistic/javaistic/pull/354/checks
Files changed https://github.com/javaistic/javaistic/pull/354/files
Please reload this pagehttps://github.com/javaistic/javaistic/pull/354/files
Update all of nextjs: 12.2.5 → 12.3.1 (minor) https://github.com/javaistic/javaistic/pull/354/files#top
Show all changes 1 commit https://github.com/javaistic/javaistic/pull/354/files
c3f16b9 Update all of nextjs to version 12.3.1 depfu[bot] Sep 21, 2022 https://github.com/javaistic/javaistic/pull/354/commits/c3f16b9a5b734d2dbdb338d562775e72b7096201
Clear filters https://github.com/javaistic/javaistic/pull/354/files
Please reload this pagehttps://github.com/javaistic/javaistic/pull/354/files
Please reload this pagehttps://github.com/javaistic/javaistic/pull/354/files
package.json https://github.com/javaistic/javaistic/pull/354/files#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519
yarn.lock https://github.com/javaistic/javaistic/pull/354/files#diff-51e4f558fae534656963876761c95b83b6ef5da5103c4adef6768219ed76c2de
package.jsonhttps://github.com/javaistic/javaistic/pull/354/files#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519
View file https://github.com/javaistic/javaistic/blob/c3f16b9a5b734d2dbdb338d562775e72b7096201/package.json
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/javaistic/javaistic/pull/354/{{ revealButtonHref }}
https://github.com/javaistic/javaistic/pull/354/files#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519
https://github.com/javaistic/javaistic/pull/354/files#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519
https://github.com/javaistic/javaistic/pull/354/files#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519
https://github.com/javaistic/javaistic/pull/354/files#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519
yarn.lockhttps://github.com/javaistic/javaistic/pull/354/files#diff-51e4f558fae534656963876761c95b83b6ef5da5103c4adef6768219ed76c2de
View file https://github.com/javaistic/javaistic/blob/c3f16b9a5b734d2dbdb338d562775e72b7096201/yarn.lock
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/javaistic/javaistic/pull/354/{{ revealButtonHref }}
https://github.com/javaistic/javaistic/pull/354/files#diff-51e4f558fae534656963876761c95b83b6ef5da5103c4adef6768219ed76c2de
https://github.com/javaistic/javaistic/pull/354/files#diff-51e4f558fae534656963876761c95b83b6ef5da5103c4adef6768219ed76c2de
https://github.com/javaistic/javaistic/pull/354/files#diff-51e4f558fae534656963876761c95b83b6ef5da5103c4adef6768219ed76c2de
https://github.com/javaistic/javaistic/pull/354/files#diff-51e4f558fae534656963876761c95b83b6ef5da5103c4adef6768219ed76c2de
https://github.com/javaistic/javaistic/pull/354/files#diff-51e4f558fae534656963876761c95b83b6ef5da5103c4adef6768219ed76c2de
https://github.com/javaistic/javaistic/pull/354/files#diff-51e4f558fae534656963876761c95b83b6ef5da5103c4adef6768219ed76c2de
https://github.com/javaistic/javaistic/pull/354/files#diff-51e4f558fae534656963876761c95b83b6ef5da5103c4adef6768219ed76c2de
https://github.com/javaistic/javaistic/pull/354/files#diff-51e4f558fae534656963876761c95b83b6ef5da5103c4adef6768219ed76c2de
https://github.com/javaistic/javaistic/pull/354/files#diff-51e4f558fae534656963876761c95b83b6ef5da5103c4adef6768219ed76c2de
https://github.com/javaistic/javaistic/pull/354/files#diff-51e4f558fae534656963876761c95b83b6ef5da5103c4adef6768219ed76c2de
https://github.com/javaistic/javaistic/pull/354/files#diff-51e4f558fae534656963876761c95b83b6ef5da5103c4adef6768219ed76c2de
https://github.com/javaistic/javaistic/pull/354/files#diff-51e4f558fae534656963876761c95b83b6ef5da5103c4adef6768219ed76c2de
https://github.com/javaistic/javaistic/pull/354/files#diff-51e4f558fae534656963876761c95b83b6ef5da5103c4adef6768219ed76c2de
https://github.com/javaistic/javaistic/pull/354/files#diff-51e4f558fae534656963876761c95b83b6ef5da5103c4adef6768219ed76c2de
https://github.com/javaistic/javaistic/pull/354/files#diff-51e4f558fae534656963876761c95b83b6ef5da5103c4adef6768219ed76c2de
https://github.com/javaistic/javaistic/pull/354/files#diff-51e4f558fae534656963876761c95b83b6ef5da5103c4adef6768219ed76c2de
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.