1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-10-18 20:09:08 +02:00
Commit Graph

1598 Commits

Author SHA1 Message Date
GitHub Actions Bot
b44363a8ee 4.23.0-beta.59 2023-04-19 18:40:48 +00:00
GitHub Actions Bot
cd734428ff 4.23.0-beta.58 2023-04-19 12:10:30 +00:00
GitHub Actions Bot
833d283004 4.23.0-beta.57 2023-04-19 07:08:14 +00:00
GitHub Actions Bot
058b27bf90 4.23.0-beta.56 2023-04-18 16:34:30 +00:00
GitHub Actions Bot
8840b430ef 4.23.0-beta.55 2023-04-18 15:16:59 +00:00
renovate[bot]
4a734e0e50
fix(deps): update dependency json-schema-to-ts to v2.7.2 (#3238)
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[json-schema-to-ts](https://togithub.com/ThomasAribart/json-schema-to-ts)
| [`2.6.0` ->
`2.7.2`](https://renovatebot.com/diffs/npm/json-schema-to-ts/2.6.0/2.7.2)
|
[![age](https://badges.renovateapi.com/packages/npm/json-schema-to-ts/2.7.2/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/json-schema-to-ts/2.7.2/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/json-schema-to-ts/2.7.2/compatibility-slim/2.6.0)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/json-schema-to-ts/2.7.2/confidence-slim/2.6.0)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>ThomasAribart/json-schema-to-ts</summary>

###
[`v2.7.2`](https://togithub.com/ThomasAribart/json-schema-to-ts/compare/v2.7.1...v2.7.2)

[Compare
Source](https://togithub.com/ThomasAribart/json-schema-to-ts/compare/v2.7.1...v2.7.2)

###
[`v2.7.1`](https://togithub.com/ThomasAribart/json-schema-to-ts/compare/v2.7.0...v2.7.1)

[Compare
Source](https://togithub.com/ThomasAribart/json-schema-to-ts/compare/v2.7.0...v2.7.1)

###
[`v2.7.0`](https://togithub.com/ThomasAribart/json-schema-to-ts/compare/v2.6.2...v2.7.0)

[Compare
Source](https://togithub.com/ThomasAribart/json-schema-to-ts/compare/v2.6.2...v2.7.0)

###
[`v2.6.2`](https://togithub.com/ThomasAribart/json-schema-to-ts/compare/v2.6.1...v2.6.2)

[Compare
Source](https://togithub.com/ThomasAribart/json-schema-to-ts/compare/v2.6.1...v2.6.2)

###
[`v2.6.1`](https://togithub.com/ThomasAribart/json-schema-to-ts/compare/v2.6.0...v2.6.1)

[Compare
Source](https://togithub.com/ThomasAribart/json-schema-to-ts/compare/v2.6.0...v2.6.1)

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, 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 has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/Unleash/unleash).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM0LjE1My4yIn0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-04-18 16:32:25 +02:00
Gastón Fournier
201c86838f
Test npm publish (#3554)
## About the changes

https://github.blog/changelog/2022-10-24-npm-v9-0-0-released/ introduced
a breaking change in the way they handle files inside package.json which
caused some issues with the way we pack and distribute Unleash:

> npm pack now follows a strict order of operations when applying ignore
rules. If a files array is present in the package.json, then rules in
.gitignore and .npmignore files from the root will be ignored.

What we discovered is that when having a nested .gitignore (the one we
have inside frontend), `npm publish` was taking that nested .gitignore
into account (despite the fact that we also have a package.json with
files inside the same folder). We tricked this by removing the `build`
folder from `frontend/.gitignore` and instead adding it into the root
`.gitignore` which is being ignored by `npm publish` following what's
stated in the release note above.

-----------------

Co-authored-by: Gard Rimestad <gard@getunleash.io>
2023-04-18 15:44:19 +02:00
GitHub Actions Bot
2e4126c6f7 4.23.0-beta.54 2023-04-18 12:43:07 +00:00
Gastón Fournier
e6f3b3009a
fix: missing node engine upgrade to 18 (#3552)
## About the changes
Updates frontend engine minimum version to node 18 and also improves
some messages in the release GHA task
2023-04-18 12:42:49 +00:00
GitHub Actions Bot
af67c0cff9 4.23.0-beta.53 2023-04-18 11:42:27 +00:00
GitHub Actions Bot
d3b8056ed6 4.23.0-beta.52 2023-04-18 09:56:35 +00:00
GitHub Actions Bot
35d354d2b6 4.23.0-beta.51 2023-04-18 08:57:48 +00:00
GitHub Actions Bot
56f1fa330a 4.23.0-beta.50 2023-04-18 08:35:53 +00:00
Gastón Fournier
0426dd505d
chore: update to node 18 (#3527)
## About the changes
This upgrades our main branch to use node 18 which is the active LTS
version and stops using node 14 which reaches the end of life in a few
weeks: https://nodejs.dev/en/about/releases/

This PR also adds `--no-experimental-fetch` for frontend tests and other
frontend commands. Related to:
https://github.com/node-fetch/node-fetch/issues/1566

More about the experimental fetch release:
https://nodejs.org/en/blog/announcements/v18-release-announce#fetch-experimental
2023-04-18 10:35:32 +02:00
GitHub Actions Bot
fe85b8dcbd 4.23.0-beta.49 2023-04-18 07:01:44 +00:00
renovate[bot]
7debbeb00d
chore(deps): update dependency @swc/core to v1.3.49 (#3546)
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@swc/core](https://swc.rs)
([source](https://togithub.com/swc-project/swc)) | [`1.3.44` ->
`1.3.49`](https://renovatebot.com/diffs/npm/@swc%2fcore/1.3.44/1.3.49) |
[![age](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.49/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.49/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.49/compatibility-slim/1.3.44)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.49/confidence-slim/1.3.44)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>swc-project/swc</summary>

###
[`v1.3.49`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#&#8203;1349---2023-04-10)

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

##### Features

- **(plugin/runner)** Update `wasmer` to `v3`
([#&#8203;7197](https://togithub.com/swc-project/swc/issues/7197))
([56bdacc](56bdacc72d))

##### Refactor

- **(plugin/runner)** Fix publish action
([#&#8203;7234](https://togithub.com/swc-project/swc/issues/7234))
([b868ed0](b868ed02a3))

###
[`v1.3.47`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#&#8203;1347---2023-04-10)

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

##### Bug Fixes

- **(bindings/node)** Make peer dependency of helpers optional
([#&#8203;7216](https://togithub.com/swc-project/swc/issues/7216))
([e86d598](e86d59882a))

- **(es/compat)** Fix `finally` handling of `generator`
([#&#8203;7215](https://togithub.com/swc-project/swc/issues/7215))
([f5c62fb](f5c62fbbf8))

- **(es/minifier)** Don't remove used var decl
([#&#8203;7200](https://togithub.com/swc-project/swc/issues/7200))
([73bc29e](73bc29eeb0))

- **(es/testing)** Ensure that we call `fold_program`
([#&#8203;7222](https://togithub.com/swc-project/swc/issues/7222))
([e241201](e241201bf7))

- **(es/typescript)** Fix computation of enum bits
([#&#8203;7219](https://togithub.com/swc-project/swc/issues/7219))
([29bf176](29bf1760be))

##### Features

- **(es)** Expose stage 3 decorator
([#&#8203;7220](https://togithub.com/swc-project/swc/issues/7220))
([a7a53c6](a7a53c6208))

##### Refactor

- **(macros/ast-node)** Drop `darling` to reduce compile time
([#&#8203;7214](https://togithub.com/swc-project/swc/issues/7214))
([3f61638](3f61638cbf))

###
[`v1.3.46`](https://togithub.com/swc-project/swc/compare/v1.3.45...v1.3.46)

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

###
[`v1.3.45`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#&#8203;1345---2023-04-04)

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

##### Bug Fixes

- **(es)** Allow missing `.map` file
([#&#8203;7141](https://togithub.com/swc-project/swc/issues/7141))
([3e6a186](3e6a1869e8))

- **(es/compat)** Handle shorthand object prop while renaming
([#&#8203;7176](https://togithub.com/swc-project/swc/issues/7176))
([0a80e05](0a80e0506b))

- **(es/helpers)** Use snake_case for helpers
([#&#8203;7147](https://togithub.com/swc-project/swc/issues/7147))
([3ca954b](3ca954b9f9))

- **(es/modules)** Hint nodejs for multiple `export *`
([#&#8203;7184](https://togithub.com/swc-project/swc/issues/7184))
([98f1493](98f14931e7))

- **(es/parser)** Fix infinite loop on jsx in js
([#&#8203;7191](https://togithub.com/swc-project/swc/issues/7191))
([414e669](414e66910d))

- **(es/typescript)** Mark `A` as a type in `export { type A }`
([#&#8203;7196](https://togithub.com/swc-project/swc/issues/7196))
([ddfbc93](ddfbc93624))

- **(swc_core)** Fix a feature name
([#&#8203;7198](https://togithub.com/swc-project/swc/issues/7198))
([bfe6544](bfe654438f))

##### Features

- **(css/modules)** Preserve spans of CSS class names
([#&#8203;7185](https://togithub.com/swc-project/swc/issues/7185))
([df7b4e7](df7b4e71d2))

- **(es/compat)** Implement stage 3 decorator, without auto accessor
([#&#8203;6950](https://togithub.com/swc-project/swc/issues/6950))
([7a863ad](7a863ad18f))

- **(es/helpers)** Use named export and unify import path
([#&#8203;7182](https://togithub.com/swc-project/swc/issues/7182))
([a13a78e](a13a78e3fe))

- **(plugin/runner)** Improve cache path
([#&#8203;7188](https://togithub.com/swc-project/swc/issues/7188))
([976667f](976667f7d9))

##### Testing

- **(es/plugin)** Enable E2E plugin test
([#&#8203;7178](https://togithub.com/swc-project/swc/issues/7178))
([a785f18](a785f18740))

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, 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 has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/Unleash/unleash).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS40OC4yIiwidXBkYXRlZEluVmVyIjoiMzUuNDguMiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-04-17 20:56:27 +00:00
GitHub Actions Bot
ecc334b3fb 4.23.0-beta.48 2023-04-17 13:04:20 +00:00
GitHub Actions Bot
51c3f4733b 4.23.0-beta.47 2023-04-17 09:36:11 +00:00
GitHub Actions Bot
7cc2777d36 4.23.0-beta.46 2023-04-17 09:22:10 +00:00
GitHub Actions Bot
f92a154cd1 4.23.0-beta.45 2023-04-17 08:52:11 +00:00
GitHub Actions Bot
472e277757 4.23.0-beta.44 2023-04-17 07:11:42 +00:00
Gastón Fournier
ea9bf7f447
chore: add linter rules for regexp (#3500)
## About the changes
Add linter rules for regexp security vulnerabilities

Commit 1c5d54c76e [fails due to
regexp/no-super-linear-backtracking](https://github.com/Unleash/unleash/actions/runs/4668430535/jobs/8265506170#step:5:37)
as reported here:
https://github.com/Unleash/unleash/security/code-scanning/1


[0127d1a](0127d1a746)
fixes the issues and warnings by running `yarn lint --fix`
2023-04-17 07:11:22 +00:00
GitHub Actions Bot
da1e1c29aa 4.23.0-beta.43 2023-04-14 12:30:29 +00:00
GitHub Actions Bot
ebd00a9de3 4.23.0-beta.42 2023-04-14 11:39:16 +00:00
GitHub Actions Bot
98e536bf2c 4.23.0-beta.41 2023-04-14 10:39:34 +00:00
GitHub Actions Bot
4054b4cf3a 4.23.0-beta.40 2023-04-14 10:26:41 +00:00
GitHub Actions Bot
74986d672e 4.23.0-beta.39 2023-04-14 08:37:38 +00:00
GitHub Actions Bot
39b53c8f2c 4.23.0-beta.38 2023-04-14 06:59:43 +00:00
GitHub Actions Bot
5a2184ccd0 4.23.0-beta.37 2023-04-13 13:09:30 +00:00
GitHub Actions Bot
0940b0aa52 4.23.0-beta.36 2023-04-13 12:52:14 +00:00
GitHub Actions Bot
f55c18b475 4.23.0-beta.35 2023-04-13 12:34:06 +00:00
GitHub Actions Bot
5d31d26530 4.23.0-beta.34 2023-04-13 11:06:20 +00:00
GitHub Actions Bot
8270d44e40 4.23.0-beta.33 2023-04-13 09:24:49 +00:00
GitHub Actions Bot
a735ad7251 4.23.0-beta.32 2023-04-13 08:09:14 +00:00
GitHub Actions Bot
aba33e55ee 4.23.0-beta.31 2023-04-12 13:22:36 +00:00
GitHub Actions Bot
014a8a2280 4.23.0-beta.30 2023-04-12 09:58:00 +00:00
GitHub Actions Bot
b776589448 4.23.0-beta.29 2023-04-12 09:35:19 +00:00
GitHub Actions Bot
3231c7d00e 4.23.0-beta.28 2023-04-12 06:43:35 +00:00
GitHub Actions Bot
63043bff7e 4.23.0-beta.27 2023-04-12 06:06:01 +00:00
GitHub Actions Bot
19d318d684 4.23.0-beta.26 2023-04-11 14:14:21 +00:00
GitHub Actions Bot
6afa52463b 4.23.0-beta.25 2023-04-11 12:50:08 +00:00
GitHub Actions Bot
358dcf1196 4.23.0-beta.24 2023-04-11 07:20:31 +00:00
GitHub Actions Bot
8222f293e0 4.23.0-beta.23 2023-04-10 13:17:33 +00:00
GitHub Actions Bot
d0ddf72cd8 4.23.0-beta.22 2023-04-10 08:00:46 +00:00
GitHub Actions Bot
3936a30403 4.23.0-beta.21 2023-04-10 07:50:57 +00:00
renovate[bot]
0964044bdf
chore(deps): update dependency @types/node to v16.18.23 (#3482)
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@types/node](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node)
([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped)) |
[`16.18.22` ->
`16.18.23`](https://renovatebot.com/diffs/npm/@types%2fnode/16.18.22/16.18.23)
|
[![age](https://badges.renovateapi.com/packages/npm/@types%2fnode/16.18.23/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/@types%2fnode/16.18.23/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/@types%2fnode/16.18.23/compatibility-slim/16.18.22)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/@types%2fnode/16.18.23/confidence-slim/16.18.22)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, 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 has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/Unleash/unleash).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4zNC4xIiwidXBkYXRlZEluVmVyIjoiMzUuMzQuMSJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-04-08 03:28:36 +00:00
renovate[bot]
334b53b763
chore(deps): update dependency @swc/core to v1.3.44 (#3480)
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@swc/core](https://swc.rs)
([source](https://togithub.com/swc-project/swc)) | [`1.3.42` ->
`1.3.44`](https://renovatebot.com/diffs/npm/@swc%2fcore/1.3.42/1.3.44) |
[![age](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.44/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.44/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.44/compatibility-slim/1.3.42)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.44/confidence-slim/1.3.42)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>swc-project/swc</summary>

###
[`v1.3.44`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#&#8203;1344---2023-03-30)

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

##### Bug Fixes

- **(css/codegen)** Preserve `raw` of numbers
([#&#8203;7131](https://togithub.com/swc-project/swc/issues/7131))
([150c2b6](150c2b6fba))

- **(css/compat)** Remove usage of `box_syntax`
([#&#8203;7153](https://togithub.com/swc-project/swc/issues/7153))
([6f0bf66](6f0bf665c2))

- **(es/compat)** Handle import/export in `reserved_word`
([#&#8203;7165](https://togithub.com/swc-project/swc/issues/7165))
([065d11c](065d11cb9b))

- **(es/compat)** Fix the position for temp var injection
([#&#8203;7171](https://togithub.com/swc-project/swc/issues/7171))
([23fb8c5](23fb8c5563))

- **(es/react)** Respect `import_source` in new jsx
([#&#8203;7128](https://togithub.com/swc-project/swc/issues/7128))
([5d7acfd](5d7acfd9cb))

- **(es/renamer)** Don't use symbols used by declarations if `eval`
exists
([#&#8203;7116](https://togithub.com/swc-project/swc/issues/7116))
([6d9763e](6d9763e8c0))

- **(es/visit)** Fix handling of `Program` of `AndThen`
([#&#8203;7120](https://togithub.com/swc-project/swc/issues/7120))
([d50689e](d50689eab0))

- **(fast-graph)** Use fxhash instead of ahash to make iteration order
consistent
([#&#8203;7133](https://togithub.com/swc-project/swc/issues/7133))
([b13eb4c](b13eb4c811))

##### Documentation

- **(es)** Fix doc url
([#&#8203;7123](https://togithub.com/swc-project/swc/issues/7123))
([1e4abcb](1e4abcb11d))

##### Features

- **(css/parser)** Add `legacy_ie` to the `ParserConfig`
([#&#8203;7109](https://togithub.com/swc-project/swc/issues/7109))
([5e58b3e](5e58b3e5f6))

- **(es/react)** Support script within automatic runtime
([#&#8203;7126](https://togithub.com/swc-project/swc/issues/7126))
([05a2815](05a2815e6c))

##### Miscellaneous Tasks

- **(cargo)** Refactor `Cargo.toml` to reduce merge conflict
([#&#8203;7139](https://togithub.com/swc-project/swc/issues/7139))
([2826198](28261985b0))

##### Refactor

- **(ast)** Make serde optional
([#&#8203;7138](https://togithub.com/swc-project/swc/issues/7138))
([30bc086](30bc086052))

- **(es)** Remove needless build scripts to reduce compile time
([#&#8203;7129](https://togithub.com/swc-project/swc/issues/7129))
([dfe1a3f](dfe1a3f496))

- **(es/codegen)** Extract code from generic functions to reduce compile
time ([#&#8203;7127](https://togithub.com/swc-project/swc/issues/7127))
([08fa94f](08fa94fc73))

- **(es/parser)** Remove `EnumKind` to reduce compile time
([#&#8203;7137](https://togithub.com/swc-project/swc/issues/7137))
([915f747](915f747cb7))

- **(macros)** Reduce compile time
([#&#8203;7132](https://togithub.com/swc-project/swc/issues/7132))
([2154a3f](2154a3f117))

##### Build

- **(cargo)** Update `rustc` to `nightly-2023-03-28`
([#&#8203;7154](https://togithub.com/swc-project/swc/issues/7154))
([e445502](e445502072))

- **(cargo)** Revert rustc upgrade
([#&#8203;7162](https://togithub.com/swc-project/swc/issues/7162))
([12546c8](12546c853a))

- **(cargo)** Update `rustc` to `nightly-2023-03-20`
([#&#8203;7170](https://togithub.com/swc-project/swc/issues/7170))
([0259a74](0259a7465f))

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, 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 has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/Unleash/unleash).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4zNC4xIiwidXBkYXRlZEluVmVyIjoiMzUuMzQuMSJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-04-07 23:33:38 +00:00
renovate[bot]
3319d34f59
chore(deps): update dependency @babel/core to v7.21.4 (#3479)
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@babel/core](https://babel.dev/docs/en/next/babel-core)
([source](https://togithub.com/babel/babel)) | [`7.21.3` ->
`7.21.4`](https://renovatebot.com/diffs/npm/@babel%2fcore/7.21.3/7.21.4)
|
[![age](https://badges.renovateapi.com/packages/npm/@babel%2fcore/7.21.4/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/@babel%2fcore/7.21.4/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/@babel%2fcore/7.21.4/compatibility-slim/7.21.3)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/@babel%2fcore/7.21.4/confidence-slim/7.21.3)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>babel/babel</summary>

###
[`v7.21.4`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v7214-2023-03-31)

[Compare
Source](https://togithub.com/babel/babel/compare/v7.21.3...v7.21.4)

##### 🐛 Bug Fix

- `babel-core`, `babel-helper-module-imports`, `babel-preset-typescript`
- [#&#8203;15478](https://togithub.com/babel/babel/pull/15478) Fix
support for `import/export` in `.cts` files
([@&#8203;liuxingbaoyu](https://togithub.com/liuxingbaoyu))
-   `babel-generator`
- [#&#8203;15496](https://togithub.com/babel/babel/pull/15496) Fix
compact printing of non-null assertion operators
([@&#8203;rtsao](https://togithub.com/rtsao))

##### 💅 Polish

- `babel-helper-create-class-features-plugin`,
`babel-plugin-proposal-class-properties`,
`babel-plugin-transform-typescript`, `babel-traverse`
- [#&#8203;15427](https://togithub.com/babel/babel/pull/15427) Fix
moving comments of removed nodes
([@&#8203;nicolo-ribaudo](https://togithub.com/nicolo-ribaudo))

##### 🏠 Internal

-   Other
- [#&#8203;15519](https://togithub.com/babel/babel/pull/15519) Update
Prettier integration test
([@&#8203;fisker](https://togithub.com/fisker))
-   `babel-parser`
- [#&#8203;15510](https://togithub.com/babel/babel/pull/15510) refactor:
introduce `lookaheadInLineCharCode`
([@&#8203;JLHwung](https://togithub.com/JLHwung))
-   `babel-code-frame`, `babel-highlight`
- [#&#8203;15499](https://togithub.com/babel/babel/pull/15499) Polish
babel-code-frame highlight test
([@&#8203;JLHwung](https://togithub.com/JLHwung))

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, 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 has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/Unleash/unleash).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4zNC4xIiwidXBkYXRlZEluVmVyIjoiMzUuMzQuMSJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-04-07 19:08:20 +00:00
GitHub Actions Bot
db31da1e9e 4.23.0-beta.20 2023-04-07 11:31:46 +00:00
GitHub Actions Bot
9c4322d1fb 4.23.0-beta.19 2023-04-07 09:21:17 +00:00