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

Update nextjs monorepo to v9.5.2 (minor) #221

Closed
wants to merge 4 commits into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 27, 2020

This PR contains the following updates:

Package Type Update Change
@next/mdx dependencies minor 9.4.4 -> 9.5.2
next (source) dependencies minor 9.4.4 -> 9.5.2

Release Notes

vercel/next.js

v9.5.2

Compare Source

Core Changes
  • Fix hot reloader edge case with broken webpack plugins: #​15659
  • Add additional pageProps check: #​15667
  • Error overlay should not be dismissable for a server error: #​14011
  • Strictly type react-dev-overlay: #​15669
  • Fix wrong asPath on 404: #​15728
  • Complile for ES5 in webpack 5 build: #​15708
  • Remove unused error: #​15748
  • Fix asPath of rewrite without basePath: #​15760
  • Improve router types: #​15775
  • Fix dotenv loading with cascading values: #​15799
  • Solve large portion of webpack 5 deprecation warnings: #​15806
  • Fix some webpack 5 deprecation warnings: #​15797
  • Rename exportTrailingSlash to existing trailingSlash property: #​15768
  • Support persisting the dev cache buster: #​15827
  • Fix CSS grid-column shorthand syntax: #​15848
  • Add missing nomodule polyfills and suggest using features only up to ES2019 for browser compatibility: #​15772
  • Bug fix: Font optimization: #​15644
  • Progress bar for static build: #​15297
  • Incremental static generation and regeneration in build output table: #​14365
  • Add support for fallback: 'blocking': #​15672
  • fixed issue with runtime-config returning undefined when building or in a development environment: #​15777
  • Disallow basePath: false for internal routes: #​15837
  • Run Fast Refresh Loader in Babel Loader: #​15851
  • Add experimental image post-processing: #​15875
  • Allow absolute urls in router and Link: #​15792
  • Enhance module not found error: #​15860
  • Normalize serverless asPath value: #​15914
  • Adjust overlay modal padding on mobile: #​15915
  • Disallow re-export all exports from Next.js pages: #​14325
  • Delay server start message until it's listening: #​15929
  • Warn when Fast Refresh is disabled (React <16.10): #​15931
  • Remove querystring from the client: #​15378
  • Improve Vercel's badge: #​15946
  • notify component when route hash changes: #​13894
  • Added Friendly error for res.redirect 🐝: #​15844
  • Fix asPath normalizing for non-dynamic pages: #​15960
  • Make helpers.ts compatible with ie11: #​15973
  • Bug fix: Font optimization: #​15984
  • Fix amphtml link rel not respecting basePath: #​15949
  • Add browser polyfils for Node.js modules (webpack 5 backwards compat): #​16022
  • Move next-codemod to Next.js monorepo: #​15536
  • Resolve alias modules: #​16033
  • Add cli for @​next/codemod: #​16039
  • Do not bundle caniuse-lite: #​16048
  • upgrade @​ampproject/toolbox-optimizer to 2.6.0: #​16043
  • Do not assign to readonly property in Safari: #​16051
  • Improvements - Font optimizations: #​16031
  • Don’t prevent the browser’s default behavior for Alt key: #​16003
Documentation Changes
  • Use next dev for the getting started page: #​15705
  • Update smart-cdn link: #​15707
  • Document regex support for custom routes: #​15714
  • Add upgrade notes for Next.js 9.5: #​15703
  • Add clarification of routing to a dynamic route: #​15771
  • Add docs page for Create Next App: #​15454
  • Explain Sass Extensions in CSS Docs: #​15830
  • Update next build docs to include the --profile argument: #​15766
  • Remove outdated docs on serverless builds and runtime configs: #​15907
  • Example for Redirects (Custom routes): #​15411
  • fix typo in export-all-in-page: #​15925
  • Add variable expansion note: #​15917
  • Update Fast Refresh doc: #​15923
  • Add PWA Example: #​15433
  • Typo fixes in data-fetching document: #​16004
Example Changes
  • Fix with-sentry: #​15694
  • Update next-transpile-modules in with-react-intl example: #​15730
  • Update next-transpile-modules in all examples: #​15739
  • Fix gh-pages deploy script: #​15724
  • examples: Update with-electron .gitignore: #​15783
  • Remove dotenv from auth0 Next.js example: #​15398
  • with-electron-typescript build error fix: #​15803
  • Updated with-passport example to fix syntax errors: #​15831
  • Remove dotenv from with-firebase example: #​15743
  • await ctx.renderPage() in examples for TypeScript: #​15528
  • add payment description for with-stripe-typescript: #​15888
  • Replace Graphcool with dedicated example GraphQL server using Prisma: #​15752
  • Fix: with-mongodb-mongoose example improper fetch error handling: #​15856
  • Fix with-firebase-authentication example: Update the cookie when ID token refreshes on client: #​15628
  • remove dotenv from with-stripe-typescript: #​15814
  • Fix typos in blog-starter and blog-starter-typescript: #​15807
  • examples/custom-server-typescript upgrade dependencies: #​15833
  • Fix awaiting for sync method of remark in cms examples: #​15555
  • Update with-apollo examples to merge existing cache: #​15804
  • Update react-md examples for v2: #​15723
  • Remove horizontal scroll in CMS examples: #​15921
  • updated active-class-name example to also demo a [slug] path: #​15924
  • with-react-native-web: move meta viewport to _app.js: #​15945
  • example application on Redis (Lambda.store): #​15532
  • Update Sentry example to improve display of server errors: #​15495
  • Remove another broken demo link from with-graphql-faunadb: #​16007
  • Typo fix (built time -> build time): #​16006
  • Fix with-i18n-rosetta example: #​16023
Misc Changes
  • Stabilize another test: #​15697
  • Test that overlay appears: #​15850
  • Test macOS on canary: #​15899
  • Test macOS on canary with separate workflow: #​15901
  • Add tests for querystring-relative urls: #​15911
  • Add missing gitignore
  • Remove common PR title prefixes
Credits

Huge thanks to @​ijjk, @​eKhattak, @​lfades, @​matamatanot, @​Janpot, @​jonespen, @​RafalFilipek, @​martpie, @​ronaldstevanus, @​samrobbins85, @​DavidLemayian, @​msreekm, @​timneutkens, @​kmturley, @​MehediH, @​marcmll, @​Timer, @​kripod, @​prateekbh, @​gelbartj, @​darshkpatel, @​jtaox, @​agstover, @​Weakky, @​lwpamihiranga, @​joejknowles, @​styfle, @​agarwalrounak, @​rdimaio, @​nirtamir2, @​rokinsky, @​JClackett, @​Siggnja, @​atcastle, @​mlaursen, @​joris, @​robintom, @​AubreyHewes, @​epiacentini, @​raibima, @​evilrabbit, @​tomdohnal, @​markozxuu, @​svenanderson, @​hokaccha, @​amiralies, @​lqze, @​sebastianbenz, @​yuheiy, and @​StarpTech for helping!

v9.5.1

Compare Source

Core Changes
  • upgrade @​ampproject/toolbox-optimizer to 2.5.14: #​15463
  • Combine sendPayload and sendHTML: #​15475
  • Add polyfill for process and Buffer in webpack 5: #​15499
  • improves baseUrl resolution in typescript monorepos: #​13542
  • Ignore history state not created by next.js: #​15379
  • Fix: UnhandledPromiseRejectionWarning when unknown flag provided for cli commands : #​15422
  • Font optimizations: #​14746
  • Next.js prefetching should use requestIdleCallback: #​14580
  • Make Links rendered in the error overlay clickable [ 14017 ]: #​14055
  • Make sure link can render without router: #​15604
  • Add better typing for redirect: #​15603
  • Update header replacing to be more relaxed: #​15592
  • Normalize missing optional value on Vercel: #​15593
  • Don't use assetprefix on getServerSideProps and getStaticProps: #​15634
  • Test webpack 5 beta: #​15645
  • Fix: space issue in error overlay and add tests: #​15617
  • Fix error overlay hotlinking: #​15658
Documentation Changes
  • Update gssp-export Error: #​15529
  • fix typo in custom-webpack-config docs: #​15533
  • [Docs] Update links that should point to Vercel repos: #​15547
  • [Docs] Performance time is in milliseconds: #​15544
  • Update multi-zone example link from relative to absolute: #​15618
  • Add note about statusCode config for redirects: #​15615
  • Add CSS Modules examples to docs: #​15601
  • Added docs for Incremental Static Regeneration: #​15663
Example Changes
Misc Changes
  • Add release hook to format the changelog by labels: #​14592
  • Update release.js and release package to avoid github rate limit: #​15575
  • Update stats-config for new polyfills location: #​15584
  • fix typo in eslint-plugin-next code comments: #​15583
  • Stabilize error-is-clickable test: #​15606
  • Fix webdriver error handling: #​15491
  • retry installs on macos: #​15641
  • Remove console log from release script: #​15652
Credits

Huge thanks to @​sebastianbenz, @​Timer, @​cvan, @​devknoll, @​ywppp, @​lfades, @​httpsOmkar, @​jeantil, @​Janpot, @​darshkpatel, @​prateekbh, @​eKhattak, @​rafaelalmeidatk, @​timneutkens, @​laiso, @​rovansteen, @​yokinist, and @​scefali for helping!

v9.5.0

Compare Source

Minor Changes
  • Fix pages/index.js and pages/index/index.js behavior: #​13699
  • Use buildManifest to load page JS: #​13870
  • Enable Optional Catch-All by Default: #​14687
  • Add no-anon-default-export Babel lint rule: #​14519
  • Re-enable scroll restoration behind flag: #​14046
  • Attach previewData to API Route request: #​13373
  • Add res.redirect response helper: #​14705
  • Stabilize revalidate: #​15338
  • Use chunkhash instead of buildId for pages: #​13937
  • De-experimentalize basePath config: #​14283
  • De-experimentalize custom-routes: #​14602
  • Stabilize Trailing Slash API: #​15331
Patches
Documentation
  • Better NODE_ENV explanation: #​13476

  • Update AMP validation docs: #​13525

  • Update environment variables documentation: #​13618

  • Update links in environment variables documentation: #​13621

  • Suggest npx over npm init: #​13637

  • Add missing CMS links: #​13683

  • Add postcss-preset-env to the warning when customising the PostCSS configuration: #​13695

  • Use proper Jamstack casing: #​13697

  • Added React Strict Mode documentation: #​13723

  • Add supported browsers and features: #​13741

  • Small wording change (can => have to): #​13757

  • Update instances of Now to Vercel where applicable: #​13760

  • Adjust custom polyfill suggestion: #​13766

  • Add App.getInitialProps example to the TypeScript page: #​13785

  • Prefer docs site for documentation links in CMS examples: #​13826

  • Add FAQ section to Built-in CSS Support: #​13846

  • Small grammar fix.: #​14043

  • Update custom server docs: #​14147

  • Update preview-mode.md: #​14210

  • Add Fast Refresh Documentation: #​14273

  • Fix typo in fast refresh documentation: #​14296

  • Docs: update links to docs site: #​14305

  • [Docs] Focus on useRouter: #​14515

  • Update the passHref link: #​14584

  • Updated exportPathMap docs: #​14630

  • Add basePath documentation: #​14882

  • Add custom routes docs (rewrites, redirects, headers): #​14887

  • Change default response code to 307 from 302 in docs: #​14947

  • Fixed typo in page-without-valid-component.md: #​15022

  • Update prerender-error.md: #​14875

  • Fixed some minor typos: #​15080

  • Fixed a minor typo: #​15077

  • Update docs about type checking: #​15103

  • Update docs for basePath custom-routes interop: #​15140

  • Documentation improvements from feedback: #​14544

  • Document API Middlewares with TypeScript: #​14275

  • Docs: include test env in default env vars: #​13708

  • Clarify optional catch all vs catch all routes: #​15290

  • Fix common misspelling errors: #​15288

  • Remove caveat in custom document docs: #​15355

  • More helpful README: #​14830

  • TypeScript documentation for _document.tsx: #​15386

  • Add static tweet link: #​15493

Core
  • Lint for invalid imports: #​13482

  • Fail production build quickly on errors: #​13496

  • Extract TypeScript preflight functions: #​13510

  • Speedup tests: #​13461

  • Replace fork-ts-checker-webpack-plugin with faster alternative: #​13529

  • Update ampproject/toolbox-optimizer: #​13547

  • Update babel config found log to new logging output: #​13550

  • Remove old reloading code: #​13554

  • Add support for rewriting non-fallback SSG pages: #​11010

  • Add ETag Support for API routes: #​12802

  • Updated browserslist/caniuse-lite: #​13605

  • Update waitUntilValid parameters: #​13612

  • Handle encoding for data requests and fix fallback response: #​13622

  • Make getStaticPaths work with optional catch-all routes: #​13559

  • Remove middleware function that is never called: #​13642

  • Added no-shadow rule to eslint: #​13645

  • Propagate Serverless Errors to Platform: #​12841

  • Use inclusive naming for variables / examples: #​13657

  • Remove granularChunks experimental option as it was launched: #​13663

  • Remove remaining granular chunks references: #​13672

  • Skip reading filesystem in favor of sourcesContent: #​13677

  • Remove refs to old css experiment: #​13673

  • Simplify CODEOWNERS: #​13679

  • Do not syntax highlight collapsed frames: #​13684

  • Removed autodll: #​13669

  • Detailed error and warnings upon next() call: #​13539

  • Remove unused variable: #​13716

  • Update rewrite dynamic SSG error: #​13724

  • Add a note about optional catch-all and rootmost route: #​13791

  • Add initial labeler WebHook config: #​13772

  • Stabilize CSS HMR Tests: #​13811

  • Fix base path handling with URL queries in dev server: #​13560

  • Refactor: Use native fs instead of fs-extra and promisify: #​13841

  • Clean up render.tsx options: #​13759

  • Preserve url better in exportTrailingSlash: #​13840

  • Remove some leftovers after index page updates: #​13876

  • Fix message on getStaticPaths conflict with getServerSideProps: #​13874

  • Update handling for basePath to only automatically add: #​13817

  • Combine taskr next-server tasks into one: #​13842

  • Update AMP Optimizer to 2.5.1: #​13925

  • Update to reject when test command fails: #​13722

  • Change text from "Attention" to "Warning": #​13973

  • Prepare custom routes loading for adding additional routes: #​13857

  • Add scroll restoration handling after render is complete: #​13914

  • Prioritize webpack bootstrapping first: #​13987

  • Invert colors of compiling indicator: #​13995

  • Make sure to watch all next-server files: #​14023

  • Fix dynamic route match and basePath: #​14036

  • Fix Fast Refresh with Page Config: #​14041

  • Eliminate public folder enumeration: #​14042

  • Normalize asPath between SSR and CSR with basePath: #​14040

  • Revert "Add scroll restoration handling after render is done": #​14075

  • Add test case for loading 404 on invalid bundle: #​14082

  • Tests: fail when cannot replace content: #​14087

  • Simplify test checks: #​14094

  • Remove Head.rewind as it&#​39;s no longer needed: #​14091

  • Update AMP Optimizer to v2.5.2: #​14095

  • Add test for title and routeChangeComplete: #​14132

  • Update stats action for running locally: #​14143

  • Refactor AMP bundle removal: #​14130

  • Update AMP Optimizer to v2.5.3: #​14173

  • Chore: add retry method to loadable types: #​14152

  • Use requirePage for /_document and /_app: #​14176

  • Update routeKeys to handle non-word characters: #​12801

  • Refactor moveExportedPages to use getPagePath: #​14247

  • Render a helpful message for null GS(S)P return: #​14252

  • WSL should be considered Windows for HMR option: #​14254

  • Update filename generation for client-side compilation: #​14279

  • Fix typo in test names: "treversing" → "traversing": #​14347

  • Correct /_next/data link for GS(S)P with basePath: #​14376

  • Fix prefetch and some other issues with optional catch all: #​14400

  • Open click-to-open editor in foreground for windows: #​14307

  • Prettier trailingComma default value to es5 since 2.0: #​14391

  • Do not remove no-FOUC styles too early: #​14448

  • Shave a few bytes off the bootstrap code: #​14457

  • Update route regex for optional catch-all parameters in named regexes: #​14456

  • Remove buildId from server-side files: #​14413

  • Update to rely on dynamic param values from proxy: #​12608

  • Fix prerendered nested index handling: #​14383

  • Normalize trailing slashes: #​13333

  • Ensure dev overlay uses basePath for requests: #​14475

  • Webpack 5 build compat: #​14498

  • Remove deprecated webpack plugin in favor of the option: #​14503

  • Handle rendering next/head outside of Next.js: #​14511

  • Warn/revert custom devtool in development mode: #​14285

  • Avoid adding basePath when it&#​39;s not needed: #​14535

  • Fix windows tests: snapshot backslash needs to be escaped: #​14559

  • Fix native-url path parsing bug: #​14442

  • Use entry option instead of custom make hook: #​14527

  • Fix trailing slash handling in exporting pages with getStaticPaths: #​14620

  • Use assetEmitted hook instead of afterEmit: #​14626

  • Positive req/seq change is not a warning: #​14640

  • Clean up plugins: #​14676

  • Convert incremental generation cache to a class: #​14660

  • Handle trailing slashes, even when query parameters: #​14650

  • Update to use getDataHref in fetchNextData: #​14667

  • Fix dynamic route encoding for NextLinks: #​14281

  • Upgrade CSSNano Version: #​14638

  • Fix link to file url behavior with trailingSlash: #​14681

  • Avoid pulling extra code in the bundles for trailingSlash logic: #​14696

  • Modify global css import error message: #​14639

  • Fix encoding for env files in serverless mode: #​14750

  • Add etag support for getServerSideProps/getStaticProps pages: #​14760

  • Use single webpack runtimeChunk for Node.js compilation: #​14722

  • Fix basepath root handling: #​14756

  • Update warning for rewriting to auto-export dynamic pages: #​14751

  • Convert link to function component: #​14633

  • Fix URL being updated with basePath for 404 page: #​14740

  • Add NextWebVitalsMetric type for reportWebVitals: #​14675

  • Replace extra source line in webpack 5: #​14793

  • Ie11 polyfills: #​13704

  • Change authors member and links: #​14367

  • Add webpack peerdependency to react-dev-overlay: #​14842

  • BasePath: Resolve links against router pathname instead of window.location: #​14804

  • Fix basepath browser back/forward issue: #​14861

  • Add warning when viewport meta tag is added to _document.js: #​13452

  • Fix bug in profiling test: #​14921

  • Make sure routeKeys are PCRE compliant: #​14987

  • Fix root route optional catch-all prerendering: #​14986

  • Update next-bundle-analyzer readme: #​14976

  • Convert profiling mode from configuration option to CLI switch: #​14920

  • Make serverless-plugin compatible with webpack 5: #​15010

  • Add filename to error in webpack 5: #​14977

  • Make sure additional query values aren&#​39;t added for auto-export: #​15037

  • Update ignored patterns for webpack 4: #​15096

  • Check for file name in anon export warning: #​15061

  • Add handling for custom-routes with basePath: #​15041

  • Avoid aggressive state loop: #​15068

  • Relax encoding on dynamic prerendered routes: #​14717

  • Trailing slash basepath: #​14781

  • Replace node.js url module with WHATWG URL: #​14827

  • Update Fast Refresh full reload warning: #​15062

  • Make sure bad links in router methods resolve in production: #​15135

  • Fix: Invalid flag provided to next build results in UnhandledPromiseRejectionWarning: #​15049

  • Stabilize azure test: #​14999

  • Fix Web Workers with Fast Refresh: #​15145

  • Correctly fetch data for root route: #​15149

  • Find pages/_document.js chunk in development: #​15172

  • Fixed prettier --write args in package.json: #​15187

  • Make type checking compatible with webpack 5: #​15158

  • Make sure the correct chunk names are used in webpack 5: #​15204

  • Fix basepath trailing slash: #​15200

  • Use core-js for URL(SearchParams) Polyfill: #​15209

  • Improve query conversion logic: #​15236

  • Fix ky-universal-polyfill in webpack 5: #​15227

  • Add test for query param bug #​15233: #​15238

  • Fix app-document-import-order test for webpack 5: #​15224

  • Fix DevServer#close doesn&#​39;t close all resources: #​15247

  • Fix no-anon-default-export for webpack 5: #​15293

  • Drop module: esnext requirement in tsconfig.json: #​15276

  • Fix broken example link in docs for catch all routes: #​15295

  • Fix static data fetching when using absolute assetprefix: #​15287

  • Add Fast Refresh tests on macOS: #​15300

  • Do not duplicate compilation errors: #​15299

  • Verify that dataroutes work correctly with assetPrefix: #​15309

  • Add test for main.js in webpack.config.js: #​15311

  • Upgrade browserslist: #​15324

  • Bring over fixes from #​15185: #​15326

  • Simplify trailing slash regex: #​15335

  • Fix basepath router events: #​14848

  • Added production, basic, and Fast Refresh test suites on macOS: #​15366

  • Fix cancellation control flow: #​15361

  • Fix Peer Dependency in React Refresh Utils: #​15375

  • Upgrade actions/cache to v2.1.0: #​15415

  • Update webpack to land chokidar patch for all Next.js users: #​15460

  • Tweak test retries for invalid-href suite: #​15459

  • Always resolve after router.prefetch(): #​15448

  • Make dynamic routes case-sensitive: #​15444

  • Stabilize more tests: #​15470

  • Upgrade cssnano-simple dependency: #​15488

  • Fix peer dependency: #​15511

experimental
  • Filtering unwanted jsx type in eslint plugin: #​13520

  • Add plugin to recommended eslint-plugin-next config: #​13926

  • Bug fixes for css eslint rule: #​14202

  • Only required polyfill.io lint rule: #​15277

Create Next App
  • Add .vercel to gitignore: #​13595

  • Remove unnecessary catch: #​13639

  • Chore(create-next-app): remove example picker: #​13977

  • Feat(create-next-app): Use CSS and CSS modules in default application template: #​13983

  • Use HEAD req for isUrlOk check: #​14994

  • CNA: replace make-dir with core recursive mkdir: #​15006

  • [create-next-app] Add engines to package.json: #​15282

Examples
  • Update with-redux example to use getStaticProps: #​13378

  • Update some examples to Vercel: #​13477

  • Add example with next-translate: #​13511

  • Fix typo in next-translate example: #​13523

  • Add with-web-worker example: #​13444

  • Update firebase to fix install errors on node 14: #​13493

  • Update linaria example: #​13568

  • Add with-mongodb example: #​13028

  • Update Stripe example: #​13581

  • Updated with redux persist: #​13577

  • Updated with redux thunk example: #​13576

  • Updated examples using NEXT_DATA: #​13567

  • Remove unused file from with-redux: #​13570

  • Updated with-magic example with new Environment Variables Support in Next.js 9.4+: #​13623

  • Fix with antd ssg: #​13611

  • Update with-typescript to remove React.FC: #​13643

  • Update with-redux-wrapper example: #​13649

  • Update chakra-ui example to pass through pageProps in custom app: #​13690

  • Refactor with redux observable: #​13615

  • Update test description of with typescript eslint jest example: #​13732

  • With-videojs fix: #​13745

  • Update Firebase Auth Example for New Env Support: #​13587

  • Add with-typescript-types: #​13746

  • Update fetch, env, UI, deps, and docs: #​13756

  • Replace dotenv example: #​13770

  • CMS Cosmic Example: #​13499

  • Normalize example gitignores: #​13768

  • Update to modern env handling for userbase example: #​13774

  • Fix sample command: #​13789

  • Docs: Fix links to Agility CMS Examples: #​13794

  • Removed React.FC from blog-starter-typescript: #​13797

  • Removed React.FC/FunctionComponent from with-typescript: #​13798

  • Refactor with-electron: #​13800

  • Enhance-with-redux-saga: #​13764

  • Move with-apollo to SSG: #​13742

  • Refactor with-electron-typescript: #​13802

  • Remove React.FC from with-stripe-typescript: #​13803

  • Fixed graphql-hooks example data prefetch: #​13799

  • Move api-routes-apollo-server-and-client to SSG: #​13782

  • Remove getInitialProps from with-rematch: #​13834

  • Update test snapshot in with-typescript-eslint-jest: #​13847

  • Fix typo in comment: #​13883

  • Update sentry example reade: #​13899

  • Move with-relay-modern to SSG: #​13882

  • Move with-graphql-hooks to SSG: #​13858

  • Move with-react-relay-network-modern to SSG: #​13878

  • Chore: remove-redundant-example-react-import: #​13907

  • [Example] Deprecate with-sentry in favor of with-sentry-simple: #​13904

  • Adding Example: with-recoil: #​13380

  • Update the with-graphql-react example: #​13928

  • using-preact: add Prefresh, DevTools & chunking fix: #​13976

  • Move with-apollo-and-redux to SSG: #​13779

  • Fix variable shadowing in blog-starter example: #​13988

  • Move api-routes-apollo-server-and-client-auth to SSG: #​13849

  • Move with-typescript-graphql to SSG: #​13854

  • With-mux-video update: #​13992

  • Added .next folder to gitignore for examples/blog-starter: #​14003

  • Update with-chakra-ui: #​14035

  • remove getInitialProps from with-firebase-authentication: #​13895

  • [Example] remove getInitialProps from aws-amplify-typescript: #​13898

  • Fix route in custom-server-koa example: #​14080

  • Add new import flow to CMS examples: #​14053

  • Fix using-preact dev mode issues: #​14098

  • Update with-userbase Example: #​14100

  • Fixed Avatar.js component where Strapi CMS would fail when fetching an image: #​14084

  • Update deploy button in the userbase example: #​14107

  • Use the expected import: #​14111

  • Use envLink for deploy buttons: #​14110

  • Fix(example): needs TypeScript support: #​14115

  • [with-recoil example] use functional form of state updaters for simplicity: #​14014

  • Fix broken link: #​14158

  • [Example] remove getInitialProps from aws-amplify: #​13896

  • Fix: validatePassword function logic: #​14183

  • Update Data Fetching Method: #​14190

  • Fix GraphQL Hooks Example Safari bug: #​14205

  • Switch to function component with-react-intl example: #​14217

  • Using cross-spawn for cross platform use in with-react-intl: #​14231

  • Chore(examples): update next to latest on cms examples: #​14230

  • Added missing .env.local.example file for with example firebase-authentication-app: #​14235

  • (fix) Missing props key from getServerSideProps: #​14255

  • Add c=1 to deploy buttons on CMS Examples: #​14293

  • Fix csp errors in with-strict-csp-app example: #​14262

  • Thor/stripe/add use shopping cart example: #​14239

  • Update Algolia&#​39;s Instant Search Example: #​14233

  • Remove getInitialProps from with-cookie-auth-fauna: #​13887

  • Update graphql-hooks with memcache: #​14364

  • Add A/B Tests and Feature Flags example: #​13629

  • Add example for proxying upstream with custom routes: #​14374

  • Use the vercel CLI for with-zones: #​14480

  • Remove unused package in with-apollo-and-redux example: #​14507

  • Fixing the docker multi-stage build failures: #​14513

  • Update index.js: #​14528

  • Add &#​39;with-next-auth&#​39; example: #​14530

  • Add [with-storybook-typescript] example: #​14398

  • Remove next-cookies and prop-types: #​14579

  • Tailwind config: also look for .tsx .jsx and .ts: #​14621

  • Introduce react profiling production flag: #​13873

  • Add @​prefresh/next to dependencies of preact example: #​14649

  • Add Environment Variables Example: #​14575

  • [examples/with-three-js] Component with useLoader can use dynamic import: #​14648

  • Fetch Data on Runtime (with-MongoDB-mongoose example): #​14674

  • Fix NextSeo example: #​14643

  • Example with Monogdb ReamlWeb: #​14555

  • Fix extra char in readme cms-sanity: #​14725

  • Update environment-variables example: #​14653

  • Update README.md for next-auth-example: #​14763

  • Update with-firebas


Renovate configuration

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

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

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

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


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

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

@vercel
Copy link

vercel bot commented Jul 27, 2020

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: In Progress
✅ Preview: In Progress

@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from 1f4db88 to 2a9e8ab Compare July 27, 2020 16:54
@renovate renovate bot changed the title Update dependency @next/mdx to v9.5.0 Update nextjs monorepo to v9.5.0 (minor) Jul 27, 2020
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from 2a9e8ab to a97ce0d Compare July 28, 2020 16:54
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from a97ce0d to ef8df7d Compare July 29, 2020 15:30
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from ef8df7d to 3c6d552 Compare July 29, 2020 22:21
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from 3c6d552 to 6eab174 Compare July 30, 2020 03:36
@renovate renovate bot changed the title Update nextjs monorepo to v9.5.0 (minor) Update nextjs monorepo (minor) Jul 30, 2020
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from 6eab174 to d066398 Compare July 30, 2020 03:41
@renovate renovate bot changed the title Update nextjs monorepo (minor) Update nextjs monorepo to v9.5.1 (minor) Jul 30, 2020
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from d066398 to b33ad2a Compare July 30, 2020 10:40
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from b33ad2a to efeddb4 Compare July 30, 2020 16:26
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from efeddb4 to 1fd3ddc Compare July 31, 2020 13:25
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from 1fd3ddc to 043e299 Compare August 4, 2020 23:45
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from 043e299 to daacba7 Compare August 10, 2020 16:56
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from daacba7 to 9fb6360 Compare August 10, 2020 23:43
@renovate renovate bot changed the title Update nextjs monorepo to v9.5.1 (minor) Update nextjs monorepo to v9.5.2 (minor) Aug 10, 2020
@elliottsj
Copy link
Owner

Blocked by vercel/next.js#16219

@vercel vercel bot temporarily deployed to Preview August 15, 2020 23:56 Inactive
@elliottsj
Copy link
Owner

Also blocked by vercel/next.js#15616

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.

None yet

2 participants