[PR #64] [MERGED] chore(deps-dev): bump @swc/core from 1.5.5 to 1.5.24 #170

Closed
opened 2026-03-14 20:15:23 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/AppacYazilim/zamanejs/pull/64
Author: @dependabot[bot]
Created: 6/3/2024
Status: Merged
Merged: 6/5/2024
Merged by: @mehmeteminkartal

Base: mainHead: dependabot/npm_and_yarn/swc/core-1.5.24


📝 Commits (1)

  • de78aa0 chore(deps-dev): bump @swc/core from 1.5.5 to 1.5.24

📊 Changes

1 file changed (+53 additions, -50 deletions)

View changed files

📝 package-lock.json (+53 -50)

📄 Description

Bumps @swc/core from 1.5.5 to 1.5.24.

Changelog

Sourced from @​swc/core's changelog.

Changelog

[unreleased]

Bug Fixes

  • (es/es2015) Fix injection location of this for getter/setter properties (#8993) (09121a6)

  • (es/minifier) Preserve unused special properties (#9005) (e764ff6)

  • (es/minifier) Fix comparison of -0.0 (#9012) (8a29577)

  • (es/minifier) Do not index a string with a surrogate pair (#9013) (2879a4d)

  • (es/minifier) Fix evaluation of -0 as a string (#9011) (9f8e24a)

  • (es/resolver) Fix hoisting of const and let (#8987) (0d9ecf3)

Features

  • (es/minifier) Detect TypeScript enum initialization pattern (#8986) (cc8c155)

  • (x) Initialize project (#8999) (da70ebe)

[1.5.23] - 2024-05-30

Bug Fixes

[1.5.9] - 2024-05-28

Bug Fixes

... (truncated)

Commits
  • a108469 chore: Publish 1.5.24 with swc_core v0.92.7
  • a7772a6 chore: Remove src/ prefix
  • 14dbe6a chore: Update changelog
  • 715e87c chore: Publish 1.5.23 with swc_core v0.92.7
  • e07be90 chore: Bump crates
  • 125ddd2 fix(bindings/node): Fix regression of JS APIs (#8998)
  • 1267e3e chore: Bump crates
  • a81a01f fix(es/jest): Handle @jest/globals (#8994)
  • f02be9f chore: Update changelog
  • 797b90b chore: Publish 1.5.22 with swc_core v0.92.6
  • Additional commits viewable 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 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)

🔄 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/AppacYazilim/zamanejs/pull/64 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 6/3/2024 **Status:** ✅ Merged **Merged:** 6/5/2024 **Merged by:** [@mehmeteminkartal](https://github.com/mehmeteminkartal) **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/swc/core-1.5.24` --- ### 📝 Commits (1) - [`de78aa0`](https://github.com/AppacYazilim/zamanejs/commit/de78aa05ac0c8e4899876228f8563418dbed4d55) chore(deps-dev): bump @swc/core from 1.5.5 to 1.5.24 ### 📊 Changes **1 file changed** (+53 additions, -50 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+53 -50) </details> ### 📄 Description Bumps [@swc/core](https://github.com/swc-project/swc) from 1.5.5 to 1.5.24. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/swc-project/swc/blob/main/CHANGELOG.md"><code>@​swc/core</code>'s changelog</a>.</em></p> <blockquote> <h1>Changelog</h1> <h2>[unreleased]</h2> <h3>Bug Fixes</h3> <ul> <li> <p><strong>(es/es2015)</strong> Fix injection location of <code>this</code> for getter/setter properties (<a href="https://redirect.github.com/swc-project/swc/issues/8993">#8993</a>) (<a href="https://github.com/swc-project/swc/commit/09121a61cc5bf390b627e548c471bfc39ccb1c0f">09121a6</a>)</p> </li> <li> <p><strong>(es/minifier)</strong> Preserve unused special properties (<a href="https://redirect.github.com/swc-project/swc/issues/9005">#9005</a>) (<a href="https://github.com/swc-project/swc/commit/e764ff6f64d4e528a2af3e3ad7859ab3f8a2fe48">e764ff6</a>)</p> </li> <li> <p><strong>(es/minifier)</strong> Fix comparison of <code>-0.0</code> (<a href="https://redirect.github.com/swc-project/swc/issues/9012">#9012</a>) (<a href="https://github.com/swc-project/swc/commit/8a29577cc5bd3842d3bccfdbbffa45e4c9944d7f">8a29577</a>)</p> </li> <li> <p><strong>(es/minifier)</strong> Do not index a string with a surrogate pair (<a href="https://redirect.github.com/swc-project/swc/issues/9013">#9013</a>) (<a href="https://github.com/swc-project/swc/commit/2879a4d42b18e7e9d6bc12119a799c6a8c95e108">2879a4d</a>)</p> </li> <li> <p><strong>(es/minifier)</strong> Fix evaluation of <code>-0</code> as a string (<a href="https://redirect.github.com/swc-project/swc/issues/9011">#9011</a>) (<a href="https://github.com/swc-project/swc/commit/9f8e24a76c00b8f4470aadf22f071a60f409a13d">9f8e24a</a>)</p> </li> <li> <p><strong>(es/resolver)</strong> Fix hoisting of <code>const</code> and <code>let</code> (<a href="https://redirect.github.com/swc-project/swc/issues/8987">#8987</a>) (<a href="https://github.com/swc-project/swc/commit/0d9ecf39c1f452be1f2e583f72cebc6986a8088b">0d9ecf3</a>)</p> </li> </ul> <h3>Features</h3> <ul> <li> <p><strong>(es/minifier)</strong> Detect TypeScript enum initialization pattern (<a href="https://redirect.github.com/swc-project/swc/issues/8986">#8986</a>) (<a href="https://github.com/swc-project/swc/commit/cc8c1550ddd8f45712039663487fe07b8dfa2599">cc8c155</a>)</p> </li> <li> <p><strong>(x)</strong> Initialize project (<a href="https://redirect.github.com/swc-project/swc/issues/8999">#8999</a>) (<a href="https://github.com/swc-project/swc/commit/da70ebed692d734ac4c042cd6a67fee9da793731">da70ebe</a>)</p> </li> </ul> <h2>[1.5.23] - 2024-05-30</h2> <h3>Bug Fixes</h3> <ul> <li> <p><strong>(bindings/node)</strong> Fix regression of JS APIs (<a href="https://redirect.github.com/swc-project/swc/issues/8998">#8998</a>) (<a href="https://github.com/swc-project/swc/commit/125ddd2dd98e882f9e10b7d94f766eae85143d71">125ddd2</a>)</p> </li> <li> <p><strong>(es/jest)</strong> Handle <code>@jest/globals</code> (<a href="https://redirect.github.com/swc-project/swc/issues/8994">#8994</a>) (<a href="https://github.com/swc-project/swc/commit/a81a01f629613a624798693e60f9796904a8dce1">a81a01f</a>)</p> </li> </ul> <h2>[1.5.9] - 2024-05-28</h2> <h3>Bug Fixes</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/swc-project/swc/commit/a1084695ae075079c8a0b967f45b6f4cc4c07bcd"><code>a108469</code></a> chore: Publish <code>1.5.24</code> with <code>swc_core</code> <code>v0.92.7</code></li> <li><a href="https://github.com/swc-project/swc/commit/a7772a68534e3dafe94f482b05d4520fda065ce3"><code>a7772a6</code></a> chore: Remove <code>src/</code> prefix</li> <li><a href="https://github.com/swc-project/swc/commit/14dbe6a266f76cdf6e034b94539535c6d2834b32"><code>14dbe6a</code></a> chore: Update changelog</li> <li><a href="https://github.com/swc-project/swc/commit/715e87ccbdb97e793ee82e57591b491eeaa01081"><code>715e87c</code></a> chore: Publish <code>1.5.23</code> with <code>swc_core</code> <code>v0.92.7</code></li> <li><a href="https://github.com/swc-project/swc/commit/e07be900b994b3bdef07261dffc9fb0074703c51"><code>e07be90</code></a> chore: Bump crates</li> <li><a href="https://github.com/swc-project/swc/commit/125ddd2dd98e882f9e10b7d94f766eae85143d71"><code>125ddd2</code></a> fix(bindings/node): Fix regression of JS APIs (<a href="https://redirect.github.com/swc-project/swc/issues/8998">#8998</a>)</li> <li><a href="https://github.com/swc-project/swc/commit/1267e3ecd41182e60728174863b6987183cf56e5"><code>1267e3e</code></a> chore: Bump crates</li> <li><a href="https://github.com/swc-project/swc/commit/a81a01f629613a624798693e60f9796904a8dce1"><code>a81a01f</code></a> fix(es/jest): Handle <code>@jest/globals</code> (<a href="https://redirect.github.com/swc-project/swc/issues/8994">#8994</a>)</li> <li><a href="https://github.com/swc-project/swc/commit/f02be9f6a481549b1fd4d7fa49dcd81c0fbc321b"><code>f02be9f</code></a> chore: Update changelog</li> <li><a href="https://github.com/swc-project/swc/commit/797b90bc88f121087efde3bb6b5a168de41e1661"><code>797b90b</code></a> chore: Publish <code>1.5.22</code> with <code>swc_core</code> <code>v0.92.6</code></li> <li>Additional commits viewable in <a href="https://github.com/swc-project/swc/compare/v1.5.5...v1.5.24">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@swc/core&package-manager=npm_and_yarn&previous-version=1.5.5&new-version=1.5.24)](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 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) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-14 20:15:23 +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/zamanejs#170
No description provided.