[PR #160] [MERGED] fix(deps): bump core-js from 3.30.0 to 3.30.1 in /web #210

Closed
opened 2026-03-03 16:37:17 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/NdoleStudio/httpsms/pull/160
Author: @dependabot[bot]
Created: 4/17/2023
Status: Merged
Merged: 4/17/2023
Merged by: @AchoArnold

Base: mainHead: dependabot/npm_and_yarn/web/core-js-3.30.1


📝 Commits (1)

  • b3a3d26 fix(deps): bump core-js from 3.30.0 to 3.30.1 in /web

📊 Changes

3 files changed (+9 additions, -9 deletions)

View changed files

📝 web/package-lock.json (+4 -4)
📝 web/package.json (+1 -1)
📝 web/yarn.lock (+4 -4)

📄 Description

Bumps core-js from 3.30.0 to 3.30.1.

Changelog

Sourced from core-js's changelog.

3.30.1 - 2023.04.14
Commits

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

🔄 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/NdoleStudio/httpsms/pull/160 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 4/17/2023 **Status:** ✅ Merged **Merged:** 4/17/2023 **Merged by:** [@AchoArnold](https://github.com/AchoArnold) **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/web/core-js-3.30.1` --- ### 📝 Commits (1) - [`b3a3d26`](https://github.com/NdoleStudio/httpsms/commit/b3a3d26d977da9c566a15c2aed8906389669b19d) fix(deps): bump core-js from 3.30.0 to 3.30.1 in /web ### 📊 Changes **3 files changed** (+9 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `web/package-lock.json` (+4 -4) 📝 `web/package.json` (+1 -1) 📝 `web/yarn.lock` (+4 -4) </details> ### 📄 Description Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) from 3.30.0 to 3.30.1. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/zloirock/core-js/blob/master/CHANGELOG.md">core-js's changelog</a>.</em></p> <blockquote> <h5><a href="https://github.com/zloirock/core-js/releases/tag/v3.30.1">3.30.1 - 2023.04.14</a></h5> <ul> <li>Added a fix for a NodeJS 19.9.0 <code>URL.canParse</code> <a href="https://redirect.github.com/nodejs/node/issues/47505">bug</a></li> <li>Compat data improvements: <ul> <li><a href="https://github.com/tc39/proposal-json-parse-with-source"><code>JSON.parse</code> source text access proposal</a> features marked as <a href="https://chromestatus.com/feature/5121582673428480">supported</a> from V8 ~ Chrome 114</li> <li><a href="https://github.com/tc39/proposal-arraybuffer-transfer"><code>ArrayBuffer.prototype.transfer</code> and friends proposal</a> features marked as <a href="https://chromestatus.com/feature/5073244152922112">supported</a> from V8 ~ Chrome 114</li> <li><a href="https://redirect.github.com/whatwg/url/pull/734"><code>URLSearchParams.prototype.size</code></a> marked as supported from V8 ~ Chrome 113</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/zloirock/core-js/commit/46e2a5ca1fbc4a32320df44d74456e8e14dc970c"><code>46e2a5c</code></a> 3.30.1</li> <li><a href="https://github.com/zloirock/core-js/commit/102917619c80618a6a4f86123878580cc13d2dd5"><code>1029176</code></a> add a fix for a NodeJS 19.9.0 <code>URL.canParse</code> bug</li> <li>See full diff in <a href="https://github.com/zloirock/core-js/commits/v3.30.1/packages/core-js">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=core-js&package-manager=npm_and_yarn&previous-version=3.30.0&new-version=3.30.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 16:37:17 +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/httpsms#210
No description provided.