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

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/42
Author: @dependabot[bot]
Created: 4/22/2024
Status: Merged
Merged: 4/23/2024
Merged by: @mehmeteminkartal

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


📝 Commits (1)

  • c21210b chore(deps-dev): bump @swc/core from 1.4.13 to 1.4.16

📊 Changes

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

View changed files

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

📄 Description

Bumps @swc/core from 1.4.13 to 1.4.16.

Changelog

Sourced from @​swc/core's changelog.

[1.4.16] - 2024-04-18

Bug Fixes

  • (es/helpers) Fix resolving of usingCtx helper (#8874) (6e9d1a4)

[1.4.15] - 2024-04-17

Bug Fixes

  • (es/codegen) Fix ascii_only for identifiers (#8866) (2075a23)

  • (es/minifier) Remove raw of strings after modification (#8865) (740c0bb)

  • (es/parser) Fix span of BindingIdent (#8859) (fbd32fb)

  • (es/proposal) Update explicit resource management to match spec (#8860) (6d24076)

Features

  • (es/transforms) Allocate stacks dynamically (#8867) (a1c5415)

Refactor

Build

  • (cargo) Update rustc to nightly-2024-04-03 (#8821) (ca9c76b)

  • (cargo) Update rustc to nightly-2024-04-16 (#8870) (f9459a8)

[1.4.14] - 2024-04-15

Bug Fixes

... (truncated)

Commits
  • f58b95a chore: Publish 1.4.16 with swc_core v0.90.35
  • 0036f74 chore: Bump crates
  • 6e9d1a4 fix(es/helpers): Fix resolving of usingCtx helper (#8874)
  • 10bb67a chore: Update changelog
  • ba9f33b chore: Publish 1.4.15 with swc_core v0.90.34
  • 0594398 chore: Publish 1.4.15-nightly-20240417.1
  • 4410d62 chore: Bump crates
  • f9459a8 build(cargo): Update rustc to nightly-2024-04-16 (#8870)
  • 036414a chore: Publish 1.4.15-nightly-20240416.4
  • 2ec3282 chore: Pin version of proc-macro2 to v1.0.79
  • 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/42 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 4/22/2024 **Status:** ✅ Merged **Merged:** 4/23/2024 **Merged by:** [@mehmeteminkartal](https://github.com/mehmeteminkartal) **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/swc/core-1.4.16` --- ### 📝 Commits (1) - [`c21210b`](https://github.com/AppacYazilim/zamanejs/commit/c21210be76856312a2ac0af59173f551628ed78d) chore(deps-dev): bump @swc/core from 1.4.13 to 1.4.16 ### 📊 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.13 to 1.4.16. <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.16] - 2024-04-18</h2> <h3>Bug Fixes</h3> <ul> <li><strong>(es/helpers)</strong> Fix resolving of <code>usingCtx</code> helper (<a href="https://redirect.github.com/swc-project/swc/issues/8874">#8874</a>) (<a href="https://github.com/swc-project/swc/commit/6e9d1a4ebfa705d58b576f5de32d4a17393d4e81">6e9d1a4</a>)</li> </ul> <h2>[1.4.15] - 2024-04-17</h2> <h3>Bug Fixes</h3> <ul> <li> <p><strong>(es/codegen)</strong> Fix <code>ascii_only</code> for identifiers (<a href="https://redirect.github.com/swc-project/swc/issues/8866">#8866</a>) (<a href="https://github.com/swc-project/swc/commit/2075a23373eac575240ab33778079174505cdcb4">2075a23</a>)</p> </li> <li> <p><strong>(es/minifier)</strong> Remove <code>raw</code> of strings after modification (<a href="https://redirect.github.com/swc-project/swc/issues/8865">#8865</a>) (<a href="https://github.com/swc-project/swc/commit/740c0bb00a0bb9e0f4d808c9dc71e8087d416f72">740c0bb</a>)</p> </li> <li> <p><strong>(es/parser)</strong> Fix span of <code>BindingIdent</code> (<a href="https://redirect.github.com/swc-project/swc/issues/8859">#8859</a>) (<a href="https://github.com/swc-project/swc/commit/fbd32fbff323ff4116e82d2dd1d763f7f3844de2">fbd32fb</a>)</p> </li> <li> <p><strong>(es/proposal)</strong> Update explicit resource management to match spec (<a href="https://redirect.github.com/swc-project/swc/issues/8860">#8860</a>) (<a href="https://github.com/swc-project/swc/commit/6d240768b11cd6cabd347a54c135cb8937df2240">6d24076</a>)</p> </li> </ul> <h3>Features</h3> <ul> <li><strong>(es/transforms)</strong> Allocate stacks dynamically (<a href="https://redirect.github.com/swc-project/swc/issues/8867">#8867</a>) (<a href="https://github.com/swc-project/swc/commit/a1c5415b3b84fdb8f780685e5eec4a121d442e28">a1c5415</a>)</li> </ul> <h3>Refactor</h3> <ul> <li><strong>(es/minifier)</strong> Remove <code>mangle.safari10</code> (<a href="https://redirect.github.com/swc-project/swc/issues/8857">#8857</a>) (<a href="https://github.com/swc-project/swc/commit/df2e056f299c84d309bcc0d26e1da55a561614af">df2e056</a>)</li> </ul> <h3>Build</h3> <ul> <li> <p><strong>(cargo)</strong> Update rustc to <code>nightly-2024-04-03</code> (<a href="https://redirect.github.com/swc-project/swc/issues/8821">#8821</a>) (<a href="https://github.com/swc-project/swc/commit/ca9c76b46f26f0aaf6b7f18cb7b4c6fdb7ebd512">ca9c76b</a>)</p> </li> <li> <p><strong>(cargo)</strong> Update <code>rustc</code> to <code>nightly-2024-04-16</code> (<a href="https://redirect.github.com/swc-project/swc/issues/8870">#8870</a>) (<a href="https://github.com/swc-project/swc/commit/f9459a8adf28de02d44dfe1da243a1d66a6ec41e">f9459a8</a>)</p> </li> </ul> <h2>[1.4.14] - 2024-04-15</h2> <h3>Bug Fixes</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/swc-project/swc/commit/f58b95a3d7eae816713122bd85ac19156be9fb3d"><code>f58b95a</code></a> chore: Publish <code>1.4.16</code> with <code>swc_core</code> <code>v0.90.35</code></li> <li><a href="https://github.com/swc-project/swc/commit/0036f74205abcd31d35eb68fdb46b17518440389"><code>0036f74</code></a> chore: Bump crates</li> <li><a href="https://github.com/swc-project/swc/commit/6e9d1a4ebfa705d58b576f5de32d4a17393d4e81"><code>6e9d1a4</code></a> fix(es/helpers): Fix resolving of <code>usingCtx</code> helper (<a href="https://redirect.github.com/swc-project/swc/issues/8874">#8874</a>)</li> <li><a href="https://github.com/swc-project/swc/commit/10bb67a7f56811bbf5a51f93cbe22c2d10e09eba"><code>10bb67a</code></a> chore: Update changelog</li> <li><a href="https://github.com/swc-project/swc/commit/ba9f33bb788de9c5d2e4af4c2a7d8cf6ea926b1a"><code>ba9f33b</code></a> chore: Publish <code>1.4.15</code> with <code>swc_core</code> <code>v0.90.34</code></li> <li><a href="https://github.com/swc-project/swc/commit/0594398aab32de2429a7cf5e563270b5c7e6547b"><code>0594398</code></a> chore: Publish 1.4.15-nightly-20240417.1</li> <li><a href="https://github.com/swc-project/swc/commit/4410d623177f15266a25eea88897a5856d005eea"><code>4410d62</code></a> chore: Bump crates</li> <li><a href="https://github.com/swc-project/swc/commit/f9459a8adf28de02d44dfe1da243a1d66a6ec41e"><code>f9459a8</code></a> build(cargo): Update <code>rustc</code> to <code>nightly-2024-04-16</code> (<a href="https://redirect.github.com/swc-project/swc/issues/8870">#8870</a>)</li> <li><a href="https://github.com/swc-project/swc/commit/036414af1223ff9e84df0f936c477fa93287d42e"><code>036414a</code></a> chore: Publish 1.4.15-nightly-20240416.4</li> <li><a href="https://github.com/swc-project/swc/commit/2ec3282722e44c60433d5cdd6a081cac81090885"><code>2ec3282</code></a> chore: Pin version of <code>proc-macro2</code> to <code>v1.0.79</code></li> <li>Additional commits viewable in <a href="https://github.com/swc-project/swc/compare/v1.4.13...v1.4.16">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.13&new-version=1.4.16)](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#44
No description provided.