[PR #17] [MERGED] chore(deps-dev): bump @swc/core from 1.4.6 to 1.4.8 #134

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

📋 Pull Request Information

Original PR: https://github.com/AppacYazilim/zamanejs/pull/17
Author: @dependabot[bot]
Created: 3/18/2024
Status: Merged
Merged: 3/18/2024
Merged by: @mehmeteminkartal

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


📝 Commits (1)

  • 8914832 chore(deps-dev): bump @swc/core from 1.4.6 to 1.4.8

📊 Changes

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

View changed files

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

📄 Description

Bumps @swc/core from 1.4.6 to 1.4.8.

Changelog

Sourced from @​swc/core's changelog.

[1.4.8] - 2024-03-14

Bug Fixes

  • (es/module) Fix regression of resolving relative modules (#8748) (f988b66)

  • (es/parser) Allow export after decorators when valid (#8739) (663261b)

Miscellaneous Tasks

[1.4.7] - 2024-03-13

Bug Fixes

  • (es/minifier) Fix eval of toString of array with holes (#8727) (f3fbd9d)

  • (es/minifier) Do not evaluate slice calls with negative index (#8726) (23f9635)

  • (es/minifier) Handle cyclic references while dropping unused properties (#8725) (102241b)

  • (es/minifier) Fix evaluation of array literals with void 0 (#8733) (aa0154d)

  • (es/minifier) Fix removal of array pattern bindings (#8730) (312f0d8)

  • (es/minifier) Make Finalizer handle hoisted_props correctly (#8738) (95761b7)

  • (es/proposal) Fix var placement for using transform (#8732) (633cd89)

Features

  • (es/lints) Add no-prototype-builtins rule (#8684) (a5dbb17)

... (truncated)

Commits

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/17 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 3/18/2024 **Status:** ✅ Merged **Merged:** 3/18/2024 **Merged by:** [@mehmeteminkartal](https://github.com/mehmeteminkartal) **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/swc/core-1.4.8` --- ### 📝 Commits (1) - [`8914832`](https://github.com/AppacYazilim/zamanejs/commit/89148328b87e4e26b3132bbb37426b8765afe239) chore(deps-dev): bump @swc/core from 1.4.6 to 1.4.8 ### 📊 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.6 to 1.4.8. <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.8] - 2024-03-14</h2> <h3>Bug Fixes</h3> <ul> <li> <p><strong>(es/module)</strong> Fix regression of resolving relative modules (<a href="https://redirect.github.com/swc-project/swc/issues/8748">#8748</a>) (<a href="https://github.com/swc-project/swc/commit/f988b66e1fd921266a8abf6fe9bb997b6878e949">f988b66</a>)</p> </li> <li> <p><strong>(es/parser)</strong> Allow <code>export</code> after decorators when valid (<a href="https://redirect.github.com/swc-project/swc/issues/8739">#8739</a>) (<a href="https://github.com/swc-project/swc/commit/663261be97364911e7b57eab0560ee48e53d8f33">663261b</a>)</p> </li> </ul> <h3>Miscellaneous Tasks</h3> <ul> <li><strong>(es)</strong> Allow using older <code>tokio</code> (<a href="https://redirect.github.com/swc-project/swc/issues/8740">#8740</a>) (<a href="https://github.com/swc-project/swc/commit/9c1eb017fcd90bd21b43f1a988c7fc67639343c1">9c1eb01</a>)</li> </ul> <h2>[1.4.7] - 2024-03-13</h2> <h3>Bug Fixes</h3> <ul> <li> <p><strong>(es/minifier)</strong> Fix eval of <code>toString</code> of array with holes (<a href="https://redirect.github.com/swc-project/swc/issues/8727">#8727</a>) (<a href="https://github.com/swc-project/swc/commit/f3fbd9d54925b708139a37865508430cdcb98f9a">f3fbd9d</a>)</p> </li> <li> <p><strong>(es/minifier)</strong> Do not evaluate <code>slice</code> calls with negative index (<a href="https://redirect.github.com/swc-project/swc/issues/8726">#8726</a>) (<a href="https://github.com/swc-project/swc/commit/23f9635d2cb523d63e5d1611dcf55922bcc54a87">23f9635</a>)</p> </li> <li> <p><strong>(es/minifier)</strong> Handle cyclic references while dropping unused properties (<a href="https://redirect.github.com/swc-project/swc/issues/8725">#8725</a>) (<a href="https://github.com/swc-project/swc/commit/102241b812b8e815b59575178193bb71b4264bab">102241b</a>)</p> </li> <li> <p><strong>(es/minifier)</strong> Fix evaluation of array literals with <code>void 0</code> (<a href="https://redirect.github.com/swc-project/swc/issues/8733">#8733</a>) (<a href="https://github.com/swc-project/swc/commit/aa0154d2d86b0bed7ffed3324c7a650ffe111c93">aa0154d</a>)</p> </li> <li> <p><strong>(es/minifier)</strong> Fix removal of array pattern bindings (<a href="https://redirect.github.com/swc-project/swc/issues/8730">#8730</a>) (<a href="https://github.com/swc-project/swc/commit/312f0d8427b3c4436b491ed4265f9469dc017f8f">312f0d8</a>)</p> </li> <li> <p><strong>(es/minifier)</strong> Make <code>Finalizer</code> handle <code>hoisted_props</code> correctly (<a href="https://redirect.github.com/swc-project/swc/issues/8738">#8738</a>) (<a href="https://github.com/swc-project/swc/commit/95761b76bf09a4d2c09517b2bd7bf7b78ee2149f">95761b7</a>)</p> </li> <li> <p><strong>(es/proposal)</strong> Fix var placement for using transform (<a href="https://redirect.github.com/swc-project/swc/issues/8732">#8732</a>) (<a href="https://github.com/swc-project/swc/commit/633cd89bacef5f0efef20f1dfa709cff1ecba36f">633cd89</a>)</p> </li> </ul> <h3>Features</h3> <ul> <li><strong>(es/lints)</strong> Add <code>no-prototype-builtins</code> rule (<a href="https://redirect.github.com/swc-project/swc/issues/8684">#8684</a>) (<a href="https://github.com/swc-project/swc/commit/a5dbb17612327c66366086f99b44c6731d125ffc">a5dbb17</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/a0d0563114888e528f0ec1d2793ed6f4dc1a2859"><code>a0d0563</code></a> chore: Publish <code>1.4.8</code> with <code>swc_core</code> <code>v0.90.22</code></li> <li><a href="https://github.com/swc-project/swc/commit/3672a58ed6e98b112c3668c456895067b73c950e"><code>3672a58</code></a> chore: Bump crates</li> <li><a href="https://github.com/swc-project/swc/commit/bfb0c6e5343495bf449902788dcde4648abef79e"><code>bfb0c6e</code></a> chore: Remove repetitive words (<a href="https://redirect.github.com/swc-project/swc/issues/8741">#8741</a>)</li> <li><a href="https://github.com/swc-project/swc/commit/1ec92dff2f826de04b2be1eae0b623452f652730"><code>1ec92df</code></a> chore: Bump crates</li> <li><a href="https://github.com/swc-project/swc/commit/f988b66e1fd921266a8abf6fe9bb997b6878e949"><code>f988b66</code></a> fix(es/module): Fix regression of resolving relative modules (<a href="https://redirect.github.com/swc-project/swc/issues/8748">#8748</a>)</li> <li><a href="https://github.com/swc-project/swc/commit/31ecd2a6c124afb9188ab6dcbf00ea2a4f271ab1"><code>31ecd2a</code></a> chore: Bump crates</li> <li><a href="https://github.com/swc-project/swc/commit/663261be97364911e7b57eab0560ee48e53d8f33"><code>663261b</code></a> fix(es/parser): Allow <code>export</code> after decorators when valid (<a href="https://redirect.github.com/swc-project/swc/issues/8739">#8739</a>)</li> <li><a href="https://github.com/swc-project/swc/commit/10f25067db325f05982d70760535abb9232fe7ce"><code>10f2506</code></a> chore: Bump crates</li> <li><a href="https://github.com/swc-project/swc/commit/9c1eb017fcd90bd21b43f1a988c7fc67639343c1"><code>9c1eb01</code></a> chore(es): Allow using older <code>tokio</code> (<a href="https://redirect.github.com/swc-project/swc/issues/8740">#8740</a>)</li> <li><a href="https://github.com/swc-project/swc/commit/80449374c1fc78c5a045c9ca16dbf49e6d0a943e"><code>8044937</code></a> chore: Update changelog</li> <li>Additional commits viewable in <a href="https://github.com/swc-project/swc/compare/v1.4.6...v1.4.8">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.6&new-version=1.4.8)](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:13:13 +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#134
No description provided.