[PR #47] [MERGED] chore(deps-dev): bump @swc/core from 1.4.16 to 1.4.17 #48

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

📋 Pull Request Information

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

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


📝 Commits (1)

  • 2cb62ee chore(deps-dev): bump @swc/core from 1.4.16 to 1.4.17

📊 Changes

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

View changed files

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

📄 Description

Bumps @swc/core from 1.4.16 to 1.4.17.

Changelog

Sourced from @​swc/core's changelog.

[1.4.17] - 2024-04-23

Bug Fixes

  • (es) Ignore sourceMappingURL in string literals (#8879) (d7188cd)

  • (es/codegen) Use Str.raw for es5 (#8873) (c7a06b1)

  • (es/compat) Fix async generator (#8881) (063eabd)

  • (es/resolver) Prioritze jsc.paths by length in tsc resolver (#8875) (e22c368)

  • (html/codegen) Expand elements before which body isn’t elided (#8877) (5419a94)

Commits
  • 3311da7 chore: Publish 1.4.17 with swc_core v0.90.37
  • b1c22d5 chore: Improve publish script
  • fedf06f chore: Publish 1.4.17-nightly-20240423.3
  • 2c1e959 chore: Publish 1.4.17-nightly-20240423.2
  • 7b08d38 chore: Update bindings
  • 2fbb864 chore: Publish 1.4.17-nightly-20240423.1
  • 6d3c41d chore: Bump crates
  • c7a06b1 fix(es/codegen): Use Str.raw for es5 (#8873)
  • f5e50c2 chore: Bump crates
  • 063eabd fix(es/compat): Fix async generator (#8881)
  • 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/47 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 4/29/2024 **Status:** ✅ Merged **Merged:** 4/29/2024 **Merged by:** [@mehmeteminkartal](https://github.com/mehmeteminkartal) **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/swc/core-1.4.17` --- ### 📝 Commits (1) - [`2cb62ee`](https://github.com/AppacYazilim/zamanejs/commit/2cb62ee8e9b7af50e14436a99a1c1637f53550b5) chore(deps-dev): bump @swc/core from 1.4.16 to 1.4.17 ### 📊 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.16 to 1.4.17. <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.17] - 2024-04-23</h2> <h3>Bug Fixes</h3> <ul> <li> <p><strong>(es)</strong> Ignore <code>sourceMappingURL</code> in string literals (<a href="https://redirect.github.com/swc-project/swc/issues/8879">#8879</a>) (<a href="https://github.com/swc-project/swc/commit/d7188cdb66a3bba577ebefe0c33cf77f48858d50">d7188cd</a>)</p> </li> <li> <p><strong>(es/codegen)</strong> Use <code>Str.raw</code> for es5 (<a href="https://redirect.github.com/swc-project/swc/issues/8873">#8873</a>) (<a href="https://github.com/swc-project/swc/commit/c7a06b1a5e3a59abccbd40fed1f65fcf8487fba6">c7a06b1</a>)</p> </li> <li> <p><strong>(es/compat)</strong> Fix async generator (<a href="https://redirect.github.com/swc-project/swc/issues/8881">#8881</a>) (<a href="https://github.com/swc-project/swc/commit/063eabd33cd5ee1dbe9e248462519f76f6eacd36">063eabd</a>)</p> </li> <li> <p><strong>(es/resolver)</strong> Prioritze <code>jsc.paths</code> by length in tsc resolver (<a href="https://redirect.github.com/swc-project/swc/issues/8875">#8875</a>) (<a href="https://github.com/swc-project/swc/commit/e22c3681a6705f2184f0af7032ed30103ab9bfcc">e22c368</a>)</p> </li> <li> <p><strong>(html/codegen)</strong> Expand elements before which body isn’t elided (<a href="https://redirect.github.com/swc-project/swc/issues/8877">#8877</a>) (<a href="https://github.com/swc-project/swc/commit/5419a9477fa54297ed5e02b3769374e07e0921f3">5419a94</a>)</p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/swc-project/swc/commit/3311da75c05ea16469c16f1605791bef8e219bf5"><code>3311da7</code></a> chore: Publish <code>1.4.17</code> with <code>swc_core</code> <code>v0.90.37</code></li> <li><a href="https://github.com/swc-project/swc/commit/b1c22d53b6432092c89fe9828db9e35759798c50"><code>b1c22d5</code></a> chore: Improve publish script</li> <li><a href="https://github.com/swc-project/swc/commit/fedf06f820627542bb82743485054fbea2abbe2f"><code>fedf06f</code></a> chore: Publish 1.4.17-nightly-20240423.3</li> <li><a href="https://github.com/swc-project/swc/commit/2c1e95977162da67909e3f507fdafe282fdcc24a"><code>2c1e959</code></a> chore: Publish 1.4.17-nightly-20240423.2</li> <li><a href="https://github.com/swc-project/swc/commit/7b08d38b8475c431d90368fb8718dc846aba3b9b"><code>7b08d38</code></a> chore: Update bindings</li> <li><a href="https://github.com/swc-project/swc/commit/2fbb8641f550e4b8823c6e2a95c83c4ff3f1d3d0"><code>2fbb864</code></a> chore: Publish 1.4.17-nightly-20240423.1</li> <li><a href="https://github.com/swc-project/swc/commit/6d3c41d2d5e0f4410c05eb0a4941ebdaa1b27a24"><code>6d3c41d</code></a> chore: Bump crates</li> <li><a href="https://github.com/swc-project/swc/commit/c7a06b1a5e3a59abccbd40fed1f65fcf8487fba6"><code>c7a06b1</code></a> fix(es/codegen): Use <code>Str.raw</code> for es5 (<a href="https://redirect.github.com/swc-project/swc/issues/8873">#8873</a>)</li> <li><a href="https://github.com/swc-project/swc/commit/f5e50c2c6e3eae9fa1bbe740eeefc5e0b5b993ce"><code>f5e50c2</code></a> chore: Bump crates</li> <li><a href="https://github.com/swc-project/swc/commit/063eabd33cd5ee1dbe9e248462519f76f6eacd36"><code>063eabd</code></a> fix(es/compat): Fix async generator (<a href="https://redirect.github.com/swc-project/swc/issues/8881">#8881</a>)</li> <li>Additional commits viewable in <a href="https://github.com/swc-project/swc/compare/v1.4.16...v1.4.17">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.16&new-version=1.4.17)](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: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#48
No description provided.