ricokahler / next-plugin-preval

Pre-evaluate async functions during builds and import them like JSON
MIT License
255 stars 12 forks source link

chore(deps): update dependency next to v12.0.2 #70

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
next (source) 12.0.0 -> 12.0.2 age adoption passing confidence

Release Notes

vercel/next.js ### [`v12.0.2`](https://togithub.com/vercel/next.js/releases/v12.0.2) [Compare Source](https://togithub.com/vercel/next.js/compare/v12.0.1...v12.0.2) ##### Core Changes - update tsconfig correctly when compilerOptions is not set yet: [#​30355](https://togithub.com/vercel/next.js/issues/30355) - Update swc: [#​30404](https://togithub.com/vercel/next.js/issues/30404) - fix external fallback for invalid packages: [#​30427](https://togithub.com/vercel/next.js/issues/30427) - Update swc: [#​30426](https://togithub.com/vercel/next.js/issues/30426) - remove console.log: [#​30447](https://togithub.com/vercel/next.js/issues/30447) - Relax warning for `next/image` parent element: [#​30453](https://togithub.com/vercel/next.js/issues/30453) - Make sure externals is an array: [#​30466](https://togithub.com/vercel/next.js/issues/30466) - Fix native-url containing non-es5 usage: [#​30474](https://togithub.com/vercel/next.js/issues/30474) - Fix issue with placeholder followed by numbers: [#​30493](https://togithub.com/vercel/next.js/issues/30493) - Share resolve logic for trace and externals: [#​30499](https://togithub.com/vercel/next.js/issues/30499) - Update to copy necessary RSC files from dep: [#​30505](https://togithub.com/vercel/next.js/issues/30505) - Update swc: [#​30509](https://togithub.com/vercel/next.js/issues/30509) - Update swc to fix minifier issue: [#​30540](https://togithub.com/vercel/next.js/issues/30540) - Exclude musl from target: [#​30548](https://togithub.com/vercel/next.js/issues/30548) - Revert "Update swc to fix minifier issue": [#​30551](https://togithub.com/vercel/next.js/issues/30551) - Fix file path overflowing in error popup: [#​27575](https://togithub.com/vercel/next.js/issues/27575) - add warning to update featureName in FEATURE_USAGE backend: [#​30283](https://togithub.com/vercel/next.js/issues/30283) - Update publish-native to not block on error: [#​30565](https://togithub.com/vercel/next.js/issues/30565) - Simplify concurrent features related configurations and fix tests: [#​30546](https://togithub.com/vercel/next.js/issues/30546) - Split Set-Cookie header correctly: [#​30560](https://togithub.com/vercel/next.js/issues/30560) - Relax warning for `next/image` loader width: [#​30562](https://togithub.com/vercel/next.js/issues/30562) - Fix publish native including non-packages: [#​30589](https://togithub.com/vercel/next.js/issues/30589) - Fix redundant styled-jsx global issue: [#​30584](https://togithub.com/vercel/next.js/issues/30584) - Add buffering for streaming until the shell is completed: [#​30585](https://togithub.com/vercel/next.js/issues/30585) - Check react 18 flags and add more tests: [#​30575](https://togithub.com/vercel/next.js/issues/30575) - Update to latest shell-quote: [#​30621](https://togithub.com/vercel/next.js/issues/30621) - Relax warning for `next/image` loader width even more: [#​30624](https://togithub.com/vercel/next.js/issues/30624) - make sure "webpack" exists in the repo for typings: [#​30371](https://togithub.com/vercel/next.js/issues/30371) - Chore/rust workflow: [#​30577](https://togithub.com/vercel/next.js/issues/30577) - update webpack: [#​30634](https://togithub.com/vercel/next.js/issues/30634) - Update output tracing to do separate passes: [#​30637](https://togithub.com/vercel/next.js/issues/30637) - Revert incremental config to fix missing types: [#​30644](https://togithub.com/vercel/next.js/issues/30644) - Fix check compiled step : [#​30645](https://togithub.com/vercel/next.js/issues/30645) - Fix missing dev option for the middleware SSR loader: [#​30639](https://togithub.com/vercel/next.js/issues/30639) - Fixed "Expected jsx identifier" error on TypeScript generics & angle bracket type assertions in .ts files: [#​30619](https://togithub.com/vercel/next.js/issues/30619) - Add auto-commonjs and update swc: [#​30661](https://togithub.com/vercel/next.js/issues/30661) - Provide default fallback \_document and \_app for for concurrent mode: [#​30642](https://togithub.com/vercel/next.js/issues/30642) - Remove isCommonJS check as it has been moved to next-swc: [#​30677](https://togithub.com/vercel/next.js/issues/30677) - Update swc: [#​30685](https://togithub.com/vercel/next.js/issues/30685) ##### Documentation Changes - Removing duplicated instead word: [#​30442](https://togithub.com/vercel/next.js/issues/30442) - fix(docs): Fix broken link in testing documentation: [#​30448](https://togithub.com/vercel/next.js/issues/30448) - Update SWC failed error with link to discussion: [#​30469](https://togithub.com/vercel/next.js/issues/30469) - docs: update Middleware API reference: [#​30485](https://togithub.com/vercel/next.js/issues/30485) - Update examples at headers documentation: [#​30502](https://togithub.com/vercel/next.js/issues/30502) - Document Cross-Platform VS Code Debugging: [#​30052](https://togithub.com/vercel/next.js/issues/30052) - Add note about no-optional to swc error doc: [#​30566](https://togithub.com/vercel/next.js/issues/30566) - Fix link to documentation from deprecated target config message: [#​30607](https://togithub.com/vercel/next.js/issues/30607) - correct Next.js 11 upgrade instructions: [#​30665](https://togithub.com/vercel/next.js/issues/30665) ##### Example Changes - Update next-transpile-modules to 9.0.0 across examples: [#​30418](https://togithub.com/vercel/next.js/issues/30418) ##### Misc Changes - Add `incremental` to template/tsconfig.json to avoid changes on first build: [#​30357](https://togithub.com/vercel/next.js/issues/30357) - Fix playwright trace names: [#​30374](https://togithub.com/vercel/next.js/issues/30374) - include stdio in error message: [#​30358](https://togithub.com/vercel/next.js/issues/30358) - Disable using polling for webpack on test retry: [#​30372](https://togithub.com/vercel/next.js/issues/30372) - Update test traces to only run on retry: [#​30459](https://togithub.com/vercel/next.js/issues/30459) - Remove extra config for PR stats: [#​30478](https://togithub.com/vercel/next.js/issues/30478) - Fixed grammatical errors in contributing.md: [#​30542](https://togithub.com/vercel/next.js/issues/30542) - Use fallback SWC version when binary publish fails: [#​30568](https://togithub.com/vercel/next.js/issues/30568) - Use unfiltered SWC packages when updating optional: [#​30571](https://togithub.com/vercel/next.js/issues/30571) - remove Object.fromEntries polyfill for node 10 in test utils: [#​30657](https://togithub.com/vercel/next.js/issues/30657) - Ensure native binary is available for release stats: [#​30649](https://togithub.com/vercel/next.js/issues/30649) ##### Credits Huge thanks to [@​oBusk](https://togithub.com/oBusk), [@​sokra](https://togithub.com/sokra), [@​ijjk](https://togithub.com/ijjk), [@​kdy1](https://togithub.com/kdy1), [@​martpie](https://togithub.com/martpie), [@​BruceRodrigues](https://togithub.com/BruceRodrigues), [@​luke-h1](https://togithub.com/luke-h1), [@​styfle](https://togithub.com/styfle), [@​balazsorban44](https://togithub.com/balazsorban44), [@​padmaia](https://togithub.com/padmaia), [@​lucasvazq](https://togithub.com/lucasvazq), [@​velocity23](https://togithub.com/velocity23), [@​AkiraTsuboi](https://togithub.com/AkiraTsuboi), [@​mitheelgajare](https://togithub.com/mitheelgajare), [@​kyliau](https://togithub.com/kyliau), [@​huozhi](https://togithub.com/huozhi), [@​karaggeorge](https://togithub.com/karaggeorge), [@​JamiesWhiteShirt](https://togithub.com/JamiesWhiteShirt), [@​shuding](https://togithub.com/shuding), [@​stefanprobst](https://togithub.com/stefanprobst), [@​leroydev](https://togithub.com/leroydev), [@​JulienZD](https://togithub.com/JulienZD), and [@​timneutkens](https://togithub.com/timneutkens) for helping! ### [`v12.0.1`](https://togithub.com/vercel/next.js/releases/v12.0.1) [Compare Source](https://togithub.com/vercel/next.js/compare/v12.0.0...v12.0.1) ##### Core Changes - Add new target for middleware: [#​30299](https://togithub.com/vercel/next.js/issues/30299) - Clear up confusion around SWC being disabled for Babel while swcMinify is on: [#​30337](https://togithub.com/vercel/next.js/issues/30337) - fix missed hmr events: [#​30309](https://togithub.com/vercel/next.js/issues/30309) - Update SWC OS and CPU fields: [#​30341](https://togithub.com/vercel/next.js/issues/30341) - Fix flight loader parsing: [#​30345](https://togithub.com/vercel/next.js/issues/30345) - keep sortedMiddleware intact as it's used by the runtime: [#​30361](https://togithub.com/vercel/next.js/issues/30361) - fix rsc on windows: [#​30364](https://togithub.com/vercel/next.js/issues/30364) - lint: remove unused variable: [#​30370](https://togithub.com/vercel/next.js/issues/30370) - Fix exportRuntime and react-18 concurrent tests: [#​30381](https://togithub.com/vercel/next.js/issues/30381) - Disable loading of `.swcrc`: [#​30384](https://togithub.com/vercel/next.js/issues/30384) - Fix PerformanceObserver usage for older browsers and CI: [#​30387](https://togithub.com/vercel/next.js/issues/30387) ##### Documentation Changes - Add React 18 docs: [#​30325](https://togithub.com/vercel/next.js/issues/30325) - Add missing closing quote: [#​30336](https://togithub.com/vercel/next.js/issues/30336) - Fix lint on react-18 docs: [#​30354](https://togithub.com/vercel/next.js/issues/30354) - Added warning about trusted domains: [#​30348](https://togithub.com/vercel/next.js/issues/30348) - Fix typo `currentFeatures` to `concurrentFeatures`: [#​30356](https://togithub.com/vercel/next.js/issues/30356) ##### Misc Changes - Update manifest.json - Ensure linux-aarch64-musl swc target skips when cached: [#​30331](https://togithub.com/vercel/next.js/issues/30331) - feat: ignore incremental TS compilation build info: [#​30362](https://togithub.com/vercel/next.js/issues/30362) - Make check release job parallel to build job: [#​30350](https://togithub.com/vercel/next.js/issues/30350) - Revert "Make check release job parallel to build job": [#​30388](https://togithub.com/vercel/next.js/issues/30388) ##### Credits Huge thanks to [@​shuding](https://togithub.com/shuding), [@​leotaku](https://togithub.com/leotaku), [@​timneutkens](https://togithub.com/timneutkens), [@​sokra](https://togithub.com/sokra), [@​huozhi](https://togithub.com/huozhi), [@​ijjk](https://togithub.com/ijjk), [@​molebox](https://togithub.com/molebox), [@​mattfwood](https://togithub.com/mattfwood), [@​kripod](https://togithub.com/kripod), [@​kdy1](https://togithub.com/kdy1), and [@​styfle](https://togithub.com/styfle) for helping!

Configuration

📅 Schedule: "before 3am on the first day of the month" (UTC).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

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



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

github-actions[bot] commented 2 years ago

:tada: This PR is included in version 1.2.2 :tada:

The release is available on:

Your semantic-release bot :package::rocket: