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 🚀 #26

Merged
merged 2 commits into from
May 21, 2020
Merged

Conversation

greenkeeper[bot]
Copy link
Contributor

@greenkeeper greenkeeper bot commented May 16, 2020


🚨 Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! 💜 🚚💨 💚

Find out how to migrate to Snyk at greenkeeper.io


The devDependency next was updated from 9.4.0 to 9.4.1.

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

Find out more about this release.


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 May 20, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 20, 2020


🚨 Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! 💜 🚚💨 💚

Find out how to migrate to Snyk at greenkeeper.io


  • The devDependency next was updated from 9.4.0 to 9.4.2.

Update to this version instead 🚀

Release Notes for v9.4.2

Minor Changes

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

Patches

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

Credits

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

Commits

The new version differs by 75 commits.

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

There are 75 commits in total.

See the full diff

@coston coston merged commit 3c9e0d0 into master May 21, 2020
@greenkeeper greenkeeper bot deleted the greenkeeper/next-9.4.1 branch May 21, 2020 15:09
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