[PR #40] [MERGED] chore(deps-dev): bump @swc/core from 1.4.12 to 1.4.13 #42

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

📋 Pull Request Information

Original PR: https://github.com/AppacYazilim/zamanejs/pull/40
Author: @dependabot[bot]
Created: 4/15/2024
Status: Merged
Merged: 4/15/2024
Merged by: @mehmeteminkartal

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


📝 Commits (1)

  • 940c4dc chore(deps-dev): bump @swc/core from 1.4.12 to 1.4.13

📊 Changes

1 file changed (+43 additions, -43 deletions)

View changed files

📝 package-lock.json (+43 -43)

📄 Description

Bumps @swc/core from 1.4.12 to 1.4.13.

Changelog

Sourced from @​swc/core's changelog.

[1.4.13] - 2024-04-09

Bug Fixes

  • (es/decorators) Fix capacity overflow with decorators (#8818) (9ed93c1)

  • (es/minifier) Respect top_retain for top-level functions (#8814) (811308c)

  • (es/minifier) Abort IIFE invoker in function parameters (#8828) (ebb68db)

  • (es/module) Respect module.resolveFully in more cases (#8820) (e1f7704)

  • (es/transforms) Fix capacity overflow with decorators (#8815) (974f5c7)

  • (plugin/runner) Pin version of virtual-fs (#8827) (089f61b)

  • (visit) Improve Map implementation for Box (#8819) (dc04657)

Commits
  • 1a5b2f7 chore: Publish 1.4.13 with swc_core v0.90.30
  • 487992d chore: Bump crates
  • ebb68db fix(es/minifier): Abort IIFE invoker in function parameters (#8828)
  • 7fcfc74 chore: Publish 1.4.13-nightly-20240409.1
  • bc9c903 chore: Bump crates
  • 9ed93c1 fix(es/decorators): Fix capacity overflow with decorators (#8818)
  • 8f9aadd chore: Bump crates
  • dc04657 fix(visit): Improve Map implementation for Box (#8819)
  • aa4ed06 chore: Allow gist.github.com for repros
  • e63b39b chore: Bump crates
  • 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/40 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 4/15/2024 **Status:** ✅ Merged **Merged:** 4/15/2024 **Merged by:** [@mehmeteminkartal](https://github.com/mehmeteminkartal) **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/swc/core-1.4.13` --- ### 📝 Commits (1) - [`940c4dc`](https://github.com/AppacYazilim/zamanejs/commit/940c4dc4083708bc34e3161d51ea3e2d579231ad) chore(deps-dev): bump @swc/core from 1.4.12 to 1.4.13 ### 📊 Changes **1 file changed** (+43 additions, -43 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+43 -43) </details> ### 📄 Description Bumps [@swc/core](https://github.com/swc-project/swc) from 1.4.12 to 1.4.13. <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.4.13] - 2024-04-09</h2> <h3>Bug Fixes</h3> <ul> <li> <p><strong>(es/decorators)</strong> Fix capacity overflow with decorators (<a href="https://redirect.github.com/swc-project/swc/issues/8818">#8818</a>) (<a href="https://github.com/swc-project/swc/commit/9ed93c17cdb645274392ebdb9ad87f8fbeeed971">9ed93c1</a>)</p> </li> <li> <p><strong>(es/minifier)</strong> Respect <code>top_retain</code> for top-level functions (<a href="https://redirect.github.com/swc-project/swc/issues/8814">#8814</a>) (<a href="https://github.com/swc-project/swc/commit/811308c3526003608e61c559f43408f6065ff9ee">811308c</a>)</p> </li> <li> <p><strong>(es/minifier)</strong> Abort IIFE invoker in function parameters (<a href="https://redirect.github.com/swc-project/swc/issues/8828">#8828</a>) (<a href="https://github.com/swc-project/swc/commit/ebb68db24d7287ca12d85a68a34aabfa660eeae0">ebb68db</a>)</p> </li> <li> <p><strong>(es/module)</strong> Respect <code>module.resolveFully</code> in more cases (<a href="https://redirect.github.com/swc-project/swc/issues/8820">#8820</a>) (<a href="https://github.com/swc-project/swc/commit/e1f770463d1f0402468e07fca9c637e3823bb2d1">e1f7704</a>)</p> </li> <li> <p><strong>(es/transforms)</strong> Fix capacity overflow with decorators (<a href="https://redirect.github.com/swc-project/swc/issues/8815">#8815</a>) (<a href="https://github.com/swc-project/swc/commit/974f5c759c7736ab521d18c8e7bd88210691a2ab">974f5c7</a>)</p> </li> <li> <p><strong>(plugin/runner)</strong> Pin version of <code>virtual-fs</code> (<a href="https://redirect.github.com/swc-project/swc/issues/8827">#8827</a>) (<a href="https://github.com/swc-project/swc/commit/089f61bc37bb9c09dc94a24a5518840883827f57">089f61b</a>)</p> </li> <li> <p><strong>(visit)</strong> Improve <code>Map</code> implementation for <code>Box</code> (<a href="https://redirect.github.com/swc-project/swc/issues/8819">#8819</a>) (<a href="https://github.com/swc-project/swc/commit/dc046572def13a3eb625520c5a8bfd651b86f3a3">dc04657</a>)</p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/swc-project/swc/commit/1a5b2f729d3637a198e839da3f0297b6409346f9"><code>1a5b2f7</code></a> chore: Publish <code>1.4.13</code> with <code>swc_core</code> <code>v0.90.30</code></li> <li><a href="https://github.com/swc-project/swc/commit/487992d9fa4b2773e4773838196fbdb9667baea7"><code>487992d</code></a> chore: Bump crates</li> <li><a href="https://github.com/swc-project/swc/commit/ebb68db24d7287ca12d85a68a34aabfa660eeae0"><code>ebb68db</code></a> fix(es/minifier): Abort IIFE invoker in function parameters (<a href="https://redirect.github.com/swc-project/swc/issues/8828">#8828</a>)</li> <li><a href="https://github.com/swc-project/swc/commit/7fcfc74d15645dd2fb0ff95a9002662e152ca8e2"><code>7fcfc74</code></a> chore: Publish 1.4.13-nightly-20240409.1</li> <li><a href="https://github.com/swc-project/swc/commit/bc9c90332f05446f93cc4b033ef3670ee3996f7e"><code>bc9c903</code></a> chore: Bump crates</li> <li><a href="https://github.com/swc-project/swc/commit/9ed93c17cdb645274392ebdb9ad87f8fbeeed971"><code>9ed93c1</code></a> fix(es/decorators): Fix capacity overflow with decorators (<a href="https://redirect.github.com/swc-project/swc/issues/8818">#8818</a>)</li> <li><a href="https://github.com/swc-project/swc/commit/8f9aadde385283e910eb21400097fc3743c17a95"><code>8f9aadd</code></a> chore: Bump crates</li> <li><a href="https://github.com/swc-project/swc/commit/dc046572def13a3eb625520c5a8bfd651b86f3a3"><code>dc04657</code></a> fix(visit): Improve <code>Map</code> implementation for <code>Box</code> (<a href="https://redirect.github.com/swc-project/swc/issues/8819">#8819</a>)</li> <li><a href="https://github.com/swc-project/swc/commit/aa4ed06fe558d1bd412d8185c6490b50488e716e"><code>aa4ed06</code></a> chore: Allow gist.github.com for repros</li> <li><a href="https://github.com/swc-project/swc/commit/e63b39bbcdbac9f5165240ba88c19812fb247588"><code>e63b39b</code></a> chore: Bump crates</li> <li>Additional commits viewable in <a href="https://github.com/swc-project/swc/compare/v1.4.12...v1.4.13">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.4.12&new-version=1.4.13)](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: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/zamanejs#42
No description provided.