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 next to the latest version 🚀 #24

Merged
merged 2 commits into from
Apr 28, 2020
Merged

Conversation

greenkeeper[bot]
Copy link
Contributor

@greenkeeper greenkeeper bot commented Apr 15, 2020


☝️ Important announcement: Greenkeeper will be saying goodbye 👋 and passing the torch to Snyk on June 3rd, 2020! Find out how to migrate to Snyk and more at greenkeeper.io


The devDependency next was updated from 9.3.4 to 9.3.5.

This version is not covered by your current version range.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.


Publisher: zeit-bot
License: MIT

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


FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper bot 🌴

greenkeeper bot added a commit that referenced this pull request Apr 28, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Apr 28, 2020

  • The devDependency next was updated from 9.3.4 to 9.3.6.

Update to this version instead 🚀

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

@coston coston merged commit 231c43d into master Apr 28, 2020
@coston coston deleted the greenkeeper/next-9.3.5 branch April 28, 2020 13:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant