meetupjs-ar / meetupjs-ar.github.io

:earth_americas: Sitio oficial de Meetup.js Buenos Aires
https://meetupjs.com.ar
41 stars 38 forks source link

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

Closed greenkeeper[bot] closed 4 years ago

greenkeeper[bot] commented 5 years ago

The dependency next was updated from 9.0.8 to 9.1.0.

🚨 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 - ❌ **now:** Now is deploying your app ([Details](https://zeit.co/cduran/meetupjs-argithubio/iooobikltq)). - ❌ **continuous-integration/travis-ci/push:** The Travis CI build failed ([Details](https://travis-ci.org/meetupjs-ar/meetupjs-ar.github.io/builds/594879475?utm_source=github_status&utm_medium=notification)).

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

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 5 years ago

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

greenkeeper[bot] commented 5 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 5 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 5 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