daisuke85a / gomoku

5目並べと3目並べで遊べます
https://gomoku-seven.vercel.app
0 stars 0 forks source link

chore(deps): update nextjs monorepo to v12.1.5 #75

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
eslint-config-next 12.1.1 -> 12.1.5 age adoption passing confidence
next (source) 12.1.1 -> 12.1.5 age adoption passing confidence

Release Notes

vercel/next.js ### [`v12.1.5`](https://togithub.com/vercel/next.js/releases/v12.1.5) [Compare Source](https://togithub.com/vercel/next.js/compare/v12.1.4...v12.1.5) ##### Core Changes - \[Script] Use `__non_webpack_require__` to fetch partytown server-side: [#​35793](https://togithub.com/vercel/next.js/issues/35793) - Use ReadableStream in client hydration for Firefox compatibility: [#​35796](https://togithub.com/vercel/next.js/issues/35796) - Continue testing react v17 with e2e tests: [#​35787](https://togithub.com/vercel/next.js/issues/35787) - Collect packages are used and eliminated in getServerSideProps: [#​35404](https://togithub.com/vercel/next.js/issues/35404) - Initial implementation of statically optimized flight data of server component pages: [#​35619](https://togithub.com/vercel/next.js/issues/35619) - Fix `layout="raw"` image element sizes prop: [#​35809](https://togithub.com/vercel/next.js/issues/35809) - fix: reset visible state when src/href changed: [#​35287](https://togithub.com/vercel/next.js/issues/35287) - Add warning when importing "next" directly: [#​35884](https://togithub.com/vercel/next.js/issues/35884) - Custom app for switchable runtime: [#​35666](https://togithub.com/vercel/next.js/issues/35666) - Update repo to use react 18 by default: [#​35888](https://togithub.com/vercel/next.js/issues/35888) - Fix Firefox flash of white on `next/image` with `placeholder=blur`: [#​35889](https://togithub.com/vercel/next.js/issues/35889) - Fix data encoder and decoder to use `stream` in renderer: [#​35936](https://togithub.com/vercel/next.js/issues/35936) - Revert "fix the dynamic routing of middleware": [#​35932](https://togithub.com/vercel/next.js/issues/35932) - Update: Add error message when for getServerSideProps invalid return value: [#​35887](https://togithub.com/vercel/next.js/issues/35887) - Code refactoring: [#​35937](https://togithub.com/vercel/next.js/issues/35937) - fix: add locale prefix to middleware preflight url: [#​35911](https://togithub.com/vercel/next.js/issues/35911) - Emotion SWC Plugin - Allow for jsxImportSource to be configurable: [#​35963](https://togithub.com/vercel/next.js/issues/35963) - Update polyfill of web streams: [#​35571](https://togithub.com/vercel/next.js/issues/35571) - Add `.eslintrc.cjs` to list of supported `next lint` config files: [#​35440](https://togithub.com/vercel/next.js/issues/35440) - update webpack: [#​35867](https://togithub.com/vercel/next.js/issues/35867) - Ensure minimalMode previousCache expire time is capped: [#​35954](https://togithub.com/vercel/next.js/issues/35954) - Add test case for module resolution in node_modules from different contexts: [#​35978](https://togithub.com/vercel/next.js/issues/35978) - Support shared component with next built-in client components: [#​35975](https://togithub.com/vercel/next.js/issues/35975) - Use eager import to include client modules: [#​35979](https://togithub.com/vercel/next.js/issues/35979) - Use renderToString for flush effects: [#​35999](https://togithub.com/vercel/next.js/issues/35999) - test: organize react 18 tests: [#​36003](https://togithub.com/vercel/next.js/issues/36003) - allow to provide postcss plugin options as a string: [#​35173](https://togithub.com/vercel/next.js/issues/35173) - Fix leaking internal config to user-defined `loader` prop in `next/image`: [#​36013](https://togithub.com/vercel/next.js/issues/36013) - Support export all syntax in client components: [#​36027](https://togithub.com/vercel/next.js/issues/36027) - Interpolate default exports: [#​35933](https://togithub.com/vercel/next.js/issues/35933) - feat(next-swc): Update swc crates: [#​35996](https://togithub.com/vercel/next.js/issues/35996) - Interpolate default exports is now unnecessary: [#​36065](https://togithub.com/vercel/next.js/issues/36065) - Do not add locale to link for api route and middleware preflight: [#​35994](https://togithub.com/vercel/next.js/issues/35994) - update [@​vercel/nft](https://togithub.com/vercel/nft) to 0.18.1: [#​36075](https://togithub.com/vercel/next.js/issues/36075) - Fix outputStandalone with optimizeCss: [#​36028](https://togithub.com/vercel/next.js/issues/36028) - Interpolate module.exports as default import : [#​36082](https://togithub.com/vercel/next.js/issues/36082) - fix(next-url): print properly using logger symbol: [#​36097](https://togithub.com/vercel/next.js/issues/36097) ##### Documentation Changes - Docs: update react 18's overview: [#​35766](https://togithub.com/vercel/next.js/issues/35766) - Update dead link for getStaticPaths in error docs: [#​35814](https://togithub.com/vercel/next.js/issues/35814) - Link to `with-docker-multi-env` example.: [#​35820](https://togithub.com/vercel/next.js/issues/35820) - Add Vitest example.: [#​35858](https://togithub.com/vercel/next.js/issues/35858) - Docs: Add useful link to invalid-getstaticprops-value error message: [#​35915](https://togithub.com/vercel/next.js/issues/35915) - Update Manual Steps in Getting Started guide: [#​35898](https://togithub.com/vercel/next.js/issues/35898) - fix: toBeInTheDocument is not a function: [#​35930](https://togithub.com/vercel/next.js/issues/35930) - Refactor default locale prefix to support clone(): [#​35874](https://togithub.com/vercel/next.js/issues/35874) - docs: clarify when you use getServerSideProps: [#​35922](https://togithub.com/vercel/next.js/issues/35922) - Update docs related to React 18: [#​35952](https://togithub.com/vercel/next.js/issues/35952) - Mention HTTP 303 See Other in redirects section: [#​35997](https://togithub.com/vercel/next.js/issues/35997) - Update the docs for Switchable Runtime: [#​36015](https://togithub.com/vercel/next.js/issues/36015) - Add docs for x-nextjs-cache header: [#​36023](https://togithub.com/vercel/next.js/issues/36023) - Improvements to the MDX Docs and replaced a leftover reference to babel: [#​35332](https://togithub.com/vercel/next.js/issues/35332) - Moving middleware file : [#​36009](https://togithub.com/vercel/next.js/issues/36009) - Revert "Improvements to the MDX Docs and replaced a leftover reference to babel": [#​36066](https://togithub.com/vercel/next.js/issues/36066) - docs: failed-loading-swc possible fix for Windows users: [#​36081](https://togithub.com/vercel/next.js/issues/36081) ##### Example Changes - fix(with-mongodb): Change comment of MongoDB `client` in `getServerSideProps`: [#​35750](https://togithub.com/vercel/next.js/issues/35750) - \[example] Fix bird animations in with-three-js example: [#​36053](https://togithub.com/vercel/next.js/issues/36053) - Update to with-supertokens example: [#​35991](https://togithub.com/vercel/next.js/issues/35991) - \[Examples] Updating with-elasticsearch to latest Elasticsearch lib version: [#​36063](https://togithub.com/vercel/next.js/issues/36063) - \[example] Fix fast refresh in with-slate example: [#​36095](https://togithub.com/vercel/next.js/issues/36095) - add support for changing /route/#hashes: [#​36079](https://togithub.com/vercel/next.js/issues/36079) ##### Misc Changes - test: add test for basic dynamic import with react 18 hydration: [#​35772](https://togithub.com/vercel/next.js/issues/35772) - Send build trace to datadog in CI: [#​35306](https://togithub.com/vercel/next.js/issues/35306) - Fix docs only check for performance metrics job: [#​35785](https://togithub.com/vercel/next.js/issues/35785) - Run e2e suite against React 18: [#​35774](https://togithub.com/vercel/next.js/issues/35774) - ci(trace): adjust agent env variables: [#​35790](https://togithub.com/vercel/next.js/issues/35790) - ci(trace): fix workflow conditions: [#​35800](https://togithub.com/vercel/next.js/issues/35800) - ci(workflow): fix api key for trace: [#​35804](https://togithub.com/vercel/next.js/issues/35804) - Stabilize react streaming ISR test: [#​35885](https://togithub.com/vercel/next.js/issues/35885) - Fix flaky test: [#​35951](https://togithub.com/vercel/next.js/issues/35951) - Add note to contributing about docs manifest: [#​36020](https://togithub.com/vercel/next.js/issues/36020) - Update turbo cache key: [#​36074](https://togithub.com/vercel/next.js/issues/36074) - docs: suggest cloning with depth=1 to avoid huge downloads: [#​36064](https://togithub.com/vercel/next.js/issues/36064) ##### Credits Huge thanks to [@​TianenPang](https://togithub.com/TianenPang), [@​huozhi](https://togithub.com/huozhi), [@​Brooooooklyn](https://togithub.com/Brooooooklyn), [@​SokichiFujita](https://togithub.com/SokichiFujita), [@​timneutkens](https://togithub.com/timneutkens), [@​housseindjirdeh](https://togithub.com/housseindjirdeh), [@​kwonoj](https://togithub.com/kwonoj), [@​jonespen](https://togithub.com/jonespen), [@​leerob](https://togithub.com/leerob), [@​shuding](https://togithub.com/shuding), [@​atcastle](https://togithub.com/atcastle), [@​SukkaW](https://togithub.com/SukkaW), [@​samueldusek](https://togithub.com/samueldusek), [@​styfle](https://togithub.com/styfle), [@​amandeepmittal](https://togithub.com/amandeepmittal), [@​bestony](https://togithub.com/bestony), [@​nkzawa](https://togithub.com/nkzawa), [@​kamerat](https://togithub.com/kamerat), [@​JohnDaly](https://togithub.com/JohnDaly), [@​jakejarvis](https://togithub.com/jakejarvis), [@​sokra](https://togithub.com/sokra), [@​reconbot](https://togithub.com/reconbot), [@​bjorm](https://togithub.com/bjorm), [@​kdy1](https://togithub.com/kdy1), [@​HaNdTriX](https://togithub.com/HaNdTriX), [@​Markos-Th09](https://togithub.com/Markos-Th09), [@​rishabhpoddar](https://togithub.com/rishabhpoddar), [@​timeyoutakeit](https://togithub.com/timeyoutakeit), [@​aravindputrevu](https://togithub.com/aravindputrevu), [@​molebox](https://togithub.com/molebox), [@​gsimone](https://togithub.com/gsimone), [@​Ethan-Arrowood](https://togithub.com/Ethan-Arrowood), [@​Kikobeats](https://togithub.com/Kikobeats), [@​williamli](https://togithub.com/williamli), and [@​vltansky](https://togithub.com/vltansky) for helping! ### [`v12.1.4`](https://togithub.com/vercel/next.js/releases/v12.1.4) [Compare Source](https://togithub.com/vercel/next.js/compare/v12.1.3...v12.1.4) ##### Core Changes - Only resolve page runtime for react 18 and error on read failure: [#​35705](https://togithub.com/vercel/next.js/issues/35705) - feat(next-swc): Update swc crates: [#​35395](https://togithub.com/vercel/next.js/issues/35395) - Fix document styles with react 18: [#​35760](https://togithub.com/vercel/next.js/issues/35760) - Fix router isReady and react 18 not being detected with no config: [#​35762](https://togithub.com/vercel/next.js/issues/35762) ##### Documentation Changes - Updated create-next-app docs to include pnpm usage: [#​35755](https://togithub.com/vercel/next.js/issues/35755) ##### Credits Huge thanks to [@​huozhi](https://togithub.com/huozhi), [@​styfle](https://togithub.com/styfle), and [@​kdy1](https://togithub.com/kdy1) for helping! ### [`v12.1.3`](https://togithub.com/vercel/next.js/releases/v12.1.3) [Compare Source](https://togithub.com/vercel/next.js/compare/v12.1.2...v12.1.3) ##### Core Changes - Add deprecated JSDoc comments for the previous middleware signature: [#​35448](https://togithub.com/vercel/next.js/issues/35448) - fix the dynamic routing of middleware: [#​32601](https://togithub.com/vercel/next.js/issues/32601) - fix: don't override user-agent in fetch if specified: [#​35547](https://togithub.com/vercel/next.js/issues/35547) - Fix typos: [#​35683](https://togithub.com/vercel/next.js/issues/35683) - Fix Fast Refresh for React 18: [#​35718](https://togithub.com/vercel/next.js/issues/35718) - Emotion css minify should not trim end spaces if item is not the last: [#​35697](https://togithub.com/vercel/next.js/issues/35697) - Ensure the app shell is rendered before rendering the document: [#​35732](https://togithub.com/vercel/next.js/issues/35732) - fix: Prevent page to scroll to top during data HMR: [#​35739](https://togithub.com/vercel/next.js/issues/35739) - Fix \_document and getInitialProps with React 18: [#​35736](https://togithub.com/vercel/next.js/issues/35736) - test(fix: Prevent page to scroll to top during data HMR): [#​35744](https://togithub.com/vercel/next.js/issues/35744) - Update to pre-compile use-subscription: [#​35746](https://togithub.com/vercel/next.js/issues/35746) - Fix useStatic404 condition: [#​35749](https://togithub.com/vercel/next.js/issues/35749) - Fix streaming SSR with multi-byte characters: [#​35724](https://togithub.com/vercel/next.js/issues/35724) ##### Documentation Changes - docs: fix typo in Script Component docs: [#​35731](https://togithub.com/vercel/next.js/issues/35731) ##### Misc Changes - Fix next info test during stable release: [#​35668](https://togithub.com/vercel/next.js/issues/35668) - Update default test timeouts for yarn install times: [#​35669](https://togithub.com/vercel/next.js/issues/35669) - test(integration): emit console error when test fails: [#​35507](https://togithub.com/vercel/next.js/issues/35507) ##### Credits Huge thanks to [@​lfades](https://togithub.com/lfades), [@​nkzawa](https://togithub.com/nkzawa), [@​kwonoj](https://togithub.com/kwonoj), [@​SethFalco](https://togithub.com/SethFalco), [@​hiro0218](https://togithub.com/hiro0218), [@​Brooooooklyn](https://togithub.com/Brooooooklyn), [@​shuding](https://togithub.com/shuding), [@​BWsix](https://togithub.com/BWsix), [@​schickling](https://togithub.com/schickling), [@​ijjk](https://togithub.com/ijjk), and [@​martinnabhan](https://togithub.com/martinnabhan) for helping! ### [`v12.1.2`](https://togithub.com/vercel/next.js/releases/v12.1.2) [Compare Source](https://togithub.com/vercel/next.js/compare/v12.1.1...v12.1.2) ##### Core Changes - RSC: handle commonjs in flight loader: [#​35563](https://togithub.com/vercel/next.js/issues/35563) - Update rsc refresh typing and doc example: [#​35543](https://togithub.com/vercel/next.js/issues/35543) - Revert "Revert "Make concurrent features independent from the global runtime option" [#​35405](https://togithub.com/vercel/next.js/issues/35405)": [#​35490](https://togithub.com/vercel/next.js/issues/35490) - Update terminal tree view for switchable runtime: [#​35394](https://togithub.com/vercel/next.js/issues/35394) - Prevent spaces between expressions from being removed: [#​35613](https://togithub.com/vercel/next.js/issues/35613) - Fix: disable script worker in edge and fix rsc loader and runtime: [#​35604](https://togithub.com/vercel/next.js/issues/35604) - enhance: detect ESM by ast type: [#​35627](https://togithub.com/vercel/next.js/issues/35627) - Clean up legacy react 18 tests: [#​35615](https://togithub.com/vercel/next.js/issues/35615) - Fix server component render condition: [#​35663](https://togithub.com/vercel/next.js/issues/35663) - Rename createRSCHook to createFlightHook: [#​35665](https://togithub.com/vercel/next.js/issues/35665) - Ensure eslint plugins dont conflict: [#​35667](https://togithub.com/vercel/next.js/issues/35667) ##### Documentation Changes - docs: update styling support for streaming: [#​35375](https://togithub.com/vercel/next.js/issues/35375) - Fix typo in rewrites docs: [#​35639](https://togithub.com/vercel/next.js/issues/35639) - Update middleware examples list: [#​35622](https://togithub.com/vercel/next.js/issues/35622) ##### Misc Changes - Fix create-next-app failing without yarn installed: [#​35608](https://togithub.com/vercel/next.js/issues/35608) - Fix hydration issue in the switchable runtime tests: [#​35616](https://togithub.com/vercel/next.js/issues/35616) ##### Credits Huge thanks to [@​huozhi](https://togithub.com/huozhi), [@​shuding](https://togithub.com/shuding), [@​Brooooooklyn](https://togithub.com/Brooooooklyn), [@​TianenPang](https://togithub.com/TianenPang), [@​lfades](https://togithub.com/lfades), and [@​timneutkens](https://togithub.com/timneutkens) for helping!

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.



This PR has been generated by WhiteSource Renovate. View repository job log here.

vercel[bot] commented 2 years ago

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/daisuke85a/gomoku/Ck5XoGViUMKNZGdimPZ6N4N6Jf8d
✅ Preview: https://gomoku-git-renovate-nextjs-monorepo-daisuke85a.vercel.app