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.2.1 to 9.5.5 #908

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

aubreyyan
Copy link
Owner

Snyk has created this PR to upgrade next from 9.2.1 to 9.5.5.

ℹ️ 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 284 versions ahead of your current version.
  • The recommended version was released 4 years ago, on 2020-10-10.

The recommended version fixes:

Severity Issue PriorityScore (*) Exploit Maturity
Regular Expression Denial of Service (ReDoS)
SNYK-JS-SSRI-1246392
696/1000
Why? Proof of Concept exploit, Has a fix available, CVSS 7.5
Proof of Concept
Path Traversal
SNYK-JS-WEBPACKDEVMIDDLEWARE-6476555
696/1000
Why? Proof of Concept exploit, Has a fix available, CVSS 7.5
Proof of Concept
Code Injection
SNYK-JS-LODASH-1040724
696/1000
Why? Proof of Concept exploit, Has a fix available, CVSS 7.5
Proof of Concept
Prototype Pollution
SNYK-JS-LODASH-567746
696/1000
Why? Proof of Concept exploit, Has a fix available, CVSS 7.5
Proof of Concept
Prototype Pollution
SNYK-JS-LODASH-608086
696/1000
Why? Proof of Concept exploit, Has a fix available, CVSS 7.5
Proof of Concept
Code Injection
SNYK-JS-LODASHTEMPLATE-1088054
696/1000
Why? Proof of Concept exploit, Has a fix available, CVSS 7.5
Proof of Concept
Prototype Pollution
SNYK-JS-AJV-584908
696/1000
Why? Proof of Concept exploit, Has a fix available, CVSS 7.5
No Known Exploit
Prototype Pollution
SNYK-JS-AJV-584908
696/1000
Why? Proof of Concept exploit, Has a fix available, CVSS 7.5
No Known Exploit
Regular Expression Denial of Service (ReDoS)
SNYK-JS-LODASH-1018905
696/1000
Why? Proof of Concept exploit, Has a fix available, CVSS 7.5
Proof of Concept
Incomplete List of Disallowed Inputs
SNYK-JS-BABELTRAVERSE-5962462
696/1000
Why? Proof of Concept exploit, Has a fix available, CVSS 7.5
Proof of Concept
Incomplete List of Disallowed Inputs
SNYK-JS-BABELTRAVERSE-5962462
696/1000
Why? Proof of Concept exploit, Has a fix available, CVSS 7.5
Proof of Concept
Regular Expression Denial of Service (ReDoS)
SNYK-JS-ACORN-559469
696/1000
Why? Proof of Concept exploit, Has a fix available, CVSS 7.5
No Known Exploit
Prototype Pollution
SNYK-JS-LODASH-6139239
696/1000
Why? Proof of Concept exploit, Has a fix available, CVSS 7.5
Proof of Concept
Regular Expression Denial of Service (ReDoS)
SNYK-JS-ACORN-559469
696/1000
Why? Proof of Concept exploit, Has a fix available, CVSS 7.5
No Known Exploit
Prototype Pollution
SNYK-JS-AJV-584908
696/1000
Why? Proof of Concept exploit, Has a fix available, CVSS 7.5
No Known Exploit
Regular Expression Denial of Service (ReDoS)
SNYK-JS-ANSIHTML-1296849
696/1000
Why? Proof of Concept exploit, Has a fix available, CVSS 7.5
Proof of Concept
Cross-site Scripting (XSS)
SNYK-JS-SERIALIZEJAVASCRIPT-536840
696/1000
Why? Proof of Concept exploit, Has a fix available, CVSS 7.5
No Known Exploit
Arbitrary Code Injection
SNYK-JS-SERIALIZEJAVASCRIPT-570062
696/1000
Why? Proof of Concept exploit, Has a fix available, CVSS 7.5
Proof of Concept
Cross-site Scripting (XSS)
SNYK-JS-SERIALIZEJAVASCRIPT-6056521
696/1000
Why? Proof of Concept exploit, Has a fix available, CVSS 7.5
No Known Exploit
Path Traversal
SNYK-JS-NEXT-561584
696/1000
Why? Proof of Concept exploit, Has a fix available, CVSS 7.5
Proof of Concept
Regular Expression Denial of Service (ReDoS)
SNYK-JS-PATHTOREGEXP-7925106
696/1000
Why? Proof of Concept exploit, Has a fix available, CVSS 7.5
Proof of Concept
Cross-site Scripting (XSS)
SNYK-JS-COOKIE-8163060
696/1000
Why? Proof of Concept exploit, Has a fix available, CVSS 7.5
No Known Exploit
Cross-site Scripting
SNYK-JS-SEND-7926862
696/1000
Why? Proof of Concept exploit, Has a fix available, CVSS 7.5
No Known Exploit

(*) Note that the real score may have changed since the PR was raised.

Release notes
Package name: next
  • 9.5.5 - 2020-10-10

    Core Changes

    • Update to have default locale matched on root: #17669
    • Handle css-loader file resolving change: #17724

    Example Changes

    • Fix with-apollo example : #17686
    • Fix with-msw example: #17695

    Credits

    Huge thanks to @ HaNdTriX, and @ jensmeindertsma for helping!

  • 9.5.5-canary.1 - 2020-10-09

    Core Changes

    • Update to generate auto static pages with all locales: #17730
  • 9.5.5-canary.0 - 2020-10-08

    Core Changes

    • Add initial changes for i18n support: #17370
    • Update to have default locale matched on root: #17669
    • Handle css-loader file resolving change: #17724

    Example Changes

    • Fix with-apollo example : #17686
    • Fix with-msw example: #17695

    Credits

    Huge thanks to @ HaNdTriX and @ jensmeindertsma for helping!

  • 9.5.4 - 2020-10-07
    Read more
  • 9.5.4-canary.25 - 2020-10-07

    Example Changes

    Misc Changes

    • Update release stats workflow step to restore cache: #17656

    Credits

    Huge thanks to @ futantan for helping!

  • 9.5.4-canary.24 - 2020-10-06

    Core Changes

    • Remove left-over api-utils method: #17595
    • Add warning when exporting with custom routes: #17538
    • Normalize optional catch-all fallback: true page params: #17551
    • Update to use hasNextSupport for custom-routes in next export check: #17630

    Documentation Changes

    • Mention required version for global CSS imports in node_modules: #17506
    • Mention favicon.ico in static file serving docs.: #17540
    • Add note about priority to rewrites docs: #17535
    • [docs] Fix typo Next.js -> TypeScript: #17561
    • Add missing introductory exportPathMap purpose description: #17444
    • Add docs on how to migrate from Gatsby.: #17491
    • Update migrating from Gatsby docs.: #17636
    • change anonymous functions to named in docs examples: #17510

    Example Changes

    • Fixed minor typo: #17456
    • with-google-analytics-amp needs in Document component: #17462
    • update README for vercel.app, stream.new: #17539
    • Improve formatting in examples: #17571
    • Fixes #16431: #17610

    Misc Changes

    • Update release stats workflow: #17533
    • Update release stats workflow: #17580
    • test(create-next-app): increase coverage: #17507

    Credits

    Huge thanks to @ plug-n-play, @ philihp, @ lfades, @ leerob, @ dylanjha, @ ijjk, @ Kerumen, @ rdimaio, @ jorisw, @ zerbinidamata, @ jamesgeorge007, and @ Jashnm for helping!

  • 9.5.4-canary.23 - 2020-09-29

    Core Changes

    • Fix empty title in head: #17430
    • Ensure optional-chaining/nullish coalescing is included: #17429

    Example Changes

    • Fix a small typo in index.css: #17399

    Credits

    Huge thanks to @ timfee and @ ijjk for helping!

  • 9.5.4-canary.22 - 2020-09-25

    Core Changes

    • Remove extra check in config loading: #17336
    • Expose dotenv loading under separate package: #17152

    Documentation Changes

    • Remove reference to now env example: #17341

    Example Changes

    • fix(examples/with-redux-wrapper): wrong initial state (close #17299): #17335
    • Update README.md: #17347

    Misc Changes

    • Remove Random Blank Line in create-next-app: #17328

    Credits

    Huge thanks to @ sampoder, @ samrobbins85, @ Pitasi, and @ digitalPlayer1125 for helping!

  • 9.5.4-canary.21 - 2020-09-24
    Read more
  • 9.5.4-canary.20 - 2020-09-15

    Core Changes

    • Separate resolved asPath from resolved URL for GSSP: #17121

    Credits

    Huge thanks to @ ijjk for helping!

  • 9.5.4-canary.19 - 2020-09-15
  • 9.5.4-canary.18 - 2020-09-15
  • 9.5.4-canary.17 - 2020-09-14
  • 9.5.4-canary.16 - 2020-09-14
  • 9.5.4-canary.15 - 2020-09-14
  • 9.5.4-canary.14 - 2020-09-12
  • 9.5.4-canary.13 - 2020-09-12
  • 9.5.4-canary.12 - 2020-09-11
  • 9.5.4-canary.11 - 2020-09-10
  • 9.5.4-canary.10 - 2020-09-10
  • 9.5.4-canary.9 - 2020-09-10
  • 9.5.4-canary.8 - 2020-09-10
  • 9.5.4-canary.7 - 2020-09-09
  • 9.5.4-canary.6 - 2020-09-08
  • 9.5.4-canary.5 - 2020-09-07
  • 9.5.4-canary.4 - 2020-09-07
  • 9.5.4-canary.3 - 2020-09-05
  • 9.5.4-canary.2 - 2020-09-04
  • 9.5.4-canary.1 - 2020-09-02
  • 9.5.4-canary.0 - 2020-09-02
  • 9.5.3 - 2020-09-01
  • 9.5.3-canary.27 - 2020-09-01
  • 9.5.3-canary.26 - 2020-09-01
  • 9.5.3-canary.25 - 2020-08-27
  • 9.5.3-canary.24 - 2020-08-26
  • 9.5.3-canary.23 - 2020-08-25
  • 9.5.3-canary.22 - 2020-08-25
  • 9.5.3-canary.21 - 2020-08-24
  • 9.5.3-canary.20 - 2020-08-22
  • 9.5.3-canary.19 - 2020-08-21
  • 9.5.3-canary.18 - 2020-08-21
  • 9.5.3-canary.17 - 2020-08-21
  • 9.5.3-canary.16 - 2020-08-20
  • 9.5.3-canary.15 - 2020-08-20
  • 9.5.3-canary.14 - 2020-08-20
  • 9.5.3-canary.13 - 2020-08-20
  • 9.5.3-canary.12 - 2020-08-19
  • 9.5.3-canary.11 - 2020-08-19
  • 9.5.3-canary.10 - 2020-08-18
  • 9.5.3-canary.9 - 2020-08-18
  • 9.5.3-canary.8 - 2020-08-18
  • 9.5.3-canary.7 - 2020-08-18
  • 9.5.3-canary.6 - 2020-08-17
  • 9.5.3-canary.5 - 2020-08-17
  • 9.5.3-canary.4 - 2020-08-17
  • 9.5.3-canary.3 - 2020-08-14
  • 9.5.3-canary.2 - 2020-08-14
  • 9.5.3-canary.1 - 2020-08-13
  • 9.5.3-canary.0 - 2020-08-13
  • 9.5.2 - 2020-08-10
  • 9.5.2-canary.18 - 2020-08-10
  • 9.5.2-canary.17 - 2020-08-10
  • 9.5.2-canary.16 - 2020-08-10
  • 9.5.2-canary.15 - 2020-08-10
  • 9.5.2-canary.14 - 2020-08-10
  • 9.5.2-canary.13 - 2020-08-10
  • 9.5.2-canary.12 - 2020-08-10
  • 9.5.2-canary.11 - 2020-08-10
  • 9.5.2-canary.10 - 2020-08-10
  • 9.5.2-canary.9 - 2020-08-07
  • 9.5.2-canary.8 - 2020-08-05
  • 9.5.2-canary.7 - 2020-08-05
  • 9.5.2-canary.6 - 2020-08-05
  • 9.5.2-canary.5 - 2020-08-04
  • 9.5.2-canary.4 - 2020-08-04
  • 9.5.2-canary.3 - 2020-08-04
  • 9.5.2-canary.2 - 2020-08-03
  • 9.5.2-canary.1 - 2020-07-31
  • 9.5.2-canary.0 - 2020-07-30
  • 9.5.1 - 2020-07-30
  • 9.5.1-canary.3 - 2020-07-30
  • 9.5.1-canary.2 - 2020-07-29
  • 9.5.1-canary.1 - 2020-07-29
  • 9.5.1-canary.0 - 2020-07-28
  • 9.5.0 - 2020-07-27
  • 9.4.5-canary.45 - 2020-07-27
  • 9.4.5-canary.44 - 2020-07-27
  • 9.4.5-canary.43 - 2020-07-22
  • 9.4.5-canary.42 - 2020-07-20
  • 9.4.5-canary.41 - 2020-07-20
  • 9.4.5-canary.40 - 2020-07-20
  • 9.4.5-canary.39 - 2020-07-20
  • 9.4.5-canary.38 - 2020-07-19
  • 9.4.5-canary.37 - 2020-07-17
  • 9.4.5-canary.36 - 2020-07-16
  • 9.4.5-canary.35 - 2020-07-16
  • 9.4.5-canary.34 - 2020-07-15
  • 9.4.5-canary.33 - 2020-07-14
  • 9.4.5-canary.32 - 2020-07-13
  • 9.4.5-canary.31 - 2020-07-09
  • 9.4.5-canary.30 - 2020-07-08
  • 9.4.5-canary.29 - 2020-07-07
  • 9.4.5-canary.28 - 2020-07-03
  • 9.4.5-canary.27 - 2020-07-01
  • 9.4.5-canary.26 - 2020-06-30
  • 9.4.5-canary.25 - 2020-06-30
  • 9.4.5-canary.24 - 2020-06-29
  • 9.4.5-canary.23 - 2020-06-29
  • 9.4.5-canary.22 - 2020-06-27
  • 9.4.5-canary.21 - 2020-06-27
  • 9.4.5-canary.20 - 2020-06-26
  • 9.4.5-canary.19 - 2020-06-25
  • 9.4.5-canary.18 - 2020-06-23
  • 9.4.5-canary.17 - 2020-06-23
  • 9.4.5-canary.16 - 2020-06-22
  • 9.4.5-canary.15 - 2020-06-22
  • 9.4.5-canary.14 - 2020-06-21
  • 9.4.5-canary.13 - 2020-06-17
  • 9.4.5-canary.12 - 2020-06-12
  • 9.4.5-canary.11 - 2020-06-11
  • 9.4.5-canary.10 - 2020-06-11
  • 9.4.5-canary.9 - 2020-06-10
  • 9.4.5-canary.8 - 2020-06-08
  • 9.4.5-canary.7 - 2020-06-03
  • 9.4.5-canary.6 - 2020-06-02
  • 9.4.5-canary.5 - 2020-06-01
  • 9.4.5-canary.4 - 2020-06-01
  • 9.4.5-canary.3 - 2020-05-29
  • 9.4.5-canary.2 - 2020-05-29
  • 9.4.5-canary.1 - 2020-05-29
  • 9.4.5-canary.0 - 2020-05-28
  • 9.4.4 - 2020-05-28
  • 9.4.4-canary.0 - 2020-05-28
  • 9.4.3 - 2020-05-28
  • 9.4.3-canary.3 - 2020-05-28
  • 9.4.3-canary.2 - 2020-05-27
  • 9.4.3-canary.1 - 2020-05-27
  • 9.4.3-canary.0 - 2020-05-24
  • 9.4.2 - 2020-05-20
  • 9.4.2-canary.5 - 2020-05-20
  • 9.4.2-canary.4 - 2020-05-20
  • 9.4.2-canary.3 - 2020-05-19
  • 9.4.2-canary.2 - 2020-05-19
  • 9.4.2-canary.1 - 2020-05-18
  • 9.4.2-canary.0 - 2020-05-18
  • 9.4.1 - 2020-05-16
  • 9.4.1-canary.9 - 2020-05-16
  • 9.4.1-canary.8 - 2020-05-16
  • 9.4.1-canary.7 - 2020-05-15
  • 9.4.1-canary.6 - 2020-05-15
  • 9.4.1-canary.5 - 2020-05-15
  • 9.4.1-canary.4 - 2020-05-14
  • 9.4.1-canary.3 - 2020-05-13
  • 9.4.1-canary.2 - 2020-05-13
  • 9.4.1-canary.1 - 2020-05-12
  • 9.4.1-canary.0 - 2020-05-11
  • 9.4.0 - 2020-05-11
  • 9.3.7-canary.21 - 2020-05-11
  • 9.3.7-canary.19 - 2020-05-11
  • 9.3.7-canary.18 - 2020-05-10
  • 9.3.7-canary.17 - 2020-05-09
  • 9.3.7-canary.16 - 2020-05-08
  • 9.3.7-canary.15 - 2020-05-08
  • 9.3.7-canary.14 - 2020-05-07
  • 9.3.7-canary.13 - 2020-05-07
  • 9.3.7-canary.12 - 2020-05-06
  • 9.3.7-canary.11 - 2020-05-05
  • 9.3.7-canary.10 - 2020-05-04
  • 9.3.7-canary.9 - 2020-05-04
  • 9.3.7-canary.6 - 2020-05-02
  • 9.3.7-canary.5 - 2020-05-02
  • 9.3.7-canary.4 - 2020-04-30
  • 9.3.7-canary.3 - 2020-04-30
  • 9.3.7-canary.1 - 2020-04-30
  • 9.3.7-canary.0 - 2020-04-29
  • 9.3.6 - 2020-04-28
  • 9.3.6-canary.16 - 2020-04-28
  • 9.3.6-canary.15 - 2020-04-28
  • 9.3.6-canary.14 - 2020-04-27
  • 9.3.6-canary.13 - 2020-04-27
  • 9.3.6-canary.11 - 2020-04-24
  • 9.3.6-canary.10 - 2020-04-24
  • 9.3.6-canary.9 - 2020-04-22
  • 9.3.6-canary.8 - 2020-04-21
  • 9.3.6-canary.7 - 2020-04-21
  • 9.3.6-canary.6 - 2020-04-21
  • 9.3.6-canary.5 - 2020-04-20
  • 9.3.6-canary.4 - 2020-04-19
  • 9.3.6-canary.3 - 2020-04-17
  • 9.3.6-canary.2 - 2020-04-17
  • 9.3.6-canary.1 - 2020-04-16
  • 9.3.6-canary.0 - 2020-04-15
  • 9.3.5 - 2020-04-15
  • 9.3.5-canary.13 - 2020-04-14
  • 9.3.5-canary.12 - 2020-04-14
  • 9.3.5-canary.11 - 2020-04-14
  • 9.3.5-canary.10 - 2020-04-14
  • 9.3.5-canary.9 - 2020-04-13
  • 9.3.5-canary.8 - 2020-04-11
  • 9.3.5-canary.7 - 2020-04-10
  • 9.3.5-canary.6 - 2020-04-09
  • 9.3.5-canary.5 - 2020-04-07
  • 9.3.5-canary.4 - 2020-04-06
  • 9.3.5-canary.3 - 2020-04-06
  • 9.3.5-canary.2 - 2020-04-04
  • 9.3.5-canary.1 - 2020-04-03
  • 9.3.5-canary.0 - 2020-04-02
  • 9.3.4 - 2020-04-01
  • 9.3.4-canary.4 - 2020-04-01
  • 9.3.4-canary.3 - 2020-04-01
  • 9.3.4-canary.2 - 2020-03-31
  • 9.3.4-canary.1 - 2020-03-30
  • 9.3.4-canary.0 - 2020-03-30
  • 9.3.3 - 2020-03-30
  • 9.3.3-canary.0 - 2020-03-30
  • 9.3.2 - 2020-03-26
  • 9.3.2-canary.9 - 2020-03-26
  • 9.3.2-canary.8 - 2020-03-26
  • 9.3.2-canary.7 - 2020-03-26
  • 9.3.2-canary.6 - 2020-03-25
  • 9.3.2-canary.5 - 2020-03-25
  • 9.3.2-canary.4 - 2020-03-24
  • 9.3.2-canary.3 - 2020-03-23
  • 9.3.2-canary.2 - 2020-03-23
  • 9.3.2-canary.1 - 2020-03-20
  • 9.3.2-canary.0 - 2020-03-18
  • 9.3.1 - 2020-03-17
  • 9.3.1-canary.7 - 2020-03-17
  • 9.3.1-canary.6 - 2020-03-16
  • 9.3.1-canary.5 - 2020-03-15
  • 9.3.1-canary.4 - 2020-03-13
  • 9.3.1-canary.3 - 2020-03-12
  • 9.3.1-canary.2 - 2020-03-12
  • 9.3.1-canary.1 - 2020-03-11
  • 9.3.1-canary.0 - 2020-03-09
  • 9.3.0 - 2020-03-09
  • 9.2.3-canary.29 - 2020-03-09
  • 9.2.3-canary.28 - 2020-03-09
  • 9.2.3-canary.26 - 2020-03-06
  • 9.2.3-canary.25 - 2020-03-05
  • 9.2.3-canary.24 - 2020-03-05
  • 9.2.3-canary.23 - 2020-03-04
  • 9.2.3-canary.22 - 2020-03-03
  • 9.2.3-canary.21 - 2020-03-02
  • 9.2.3-canary.20 - 2020-03-02
  • 9.2.3-canary.19 - 2020-03-02
  • 9.2.3-canary.18 - 2020-03-01
  • 9.2.3-canary.17 - 2020-02-28
  • 9.2.3-canary.16 - 2020-02-27
  • 9.2.3-canary.14 - 2020-02-27
  • 9.2.3-canary.13 - 2020-02-26
  • 9.2.3-canary.12 - 2020-02-24
  • 9.2.3-canary.11 - 2020-02-24
  • 9.2.3-canary.10 - 2020-02-22
  • 9.2.3-canary.9 - 2020-02-22
  • 9.2.3-canary.8 - 2020-02-20
  • 9.2.3-canary.7 - 2020-02-20
  • 9.2.3-canary.6 - 2020-02-19
  • 9.2.3-canary.5 - 2020-02-19
  • 9.2.3-canary.4 - 2020-02-19
  • 9.2.3-canary.3 - 2020-02-19
  • 9.2.3-canary.2 - 2020-02-19
  • 9.2.3-canary.1 - 2020-02-18
  • 9.2.3-canary.0 - 2020-02-18
  • 9.2.2 - 2020-02-18
  • 9.2.2-canary.23 - 2020-02-18
  • 9.2.2-canary.22 - 2020-02-17
  • 9.2.2-canary.21 - 2020-02-15
  • 9.2.2-canary.20 - 2020-02-14
  • 9.2.2-canary.19 - 2020-02-14
  • 9.2.2-canary.18 - 2020-02-13
  • 9.2.2-canary.17 - 2020-02-13
  • 9.2.2-canary.16 - 2020-02-12
  • 9.2.2-canary.15 - 2020-02-08
  • 9.2.2-canary.14 - 2020-02-07
  • 9.2.2-canary.12 - 2020-02-05
  • 9.2.2-canary.11 - 2020-02-04
  • 9.2.2-canary.10 - 2020-02-03
  • 9.2.2-canary.9 - 2020-02-03
  • 9.2.2-canary.8 - 2020-02-03
  • 9.2.2-canary.7 - 2020-02-03
  • 9.2.2-canary.6 - 2020-02-02
  • 9.2.2-canary.3 - 2020-01-29
  • 9.2.2-canary.2 - 2020-01-28
  • 9.2.1 - 2020-01-23
from next GitHub release notes
Commit messages
Package name: next
  • e334c4e v9.5.5
  • 5e85709 v9.5.5-canary.1
  • 2170dfd Update to generate auto static pages with all locales (#17730)
  • 62b9183 v9.5.5-canary.0
  • ec2ffb4 Handle css-loader file resolving change (#17724)
  • c021662 Fix with-msw example (#17695)
  • bbc1a21 Update to have default locale matched on root (#17669)
  • a79bcfb Fix with-apollo example (#17686)
  • b2d1d87 Add initial changes for i18n support (#17370)
  • 6588108 v9.5.4
  • 7108567 v9.5.4-canary.25
  • 5d79a8c Update workflow step to restore cache (#17656)
  • 4c38e3e fix typo (#17653)
  • 241f38e v9.5.4-canary.24
  • 7dec911 change anonymous functions to named in docs examples (#17510)
  • 1659e4d Update migrating from Gatsby docs. (#17636)
  • 06a8b1a Add docs on how to migrate from Gatsby. (#17491)
  • 04234cc Update to use hasNextSupport for custom-routes in next export check (#17630)
  • 742f5d9 test(create-next-app): increase coverage (#17507)
  • 100a1d3 Update release stats workflow (#17580)
  • b42be17 Normalize optional catch-all fallback: true page params (#17551)
  • 782b7e4 Add warning when exporting with custom routes (#17538)
  • d32b195 Fixes #16431 (#17610)
  • 91b5390 Remove left-over api-utils method (#17595)

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

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.

2 participants