Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency next to v9 #26

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jul 8, 2019

This PR contains the following updates:

Package Type Update Change
next (source) dependencies major 8.1.0 -> 9.0.7

Release Notes

zeit/next.js

v9.0.7

Compare Source

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&#​39;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!

v9.0.6

Compare Source

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&#​39;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&#​39;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!

v9.0.5

Compare Source

Patches
  • Add example with forwardRef to readme: #​8428
  • Update Zones Documentation: #​8426
  • [with-electron] Upgrade electron & transpile for the installed version: #​8399
  • Adds basic support for PnP: #​8427
  • Update with-apollo-auth example: #​8416
  • Adjust Create Next App install env: #​8431
  • Adjust experimental warning: #​8432
  • 🗜 Optimize client-side routing manifest: #​8429
  • Change FAQ for dynamic routing: #​8439
  • Remove Flying Shuttle experiment: #​8433
  • Remove __NEXT_REPLACE__BUILD_ID__ workaround: #​8445
  • Fix custom page extension in development: #​8446
  • Add package.json to with-zones example, make create-next-app work: #​8453
  • Initial optimizeLibraries experimental flag: #​8345
  • Fix build-manifest not removing _app files for modern: #​8447
  • Doc: typo fix: #​8460
  • Remove Duplicate Assignment: #​8464
  • Fix a broken link in webpack config: #​8456
  • [with-apollo] Remove prefetch attibutes: #​8465
  • Update redux example using hooks api: #​8410
  • Adjust lib chunk naming algorithm and prevent duplicate react-dom: #​8450
  • Fix bug in hook destructuring optimization when ignoring array elements: #​8455
  • Add warning when empty object is returned from getInitialProps: #​8474
  • Add deprecation warning for App Container: #​8475
  • Debug TypeScript test suite: #​8476
  • Fix duplicate spaces in readme: #​8484
  • Check for TypeScript files for auto setup: #​8479
  • Fix invalid href with-tailwindcss example: #​8488
  • Remove prefetch attributes from examples: #​8481
  • Tweaks and test for library chunks fixes: #​8482
  • Remove front from examples: 5396ab4
  • Update ./static/ folder documentation: #​8477
  • Refactor data-fetch example: #​8490
  • Update prerender-manifest structure: #​8497
  • Remove extension from err.sh link: #​8500
  • Add config for diffing fetched pages: #​8492
  • Add version property to Next.js instance: #​8499
Credits

Huge thanks to @​ijjk, @​paulogdm, @​merceyz, @​arcanis, @​tabomors, @​huv1k, @​borekb, @​developit, @​housseindjirdeh, @​revolunet, @​HaNdTriX, @​ranyitz, @​Naturalclar, @​atcastle, @​raon0211, @​justjavac, @​Timer, and @​lfades for helping!

v9.0.4

Compare Source

Minor Changes
  • Experimental: Serverless Trace target: #​8246
  • Experimental: Implement experimentalPrerender option: #​7983
  • Experimental: Granular build chunking: #​7696
Patches
  • Golf page-loader: #​8190
  • Don&#​39;t require test job for deploying: #​8194
  • Revert "Don&#​39;t require test job for deploying": #​8199
  • Update TypeScript Instructions: #​8200
  • Add some notes about Now deployment: #​8205
  • Contributing guide rename initialprops: #​8203
  • Add test for dynamic routing/webpack HMR bug: #​8061
  • Remove useless code block in docs: 6468b6c
  • Remove Old Prerender Implementation: #​8218
  • FIX- #​8059 - Update relay version in examples to latest one: #​8227
  • Add Create Next App instructions: #​8224
  • Make Azure CI (sometimes) work: #​8230
  • Update README.md: 48e1d14
  • [Enhancement]: Update README buttons: #​8235
  • Update to check browserName instead of browser.log: #​8234
  • [WIP] Add temp secret for PR Stats Action: #​8248
  • Add warning for API export: #​8250
  • Define generic for _app state: #​8256
  • Compression documentation: #​8247
  • Remove propertyFields from the client router: #​8219
  • Swallow test process kill errors on win32: #​8260
  • Add warning for invalid href being passed to router: #​8231
  • Migrate amp-toolbox-optimizer to @​ampproject/toolbox-optimizer: #​8275
  • Handle backslashes in exportedFiles: #​8277
  • Update README.md: #​8282
  • Bugfix: Babel targets value can be a String: #​8268
  • Update handling of ref in next/link: #​8254
  • Simplify mobx example: #​8269
  • Remove cache clearing from static-checker: #​8290
  • Run migration script for GitHub Actions: #​8305
  • Revert "Run migration script for GitHub Actions " (#​8307): #​8305
  • Adds user timing marks and measures for hydration/render: #​8069
  • Document poweredByHeader option: da494db
  • Add info about removing @​zeit/next-typescript on .babelrc: #​8321
  • Remove 405 from render method: #​8323
  • Fix layout example building: #​8326
  • Deprecate Container usage: #​8327
  • Only add flying-shuttle code when enabled: #​8330
  • Update custom app example in README: #​8320
  • Add config/test app for new PR stats set-up: #​8317
  • Show warning if next export detects an API route: #​8257
  • Remove extra variable: #​8329
  • Followup optimizations for new experimentalPrerender: #​8287
  • Prevent false positive experimental warning: #​8284
  • Add warning for missing <Head>: #​8276
  • Escape output names for modern bundles to prevent replacing: #​8232
  • Remove accidental support for invalid JavaScript: #​8077
  • Fix: Warn when user specifies prefetch option as true: #​8233
  • Fix TypeScript setup with empty file: #​8332
  • Update to use dynamic port for stats-app: #​8336
  • Detect @​types/ package for compiled packages: #​8340
  • 🐛 Support multiple Next.js versions in one file: #​8339
  • Add test for AMP errors during auto prerendering: #​8335
  • Minify ncc&#​39;d packages for download speed: #​8341
  • Use &#​39;initial&#​39; setting for SplitChunksPlugin: #​8293
  • Add warning for disabled minification during build: #​8337
  • Also provide AppTree in NextPageContext: #​8223
  • Fixes nav start argument in user timing check: #​8348
  • Add missing dependency "compression" to next-server: #​8344
  • Add note explaining empty query during prerendering: #​8351
  • Remove experimental async-to-promises code: #​8353
  • Fix AppTree type not allowing extra props: #​8352
  • Add a note for multiple dynamic route segments: #​8359
  • Fix chunking tests failing from timeout being too low: #​8360
  • Define typeof window for application code only: #​8355
  • Add tests for typeof window replacing: #​8361
  • Updated links from #useRouter to #userouter: #​8362
  • Create a unique instance of transform-define: #​8371
  • Use data-next-page instead of id=__NEXT_PAGE__: #​8380
  • Fix(examples): correct the path in with-electron: #​8370
  • Update with-apollo example with hooks: #​8363
  • Change componentWillMount to UNSAFE: #​8357
  • [Expo] Updated React Native example: #​8376
  • Reverting clear measure: #​8373
  • Don&#​39;t look up for TS files in dev: #​8374
  • Feature: Add transparent JSX optimization: #​8350
  • Hook destructuring optimization: #​8381
  • Update README.md: #​8392
  • Remove extra DOM method call: #​8394
  • Update to replace asPath for static pages in dev mode: #​8388
  • Updated with-redux-thunk example using useSelector and useDispatch: #​8396
  • Fixed the docs. The real option is compress, not compression: #​8409
  • Typo in class name in with-react-esi example: #​8414
  • Add custom profiler / tracer: #​8378
  • Next/bin/next - fix typo in help text: #​8419
  • Fix a typo in with-reasonml-todo example: #​8420
  • Update Link for create-next-app: #​8423
  • Upgrade send dep: #​8424
  • Fix conflict between defaultPathMap and default 404.html export: #​8366
  • Fix dynamic APIs with query params: #​8386
Credits

Huge thanks to @​ijjk, @​jordan-jarolim, @​rajasekarm, @​lfades, @​nataliemarleny, @​huv1k, @​atcastle, @​sebastianbenz, @​delbaoliveira, @​developit , @​housseindjirdeh, @​diagramatics, @​timneutkens, @​borekb, @​adam187, @​devknoll, @​elliottsj, @​yuyokk, @​williamli , @​Timer, @​merceyz, @​rafaelalmeidatk, @​EvanBacon, @​prateekbh, @​bgrayburn , @​matamatak, @​knight-of-zero, @​pogkat , @​ondrejsika, @​none23, @​msweeneydev, @​undirectlookable, and @​Deadleg for helping!

v9.0.3

Compare Source

Minor Changes
  • Experimental module/nomodule support: #​7704
Patches
  • Modern JS for SSR Bundles: #​7961
  • Add .gitignore: #​7893
  • Import isomorphic-unfetch in data fetching example: #​7895
  • Make tests for both async and sync GIP: #​7999
  • Rework dynamic routing <Link> documentation: #​8001
  • Avoid sending user errors to client: #​8005
  • Replace fs.exists with fs.access: #​7742
  • Fix children key in with-typescript-styled-components example: #​8003
  • Handle windows backslashes when checking ssr-prepass: #​8016
  • Add Create Next App package: #​8018
  • Reference correct repository: 7f5f981
  • Remove old media images: d486152
  • Update CNA links to examples: bcd8eb6
  • Fix CNA README typo: 8fb32de
  • Fix syntax error in ie11 from next-server/amp: #​8032
  • Rewrite Create Next App: #​8030
  • Comment out GIP in Custom <App>: #​8055
  • Remove public/ file example: #​8056
  • Remove now.json from examples: #​8057
  • Fix userAgent type error in README.md: #​8048
  • Apply missing formatting: #​8079
  • Updated "firebase-admin" module and added "firebase-functions-t…: #​8078
  • Enable Kodiak bot: #​8096
  • Disable notify on conflict: 427a02a
  • Improve types: #​8097
  • Allow automatic static optimization in with-sentry-simple examp…: #​8102
  • Require label to merge for now: d006a24
  • Revert "Improve type definitions": #​8098
  • HTTP methods docs and REST example: #​8108
  • Configuration for body parsing size limit: #​7896
  • Add next-head-count & remove next-head class: #​8020
  • Fix extension for module/nomodule: 8b0a93b
  • Dynamic routes clarification: #​8110
  • Fix index.js for API routes: #​8112
  • Fix onError prop-type warning in Link: #​8021
  • Auth example with api routes: #​8118
  • Fixes problem with API and wrong regex: #​8126
  • Update example with firebase auth: #​8127
  • Improve type definitions: #​8117
  • Docs: Fix comments in with-sentry example (server.js): #​8125
  • Add missing key prop for array elements in _document: #​8132
  • Update README.md for with-http2 example: #​8131
  • Fix spelling in tsconfig.js of readme.md: #​8138
  • Remove next.config.js: #​8139
  • Upgrade with-mdx example from mdx 0.16 → 1.1: #​8142
  • Remove kodiak: 482f454
  • Fix regex to not match any string with double underscore: #​8153
  • Improve docs for API: #​8155
  • Add 2 AWS Amplify SSR examples one with JS and one with TS: #​8073
  • Update webpack to 4.38.0: #​8147
  • Docs: Document change concerning api-routes: #​8121
  • Update missed lockfile: 25fd3f8
  • Refactor(webpack): extract splitChunksConfig: #​8161
  • Include scheduler in React bundle: #​8164
  • Optional Server Compression: #​8066
  • Fix build only server-side /api/index.js: #​8167
  • Fix a typo in README: #​8177
  • Provide AppTree to getInitialProps for getDataFromTree: #​7732
  • Test environment code should target Node: #​8181
  • Fix: Add error message for duplicate route param name: #​8047
Credits

Huge thanks to @​rakannimer, @​adamwathan, @​huv1k, @​lfades, @​imdreamrunner, @​dmytro-lymarenko, @​ijjk, @​developit, @​janicklas-ralph, @​ikeryo1182, @​chaitanyareddyk, @​adam187, @​HaNdTriX, @​devknoll, @​sgmonda, @​oliviertassinari, @​0x80, @​bapjiws, @​oguzzkilic, @​partyKyoung, @​lachlanjc, @​tomasikp, @​felixmosh, @​eps1lon, @​Timer, @​OttlikG, and @​nataliemarleny for helping!

v9.0.2

Compare Source

Patches
  • Remove duplicated client code: #​7907
  • Update docs for AMP export behavior: #​7940
  • Prevent blocking while hidden: #​7930
  • Added example for rbx and bulma-pro: #​7728
  • Checks if object is not empty instead of whether the reference (object) is truthy: #​7911
  • Replace windows backslashes with forward: #​7942
  • Update link ref handling to clean up previous listeners: #​7943
  • [Enhancement]: Refactor circleCI config: #​7963
  • Check if dynamicOptions has the deprecated method property,: #​7973
  • Don&#​39;t externalize ssr-prepass if added by user: #​7966
  • Fix example with-firebase-hosting-and-typescript: #​7971
  • Fix: Ensure ergonomic handling of non-page in ./pages/: #​7955
  • Example for API routes with middleware: #​7958
  • Add empty publicRuntimeConfig to serverless tests: #​7948
  • Add handling for invalid page config: #​7921
  • Fix client-side hydration with dynamic routes: #​7986
  • Fix GIP type in /_error page: #​7952
  • Only copy public/ directory if enabled: #​7988
  • Add default value for pageConfig for custom _error: #​7984
  • Fix build for API routes conflict pages: #​7992
  • Add warning for experimental config usage: #​7985
  • Add support for 412 Precondition Failed status for static files: #​7944
  • Feat(web): Passing actual status code instead 200: #​7735
  • Correct info about export limitations: #​7729
  • Add babel option to use styled-jsx/babel-test in the preset: #​7747
  • Don’t add loadable if it’s not used: #​7995
Credits

Huge thanks to @​sudkumar, @​mvllow, @​Restoration, @​adam187, @​eperedo, @​jtomaszewski, @​scythargon, @​4cm4k1, @​ijjk, @​nataliemarleny, @​felixmosh, @​yukin01, and @​huv1k for helping!

v9.0.1

Compare Source

Patches
  • Copy invalid-resolve-alias as it is being linked in the codebase: bb2ae41
  • Further clarification that api routes should be inside the page…: #​7780
  • Note TypeScript migration: #​7787
  • Update CODEOWNERS: a0bcdd8
  • Update remaining CODEOWNERS: a164a70
  • Remove previous cache logic: #​7794
  • Set cancelled property on routeChangeError error: #​7790
  • Upgrade to webpack with latest acorns: #​7795
  • Example for GraphQL server with API routes: #​7804
  • Switch all examples to next@latest: #​7806
  • Add API tests to serverless: #​7774
  • Fix package count being zero in some cases: #​7812
  • Make recursiveReadDir return sorted array: #​7658
  • Update to always require next/config when setting config: #​7822
  • Improve NextApiResponse typing: #​7841
  • Add a test for module.exports from a page: #​7842
  • Add test for trailing slash on API route: #​7851
  • Fix terminal links (cmd-click) on VSCode: #​7849
  • Add UrlObject to router methods: #​7859
  • Allow React.Fragment for Document styles: #​7863
  • Title may be omitted: #​7865
  • Update typescript examples: #​7867
  • Remove with-styled-components Auto Prerendering warning: #​7871
  • Add default values for runtime config: #​7847
  • Add a dev2 command: 70b8bed
  • Handle empty directory: #​7876
  • Test for <Document> fragment styles: #​7875
  • Fix placeholder values being added when exporting from serverless: #​7883
  • Stop PageConfig plugin from running on non-pages: #​7884
  • exportPathMap dynamic routes params fix: #​7846
  • Add declaration files to the contributing guide: #​7885
  • Add support for legacy server npm modules: #​7898
  • Improve exported router types: #​7853
  • Adding a note about babelrc: #​7897
  • Export types for link props: #​7905
Credits

Huge thanks to @​delbaoliveira, @​ijjk, @​huv1k, @​admons, @​VincentCordobes, @​barry4dev, @​lfades, @​timReynolds, @​timneutkens, and @​aequasi for helping!

v9.0.0

Compare Source

Major
  • Remove withAmp and do not expose isInAmpMode: #​7690
Minor
  • Add Typescript compilation: #​7110
  • Add support for /public: #​7213
  • Add API routes support: #​7296
  • Make next/dynamic loading component return null by default: #​7695
  • Automatic static optimization: #​7666
Patches
  • Add declaration files to /dist: #​7118
  • Updated broken test in Windows: #​7124
  • Add AMP label to AMP only pages in build tree: #​7123
  • More Specific Info on Script Loading Error: #​7108
  • Make next export respect experimental.exportTrailingSlash: #​6752
  • Add more TypeScript types: #​7054
  • Rewrote .circleci/config.yml to 2.1 schema: #​7103
  • Wait for entry to resolve in production build: #​7104
  • Fix: add repository to next-server package.json: #​7105
  • Update types for with-router: #​7106
  • Replace the typescript compiler with @​babel/preset-typescript: #​7016
  • Revert "Detect built ins in externals " (#​7107): #​7083
  • Update removing AMP pages to not require during build: #​7081
  • Make styles compatible in AMP mode: #​7060
  • Cache Babel and AutoDll plugin in dirDir/cache: #​7102
  • Remove un-needed config from example: #​7055
  • Update AMP example: #​7056
  • Update AMP example to AMP-first wording: 5499652
  • Update dependency to fix with-next-page-transitions example: #​7049
  • Add test for /dashboard/index: #​7065
  • With-apollo example: explicitly pass fetch to HttpLink: #​7072
  • Update fela example: #​7051
  • Disable Terser loader when debugging: #​7079
  • Fix broken link: #​7087
  • Upgrade with-reasonml example to Reason React 0.7 and JSX 3: #​7078
  • Update the recommendation section in examples/with-reasonml: #​7089
  • Run optimizer after validating in dirty AMP mode: #​7063
  • Detect built ins in externals: #​7083
  • Move react-ssr-prepass import inside of: #​7095
  • Export 404 even if undefined in exportPathMap: #​6912
  • Remove dynamic-import-node from the preset: #​7096
  • Update to share HMR and ondemand SSE connection: #​7084
  • Upgrade Terser: #​6981
  • Upgrade amp-optimizer to 0.5.3: #​7134
  • Add .d.ts for next-server: #​7133
  • Always use AllModulesIdentifiedPlugin after HashedModuleIdsPlugin: #​7138
  • TypeScript preset should always be enabled: #​7137
  • Remove old debugging logs: #​7139
  • A webpack bug is preventing us from hashing chunks: #​7142
  • Don&#​39;t re-use the same page file for error-recovery tests: #​7144
  • Add --target serverless flag: #​7141
  • Move generating types to before deploy: #​7145
  • Replace --target serverless with env var: #​7146
  • Move type generating: #​7147
  • Remove list_dist from debugging: #​7148
  • Remove type defs for non-ts files and fix wrong import for router in _app: #​7150
  • Add stale-while-revalidate when no getInitialProps: #​7149
  • Update to render directly to body in AMP mode: #​7151
  • Add support for .ts / .tsx import without extension: #​7152
  • Add missing property types for styled-jsx: #​7154
  • Add types for next/dynamic: #​7157
  • Add types for next/link: #​7160
  • Add missing .d.ts for next/dynamic: #​7158
  • Add warning for @​zeit/next-typescript: #​7163
  • Prefer type over interface: #​7164
  • Reduce CircleCI Parallelism: #​7171
  • Run Prettier on webpack configuration: #​7172
  • Don&[#&#

Renovate configuration

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

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

♻️ Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "rebase!".

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


  • If you want to rebase/retry this PR, check this box

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

@renovate renovate bot force-pushed the renovate/major-nextjs-monorepo branch 2 times, most recently from 4e2b010 to 8098b39 Compare July 16, 2019 16:04
@renovate renovate bot force-pushed the renovate/major-nextjs-monorepo branch from 8098b39 to 5828709 Compare August 1, 2019 00:08
@renovate renovate bot force-pushed the renovate/major-nextjs-monorepo branch from 5828709 to 3077b6f Compare September 5, 2019 05:52
@renovate renovate bot force-pushed the renovate/major-nextjs-monorepo branch from 3077b6f to e6ed2d4 Compare October 3, 2019 04:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant