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 10.0.1 to 10.0.2 #944

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

snyk-bot
Copy link
Contributor

Snyk has created this PR to upgrade next from 10.0.1 to 10.0.2.

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 22 versions ahead of your current version.
  • The recommended version was released 22 days ago, on 2020-11-18.
Release notes
Package name: next
  • 10.0.2 - 2020-11-18
    Read more
  • 10.0.2-canary.20 - 2020-11-18

    Core Changes

    • Ensure i18n + trailingSlash: true handles correctly: #19149

    Documentation Changes

    • Update next/link docs to not include example without href: #19247
    • Fix docs about the return of getStaticProps on basic-features/pages: #19267

    Example Changes

    • Fix link to developer plan in Kontent example: #19265
    • Upgraded to chakra V1: #19181
    • Update with-magic example: #19207

    Credits

    Huge thanks to @ ijjk, @ Simply007, @ lfades, and @ vitordino for helping!

  • 10.0.2-canary.19 - 2020-11-17

    Core Changes

    • Upgrade styled-jsx: #19241
    • Ensure data prefetch for default locale is correct: #19085

    Documentation Changes

    • Update response-helpers.md: #19189
    • Update multi zones example: #16281
    • Update fast-refresh.md: #18047
    • Add docs on incrementally adopting Next.js.: #19226

    Example Changes

    • Add apollo state func: #19137
    • Upgraded to chakra V1: #19181
    • Update with-magic example: #19207

    Misc Changes

    • Update 1.Bug_report.md

    Credits

    Huge thanks to @ yordis, @ AmrSaber, @ Mzaien, @ lfades, @ PaulPCIO, @ sphilee, @ leerob, and @ Timer for helping!

  • 10.0.2-canary.18 - 2020-11-15

    Core Changes

    • Fix prefetching in IE11: #19171

    Credits

    Huge thanks to @ ijjk for helping!

  • 10.0.2-canary.17 - 2020-11-14

    Core Changes

    • Enable handling for revalidate and notFound: #19165
    • Fix minifying inline CSS comments: #19167

    Credits

    Huge thanks to @ Timer for helping!

  • 10.0.2-canary.16 - 2020-11-14

    Core Changes

    • Upgrade Cosmic example to Next.js 10, image load fix, post sorting by -created_at: #18310
    • Add locale: false for custom-routes + i18n: #19164

    Documentation Changes

    • Update docs to use instead of : #19160
    • Add next/image docs for omitted props: #19158

    Example Changes

    • Example: Deta Base: #19061
    • Revise image example with layouts near the top: #19161

    Credits

    Huge thanks to @ xeust, @ tonyspiro, @ styfle, and @ ijjk for helping!

  • 10.0.2-canary.15 - 2020-11-13

    Core Changes

    • Respect next/babel user provided runtime option: #19136
    • Add "nonce" from to the injected <style> to satisfy CSP: #19150

    Misc Changes

    • Mention feature requests are converted to discussions
    • Update 1.Bug_report.md
    • Fix typo in 1.Bug_report.md: #19143

    Credits

    Huge thanks to @ balazsorban44 and @ styfle for helping!

  • 10.0.2-canary.14 - 2020-11-13

    Core Changes

    • Fix component lifecycle order for style swap: #19125
    • Add missing sizes prop on image component: #19128

    Credits

    Huge thanks to @ styfle for helping!

  • 10.0.2-canary.13 - 2020-11-13

    Core Changes

    • Update node-html-parser lib: #19103
    • Fix grammar in isSerializableProps: #19072
    • fix: issue #18338 - don't add a trailing slash to external links: #18595
    • Ensure optional catchall prerendered indexes and i18n: #19116
    • Fallback to default config to enable testing Image component: #19107
    • Remove preload for priority images: #19118

    Documentation Changes

    • Add upgrading guide from Next.js 9 to 10: #19101
    • Add note about changing basePath config: #19111
    • Propose some sentence changes: #19121

    Example Changes

    • Improve with-electron-typescript example: #18277
    • Added query object as property to url object: #18340

    Credits

    Huge thanks to @ timneutkens, @ jflayhart, @ aried3r, @ ijjk, @ toshi1127, @ styfle, @ gr-qft, @ LittleboyHarry, and @ Akumzy for helping!

  • 10.0.2-canary.12 - 2020-11-12
    Read more
  • 10.0.2-canary.11 - 2020-11-12
  • 10.0.2-canary.10 - 2020-11-11
  • 10.0.2-canary.9 - 2020-11-11
  • 10.0.2-canary.8 - 2020-11-10
  • 10.0.2-canary.7 - 2020-11-10
  • 10.0.2-canary.6 - 2020-11-09
  • 10.0.2-canary.5 - 2020-11-09
  • 10.0.2-canary.4 - 2020-11-07
  • 10.0.2-canary.3 - 2020-11-06
  • 10.0.2-canary.2 - 2020-11-05
  • 10.0.2-canary.1 - 2020-11-05
  • 10.0.2-canary.0 - 2020-11-04
  • 10.0.1 - 2020-11-03
from next GitHub release notes
Commit messages
Package name: next
  • ce5d9c8 v10.0.2
  • c3293b7 Fix docs about the return of getStaticProps on basic-features/pages (#19267)
  • b955268 Update next/link docs to not include example without `href` (#19247)
  • 0f5db2a Fix link to developer plan in Kontent example (#19265)
  • 5e5f206 v10.0.2-canary.20
  • ca590c4 Ensure i18n + trailingSlash: true handles correctly (#19149)
  • 2750880 v10.0.2-canary.19
  • 99e10a0 Ensure data prefetch for default locale is correct (#19085)
  • ab0e274 Upgrade `styled-jsx` (#19241)
  • c283442 Update 1.Bug_report.md
  • 6826ddf Add docs on incrementally adopting Next.js. (#19226)
  • 23111ca Update fast-refresh.md (#18047)
  • feb10f4 Update with-magic example (#19207)
  • 43e7561 Update multi zones example (#16281)
  • 208551f Upgraded to chakra V1 (#19181)
  • c8a2923 Update response-helpers.md (#19189)
  • 1e3534e Add apollo state func (#19137)
  • 7374d4f v10.0.2-canary.18
  • 00f8297 Fix prefetching in IE11 (#19171)
  • f0d2e64 v10.0.2-canary.17
  • 61c3db7 Fix minifying inline CSS comments (#19167)
  • a32b1f4 Enable handling for revalidate and notFound (#19165)
  • c1d2c32 v10.0.2-canary.16
  • 1e61b69 Add locale: false for custom-routes + i18n (#19164)

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

@changeset-bot
Copy link

changeset-bot bot commented Dec 10, 2020

⚠️ No Changeset found

Latest commit: 58c4a95

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

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