Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

[Snyk] Upgrade next from 10.2.0 to 10.2.1 #95

Closed
wants to merge 1 commit into from

Conversation

snyk-bot
Copy link
Contributor

@snyk-bot snyk-bot commented Jun 9, 2021

Snyk has created this PR to upgrade next from 10.2.0 to 10.2.1.

merge advice
ℹ️ 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 14 versions ahead of your current version.
  • The recommended version was released 21 days ago, on 2021-05-19.

The recommended version fixes:

Severity Issue PriorityScore (*) Exploit Maturity
Regular Expression Denial of Service (ReDoS)
SNYK-JS-BROWSERSLIST-1090194
586/1000
Why? Proof of Concept exploit, Has a fix available, CVSS 5.3
Proof of Concept

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

Release notes
Package name: next
  • 10.2.1 - 2021-05-19
    Read more
  • 10.2.1-canary.12 - 2021-05-19

    Core Changes

    • Fix font optimization failing on some builds: #25071

    Documentation Changes

    • Remove snippet that is not recommended.: #25220

    Misc Changes

    • test(create-next-app): assert for typescript template dependencies: #25214

    Credits

    Huge thanks to @ jamesgeorge007, @ timneutkens, and @ janicklas-ralph for helping!

  • 10.2.1-canary.11 - 2021-05-18

    Core Changes

    • Fix typo in dev-build-watcher.js: #25196
    • Ensure default params are detected after rewrite: #25205
    • fix: replace usage of fromEntries in browser bundled resolve-rewrites.ts: #25208
    • docs(readme.md): add good first issue section to readme.md: #25085
    • Make next.config.js keys optional: #25204

    Documentation Changes

    • Add default revalidate value to docs: #25238

    Example Changes

    • fix responsive example tailwind: #24582

    Credits

    Huge thanks to @ eltociear, @ jamsinclair, @ ananta, @ holiq, and @ PepijnSenders for helping!

  • 10.2.1-canary.10 - 2021-05-17

    Core Changes

    • Ensure server split chunks are nested in chunks dir: #25203

    Documentation Changes

    • ESLint Plugin: Image rules : #23402

    Credits

    Huge thanks to @ housseindjirdeh for helping!

  • 10.2.1-canary.9 - 2021-05-17

    Core Changes

    • Re-add strip-ansi babel include: #25146
    • Upgrade browserslist to 4.16.6: #24692
    • Update @ hapi/accept to latest: #24283
    • performance improvement of static generation: #25035

    Documentation Changes

    • docs(image.md): update layout property part: #25149

    Example Changes

    Misc Changes

    • chore(create-next-app): remove stub types definition: #25139

    Credits

    Huge thanks to @ shaped1, @ jamesgeorge007, @ ijjk, @ jhujhul, @ kachkaev, and @ sokra for helping!

  • 10.2.1-canary.8 - 2021-05-14

    Core Changes

    • Disable suggesting incremental type checking: #25144
    • Remove import type syntax: #25145

    Documentation Changes

    • Update docs to reflect page props are optional: #25142

    Credits

    Huge thanks to @ mariusc23 and @ sokra for helping!

  • 10.2.1-canary.7 - 2021-05-14

    Core Changes

    • Remove leftover babel include regex: #25101
    • Escape href when detecting already existing preload tags: #20782
    • Fix export worker threads options: #25063
    • Ensure rewrites work with manual href/as correctly: #25112
    • Remove experimental-modern-preset option: #25100
    • add experimental.gzipSize flag which allows to switch to uncompressed sizes: #25028

    Documentation Changes

    • docs(rewrites.md): update beforeFiles note: #25113

    Example Changes

    • Updates SuperTokens dependency version: #25102

    Credits

    Huge thanks to @ rishabhpoddar, @ ijjk, @ ykzts, and @ sokra for helping!

  • 10.2.1-canary.6 - 2021-05-13
    Read more
  • 10.2.1-canary.5 - 2021-05-11

    Core Changes

    • update webpack to 5.37.0: #24954
    • Ensure webpack cache is invalidated for alias change: #24956

    Documentation Changes

    • ESLint Plugin: passHref is not assigned: #24670
    • ESLint Plugin: Custom Font at page-level rule: #24789
    • ESLint Plugin: Prevent bad imports of next/document and next/head: #24832

    Example Changes

    • Fix build in blog-starter-typescript example: #24695
    • Update with-three-js example: #24857
    • Update with-mdx-remote example: #24973

    Misc Changes

    • Add label for chrome automatically to PR

    Credits

    Huge thanks to @ sokra, @ housseindjirdeh, @ mplis, @ HaNdTriX, @ ijjk, and @ jigsawye for helping!

  • 10.2.1-canary.4 - 2021-05-10
    Read more
  • 10.2.1-canary.3 - 2021-05-07
  • 10.2.1-canary.2 - 2021-04-30
  • 10.2.1-canary.1 - 2021-04-30
  • 10.2.1-canary.0 - 2021-04-29
  • 10.2.0 - 2021-04-28
from next GitHub release notes
Commit messages
Package name: next
  • 9513572 v10.2.1
  • 7452567 v10.2.1-canary.12
  • de42719 Fix font optimization failing on some builds (#25071)
  • b9b35d4 Remove snippet that is not recommended. (#25220)
  • 83a09ee test(create-next-app): assert for typescript template dependencies (#25214)
  • 25096df v10.2.1-canary.11
  • fb7342a Add default revalidate value to docs (#25238)
  • bd0448c Make next.config.js keys optional (#25204)
  • 0a31a92 fix respomsive example tailwind (#24582)
  • 5f30df2 docs(readme.md): add good first issue section to readme (#25085)
  • fa5d41b fix: replace usage of `fromEntries` in browser bundled `resolve-rewrites.ts` (#25208)
  • ac7c8f3 Ensure default params are detected after rewrite (#25205)
  • 78b1735 Fix typo in dev-build-watcher.js (#25196)
  • 218c611 v10.2.1-canary.10
  • 9c6d7bb Ensure server split chunks are nested in chunks dir (#25203)
  • 7426ebc ESLint Plugin: Image rules (#23402)
  • d746db6 v10.2.1-canary.9
  • 3bf4ae3 performance improvement of static generation (#25035)
  • a442053 Update @ hapi/accept to latest (#24283)
  • e5da204 Upgrade browserslist to 4.16.6 (#24692)
  • 1ab90c1 docs(image.md): update layout property part (#25149)
  • 68ecbdd Re-add strip-ansi babel include (#25146)
  • 9b27d31 chore(create-next-app): remove stub type definitions (#25139)
  • 32b9655 typo fix (#25159)

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

@github-actions
Copy link

github-actions bot commented Jun 9, 2021

Storybooks Link For Branch
https://dts-stn.github.io/Benefits-Finder/refs/pull/95/merge

@gregory-j-baker gregory-j-baker deleted the snyk-upgrade-e7b36cb7ed037d2f6c1f14e9fd65140d branch August 21, 2024 15:37
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants