Skip to content
This repository has been archived by the owner on May 6, 2022. It is now read-only.

⬆️ Update nextjs monorepo to v12.0.3 #720

Merged
merged 2 commits into from
Nov 10, 2021
Merged

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Nov 8, 2021

WhiteSource Renovate

This PR contains the following updates:

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

Release Notes

vercel/next.js

v12.0.3

Compare Source

Core Changes
  • Improve error message for importing native Node APIs in the edge runtime: #​30696
  • Keep attempting to load binary files after failure: #​30755
  • Fix Invalid character in header ["Content-Disposition"]: #​30287
  • Relax restriction of images.path in next.config.js: #​30741
  • Prevent storing page props cache when in SSG + preview mode: #​30757
  • Optimize other fonts provide by Google: #​30554
  • Update swc: #​30790
  • Add regenerator path: #​30786
  • Update loader-utils: #​30743
  • Re-enable minifying middleware chunks: #​30823
  • Don't require source files to be writeable in dev mode: #​30758
  • Fix incorrect _document.js error when disableStaticImages: true: #​30768
  • Improve error message for importing unsupported native modules: #​30829
  • update mini-css-plugin and remove experimentalUseImportModule: #​30617
  • Ensure dev react bundles are not ignored in traces: #​30849
  • Fix client component imports are not being correctly tracked: #​30853
  • Update swc: #​30859
  • Fix lost combinator before global: #​30771
  • Add Next.js version to trace: #​30881
  • Update swc: #​30890
  • Edge Functions: expose globalThis: #​30877
  • Move browserslist loading webpack-config.ts: #​30889
  • Add linux-x64-musl to napi array: #​30909
  • Re-enable linux-musl-x64 build target: #​30910
  • Fix musll typo: #​30912
  • Add config support for build activity indicator position: #​30109
  • Update to use repo specific napi instead of npx: #​30914
  • fixes #​30604 - Cannot read properties of null (reading 'tagName'): #​30919
  • Update to use project dir for file tracing base: #​30857
  • Fix styles that should not be made dynamic: #​30928
  • Account for assetPrefix when initializing HMR connection : #​30632
  • upgrade webpack-sources: #​30944
  • next-swc: Add .bundle(): #​30935
  • fix preset name for improved performance: #​30954
  • Use absolute document and app paths for the middleware SSR loader: #​30963
  • Fix version in trace: #​30982
  • Update resolving for node_modules trace pass: #​30985
  • Fix code splitting and build target for the server-web build: #​30972
  • pass Buffer directly to Rust: #​30975
Documentation Changes
  • Add note about HMR WebSocket to upgrade guide: #​30704
  • Add security notes to the URL imports documentation.: #​30708
  • Add workaround for prefixing the default locale to the docs.: #​30673
  • Fix spelling error: #​30737
  • docs: update react 18 configuration: #​30726
  • Recommend using next CLI for Docker entrypoint and not yarn: #​29024
  • Add note about rewrites query updating: #​30747
  • Update response-helpers.md: #​30816
  • Add note about HMR WebSocket with express to upgrading: #​30905
  • Added closing tag to <Suspense>: #​30983
Example Changes
  • Fix link to Elasticsearch products page: #​30752
  • Updates dependencies for with-supertokens example: #​30162
Misc Changes
  • Ensure dev binary download skips for docs only change: #​30746
  • Fix a couple more missing doc only checks: #​30748
  • Remove binary-cache check in id: binary-cache: #​30658
  • Add Node.js 17 to CI: #​30760
  • Upgraded the node-notifier version to 8.0.1: #​30777
  • Add postinstall script to install native packages: #​30850
  • Ensure correct tmpdir is used for install-native: #​30855
  • Update lock time and message.: #​30902
  • Skip next-swc canary postinstall in CI: #​30916
  • Update codeowners to be more specific: #​30908
  • Decrease lock time from 90 to 45.: #​30922
  • Keep using checkout instead of cache for building swc: #​30923
  • Fix flakey preload test: #​30969
Credits

Huge thanks to @​ijjk, @​leerob, @​shuding, @​gish, @​matamatanot, @​vadymshymko, @​huozhi, @​padmaia, @​stefee, @​styfle, @​ihmpavel, @​rishabhpoddar, @​kamsar, @​skhaz, @​Prashoon123, @​kdy1, @​IrisvanOllefen, @​timneutkens, @​evan-bradley, @​sokra, @​Kikobeats, @​ntltd, @​furcan, @​genetschneider, and @​EzequielDM for helping!

v12.0.2

Compare Source

Core Changes
  • update tsconfig correctly when compilerOptions is not set yet: #​30355
  • Update swc: #​30404
  • fix external fallback for invalid packages: #​30427
  • Update swc: #​30426
  • remove console.log: #​30447
  • Relax warning for next/image parent element: #​30453
  • Make sure externals is an array: #​30466
  • Fix native-url containing non-es5 usage: #​30474
  • Fix issue with placeholder followed by numbers: #​30493
  • Share resolve logic for trace and externals: #​30499
  • Update to copy necessary RSC files from dep: #​30505
  • Update swc: #​30509
  • Update swc to fix minifier issue: #​30540
  • Exclude musl from target: #​30548
  • Revert "Update swc to fix minifier issue": #​30551
  • Fix file path overflowing in error popup: #​27575
  • add warning to update featureName in FEATURE_USAGE backend: #​30283
  • Update publish-native to not block on error: #​30565
  • Simplify concurrent features related configurations and fix tests: #​30546
  • Split Set-Cookie header correctly: #​30560
  • Relax warning for next/image loader width: #​30562
  • Fix publish native including non-packages: #​30589
  • Fix redundant styled-jsx global issue: #​30584
  • Add buffering for streaming until the shell is completed: #​30585
  • Check react 18 flags and add more tests: #​30575
  • Update to latest shell-quote: #​30621
  • Relax warning for next/image loader width even more: #​30624
  • make sure "webpack" exists in the repo for typings: #​30371
  • Chore/rust workflow: #​30577
  • update webpack: #​30634
  • Update output tracing to do separate passes: #​30637
  • Revert incremental config to fix missing types: #​30644
  • Fix check compiled step : #​30645
  • Fix missing dev option for the middleware SSR loader: #​30639
  • Fixed "Expected jsx identifier" error on TypeScript generics & angle bracket type assertions in .ts files: #​30619
  • Add auto-commonjs and update swc: #​30661
  • Provide default fallback _document and _app for for concurrent mode: #​30642
  • Remove isCommonJS check as it has been moved to next-swc: #​30677
  • Update swc: #​30685
Documentation Changes
  • Removing duplicated instead word: #​30442
  • fix(docs): Fix broken link in testing documentation: #​30448
  • Update SWC failed error with link to discussion: #​30469
  • docs: update Middleware API reference: #​30485
  • Update examples at headers documentation: #​30502
  • Document Cross-Platform VS Code Debugging: #​30052
  • Add note about no-optional to swc error doc: #​30566
  • Fix link to documentation from deprecated target config message: #​30607
  • correct Next.js 11 upgrade instructions: #​30665
Example Changes
  • Update next-transpile-modules to 9.0.0 across examples: #​30418
Misc Changes
  • Add incremental to template/tsconfig.json to avoid changes on first build: #​30357
  • Fix playwright trace names: #​30374
  • include stdio in error message: #​30358
  • Disable using polling for webpack on test retry: #​30372
  • Update test traces to only run on retry: #​30459
  • Remove extra config for PR stats: #​30478
  • Fixed grammatical errors in contributing.md: #​30542
  • Use fallback SWC version when binary publish fails: #​30568
  • Use unfiltered SWC packages when updating optional: #​30571
  • remove Object.fromEntries polyfill for node 10 in test utils: #​30657
  • Ensure native binary is available for release stats: #​30649
Credits

Huge thanks to @​oBusk, @​sokra, @​ijjk, @​kdy1, @​martpie, @​BruceRodrigues, @​luke-h1, @​styfle, @​balazsorban44, @​padmaia, @​lucasvazq, @​velocity23, @​AkiraTsuboi, @​mitheelgajare, @​kyliau, @​huozhi, @​karaggeorge, @​JamiesWhiteShirt, @​shuding, @​stefanprobst, @​leroydev, @​JulienZD, and @​timneutkens for helping!


Configuration

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

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

Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.

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


  • If you want to rebase/retry this PR, click this checkbox.

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

@renovate renovate bot added the dependencies 🤝 Adding, removing or updating dependencies. label Nov 8, 2021
@vercel
Copy link

vercel bot commented Nov 8, 2021

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/echo-webkom/echo-uib-no/5dXne6KKQz5ECX2cFkjtdBZ3fs9g
✅ Preview: https://echo-uib-no-git-renovate-nextjs-monorepo-echo-webkom.vercel.app

next >12.0.1 vil ikke builde ordentlig uten esmExternals satt til false i next.config.js. Vet ikke når dette blir fikset, se vercel/next.js#30750 (Måtte også legge til next.config.js i tsconfig.json siden eslint klikka når den prøvde å linte en fil som ikke var inkludert).
@bakseter
Copy link
Member

bakseter commented Nov 10, 2021

next > v12.0.1 vil ikke builde ordentlig uten esmExternals: false i next.config.js. Vet ikke når dette blir fikset, se vercel/next.js#30750 (Måtte også legge til next.config.js i tsconfig.json siden eslint klikka når den prøvde å linte en fil som ikke var inkludert).

@bakseter bakseter merged commit 23378d9 into master Nov 10, 2021
@renovate renovate bot deleted the renovate/nextjs-monorepo branch November 10, 2021 13:08
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies 🤝 Adding, removing or updating dependencies.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants