fix(deps): update dependency next to v7 #109
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This Pull Request updates dependency
next
(source) fromv6.1.2
tov7.0.0
Release Notes
v7.0.0
Compare Source
Read the blog post on nextjs.org/blog/next-7
Major Changes
.babelrc
there is no breaking change. If you do have a.babelrc
you'll have to upgrade the specific preset/plugin to the latest version.@babel/
dependencies are using version7.0.0
css.global
https://github.com/zeit/styled-jsx#external-css-and-styles-outside-of-the-componentevents
emitter for router: #4726Minor Changes
<Link>
: #5019target
on <a/> tags under Link: #4763Patches
249d4be
3dae7cf
873ac5d
useFileSystemPublicRoutes
: #5131/_next
return 404: #5120next export
into it's own directory: #5084as
instead ofurl
to determine URL newness: #41532f2eaf2
href
instead ofsrc
: #5047next/head
: #5020cf5dd4a
props.url
in readme: #4952props.url
in examples: #4953props.url
: #4950Router.events.on
work even when router is not initialized: #48746a489ef
dist
toserver
: #4727Credits
Huge thanks to @stephensauceda, @HaNdTriX, @linqiu, @HenriBeck, @rafaelalmeidatk, @maurodaprotis, @rekomat, @kylemh, @juliaqiuxy, @probablyup, @implicitdef, @dutradda, @DullReferenceException, @dipiash, @keeth, @ptomasroos, @allpwrfulroot, @yoDon, @klyburke, @NathanielHill, @gcpantazis, @istarkov, @Enalmada, @tusbar, @danielr18, @vpicone, @popugune, @itsfadnis, @abusada, @tomaswitek, @mfix22, oliviertassinari, @Tomekmularczyk, @garmeeh, @lucleray, @kachkaev, @dbo, @giuseppeg, @mxstbr, @sayuti-daniel, @kalabro, @HeyHugo, @novascreen, @connor-baer, @sahalsajjad, @tim-phillips, @brainkim, @adrianmcli, @gilaz, @terrierscript, @stefanivic, @jmaguirrei, @dcalhoun, @lkostrowski, @jamesreggio, @albinekb, @jhartley218, @mherodev, @klujanrosas, @cherniavskii, @Skaronator, @vinpac, @Rokt33r, @evenchange4, and @NikitaVlaznev for helping!
This PR has been generated by Renovate Bot.