[PR #179] [MERGED] fix(deps): bump core-js from 3.30.1 to 3.30.2 in /web #227

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

📋 Pull Request Information

Original PR: https://github.com/NdoleStudio/httpsms/pull/179
Author: @dependabot[bot]
Created: 5/8/2023
Status: Merged
Merged: 5/8/2023
Merged by: @AchoArnold

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


📝 Commits (1)

  • 6786b17 fix(deps): bump core-js from 3.30.1 to 3.30.2 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.1 to 3.30.2.

Changelog

Sourced from core-js's changelog.

3.30.2 - 2023.05.07
  • Added a fix for a NodeJS 20.0.0 bug with cloning File via structuredClone
  • Added protection from Terser unsafe String optimization, #1242
  • Added a workaround for getting proper global object in Figma plugins, #1231
  • Compat data improvements:
Commits
  • a54caa5 3.30.2
  • f619275 Merge pull request #1242 from laverdet/master
  • 1a0dfd4 Lint and "future-proof"
  • 9439c1d Fix Symbol compatibility detection under Terser
  • 0d0f205 a little more correct workaround of File cloning bug
  • 109f538 add a link
  • 3c5394d add a workaround for getting proper global object in Figma plugins, close #1231
  • 6cc816e add a fix for a NodeJS 20.0.0 bug with cloning File via structuredClone
  • See full diff in compare view

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/179 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 5/8/2023 **Status:** ✅ Merged **Merged:** 5/8/2023 **Merged by:** [@AchoArnold](https://github.com/AchoArnold) **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/web/core-js-3.30.2` --- ### 📝 Commits (1) - [`6786b17`](https://github.com/NdoleStudio/httpsms/commit/6786b17cadcc2796f0ce810a98b17b5ec5330121) fix(deps): bump core-js from 3.30.1 to 3.30.2 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.1 to 3.30.2. <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.2">3.30.2 - 2023.05.07</a></h5> <ul> <li>Added a fix for a NodeJS 20.0.0 <a href="https://redirect.github.com/nodejs/node/issues/47612">bug</a> with cloning <code>File</code> via <code>structuredClone</code></li> <li>Added protection from Terser unsafe <code>String</code> optimization, <a href="https://redirect.github.com/zloirock/core-js/issues/1242">#1242</a></li> <li>Added a workaround for getting proper global object in Figma plugins, <a href="https://redirect.github.com/zloirock/core-js/issues/1231">#1231</a></li> <li>Compat data improvements: <ul> <li>Added NodeJS 20.0 compat data mapping</li> <li>Added Deno 1.33 compat data mapping</li> <li><a href="https://url.spec.whatwg.org/#dom-url-canparse"><code>URL.canParse</code></a> marked as supported (fixed) from <a href="https://redirect.github.com/nodejs/node/pull/47513">NodeJS 20.1.0</a> and <a href="https://redirect.github.com/denoland/deno/pull/18896">Deno 1.33.2</a></li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/zloirock/core-js/commit/a54caa5e5c5583ec9cc354b4cd7dcf8a059b6f72"><code>a54caa5</code></a> 3.30.2</li> <li><a href="https://github.com/zloirock/core-js/commit/f619275270ecbf0be95ada5f0723e47085d95174"><code>f619275</code></a> Merge pull request <a href="https://github.com/zloirock/core-js/tree/HEAD/packages/core-js/issues/1242">#1242</a> from laverdet/master</li> <li><a href="https://github.com/zloirock/core-js/commit/1a0dfd4d201257ef9acb49831d8814bcc47a727c"><code>1a0dfd4</code></a> Lint and &quot;future-proof&quot;</li> <li><a href="https://github.com/zloirock/core-js/commit/9439c1dd76024276cec79faee3bb762a1b9ef328"><code>9439c1d</code></a> Fix <code>Symbol</code> compatibility detection under Terser</li> <li><a href="https://github.com/zloirock/core-js/commit/0d0f205ea1333bbf4657edb9579b928a59c5143c"><code>0d0f205</code></a> a little more correct workaround of <code>File</code> cloning bug</li> <li><a href="https://github.com/zloirock/core-js/commit/109f53891b032a987a1d07f7656b70d3743934b2"><code>109f538</code></a> add a link</li> <li><a href="https://github.com/zloirock/core-js/commit/3c5394d84760f0f2788bbd24fd7806066321c46e"><code>3c5394d</code></a> add a workaround for getting proper global object in Figma plugins, close <a href="https://github.com/zloirock/core-js/tree/HEAD/packages/core-js/issues/1231">#1231</a></li> <li><a href="https://github.com/zloirock/core-js/commit/6cc816ebe40eb32a13f88abecd06d1ceaed1af38"><code>6cc816e</code></a> add a fix for a NodeJS 20.0.0 bug with cloning <code>File</code> via <code>structuredClone</code></li> <li>See full diff in <a href="https://github.com/zloirock/core-js/commits/v3.30.2/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.1&new-version=3.30.2)](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:22 +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#227
No description provided.