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

[Snyk] Upgrade next from 9.1.5 to 9.2.0 #16

Merged
merged 1 commit into from Feb 11, 2020

Conversation

snyk-bot
Copy link
Contributor

Snyk has created this PR to upgrade next from 9.1.5 to 9.2.0.

ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
  • The recommended version is 48 versions ahead of your current version.
  • The recommended version was released a month ago, on 2020-01-15.
Release notes
Package name: next
  • 9.2.0 - 2020-01-15

    Minor Changes

    • Enable New Chunking Behavior: #9731
    • Enable New CSS Support by Default: #9927
    • Separate Self Size and First Load Size: #10014
    • Add New CSS Documentation: #10072
    • [experimental] Add required permanent: boolean field to redirect: #10044

    Patches

    • Add with-mobx-keystone-typescript example: #9844
    • Test 3rd Party CSS Modules: #9924
    • Fix get(Static|Initial)Props re-running when updating query: #9907
    • Add a missing word to the Static Optimization doc: #9926
    • Fixup the Static HTML Export doc: #9928
    • Fix mistakes in the Custom Server doc: #9930
    • Fix mistakes in the Deployment doc: #9925
    • Fix Safari Script Test Count: #9932
    • Fix js template to be TS compatible: #9941
    • Fix getting data in class based example: #9938
    • Don't bundle prop-types to then tree shake it: #9944
    • Remove experiment: #9945
    • Remove async from void functions in page-loader: #9948
    • Remove rewriteUrlForNextExport from bundles when option is not enabled: #9946
    • Allow for shortened names for certain items: #9949
    • Add assetPrefix when fetching script and style dependencies: #9933
    • Fix Tests: #9963
    • Allow libs that ends with next/dist such as i18next, next-i18next, react-i18next to be external: #9956
    • Use <script defer> by default, matching <script type=module>: #9966
    • Test strictly matching next/dist packages: #9968
    • Add docs for catch all routes: #9967
    • Docs: Fix imports in router API reference: #9977
    • Typo fix: #9979
    • Removed <br> from docs: #9972
    • Fix Browserslist Integration for CSS: #9985
    • Simplify &lt;Link&gt; Prefetch Deduping: #9987
    • Updated docs for pathname: #9964
    • Test That Custom Properties Are Not Compiled: #9984
    • Use optional chaining syntax: #9975
    • Don't prepend a slash on empty path: #9973
    • Proposing a new example "with-typescript-graphql": #9803
    • Update static-file-serving.md: 805e4bb
    • Update static-file-serving.md: #10006
    • Merge branch 'canary' of github.com:zeit/next.js into fix/docs-static-file: 3497e7c
    • Test Importing Global CSS in CSS Modules: #10008
    • With cookie auth latest: #10005
    • Add with redux wrapper hooks: #9954
    • Fix typo on code comment for pages docs: #10011
    • Docs: Fix Some Syntax Highlighting: #10013
    • Test Custom Properties in CSS Modules: #10007
    • Switches analytics relay test from dev to prod: #10017
    • Add Back Comments: #10019
    • Keep Chunk Hash in Build Output: #10020
    • Ensure Build Output Does Not Contain &lt;buildId&gt;: #10021
    • Example: fix npm/yarn install/run instructions: #10023
    • Fix public/ file name encoding: #10022
    • Update css examples to use built-in CSS support: #10029
    • Add Links to Global CSS Error: #10031
    • Docs(errors): CSS Imported by a Dependency: #10032
    • Add warning when API resolves without the request being finished: #9999
    • Add with-chakra-ui example: #10033
    • Docs(errors): CSS Modules Imported by a Dependency: #10034
    • Add refresh header for 308 redirect for IE11 compatibility: #10042
    • Disable New CSS For Sass, Less, and Stylus: #10043
    • Fix missing quotes around in operator check for PerformanceObserver: #10018
    • [Docs] Add missing import in custom App code example: #10047
    • Change "wil" to "will": #10050
    • Correct spelling: withApollo: #10055
    • Fix typo in API Routes documentation.: #10054
    • Change example link to be equal to query property: #10052
    • Update server.js: #10056
    • Ignore CSS Ordering Warnings: #10068
    • Update basic-export to use zero config support: #10079
    • Chore: Minor code refactor to eliminate redundant code: #10051
    • Add more details to the deployment doc: #10085
    • Fix modern + granularChunk hydration failing: #9727
    • Added with-styled-components-rtl example: #10074
    • Removes performance measures and marks for concurrent and blocking modes: #10088
    • Replace __NEXT_SPR with __N_SSG Identifier: #10090
    • Error on CSS in Custom Document: #10091
    • Fix reading Component.__N_SSG: #10037
    • Add Test for PR #10037: #10093
    • Apply some renames for SSG related code: #10099
    • Fix Legacy CSS with Granular Chunks: #10101
    • Fixing observing paint types in safari bug: #10076
    • Update readme to link to the new docs: #10096

    Credits

    Huge thanks to @EvgeniyKumachev, @ijjk, @cullylarson, @Timer, @JerryGreen, @iwgx, @timneutkens, @bmathews, @felixmosh, @lfades, @MoritzKn, @jvink, @afzalsayed96, @Janpot, @piglovesyou, @ttakehiro, @jeremenichelli, @ahmadawais, @prateekbh, @tywmick, @mathdroid, @KB1RMA, @lcandiago, @singingwolfboy, @leerob, @bokuweb, @chibicode, @jamesgeorge007, @janicklas-ralph, @aganglada, @housseindjirdeh, and @tomas-c for helping!

  • 9.1.8-canary.17 - 2020-01-15

    Patches

    • Fixing observing paint types in safari bug: #10076
    • Update readme to link to the new docs: #10096

    Credits

    Huge thanks to @prateekbh and @lfades for helping!

  • 9.1.8-canary.16 - 2020-01-15

    Patches

    • Add Test for PR #10037: #10093
    • Apply some renames for SSG related code: #10099
    • Fix Legacy CSS with Granular Chunks: #10101

    Credits

    Huge thanks to @ijjk for helping!

  • 9.1.8-canary.15 - 2020-01-14

    Patches

    • Removes performance measures and marks for concurrent and blocking modes: #10088
    • Replace __NEXT_SPR with __N_SSG Identifier: #10090
    • Error on CSS in Custom Document: #10091
    • Fix reading Component.__N_SSG: #10037

    Credits

    Huge thanks to @housseindjirdeh and @tomas-c for helping!

  • 9.1.8-canary.14 - 2020-01-14

    Minor Changes

    • Add New CSS Documentation: #10072
    • Add required permanent: boolean field to redirect: #10044

    Patches

    • [Docs] Add missing import in custom App code example: #10047
    • Change "wil" to "will": #10050
    • Correct spelling: withApollo: #10055
    • Fix typo in API Routes documentation.: #10054
    • Change example link to be equal to query property: #10052
    • Update server.js: #10056
    • Ignore CSS Ordering Warnings: #10068
    • Update basic-export to use zero config support: #10079
    • Chore: Minor code refactor to eliminate redundant code: #10051
    • Add more details to the deployment doc: #10085
    • Fix modern + granularChunk hydration failing: #9727
    • Added with-styled-components-rtl example: #10074

    Credits

    Huge thanks to @ijjk, @lfades, @lcandiago, @singingwolfboy, @leerob, @bokuweb, @chibicode, @jamesgeorge007, @janicklas-ralph, and @aganglada for helping!

  • 9.1.8-canary.13 - 2020-01-10

    Patches

    • Fix missing quotes around in operator check for PerformanceObserver: #10018

    Credits

    Huge thanks to @KB1RMA for helping!

  • 9.1.8-canary.12 - 2020-01-10

    Patches

    • Update css examples to use built-in CSS support: #10029
    • Add Links to Global CSS Error: #10031
    • Docs(errors): CSS Imported by a Dependency: #10032
    • Add warning when API resolves without the request being finished: #9999
    • Add with-chakra-ui example: #10033
    • Docs(errors): CSS Modules Imported by a Dependency: #10034
    • Add refresh header for 308 redirect for IE11 compatibility: #10042
    • Disable New CSS For Sass, Less, and Stylus: #10043

    Credits

    Huge thanks to @timneutkens, @ijjk, and @mathdroid for helping!

  • 9.1.8-canary.11 - 2020-01-10

    Patches

    • Fix public/ file name encoding: #10022

    Credits

    Huge thanks to @ijjk for helping!

  • 9.1.8-canary.10 - 2020-01-10

    Patches

    • Ensure Build Output Does Not Contain &lt;buildId&gt;: #10021
    • Example: fix npm/yarn install/run instructions: #10023

    Credits

    Huge thanks to @tywmick for helping!

  • 9.1.8-canary.9 - 2020-01-09

    Minor Changes

    • Enable New CSS Support by Default: #9927

    Patches

    • Test Custom Properties in CSS Modules: #10007
    • Switches analytics relay test from dev to prod: #10017
    • Add Back Comments: #10019
    • Keep Chunk Hash in Build Output: #10020

    Credits

    Huge thanks to @prateekbh for helping!

  • 9.1.8-canary.8 - 2020-01-09
  • 9.1.8-canary.7 - 2020-01-08
  • 9.1.8-canary.6 - 2020-01-08
  • 9.1.8-canary.5 - 2020-01-07
  • 9.1.8-canary.4 - 2020-01-06
  • 9.1.8-canary.3 - 2020-01-06
  • 9.1.8-canary.2 - 2020-01-06
  • 9.1.8-canary.1 - 2020-01-04
  • 9.1.8-canary.0 - 2020-01-03
  • 9.1.7 - 2020-01-03
  • 9.1.7-canary.16 - 2020-01-03
  • 9.1.7-canary.15 - 2020-01-03
  • 9.1.7-canary.14 - 2020-01-03
  • 9.1.7-canary.13 - 2020-01-02
  • 9.1.7-canary.12 - 2019-12-31
  • 9.1.7-canary.11 - 2019-12-31
  • 9.1.7-canary.10 - 2019-12-30
  • 9.1.7-canary.9 - 2019-12-30
  • 9.1.7-canary.8 - 2019-12-29
  • 9.1.7-canary.7 - 2019-12-27
  • 9.1.7-canary.6 - 2019-12-27
  • 9.1.7-canary.5 - 2019-12-26
  • 9.1.7-canary.4 - 2019-12-24
  • 9.1.7-canary.2 - 2019-12-20
  • 9.1.7-canary.1 - 2019-12-20
  • 9.1.7-canary.0 - 2019-12-17
  • 9.1.6 - 2019-12-17
  • 9.1.6-canary.11 - 2019-12-16
  • 9.1.6-canary.10 - 2019-12-14
  • 9.1.6-canary.9 - 2019-12-14
  • 9.1.6-canary.8 - 2019-12-14
  • 9.1.6-canary.7 - 2019-12-13
  • 9.1.6-canary.5 - 2019-12-12
  • 9.1.6-canary.4 - 2019-12-11
  • 9.1.6-canary.3 - 2019-12-11
  • 9.1.6-canary.2 - 2019-12-11
  • 9.1.6-canary.1 - 2019-12-10
  • 9.1.6-canary.0 - 2019-12-10
  • 9.1.5 - 2019-12-09
from next GitHub release notes
Commit messages
Package name: next
  • b595dd6 v9.2.0
  • 6b21b45 v9.1.8-canary.17
  • a15ccbc Update readme to link to the new docs (#10096)
  • 552f3b4 fixing observing paint types in safari bug (#10076)
  • 3aa6edb v9.1.8-canary.16
  • 41195b6 Fix Legacy CSS with Granular Chunks (#10101)
  • fff897d Apply some renames for SSG related code (#10099)
  • a2ea7a4 Add Test for PR #10037 (#10093)
  • 6d2d675 v9.1.8-canary.15
  • ce2714d Fix reading Component.__N_SSG (#10037)
  • d9d9545 Error on CSS in Custom Document (#10091)
  • 2d76c4a Replace __NEXT_SPR with __N_SSG Identifier (#10090)
  • 01699c6 removes performance measures and marks for concurrent and blocking modes (#10088)
  • 5494f0c v9.1.8-canary.14
  • 84264f8 Add required `permanent: boolean` field to redirect (#10044)
  • c30e542 Added with-styled-components-rtl example (#10074)
  • 415a9b6 Fix modern + granularChunk hydration failing (#9727)
  • 6de65fa Add more details to the deployment doc (#10085)
  • 7f25fb6 chore: Minor code refactor to eliminate redundant code (#10051)
  • 0a67c7e Update basic-export to use zero config support (#10079)
  • 4e71121 Add New CSS Documentation (#10072)
  • 9f6fdb9 Ignore CSS Ordering Warnings (#10068)
  • 2cd8f1c Update server.js (#10056)
  • 3096a77 Change example link to be equal to query property (#10052)

Compare


Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

🧐 View latest project report

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs

@ndom91 ndom91 merged commit 1632ae0 into master Feb 11, 2020
@ndom91 ndom91 deleted the snyk-upgrade-7a15c5299bbd49c872ff87cac7d3486a branch February 11, 2020 09:45
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