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.1.3 #10

Merged
merged 1 commit into from
Feb 4, 2020

Conversation

snyk-bot
Copy link
Contributor

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

ℹ️ 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 7 versions ahead of your current version.
  • The recommended version was released 11 days ago, on 2019-11-08.
Release notes
  • Package name: next
    • 9.1.3 - 2019-11-08

      Patches

      • Update static export example: clean up an extra query param: #9239
      • Dynamic granular chunking: #9090
      • Add unique identifier to router instance: #9015
      • Remove concurrency option from next export: #9197
      • Add Framer Motion example: #9185
      • Improve serverless build performance: #9155
      • Check if 'formatAmpMessages' returns a none empty string in Next.js build process: #8924
      • Add test for #8924: #9243
      • Fix Prettier Commit Hook: #9245
      • Error when user tries to use uncompiled next.config.ts: #9223
      • Add experimental example of next-news: #9249
      • Add experimental config for React Mode: #9207
      • Load granular chunks with correct asset prefix: #8993
      • Make sure to handle paths with dot in name for SPR: #9227
      • Update default chromedriver version: #9252
      • Bugfix/Performance: Start the modern child compiler earlier: #9257
      • Make sure to pipe output from staticCheckWorkers: #9256
      • Fix import next from "next": #9216
      • Update with-apollo-and-redux example: #9270
      • Update _app documentation to reflect no longer needing next/app: #9268
      • Fix example active-class-anme: Add support for children of ActiveLink without a className.: #9271
      • Remove dead code elimination for when iSSG isn't used: #9267
      • Add handling for exportTrailingSlash for iSSG pages: #9258
      • Require Node 8.10: #9278
      • Initial plugins implementation: #9139
      • Disallow iSSG revalidation period of zero: #9280
      • Fixed spelling of cookies: #9283
      • Polyfill window.fetch by Default: #9168
      • Add Patternfly example: #9251
      • Handle backslashes for plugins: #9282
      • Call getInitialProps on Component when it’s not defined on App: #9287
      • Simplify Build Output: #9281
      • Enforce the framework Chunk: #9250
      • Allow TypeScript Namespaces: #9308
      • Prevent CSS script tags in granular chunks: #9306
      • Only add static files route if folder exists: #9305
      • Update with-jest-react-testing-library: #9307
      • [with-firebase] Update to Node v10 and fix lint errors: #9318
      • Track polyfill file changes: #9321
      • Track framework bundle separately: #9322
      • Revert experimental plugins code from sentry example: #9317
      • Ensure we correctly decide on which packages need better interopt: #9327
      • Remove the parameterized-routing example: #9297
      • Add readme with experimental warning for plugins: #9345

      Credits

      Huge thanks to @meuwka, @janicklas-ralph, @ijjk, @ctavan, @natemoo-re, @developit, @jankarres, @sagartalla, @timneutkens, @devknoll, @zekchan, @Peeja, @HaNdTriX, @mgrubinger, @bennett4, @danielr18, @atcastle, @Megoos, @Industrial, and @lfades for helping!

    • 9.1.3-canary.5 - 2019-11-08

      Patches

      • Add readme with experimental warning for plugins: #9345
    • 9.1.3-canary.4 - 2019-11-08

      Patches

      • Remove the parameterized-routing example: #9297

      Credits

      Huge thanks to @lfades for helping!

    • 9.1.3-canary.3 - 2019-11-08

      Patches

      • Prevent CSS script tags in granular chunks: #9306
      • Only add static files route if folder exists: #9305
      • Update with-jest-react-testing-library: #9307
      • [with-firebase] Update to Node v10 and fix lint errors: #9318
      • Track polyfill file changes: #9321
      • Track framework bundle separately: #9322
      • Revert experimental plugins code from sentry example: #9317
      • Ensure we correctly decide on which packages need better interopt: #9327

      Credits

      Huge thanks to @atcastle, @ijjk, @Megoos, @Industrial, and @timneutkens for helping!

    • 9.1.3-canary.2 - 2019-11-08

      Patches

      • Require Node 8.10: #9278
      • Initial plugins implementation: #9139
      • Disallow iSSG revalidation period of zero: #9280
      • Fixed spelling of cookies: #9283
      • Polyfill window.fetch by Default: #9168
      • Add Patternfly example: #9251
      • Handle backslashes for plugins: #9282
      • Call getInitialProps on Component when it’s not defined on App: #9287
      • Simplify Build Output: #9281
      • Enforce the framework Chunk: #9250
      • Allow TypeScript Namespaces: #9308

      Credits

      Huge thanks to @timneutkens, @bennett4, @janicklas-ralph, @danielr18, and @ijjk for helping!

    • 9.1.3-canary.1 - 2019-10-31

      Patches

      • Bugfix/Performance: Start the modern child compiler earlier: #9257
      • Make sure to pipe output from staticCheckWorkers: #9256
      • Fix import next from "next": #9216
      • Update with-apollo-and-redux example: #9270
      • Update _app documentation to reflect no longer needing next/app: #9268
      • Fix example active-class-anme: Add support for children of ActiveLink without a className.: #9271
      • Remove dead code elimination for when iSSG isn't used: #9267
      • Add handling for exportTrailingSlash for iSSG pages: #9258

      Credits

      Huge thanks to @developit, @ijjk, @Peeja, @HaNdTriX, @timneutkens, and @mgrubinger for helping!

    • 9.1.3-canary.0 - 2019-10-30

      Patches

      • Update static export example: clean up an extra query param: #9239
      • Dynamic granular chunking: #9090
      • Add unique identifier to router instance: #9015
      • Remove concurrency option from next export: #9197
      • Add Framer Motion example: #9185
      • Improve serverless build performance: #9155
      • Check if 'formatAmpMessages' returns a none empty string in Next.js build process: #8924
      • Add test for #8924: #9243
      • Fix Prettier Commit Hook: #9245
      • Error when user tries to use uncompiled next.config.ts: #9223
      • Add experimental example of next-news: #9249
      • Add experimental config for React Mode: #9207
      • Load granular chunks with correct asset prefix: #8993
      • Make sure to handle paths with dot in name for SPR: #9227
      • Update default chromedriver version: #9252

      Credits

      Huge thanks to @meuwka, @janicklas-ralph, @ijjk, @ctavan, @natemoo-re, @developit, @jankarres, @sagartalla, @timneutkens, @devknoll, and @zekchan for helping!

    • 9.1.2 - 2019-10-29

      Minor Changes

      • Add StrictMode toggle: #9161
      • Allow NextScript to optionally defer javascript: #8980

      Patches

      • Fix can-not-output-to-public error title: #8988
      • Remove pass-server-data example: #8992
      • Add extra note about canary branch in contributing: #8991
      • Update AMP Optimizer to 1.1.1: #8994
      • Update resetting log for spinners: #8995
      • Monkeypatch @zeit/next-css@0.2.1-canary.4: #8996
      • Add src directory support for global CSS: #8999
      • Update README-zh-CN.md static-file-serving-eg-images: #9002
      • Add CSS fixture for src dir: #9001
      • Fix global Bluebird causing HMR connection to fail: #9009
      • Change to public folder in with-loading example: #9016
      • Update Auth0 example with new version: #9020
      • Next offline: #9010
      • Test no-path relative CSS imports: #9028
      • Add buildId to SPR data routes: #8929
      • Do Not Rely on Module State: #8968
      • Add @zeit/fetch example: #9029
      • Update to error on usage of serverRuntimeConfig with serverless: #9030
      • Replace the deprecated Create Next App URL: #9032
      • Trigger error overlay for dynamic route mismatch: #9031
      • Updated multiple examples to use /public: #9033
      • Update storybook example to v5.2 with CSF: #9036
      • Update README.md: #9040
      • Remove static optimization from message: #9045
      • Fix a minor typo in link: #9049
      • [Docs] Update static file serving section: #9062
      • Remove _document context: #9068
      • Update framework chunk test regex to not select nested dependencies: #9012
      • Fix import in @zeit/fetch example: #9074
      • Pin Azure Chromedriver: #9075
      • Update no-document-title.md: #9082
      • Temporary: Add Support for Now Platform Headers: #9085
      • Temporary: SPR: Use Group Index Mapping: #9089
      • Fix SPR always revalidating in production: #9091
      • Optimize script tags: #9048
      • [using-preact] Update example to Preact X: #9079
      • Fix language fallback in with-react-intl example: #8894
      • Update legacy _app context: #9083
      • Simplify with-noscript example: #9094
      • Update with-react-toolbox example to use /public: #9099
      • [using-inferno] Update inferno to v7.3, fix missing React.createContext function: #9038
      • [with-typescript] Updated TypeScript example to use API routes: #9073
      • Fix SPR header name: #9104
      • Update to return JSON if data request: #9106
      • Add the example of Tailwind CSS with emotion: #8931
      • Remove inferno example: #9108
      • Don't mark page as nextExport if it's SPR: #9113
      • Update with-prefetching example: #9101
      • Dedupe meta tags: #8960
      • Refactor with-modal example: #9097
      • Refactor with-context-api example to use functional components: #9092
      • Make sure to update scope for page export declaration: #9115
      • Allow manually setting amphtml: #9098
      • Support Concurrent Mode in Loadable: #9026
      • Warn on No Cache in CI: #9116
      • Update granular chunks to produce up to 25 chunks per entrypoint on high-complexity apps: #9129
      • Netlify cms example: #8949
      • Update Prerender Error Message: #9143
      • Upgrade React dependencies: #9152
      • Test react(-dom)@canary Every 12 Hours: #9151
      • Fix apollo server initialization in api-routes-apollo-server-and-client example: #9137
      • Upgrade Lockfile: #9158
      • Test React integration using next dist-tag: #9165
      • Cache No-Revalidate Pages: #9170
      • Add yarn check to tests: #9163
      • Add WSL to Metadata: #9171
      • Record src directory usage with version: #9023
      • Add Purgecss to with-tailwindcss example: #9145
      • Fix with-tailwindcss build issues: #9179
      • Check Files during Install: #9182
      • Reenable AMP Tests: #9162
      • Docs(api-routes): fix micro-cors example: #9184
      • Update with-mdx example to latest packages: #9186
      • Ensure directory before flushing cache file: #9187
      • Ensure that all <link> elements have a key prop: #9204
      • Update Babel dependencies: #9203
      • Update with-react-intl example: #9180
      • API: Take multiple values into account for the query: #9196
      • Fix react-native-web example by adding babel plugin: #9078
      • Fix examples #9064: bumps next-redux-wrapper package version that contains babel runtime fix: #9214
      • Remove react-ssr-prepass from Next Deps: #9224
      • Add warning for getStaticParams without getStaticProps: #9226
      • Add configuration flags to disable integrated type checker: #9138
      • Disable worker_threads by default for firebase compatibility: #9199
      • Restore package.json and yarn.lock to allow deploy: #9230
      • Split TypeScript Flag Docs: #9231
      • Delete _document.js: #9236
      • Update examples: static export using dynamic routes: #9237

      Credits

      Huge thanks to @tusbar, @karlhorky, @sebastianbenz, @ykzts, @manfwh, @ijjk, @ismamz, @sandrinodimattia, @armspkt, @timneutkens, @lfades, @rafaelalmeidatk, @SZharkov, @Baukaalm, @iNishant, @devknoll, @atcastle, @guswnsxodlf, @s-h-a-d-o-w, @HaNdTriX, @resir014, @firstziiz, @melanieseltzer, @iliran11, @Timer, @masives, @none23, @acdlite, @taylorbryant, @zackkrida, @htbvo, @midudev, @bitjson, @ctavan, @YUFENGWANG, @Janpot, @flybayer, @meuwka, @kachkaev, and @juanmiguelbesada for helping!

  • from next GitHub release notes

🧐 View latest project report

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs

@ndom91 ndom91 merged commit 149e1bf into master Feb 4, 2020
@ndom91 ndom91 deleted the snyk-upgrade-5022fd374302c8cff52dbecbce514309 branch February 4, 2020 14:00
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