Browse Source

build(deps-dev): bump next from 7.0.0 to 7.0.1 (#173)

Bumps [next](https://github.com/zeit/next.js) from 7.0.0 to 7.0.1.
<details>
<summary>Release notes</summary>

*Sourced from [next's releases](https://github.com/zeit/next.js/releases).*

> ## 7.0.1
> ### Patches 
> 
> - Upgrade webpack: [#5330](https://github-redirect.dependabot.com/zeit/next.js/issues/5330) 
> - Upgrade styled-jsx: [#5312](https://github-redirect.dependabot.com/zeit/next.js/issues/5312)
> - Introduce dynamic(() => import()): [#5249](https://github-redirect.dependabot.com/zeit/next.js/issues/5249) 
> - Eliminate context code based on process.browser: [#5159](https://github-redirect.dependabot.com/zeit/next.js/issues/5159)
> - Remove _containerProps context: [#5327](https://github-redirect.dependabot.com/zeit/next.js/issues/5327)
> - Refactor head keys: [#5326](https://github-redirect.dependabot.com/zeit/next.js/issues/5326)
> - Remove disabled plugin: 2f618581cfc0e75ff918a5618074b04660f8cd81
> - Use new import syntax in readme examples: 8fb6f7d5b62113c4ee23b827f3f6f8e3d0c1b6a6
> - Remove obsolete check in dev-server: [#5320](https://github-redirect.dependabot.com/zeit/next.js/issues/5320)
> - Don&#39;t require package.json at runtime: [#5321](https://github-redirect.dependabot.com/zeit/next.js/issues/5321)
> - Package.json comma removed: [#5322](https://github-redirect.dependabot.com/zeit/next.js/issues/5322)
> - Rename index.js to next-server.js: [#5323](https://github-redirect.dependabot.com/zeit/next.js/issues/5323)
> - Added with-ts-node with Next js 7 example: [#5204](https://github-redirect.dependabot.com/zeit/next.js/issues/5204)
> - Move out start method from server: [#5315](https://github-redirect.dependabot.com/zeit/next.js/issues/5315)
> - Remove transform-decorators plugin &amp; Bump deps: [#5232](https://github-redirect.dependabot.com/zeit/next.js/issues/5232)
> - Show warning if there is a title in _document.js&#39;s Head: [#5160](https://github-redirect.dependabot.com/zeit/next.js/issues/5160)
> - Initial dev server: [#5317](https://github-redirect.dependabot.com/zeit/next.js/issues/5317)
> - More reliable error-recovery tests: [#5281](https://github-redirect.dependabot.com/zeit/next.js/issues/5281)
> - Even more reliable error-recovery tests: [#5284](https://github-redirect.dependabot.com/zeit/next.js/issues/5284)
> - WithApollo example - move from old HOC APIs to new function-as-child APIs: [#5241](https://github-redirect.dependabot.com/zeit/next.js/issues/5241)
> - Use getBrowserBodyText for HMR test: [#5290](https://github-redirect.dependabot.com/zeit/next.js/issues/5290)
> - Fix swallowed unhandled rejections on the server: [#5273](https://github-redirect.dependabot.com/zeit/next.js/issues/5273)
> - With-typescript example updates: [#5267](https://github-redirect.dependabot.com/zeit/next.js/issues/5267)
> - Add language switch to with-react-i18next example: [#5306](https://github-redirect.dependabot.com/zeit/next.js/issues/5306)
> - Update with-mobx-state-tree-typescript example: [#5266](https://github-redirect.dependabot.com/zeit/next.js/issues/5266)
> - Make sure dynamicIds are added when using function as importer: [#5308](https://github-redirect.dependabot.com/zeit/next.js/issues/5308)
> - Update with-redux-code-splitting example: [#5252](https://github-redirect.dependabot.com/zeit/next.js/issues/5252)
> - Upgrade @zeit/next-sass: a616656f19d744d9ae95d355b4227c9b9ed9e631
> - Doc: fix deploy link: [#5223](https://github-redirect.dependabot.com/zeit/next.js/issues/5223)
> - Fix Example Deploy Links: [#5216](https://github-redirect.dependabot.com/zeit/next.js/issues/5216)
> - Remove Fragment from Main component: [#5222](https://github-redirect.dependabot.com/zeit/next.js/issues/5222)
> - Remove useless link tag in the head of Ant design example: [#5227](https://github-redirect.dependabot.com/zeit/next.js/issues/5227)
> - Update with-mobx example: [#5229](https://github-redirect.dependabot.com/zeit/next.js/issues/5229)
> - Upgrade next plugins to the latest version in examples: 8d649d1b4b949c49be2023c6d59f8ef0fd23df02
> - FIX [#5234](https://github-redirect.dependabot.com/zeit/next.js/issues/5234): [#5235](https://github-redirect.dependabot.com/zeit/next.js/issues/5235)
> - Update GrpahQL dependencies: [#5242](https://github-redirect.dependabot.com/zeit/next.js/issues/5242)
> - Just some simple improvements in formatting codes in documentation: [#5250](https://github-redirect.dependabot.com/zeit/next.js/issues/5250)
> - Update to use @sentry/browser, remove raven-js: [#5253](https://github-redirect.dependabot.com/zeit/next.js/issues/5253)
> - Fix failing linter tests: [#5257](https://github-redirect.dependabot.com/zeit/next.js/issues/5257)
> - Fix with-mobx-state-tree example: [#5258](https://github-redirect.dependabot.com/zeit/next.js/issues/5258)
> - Update with-kea example: [#5259](https://github-redirect.dependabot.com/zeit/next.js/issues/5259)
> - Update with-dynamic-import example: [#5201](https://github-redirect.dependabot.com/zeit/next.js/issues/5201)
> - Example with-apollo note that two render executions are expected: [#5262](https://github-redirect.dependabot.com/zeit/next.js/issues/5262)
> - Example with-sentry note that server side logging available too: [#5261](https://github-redirect.dependabot.com/zeit/next.js/issues/5261)
> - Fix for with-ant-design-less for next7.0: [#5263](https://github-redirect.dependabot.com/zeit/next.js/issues/5263)
> - [#5620](https://github-redirect.dependabot.com/zeit/next.js/issues/5620): Fix react-i18next example to properly SSR: [#5265](https://github-redirect.dependabot.com/zeit/next.js/issues/5265)
> 
></table> ... (truncated)
</details>
<details>
<summary>Commits</summary>

- [`ae56c78`](ae56c7847f) 7.0.1
- [`c094539`](c0945392f4) Upgrade webpack ([#5330](https://github-redirect.dependabot.com/zeit/next.js/issues/5330))
- [`8fb6f7d`](8fb6f7d5b6) Use new import syntax in readme examples
- [`7f9d244`](7f9d244d1f) 7.0.1-canary.6
- [`2f61858`](2f618581cf) Remove disabled plugin
- [`6c0ea2d`](6c0ea2d424) 7.0.1-canary.5
- [`b065daf`](b065dafa52) Refactor head keys ([#5326](https://github-redirect.dependabot.com/zeit/next.js/issues/5326))
- [`df41997`](df41997d50) Remove _containerProps context ([#5327](https://github-redirect.dependabot.com/zeit/next.js/issues/5327))
- [`30924ea`](30924ea1be) 7.0.1-canary.4
- [`565b026`](565b026e7b) Added with-ts-node with Next js 7 example ([#5204](https://github-redirect.dependabot.com/zeit/next.js/issues/5204))
- Additional commits viewable in [compare view](https://github.com/zeit/next.js/compare/7.0.0...7.0.1)
</details>
<br />

[![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=next&package-manager=npm_and_yarn&previous-version=7.0.0&new-version=7.0.1)](https://dependabot.com/compatibility-score.html?dependency-name=next&package-manager=npm_and_yarn&previous-version=7.0.0&new-version=7.0.1)

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

</details>
docker-size
dependabot[bot] 6 years ago
committed by Amio /
parent
commit
e941b0456b
  1. 944
      package-lock.json
  2. 2
      package.json

944
package-lock.json

File diff suppressed because it is too large

2
package.json

@ -40,7 +40,7 @@
"devDependencies": {
"babel-eslint": "^10.0.1",
"micro-dev": "^3.0.0",
"next": "^7.0.0",
"next": "^7.0.1",
"react": "^16.5.2",
"react-dom": "^16.5.2",
"standard": "^12.0.1",

Loading…
Cancel
Save