react-deeplearn
react-deeplearn copied to clipboard
build(deps): bump react-dev-utils from 3.1.1 to 3.1.3 in /fixtures/dom
Bumps react-dev-utils from 3.1.1 to 3.1.3.
Release notes
Sourced from react-dev-utils's releases.
v3.1.2
3.1.2 (2019-09-19)
v3.1.2 is a maintenance release that includes minor bug fixes and documentation updates.
:bug: Bug Fix
react-scripts
- #7679 Change runtime chunk name separator from tilde to dash (
@javadoug)- #7538 Explicitly checking that EXTEND_ESLINT is true (
@BrockWills)babel-preset-react-app,react-error-overlay,react-scripts
- #7662 Fix build (
@ianschmitz):nail_care: Enhancement
react-scripts
- #7704 Add new logo (
@iansu)- #7587 Minor performance improvements (
@deftomat)- #7633 Disable babel-loader's cacheCompression (
@jleclanche):memo: Documentation
- #7616 Update deployment.md with another AWS example (
@AndrewBestbier)- #7663 Remove --single-quote from prettier examples (
@brlewis)- #7659 Update running-tests.md (
@weyert)- #7459 Update troubleshooting.md (
@prevostc)- #7650 Adopt Contributor Covenant (
@iansu)- #7620 cleanup-after-each is no longer necessary! (
@iHmD)- #7613 Fix seams between changelog majors (
@emilpalsson)- #7368 Correcting proxy sample (
@szabolcs-szilagyi)- #7536 add a migration step to remove static from robots.txt (
@lookfirst)- #7521 Show logo for mobile views in create-react-app.dev (
@GrooChu):house: Internal
react-scripts
- #7526 The variable dotenvFiles is never reassigned - use const instead (
@Primajin)- #7585 remove trailing spaces (
@xiaoxiangmoe):hammer: Underlying Tools
babel-plugin-named-asset-import,confusing-browser-globals,react-app-polyfill,react-dev-utils,react-error-overlay,react-scripts
- #7681 Bump dependencies (
@ianschmitz)react-scripts
- #7531 Upgrade dotenv-expand to fix issues (
@DominicTobias)eslint-config-react-app,react-scripts
- #7540 Bump version of @typescript-eslint/* (
@pierreneter)Committers: 20
... (truncated)
Changelog
Sourced from react-dev-utils's changelog.
3.4.4 (2020-10-20)
v3.4.4 release bumps
resolve-url-loaderto a version for whichnpm auditdoes not report a vulnerability. Note that this vulnerability did not affect Create React App projects, so this change is only necessary to satisfy auditing tools.Migrating from 3.4.3 to 3.4.4
Inside any created project that has not been ejected, run:
npm install --save --save-exact [email protected]or
yarn add --exact [email protected]3.4.3 (2020-08-12)
v3.4.3 release bumps
terser-webpack-pluginto a version for whichnpm auditdoes not report a vulnerability. Note that this vulnerability did not affect Create React App projects, so this change is only necessary to satisfy auditing tools.Migrating from 3.4.2 to 3.4.3
Inside any created project that has not been ejected, run:
npm install --save --save-exact [email protected]or
yarn add --exact [email protected]3.4.2 (2020-08-11)
v3.4.2 release bumps
webpack-dev-serverto a version for whichnpm auditdoes not report a vulnerability. Note that this vulnerability did not affect Create React App projects, so this change is only necessary to satisfy auditing tools.Migrating from 3.4.1 to 3.4.2
Inside any created project that has not been ejected, run:
npm install --save --save-exact [email protected]or
... (truncated)
Commits
- See full diff in compare view
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 commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill 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 labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.