Skip to content

Commit

Permalink
chore(ui): update dependency @swc/core to v1.7.14 (#1388)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change | OpenSSF |
|---|---|---|---|---|
| [@swc/core](https://swc.rs)
([source](https://togithub.com/swc-project/swc)) | devDependencies |
patch | [`1.7.12` ->
`1.7.14`](https://renovatebot.com/diffs/npm/@swc%2fcore/1.7.12/1.7.14) |
[![OpenSSF
Scorecard](https://api.securityscorecards.dev/projects/github.com/swc-project/swc/badge)](https://securityscorecards.dev/viewer/?uri=github.com/swc-project/swc)
|

---

### Release Notes

<details>
<summary>swc-project/swc (@&#8203;swc/core)</summary>

###
[`v1.7.14`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#1714---2024-08-19)

[Compare
Source](https://togithub.com/swc-project/swc/compare/v1.7.12...v1.7.14)

##### Bug Fixes

- **(common)** Use `SourceMap::adjust_mappings` in correct order
([#&#8203;9447](https://togithub.com/swc-project/swc/issues/9447))
([05961eb](https://togithub.com/swc-project/swc/commit/05961eb018e2e76ed5ef95de9bad923b2fe1df88))

- **(es)** Preserve more comments
([#&#8203;9449](https://togithub.com/swc-project/swc/issues/9449))
([673655c](https://togithub.com/swc-project/swc/commit/673655c1697ff1d507f7acbfa937cbf1f58eb1d9))

##### Features

- **(es/decorators)** Groundwork for stage 3 decorator
([#&#8203;9450](https://togithub.com/swc-project/swc/issues/9450))
([238ba8b](https://togithub.com/swc-project/swc/commit/238ba8b1d2220202129595185bd4411b9415cc99))

##### Refactor

- **(visit)** Remove `VisitAll`
([#&#8203;9448](https://togithub.com/swc-project/swc/issues/9448))
([8845b76](https://togithub.com/swc-project/swc/commit/8845b76ac40b36791c79618c5ee89f05d2d08c96))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View the
[repository job
log](https://developer.mend.io/github/weareinreach/InReach).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4yNi4xIiwidXBkYXRlZEluVmVyIjoiMzguMjYuMSIsInRhcmdldEJyYW5jaCI6ImRldiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJkZXBlbmRlbmNpZXMiLCJrb2RpYWs6IG1lcmdlLm1ldGhvZCA9ICdzcXVhc2gnIl19-->


<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

- **Chores**
- Updated the `@swc/core` package to version `1.7.14`, ensuring better
performance and potential bug fixes.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 19, 2024
1 parent 23e83b9 commit e4a8809
Show file tree
Hide file tree
Showing 2 changed files with 165 additions and 165 deletions.
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
"@storybook/test-runner": "0.19.1",
"@storybook/theming": "8.2.9",
"@storybook/types": "8.2.9",
"@swc/core": "1.7.12",
"@swc/core": "1.7.14",
"@swc/helpers": "0.5.12",
"@tanstack/react-query": "4.36.1",
"@tanstack/react-query-devtools": "4.36.1",
Expand Down
Loading

0 comments on commit e4a8809

Please sign in to comment.