[PR #33] [MERGED] chore(deps-dev): bump @swc/core from 1.4.8 to 1.4.12 #147

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

📋 Pull Request Information

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

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


📝 Commits (2)

  • e5d4c55 chore(deps-dev): bump @swc/core from 1.4.8 to 1.4.12
  • 3ee30ff Merge branch 'main' into dependabot/npm_and_yarn/swc/core-1.4.12

📊 Changes

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

View changed files

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

📄 Description

Bumps @swc/core from 1.4.8 to 1.4.12.

Changelog

Sourced from @​swc/core's changelog.

[1.4.12] - 2024-04-04

Bug Fixes

  • (common) Fix source index for inputSourceMap (#8800) (4f9ab81)

  • (es) Change default value of inputSourceMap to true (#8801) (9ffcd18)

  • (es/bugfixes) Fix fn transform in nameless fns (#8796) (7ad004e)

  • (es/helpers) Fix metadata of decorators being undefined (#8768) (263ce6e)

  • (es/minifier) Abort fn inliner if there's a spread arg (#8809) (730ded2)

  • (es/module) Fix jsc.paths with resolveFully (#8784) (4961bb0)

  • (es/parser) Tweak msg of SyntaxError::UsingDeclNotEnabled (#8791) (95c822e)

Features

  • (es/minifier) Evaluate spread of arrays (#8811) (47714c5)

  • (plugin/runner) Improve error message for Wasm plugin crashes (#8794) (571d297)

Miscellaneous Tasks

  • (deps) Update dependencies (#8810) (207582f)

  • (es/transforms) Add repository field to swc_ecma_ext_transforms (#8793) (37f0a79)

Performance

... (truncated)

Commits
  • 0a76e16 chore: Publish 1.4.12 with swc_core v0.90.27
  • c3b750d chore: Publish 1.4.12-nightly-20240404.1
  • dc25df1 chore: Bump crates
  • 47714c5 feat(es/minifier): Evaluate spread of arrays (#8811)
  • ff5f69f chore: Bump crates
  • 730ded2 fix(es/minifier): Abort fn inliner if there's a spread arg (#8809)
  • d1eb7b8 chore: Bump crates
  • 207582f chore(deps): Update dependencies (#8810)
  • 9e28254 chore: Bump crates
  • 9ffcd18 fix(es): Change default value of inputSourceMap to true (#8801)
  • 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/33 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 4/8/2024 **Status:** ✅ Merged **Merged:** 4/11/2024 **Merged by:** [@mehmeteminkartal](https://github.com/mehmeteminkartal) **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/swc/core-1.4.12` --- ### 📝 Commits (2) - [`e5d4c55`](https://github.com/AppacYazilim/zamanejs/commit/e5d4c556121370690fbc8b46b11a85a27457d3a3) chore(deps-dev): bump @swc/core from 1.4.8 to 1.4.12 - [`3ee30ff`](https://github.com/AppacYazilim/zamanejs/commit/3ee30ff91c850f6044ba05cee3144d7c704eb583) Merge branch 'main' into dependabot/npm_and_yarn/swc/core-1.4.12 ### 📊 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.8 to 1.4.12. <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.12] - 2024-04-04</h2> <h3>Bug Fixes</h3> <ul> <li> <p><strong>(common)</strong> Fix source index for <code>inputSourceMap</code> (<a href="https://redirect.github.com/swc-project/swc/issues/8800">#8800</a>) (<a href="https://github.com/swc-project/swc/commit/4f9ab8151dad9984c81c72eb10c2afe5313a7591">4f9ab81</a>)</p> </li> <li> <p><strong>(es)</strong> Change default value of <code>inputSourceMap</code> to <code>true</code> (<a href="https://redirect.github.com/swc-project/swc/issues/8801">#8801</a>) (<a href="https://github.com/swc-project/swc/commit/9ffcd1823c0abdc741f654b8e1e330cdc06769a1">9ffcd18</a>)</p> </li> <li> <p><strong>(es/bugfixes)</strong> Fix fn transform in nameless fns (<a href="https://redirect.github.com/swc-project/swc/issues/8796">#8796</a>) (<a href="https://github.com/swc-project/swc/commit/7ad004e1899d98ee8da49909163455b3b622686d">7ad004e</a>)</p> </li> <li> <p><strong>(es/helpers)</strong> Fix metadata of decorators being <code>undefined</code> (<a href="https://redirect.github.com/swc-project/swc/issues/8768">#8768</a>) (<a href="https://github.com/swc-project/swc/commit/263ce6e22bd4dbba0323099f256fb062b8e644a2">263ce6e</a>)</p> </li> <li> <p><strong>(es/minifier)</strong> Abort fn inliner if there's a spread arg (<a href="https://redirect.github.com/swc-project/swc/issues/8809">#8809</a>) (<a href="https://github.com/swc-project/swc/commit/730ded2a26f63f0069dea0d3bc207bb31f344444">730ded2</a>)</p> </li> <li> <p><strong>(es/module)</strong> Fix <code>jsc.paths</code> with <code>resolveFully</code> (<a href="https://redirect.github.com/swc-project/swc/issues/8784">#8784</a>) (<a href="https://github.com/swc-project/swc/commit/4961bb055df9925da97279819d2fdf740b4b3d92">4961bb0</a>)</p> </li> <li> <p><strong>(es/parser)</strong> Tweak msg of <code>SyntaxError::UsingDeclNotEnabled</code> (<a href="https://redirect.github.com/swc-project/swc/issues/8791">#8791</a>) (<a href="https://github.com/swc-project/swc/commit/95c822e7c43470e4c972bef00d97e7e0de02e0b0">95c822e</a>)</p> </li> </ul> <h3>Features</h3> <ul> <li> <p><strong>(es/minifier)</strong> Evaluate spread of arrays (<a href="https://redirect.github.com/swc-project/swc/issues/8811">#8811</a>) (<a href="https://github.com/swc-project/swc/commit/47714c52ce08b0e94617d17c11c8e8994c62dbaa">47714c5</a>)</p> </li> <li> <p><strong>(plugin/runner)</strong> Improve error message for Wasm plugin crashes (<a href="https://redirect.github.com/swc-project/swc/issues/8794">#8794</a>) (<a href="https://github.com/swc-project/swc/commit/571d29781a90f4def4811ae46fa4a5f966e461e6">571d297</a>)</p> </li> </ul> <h3>Miscellaneous Tasks</h3> <ul> <li> <p><strong>(deps)</strong> Update dependencies (<a href="https://redirect.github.com/swc-project/swc/issues/8810">#8810</a>) (<a href="https://github.com/swc-project/swc/commit/207582ff254a66a9dd4613de6d3cb43c19957b68">207582f</a>)</p> </li> <li> <p><strong>(es/transforms)</strong> Add <code>repository</code> field to <code>swc_ecma_ext_transforms</code> (<a href="https://redirect.github.com/swc-project/swc/issues/8793">#8793</a>) (<a href="https://github.com/swc-project/swc/commit/37f0a7994bdf7d90c30a00f70c6dde97b4d89c8f">37f0a79</a>)</p> </li> </ul> <h3>Performance</h3> <ul> <li><strong>(atoms)</strong> Update <code>hstr</code> (<a href="https://redirect.github.com/swc-project/swc/issues/8799">#8799</a>) (<a href="https://github.com/swc-project/swc/commit/0745624cb71e12b18b06d9ee106066d8b585c4c6">0745624</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/swc-project/swc/commit/0a76e16f6d3adeeec8e880295d6efdd18dfbdb4d"><code>0a76e16</code></a> chore: Publish <code>1.4.12</code> with <code>swc_core</code> <code>v0.90.27</code></li> <li><a href="https://github.com/swc-project/swc/commit/c3b750dc85ab58650da459e251f805d7556419ec"><code>c3b750d</code></a> chore: Publish 1.4.12-nightly-20240404.1</li> <li><a href="https://github.com/swc-project/swc/commit/dc25df1b56408c6dc854b96fc18b247e2fe9076e"><code>dc25df1</code></a> chore: Bump crates</li> <li><a href="https://github.com/swc-project/swc/commit/47714c52ce08b0e94617d17c11c8e8994c62dbaa"><code>47714c5</code></a> feat(es/minifier): Evaluate spread of arrays (<a href="https://redirect.github.com/swc-project/swc/issues/8811">#8811</a>)</li> <li><a href="https://github.com/swc-project/swc/commit/ff5f69f7e015ff85bedc4d1c7410a7068fbb330f"><code>ff5f69f</code></a> chore: Bump crates</li> <li><a href="https://github.com/swc-project/swc/commit/730ded2a26f63f0069dea0d3bc207bb31f344444"><code>730ded2</code></a> fix(es/minifier): Abort fn inliner if there's a spread arg (<a href="https://redirect.github.com/swc-project/swc/issues/8809">#8809</a>)</li> <li><a href="https://github.com/swc-project/swc/commit/d1eb7b81367f100394449595b510856645fcecb6"><code>d1eb7b8</code></a> chore: Bump crates</li> <li><a href="https://github.com/swc-project/swc/commit/207582ff254a66a9dd4613de6d3cb43c19957b68"><code>207582f</code></a> chore(deps): Update dependencies (<a href="https://redirect.github.com/swc-project/swc/issues/8810">#8810</a>)</li> <li><a href="https://github.com/swc-project/swc/commit/9e2825428284dae5729e4c79e66719577c8b1160"><code>9e28254</code></a> chore: Bump crates</li> <li><a href="https://github.com/swc-project/swc/commit/9ffcd1823c0abdc741f654b8e1e330cdc06769a1"><code>9ffcd18</code></a> fix(es): Change default value of <code>inputSourceMap</code> to <code>true</code> (<a href="https://redirect.github.com/swc-project/swc/issues/8801">#8801</a>)</li> <li>Additional commits viewable in <a href="https://github.com/swc-project/swc/compare/v1.4.8...v1.4.12">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.8&new-version=1.4.12)](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:14:01 +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#147
No description provided.