PierreAndreis / g4m3r-dashboard

https://g4m3r.xyz
1 stars 1 forks source link

Bump react-scripts from 1.1.5 to 3.0.1 #360

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps react-scripts from 1.1.5 to 3.0.1.

Changelog *Sourced from [react-scripts's changelog](https://github.com/facebook/create-react-app/blob/master/CHANGELOG.md).* > ## 3.0.1 (2019-05-08) > > v3.0.1 is a maintenance release that adjusts some ESLint rules for TypeScript along with other minor bug fixes and documentation updates. > > #### :boom: Breaking Change > > - `babel-preset-react-app` > - [#6887](https://github-redirect.dependabot.com/facebook/create-react-app/pull/6887) Update dependencies of Babel preset with recent changes ([@​skoging](https://github.com/skoging)) > > #### :bug: Bug Fix > > - `react-error-overlay`, `react-scripts` > - [#7007](https://github-redirect.dependabot.com/facebook/create-react-app/pull/7007) Unpin `babel-jest` ([@​ianschmitz](https://github.com/ianschmitz)) > - [#7002](https://github-redirect.dependabot.com/facebook/create-react-app/pull/7002) Temporary fix for `babel-jest` preflight error ([@​ianschmitz](https://github.com/ianschmitz)) > - `eslint-config-react-app` > - [#6987](https://github-redirect.dependabot.com/facebook/create-react-app/pull/6987) Disable `no-dupe-class-members` rule for TypeScript ([@​ianschmitz](https://github.com/ianschmitz)) > - [#6862](https://github-redirect.dependabot.com/facebook/create-react-app/pull/6862) Fix `no-useless-constructor` rule in TypeScript ([@​ianschmitz](https://github.com/ianschmitz)) > - `eslint-config-react-app`, `react-scripts` > - [#6937](https://github-redirect.dependabot.com/facebook/create-react-app/pull/6937) Disable `default-case` lint rule for TypeScript ([@​ianschmitz](https://github.com/ianschmitz)) > - `react-dev-utils` > - [#6876](https://github-redirect.dependabot.com/facebook/create-react-app/pull/6876) Change cssmodule classname hash to use relative paths ([[@​vg](https://github.com/vg)-stan](https://github.com/vg-stan)) > > #### :nail_care: Enhancement > > - `react-dev-utils`, `react-scripts` > - [#6856](https://github-redirect.dependabot.com/facebook/create-react-app/pull/6856) Adds the configuration for PnP/Typescript ([@​arcanis](https://github.com/arcanis)) > - `babel-preset-react-app` > - [#6887](https://github-redirect.dependabot.com/facebook/create-react-app/pull/6887) Update dependencies of Babel preset with recent changes ([@​skoging](https://github.com/skoging)) > - `react-scripts` > - [#6706](https://github-redirect.dependabot.com/facebook/create-react-app/pull/6706) Generate SVG component name in Jest fileTransform ([@​dallonf](https://github.com/dallonf)) > - [#6300](https://github-redirect.dependabot.com/facebook/create-react-app/pull/6300) Remove body padding reset from templates ([@​Hurtak](https://github.com/Hurtak)) > > #### :memo: Documentation > > - Other > - [#6979](https://github-redirect.dependabot.com/facebook/create-react-app/pull/6979) Add note to restart the dev server after changing .env file ([@​MostafaNawara](https://github.com/MostafaNawara)) > - [#6945](https://github-redirect.dependabot.com/facebook/create-react-app/pull/6945) Add clarifying note to TypeScript docs warning about global install of CRA ([@​methodbox](https://github.com/methodbox)) > - [#6898](https://github-redirect.dependabot.com/facebook/create-react-app/pull/6898) Update GraphQL docs ([@​nagman](https://github.com/nagman)) > - [#6810](https://github-redirect.dependabot.com/facebook/create-react-app/pull/6810) Call to action button now reacts to being hovered ([@​joerez](https://github.com/joerez)) > - [#6881](https://github-redirect.dependabot.com/facebook/create-react-app/pull/6881) Fix typo in deployment docs ([[@​david](https://github.com/david)-cho-lerat-HL2](https://github.com/david-cho-lerat-HL2)) > - `react-app-polyfill` > - [#6879](https://github-redirect.dependabot.com/facebook/create-react-app/pull/6879) Update README.md ([[@​david](https://github.com/david)-cho-lerat-HL2](https://github.com/david-cho-lerat-HL2)) > > #### :house: Internal > > - `react-scripts` > - [#6854](https://github-redirect.dependabot.com/facebook/create-react-app/pull/6854) Remove `Object.assign` from `MiniCssExtractPlugin` options ([@​swashcap](https://github.com/swashcap)) > > #### Committers: 12 > > ... (truncated)
Commits - [`57ef103`](https://github.com/facebook/create-react-app/commit/57ef103440c24e41b0d7dc82b7ad7fc1dc817eca) Publish - [`4542185`](https://github.com/facebook/create-react-app/commit/4542185dea2f086aac7b3babb2d281822a11e581) Unpin babel-jest ([#7007](https://github.com/facebook/create-react-app/tree/HEAD/packages/react-scripts/issues/7007)) - [`bf886bc`](https://github.com/facebook/create-react-app/commit/bf886bc49f34a6b7a9824bebe1e8bf659bf671ca) Temporary fix for babel-jest preflight error ([#7002](https://github.com/facebook/create-react-app/tree/HEAD/packages/react-scripts/issues/7002)) - [`4397d06`](https://github.com/facebook/create-react-app/commit/4397d069d903c29927526d6fe4e7ba1b5edb136d) Disable default-case lint rule for TypeScript ([#6937](https://github.com/facebook/create-react-app/tree/HEAD/packages/react-scripts/issues/6937)) - [`b36d1ea`](https://github.com/facebook/create-react-app/commit/b36d1ea1aa1458907839da9dd5028a372f9d48d0) Adds the configuration for PnP/Typescript ([#6856](https://github.com/facebook/create-react-app/tree/HEAD/packages/react-scripts/issues/6856)) - [`a2ae8a7`](https://github.com/facebook/create-react-app/commit/a2ae8a79c0f6c0d07c6c2f1155d63f10efce9089) Remove `Object.assign` from `MiniCssExtractPlugin` options ([#6854](https://github.com/facebook/create-react-app/tree/HEAD/packages/react-scripts/issues/6854)) - [`785dd47`](https://github.com/facebook/create-react-app/commit/785dd47937cba9892079275b690e6798303b5246) Generate SVG component name in Jest fileTransform ([#6706](https://github.com/facebook/create-react-app/tree/HEAD/packages/react-scripts/issues/6706)) - [`73d5579`](https://github.com/facebook/create-react-app/commit/73d5579e0180cff81d56204da5c01e7c1f82fcfe) Remove body padding reset from templates ([#6300](https://github.com/facebook/create-react-app/tree/HEAD/packages/react-scripts/issues/6300)) - [`265c159`](https://github.com/facebook/create-react-app/commit/265c1592dcf3853122dcdd50e1bfc1e43f697fbe) Publish - [`e11ebfa`](https://github.com/facebook/create-react-app/commit/e11ebfa0e871e591b1e7d668face325d35532044) Update fsevents dependency version ([#6843](https://github.com/facebook/create-react-app/tree/HEAD/packages/react-scripts/issues/6843)) - Additional commits viewable in [compare view](https://github.com/facebook/create-react-app/commits/react-scripts@3.0.1/packages/react-scripts)
Maintainer changes This version was pushed to npm by [iansu](https://www.npmjs.com/~iansu), a new releaser for react-scripts since your current version.


Dependabot compatibility score

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.

Dependabot will not automatically merge this PR because it includes an out-of-range update to a production dependency.


Dependabot commands and options
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 squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@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.
dependabot-preview[bot] commented 5 years ago

Looks like react-scripts is updatable in another way, so this is no longer needed.