[PR #263] [MERGED] Bump ansi-html and react-scripts in /app #372

Closed
opened 2026-02-26 04:35:01 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/mageddo/dns-proxy-server/pull/263
Author: @dependabot[bot]
Created: 1/29/2023
Status: Merged
Merged: 2/22/2023
Merged by: @mageddo

Base: frontend-upgradeHead: dependabot/npm_and_yarn/app/ansi-html-and-react-scripts--removed


📝 Commits (1)

  • 468bf28 Bump ansi-html and react-scripts in /app

📊 Changes

2 files changed (+8333 additions, -9166 deletions)

View changed files

📝 app/package-lock.json (+8332 -9165)
📝 app/package.json (+1 -1)

📄 Description

Removes ansi-html. It's no longer used after updating ancestor dependency react-scripts. These dependencies need to be updated together.

Removes ansi-html

Updates react-scripts from 3.0.1 to 5.0.1

Changelog

Sourced from react-scripts's changelog.

3.4.4 (2020-10-20)

v3.4.4 release bumps resolve-url-loader to a version for which npm audit does 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 react-scripts@3.4.4

or

yarn add --exact react-scripts@3.4.4

3.4.3 (2020-08-12)

v3.4.3 release bumps terser-webpack-plugin to a version for which npm audit does 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 react-scripts@3.4.3

or

yarn add --exact react-scripts@3.4.3

3.4.2 (2020-08-11)

v3.4.2 release bumps webpack-dev-server to a version for which npm audit does 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 react-scripts@3.4.2

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 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)
  • @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

You can disable automated security fix PRs for this repo from the Security Alerts page.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/mageddo/dns-proxy-server/pull/263 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 1/29/2023 **Status:** ✅ Merged **Merged:** 2/22/2023 **Merged by:** [@mageddo](https://github.com/mageddo) **Base:** `frontend-upgrade` ← **Head:** `dependabot/npm_and_yarn/app/ansi-html-and-react-scripts--removed` --- ### 📝 Commits (1) - [`468bf28`](https://github.com/mageddo/dns-proxy-server/commit/468bf28c822ba3b3ba6297b1803d5707c3e7de90) Bump ansi-html and react-scripts in /app ### 📊 Changes **2 files changed** (+8333 additions, -9166 deletions) <details> <summary>View changed files</summary> 📝 `app/package-lock.json` (+8332 -9165) 📝 `app/package.json` (+1 -1) </details> ### 📄 Description Removes [ansi-html](https://github.com/Tjatse/ansi-html). It's no longer used after updating ancestor dependency [react-scripts](https://github.com/facebook/create-react-app/tree/HEAD/packages/react-scripts). These dependencies need to be updated together. Removes `ansi-html` Updates `react-scripts` from 3.0.1 to 5.0.1 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/facebook/create-react-app/blob/main/CHANGELOG-3.x.md">react-scripts's changelog</a>.</em></p> <blockquote> <h2>3.4.4 (2020-10-20)</h2> <p>v3.4.4 release bumps <code>resolve-url-loader</code> to a version for which <code>npm audit</code> does not report a vulnerability. Note that <strong>this vulnerability did not affect Create React App projects</strong>, so this change is only necessary to satisfy auditing tools.</p> <h3>Migrating from 3.4.3 to 3.4.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@3.4.4 </code></pre> <p>or</p> <pre lang="sh"><code>yarn add --exact react-scripts@3.4.4 </code></pre> <h2>3.4.3 (2020-08-12)</h2> <p>v3.4.3 release bumps <code>terser-webpack-plugin</code> to a version for which <code>npm audit</code> does not report a vulnerability. Note that <strong>this vulnerability did not affect Create React App projects</strong>, so this change is only necessary to satisfy auditing tools.</p> <h3>Migrating from 3.4.2 to 3.4.3</h3> <p>Inside any created project that has not been ejected, run:</p> <pre lang="sh"><code>npm install --save --save-exact react-scripts@3.4.3 </code></pre> <p>or</p> <pre lang="sh"><code>yarn add --exact react-scripts@3.4.3 </code></pre> <h2>3.4.2 (2020-08-11)</h2> <p>v3.4.2 release bumps <code>webpack-dev-server</code> to a version for which <code>npm audit</code> does not report a vulnerability. Note that <strong>this vulnerability did not affect Create React App projects</strong>, so this change is only necessary to satisfy auditing tools.</p> <h3>Migrating from 3.4.1 to 3.4.2</h3> <p>Inside any created project that has not been ejected, run:</p> <pre lang="sh"><code>npm install --save --save-exact react-scripts@3.4.2 </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/19fa58d527ae74f2b6baa0867463eea1d290f9a5"><code>19fa58d</code></a> Publish</li> <li><a href="https://github.com/facebook/create-react-app/commit/9802941ff049a28da2682801bc182a29761b71f4"><code>9802941</code></a> fix: webpack noise printed only if error or warning (<a href="https://github.com/facebook/create-react-app/tree/HEAD/packages/react-scripts/issues/12245">#12245</a>)</li> <li><a href="https://github.com/facebook/create-react-app/commit/2eef1d0a1db2e84cdcd6e7ca941c85a48cc7cc65"><code>2eef1d0</code></a> Update templates to use React 18 <code>createRoot</code> (<a href="https://github.com/facebook/create-react-app/tree/HEAD/packages/react-scripts/issues/12220">#12220</a>)</li> <li><a href="https://github.com/facebook/create-react-app/commit/221e511730ca51c036c6954a9d2ee7659ff860f9"><code>221e511</code></a> Publish</li> <li><a href="https://github.com/facebook/create-react-app/commit/5614c87bfbaae0ce52ac15aedd2cd0f91ffd420d"><code>5614c87</code></a> Add support for Tailwind (<a href="https://github.com/facebook/create-react-app/tree/HEAD/packages/react-scripts/issues/11717">#11717</a>)</li> <li><a href="https://github.com/facebook/create-react-app/commit/20edab4894b301f6b90dad0f90a2f82c52a7ac66"><code>20edab4</code></a> fix(webpackDevServer): disable overlay for warnings (<a href="https://github.com/facebook/create-react-app/tree/HEAD/packages/react-scripts/issues/11413">#11413</a>)</li> <li><a href="https://github.com/facebook/create-react-app/commit/3afbbc0ab922fb982bb275ccb3fe5beecdf5f889"><code>3afbbc0</code></a> Update all dependencies (<a href="https://github.com/facebook/create-react-app/tree/HEAD/packages/react-scripts/issues/11624">#11624</a>)</li> <li><a href="https://github.com/facebook/create-react-app/commit/f5467d5e77d51a3f23dd5fa70697dbab79832489"><code>f5467d5</code></a> feat(eslint-config-react-app): support ESLint 8.x (<a href="https://github.com/facebook/create-react-app/tree/HEAD/packages/react-scripts/issues/11375">#11375</a>)</li> <li><a href="https://github.com/facebook/create-react-app/commit/c7627ce96c4674f327081f101dd0e2771be4d045"><code>c7627ce</code></a> Update webpack and dev server (<a href="https://github.com/facebook/create-react-app/tree/HEAD/packages/react-scripts/issues/11646">#11646</a>)</li> <li><a href="https://github.com/facebook/create-react-app/commit/544befeb536a89b0ff95792df70bb037b17f55b9"><code>544befe</code></a> Update package.json (<a href="https://github.com/facebook/create-react-app/tree/HEAD/packages/react-scripts/issues/11597">#11597</a>)</li> <li>Additional commits viewable in <a href="https://github.com/facebook/create-react-app/commits/react-scripts@5.0.1/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 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) - `@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 You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/mageddo/dns-proxy-server/network/alerts). </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 04:35:01 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/dns-proxy-server-mageddo#372
No description provided.