[PR #59] [CLOSED] chore(deps-dev): bump @swc/core from 1.5.5 to 1.5.7 #58

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

📋 Pull Request Information

Original PR: https://github.com/AppacYazilim/zamanejs/pull/59
Author: @dependabot[bot]
Created: 5/20/2024
Status: Closed

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


📝 Commits (1)

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

📊 Changes

1 file changed (+51 additions, -48 deletions)

View changed files

📝 package-lock.json (+51 -48)

📄 Description

Bumps @swc/core from 1.5.5 to 1.5.7.

Changelog

Sourced from @​swc/core's changelog.

[1.5.7] - 2024-05-14

Documentation

[1.5.6] - 2024-05-14

Bug Fixes

  • (es) Allow input source map file to be omitted (#8951) (606cb67)

  • (es/ast) Pin version of unicodes (#8941) (6362ff4)

  • (es/compat) Avoid reserved name for private method (#8949) (7053bb1)

  • (es/minifier) Abort inliner on mutation via property (#8938) (257afc9)

  • (es/minifier) Don't invoke IIFE containing reserved words (#8939) (5a3456c)

  • (es/minifier) Fix evaluation of String.charCodeAt (#8946) (772c50f)

  • (es/minifier) Abort seq inliner on ** (#8947) (3046d71)

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 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/59 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 5/20/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/swc/core-1.5.7` --- ### 📝 Commits (1) - [`c6c2354`](https://github.com/AppacYazilim/zamanejs/commit/c6c2354e91b96ff3d7e81b7535a5a17c60ca1d85) chore(deps-dev): bump @swc/core from 1.5.5 to 1.5.7 ### 📊 Changes **1 file changed** (+51 additions, -48 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+51 -48) </details> ### 📄 Description Bumps [@swc/core](https://github.com/swc-project/swc) from 1.5.5 to 1.5.7. <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> <h2>[1.5.7] - 2024-05-14</h2> <h3>Documentation</h3> <ul> <li><strong>(es/typescript)</strong> Fix example (<a href="https://redirect.github.com/swc-project/swc/issues/8952">#8952</a>) (<a href="https://github.com/swc-project/swc/commit/ff60960afe3f2866e5c98f0414884fa93b5ab3f6">ff60960</a>)</li> </ul> <h2>[1.5.6] - 2024-05-14</h2> <h3>Bug Fixes</h3> <ul> <li> <p><strong>(es)</strong> Allow input source map file to be omitted (<a href="https://redirect.github.com/swc-project/swc/issues/8951">#8951</a>) (<a href="https://github.com/swc-project/swc/commit/606cb677c42dd43c24ba49ad0912998e33159560">606cb67</a>)</p> </li> <li> <p><strong>(es/ast)</strong> Pin version of unicodes (<a href="https://redirect.github.com/swc-project/swc/issues/8941">#8941</a>) (<a href="https://github.com/swc-project/swc/commit/6362ff4ba80afc9c887a8817582ae976a05c1d90">6362ff4</a>)</p> </li> <li> <p><strong>(es/compat)</strong> Avoid reserved name for private method (<a href="https://redirect.github.com/swc-project/swc/issues/8949">#8949</a>) (<a href="https://github.com/swc-project/swc/commit/7053bb16ce19ba476760b7fe0b1627d1210d6e18">7053bb1</a>)</p> </li> <li> <p><strong>(es/minifier)</strong> Abort inliner on mutation via property (<a href="https://redirect.github.com/swc-project/swc/issues/8938">#8938</a>) (<a href="https://github.com/swc-project/swc/commit/257afc92c9b2a751935f8fdee1b84bc9222359b6">257afc9</a>)</p> </li> <li> <p><strong>(es/minifier)</strong> Don't invoke IIFE containing reserved words (<a href="https://redirect.github.com/swc-project/swc/issues/8939">#8939</a>) (<a href="https://github.com/swc-project/swc/commit/5a3456c254a686ceef343ce5f9ec67b3e4644138">5a3456c</a>)</p> </li> <li> <p><strong>(es/minifier)</strong> Fix evaluation of <code>String.charCodeAt</code> (<a href="https://redirect.github.com/swc-project/swc/issues/8946">#8946</a>) (<a href="https://github.com/swc-project/swc/commit/772c50fd7610768c43cf795b03dcae1d00f715d2">772c50f</a>)</p> </li> <li> <p><strong>(es/minifier)</strong> Abort seq inliner on <code>**</code> (<a href="https://redirect.github.com/swc-project/swc/issues/8947">#8947</a>) (<a href="https://github.com/swc-project/swc/commit/3046d71daa77327e7b211cfdb641e3e6148bea5f">3046d71</a>)</p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/swc-project/swc/commit/a5004fac0fd06ead50be3eb39f1f63cbd3557e20"><code>a5004fa</code></a> chore: Publish <code>1.5.7</code> with <code>swc_core</code> <code>v0.92.4</code></li> <li><a href="https://github.com/swc-project/swc/commit/1c38badecc48b36e95dc992998117d77bb41cfbd"><code>1c38bad</code></a> chore: Update <code>@swc/types</code></li> <li><a href="https://github.com/swc-project/swc/commit/ee09d7f40c9cc94f5084bd0a0e9578508e30fa03"><code>ee09d7f</code></a> chore: Publiush <code>@swc/types@v0.1.7</code></li> <li><a href="https://github.com/swc-project/swc/commit/53e1ae2e1bf4f04de1c247dd0fde2354dcea220e"><code>53e1ae2</code></a> chore: Bump crates</li> <li><a href="https://github.com/swc-project/swc/commit/ff60960afe3f2866e5c98f0414884fa93b5ab3f6"><code>ff60960</code></a> doc(es/typescript): Fix example (<a href="https://redirect.github.com/swc-project/swc/issues/8952">#8952</a>)</li> <li><a href="https://github.com/swc-project/swc/commit/3887a512cc11be006ce7a8dcf9faab3de61fba90"><code>3887a51</code></a> chore: Update changelog</li> <li><a href="https://github.com/swc-project/swc/commit/5c93873660764be5749ac863bde5380609693155"><code>5c93873</code></a> chore: Publish <code>1.5.6</code> with <code>swc_core</code> <code>v0.92.4</code></li> <li><a href="https://github.com/swc-project/swc/commit/23b63bc1e5ba49f57f95032e943f0b4d4d3a48f6"><code>23b63bc</code></a> chore: Bump crates</li> <li><a href="https://github.com/swc-project/swc/commit/606cb677c42dd43c24ba49ad0912998e33159560"><code>606cb67</code></a> fix(es): Allow input source map file to be omitted (<a href="https://redirect.github.com/swc-project/swc/issues/8951">#8951</a>)</li> <li><a href="https://github.com/swc-project/swc/commit/6bd0d983e23ab6d2cc8d6fc72e718f6f54b68682"><code>6bd0d98</code></a> chore: Bump crates</li> <li>Additional commits viewable in <a href="https://github.com/swc-project/swc/compare/v1.5.5...v1.5.7">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.7)](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-02 02:26:26 +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#58
No description provided.