[PR #72] [CLOSED] chore(deps-dev): bump @swc/core from 1.5.24 to 1.6.1 #71

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

📋 Pull Request Information

Original PR: https://github.com/AppacYazilim/zamanejs/pull/72
Author: @dependabot[bot]
Created: 6/17/2024
Status: Closed

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


📝 Commits (1)

  • 5c514dc chore(deps-dev): bump @swc/core from 1.5.24 to 1.6.1

📊 Changes

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

View changed files

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

📄 Description

Bumps @swc/core from 1.5.24 to 1.6.1.

Changelog

Sourced from @​swc/core's changelog.

[1.6.1] - 2024-06-16

Bug Fixes

  • (common) Revert Use SourceMap::adjust_mappings (#9058) (cdd20cd)

Performance

  • (es/parser) Reduce allocations while lexing numbers (#9057) (ca26eb7)

[1.6.0] - 2024-06-15

Features

Performance

  • (es/lints) Avoid needless allocations in no-dupe-args (#9041) (e560198)

  • (es/parser) Do not track raw by hand (#9047) (60fe5f0)

  • (es/parser) Reduce allocations for raw while lexing numbers (#9056) (bc8ec62)

Refactor

Testing

... (truncated)

Commits
  • e640972 chore: Publish 1.6.1 with swc_core v0.95.2
  • f8c2c47 chore: Bump crates
  • cdd20cd fix(common): Revert Use SourceMap::adjust_mappings (#9058)
  • 11df9e9 chore: Bump crates
  • ca26eb7 perf(es/parser): Reduce allocations while lexing numbers (#9057)
  • 064af53 chore: Update changelog
  • 13c2b2e chore: Publish 1.6.0 with swc_core v0.95.0
  • 131bd42 chore: Bump crates
  • bc8ec62 perf(es/parser): Reduce allocations for raw while lexing numbers (#9056)
  • 56464f2 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/72 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 6/17/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/swc/core-1.6.1` --- ### 📝 Commits (1) - [`5c514dc`](https://github.com/AppacYazilim/zamanejs/commit/5c514dce46cf4307999f05766ce001929c6f18e6) chore(deps-dev): bump @swc/core from 1.5.24 to 1.6.1 ### 📊 Changes **1 file changed** (+47 additions, -47 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+47 -47) </details> ### 📄 Description Bumps [@swc/core](https://github.com/swc-project/swc) from 1.5.24 to 1.6.1. <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.6.1] - 2024-06-16</h2> <h3>Bug Fixes</h3> <ul> <li><strong>(common)</strong> Revert <code>Use SourceMap::adjust_mappings</code> (<a href="https://redirect.github.com/swc-project/swc/issues/9058">#9058</a>) (<a href="https://github.com/swc-project/swc/commit/cdd20cd16370342f645a181198432a3dc3b6c7ab">cdd20cd</a>)</li> </ul> <h3>Performance</h3> <ul> <li><strong>(es/parser)</strong> Reduce allocations while lexing numbers (<a href="https://redirect.github.com/swc-project/swc/issues/9057">#9057</a>) (<a href="https://github.com/swc-project/swc/commit/ca26eb796b1aefa150ccab7b16822ecb748aca7b">ca26eb7</a>)</li> </ul> <h2>[1.6.0] - 2024-06-15</h2> <h3>Features</h3> <ul> <li> <p><strong>(common)</strong> Use <code>SourceMap::adjust_mappings</code> (<a href="https://redirect.github.com/swc-project/swc/issues/9052">#9052</a>) (<a href="https://github.com/swc-project/swc/commit/eda2e456915cf1c0bfc8e4e833bcd2b9c6c36a41">eda2e45</a>)</p> </li> <li> <p><strong>(es/ast)</strong> Add more utilities (<a href="https://redirect.github.com/swc-project/swc/issues/9054">#9054</a>) (<a href="https://github.com/swc-project/swc/commit/ab226dcfb7abea0b14430697c53c0002bd823866">ab226dc</a>)</p> </li> </ul> <h3>Performance</h3> <ul> <li> <p><strong>(es/lints)</strong> Avoid needless allocations in <code>no-dupe-args</code> (<a href="https://redirect.github.com/swc-project/swc/issues/9041">#9041</a>) (<a href="https://github.com/swc-project/swc/commit/e5601989a1fa699c3d4f7f120bd14f946eee01fa">e560198</a>)</p> </li> <li> <p><strong>(es/parser)</strong> Do not track <code>raw</code> by hand (<a href="https://redirect.github.com/swc-project/swc/issues/9047">#9047</a>) (<a href="https://github.com/swc-project/swc/commit/60fe5f0effdcc45f0cfd363fd0ff4e6f4dba5b33">60fe5f0</a>)</p> </li> <li> <p><strong>(es/parser)</strong> Reduce allocations for <code>raw</code> while lexing numbers (<a href="https://redirect.github.com/swc-project/swc/issues/9056">#9056</a>) (<a href="https://github.com/swc-project/swc/commit/bc8ec625ecee8a077fe84de371c490be14a1a033">bc8ec62</a>)</p> </li> </ul> <h3>Refactor</h3> <ul> <li> <p><strong>(es/ast)</strong> Remove unused fields of <code>TsPropertySignature</code> (<a href="https://redirect.github.com/swc-project/swc/issues/8955">#8955</a>) (<a href="https://github.com/swc-project/swc/commit/63067785127a0bf311c3bac2731df447a3cd614a">6306778</a>)</p> </li> <li> <p><strong>(es/parser)</strong> Remove unused <code>raw: Raw</code> params (<a href="https://redirect.github.com/swc-project/swc/issues/9048">#9048</a>) (<a href="https://github.com/swc-project/swc/commit/32e23edd8591784bda2b49f941611b01a60e9a80">32e23ed</a>)</p> </li> <li> <p><strong>(es/utils)</strong> Refine some APIs (<a href="https://redirect.github.com/swc-project/swc/issues/9049">#9049</a>) (<a href="https://github.com/swc-project/swc/commit/e8564780600d367a717e7b90a33bfd34275f5a19">e856478</a>)</p> </li> </ul> <h3>Testing</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/swc-project/swc/commit/e640972daec683edea836368a8fccb5b41520c2a"><code>e640972</code></a> chore: Publish <code>1.6.1</code> with <code>swc_core</code> <code>v0.95.2</code></li> <li><a href="https://github.com/swc-project/swc/commit/f8c2c4791acd1e63ba70d711c5dfc8e6742e4809"><code>f8c2c47</code></a> chore: Bump crates</li> <li><a href="https://github.com/swc-project/swc/commit/cdd20cd16370342f645a181198432a3dc3b6c7ab"><code>cdd20cd</code></a> fix(common): Revert <code>Use SourceMap::adjust_mappings</code> (<a href="https://redirect.github.com/swc-project/swc/issues/9058">#9058</a>)</li> <li><a href="https://github.com/swc-project/swc/commit/11df9e942485cb895d11dddc763d869ff65b4eb6"><code>11df9e9</code></a> chore: Bump crates</li> <li><a href="https://github.com/swc-project/swc/commit/ca26eb796b1aefa150ccab7b16822ecb748aca7b"><code>ca26eb7</code></a> perf(es/parser): Reduce allocations while lexing numbers (<a href="https://redirect.github.com/swc-project/swc/issues/9057">#9057</a>)</li> <li><a href="https://github.com/swc-project/swc/commit/064af5391d8da9599f277bd68fd0b479b0b1235c"><code>064af53</code></a> chore: Update changelog</li> <li><a href="https://github.com/swc-project/swc/commit/13c2b2eef0cf0a764fba4ba33c58d57c070e55e0"><code>13c2b2e</code></a> chore: Publish <code>1.6.0</code> with <code>swc_core</code> <code>v0.95.0</code></li> <li><a href="https://github.com/swc-project/swc/commit/131bd42f5891d6f1e0bc544e4a1d0d967c526e8d"><code>131bd42</code></a> chore: Bump crates</li> <li><a href="https://github.com/swc-project/swc/commit/bc8ec625ecee8a077fe84de371c490be14a1a033"><code>bc8ec62</code></a> perf(es/parser): Reduce allocations for <code>raw</code> while lexing numbers (<a href="https://redirect.github.com/swc-project/swc/issues/9056">#9056</a>)</li> <li><a href="https://github.com/swc-project/swc/commit/56464f2d62285411afdced85d1a068c15fb1f518"><code>56464f2</code></a> chore: Bump crates</li> <li>Additional commits viewable in <a href="https://github.com/swc-project/swc/compare/v1.5.24...v1.6.1">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.24&new-version=1.6.1)](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:30 +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#71
No description provided.