skdigital / tec-2000-nextjs

Client Project: Tec2000 Petrochemical Company, website redesign and implementation NextJS & Prismic CMS
http://tec-2000.co.uk
0 stars 0 forks source link

An in-range update of next is breaking the build 🚨 #4

Open greenkeeper[bot] opened 4 years ago

greenkeeper[bot] commented 4 years ago

The dependency next was updated from 9.0.5 to 9.0.6.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

next is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details - ❌ **Build:** Your Google Cloud Platform project is not set up correctly for this GitHub app. Please go through the setup flow again in the [cloud console](https://console.cloud.google.com/m/gcb/github/setup?installation_id=996250).

Release Notes for v9.0.6

Patches

  • Replace worker-farm with jest-worker: #8496
  • Fix backslashes in stats causing tests to fail on windows: #8505
  • Add missing dependency to next-server: #8507
  • Remove _app from with-apollo example: #8504
  • Normalize errors to use nextjs.org: #8518
  • Update with-react-intl for v3: #8526
  • Improve with-apollo example: #8508
  • Improve With Firebase Authentication example: #8533
  • Update with-zones example: #8459
  • Specify loader paths for PnP support: #8531
  • Add modern-preset Babel option: #8521
  • Remove link: #8539
  • Fix typo in link in example's README: #8545
  • Fix with-context-api example: #8559
  • Refactor active-class-name example: #8558
  • Encode URL paths in HTML and CSR: #8435
  • Add err.sh for incompatible href and as: #8561
  • Make sure to 404 for /_next/static: #8564
  • Fix serverless chunking: #8569
  • Fix docs: #8577
  • Remove extra default export from readme: #8579
  • Update performance marking: #8527
  • Update styled-jsx: #8583
  • Update README.md badge text: #8593
  • Fix react-native-web example FOUC: #8576
  • Update README and data-fetch example to use function components.: #8546
  • Fix with-slate example: #8566
  • Refactor with-loading example: #8560
  • Add cookie path property: #8594
  • Remove _app.js from with-apollo-auth example: #8556
  • This example shows how to use STOMP inside a Next.js application.: #8511
  • Use import instead of require in with-apollo example: #8575
  • Use URL-friendly chunk names: #8609
  • Add data-ampdevmode attribute for AMP scripts: #8524
  • Fix production test failing in ie11: #8612
  • Delete next-env.d.ts in JS implementation example: #8619
  • Move next-server back into next package: #8613
  • Fix getInitialProps issue in with-apollo example: #8620
  • Update commons glob for granular chunks: #8622
  • Update workers for next export: #8623
  • Update Next.js Telemetry Event Shapes: #8628
  • Improve with-apollo-auth example: #8633
  • Fix typo in README.md #8640: #8642
  • Add Apollo Server and Client Example App: #8195
  • Mention Custom App GIP in UPGRADING: #8647
  • Update Create Next App Template: #8648
  • [docs] useRouter cannot be used with classes: #8649
  • Remove extra pages: #8651
  • Fix yarn workspaces example: #8631
  • Adds the PnP plugin by default: #8653
  • Revert "Remove extra pages from export test": #8658
  • Add intl and Apollo to packages of interest: #8665
  • Remove Telemetry Registration: #8664
  • Re-enable anonymous telemetry: #8667
  • Resolve externals using webpack's context: #8669
  • Uses the PnP API when available: #8668
  • Better type for AppTree in NextPageContext: #8662
  • Update stats-config to be more deterministic: #8679
  • Fix relay modern server express example: #8683
  • Support non-flag variant of telemetry cmds: #8695
  • Add telemetry CLI tests: #8696
  • Optimize test setup: #8644
  • Test non-flag and re-runs of telemetry cmds: #8697
  • Delay updating asPath for auto exported pages: #8681
  • Add electron typescript example: #8682
  • Fix login popup not working: #8700
  • Catch all requests in custom server: #8704
  • Lock CircleCi image for now: #8706
  • TypeScript report on active pages only: #8703
  • Update pages-loader to return one value: #8629
  • Nit: sort experimental keys: #8707
  • Warn build on duplicate pages: #8646
  • Organize webpack configuration imports: #8711
  • Add test for duplicate scripts and add extra de-duping: #8709
  • [Docs] Prefetch disabled for 2g or SaveData header: #8717
  • Refactor api-routes-apollo-server-and-client example: #8673
  • Migrate GitHub Action config and remove un-used secret: #8719
  • Update actions config: 80ab8dd
  • Disable telemetry for tests: #8725
  • Add missing Link import to routing doc: #8728
  • Externalize experimental package: #8731
  • Update pull_request workflow: 5c83684
  • Make sure renderOpts is available before checking: #8734
  • Make sure to fail export when prerender fails with serverless bundle: #8738
  • Update readme.md: 8cc6071
  • Prevents externalizing non-hoisted packages: #8739
  • Document the intended behavior of our externals: #8741
  • Ensure requests are resolved as directories: #8742
  • Add autoExport to NEXT_DATA: #8746
  • Add link to docs for prerender indicator and allow disabling: #8610
  • Improve prettier ignore: #8753
  • Convert Readme Custom Error Pages To Functional Component: #8513
  • Prettier fix: #8754
  • Catch error from failing to unobserve: #8578
  • Update build feedback with dots indicating activity: #8382
  • Prevent URL from being updated while asPath is delayed: #8756
  • Fix(examples): use hooks in with-cookie-auth example: #8729
  • Match public files priority in dev: #8641
  • Fix windows paths mismatching for type errors: #8766
  • Example update: with-sentry-simple: #8684
  • Add hard retrying for Azure test runs: #8761
  • Revert "Add hard retrying for Azure test runs " (#8772): #8761
  • Show dots for non-TTY: #8771

Credits

Huge thanks to @HaNdTriX, @jeanbauer, @borekb, @eps1lon, @developit, @MAPESO, @adamgoth, @Timer, @eshikerya, @ijjk, @huv1k, @housseindjirdeh, @giuseppeg, @nataliemarleny, @raibima, @alieslamifard, @sakulstra, @deini, @DevSpeak, @Baukaalm, @ajmhyd, @lifeiscontent, @arcanis, @fwojciec, @dutradda, @jakubkarabula, @technoplato, @RomainMorlevat, @AZIMAT, @twltwl, and @WestonThayer for helping!

Commits

The new version differs by 114 commits.

  • 20aa1e4 v9.0.6
  • 85f84a0 v9.0.6-canary.7
  • b210133 Show dots for non-TTY (#8771)
  • ba07cc6 Revert "Add hard retrying for Azure test runs (#8761)" (#8772)
  • 664cd3f Add hard retrying for Azure test runs (#8761)
  • dc28e5b Example update: with-sentry-simple (#8684)
  • aa98323 v9.0.6-canary.6
  • 129e32f Fix windows paths mismatching for type errors (#8766)
  • 4e9e510 Match public files priority in dev (#8641)
  • 369eceb v9.0.6-canary.5
  • 9609065 fix(examples): use hooks in with-cookie-auth example (#8729)
  • 583b467 Prevent URL from being updated while asPath is delayed (#8756)
  • 204028d Update build feedback with dots indicating activity (#8382)
  • 44bbf9a Catch error from failing to unobserve (#8578)
  • 7863b60 Prettier fix (#8754)

There are 114 commits in total.

See the full diff

FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree:

greenkeeper[bot] commented 4 years ago

After pinning to 9.0.5 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v9.0.7

Minor Changes

  • Experimental Global CSS Support: #8710
  • Experimental src directory support: #8735

Patches

  • Update README.md: #8780
  • Make favicon work: #8776
  • Update webpack typings: #8783
  • Run all Azure tests with node v10: #8782
  • Test CSS Source Map generation: #8785
  • Add caching yarn cache to Azure: #8787
  • Reduce Install Size: #8788
  • Simplify development CSS hiding: #8789
  • Fix Experimental CSS Ordering: #8790
  • Update broken links: #8793
  • Insert <style> tags after anchor element: #8795
  • Add Experimental CSS Before Anchor: #8803
  • Update page sizes displayed on build: #8777
  • Enable Experimental CSS Source Maps: #8805
  • Add Working with Ghost and Next.js to Recipes: #8800
  • Fix using withRouter in _app opting out of auto-export: #8811
  • Remove useMemo from apollo examples: #8815
  • Ghost URL Typo: #8828
  • Add experimental SPR support: #8832
  • Allow only JS files when loading dynamic chunks: #8831
  • TS / PnP compatibility: #8744
  • Remove extra build logs: #8839
  • SPR follow ups: #8846
  • Add support for ZEIT Now CI detection: #8864
  • Fix typo and wording in README.md: #8867
  • Remove stale-if-error header from SPR: #8866
  • Better test case for serverless export: #8865
  • Favicon should have low importance: #8878
  • Enforce natural numbers for SPR: #8882
  • Configure the Default Revalidate: #8880
  • Add SPR Dynamic Routes to Manifest: #8885
  • Remove React Suspense from Client Runtime: #8887
  • Don't remove path in page-config plugin: #8889
  • Add test case to prevent regression for page config: #8890

Credits

Huge thanks to @ijjk, @Timer, @lfades, @fabienheureux, @HaNdTriX, @daviddarnes, @janicklas-ralph, @arcanis, @hanneslund, and @phocks for helping!

Commits

The new version differs by 48 commits.

  • 4e1f113 v9.0.7
  • 1a6a6c9 Add test case to prevent regression for page config (#8890)
  • f685564 v9.0.7-canary.10
  • 6312a49 Don't remove path in page-config plugin (#8889)
  • 1c58c5f v9.0.7-canary.9
  • d9c6f20 Remove React Suspense from Client Runtime (#8887)
  • e930961 v9.0.7-canary.8
  • 296cfac Add SPR Dynamic Routes to Manifest (#8885)
  • c566b32 v9.0.7-canary.7
  • 2aa1203 Configure the Default Revalidate (#8880)
  • 01e5471 Enforce natural numbers for SPR (#8882)
  • e8522f4 Favicon should have low importance (#8878)
  • 9152a2a Better test case for serverless export (#8865)
  • e3d15f9 Remove stale-if-error header from SPR (#8866)
  • 297d146 Fix typo and wording in README.md (#8867)

There are 48 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 33 commits.

  • 1a02dfd v9.0.8
  • 3f1e19e Migrate AMP story example into Next.js repo (#8972)
  • a918d4e v9.0.8-canary.5
  • e2ca0ac Fix Legacy CSS Modules on the Server (#8970)
  • e9b2e25 Convert Dev Server to TypeScript (#8966)
  • c9d9ff6 Informative Error for Invalid Global CSS (#8958)
  • d299811 Convert Export to TypeScript (#8965)
  • 9af5879 v9.0.8-canary.4
  • 3f51f0e Add support for CSS Module patching (#8957)
  • 3762e75 Inline relayPaintMetrics function (#8954)
  • 5929e9d Add unstable_onPerformanceData helper for performance entries (#8480)
  • 923547c Removes importance link attribute (#8951)
  • 8945cbc v9.0.8-canary.3
  • 89cf68d Also patch standalone usage of @zeit/next-css (#8950)
  • 50bd10f Use Better Telemetry Directory (#8942)

There are 33 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v9.1.0

Minor Changes

  • Add src directory support: #8735
  • Add public folder support: #8661
  • Add static directory deprecation warning: #8636

Patches

  • Remove default export from constants.d.ts: #8979

Credits

Huge thanks to @ijjk, @Timer, @mbfisher, and @lfades for helping!

Commits

The new version differs by 8 commits.

  • b862d85 v9.1.0
  • 7bf4cdb v9.0.9-canary.2
  • 023863d Revert "Remove config export (#8895)" (#8982)
  • 004319f v9.0.9-canary.1
  • 80767cd Remove default export from constants.d.ts (#8979)
  • 7f1aaa3 v9.0.9-canary.0
  • 28377a7 Add static directory deprecation warning (#8636)
  • e2d713f De-experimentalize the public/ folder (#8661)

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v9.1.1

Patches

  • Match public/static/ folder before static/: #8986
  • Change /static directory in favor of /public directory for create-next-app: #8984
  • With quilljs example: #8904
  • Fix Custom Webpack Config in Inferno Example: #8987

Credits

Huge thanks to @aryasadeghy, @ismamz, and @grepme for helping!

Commits

The new version differs by 6 commits.

  • 46168de v9.1.1
  • 0002ea3 v9.1.1-canary.0
  • 6685d63 Fix Custom Webpack Config in Inferno Example (#8987)
  • f81c5d5 Match public/static/ folder before static/ (#8986)
  • 7674bab Change /static directory in favor of /public directory for create-next-app (#8984)
  • 1b518f0 with quilljs example (#8904)

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v9.1.2

Minor Changes

  • Add StrictMode toggle: #9161
  • Allow NextScript to optionally defer javascript: #8980

Patches

  • Fix can-not-output-to-public error title: #8988
  • Remove pass-server-data example: #8992
  • Add extra note about canary branch in contributing: #8991
  • Update AMP Optimizer to 1.1.1: #8994
  • Update resetting log for spinners: #8995
  • Monkeypatch @zeit/next-css@0.2.1-canary.4: #8996
  • Add src directory support for global CSS: #8999
  • Update README-zh-CN.md static-file-serving-eg-images: #9002
  • Add CSS fixture for src dir: #9001
  • Fix global Bluebird causing HMR connection to fail: #9009
  • Change to public folder in with-loading example: #9016
  • Update Auth0 example with new version: #9020
  • Next offline: #9010
  • Test no-path relative CSS imports: #9028
  • Add buildId to SPR data routes: #8929
  • Do Not Rely on Module State: #8968
  • Add @zeit/fetch example: #9029
  • Update to error on usage of serverRuntimeConfig with serverless: #9030
  • Replace the deprecated Create Next App URL: #9032
  • Trigger error overlay for dynamic route mismatch: #9031
  • Updated multiple examples to use /public: #9033
  • Update storybook example to v5.2 with CSF: #9036
  • Update README.md: #9040
  • Remove static optimization from message: #9045
  • Fix a minor typo in link: #9049
  • [Docs] Update static file serving section: #9062
  • Remove _document context: #9068
  • Update framework chunk test regex to not select nested dependencies: #9012
  • Fix import in @zeit/fetch example: #9074
  • Pin Azure Chromedriver: #9075
  • Update no-document-title.md: #9082
  • Temporary: Add Support for Now Platform Headers: #9085
  • Temporary: SPR: Use Group Index Mapping: #9089
  • Fix SPR always revalidating in production: #9091
  • Optimize script tags: #9048
  • [using-preact] Update example to Preact X: #9079
  • Fix language fallback in with-react-intl example: #8894
  • Update legacy _app context: #9083
  • Simplify with-noscript example: #9094
  • Update with-react-toolbox example to use /public: #9099
  • [using-inferno] Update inferno to v7.3, fix missing React.createContext function: #9038
  • [with-typescript] Updated TypeScript example to use API routes: #9073
  • Fix SPR header name: #9104
  • Update to return JSON if data request: #9106
  • Add the example of Tailwind CSS with emotion: #8931
  • Remove inferno example: #9108
  • Don't mark page as nextExport if it's SPR: #9113
  • Update with-prefetching example: #9101
  • Dedupe meta tags: #8960
  • Refactor with-modal example: #9097
  • Refactor with-context-api example to use functional components: #9092
  • Make sure to update scope for page export declaration: #9115
  • Allow manually setting amphtml: #9098
  • Support Concurrent Mode in Loadable: #9026
  • Warn on No Cache in CI: #9116
  • Update granular chunks to produce up to 25 chunks per entrypoint on high-complexity apps: #9129
  • Netlify cms example: #8949
  • Update Prerender Error Message: #9143
  • Upgrade React dependencies: #9152
  • Test react(-dom)@canary Every 12 Hours: #9151
  • Fix apollo server initialization in api-routes-apollo-server-and-client example: #9137
  • Upgrade Lockfile: #9158
  • Test React integration using next dist-tag: #9165
  • Cache No-Revalidate Pages: #9170
  • Add yarn check to tests: #9163
  • Add WSL to Metadata: #9171
  • Record src directory usage with version: #9023
  • Add Purgecss to with-tailwindcss example: #9145
  • Fix with-tailwindcss build issues: #9179
  • Check Files during Install: #9182
  • Reenable AMP Tests: #9162
  • Docs(api-routes): fix micro-cors example: #9184
  • Update with-mdx example to latest packages: #9186
  • Ensure directory before flushing cache file: #9187
  • Ensure that all <link> elements have a key prop: #9204
  • Update Babel dependencies: #9203
  • Update with-react-intl example: #9180
  • API: Take multiple values into account for the query: #9196
  • Fix react-native-web example by adding babel plugin: #9078
  • Fix examples #9064: bumps next-redux-wrapper package version that contains babel runtime fix: #9214
  • Remove react-ssr-prepass from Next Deps: #9224
  • Add warning for getStaticParams without getStaticProps: #9226
  • Add configuration flags to disable integrated type checker: #9138
  • Disable worker_threads by default for firebase compatibility: #9199
  • Restore package.json and yarn.lock to allow deploy: #9230
  • Split TypeScript Flag Docs: #9231
  • Delete _document.js: #9236
  • Update examples: static export using dynamic routes: #9237

Credits

Huge thanks to @tusbar, @karlhorky, @sebastianbenz, @ykzts, @manfwh, @ijjk, @ismamz, @sandrinodimattia, @armspkt, @timneutkens, @lfades, @rafaelalmeidatk, @SZharkov, @Baukaalm, @iNishant, @devknoll, @atcastle, @guswnsxodlf, @s-h-a-d-o-w, @HaNdTriX, @resir014, @firstziiz, @melanieseltzer, @iliran11, @Timer, @masives, @none23, @acdlite, @taylorbryant, @zackkrida, @htbvo, @midudev, @bitjson, @ctavan, @YUFENGWANG, @Janpot, @flybayer, @meuwka, @kachkaev, and @juanmiguelbesada for helping!

Commits

The new version differs by 102 commits.

  • acf7d0a v9.1.2
  • 07b46d7 Update examples: static export using dynamic routes instead exp… (#9237)
  • cb7a184 v9.1.2-canary.10
  • d40f010 Delete _document.js (#9236)
  • 4dbd267 Split TypeScript Flag Docs (#9231)
  • f5969d2 Restore package.json and yarn.lock to allow deploy (#9230)
  • 14ed867 Disable worker_threads by default for firebase compatibility (#9199)
  • ad2a3d6 Add configuration flags to disable integrated type checker (#9138)
  • 2d9f199 Add warning for getStaticParams without getStaticProps (#9226)
  • 34e0ce6 Remove react-ssr-prepass from Next Deps (#9224)
  • 4584ea4 Fix examples #9064: bumps next-redux-wrapper package version that contains babel runtime fix (#9214)
  • 1c11ffd Fix react-native-web example by adding babel plugin (#9078)
  • ab0a864 API: Take multiple values into account for the query (#9196)
  • 20978af v9.1.2-canary.9
  • 211c84e allow NextScript to optionally defer javascript (#8980)

There are 102 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 51 commits.

  • c5faf73 v9.1.3
  • 5bf6760 v9.1.3-canary.5
  • ec89e73 Add readme with experimental warning for plugins (#9345)
  • fd36e41 v9.1.3-canary.4
  • c8c4efb Remove the parameterized-routing example (#9297)
  • 7fe42fb v9.1.3-canary.3
  • 210dca8 Ensure we correctly decide on which packages need better interopt (#9327)
  • b9c71d3 Revert experimental plugins code from sentry example (#9317)
  • 0022633 Track framework bundle separately (#9322)
  • 42fca6f Track polyfill file changes (#9321)
  • bc176b3 [with-firebase] Update to Node v10 and fix lint errors (#9318)
  • e9e0609 update with-jest-react-testing-library (#9307)
  • 354de28 Only add static files route if folder exists (#9305)
  • b37fcbb Prevent CSS script tags in granular chunks (#9306)
  • 9defdd0 v9.1.3-canary.2

There are 51 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v9.1.4

Minor Changes

  • Add a build-time emitted routes manifest with the dynamic routes (not used at runtime): #9347
  • Implement custom routes RFC: #9157

Patches

  • Update router to have only one route traverse pass: #9435
  • Fix typo in serverless loader: #9431
  • Remove getInitialProps from the faunadb example: #9427
  • Fix recursive copy failing if more folders than concurrency: #9429
  • With-graphql-faunadb: #9387
  • Updated readme: #9405
  • Fix up errors in tests: #9407
  • Test segment-level exacts are preferred: #9408
  • Fix(9312) - Fix redirect logic for with-cookie-auth: #9413
  • Refactor(router): extract handle slug method: #9414
  • Improve route param error message: 1544443
  • Upgrade TypeScript version: #9417
  • Integration test case for fetch alias: #9391
  • Linting should be strict: #9418
  • [Experimental] Catch-all Route Support: #9416
  • Remove top level usage of loader imports in next/document: #9419
  • Clean up old flag: #9421
  • Adjust Client Nav Test: #9422
  • Improve linting rules to catch more errors: #9374
  • Update dotenv example: #9372
  • Update webpack config to also take next-stylus into account: #9277
  • Fix typo in API routes documentation.: #9373
  • Check formatting on build: #9375
  • Polyfill Object.assign by Default: #9369
  • Add AMP First example: #9109
  • Initialize Git repo on app creation: #9376
  • Add extra step to contributing steps: #9377
  • Decrease the load priority of client _buildManifest: #9167
  • Replace historyId with initial page tracking: #9380
  • Fix Dynamic next export Page Hydration Mismatch: #9388
  • Amp-first example: fix broken inline script: #9389
  • Remove unused property skeleton: #9393
  • Add test for internal url handling in render: #9396
  • Don't treat static as an internal route when the folder is not provided: #9394
  • Test static folder: #9395
  • Add routes-manifest test: #9365
  • Fix canonical rel link generation: #9357
  • Bind fetch to self instead of window: #9368
  • Fix window.fetch Polyfill: #9364
  • Test CJS Import of isomorphic-unfetch: #9363
  • Update routes-manifest and add tests: #9361
  • Add check for now.json and custom server: #9346
  • Upgrade styled-jsx: #9348
  • Ignore shell-quote on Windows: #9296
  • Add full-icu package: #9286
  • Convert wrapper class to function component: #9095

Credits

Huge thanks to @timneutkens, @giuseppeg, @lemonCMS, @slobo, @francismarcus, @MathieuLoutre, @leerob, @sebastianbenz, @fauna-brecht, @lfades, @Timer, @jamesmosier, and @janicklas-ralph for helping!

Commits

The new version differs by 58 commits.

  • 0b18f85 v9.1.4
  • 3412555 v9.1.4-canary.8
  • 6a2c16a Update router to have only one route traverse pass (#9435)
  • c7d2da4 v9.1.4-canary.7
  • 09cab2d Fix typo in serverless loader (#9431)
  • fefe453 v9.1.4-canary.6
  • dd99050 Fix recursive copy failing if more folders than concurrency (#9429)
  • 8e20979 Remove getInitialProps from the faunadb example (#9427)
  • b0a79e0 v9.1.4-canary.5
  • 2f16a86 Adjust Client Nav Test (#9422)
  • d90c853 Clean up old flag (#9421)
  • 53f3cb6 Remove top level usage of loader imports in next/document (#9419)
  • ba5e694 [Experimental] Catch-all Route Support (#9416)
  • 34a38d2 Linting should be strict (#9418)
  • 332852b Integration test case for fetch alias (#9391)

There are 58 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 115 commits.

  • d64587e v9.1.5
  • c4821c7 v9.1.5-canary.17
  • 8a04353 Update example/with-dynamic-import (#9667)
  • 963d598 Add tests for optional chaining and nullish coalescing (#9665)
  • 5fe7dcd v9.1.5-canary.16
  • d892229 Simplify config in with-jest-typescript example (#9664)
  • 26a6a37 feat: optional chaining and nullish coalescing (#9615)
  • f9e4f18 Update example analyze bundles (#9645)
  • a557b7e v9.1.5-canary.15
  • ed1a945 Disable SSG Transform on Non-SSG Pages (#9657)
  • 04b2f0e Use Real Identifier for SSG Transform (#9656)
  • cbf8e0b Bump Babel Cache Key (#9655)
  • 462aa91 Fix Linting Pre-Commit Hook (#9654)
  • 0c49d7d v9.1.5-canary.14
  • bbc62a0 Only Remove Server-Side Imports (#9653)

There are 115 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 54 commits.

  • dbc0853 v9.1.6
  • bdedf2c v9.1.6-canary.11
  • fd95d6c Fix AMP HMR for child components (#9736)
  • 87d9b2e Add tests ensuring auto-exported amphtml rel is valid (#9762)
  • 2ba056a Add check for invalid assetPrefix (#9759)
  • a32af59 Fix Shared Sizes Missing Commons (#9752)
  • eee4efd Fix typo (change imperatively to imperative) (#9750)
  • 8267c8a Normalize RegEx source between node versions (#9749)
  • dc51a70 v9.1.6-canary.10
  • 950d67b Add experiment for prefetching (#9747)
  • 838aec8 v9.1.6-canary.9
  • 845dc08 Compute Gzip Sizes of Files (#9745)
  • 9622c65 v9.1.6-canary.8
  • 6fcb623 Add support for exporting from serverless build (#9744)
  • fafb466 Test failed SSG data request (#9738)

There are 54 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v9.2.1

Minor Changes

  • Allow mismatching href and as when manually provided: #9837
  • [Experimental] Add built-in Sass support: #10133

Patches

  • Add an example for Fauna using cookie based auth (round 2): #9986
  • Honor exportTrailingSlash for default 404: #10109
  • Rename Build SPR to SSG: #10114
  • Add specific warning for require() PostCSS plugin: #10121
  • Added amp-img example with fallback attribute: #10122
  • Remove outdated readme: #10123
  • Make example READMEs more consistent: #10124
  • Support unnamed parameters in custom-routes correctly: #9920
  • Error on query values in exportPathMap for auto export page: #9908
  • Fix SSG data request failing with trailing slash: #10140
  • Switch from defer to async: #10143
  • Update readme.md: #10136
  • Fix hydration with custom _app and granular chunks: #10144
  • Update with-tailwindcss example: #10141
  • Chore(examples): Update firebase version: #10145
  • Update static-html-export.md: #10155
  • Minor update for the "with-react-ga" example: #10156
  • Add option arg to changeState when onlyAHashChange: #10003
  • Fix broken link in error page: #10159
  • Add initial support for static 404 page: #10113
  • Remove @zeit/next-css from docs: #10168
  • Sends Google Analytics correct url path on fresh page load: #10146
  • Remove native-url: #10176
  • Test Query String Behavior: #10102
  • Add error for invalid distDir value: #10177
  • [docs] Added related links to next.config.js: #10174
  • Feat(build): Transpile assuming higher version of runtime: #9511
  • Delay hydration until after page is visible in development: #10164
  • Add example: with-firebase-authentication-serverless: #10078
  • Example: Convert _app.js to functional components: #10115
  • Feat(examples:tailwind): add postcss-preset-env: #10160
  • Serve public/ folder when page routes are disabled: #10169
  • [with-emotion-10,11] Update emotion examples to v10 & v11: #9646
  • Update Relay Modern example: #10150
  • Add support for catch-all routes with SSG: #10175
  • Add with-stencil example: #10125
  • Improve user errors for invalid pageExtensions: #10178
  • Test CSS/Media Caching in Production Suite: #10184
  • Stabilize New Dev Test: #10188
  • Don't include core-js for default _document: #10187
  • Test Query String with + Sign: #10186
  • Disable core-js for server-side build: #10189
  • Add hydration callback for testing: #10195
  • Update tsconfig for tests: 592a2c2
  • Update error for failing to parse custom-route source: #10197
  • Disable core-js on Next.js core files as it's not transforming…: #10193
  • Fix ESLint Ignores and Extract Fn: #10205
  • Dedupe CSS Regexes: #10206
  • Use builtins for React transform: #10207
  • Extract CSS Loaders into Separate Files: #10210
  • Updated docs: #10213
  • Let users define their own database as easily as possible.: #10209
  • Enable security tests cross browser: #10217
  • Remove unnecessary exportPathMap from examples: #10218
  • Disable invalid security tests for safari: #10221
  • Update README.md for example project "form-handler": #10224
  • Fix rewriting to API routes not including query: #10223
  • Improve Link documentation: #10225
  • Add Bitbucket Pipelines to errors/no-cache.md: #10229
  • Fix Linting: 945f726
  • Revert "feat(build): Transpile assuming higher version of runt…: #10233
  • Customizing PostCSS Configuration: #10236
  • Check for invalid objects in rewrites/redirects/headers: #10238
  • Check CSS Test Output: #10237
  • Update tests running and add splitting by timings for Azure: #10214
  • Add example with-xstate: #10234
  • Add PostCSS Configuration to Sidebar: fb47360
  • Fix a typo in docs: #10239
  • Add Apollo Server and Client Auth Example: #9913
  • Explain Ignored PostCSS Plugin: #10240
  • PostCSS Error When Exporting Function: #10242
  • Add info on storing cache in GitHub Actions: #10231
  • Tweak export test to be more stable: #10241
  • Adding conformance webpack plugin: #9716
  • Error on Invalid PostCSS Shape: #10244

Credits

Huge thanks to @vimota, @ijjk, @jplhomer, @luciovilla, @timneutkens, @chibicode, @OlegFilonchuk, @zhe, @ssong, @orta, @EvHaus, @rscotten, @lenaggar, @lfades, @shaneMLK, @Timer, @eps1lon, @kmjennison, @stramel, @afzalsayed96, @alreadyExisted, @azizhk, @thibaultboursier, @rohmanhm, @alejalapeno, @fauna-brecht, @smilevideo, @mgrubinger, @none23, @lifeiscontent, @amytych, and @prateekbh for helping!

Commits

The new version differs by 275 commits.

  • 45d5535 v9.2.1
  • f495ec4 v9.2.1-canary.11
  • 3f9b930 Error on Invalid PostCSS Shape (#10244)
  • 0edd6a0 Adding conformance webpack plugin (#9716)
  • 127f707 Tweak export test to be more stable (#10241)
  • 9d7ee34 Add info on storing cache in GitHub Actions (#10231)
  • 32ded05 PostCSS Error When Exporting Function (#10242)
  • c713741 Explain Ignored PostCSS Plugin (#10240)
  • a356d2f Add Apollo Server and Client Auth Example (#9913)
  • bc139c2 Fix a typo in docs (#10239)
  • fb47360 Add PostCSS Configuration to Sidebar
  • 320d98e Add example with-xstate (#10234)
  • c1cbad0 Update tests running and add splitting by timings for Azure (#10214)
  • bf31b4e Check CSS Test Output (#10237)
  • b747f7b Check for invalid objects in rewrites/redirects/headers (#10238)

There are 250 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v9.2.2

Patches

  • Fix missing file extensions in docs: #10251
  • De-dupe escape-regex with escape-string-regexp: #10257
  • Update static check vars and fix types: #10260
  • Update SSG types and clean up RenderOpts type: #10259
  • Update _next/data URL handling in serverless-loader: #10261
  • [example with-typescript-graphql] Fix type error: #10269
  • Update built-in-css-support.md: c71694e
  • Update typo in typescript docs: #10276
  • Update FaunaDB Example Instructions: #10280
  • Add .jsx as a valid file extension in the pages directory: #10281
  • Improved wording in comment: #10277
  • Improve Stalled Requests Grammar: #10283
  • Added support for BigInt to API routes: #10215
  • Docs: remove --save from npm install; avoid system-ui: #10252
  • Add catch all routes example and a link to it in docs: #10202
  • Migrate CircleCi config to GitHub actions: #10274
  • Fix Experimental Modern Mode with CSS: #10289
  • Add initial support for unstable_getServerProps: #10077
  • Fix with-orbit-components's name in package.json: #10307
  • Fix typo in FaunaDB example: #10304
  • Updated PostCSS docs and added a link to it: #10292
  • Make sure to exit publish script with correct code: #10310
  • Allowing skipping local selenium server when not needed: #10312
  • Fix missing file extensions in docs: #10251
  • De-dupe escape-regex with escape-string-regexp: #10257
  • Update static check vars and fix types: #10260
  • Update SSG types and clean up RenderOpts type: #10259
  • Update _next/data URL handling in serverless-loader: #10261
  • [example with-typescript-graphql] Fix type error: #10269
  • Update built-in-css-support.md: c71694e
  • Update typo in typescript docs: #10276
  • Update FaunaDB Example Instructions: #10280
  • Add .jsx as a valid file extension in the pages directory: #10281
  • Improved wording in comment: #10277
  • Improve Stalled Requests Grammar: #10283
  • Added support for BigInt to API routes: #10215
  • Docs: remove --save from npm install; avoid system-ui: #10252
  • Add catch all routes example and a link to it in docs: #10202
  • Migrate CircleCi config to GitHub actions: #10274
  • Fix Experimental Modern Mode with CSS: #10289
  • Add initial support for unstable_getServerProps: #10077
  • Fix preprocessor loader error: #10235
  • Enable static 404 config to allow static 404 page when availab…: #10290
  • Small grammar fix: #10317
  • Fix: 9919 Add warning when no config is exported from next.con…: #10228
  • Update workflow for testing against react@next: #10323
  • Repair advanced feature reference: #10330
  • Disable caching for react@next workflow as its not supported: #10331
  • [Experimental] Nomodule polyfills chunk: #10212
  • Update note about public and pages overlap: #10287
  • Update the default template of create-next-app: #10327
  • Upgrade with-carbon-components to built-in SCSS: #10321
  • Fixes #10333 with-next-seo sample issues: #10335
  • Fix api-routes-apollo-server-and-client-auth Example: #10334
  • TypeScript documentation for _app.tsx: #10345
  • Improve api-routes-apollo-server-and-client-auth Example: #10358
  • Increase watch limit for GitHub actions testing: #10367
  • Added fix for #8893: #10370
  • Make sure to not override initial navigation when refreshing static page's query: #10353
  • Add support for runtimeConfigs in serverless mode: #10365
  • Add check that dynamic route is API route in handleApiRequest: #10360
  • Implement experimental pages/404.js for custom 404 page: #10329
  • Update Preact Example: #10380
  • Custom AMP Validator Variable Name Collision Fix: #10371
  • Fix bug in catch-all routes with SSG: #10379
  • Update create app docs: #10382
  • Make sure runtime config is set before any imports for serverless: #10386
  • Update to not show API not ended warning when response is piped to: #10342
  • Add TypeScript Definitions for Sass: #10363
  • Remove Old Records: #10398
  • Fix with-reasonml example: #10399
  • New Jest Example: #10396
  • Skip undefined attribute in Head: #9856
  • Make sure runtime config works in dev mode for serverless targ…: #10402
  • Check for invalid pages: #10403
  • Remove builds from examples: #10417
  • Detect Invalid Pages Before Optimize: #10418
  • Add support for rewriting to external resources: #10041
  • Modify splitChunksPlugin to give shared CSS chunks different names: #10408
  • Re-enable native-url: #10419
  • Update optimize event with static 404 status: #10420
  • De-dupe paths returned in getStaticPaths: #10423
  • Make apollo HOC composable: #10422
  • Adjust README of example: #10426
  • Remove old ts-ignores and extra value in routeInfo: #10429
  • Update to use existing util to de-dupe path check: #10431
  • Make missing param error message more specific: #10433
  • Update size-limit test to be more fine grained: #10434
  • Update utm links in create-next-app: #10442
  • Remove unused dependency @types/babel-types: #10448
  • Add initial SSG fallback handling: #10424
  • Redesign custom-routes output and show headers in output: #10444
  • Make withApollo work with _app.js components: #8801
  • With threejs example: #10301
  • Add paths field for unstable_getStaticPaths: #10454
  • Add error message when rewriting to dynamic SSG page: #10458
  • Upgrade koa router in example: #10469
  • Get the http2 example to work: #10470
  • Make Missing Prerender Manifest Fatal: #10485
  • Update next-server routes order for expected priority: #10326
  • Add Stripe TypeScript Example: #10482
  • Update README.md: #10487
  • Use filter for create-next-app template: #10496
  • Upgrade next-transpile-modules in workspace examples: #10492
  • Builds with Warnings Still Complete: #10498
  • Update deploy doc to surface ZEIT Now / DPS: #10412
  • SSG Preview Mode: #10459
  • Fix typo in ignoring-typescript-errors.md: #10499
  • [Docs] Apply updates based on feedback: #10352
  • Remove Now CLI reference from examples: #10501
  • Adjust SSG Loading Behavior: #10510
  • Update wording for custom server: #10512
  • Retry Static Data Fetch on Hydration: #10513
  • Remove with-data-prefetch Example: #10514
  • Clean up async in next-server: #10476
  • Improve error for invalid page configurations: #10441
  • Add handling for default as named export in SSG transform: #10486
  • Update withApollo example: #10451
  • Add global CSS styles to example/with-stripe-typescript: #10520
  • Remove native-url Again: #10526
  • Make sure to encode pathname for custom-route destination: #10536
  • Check next.config.js settings: #10425
  • Migrate to AMP Optimizer 2.0: #10535
  • Implement isFallback Router Property: #10539

Credits

Huge thanks to @borisowsky, @piglovesyou, @dannytatom, @msweeneydev, @bartdeslagmulder, @stigkj, @jamesmosier, @chibicode, @lfades, @Timer, @RobinCsl, @apollonian, @alejalapeno, @dmitrika, @micahalcorn, @ijjk, @pacocoursey, @zhe, @ivan-kleshnin, @stryder03, @38elements, @msnider, @TheDSCPL, @vasco3, @lachlanjc, @AndyBitz, @atcastle, @pex, @Janpot, @HaNdTriX, @afsanefda, @Nainterceptor, @areai51, @thorsten-stripe, @vvo, @markhaslam, @devknoll, and @sebastianbenz for helping!

Commits

The new version differs by 141 commits.

  • d8fd688 v9.2.2
  • 2c414b4 v9.2.2-canary.23
  • 162f11c Add extra profiling app (#10568)
  • 88b1fe5 Remove react import in create-next-app template (#10564)
  • 3f691ea Remove ts-ignore where possible (#10541)
  • f4c5a95 v9.2.2-canary.22
  • 41e24a5 Speculate Navigations for Client-Side JS (#10560)
  • 9cfc09e Simplify create-next-app README (#10545)
  • 31a47b4 v9.2.2-canary.21
  • 6d5c487 Implement isFallback Router Property (#10539)
  • ae9b13e Migrate to AMP Optimizer 2.0 (#10535)
  • 1c247b5 Check next.config.js settings (#10425)
  • ecfa7f7 v9.2.2-canary.20
  • a7337a9 Make sure to encode pathname for custom-route destination (#10536)
  • fbbb184 v9.2.2-canary.19

There are 141 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v9.3.0

Minor Changes

  • Enable scss/sass support: #10571
  • Enable pages/404.js support: #10572
  • Enable polyfillsOptimization: #10574
  • Prefetch SSG Data: #10127
  • Adding conformance checks: #10314
  • Preview mode documentation: #10863
  • Add TypeScript docs for SSG: #10865
  • Verify GS(S)P Serializability: #10857

Patches

  • Adds a missing dependency: #10570
  • Add missin create permission for faunadb example: #10575
  • Decrease number of expected preloads in safari: #10578
  • Make sure to handle rejection when prefetching pages: #10579
  • Add NextApiHandler type: #10573
  • Update error message for invalid return value from getStaticPaths: #10580
  • Update to latest watchpack with dynamic route rename fix: #10351
  • Bump amphtml-validator to 1.0.30: #10588
  • Add Failing CSS Test Case: #10590
  • Do not cache 404 SSR responses: #10596
  • Fix Nested Index Dynamic Routes in Development: #10595
  • Emit ES5 Friendly Code in Program#exit Visitor: #10591
  • Fixed pathname check in router: #10547
  • Use clearInterval instead of clearTimer on a timer: #10597
  • Fix AMP Validator Version: #10600
  • Fix: Improve grammar of apollo.js comments: #10601
  • Clean up landed experimental flags: #10593
  • Updated links: #10604
  • Add err.sh for invalid getStaticPaths return value: #10605
  • Remove extra whitespace: 80bdf73
  • Upgrade next-transpile-modules to latest everywhere: #10607
  • Disable setImmediate polyfill: #10612
  • Add navigation test specific for Safari 10: #10616
  • Make sure to handle failing to load _error: #10617
  • Update legacy safari test for GitHub actions: #10618
  • Add err.sh for getStaticProps error: #10619
  • Add error messages for dynamic SSG page without getStaticPaths: #10620
  • Remove next/link from chakra-ui example: #10625
  • Update error-load-fail test to use check to handle reload taking longer on windows: #10631
  • Remove deprecated static folder: #10632
  • Fix Cookie Expiration: #10634
  • Preview Mode Should Not Cache: #10636
  • Invalidate cache for link[preload] in dev for CSS files: #10630
  • Update link to GitHub Discussions beta: b331338
  • Make sure to log errors from data fetching in dev mode in the console: #10652
  • Fix typo in invalid getStaticPaths value example: #10657
  • Update with-mobx-keystone-typescript example: #10638
  • Test Prerender in Emulated Serverless Mode: #10660
  • Improve Nested Catch-All Coverage: #10659
  • Fix Double URL Encoding for Serverless: #10663
  • Add calling getStaticPaths in development before showing fallback: #10611
  • Show better error when non-array is returned from custom-routes: #10670
  • Update error load fail test so that webdriver can still connect to app: #10673
  • Rename zeit.co/new → zeit.co/import: #10674
  • Update example "with-typescript-graphql": #10637
  • Create config.yml: cedd6fa
  • Update 1.Bug_report.md: fc9f18d
  • Fix apollo example: #10696
  • Update head-manager to compress better: #10687
  • Update README.md: c0f4283
  • Make sure rewrites are handled in serverless mode correctly: #10697
  • Update url prop handling for pages with new data methods: #10653
  • Add dataRoutes field to routes-manifest for SSG and serverProps routes: #10622
  • Ability to Disable SSG Fallback: #10701
  • Fix Error Message: 663f5c4
  • Add --example=<github-url> to create-next-app: #10226
  • Rename getServerProps to getServerSideProps: #10722
  • Remove unstable_ prefix from new methods: #10723
  • Fix buildId being escaped breaking test with certain build ids: #10728
  • Fix url-polyfill dep and re-enable native-url: #10726
  • Extract sendPayload and prepareServerlessUrl: #10732
  • Extract getStaticPaths helper: #10731
  • Remove old eslint-ignores from unstable_ prefix: #10740
  • Move upgrading guide to /docs: #10727
  • Adding new types of performance monitoring: #10421
  • Separate Low Priority Files from Main Files: #10756
  • Consistently Type GS(S)P: #10757
  • Correctly Dedupe Prefetching: #10758
  • Add params to getStaticProps on err.sh: #10751
  • Updating links to dynamic-routes section of docs: #10759
  • Remove dangerousAsPath from RenderOpts: #10773
  • Remove Dead Code from Next Server: #10772
  • Examples: react-native-web: fix config to prefer .web.* exts: #10774
  • Fix RenderOpts in next-server: #10776
  • Fix next/config module mismatch in new serverless mode: #10792
  • Remove old env from workflow since it is replaced with WebHook: #10798
  • Measure getStaticProps, getServerSideProps: #10800
  • Throw NoFallbackError instead of returning: #10793
  • Add identifier to NEXT_DATA for gs(s)p: #10812
  • Update to output jest data for posting failed tests comment: #10814
  • Fix(cli): inspect flag is deprecated: #10819
  • Update to make sure preview mode works with getServerSideProps: #10813
  • Send Credentials for getServerSideProps Requests: #10826
  • Update release stats with different name from pr stats: #10827
  • Add docs for static 404 and pages/404: #10811
  • Make sure to error when setting too large of preview data: #10831
  • Ensure an accessible default viewport meta tag: #10823
  • Update Pages and Data Fetching docs for SSG improvements: #10837
  • Update Custom Server README's: #10843
  • Fix data fetching learn more links: a61dfb2
  • Re-add Sass Docs: #10850
  • Update README-template.md: 69ba793
  • Fix getStaticPaths modules being cached in dev mode: #10852
  • Add example for why-did-you-render: #10662
  • Update method for attaching GS(S)P identifier to page: #10859
  • Fix getServerSideProps Test Case: #10862
  • Fix Prerender Test Cases: #10861
  • Add Test Case for SSG Full Re-Export: #10864
  • Test child_process with API route: #10872
  • Typo on preview mode documentation: #10892
  • Fix getStaticPaths example code: #10893
  • Fix linting of markdown documentation: 83b4fd1
  • DatoCMS Example: #10891
  • Upgrade webpack: #10895
  • Fix Azure Pipelines: #10896
  • Add demo URL for the DatoCMS example: #10901

Credits

Huge thanks to @arcanis, @lgordey, @ijjk, @martpie, @jaywink, @fabianishere, @dijs, @TheRusskiy, @quinnturner, @timneutkens, @lfades, @vvo, @adithwip, @rafaelalmeidatk, @bmathews, @Spy-Seth, @EvgeniyKumachev, @chibicode, @piglovesyou, @HaNdTriX, @Timer, @janicklas-ralph, @devknoll, @prateekbh, @ethanryan, @MoOx, @rifaidev, @msweeneydev, @motiko, and @balazsorban44 for helping!

Commits

The new version differs by 153 commits.

  • befb500 v9.3.0
  • 7133406 v9.2.3-canary.29
  • 8443a80 Verify GS(S)P Serializability (#10857)
  • 745494a Add demo URL for the DatoCMS example (#10901)
  • fd3256f Fix Azure Pipelines (#10896)
  • 1a47dbe Upgrade webpack (#10895)
  • bf0ea49 DatoCMS Example (#10891)
  • f0cec74 v9.2.3-canary.28
  • 83b4fd1 Fix linting of markdown documentation
  • 1d16b10 v9.2.3-canary.27
  • 213a4b8 Fix getStaticPaths example code (#10893)
  • 2abbb7a Typo on preview mode documentation (#10892)
  • 178f45b Test child_process with API route (#10872)
  • 764edc5 Add identifier to NEXT_DATA when custom server is used (#10869)
  • 9edafc6 v9.2.3-canary.26

There are 153 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v9.3.1

Patches

  • Correctly Count Object References: #10903
  • Add warning when built-in CSS/SCSS support is disabled: #10942
  • Add missing words in docs: #10941
  • Update handling for patterns in custom routes: #10523
  • Remove extra closing parenthesis: #10948
  • Fix paths.params.type in getStaticPaths(document): #10959
  • Check SSG Page via Route Lookup: #10971
  • Make sure to not show pages/404 GIP error from _app having GIP: #10974
  • Fix examples with relay-compiler: #10976
  • Use core-js promise polyfill for nomodule browsers: #10985
  • Improve Sass Error: #10982
  • Add support for getStaticProps in pages/404: #10984
  • Cms-datocms SerializableError fixes: #10986
  • Fix Lint: 39ed664
  • Generic form of GetStaticProps and GetServerSideProps: #10856
  • Add Array.flat polyfill to nomodule-polyfills: #11004
  • Add "noreferrer" to the prerender indicator doc link: #11005
  • Update RegExp test and remove extra script: #11006
  • Update data-fetch example to SSG: #11017
  • Feat: update api-routes example to SSG: #11019
  • Fix Test for Windows: c135830
  • Update amp-first example to use GSSP: #11028
  • Update with-zeit-fetch example to use SSG: #11026
  • Update next-sass example to use built-in sass support: #11015
  • Correct Cache-Control Behavior for GS(S)P: #11022
  • Update custom-server-fastify example to not use internal fn: #11040
  • Updated analyze-bundles example: #11031
  • Use getServerSideProps for example: #11057
  • Update custom-server-express example with getServerSideProps: #11035
  • Upgrade next.js version on datocms example: #11039
  • Update with-loading example to SSG: #11050
  • Update form handler example: #11059
  • Add support for static 404 when _error does not have custom GIP: #11062
  • Update ssr-caching example with getServerSideProps: #11032
  • Upgrade styled-jsx: #11070
  • Update preset.ts: Remove any and use updated Node.js types: #11075
  • Update @next/bundle-analyzer dependencies: #11068
  • Update introduction.md: #11092
  • Fix prettier linting: a231315
  • Add experimental support for SCSS options: #11063
  • Update API routes documentation to correctly mention middlewar…: #11083
  • Update with-react-multi-carousel example to use GSSP: #11069
  • Move public directory for development in examples/with-firebas…: #11085
  • Update examples to use getStaticProps where possible: #11136

Credits

Huge thanks to @ijjk, @chibicode, @5alidz, @watanabeyu, @messa, @timneutkens, @followbl, @herrstucki, @danlutz, @Spy-Seth, @asotoglez, @josiahwiebe, @ragingwind, @ruisaraiva19, @SarKurd, @bobaaaaa, @akhila-ariyachandra, @lfades, @matamatanot, @JazibJafri, @tomdohnal, @carlospavanetti, @giuseppeg, @lifeiscontent, @7ma7X, @PaulHale, @john015, and @petamoriken for helping!

Commits

The new version differs by 53 commits.

  • 9730be6 v9.3.1
  • d661fac v9.3.1-canary.7
  • 7e2d476 Update examples to use getStaticProps where possible (#11136)
  • bfab990 Move public directory for development in examples/with-firebas… (#11085)
  • 22e3b93 Update with-react-multi-carousel example to use GSSP (#11069)
  • 3e1ace3 Update API routes documentation to correctly mention middlewar… (#11083)
  • 25d8652 v9.3.1-canary.6
  • ea7c1e1 Add support for SCSS options (#11063)
  • a231315 Fix prettier linting
  • d8d3337 Update introduction.md (#11092)
  • 30cf4d5 v9.3.1-canary.5
  • 4cac93a Update @next/bundle-analyzer dependencies (#11068)
  • 85e9ce1 Update preset.ts: Remove any and use updated Node.js types (#11075)
  • bc4aba1 Upgrade styled-jsx (#11070)
  • bb3cce2 Update ssr-caching example with getServerSideProps (#11032)

There are 53 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v9.3.2

This upgrade is completely backwards compatible and recommended for all users on versions below 9.3.2. For future security related communications of our OSS projects, please join this mailing list.

Next.js has just been audited by one of the top security firms in the world.

They found that attackers could craft special requests to access files in the dist directory (.next).

This does not affect files outside of the dist directory (.next).

In general, the dist directory only holds build assets unless your application intentionally stores other assets under this directory.

We recommend upgrading to the latest version of Next.js to improve the overall security of your application.

How to Upgrade

  • We have released patch versions for both the stable and canary channels of Next.js.
  • To upgrade run npm install next@latest --save

Impact

  • Not affected: Deployments on ZEIT Now v2 (https://zeit.co) are not affected
  • Not affected: Deployments using the serverless target
  • Not affected: Deployments using next export
  • Affected: Users of Next.js below 9.3.2 that use next start

We recommend everyone to upgrade regardless of whether you can reproduce the issue or not.

How to Assess Impact

If you think sensitive code or data could have been exposed, you can filter logs of affected sites by ../ with a 200 response.

What is Being Done

As Next.js has grown in popularity, it has received the attention of security researchers and auditors. We are thankful to Luca Carettoni from Doyensec for their investigation and discovery of the original bug and subsequent responsible disclosure.

We've landed a patch that ensures only known filesystem paths of .next/static are made available under /_next/static.
Regression tests for this attack were added to the security integration test suite.

  • We have notified known Next.js users in advance of this publication.
  • A public CVE is in progress.
  • If you want to stay on top of our security related news impacting Next.js or other ZEIT projects, please join this mailing list.
  • We encourage responsible disclosure of future issues. Please email us at security@zeit.co. We are actively monitoring this mailbox.

Patches

  • Add Numeric Separator Support for TypeScript: #11308
  • Update CLI custom config documentation link: #11152
  • Add error when attempting to export GSSP page: #11154
  • Update blog-starter example: #11071
  • Add CSS file to build output: #11145
  • Update <dir> reference in help text: 5274535
  • Clean up examples directory: #11169
  • Remove react-ssr-prepass alias as it's not longer needed: #11170
  • Upgrade @ampproject/toolbox-optimizer to 2.0.1: #11168
  • Add section on reading files: #11084
  • [Examples] fix remark link in blog-starter's README: #11177
  • Updated with-typescript example to SSG: #11081
  • Add CMS example for Sanity: #10907
  • Group CSS files in shared build output separate from JS files: #11184
  • Updating min nodejs requirement: #11181
  • Docs(ssr): req is an IncomingMessage instance, not HttpRequest: #11194
  • Add support for baseUrl option in tsconfig and jsconfig: #11203
  • [Example] with-passport: #10529
  • CMS TakeShape Example: #11038
  • Ensure hybrid AMP works correctly with SSG: #11205
  • Update mocha example with yml configuration.: #11214
  • Fix with-firebase-cloud-messaging example setup code: #10686
  • Update wording of new data fetching methods recommendation: #11221
  • Updated Api Routes Middleware example to use getServerSideProps: #11128
  • With Firebase Client-Side example: #11053
  • Docs(example): Load basic-css example on codesandbox: #11227
  • Remove mkdirp, bump fs-extra to 9.0.0: #11251
  • Add support for paths in tsconfig.json and jsconfig.json: #11293
  • Add test for single alias: #11296
  • Update GIP docs: #11303
  • Add custom amp optimizer and skip validation mode: #10705
  • Update handling for ENOENT from GSSP methods: #11302
  • Docs: clarify how to customize next/babel presets: #11316
  • Fix assignment of props in WithApollo.getInitialProps: #11236
  • Fix: typo in isStaging in with-env example: #11305
  • Skip paths that are routed to a .d.ts file: #11322
  • Upgrade loader-utils: #11324
  • Fix warning for API routes with next export: #11330
  • Make sure to copy AMP SSG files during export: #11331
  • Just a small typo I think, right?: #11344
  • [docs] Mention our channels: #11336
  • Use records to init store: #11343
  • Update data-fetching.md: 074c60e
  • Fix preview-mode docs/examples typo: #11345
  • Update to prevent re-using workers for getStaticPaths in dev mode: #11347

Credits

Huge thanks to @chibicode, @ijjk, @timneutkens, @sebastianbenz, @zhe, @shaswatsaxena, @prateekbh, @vvo, @lfades, @bbortt, @aviaryan, @mgranados, @julianbenegas, @gregrickaby, @dulmandakh, @yosuke-furukawa, @tinymachine, @bgoerdt, @nicolasrouanne, @filipesmedeiros, @rishabhsaxena, and @queq1890 for helping!

Commits

The new version differs by 62 commits.

  • ee00813 v9.3.2
  • dd4cee7 v9.3.2-canary.9
  • e02b66a Add with-redux-toolkit example (#11358)
  • 044ddf4 [Example] Use .jpg for images in blog-starter (#11176)
  • ee249ee v9.3.2-canary.8
  • 1d6ffc3 Fix static/ file name encoding (#11373)
  • e83cd4a v9.3.2-canary.7
  • d8155b2 Add initial support for new env handling (#10525)
  • a391d32 Add docs for multi zones (#11348)
  • 4801dcd Update AMP docs (#11353)
  • aac2e3e v9.3.2-canary.6
  • 2ba6db6 Update to prevent re-using workers for getStaticPaths in dev mode (#11347)
  • 67fd72b Fix preview-mode docs/examples typo (#11345)
  • 074c60e Update data-fetching.md
  • b46abed use records to init store (#11343)

There are 62 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v9.3.3

Patches

  • Revert "Fix assignment of props in WithApollo.getInitialProps " (#11384): #11236
  • Add support for comments in tsconfig.json: e7ea276
  • Docs: Replace micro-cors with cors middleware: #11395
  • Add support for comments in tsconfig.json: #11392
  • Fixed typo: libraray -> library: #11435
  • Minor change in README.md: #11434
  • Fix with-aphrodite readme typo: #11436
  • Update api-rest-example to SSG: #11362
  • Change mdx options description: #11409
  • Update .gitignore: #11421
  • Update emotion dependencies in with-emotion-11: #11414
  • Fix #11396: #11397
  • Fix type ignore: #11479
  • Typos fixed: overriden --> overridden and innaccurate -->inacc…: #11454
  • Fix small punctuation issue: #11439

Credits

Huge thanks to @bgoerdt, @herrstucki, @MichelleLucero, @liulanz, @sdhani, @JazibJafri, @ElForastero, @moeyashi, @Andarist, @comxd, @chislee0708, and @PullJosh for helping!

Commits

The new version differs by 18 commits.

  • b5d8660 v9.3.3
  • ac223e2 v9.3.3-canary.0
  • dd098ca Merge branch 'canary' of github.com:zeit/next.js into canary
  • e4bf0d4 Fix small punctuation issue (#11439)
  • a553768 Typos fixed: overriden --> overridden and innaccurate -->inacc… (#11454)
  • d3d0b93 Fix type ignore (#11479)
  • 6f27e21 Fix #11396 (#11397)
  • fc94605 Update emotion dependencies in with-emotion-11 (#11414)
  • 41764b2 Update .gitignore (#11421)
  • 8d63330 Change mdx options description (#11409)
  • 9e2ae69 Update api-rest-example to SSG (#11362)
  • 48650a7 Fix with-aphrodite readme typo (#11436)
  • 39a70d8 Minor change in README.md (#11434)
  • 2b818a1 fixed typo: libraray -> library (#11435)
  • 8fdc13a Add support for comments in tsconfig.json (#11392)

There are 18 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v9.3.4

Minor Changes

  • Refactor and expand ncc optimization

Patches

  • Update to not add path segments to redirect query automatically: #11497
  • Use Lax Cookie for Preview Mode: #11495
  • Fix(performance-relayer): properly clean up event listeners: #11410
  • Drop url dependency: #11503
  • Update environment support: #11524
  • Update checking for existing dotenv usage: #11496
  • Update auth0 example with getServerSideProps: #11051
  • Added "with-route-as-modal" example: #11473
  • Generic Type for GetStaticPaths: #11430

Credits

Huge thanks to @ijjk, @shYkiSto, @guybedford, @timneutkens, @alfrejivi, @IAmMorrow, and @wongmjane for helping!

Commits

The new version differs by 67 commits.

  • 8c899ee v9.3.4
  • e000d84 v9.3.4-canary.4
  • 7b546a9 Update hello-world example React version & name for CodeSandbox (#11550)
  • a37ad0a Add notes to styled-components example README (#11540)
  • a992444 v9.3.4-canary.3
  • 3f6bd47 Update build output with renamed column (#11401)
  • 1992e2a Example/update unstated (#11534)
  • d61eced Update to make sure AMP only bundles are always removed in pro… (#11527)
  • fa5da6d Remove passing of NODE_OPTIONS='--inspect' to subprocesses (#11041)
  • f9cd7c5 v9.3.4-canary.2
  • c17ee73 Generic Type for GetStaticPaths (#11430)
  • 2263876 added "with-route-as-modal" example (#11473)
  • f2315ff update auth0 example with getServerSideProps (#11051)
  • b307ed9 Update checking for existing dotenv usage (#11496)
  • b8d075e Update environment support (#11524)

There are 67 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v9.3.5

Patches

  • Fix styled-components example README notes: #11548
  • Prevent extraneous re-renders with next/dynamic: #11587
  • Update to make sure to respond with 400 for invalid URLs: #11561
  • Add: jsx to list of supported files in docs: #11579
  • [docs] document how root routes coexist with dynamic api routes: #11591
  • [docs] Remove broken link to example api-routes-micro: #11597
  • Update minimum required node version to be more specific: #11604
  • Rename unstable GSP field: #11602
  • Replace getInitialProps with getServerSideProps: #11586
  • [Docs] Remove concepts folder: #11621
  • Make providers headlines so they become linkable: #11613
  • [fix:typo] - Fixing a typo in the typescript example: #11630
  • Fix Preview Mode in <iframe>: #11638
  • Update FAQ link: #11636
  • Updated with-shallow-routing to use getServerSideProps: #11585
  • Add error when GSSP methods are added as page component members: #11645
  • Warn when user has pages/_error but no pages/404: #11603
  • Updating native-url version: #11670
  • Integrate with-atlaskit: #11269
  • Fix documentation link in Basic API routes example: #11671
  • Add links to sections in data fetching documentation: #11666
  • [create-next-app] update logic for shouldUseYarn function: #11683
  • Update Automatic Static Optimization docs: #11618
  • A little bit of maintenance on the ReasonML examples: #11662
  • Use function for function components: #11695
  • Add dependencies used by compiled files: #11699
  • Add example for polyfilling DOMParser in Node: #10782
  • Update postcss.config.js: #11366
  • Update webpack and mkdirp: #11165
  • Add repository URL to package.json: #10748
  • Any elements must be direct children of next/head: #11557
  • Add routing example with dynamic as prop: #11114
  • Mention <title> and styled-jsx caveats in Document's docs: #11499
  • [docs] Mention the new data fetching methods on missing places: #11620
  • Allow top-level GitHub repo URLs as examples: #11691
  • Import from compiled: #11684
  • Remove node-promisepipe library: #11700
  • Update compiler.ts Improve TypeScript typings: #11074
  • Cleanup Build Output Types: #11076
  • Fix Utility Types: #11077
  • Add warning when a page is rendered without a starting /: #11418
  • Update dependencies: #11707
  • Update to not modify req.url for getServerSideProps requests: #11637
  • Update typescript.md: #11717
  • Remove outdated sentence from static-export example: #11708
  • Update got in create-next-app: #11725
  • Pre-ncc compiled packages to prevent re-nccing unnecessarily: #11569
  • [Examples] Update mobx examples to not use SSR: #11576
  • [Example] Remove SSR from with-cerebral: #11562
  • [Examples] Add SWR to api-routes and api-routes-middleware: #11385
  • [example] Add SWR to api-routes-graphql: #11383
  • Chore(deps): remove next-css from examples/antd: #10804
  • Docs(examples): add with-iron-session example: #10973
  • Update to merge props from GSSP methods with _app pageProps: #11709
  • Confirm if user wants example when creating app: #10543
  • Fix inconsistent handling for /index: #11643
  • Updated with-webpack-bundle-size-analyzer to use SSG: #11657
  • Make sure to handle "next" import gracefully: #11733
  • Updated with-xstate: #11658
  • [Examples] Update with-mobx-state-tree examples: #11736
  • Bump timeout for create-next-app tests: #11743
  • [contributing docs] Add more details about chromedriver for ma…: #11739
  • Fix: small typo in SERVER_PROPS_EXPORT_ERROR constant: #11749
  • Add New Provider: #11757
  • Minor with-docker readme grammar fix: #11760
  • Update start script in preact example: #11763
  • Chore(example): Update styled-components to v5: #11765
  • Update to latest version of AMP optimizer: #11753
  • Fix just headers not being applied in dev mode: #11755
  • Remove duplicate content: #11750
  • Upgrade ci-info: #11758
  • Fix typo: #11786
  • Update CNA tests on windows for further investigating: #11779
  • Add Node.js version to Bug template: #11781
  • Update auto export opt-out warning and err.sh: #11801
  • Replace brackets in CSS classes for dynamic routes: #11795
  • Add Prismic Example: #10897
  • Update dev script in examples/using-preact: #11805
  • Handle more invalid CSS class characters: #11809
  • Externalize next-server from Server Builds: #11819
  • Make sure to pass through query values for custom routes: #11812
  • Update dependencies: #11833
  • Minor change in hello-world/package.json: #11830
  • Rename functional component -> function component: #11850
  • Add displayName property to React Context objects: #11829
  • Add gip identifiers to NEXT_DATA: #11835
  • [examples/custom-server-fastify] Fix ts(2341): #11844
  • Update @types in create-next-app: #11815
  • [examples/with-react-intl] Fix issues with Intl.js polyfill: #11806
  • Update sentry example: #11701
  • Adds first input delay performance metric: #8884
  • Remove update-check.d.ts: #11858
  • Fix Lockfile: 9fdd6ed
  • Update Serverless Note in Docs: #11861
  • Chore(example): Update styled-components to v5 in with-typescript-styled-components: #11766
  • Feat(example): add CRUD example with next-connect and passport: #11359
  • Replaced express with next-connect: #11747
  • Update shallow routing docs: #11616
  • Add stats config for load tests: #11868
  • Add basePath in link component and add/remove it consistently: #9988
  • Revert "minor change in hello-world/package.json": #11874
  • Remove with-cookie-auth: #11865
  • Remove unused import: #11875
  • Fix Situation Where Build Can Hang Indefinitely: #11881
  • Handle Potential Promise Rejection in Serverless: #11882
  • Add support for params in header key/values: #10324
  • Fix(export): fallback to empty string for basePath: #11880
  • Update with-redux-thunk example to include HMR: #11816

Credits

Huge thanks to @mattcarlotta, @devknoll, @kvoncode, @sw-yx, @tsriram, @ijjk, @djanda97, @lfades, @janpio, @noejon, @jansepke, @janicklas-ralph, @asotoglez, @TalAter, @kandros, @scull7, @chibicode, @fabianishere, @PaulPCIO, @mjziolko, @ykzts, @yossisp, @karlhorky, @vassbence, @bduffany, @matamatanot, @lifeiscontent, @joeytepp, @kkobiela, @zfben, @mottox2, @viztor, @vvo, @merelinguist, @zackkrida, @sdhani, @stigkj, @agarwalrounak, @timneutkens, @armujahid, @Timer, @liulanz, @NMinhNguyen, @davecardwell, @MicrochipQ, @a14m, @housseindjirdeh, @hoangvvo, and @Fonger for helping!

Commits

The new version differs by 123 commits.

  • c0724ca v9.3.5
  • df1e548 v9.3.5-canary.13
  • ffa4089 Update with-redux-thunk example to include HMR (#11816)
  • 682120b v9.3.5-canary.12
  • 5248e18 fix(export): fallback to empty string for basePath (#11880)
  • ab18c79 Add support for params in header key/values (#10324)
  • b1aa594 Handle Potential Promise Rejection in Serverless (#11882)
  • d1b987f v9.3.5-canary.11
  • 841cd6c Fix Situation Where Build Can Hang Indefinitely (#11881)
  • 4e6d6d2 Remove unused import (#11875)
  • 4094dfe Remove with-cookie-auth (#11865)
  • 5713bcb v9.3.5-canary.10
  • f0422f2 Revert "minor change in hello-world/package.json" (#11874)
  • d3e308a Add basePath in link component and add/remove it consistently (#9988)
  • 0b51b23 Add stats config for load tests (#11868)

There are 123 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v9.3.6

Patches

  • Add initial process.env stubbing for new env support: #11893
  • Enable "paths" support by default: #11970
  • Experimental: React Refresh Support: #12008
  • Add module.hot.invalidate() to webpack HMR: #12038
  • Docs(auth): add with-iron-session to the alternatives list: #11903
  • Docs(Link): precise how prefetch works: #11792
  • Fix: Update shallow routing docs: #11894
  • Fix NEXT_PUBLIC env values not being inlined: #11896
  • Correct Global and Local CSS Loading Order in Dev: #11901
  • Ensure module not found error is shown with jsconfig paths: #11889
  • Upgrade terser-webpack-plugin for Webpack 5: #11922
  • Add initial configuration changes for webpack 5: #11917
  • Updated shallow docs: #11925
  • Improved steps for examples/cms-prismic: #11935
  • Add warning about manually installing PostCSS plugins: #11966
  • Allow disabling runtime JS in production for certain pages: #11949
  • Docs: improve wording on some pages according to alex.js: #11973
  • Serialize JSON Warnings Before Event: #11976
  • Update HMR Client Runtime: #11977
  • Add Missing Hook for MainTemplate: #11984
  • Strongly Type Usage of Client Pages Loader: #11985
  • Add API route to default CNA template: #11981
  • With-iron-session: fix link to next-iron-session: #11974
  • Fix On Demand Types in Hot Reloader: #11987
  • Refactor(next-client-pages-loader): allow toggling router HMR: #11989
  • Create React Refresh Utils: #12006
  • Examples/with-react-helmet: upgrade react-helmet to v6.0.0: #12000
  • Resolve TypeScript Extension in Correct Order: #12014
  • Stabilize HMR tests on CI: #12029
  • Fast Refresh: Test Syntax Error Recovery: #12032
  • Add Heroku to list of cache examples: #12037
  • [Examples] Update draft-js to v0.11.5 and add editorKey prop i…: #12011
  • Bug: error when using transition property in tailwindcss + emo…: #12027
  • Update next/head docs to clarify duplicate tags.: #12033
  • Add documentation on next build output.: #12034
  • Add note about polyfilling CSS Grid for IE11.: #12035
  • Fix typo in next/amp docs: #12040
  • Fix linting: 6188c79
  • Fix with mobx: #11907
  • Update to only apply experimental process.env stub in developm…: #12055
  • (examples) Fix link in with-passport example README: #12056
  • [Fast Refresh] Module re-execution tests from Metro: #12059
  • Rename ZEIT to Vercel: #12075
  • Update year on license files: 9f1e713
  • Add additional check for segments in destination but not source: #12067
  • Make sure to not show _error without 404 warning in some cases: #12061
  • Fix postcss.config.js warnings: #12070
  • Add Experimental React Refresh Example: #12081
  • Rosetta i18n example: #11841
  • [Fast Refresh] propagates a module that stops accepting in nex…: #12062
  • Upgrade webpack: #12082
  • Update to track test timings separate for Azure and Actions: #12083
  • Fix type on NextApiHandler: #11988
  • Upgrade ora to 4.0.4 to prevent undefined progress on CI build: #12088
  • Evaluate App before Page in Dev for CSS Ordering: #12090
  • Add Additional Test Case for CSS Order in Dev: #12007
  • Update engines in package.json: #12022
  • Fix typo in example: #12094
  • [internal] Dedupe monorepo deps: #12093
  • Fix(dev-server): render 404 when dynamic ssg path doesn't exist: #12085
  • Avoid bugs with native Date class: #12098
  • Update Code of Conduct email address: #12108
  • Make sure to handle // during hydration: #11788
  • Update TypeScript API routes tests: #12112
  • Fix variable: #12114
  • Add example with Magic authentication: #11810
  • Improve Server Lib Utilities: #12119
  • Remove @types/find-up: #12120
  • Add tests for dotenv-expand behavior: #12140
  • Ensure modern AMP client page bundles are removed: #12138
  • Update to match log style for new env loading: #12137
  • Add userbase example: #12150
  • Added a link to the next.config.js docs for the with-env-next-…: #12153
  • Update snapshot in with-jest example: #12157
  • Remove unnecessary export to make usage clearer.: #12167
  • Add quotes to static paths in fallback section: #12170
  • Run tsconfig paths resolver before PnP: #12104
  • Fast Refresh: test cyclic dependencies: #12161
  • Link to CLI doc from getting started doc / link to Telemetry doc from CLI doc: #12181
  • [Example] update with-tailwindcss-emotion to tailwind 1.3.3 and emotion 11 + tailwind-ui plugin: #11611
  • Fix CSS Module HMR: #12177
  • Remove launched experimental options: #12197
  • Fix basePath not being applied for GS(S)P data routes: #12200
  • Update node-notifier: #12205
  • Downgrade terser to fix invalid minifying: #12178
  • Update size-limit to reflect Terser downgrade: c72143d
  • Fix CSS Identifier Cleaning: #12239
  • Fix ncc'd version of terser not being used by terser webpack plugin: #12252
  • Add namedRegex and routeKeys to routes manifest: #12250
  • Downgrade node-notifier to fix Azure tests: #12261
  • Update built-in-css-support.md: #12268

Credits

Huge thanks to @ijjk, @vvo, @gndelia, @sparkertime, @Timer, @lfades, @pjaws, @timneutkens, @vcapretz, @justincy, @dvaJi, @bhaskarmurthy, @agarwalrounak, @coktopus, @leerob, @yangshun, @Talbot3, @jamesmosier, @oddnavy, @StarpTech, @bduffany, @Fonger, @matamatanot, @dzigg, @thomasheyenbrock, @qWici, @styfle, @Oxicode, @seanli, @Kiarash-Z, @coetry, @sdhani, @rokinsky, @Dashue, @giovannigiordano, @chibicode, @Arthie, and @andrewkfiedler for helping!

Commits

The new version differs by 109 commits.

  • e6424fe v9.3.6
  • bcd9b77 v9.3.6-canary.16
  • 5936cbb Update built-in-css-support.md (#12268)
  • 9482bfb Downgrade node-notifier to fix Azure tests (#12261)
  • e40f8ff v9.3.6-canary.15
  • 5268669 Add namedRegex and routeKeys to routes manifest (#12250)
  • af33ebc Fix ncc'd version of terser not being used by terser webpack plugin (#12252)
  • f080931 v9.3.6-canary.14
  • 937884b Fix CSS Identifier Cleaning (#12239)
  • 04f3d94 v9.3.6-canary.13
  • c72143d Update size-limit to reflect Terser downgrade
  • 718d6a4 v9.3.6-canary.12
  • 3094016 Downgrade terser to fix invalid minifying (#12178)
  • 6ce3c7b Update node-notifier (#12205)
  • 9b8a9de Fix basePath not being applied for GS(S)P data routes (#12200)

There are 109 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v9.4.0

Minor Changes

  • Polyfill fetch by default: #12353
  • [Fast Refresh] Redesigned Runtime Error Experience: #12222
  • Elements with role=link should open on [Enter]: #12460
  • [Fast Refresh] New Overlay for Prerender Error: #12485
  • Export NextApiRequest type as interface: #12186
  • Experimental: New ESLint Plugin: #11986
  • Context types for getStaticProps and getServerSideProps: #12606
  • Allow @babel/preset-typescript to be configured: #11840
  • Cont. Update performance relayer and remove unstable prefix: #12665
  • Enable Fast Refresh by Default: #12640
  • Enable sassOptions support in next.config.js: #12685
  • [Docs] Environment Variables: #12696

Patches

  • Remove documentMiddleware experimental option: #12218
  • Update preview-mode.md: #12287
  • New logging output: #12169
  • Enable NEXT_PUBLIC_ env var support: #12283
  • Fix wildcard paths causing infinite resolving: #12318
  • [Examples] add Contentful example: #12323
  • Fix typo: #12224
  • Update jsconfig paths fix for windows: #12328
  • Update with-tailwindcss to use Tailwind CSS v1.4.0's new built-in purge option: #12327
  • [Docs] Add link to relative title in postcss docs: #12330
  • Skip LogBox tests to fix CI: 103c25a
  • [Fast Refresh] Skip Environment Check: #12359
  • Upgrade source-map package: #12355
  • Add URL escaping for custom headers: #12031
  • Rectified typo: #12366
  • Only monospace numbers for new overlay: #12394
  • [Fast Refresh] Click to open in editor: #12397
  • Add name to component in with-tailwindcss example: #12417
  • Add names to components in hello-world example: #12416
  • Add names to components in amp example: #12415
  • Update lint-staged: #12225
  • [Fast Refresh] Add Titles for Click to Open Action: #12427
  • Docs(examples): with-iron-session update: #12418
  • Remove NEXT_DATA from production builds when runtime JS is disabled: #12406
  • Clean up styles in with-tailwindcss example: #12458
  • [Fast Refresh] Fix terminal editors on macOS: #12430
  • [Fast Refresh] Support client-side code being ran in Node: #12426
  • [Fast Refresh] Unlock Focus on Disabled Element: #12425
  • Use fs.promises in test files: #12432
  • Fix linting: 806b78c
  • Do not prettify lerna.json: 93a94b8
  • Add warning for non-standard NODE_ENV value: #12361
  • Add additional file serving tests: #12479
  • Upgrade Flexbugs Dependency: #12459
  • Don't generate fake cache keys for Preview Mode: #12487
  • Next/client/link: improve internal type annotation: #12468
  • [examples/with-typescript-graphql] Add "createResolverContext" hook, etc.: #11681
  • Fixed typo: #12497
  • Add note about HoC possibly adding GIP to _app: #12491
  • Disable cache warning on supported platforms: #12495
  • [Fast Refresh] Better Tabbing Order: #12503
  • [Fast Refresh] Correctly Trap Focus in Overlay: #12502
  • Disable Comment Extraction: #12496
  • [Fast Refresh] Fix overlay display on Safari: #12523
  • Update tests to poll for output instead of wait for it: #12534
  • Don't add .amp to pathname: #12528
  • Update dynamic-import.md: #12541
  • [Fast Refresh] New Compile Error Overlay: #12543
  • Adds missing deps: #12519
  • Add documentation for TypeScript baseUrl and paths option: #12379
  • Update blog-starter to use Tailwind CSS v1.4's new built-in purge option: #12452
  • Fix: hello world missing default exports: #12551
  • Mention nesting in arrays alongside Fragments in next/head docs: #12420
  • Update AMP dependencies: #12536
  • [Fast Refresh] Toggling of Collapsed Frames: #12560
  • [Fast Refresh] Separate LogBox Tests: #12564
  • Resolve bug with Prismic Locales: #12132
  • [Fast Refresh] Add more test cases: #12568
  • Example: added Ant Design Pro Layout less: #12408
  • Update to run tests in headless mode on Azure: #12574
  • Fix moduleId not resolving correctly on Windows: #12584
  • Add cross-env package: #12581
  • Add flag to disable API warning: #11380
  • Update to latest version of stacktrace-parser: #12597
  • Fix DatePicker Day.js bug in Ant Design example: #12580
  • [Examples]: With react bootstrap: #12421
  • Fix error toast pluralization: #12622
  • Clarify dismissal message: #12624
  • [Fast Refresh] Adjust Overlay Styling: #12623
  • [Fast Refresh] Upgrade react-refresh for SC: #12627
  • [Examples] Update data-fetch example: #12617
  • [Fast Refresh] Overlay hash must consider stack: #12639
  • More renaming ZEIT → Vercel: #12649
  • Disable experimental pageEnv stub by default: #12644
  • [Fast Refresh] Reorder Loaders: #12671
  • [Fast Refresh] Resize Arrows and Preserve Newlines: #12672
  • [Fast Refresh] Do not draw eye to collapsed frames: #12673
  • Fix: use latest experimental method names: #12669
  • Fix check utility in tests: #12678
  • Chore(create-next-app): add missing return types on helpers: #12616
  • [Fast Refresh] Add additional test case: #12674
  • Update documentation that refers to isomorphic fetch libs: #12686
  • Chore(create-next-app): add missing types: #12691
  • Chore(next): link/router/document missing types: #12692
  • Upgrade deps: #12700
  • [Examples] Update firebase authentication: #12687
  • Update code sample in performance measurement docs: #12690
  • Link Made by Vercel to vercel.com: #12702
  • Use @/ to show module alias instead of @ prefixed: #12600
  • Fix logout in with-iron-session example: #12704
  • Add test for API route with fetch polyfill: #12680

Credits

Huge thanks to @jamespohalloran, @lfades, @aemiro-allison, @ijjk, @taylorbryant, @Timer, @ykzts, @plug-n-play, @fabianishere, @vvo, @matamatanot, @chibicode, @karlhorky, @christianalfoni, @sangotaro, @liulanz, @dalibor-123, @stefanjudis, @Kiarash-Z, @hossam-magdy, @mit123suki, @robinweser, @lncls, @kohchihao, @connormcwood, @davidcsally, @roniemeque, @piyu-sh, @jonespen, @joemccann, @makezi, @TxHawks, @devknoll, @jokester, @piglovesyou, @austinhumes-valtech, @rafaelalmeidatk, @arcanis, @timneutkens, @mlorthiois, @huozhi, @lachlanjc, @sebastianbenz, @AlexanderVishnevsky, @mxschmitt, @janicklas-ralph, @NavizDev, @PabloSzx, @tywmick, @lwz7512, @justincy, @Skn0tt, @eps1lon, @maxigimenez, @sarupbanskota, @belgattitude, and @dpyzo0o for helping!

Commits

The new version differs by 155 commits.

  • 6d1167e v9.4.0
  • f9e24ab v9.3.7-canary.21
  • 7cca2b0 Add test for API route with fetch polyfill (#12680)
  • 29b1100 fix logout in with-iron-session example (#12704)
  • 653098d Use @/ to show module alias instead of @ prefixed (#12600)
  • 0b36211 [Docs] Environment Variables (#12696)
  • 4acad75 Link Made by Vercel to vercel.com (#12702)
  • 0900d57 v9.3.7-canary.20
  • 467b2c7 Enable sassOptions support in next.config.js (#12685)
  • e3aeb2f Update code sample in performance measurement docs (#12690)
  • f0220e6 [Examples] Update firebase authentication (#12687)
  • 565e111 v9.3.7-canary.19
  • 8b51e00 Upgrade deps (#12700)
  • ae1daea Enable Fast Refresh by Default (#12640)
  • 0bc0760 chore(next): link/router/document missing types (#12692)

There are 155 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 60 commits.

  • ca372a9 v9.4.1
  • d5d9013 v9.4.1-canary.9
  • 9576d54 Update Babel Cache Key (#12989)
  • de51695 Remove unused babel-preset-react dep from babel-macros example (#12990)
  • 01211ba v9.4.1-canary.8
  • 57dcdd9 Bypass OPTIONS handling for API routes (#12978)
  • 32057c8 Use the jest-circus test runner (#12974)
  • c239c74 Use a top level heading (#12960)
  • 7be3b10 Add experimental Storybook preset (#12934)
  • 9d17d9e Test TypeScript Enum (#12954)
  • fc927a2 v9.4.1-canary.7
  • 9df9d4a Fix build stalling with styled-jsx plugins (#12952)
  • 202ea6f Support eliminating memoized functions (#12953)
  • 7edc815 Elimination has to run before other plugins (#12949)
  • 18dc1f6 Remove isomorphic-unfetch from examples (#12948)

There are 60 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v9.4.2

Minor Changes

  • [Experimental] Add support for production browser source maps: #13018
  • [Experimental] Implement optional catch all routes: #12887

Patches

  • Only retry tests on CI: #12998
  • Fix modal overlay in RTL layouts: #13000
  • Feat: Remove redundant imports in XState example: #13020
  • Convert test to be inline: #13022
  • Avoid over-transpiling core libs: #11803
  • [Examples] Chakra UI - Move CSSReset inside ColorModeProvider: #13044
  • Stabilize test for Windows: #13050
  • Improve jsconfig.json error message: #13053
  • An empty jsconfig.json should not fail the build: #13051
  • Add PR labeler action: #13054
  • Revert "Add PR labeler action": #13055
  • X-powered-by is added to response, not request: #13037
  • Chore: Remove redundant imports in several examples: #13030
  • Correct multi-match behavior for queries and header values: #13017
  • Fix with-emotion examples: #13005
  • Remove redundant React imports from with-redux-thunk example: #12986
  • [Examples] Added public folder to with-docker example: #12879
  • Docs: add prismic locale note: #12862
  • Chore: use function component on with-typescript example: #12695
  • Fix crash when NODE_OPTIONS includes --inspect-port: #12555
  • Add eslint-plugin-jest: #13003
  • Add monaco-editor example: #11232
  • Chore: hot-reloader, htmlescape, next-dev-server missing types: #12730
  • Fix lint: f9b7247
  • Removed redundant code from the with-portals example: #13059
  • Upgrade to Prettier 2: #13061
  • Update Examples for Fast Refresh: #13068
  • Add sourcemaps to Next.js core compilation: #13049
  • Adding no html-link lint rule to eslint-plugin: #12969
  • Chore(next): check-custom-routes - recursive-copy missing types: #13065
  • Remove taskr typescript plugin as it's no longer used: #13081
  • Added path: #13075
  • Remove redundant code from with-portals-ssr example: #13060
  • Update prefetching explanation to correctly reflect data prefetching: #13088
  • Fix building server-side generated AMP pages: #13046
  • Improve Redux Toolkit example: #12858
  • Add error when exporting pages with fallback: true: #13063
  • Update the Automatic Static Optimization docs to explicitly state that Next.js will trigger an update.: #13096
  • Fix(examples): align with-absolute-imports with next 9.4: #13090
  • [Example] Unsubscribe Router.on.events: #13102
  • Add Kodiak Configuration: #13103
  • Fix catch-all route + index.js in dev when accessed with trailing slash: #10502
  • Fix Lint: f7bdf29
  • Stabilize config tests: #13116
  • Update DatoCMS Example: #13008
  • Enable update_branch_immediately: b0a020e
  • Revert "Enable update_branch_immediately": b3e5233
  • [Examples] Update with-sentry-simple: #13074
  • Add support for debugging Next.js core: #13101
  • Read process.env after loading .env files: #13087
  • [Experimental] Only consider files within plugins: #12943
  • Example(contentful): set up content types with required fields: #12591
  • [Examples] Fix with-yarn-workspaces Vercel deploy button: #12867
  • Use eval-source-map for Server Side Errors: #13123
  • Chore: Remove some redundant imports: #13066
  • With stitches: #12677
  • GranularChunks conformance check: #11710
  • Enable jest/no-try-expect: #13124
  • Upgrade Next Redux Wrapper to version 6 in examples: #11802
  • Fix the link for Custom Server documentation: #13137
  • Correctly eliminate destructuring assignment: #13144
  • Update Create Next App to handle rename of org: #13138
  • Eliminate array destructuring assignment: #13151
  • Fix Windows LogBox Test: #13147
  • Feat/remove redundant imports from examples: #13062
  • Record presence of reportWebVitals: #13155

Credits

Huge thanks to @timneutkens, @Janpot, @felixmosh, @jmgr2996, @developit, @kolyasapphire, @rafaelalmeidatk, @stigkj, @ijjk, @lboecker, @mattcarlotta, @tomevans18, @b-b0t, @guilhermedeandrade, @mpareja, @Ehesp, @maxigimenez, @TodorTotev, @prateekbh, @lfades, @slawekkolodziej, @leosuncin, @zlwaterfield, @twltwl, @cjimmy, @gregrickaby, @davecardwell, @taye, @Prioe, @christianalfoni, @janicklas-ralph, @kirill-konshin, and @pkuczynski for helping!

Commits

The new version differs by 75 commits.

  • 91b1548 v9.4.2
  • 05a12cb v9.4.2-canary.5
  • 7c7fd3e Record presence of reportWebVitals (#13155)
  • 7cf3c3d Feat/remove redundant imports from examples (#13062)
  • 57815c5 Fix Windows LogBox Test (#13147)
  • 74d7e35 Eliminate array destructuring assignment (#13151)
  • b325f15 Update Create Next App to handle rename of org (#13138)
  • 5703362 v9.4.2-canary.4
  • 92a159d Correctly eliminate destructuring assignment (#13144)
  • e28ce34 Fix the link for Custom Server documentation (#13137)
  • b8284d9 Upgrade Next Redux Wrapper to version 6 in examples (#11802)
  • ccea1c0 Enable jest/no-try-expect (#13124)
  • a17ace8 GranularChunks conformance check (#11710)
  • cc9e252 With stitches (#12677)
  • 993b78d chore: Remove some redundant imports (#13066)

There are 75 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v9.4.3

Minor Changes

  • Better formatted Sass errors: #13211
  • Add support for sass-loader prependData option: #12277
  • Make page path case sensitive in dev: #8848
  • Feat(cli): use default template when GH is offline: #12194
  • Bundle env configs in serverless mode: #13406
  • Add failing paths to export error summary: #10026
  • Add type inference for getStaticProps and getServerSideProps: #11842

Patches

  • Remove dead events: #13156
  • Remove unnecessary loadGetInitialProps: #13159
  • Remove old ErrorComponent global: 7eaf9b8
  • Load .env files before running Telemetry: #13173
  • Migrate PR stats action into Next.js repo: #13177
  • Chore(next/build/babel): missing types: #13189
  • Bug fixes for Lint routing: #13111
  • [Docs] Replace hot reloading with fast refresh: #13207
  • Updated docs: #13205
  • Move csp examples: #13221
  • With reason relay example: #12080
  • Fix formatting of older PR that passed tests: e4d22ce
  • Make .env clickable in terminal: #12210
  • More redundant imports @ examples: #13190
  • Chore: Remove react redundant imports on examples: #13169
  • Use correct chalk import: #13235
  • Chore: remove-redundant-example-import: #13175
  • Fix ssr-caching example: #12180
  • Ignore nullish user configs: #10250
  • Add urql to the examples list: #13006
  • Fix dotenv file loading order: #13161
  • Update custom server docs: #13172
  • Created Expo TypeScript example project: #13182
  • Use memoizedPagechecker: #13191
  • Upgrade react-with-styles to version 4: #13193
  • With-monaco-editor-example-fix: #13186
  • Add example: with-mux-video: #13120
  • With mux video readme updates: #13253
  • Rename import to solve conflicting usage of Error constructor: #13256
  • Docs(debugging): explain how to debug in Chrome DevTools/VS Code: #10807
  • Uncomment private key: #13277
  • [Examples] Added blog-starter-typescript: #12981
  • Consolidate non-SSG branch in renderToHTMLWithComponents Cont.: #13274
  • Defer Page Registration: #11054
  • Update debugging docs: #13270
  • Fix linting: 12e0db0
  • [Fast Refresh] Upgrade react-refresh: #13285
  • Wait for flush before firing routing event: #13287
  • Add ThemedStyleSheet.registerInterface to react-with-styles example: #13284
  • Special case default template in CNA: #12109
  • Allows multiple lines for Module not found errors: #10797
  • Fix retry for Windows tests: #13296
  • Fix method return shape: #13299
  • Chore(next): export/lib/next-server missing types: #13320
  • Fix wrong README of blog-starter-typescript example: #13330
  • Skip node internals: #13345
  • Fix "Commitment to Open Source" link in contributing.md: #13352
  • Update Amp dependencies: #13354
  • Refactor with redux saga: #13342
  • Refactor with redux thunk example: #13336
  • Update with-style-sheet example: #13323
  • Refactor with redux persist example: #13338
  • [examples] with-ts-eslint-jest example app: #12025
  • Add a few extra types: #13363
  • Update Monaco Editor Example: #13369
  • Convert export worker to typescript: #13381
  • Fixed with-iron-session to work on Windows systems: #13386
  • With-overmind server error because of incorrect getStaticProps return statement: #13385
  • Refactor with rematch example: #13392
  • Update PR stats action branch check: #13394
  • Fixing Redundant React imports on next.js/examples: #13384
  • Fix with-sentry-simple example: #13404
  • Docs(static-html-export): note getServerSideProps: #13401
  • Fix(client-routing): page render: #13305
  • [Experimental] Do not type check twice: #13419
  • Removed redundant react imports from with-overmind: #13422
  • Update Static HTML Export documentation: #11814
  • Refactor class components to functional @ examples: #13398
  • Fix auto export opting out from _error edge case: #13425
  • Make sure to not duplicate exports with exportTrailingSlash: #11011
  • Example: Static Generation of local Apollo GraphQL schema: #13202
  • Chore(next-server): api-utils,crypto-utils,next-server missing types: #13431
  • Refactor(with-sentry): example: #13434
  • Fix AMP Test Flake: #13450
  • Add warning when reserved pages are nested: #13449
  • [Docs]: minor typo in jsx file extension: #13451
  • Update codeload and deploy links for org rename: #13141
  • Add release argument to SentryWebpackPlugin: #13459
  • Do not throw away tsconfig.json comments: #13458
  • Remove beta label from Netlify Plugins: #13465
  • Add Route as Modal Page Example: #12945
  • Update references to zeit/next.js: #13463

Credits

Huge thanks to @Tylerian, @devknoll, @luciovilla, @ijjk, @maxigimenez, @prateekbh, @lfades, @timneutkens, @Arnarkari93, @balazsorban44, @TodorTotev, @willianjusten, @mvfsillva, @xliusstk, @alejandronanez, @iansu, @jtmthf, @Janpot, @mohsen1, @dylanjha, @chibicode, @sambokai, @vvo, @joejknowles, @UndyingSugimoto, @jamesmosier, @arcanis, @marcosvega91, @Regaddi, @sachaos, @tywmick, @c0b41, @giuseppeg, @erikdstock, @danielpaz6, @awareness481, @correttojs, @lostfictions, @benjaminpearson, @Timer, @jacobdcastro, @manuschillerdev, @scefali, @karlhorky, and @JMFURY for helping!

Commits

The new version differs by 94 commits.

  • 96c3b08 v9.4.3
  • e792287 v9.4.3-canary.3
  • b7e17e0 Update references to zeit/next.js (#13463)
  • 001230e Add Route as Modal Page Example (#12945)
  • 6ca00bf Remove beta label from Netlify Plugins (#13465)
  • 9f1b4f5 Add type inference for getStaticProps and getServerSideProps (#11842)
  • 37f4353 Do not throw away tsconfig.json comments (#13458)
  • d98cd8a Add release argument to SentryWebpackPlugin (#13459)
  • 1f6ce10 Update codeload and deploy links for org rename (#13141)
  • 61ace6c v9.4.3-canary.2
  • 983d1da [Docs]: minor typo in jsx file extension (#13451)
  • e261935 Add warning when reserved pages are nested (#13449)
  • c731d59 Fix AMP Test Flake (#13450)
  • 710997d refactor(with-sentry): example (#13434)
  • c01a93a chore(next-server): api-utils,crypto-utils,next-server missing types (#13431)

There are 94 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 4 commits.

See the full diff