Bump fsevents and react-scripts #7

Closed
dependabot[bot] wants to merge 1 commits from dependabot/npm_and_yarn/fsevents-and-react-scripts-1.2.13 into main
dependabot[bot] commented 2024-03-02 01:46:11 +08:00 (Migrated from github.com)

Bumps fsevents to 1.2.13 and updates ancestor dependency react-scripts. These dependencies need to be updated together.

Updates fsevents from 1.1.2 to 1.2.13

Release notes

Sourced from fsevents's releases.

Release v1.2.13

Only build on Mac-OSX

Release v1.2.11

Removing node-pre-gyp so that building fsevents becomes easier and enabled without the download of binaries.

The credentials to the AWS store have been lost. Releasing to AWS is both insecure and no longer possible due to the lost credentials.

Intermediate Release

No release notes provided.

Release v1.2.9 - Node v12 compatibility

No release notes provided.

Release Pre-NAPI v1.2.8

No release notes provided.

Version Bump (bundle node-pre-gyp)

No release notes provided.

Prebuilt v11.x

No release notes provided.

v1.2.3

  • Added node v10 for pre-built binaries
  • C++ tuning to fix potential SIGILL and cyclic dependency (#204)

v1.2.2

Fixed node-pre-gyp bundling issue

v1.2.1

[unpublished because of errors during publish process]

v1.2.0

  • BREAKING: End support for Node v0.12. If you are using Node v0.12 please pin your fsevents dependencies to v1.1.3. Not bumping semver major for this release was a compromise solution discussed in #199 and #201.
    • Node v0.10 should continue to work with local compilation for now, but hosted pre-built binaries will no longer be provided. If this is a constraint for you, please pin to an earlier version.
  • Fixed security vulnerability warnings by updating node-pre-gyp to ^0.9.0
  • Compatibility updates for nan v2.9.0

v1.1.3

  • Added node v9 for pre-built binaries
  • Fixed bug related to using --no-bin-links option on install
  • Updated node-pre-gyp to latest version (0.6.39)
Commits

Updates react-scripts from 1.0.10 to 1.1.5

Release notes

Sourced from react-scripts's releases.

v1.0.14

1.0.14 (September 26, 2017)

🐛 Bug Fix

  • react-dev-utils

    • #3098 Always reload the page on next compile after a runtime error. (@​Timer)
  • react-error-overlay

💅 Enhancement

  • react-dev-utils

📝 Documentation

🏠 Internal

... (truncated)

Changelog

Sourced from react-scripts's changelog.

1.1.5 (August 24, 2018)

  • react-scripts

    • Update the webpack-dev-server dependency
  • react-dev-utils

    • #4866 Fix a Windows-only vulnerability (CVE-2018-6342) in the development server (@​acdlite)
    • Update the sockjs-client dependency

Committers: 1

Migrating from 1.1.4 to 1.1.5

Inside any created project that has not been ejected, run:

npm install --save --save-exact react-scripts@1.1.5

or

yarn add --exact react-scripts@1.1.5

1.1.4 (April 3, 2018)

🐛 Bug Fix

Committers: 1

Migrating from 1.1.3 to 1.1.4

Inside any created project that has not been ejected, run:

npm install --save --save-exact react-scripts@1.1.4

or

... (truncated)

Commits

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 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 close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.
Bumps [fsevents](https://github.com/fsevents/fsevents) to 1.2.13 and updates ancestor dependency [react-scripts](https://github.com/facebook/create-react-app/tree/HEAD/packages/react-scripts). These dependencies need to be updated together. Updates `fsevents` from 1.1.2 to 1.2.13 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/fsevents/fsevents/releases">fsevents's releases</a>.</em></p> <blockquote> <h2>Release v1.2.13</h2> <p>Only build on Mac-OSX</p> <h2>Release v1.2.11</h2> <p>Removing node-pre-gyp so that building fsevents becomes easier and enabled without the download of binaries.</p> <p>The credentials to the AWS store have been lost. Releasing to AWS is both insecure and no longer possible due to the lost credentials.</p> <h2>Intermediate Release</h2> <p>No release notes provided.</p> <h2>Release v1.2.9 - Node v12 compatibility</h2> <p>No release notes provided.</p> <h2>Release Pre-NAPI v1.2.8</h2> <p>No release notes provided.</p> <h2>Version Bump (bundle node-pre-gyp)</h2> <p>No release notes provided.</p> <h2>Prebuilt v11.x</h2> <p>No release notes provided.</p> <h2>v1.2.3</h2> <ul> <li>Added node v10 for pre-built binaries</li> <li>C++ tuning to fix potential SIGILL and cyclic dependency (<a href="https://redirect.github.com/fsevents/fsevents/issues/204">#204</a>)</li> </ul> <h2>v1.2.2</h2> <p>Fixed node-pre-gyp bundling issue</p> <h2>v1.2.1</h2> <p>[unpublished because of errors during publish process]</p> <h2>v1.2.0</h2> <ul> <li>BREAKING: End support for Node v0.12. If you are using Node v0.12 please pin your fsevents dependencies to v1.1.3. Not bumping semver major for this release was a compromise solution discussed in <a href="https://redirect.github.com/fsevents/fsevents/issues/199">#199</a> and <a href="https://redirect.github.com/fsevents/fsevents/issues/201">#201</a>. <ul> <li>Node v0.10 should continue to work with local compilation for now, but hosted pre-built binaries will no longer be provided. If this is a constraint for you, please pin to an earlier version.</li> </ul> </li> <li>Fixed security vulnerability warnings by updating node-pre-gyp to ^0.9.0</li> <li>Compatibility updates for nan v2.9.0</li> </ul> <h2>v1.1.3</h2> <ul> <li>Added node v9 for pre-built binaries</li> <li>Fixed bug related to using <code>--no-bin-links</code> option on install</li> <li>Updated node-pre-gyp to latest version (0.6.39)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/fsevents/fsevents/commit/844a05d41fa0f764c7457dae266b0ab50384394a"><code>844a05d</code></a> Version Bump</li> <li><a href="https://github.com/fsevents/fsevents/commit/f393f2aa218d87ab214697a0280c77be02adee8d"><code>f393f2a</code></a> Only build fsevents on macOS (<a href="https://redirect.github.com/fsevents/fsevents/issues/322">#322</a>)</li> <li><a href="https://github.com/fsevents/fsevents/commit/6a281a782e126ccfc9185dcaed79927a75c24ada"><code>6a281a7</code></a> [publish binary]</li> <li><a href="https://github.com/fsevents/fsevents/commit/acc2bcee6f79cf077e6e1b0e422aa81b56e87ded"><code>acc2bce</code></a> [publish binary]</li> <li><a href="https://github.com/fsevents/fsevents/commit/f532b6e8100c034e8b8b77aaaecf37e695175882"><code>f532b6e</code></a> [publish binary]</li> <li><a href="https://github.com/fsevents/fsevents/commit/4c6a1c0b09b5179b14e189cf0ba8ffdda0fa44c5"><code>4c6a1c0</code></a> Add node 13 to travis matrix.</li> <li><a href="https://github.com/fsevents/fsevents/commit/92e40aa2a5a5bec30cf32491587b2d31ff31072c"><code>92e40aa</code></a> Release 1.2.12.</li> <li><a href="https://github.com/fsevents/fsevents/commit/909af26846834642c81d19f4148afa3b7557b058"><code>909af26</code></a> Release v1.2.11</li> <li><a href="https://github.com/fsevents/fsevents/commit/7074adbfbbc743daf31a12916c054b84a1802429"><code>7074adb</code></a> Release v1.2.10</li> <li><a href="https://github.com/fsevents/fsevents/commit/0a052f6c0adb5b066cd1c1c2fcfb04e22ccb0fbc"><code>0a052f6</code></a> Node.js v12 support for v1.x (<a href="https://redirect.github.com/fsevents/fsevents/issues/274">#274</a>)</li> <li>Additional commits viewable in <a href="https://github.com/fsevents/fsevents/compare/v1.1.2...v1.2.13">compare view</a></li> </ul> </details> <br /> Updates `react-scripts` from 1.0.10 to 1.1.5 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/facebook/create-react-app/releases">react-scripts's releases</a>.</em></p> <blockquote> <h2>v1.0.14</h2> <h2>1.0.14 (September 26, 2017)</h2> <h4>:bug: Bug Fix</h4> <ul> <li> <p><code>react-dev-utils</code></p> <ul> <li><a href="https://redirect.github.com/facebookincubator/create-react-app/pull/3098">#3098</a> Always reload the page on next compile after a runtime error. (<a href="https://github.com/Timer"><code>@​Timer</code></a>)</li> </ul> </li> <li> <p><code>react-error-overlay</code></p> <ul> <li><a href="https://redirect.github.com/facebookincubator/create-react-app/pull/3079">#3079</a> Fix code context on Windows. (<a href="https://github.com/Timer"><code>@​Timer</code></a>)</li> </ul> </li> </ul> <h4>:nail_care: Enhancement</h4> <ul> <li> <p><code>react-dev-utils</code></p> <ul> <li> <p><a href="https://redirect.github.com/facebookincubator/create-react-app/pull/3077">#3077</a> Auto-detect running editor on Linux for error overlay. (<a href="https://github.com/gulderov"><code>@​gulderov</code></a>)</p> </li> <li> <p><a href="https://redirect.github.com/facebookincubator/create-react-app/pull/3131">#3131</a> Display process pid in already running message. (<a href="https://github.com/Pajn"><code>@​Pajn</code></a>)</p> </li> </ul> </li> </ul> <h4>:memo: Documentation</h4> <ul> <li> <p>Other</p> <ul> <li><a href="https://redirect.github.com/facebookincubator/create-react-app/pull/3163">#3163</a> Add link to active CSS modules discussion. (<a href="https://github.com/NeekSandhu"><code>@​NeekSandhu</code></a>)</li> </ul> </li> <li> <p><code>react-scripts</code></p> <ul> <li> <p><a href="https://redirect.github.com/facebookincubator/create-react-app/pull/2908">#2908</a> Note that class fields have progressed to stage 3. (<a href="https://github.com/rickbeerendonk"><code>@​rickbeerendonk</code></a>)</p> </li> <li> <p><a href="https://redirect.github.com/facebookincubator/create-react-app/pull/3160">#3160</a> Update unclear wording in webpack configuration (file loader section). (<a href="https://github.com/kristiehoward"><code>@​kristiehoward</code></a>)</p> </li> </ul> </li> <li> <p><code>eslint-config-react-app</code></p> <ul> <li><a href="https://redirect.github.com/facebookincubator/create-react-app/pull/3072">#3072</a> Update eslint versions for install instructions. (<a href="https://github.com/jdcrensh"><code>@​jdcrensh</code></a>)</li> </ul> </li> </ul> <h4>:house: Internal</h4> <ul> <li> <p><code>react-scripts</code></p> <ul> <li> <p><a href="https://redirect.github.com/facebookincubator/create-react-app/pull/3157">#3157</a> Update <code>webpack-dev-server</code> to <code>2.8.2</code>. (<a href="https://github.com/nikolas"><code>@​nikolas</code></a>)</p> </li> <li> <p><a href="https://redirect.github.com/facebookincubator/create-react-app/pull/2989">#2989</a> Update install template to match accessibility guidelines. (<a href="https://github.com/davidleger95"><code>@​davidleger95</code></a>)</p> </li> </ul> </li> <li> <p><code>react-error-overlay</code></p> <ul> <li> <p><a href="https://redirect.github.com/facebookincubator/create-react-app/pull/3065">#3065</a> Updated <code>react-error-overlay</code> to latest Flow (<code>0.54.0</code>). (<a href="https://github.com/duvet86"><code>@​duvet86</code></a>)</p> </li> <li> <p><a href="https://redirect.github.com/facebookincubator/create-react-app/pull/3102">#3102</a> Clean target directory before compiling overlay. (<a href="https://github.com/Timer"><code>@​Timer</code></a>)</p> </li> </ul> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/facebook/create-react-app/blob/main/CHANGELOG-1.x.md">react-scripts's changelog</a>.</em></p> <blockquote> <h2>1.1.5 (August 24, 2018)</h2> <ul> <li> <p><code>react-scripts</code></p> <ul> <li>Update the <code>webpack-dev-server</code> dependency</li> </ul> </li> <li> <p><code>react-dev-utils</code></p> <ul> <li><a href="https://redirect.github.com/facebook/create-react-app/pull/4866">#4866</a> Fix a Windows-only vulnerability (<code>CVE-2018-6342</code>) in the development server (<a href="https://github.com/acdlite"><code>@​acdlite</code></a>)</li> <li>Update the <code>sockjs-client</code> dependency</li> </ul> </li> </ul> <h4>Committers: 1</h4> <ul> <li>Andrew Clark (<a href="https://github.com/acdlite">acdlite</a>)</li> </ul> <h3>Migrating from 1.1.4 to 1.1.5</h3> <p>Inside any created project that has not been ejected, run:</p> <pre lang="sh"><code>npm install --save --save-exact react-scripts@1.1.5 </code></pre> <p>or</p> <pre lang="sh"><code>yarn add --exact react-scripts@1.1.5 </code></pre> <h2>1.1.4 (April 3, 2018)</h2> <h4>:bug: Bug Fix</h4> <ul> <li> <p><code>react-dev-utils</code></p> <ul> <li><a href="https://redirect.github.com/facebook/create-react-app/pull/4250">#4250</a> Upgrade <code>detect-port-alt</code> to fix <a href="https://redirect.github.com/facebook/create-react-app/issues/4189">#4189</a>. (<a href="https://github.com/Timer"><code>@​Timer</code></a>)</li> </ul> </li> </ul> <h4>Committers: 1</h4> <ul> <li>Joe Haddad (<a href="https://github.com/Timer">Timer</a>)</li> </ul> <h3>Migrating from 1.1.3 to 1.1.4</h3> <p>Inside any created project that has not been ejected, run:</p> <pre lang="sh"><code>npm install --save --save-exact react-scripts@1.1.4 </code></pre> <p>or</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/facebook/create-react-app/commit/550fccb6930504eb7da88c5052848d3fde9bf565"><code>550fccb</code></a> Bump release</li> <li><a href="https://github.com/facebook/create-react-app/commit/ca88a69b77f71d353d7c4e43d02f499465a8786c"><code>ca88a69</code></a> Bump versions</li> <li><a href="https://github.com/facebook/create-react-app/commit/ca5998326deebf79845ca00f616b8dad11d90509"><code>ca59983</code></a> Fix link to the article about BEM (<a href="https://github.com/facebook/create-react-app/tree/HEAD/packages/react-scripts/issues/4858">#4858</a>)</li> <li><a href="https://github.com/facebook/create-react-app/commit/ea7b37414aa887dfe7722bbc1c85b3291083053a"><code>ea7b374</code></a> add react-testing-library documentation/examples (<a href="https://github.com/facebook/create-react-app/tree/HEAD/packages/react-scripts/issues/4679">#4679</a>)</li> <li><a href="https://github.com/facebook/create-react-app/commit/8de0412c54bee1bc4d783aa260dd6e9248316e0f"><code>8de0412</code></a> babel-preset-react-app@3.1.2</li> <li><a href="https://github.com/facebook/create-react-app/commit/dfbc71ce2ae07547a8544cce14a1a23fac99e071"><code>dfbc71c</code></a> Publish</li> <li><a href="https://github.com/facebook/create-react-app/commit/408db51973fab34025336f9647105aa7e51c70ab"><code>408db51</code></a> Publish</li> <li><a href="https://github.com/facebook/create-react-app/commit/d639e90bfae5dfd206300533102017864890fab0"><code>d639e90</code></a> Work around Jest environment resolving bug (<a href="https://github.com/facebook/create-react-app/tree/HEAD/packages/react-scripts/issues/4247">#4247</a>)</li> <li><a href="https://github.com/facebook/create-react-app/commit/609aeea67b18fb1a8eb399a1384ea61ca35175af"><code>609aeea</code></a> Publish</li> <li><a href="https://github.com/facebook/create-react-app/commit/cb1608b3e02e0eef5fd350f6e4cf5ce32bdfc215"><code>cb1608b</code></a> Add troubleshooting for Github Pages (<a href="https://github.com/facebook/create-react-app/tree/HEAD/packages/react-scripts/issues/4197">#4197</a>)</li> <li>Additional commits viewable in <a href="https://github.com/facebook/create-react-app/commits/v1.1.5/packages/react-scripts">compare view</a></li> </ul> </details> <br /> 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-automerge-start) [//]: # (dependabot-automerge-end) --- <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 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 close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will 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 version` will 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 dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/xiaohai2271/yapi/network/alerts). </details>
dependabot[bot] commented 2024-03-02 01:58:31 +08:00 (Migrated from github.com)

OK, I won't notify you again about this release, but will get in touch when a new version is available.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

Pull request closed

Sign in to join this conversation.
No description provided.