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.2 to 9.2.1 #22

Closed

Conversation

snyk-bot
Copy link
Contributor

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

ℹ️ 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 96 versions ahead of your current version.
  • The recommended version was released 25 days ago, on 2020-01-23.

The recommended version fixes:

Severity Issue Exploit Maturity
Cross-site Scripting (XSS)
SNYK-JS-DEVALUE-536388
No Known Exploit
Release notes
Package name: next
  • 9.2.1 - 2020-01-23

    Minor Changes

    • Allow mismatching href and as when manually provided: #9837
    • [Experimental] Add built-in Sass support: #10133

    Patches

    • Add an example for Fauna using cookie based auth (round 2): #9986
    • Honor exportTrailingSlash for default 404: #10109
    • Rename Build SPR to SSG: #10114
    • Add specific warning for require() PostCSS plugin: #10121
    • Added amp-img example with fallback attribute: #10122
    • Remove outdated readme: #10123
    • Make example READMEs more consistent: #10124
    • Support unnamed parameters in custom-routes correctly: #9920
    • Error on query values in exportPathMap for auto export page: #9908
    • Fix SSG data request failing with trailing slash: #10140
    • Switch from defer to async: #10143
    • Update readme.md: #10136
    • Fix hydration with custom _app and granular chunks: #10144
    • Update with-tailwindcss example: #10141
    • Chore(examples): Update firebase version: #10145
    • Update static-html-export.md: #10155
    • Minor update for the "with-react-ga" example: #10156
    • Add option arg to changeState when onlyAHashChange: #10003
    • Fix broken link in error page: #10159
    • Add initial support for static 404 page: #10113
    • Remove @zeit/next-css from docs: #10168
    • Sends Google Analytics correct url path on fresh page load: #10146
    • Remove native-url: #10176
    • Test Query String Behavior: #10102
    • Add error for invalid distDir value: #10177
    • [docs] Added related links to next.config.js: #10174
    • Feat(build): Transpile assuming higher version of runtime: #9511
    • Delay hydration until after page is visible in development: #10164
    • Add example: with-firebase-authentication-serverless: #10078
    • Example: Convert _app.js to functional components: #10115
    • Feat(examples:tailwind): add postcss-preset-env: #10160
    • Serve public/ folder when page routes are disabled: #10169
    • [with-emotion-10,11] Update emotion examples to v10 & v11: #9646
    • Update Relay Modern example: #10150
    • Add support for catch-all routes with SSG: #10175
    • Add with-stencil example: #10125
    • Improve user errors for invalid pageExtensions: #10178
    • Test CSS/Media Caching in Production Suite: #10184
    • Stabilize New Dev Test: #10188
    • Don't include core-js for default _document: #10187
    • Test Query String with + Sign: #10186
    • Disable core-js for server-side build: #10189
    • Add hydration callback for testing: #10195
    • Update tsconfig for tests: 592a2c2
    • Update error for failing to parse custom-route source: #10197
    • Disable core-js on Next.js core files as it's not transforming…: #10193
    • Fix ESLint Ignores and Extract Fn: #10205
    • Dedupe CSS Regexes: #10206
    • Use builtins for React transform: #10207
    • Extract CSS Loaders into Separate Files: #10210
    • Updated docs: #10213
    • Let users define their own database as easily as possible.: #10209
    • Enable security tests cross browser: #10217
    • Remove unnecessary exportPathMap from examples: #10218
    • Disable invalid security tests for safari: #10221
    • Update README.md for example project "form-handler": #10224
    • Fix rewriting to API routes not including query: #10223
    • Improve Link documentation: #10225
    • Add Bitbucket Pipelines to errors/no-cache.md: #10229
    • Fix Linting: 945f726
    • Revert "feat(build): Transpile assuming higher version of runt…: #10233
    • Customizing PostCSS Configuration: #10236
    • Check for invalid objects in rewrites/redirects/headers: #10238
    • Check CSS Test Output: #10237
    • Update tests running and add splitting by timings for Azure: #10214
    • Add example with-xstate: #10234
    • Add PostCSS Configuration to Sidebar: fb47360
    • Fix a typo in docs: #10239
    • Add Apollo Server and Client Auth Example: #9913
    • Explain Ignored PostCSS Plugin: #10240
    • PostCSS Error When Exporting Function: #10242
    • Add info on storing cache in GitHub Actions: #10231
    • Tweak export test to be more stable: #10241
    • Adding conformance webpack plugin: #9716
    • Error on Invalid PostCSS Shape: #10244

    Credits

    Huge thanks to @vimota, @ijjk, @jplhomer, @luciovilla, @timneutkens, @chibicode, @OlegFilonchuk, @zhe, @ssong, @orta, @EvHaus, @rscotten, @lenaggar, @lfades, @shaneMLK, @Timer, @eps1lon, @kmjennison, @stramel, @afzalsayed96, @alreadyExisted, @azizhk, @thibaultboursier, @rohmanhm, @alejalapeno, @fauna-brecht, @smilevideo, @mgrubinger, @none23, @lifeiscontent, @amytych, and @prateekbh for helping!

  • 9.2.1-canary.11 - 2020-01-23

    Patches

    • Customizing PostCSS Configuration: #10236
    • Check for invalid objects in rewrites/redirects/headers: #10238
    • Check CSS Test Output: #10237
    • Update tests running and add splitting by timings for Azure: #10214
    • Add example with-xstate: #10234
    • Add PostCSS Configuration to Sidebar: fb47360
    • Fix a typo in docs: #10239
    • Add Apollo Server and Client Auth Example: #9913
    • Explain Ignored PostCSS Plugin: #10240
    • PostCSS Error When Exporting Function: #10242
    • Add info on storing cache in GitHub Actions: #10231
    • Tweak export test to be more stable: #10241
    • Adding conformance webpack plugin: #9716
    • Error on Invalid PostCSS Shape: #10244

    Credits

    Huge thanks to @lfades, @ijjk, @rohmanhm, @none23, @lifeiscontent, @amytych, and @prateekbh for helping!

  • 9.2.1-canary.10 - 2020-01-23

    Patches

    • Enable security tests cross browser: #10217
    • Remove unnecessary exportPathMap from examples: #10218
    • Disable invalid security tests for safari: #10221
    • Update README.md for example project "form-handler": #10224
    • Fix rewriting to API routes not including query: #10223
    • Improve Link documentation: #10225
    • Add Bitbucket Pipelines to errors/no-cache.md: #10229
    • Fix Linting: 945f726
    • Revert "feat(build): Transpile assuming higher version of runt…: #10233

    Credits

    Huge thanks to @chibicode, @smilevideo, @mgrubinger, and @Timer for helping!

  • 9.2.1-canary.9 - 2020-01-22

    Minor Changes

    • [Experimental] Add built-in Sass support: #10133

    Patches

    • Updated docs: #10213
    • Let users define their own database as easily as possible.: #10209

    Credits

    Huge thanks to @alejalapeno, @lfades, and @fauna-brecht for helping!

  • 9.2.1-canary.8 - 2020-01-22

    Patches

    • Update error for failing to parse custom-route source: #10197
    • Disable core-js on Next.js core files as it's not transforming…: #10193
    • Fix ESLint Ignores and Extract Fn: #10205
    • Dedupe CSS Regexes: #10206
    • Use builtins for React transform: #10207
    • Extract CSS Loaders into Separate Files: #10210

    Credits

    Huge thanks to @ijjk and @Timer for helping!

  • 9.2.1-canary.7 - 2020-01-21

    Patches

    • Test CSS/Media Caching in Production Suite: #10184
    • Stabilize New Dev Test: #10188
    • Don't include core-js for default _document: #10187
    • Test Query String with + Sign: #10186
    • Disable core-js for server-side build: #10189
    • Add hydration callback for testing: #10195
    • Update tsconfig for tests: 592a2c2

    Credits

    Huge thanks to @Timer and @timneutkens for helping!

  • 9.2.1-canary.5 - 2020-01-20

    Patches

    • Add support for catch-all routes with SSG: #10175
    • Add with-stencil example: #10125
    • Improve user errors for invalid pageExtensions: #10178

    Credits

    Huge thanks to @rohmanhm and @lfades for helping!

  • 9.2.1-canary.4 - 2020-01-20
  • 9.2.1-canary.3 - 2020-01-20
  • 9.2.1-canary.2 - 2020-01-17
  • 9.2.1-canary.1 - 2020-01-17
  • 9.2.1-canary.0 - 2020-01-17
  • 9.2.0 - 2020-01-15
  • 9.1.8-canary.17 - 2020-01-15
  • 9.1.8-canary.16 - 2020-01-15
  • 9.1.8-canary.15 - 2020-01-14
  • 9.1.8-canary.14 - 2020-01-14
  • 9.1.8-canary.13 - 2020-01-10
  • 9.1.8-canary.12 - 2020-01-10
  • 9.1.8-canary.11 - 2020-01-10
  • 9.1.8-canary.10 - 2020-01-10
  • 9.1.8-canary.9 - 2020-01-09
  • 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
  • 9.1.5-canary.17 - 2019-12-09
  • 9.1.5-canary.16 - 2019-12-08
  • 9.1.5-canary.15 - 2019-12-07
  • 9.1.5-canary.14 - 2019-12-07
  • 9.1.5-canary.13 - 2019-12-06
  • 9.1.5-canary.12 - 2019-12-06
  • 9.1.5-canary.11 - 2019-12-05
  • 9.1.5-canary.10 - 2019-12-05
  • 9.1.5-canary.9 - 2019-12-03
  • 9.1.5-canary.8 - 2019-11-28
  • 9.1.5-canary.7 - 2019-11-27
  • 9.1.5-canary.6 - 2019-11-25
  • 9.1.5-canary.5 - 2019-11-25
  • 9.1.5-canary.4 - 2019-11-22
  • 9.1.5-canary.3 - 2019-11-21
  • 9.1.5-canary.2 - 2019-11-20
  • 9.1.5-canary.1 - 2019-11-19
  • 9.1.5-canary.0 - 2019-11-19
  • 9.1.4 - 2019-11-18
  • 9.1.4-canary.8 - 2019-11-18
  • 9.1.4-canary.7 - 2019-11-16
  • 9.1.4-canary.6 - 2019-11-15
  • 9.1.4-canary.5 - 2019-11-15
  • 9.1.4-canary.4 - 2019-11-13
  • 9.1.4-canary.3 - 2019-11-10
  • 9.1.4-canary.2 - 2019-11-10
  • 9.1.4-canary.1 - 2019-11-10
  • 9.1.4-canary.0 - 2019-11-10
  • 9.1.3 - 2019-11-08
  • 9.1.3-canary.5 - 2019-11-08
  • 9.1.3-canary.4 - 2019-11-08
  • 9.1.3-canary.3 - 2019-11-08
  • 9.1.3-canary.2 - 2019-11-08
  • 9.1.3-canary.1 - 2019-10-31
  • 9.1.3-canary.0 - 2019-10-30
  • 9.1.2 - 2019-10-29
from next GitHub release notes
Commit messages
Package name: next
  • 45d5535 v9.2.1
  • f495ec4 v9.2.1-canary.11
  • 3f9b930 Error on Invalid PostCSS Shape (#10244)
  • 0edd6a0 Adding conformance webpack plugin (#9716)
  • 127f707 Tweak export test to be more stable (#10241)
  • 9d7ee34 Add info on storing cache in GitHub Actions (#10231)
  • 32ded05 PostCSS Error When Exporting Function (#10242)
  • c713741 Explain Ignored PostCSS Plugin (#10240)
  • a356d2f Add Apollo Server and Client Auth Example (#9913)
  • bc139c2 Fix a typo in docs (#10239)
  • fb47360 Add PostCSS Configuration to Sidebar
  • 320d98e Add example with-xstate (#10234)
  • c1cbad0 Update tests running and add splitting by timings for Azure (#10214)
  • bf31b4e Check CSS Test Output (#10237)
  • b747f7b Check for invalid objects in rewrites/redirects/headers (#10238)
  • f4a5b61 Customizing PostCSS Configuration (#10236)
  • 37628d5 v9.2.1-canary.10
  • 3c3186e Revert "feat(build): Transpile assuming higher version of runt… (#10233)
  • 945f726 Fix Linting
  • 60e6224 Add Bitbucket Pipelines to errors/no-cache.md (#10229)
  • 85571af Improve Link documentation (#10225)
  • 17cb1ef Fix rewriting to API routes not including query (#10223)
  • e2de7a8 Update README.md for example project "form-handler" (#10224)
  • 999b8ce Disable invalid security tests for safari (#10221)

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

[//]: # (snyk:metadata:{"dependencies":[{"name":"next","from":"9.1.2","to":"9.2.1"}],"packageManager":"npm","type":"auto","projectUrl":"https://app.snyk.io/org/ndomino/project/f05f10de-82dc-4c5e-8bfe-0d50b37b52f8?utm_source=github&utm_medium=upgrade-pr","projectPublicId":"f05f10de-82dc-4c5e-8bfe-0d50b37b52f8","env":"prod","prType":"upgrade","vulns":["SNYK-JS-DEVALUE-536388"],"issuesToFix":[{"issueId":"SNYK-JS-DEVALUE-536388","severity":"medium","title":"Cross-site Scripting (XSS)","exploitMaturity":"no-known-exploit"}],"upgrade":["SNYK-JS-DEVALUE-536388"],"upgradeInfo":{"versionsDiff":96,"publishedDate":"2020-01-23T22:16:42.383Z"},"templateVariants":[],"hasFixes":true,"isMajorUpgrade":false,"isBreakingChange":false})

@ndom91 ndom91 closed this May 15, 2020
@ndom91 ndom91 deleted the snyk-upgrade-e9901ba07d3b74e6867a72256158e2c5 branch May 15, 2020 00:21
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