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

1841 Commits

Author SHA1 Message Date
Christopher Kolstad
b319cec5f0
task: use https://git-cliff.org for changelog (#4907)
### What
Initial effort at automating the task of updating CHANGELOG when doing
releases.

This initial PR sets up the tool https://git-cliff.org/ and adds our
missing updates since 4.2.0

The tool should be explored further, we could have the CHANGELOG linking
linear issues, not just github issues, as well as ideally each commit
displayed with it's short sha. However, rather than not having anything
like this for the last 20+ releases, this will at least have our
conventional commits be included in the CHANGELOG file.
2023-10-03 09:40:36 +02:00
Nuno Góis
4167a60588
feat: biome lint frontend (#4903)
Follows up on https://github.com/Unleash/unleash/pull/4853 to add Biome
to the frontend as well.


![image](https://github.com/Unleash/unleash/assets/14320932/1906faf1-fc29-4172-a4d4-b2716d72cd65)

Added a few `biome-ignore` to speed up the process but we may want to
check and fix them in the future.
2023-10-02 13:25:46 +01:00
renovate[bot]
3a6e38a7bd
chore(deps): update dependency @types/pg to v8.10.3 (#4897)
[![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/pg](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/pg)
([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped)) |
[`8.10.2` ->
`8.10.3`](https://renovatebot.com/diffs/npm/@types%2fpg/8.10.2/8.10.3) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fpg/8.10.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2fpg/8.10.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2fpg/8.10.2/8.10.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fpg/8.10.2/8.10.3?slim=true)](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://developer.mend.io/github/Unleash/unleash).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-01 09:12:48 +00:00
renovate[bot]
27fd62a81d
fix(deps): update dependency db-migrate-pg to v1.5.2 (#4894)
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [db-migrate-pg](https://togithub.com/db-migrate/pg) | [`1.4.2` ->
`1.5.2`](https://renovatebot.com/diffs/npm/db-migrate-pg/1.4.2/1.5.2) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/db-migrate-pg/1.5.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/db-migrate-pg/1.5.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/db-migrate-pg/1.4.2/1.5.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/db-migrate-pg/1.4.2/1.5.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>db-migrate/pg (db-migrate-pg)</summary>

###
[`v1.5.2`](https://togithub.com/db-migrate/pg/blob/HEAD/CHANGELOG.md#152-2023-09-12)

[Compare
Source](https://togithub.com/db-migrate/pg/compare/v1.5.1...v1.5.2)

##### Bug Fixes

- **\_getKV:** error: type "string" does not exist due to ::STRING cast
([ec66452](ec66452e9e)),
closes [#&#8203;83](https://togithub.com/db-migrate/pg/issues/83)

###
[`v1.5.1`](https://togithub.com/db-migrate/pg/blob/HEAD/CHANGELOG.md#151-2023-09-11)

[Compare
Source](https://togithub.com/db-migrate/pg/compare/v1.5.0...v1.5.1)

##### Bug Fixes

- **createMigrationsTable:** Fix bug where already-quoted search path
components could get double-quoted when creating the mirations table.
([79436f3](79436f3d26))
- **searchPath:** escaping of search
([13e956b](13e956bf61)),
closes [#&#8203;46](https://togithub.com/db-migrate/pg/issues/46)

##### Features

- support ifNotExists when creating a postgres db
([b554d2b](b554d2bb67))

###
[`v1.5.0`](https://togithub.com/db-migrate/pg/blob/HEAD/CHANGELOG.md#150-2023-09-10)

[Compare
Source](https://togithub.com/db-migrate/pg/compare/v1.4.2...v1.5.0)

##### Bug Fixes

- Add check for rules object
([54ed736](54ed736bbc))
- **deps:** upgrade semver because of vulnerability
([de3c2ce](de3c2ceb9d))

##### Features

- **bigserial:** support BIGSERIAL when using autoIncrement with bigint
type
([6fcd36d](6fcd36d6dc))

#### [1.4.2](https://togithub.com/db-migrate/pg/compare/v1.4.1...v1.4.2)
(2023-09-07)

#### [1.4.1](https://togithub.com/db-migrate/pg/compare/v1.4.0...v1.4.1)
(2023-09-07)

</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://developer.mend.io/github/Unleash/unleash).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-01 04:33:03 +00:00
renovate[bot]
96c67e01ed
chore(deps): update dependency @types/nodemailer to v6.4.11 (#4891)
[![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/nodemailer](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/nodemailer)
([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped)) |
[`6.4.10` ->
`6.4.11`](https://renovatebot.com/diffs/npm/@types%2fnodemailer/6.4.10/6.4.11)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fnodemailer/6.4.11?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2fnodemailer/6.4.11?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2fnodemailer/6.4.10/6.4.11?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fnodemailer/6.4.10/6.4.11?slim=true)](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://developer.mend.io/github/Unleash/unleash).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-01 00:44:51 +00:00
renovate[bot]
b65cd00bb3
chore(deps): update dependency @types/node to v18.17.19 (#4890)
[![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)) |
[`18.17.18` ->
`18.17.19`](https://renovatebot.com/diffs/npm/@types%2fnode/18.17.18/18.17.19)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fnode/18.17.19?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2fnode/18.17.19?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2fnode/18.17.18/18.17.19?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fnode/18.17.18/18.17.19?slim=true)](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://developer.mend.io/github/Unleash/unleash).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-09-30 21:13:22 +00:00
renovate[bot]
1d62c3cf0f
chore(deps): update dependency @types/express-session to v1.17.8 (#4889)
[![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/express-session](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/express-session)
([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped)) |
[`1.17.7` ->
`1.17.8`](https://renovatebot.com/diffs/npm/@types%2fexpress-session/1.17.7/1.17.8)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fexpress-session/1.17.8?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2fexpress-session/1.17.8?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2fexpress-session/1.17.7/1.17.8?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fexpress-session/1.17.7/1.17.8?slim=true)](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://developer.mend.io/github/Unleash/unleash).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-09-30 21:06:21 +00:00
renovate[bot]
40cf97e94a
chore(deps): update dependency @types/express to v4.17.18 (#4888)
[![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/express](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/express)
([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped)) |
[`4.17.17` ->
`4.17.18`](https://renovatebot.com/diffs/npm/@types%2fexpress/4.17.17/4.17.18)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fexpress/4.17.18?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2fexpress/4.17.18?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2fexpress/4.17.17/4.17.18?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fexpress/4.17.17/4.17.18?slim=true)](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://developer.mend.io/github/Unleash/unleash).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-09-30 19:31:50 +00:00
renovate[bot]
4c50445a9a
chore(deps): update dependency node to v18.18.0 (#4886)
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change | Pending | Age | Adoption | Passing
| Confidence |
|---|---|---|---|---|---|---|---|---|
| [node](https://togithub.com/nodejs/node) | | minor | `18.17.1` ->
`18.18.0` | |
[![age](https://developer.mend.io/api/mc/badges/age/github-tags/node/v18.18.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/github-tags/node/v18.18.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/github-tags/node/18.17.1/v18.18.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/github-tags/node/18.17.1/v18.18.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[@types/node](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node)
([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped)) |
devDependencies | patch | [`18.17.15` ->
`18.17.18`](https://renovatebot.com/diffs/npm/@types%2fnode/18.17.15/18.17.18)
| `18.18.1` (+2) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fnode/18.17.18?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2fnode/18.17.18?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2fnode/18.17.15/18.17.18?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fnode/18.17.15/18.17.18?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>nodejs/node (node)</summary>

###
[`v18.18.0`](https://togithub.com/nodejs/node/releases/tag/v18.18.0):
2023-09-18, Version 18.18.0 &#x27;Hydrogen&#x27; (LTS),
@&#8203;ruyadorno

[Compare
Source](https://togithub.com/nodejs/node/compare/v18.17.1...v18.18.0)

##### Notable Changes

- \[[`7dc731d4bf`](https://togithub.com/nodejs/node/commit/7dc731d4bf)]
- **build**: sync libuv header change (Jiawen Geng)
[#&#8203;48078](https://togithub.com/nodejs/node/pull/48078)
- \[[`490fc004b0`](https://togithub.com/nodejs/node/commit/490fc004b0)]
- **crypto**: update root certificates to NSS 3.93 (Node.js GitHub Bot)
[#&#8203;49341](https://togithub.com/nodejs/node/pull/49341)
- \[[`dd8cd97d4d`](https://togithub.com/nodejs/node/commit/dd8cd97d4d)]
- **crypto**: update root certificates to NSS 3.90 (Node.js GitHub Bot)
[#&#8203;48416](https://togithub.com/nodejs/node/pull/48416)
- \[[`ea23870bec`](https://togithub.com/nodejs/node/commit/ea23870bec)]
- **deps**: add missing thread-common.c in uv.gyp (Santiago Gimeno)
[#&#8203;48078](https://togithub.com/nodejs/node/pull/48078)
- \[[`88855e0b1b`](https://togithub.com/nodejs/node/commit/88855e0b1b)]
- **deps**: upgrade to libuv 1.46.0 (Santiago Gimeno)
[#&#8203;48078](https://togithub.com/nodejs/node/pull/48078)
- \[[`fb2b80fca0`](https://togithub.com/nodejs/node/commit/fb2b80fca0)]
- **deps**: upgrade to libuv 1.45.0 (Santiago Gimeno)
[#&#8203;48078](https://togithub.com/nodejs/node/pull/48078)
- \[[`249879e46c`](https://togithub.com/nodejs/node/commit/249879e46c)]
- **doc**: add atlowChemi to collaborators (atlowChemi)
[#&#8203;48757](https://togithub.com/nodejs/node/pull/48757)
- \[[`e8dc7bde6a`](https://togithub.com/nodejs/node/commit/e8dc7bde6a)]
- **doc**: add vmoroz to collaborators (Vladimir Morozov)
[#&#8203;48527](https://togithub.com/nodejs/node/pull/48527)
- \[[`a30f2fbcc1`](https://togithub.com/nodejs/node/commit/a30f2fbcc1)]
- **doc**: add kvakil to collaborators (Keyhan Vakil)
[#&#8203;48449](https://togithub.com/nodejs/node/pull/48449)
- \[[`c39b7c240e`](https://togithub.com/nodejs/node/commit/c39b7c240e)]
- **(SEMVER-MINOR)** **esm**: add `--import` flag (Moshe Atlow)
[#&#8203;43942](https://togithub.com/nodejs/node/pull/43942)
- \[[`a68a67f54d`](https://togithub.com/nodejs/node/commit/a68a67f54d)]
- **(SEMVER-MINOR)** **events**: allow safely adding listener to
abortSignal (Chemi Atlow)
[#&#8203;48596](https://togithub.com/nodejs/node/pull/48596)
- \[[`3a8586bee2`](https://togithub.com/nodejs/node/commit/3a8586bee2)]
- **fs, stream**: initial `Symbol.dispose` and `Symbol.asyncDispose`
support (Moshe Atlow)
[#&#8203;48518](https://togithub.com/nodejs/node/pull/48518)
- \[[`863bdb785d`](https://togithub.com/nodejs/node/commit/863bdb785d)]
- **net**: add autoSelectFamily global getter and setter (Paolo Insogna)
[#&#8203;45777](https://togithub.com/nodejs/node/pull/45777)
- \[[`c59ae86ba0`](https://togithub.com/nodejs/node/commit/c59ae86ba0)]
- **(SEMVER-MINOR)** **url**: add value argument to has and delete
methods (Sankalp Shubham)
[#&#8203;47885](https://togithub.com/nodejs/node/pull/47885)

##### Commits

- \[[`d1f43317ea`](https://togithub.com/nodejs/node/commit/d1f43317ea)]
- **benchmark**: add bar.R (Rafael Gonzaga)
[#&#8203;47729](https://togithub.com/nodejs/node/pull/47729)
- \[[`4f74be3c92`](https://togithub.com/nodejs/node/commit/4f74be3c92)]
- **benchmark**: refactor crypto oneshot (Filip Skokan)
[#&#8203;48267](https://togithub.com/nodejs/node/pull/48267)
- \[[`fe9da9df0f`](https://togithub.com/nodejs/node/commit/fe9da9df0f)]
- **benchmark**: add crypto.create\*Key (Filip Skokan)
[#&#8203;48284](https://togithub.com/nodejs/node/pull/48284)
- \[[`9cb18b3e9d`](https://togithub.com/nodejs/node/commit/9cb18b3e9d)]
- **build**: do not pass target toolchain flags to host toolchain (Ivan
Trubach) [#&#8203;48597](https://togithub.com/nodejs/node/pull/48597)
- \[[`7dc731d4bf`](https://togithub.com/nodejs/node/commit/7dc731d4bf)]
- **build**: sync libuv header change (Jiawen Geng)
[#&#8203;48078](https://togithub.com/nodejs/node/pull/48078)
- \[[`211a4f88a9`](https://togithub.com/nodejs/node/commit/211a4f88a9)]
- **build**: update action to close stale PRs (Michael Dawson)
[#&#8203;48196](https://togithub.com/nodejs/node/pull/48196)
- \[[`cc33a1864b`](https://togithub.com/nodejs/node/commit/cc33a1864b)]
- **child_process**: harden against prototype pollution (Livia Medeiros)
[#&#8203;48726](https://togithub.com/nodejs/node/pull/48726)
- \[[`b5df084e1e`](https://togithub.com/nodejs/node/commit/b5df084e1e)]
- **child_process**: use addAbortListener (atlowChemi)
[#&#8203;48550](https://togithub.com/nodejs/node/pull/48550)
- \[[`611db8df1a`](https://togithub.com/nodejs/node/commit/611db8df1a)]
- **child_process**: support `Symbol.dispose` (Moshe Atlow)
[#&#8203;48551](https://togithub.com/nodejs/node/pull/48551)
- \[[`490fc004b0`](https://togithub.com/nodejs/node/commit/490fc004b0)]
- **crypto**: update root certificates to NSS 3.93 (Node.js GitHub Bot)
[#&#8203;49341](https://togithub.com/nodejs/node/pull/49341)
- \[[`dd8cd97d4d`](https://togithub.com/nodejs/node/commit/dd8cd97d4d)]
- **crypto**: update root certificates to NSS 3.90 (Node.js GitHub Bot)
[#&#8203;48416](https://togithub.com/nodejs/node/pull/48416)
- \[[`b2bc839d4c`](https://togithub.com/nodejs/node/commit/b2bc839d4c)]
- **crypto**: remove OPENSSL_FIPS guard for OpenSSL 3 (Richard Lau)
[#&#8203;48392](https://togithub.com/nodejs/node/pull/48392)
- \[[`c8da8c80b9`](https://togithub.com/nodejs/node/commit/c8da8c80b9)]
- **deps**: update nghttp2 to 1.55.0 (Node.js GitHub Bot)
[#&#8203;48746](https://togithub.com/nodejs/node/pull/48746)
- \[[`7e04242dcb`](https://togithub.com/nodejs/node/commit/7e04242dcb)]
- **deps**: update minimatch to 9.0.3 (Node.js GitHub Bot)
[#&#8203;48704](https://togithub.com/nodejs/node/pull/48704)
- \[[`ea23870bec`](https://togithub.com/nodejs/node/commit/ea23870bec)]
- **deps**: add missing thread-common.c in uv.gyp (Santiago Gimeno)
[#&#8203;48078](https://togithub.com/nodejs/node/pull/48078)
- \[[`88855e0b1b`](https://togithub.com/nodejs/node/commit/88855e0b1b)]
- **deps**: upgrade to libuv 1.46.0 (Santiago Gimeno)
[#&#8203;48078](https://togithub.com/nodejs/node/pull/48078)
- \[[`fb2b80fca0`](https://togithub.com/nodejs/node/commit/fb2b80fca0)]
- **deps**: upgrade to libuv 1.45.0 (Santiago Gimeno)
[#&#8203;48078](https://togithub.com/nodejs/node/pull/48078)
- \[[`59fca4e09a`](https://togithub.com/nodejs/node/commit/59fca4e09a)]
- **deps**: update acorn to 8.10.0 (Node.js GitHub Bot)
[#&#8203;48713](https://togithub.com/nodejs/node/pull/48713)
- \[[`bcb255d5a8`](https://togithub.com/nodejs/node/commit/bcb255d5a8)]
- **deps**: V8: cherry-pick
[`cb00db4`](https://togithub.com/nodejs/node/commit/cb00db4dba6c)
(Keyhan Vakil)
[#&#8203;48671](https://togithub.com/nodejs/node/pull/48671)
- \[[`65a6c90fc6`](https://togithub.com/nodejs/node/commit/65a6c90fc6)]
- **deps**: update acorn to 8.9.0 (Node.js GitHub Bot)
[#&#8203;48484](https://togithub.com/nodejs/node/pull/48484)
- \[[`6b6d5d91e9`](https://togithub.com/nodejs/node/commit/6b6d5d91e9)]
- **deps**: update zlib to 1.2.13.1-motley-f81f385 (Node.js GitHub Bot)
[#&#8203;48541](https://togithub.com/nodejs/node/pull/48541)
- \[[`56249b0770`](https://togithub.com/nodejs/node/commit/56249b0770)]
- **deps**: update googletest to
[`ec4fed9`](https://togithub.com/nodejs/node/commit/ec4fed9) (Node.js
GitHub Bot) [#&#8203;48538](https://togithub.com/nodejs/node/pull/48538)
- \[[`8914a5204a`](https://togithub.com/nodejs/node/commit/8914a5204a)]
- **deps**: update minimatch to 9.0.2 (Node.js GitHub Bot)
[#&#8203;48542](https://togithub.com/nodejs/node/pull/48542)
- \[[`1b960d9988`](https://togithub.com/nodejs/node/commit/1b960d9988)]
- **deps**: update icu to 73.2 (Node.js GitHub Bot)
[#&#8203;48502](https://togithub.com/nodejs/node/pull/48502)
- \[[`f0e2e3c549`](https://togithub.com/nodejs/node/commit/f0e2e3c549)]
- **deps**: update zlib to 1.2.13.1-motley-3ca9f16 (Node.js GitHub Bot)
[#&#8203;48413](https://togithub.com/nodejs/node/pull/48413)
- \[[`9cf8fe6b93`](https://togithub.com/nodejs/node/commit/9cf8fe6b93)]
- **deps**: upgrade npm to 9.8.1 (npm team)
[#&#8203;48838](https://togithub.com/nodejs/node/pull/48838)
- \[[`d9ff473ff3`](https://togithub.com/nodejs/node/commit/d9ff473ff3)]
- **deps**: upgrade npm to 9.8.0 (npm team)
[#&#8203;48665](https://togithub.com/nodejs/node/pull/48665)
- \[[`4a6177daad`](https://togithub.com/nodejs/node/commit/4a6177daad)]
- **deps**: upgrade npm to 9.7.2 (npm team)
[#&#8203;48514](https://togithub.com/nodejs/node/pull/48514)
- \[[`104b58feb1`](https://togithub.com/nodejs/node/commit/104b58feb1)]
- **deps**: update ada to 2.6.0 (Node.js GitHub Bot)
[#&#8203;48896](https://togithub.com/nodejs/node/pull/48896)
- \[[`7f7a125d78`](https://togithub.com/nodejs/node/commit/7f7a125d78)]
- **deps**: update corepack to 0.19.0 (Node.js GitHub Bot)
[#&#8203;48540](https://togithub.com/nodejs/node/pull/48540)
- \[[`5e1eb451d1`](https://togithub.com/nodejs/node/commit/5e1eb451d1)]
- **deps**: update corepack to 0.18.1 (Node.js GitHub Bot)
[#&#8203;48483](https://togithub.com/nodejs/node/pull/48483)
- \[[`3be53358bc`](https://togithub.com/nodejs/node/commit/3be53358bc)]
- **deps**: add loong64 config into openssl gypi (Shi Pujin)
[#&#8203;48043](https://togithub.com/nodejs/node/pull/48043)
- \[[`555982c59e`](https://togithub.com/nodejs/node/commit/555982c59e)]
- **deps**: upgrade npm to 9.7.1 (npm team)
[#&#8203;48378](https://togithub.com/nodejs/node/pull/48378)
- \[[`3c03ec0832`](https://togithub.com/nodejs/node/commit/3c03ec0832)]
- **deps**: update simdutf to 3.2.14 (Node.js GitHub Bot)
[#&#8203;48344](https://togithub.com/nodejs/node/pull/48344)
- \[[`a2964a4583`](https://togithub.com/nodejs/node/commit/a2964a4583)]
- **deps**: update ada to 2.5.1 (Node.js GitHub Bot)
[#&#8203;48319](https://togithub.com/nodejs/node/pull/48319)
- \[[`38f6e0d8cd`](https://togithub.com/nodejs/node/commit/38f6e0d8cd)]
- **deps**: update zlib to
[`982b036`](https://togithub.com/nodejs/node/commit/982b036) (Node.js
GitHub Bot) [#&#8203;48327](https://togithub.com/nodejs/node/pull/48327)
- \[[`f4617a4f81`](https://togithub.com/nodejs/node/commit/f4617a4f81)]
- **deps**: add loongarch64 into openssl Makefile and gen
openssl-loongarch64 (Shi Pujin)
[#&#8203;46401](https://togithub.com/nodejs/node/pull/46401)
- \[[`573eb4be12`](https://togithub.com/nodejs/node/commit/573eb4be12)]
- **dgram**: socket add `asyncDispose` (atlowChemi)
[#&#8203;48717](https://togithub.com/nodejs/node/pull/48717)
- \[[`f3c4300e00`](https://togithub.com/nodejs/node/commit/f3c4300e00)]
- **dgram**: use addAbortListener (atlowChemi)
[#&#8203;48550](https://togithub.com/nodejs/node/pull/48550)
- \[[`d3041df738`](https://togithub.com/nodejs/node/commit/d3041df738)]
- **doc**: expand on squashing and rebasing to land a PR (Chengzhong Wu)
[#&#8203;48751](https://togithub.com/nodejs/node/pull/48751)
- \[[`249879e46c`](https://togithub.com/nodejs/node/commit/249879e46c)]
- **doc**: add atlowChemi to collaborators (atlowChemi)
[#&#8203;48757](https://togithub.com/nodejs/node/pull/48757)
- \[[`42ecd46d1f`](https://togithub.com/nodejs/node/commit/42ecd46d1f)]
- **doc**: fix ambiguity in http.md and https.md (an5er)
[#&#8203;48692](https://togithub.com/nodejs/node/pull/48692)
- \[[`e78824e053`](https://togithub.com/nodejs/node/commit/e78824e053)]
- **doc**: add release key for Ulises Gascon (Ulises Gascón)
[#&#8203;49196](https://togithub.com/nodejs/node/pull/49196)
- \[[`1aa798d69f`](https://togithub.com/nodejs/node/commit/1aa798d69f)]
- **doc**: clarify transform.\_transform() callback argument logic
(Rafael Sofi-zada)
[#&#8203;48680](https://togithub.com/nodejs/node/pull/48680)
- \[[`d723e870a2`](https://togithub.com/nodejs/node/commit/d723e870a2)]
- **doc**: mention git node release prepare (Rafael Gonzaga)
[#&#8203;48644](https://togithub.com/nodejs/node/pull/48644)
- \[[`a9a1394388`](https://togithub.com/nodejs/node/commit/a9a1394388)]
- **doc**: fix options order (Luigi Pinca)
[#&#8203;48617](https://togithub.com/nodejs/node/pull/48617)
- \[[`989ea6858f`](https://togithub.com/nodejs/node/commit/989ea6858f)]
- **doc**: update security release stewards (Rafael Gonzaga)
[#&#8203;48569](https://togithub.com/nodejs/node/pull/48569)
- \[[`f436ac1803`](https://togithub.com/nodejs/node/commit/f436ac1803)]
- **doc**: update return type for describe (Shrujal Shah)
[#&#8203;48572](https://togithub.com/nodejs/node/pull/48572)
- \[[`fbe89e6320`](https://togithub.com/nodejs/node/commit/fbe89e6320)]
- **doc**: run license-builder (github-actions\[bot])
[#&#8203;48552](https://togithub.com/nodejs/node/pull/48552)
- \[[`f18b287bc3`](https://togithub.com/nodejs/node/commit/f18b287bc3)]
- **doc**: add description of autoAllocateChunkSize in ReadableStream
(Debadree Chatterjee)
[#&#8203;48004](https://togithub.com/nodejs/node/pull/48004)
- \[[`e2f3ed1444`](https://togithub.com/nodejs/node/commit/e2f3ed1444)]
- **doc**: fix `filename` type in `watch` result (Dmitry Semigradsky)
[#&#8203;48032](https://togithub.com/nodejs/node/pull/48032)
- \[[`1fe75dc2b0`](https://togithub.com/nodejs/node/commit/1fe75dc2b0)]
- **doc**: unnest `mime` and `MIMEParams` from MIMEType constructor
(Dmitry Semigradsky)
[#&#8203;47950](https://togithub.com/nodejs/node/pull/47950)
- \[[`e1339d58e8`](https://togithub.com/nodejs/node/commit/e1339d58e8)]
- **doc**: update security-release-process.md (Rafael Gonzaga)
[#&#8203;48504](https://togithub.com/nodejs/node/pull/48504)
- \[[`e8dc7bde6a`](https://togithub.com/nodejs/node/commit/e8dc7bde6a)]
- **doc**: add vmoroz to collaborators (Vladimir Morozov)
[#&#8203;48527](https://togithub.com/nodejs/node/pull/48527)
- \[[`f8ba672c7b`](https://togithub.com/nodejs/node/commit/f8ba672c7b)]
- **doc**: link to Runtime Keys in export conditions (Jacob Hummer)
[#&#8203;48408](https://togithub.com/nodejs/node/pull/48408)
- \[[`0056cb93e9`](https://togithub.com/nodejs/node/commit/0056cb93e9)]
- **doc**: update fs flags documentation (sinkhaha)
[#&#8203;48463](https://togithub.com/nodejs/node/pull/48463)
- \[[`3cf3fb9479`](https://togithub.com/nodejs/node/commit/3cf3fb9479)]
- **doc**: revise `error.md` introduction (Antoine du Hamel)
[#&#8203;48423](https://togithub.com/nodejs/node/pull/48423)
- \[[`7575d8b90e`](https://togithub.com/nodejs/node/commit/7575d8b90e)]
- **doc**: add preveen-stack to triagers (Preveen P)
[#&#8203;48387](https://togithub.com/nodejs/node/pull/48387)
- \[[`820aa550a4`](https://togithub.com/nodejs/node/commit/820aa550a4)]
- **doc**: refine when file is undefined in test events (Moshe Atlow)
[#&#8203;48451](https://togithub.com/nodejs/node/pull/48451)
- \[[`a30f2fbcc1`](https://togithub.com/nodejs/node/commit/a30f2fbcc1)]
- **doc**: add kvakil to collaborators (Keyhan Vakil)
[#&#8203;48449](https://togithub.com/nodejs/node/pull/48449)
- \[[`239b4ea66f`](https://togithub.com/nodejs/node/commit/239b4ea66f)]
- **doc**: mark `--import` as experimental (Moshe Atlow)
[#&#8203;44067](https://togithub.com/nodejs/node/pull/44067)
- \[[`2a561aefe2`](https://togithub.com/nodejs/node/commit/2a561aefe2)]
- **doc**: add additional info on TSFN dispatch (Michael Dawson)
[#&#8203;48367](https://togithub.com/nodejs/node/pull/48367)
- \[[`5cc6eee30d`](https://togithub.com/nodejs/node/commit/5cc6eee30d)]
- **doc**: add link for news from security wg (Michael Dawson)
[#&#8203;48396](https://togithub.com/nodejs/node/pull/48396)
- \[[`ffece88452`](https://togithub.com/nodejs/node/commit/ffece88452)]
- **doc**: fix typo in events.md (Darshan Sen)
[#&#8203;48436](https://togithub.com/nodejs/node/pull/48436)
- \[[`06513585dc`](https://togithub.com/nodejs/node/commit/06513585dc)]
- **doc**: run license-builder (github-actions\[bot])
[#&#8203;48336](https://togithub.com/nodejs/node/pull/48336)
- \[[`d9a800ee5c`](https://togithub.com/nodejs/node/commit/d9a800ee5c)]
- **esm**: fix emit deprecation on legacy main resolve (Antoine du
Hamel) [#&#8203;48664](https://togithub.com/nodejs/node/pull/48664)
- \[[`c39b7c240e`](https://togithub.com/nodejs/node/commit/c39b7c240e)]
- **(SEMVER-MINOR)** **esm**: add `--import` flag (Moshe Atlow)
[#&#8203;43942](https://togithub.com/nodejs/node/pull/43942)
- \[[`a00464ee06`](https://togithub.com/nodejs/node/commit/a00464ee06)]
- **esm**: fix specifier resolution and symlinks (Zack Newsham)
[#&#8203;47674](https://togithub.com/nodejs/node/pull/47674)
- \[[`3b8ec348b0`](https://togithub.com/nodejs/node/commit/3b8ec348b0)]
- **events**: fix bug listenerCount don't compare wrapped listener
(yuzheng14) [#&#8203;48592](https://togithub.com/nodejs/node/pull/48592)
- \[[`a68a67f54d`](https://togithub.com/nodejs/node/commit/a68a67f54d)]
- **(SEMVER-MINOR)** **events**: allow safely adding listener to
abortSignal (Chemi Atlow)
[#&#8203;48596](https://togithub.com/nodejs/node/pull/48596)
- \[[`5354af3dab`](https://togithub.com/nodejs/node/commit/5354af3dab)]
- **fs**: call the callback with an error if writeSync fails (killa)
[#&#8203;47949](https://togithub.com/nodejs/node/pull/47949)
- \[[`c3a27d1d3d`](https://togithub.com/nodejs/node/commit/c3a27d1d3d)]
- **fs**: remove unneeded return statement (Luigi Pinca)
[#&#8203;48526](https://togithub.com/nodejs/node/pull/48526)
- \[[`3a8586bee2`](https://togithub.com/nodejs/node/commit/3a8586bee2)]
- **fs, stream**: initial `Symbol.dispose` and `Symbol.asyncDispose`
support (Moshe Atlow)
[#&#8203;48518](https://togithub.com/nodejs/node/pull/48518)
- \[[`01746c71df`](https://togithub.com/nodejs/node/commit/01746c71df)]
- **http**: null the joinDuplicateHeaders property on cleanup (Luigi
Pinca) [#&#8203;48608](https://togithub.com/nodejs/node/pull/48608)
- \[[`d47eb73a85`](https://togithub.com/nodejs/node/commit/d47eb73a85)]
- **http**: remove useless ternary in test (geekreal)
[#&#8203;48481](https://togithub.com/nodejs/node/pull/48481)
- \[[`977e9a38b4`](https://togithub.com/nodejs/node/commit/977e9a38b4)]
- **http**: fix for handling on boot timers headers and request
(Franciszek Koltuniuk)
[#&#8203;48291](https://togithub.com/nodejs/node/pull/48291)
- \[[`be88f7cd22`](https://togithub.com/nodejs/node/commit/be88f7cd22)]
- **http2**: use addAbortListener (atlowChemi)
[#&#8203;48550](https://togithub.com/nodejs/node/pull/48550)
- \[[`7c7230a85c`](https://togithub.com/nodejs/node/commit/7c7230a85c)]
- **http2**: send RST code 8 on AbortController signal (Devraj Mehta)
[#&#8203;48573](https://togithub.com/nodejs/node/pull/48573)
- \[[`f74c2fc72a`](https://togithub.com/nodejs/node/commit/f74c2fc72a)]
- **lib**: use addAbortListener (atlowChemi)
[#&#8203;48550](https://togithub.com/nodejs/node/pull/48550)
- \[[`db355d1f37`](https://togithub.com/nodejs/node/commit/db355d1f37)]
- **lib**: add option to force handling stopped events (Chemi Atlow)
[#&#8203;48301](https://togithub.com/nodejs/node/pull/48301)
- \[[`5d682c55a5`](https://togithub.com/nodejs/node/commit/5d682c55a5)]
- **lib**: reduce url getters on `makeRequireFunction` (Yagiz Nizipli)
[#&#8203;48492](https://togithub.com/nodejs/node/pull/48492)
- \[[`5260f53e55`](https://togithub.com/nodejs/node/commit/5260f53e55)]
- **lib**: add support for inherited custom inspection methods (Antoine
du Hamel) [#&#8203;48306](https://togithub.com/nodejs/node/pull/48306)
- \[[`69aaf8b1d1`](https://togithub.com/nodejs/node/commit/69aaf8b1d1)]
- **lib**: remove invalid parameter to toASCII (Yagiz Nizipli)
[#&#8203;48878](https://togithub.com/nodejs/node/pull/48878)
- \[[`51863b80e4`](https://togithub.com/nodejs/node/commit/51863b80e4)]
- **meta**: bump actions/checkout from 3.5.2 to 3.5.3 (dependabot\[bot])
[#&#8203;48625](https://togithub.com/nodejs/node/pull/48625)
- \[[`7ec370991d`](https://togithub.com/nodejs/node/commit/7ec370991d)]
- **meta**: bump step-security/harden-runner from 2.4.0 to 2.4.1
(dependabot\[bot])
[#&#8203;48626](https://togithub.com/nodejs/node/pull/48626)
- \[[`34b8e980d4`](https://togithub.com/nodejs/node/commit/34b8e980d4)]
- **meta**: bump ossf/scorecard-action from 2.1.3 to 2.2.0
(dependabot\[bot])
[#&#8203;48628](https://togithub.com/nodejs/node/pull/48628)
- \[[`dfed9a7da9`](https://togithub.com/nodejs/node/commit/dfed9a7da9)]
- **meta**: bump github/codeql-action from 2.3.6 to 2.20.1
(dependabot\[bot])
[#&#8203;48627](https://togithub.com/nodejs/node/pull/48627)
- \[[`071eaadc5a`](https://togithub.com/nodejs/node/commit/071eaadc5a)]
- **module**: add SourceMap.findOrigin (Isaac Z. Schlueter)
[#&#8203;47790](https://togithub.com/nodejs/node/pull/47790)
- \[[`bf1525c549`](https://togithub.com/nodejs/node/commit/bf1525c549)]
- **module**: reduce url invocations in esm/load.js (Yagiz Nizipli)
[#&#8203;48337](https://togithub.com/nodejs/node/pull/48337)
- \[[`f8921630a2`](https://togithub.com/nodejs/node/commit/f8921630a2)]
- **net**: server add `asyncDispose` (atlowChemi)
[#&#8203;48717](https://togithub.com/nodejs/node/pull/48717)
- \[[`b5f53d9a0b`](https://togithub.com/nodejs/node/commit/b5f53d9a0b)]
- **net**: fix family autoselection SSL connection handling (Paolo
Insogna) [#&#8203;48189](https://togithub.com/nodejs/node/pull/48189)
- \[[`267439fc34`](https://togithub.com/nodejs/node/commit/267439fc34)]
- **net**: rework autoSelectFamily implementation (Paolo Insogna)
[#&#8203;46587](https://togithub.com/nodejs/node/pull/46587)
- \[[`d3637cdbbf`](https://togithub.com/nodejs/node/commit/d3637cdbbf)]
- **net**: fix address iteration with autoSelectFamily (Fedor Indutny)
[#&#8203;48258](https://togithub.com/nodejs/node/pull/48258)
- \[[`e8289a83f1`](https://togithub.com/nodejs/node/commit/e8289a83f1)]
- **net**: fix family autoselection timeout handling (Paolo Insogna)
[#&#8203;47860](https://togithub.com/nodejs/node/pull/47860)
- \[[`863bdb785d`](https://togithub.com/nodejs/node/commit/863bdb785d)]
- **net**: add autoSelectFamily global getter and setter (Paolo Insogna)
[#&#8203;45777](https://togithub.com/nodejs/node/pull/45777)
- \[[`04dc090bfa`](https://togithub.com/nodejs/node/commit/04dc090bfa)]
- **node-api**: provide napi_define_properties fast path (Gabriel
Schulhof) [#&#8203;48440](https://togithub.com/nodejs/node/pull/48440)
- \[[`feb6a54dc3`](https://togithub.com/nodejs/node/commit/feb6a54dc3)]
- **node-api**: implement external strings (Gabriel Schulhof)
[#&#8203;48339](https://togithub.com/nodejs/node/pull/48339)
- \[[`121f74c463`](https://togithub.com/nodejs/node/commit/121f74c463)]
- **perf_hooks**: convert maxSize to IDL value in
setResourceTimingBufferSize (Chengzhong Wu)
[#&#8203;44902](https://togithub.com/nodejs/node/pull/44902)
- \[[`804d880589`](https://togithub.com/nodejs/node/commit/804d880589)]
- **permission**: fix data types in PrintTree (Tobias Nießen)
[#&#8203;48770](https://togithub.com/nodejs/node/pull/48770)
- \[[`7aaecce9bf`](https://togithub.com/nodejs/node/commit/7aaecce9bf)]
- **permission**: add debug log when inserting fs nodes (Rafael Gonzaga)
[#&#8203;48677](https://togithub.com/nodejs/node/pull/48677)
- \[[`cb51ef2905`](https://togithub.com/nodejs/node/commit/cb51ef2905)]
- **readline**: use addAbortListener (atlowChemi)
[#&#8203;48550](https://togithub.com/nodejs/node/pull/48550)
- \[[`07065d0814`](https://togithub.com/nodejs/node/commit/07065d0814)]
- **report**: disable js stack when no context is entered (Chengzhong
Wu) [#&#8203;48495](https://togithub.com/nodejs/node/pull/48495)
- \[[`572b82ffef`](https://togithub.com/nodejs/node/commit/572b82ffef)]
- **src**: make BaseObject iteration order deterministic (Joyee Cheung)
[#&#8203;48702](https://togithub.com/nodejs/node/pull/48702)
- \[[`3f65598a41`](https://togithub.com/nodejs/node/commit/3f65598a41)]
- **src**: remove kEagerCompile for CompileFunction (Keyhan Vakil)
[#&#8203;48671](https://togithub.com/nodejs/node/pull/48671)
- \[[`f43eacac9b`](https://togithub.com/nodejs/node/commit/f43eacac9b)]
- **src**: deduplicate X509 getter implementations (Tobias Nießen)
[#&#8203;48563](https://togithub.com/nodejs/node/pull/48563)
- \[[`0c19621bdc`](https://togithub.com/nodejs/node/commit/0c19621bdc)]
- **src**: fix uninitialized field access in AsyncHooks (Jan Olaf Krems)
[#&#8203;48566](https://togithub.com/nodejs/node/pull/48566)
- \[[`0c38184d62`](https://togithub.com/nodejs/node/commit/0c38184d62)]
- **src**: fix Coverity issue regarding unnecessary copy (Yagiz Nizipli)
[#&#8203;48565](https://togithub.com/nodejs/node/pull/48565)
- \[[`0d73009ba3`](https://togithub.com/nodejs/node/commit/0d73009ba3)]
- **src**: refactor `SplitString` in util (Yagiz Nizipli)
[#&#8203;48491](https://togithub.com/nodejs/node/pull/48491)
- \[[`6c72622df9`](https://togithub.com/nodejs/node/commit/6c72622df9)]
- **src**: handle wasm out of bound in osx will raise SIGBUS correctly
(Congcong Cai)
[#&#8203;46561](https://togithub.com/nodejs/node/pull/46561)
- \[[`e4261809b0`](https://togithub.com/nodejs/node/commit/e4261809b0)]
- **src**: replace idna functions with ada::idna (Yagiz Nizipli)
[#&#8203;47735](https://togithub.com/nodejs/node/pull/47735)
- \[[`3dd82b1820`](https://togithub.com/nodejs/node/commit/3dd82b1820)]
- **stream**: use addAbortListener (atlowChemi)
[#&#8203;48550](https://togithub.com/nodejs/node/pull/48550)
- \[[`786fbdb824`](https://togithub.com/nodejs/node/commit/786fbdb824)]
- **stream**: fix premature pipeline end (Robert Nagy)
[#&#8203;48435](https://togithub.com/nodejs/node/pull/48435)
- \[[`c224e1b255`](https://togithub.com/nodejs/node/commit/c224e1b255)]
- **stream**: fix deadlock when pipeing to full sink (Robert Nagy)
[#&#8203;48691](https://togithub.com/nodejs/node/pull/48691)
- \[[`2c75b9ece2`](https://togithub.com/nodejs/node/commit/2c75b9ece2)]
- **test**: fix flaky test-string-decode.js on x86 (Stefan Stojanovic)
[#&#8203;48750](https://togithub.com/nodejs/node/pull/48750)
- \[[`279c4f64c1`](https://togithub.com/nodejs/node/commit/279c4f64c1)]
- **test**: mark
test-http-regr-[gh-2928](https://togithub.com/nodejs/node/issues/2928)
as flaky (Joyee Cheung)
[#&#8203;49565](https://togithub.com/nodejs/node/pull/49565)
- \[[`01eacccd9a`](https://togithub.com/nodejs/node/commit/01eacccd9a)]
- **test**: deflake test-net-throttle (Luigi Pinca)
[#&#8203;48599](https://togithub.com/nodejs/node/pull/48599)
- \[[`33886b271c`](https://togithub.com/nodejs/node/commit/33886b271c)]
- **test**: move test-net-throttle to parallel (Luigi Pinca)
[#&#8203;48599](https://togithub.com/nodejs/node/pull/48599)
- \[[`a79112b5f4`](https://togithub.com/nodejs/node/commit/a79112b5f4)]
- ***Revert*** "**test**: remove test-crypto-keygen flaky designation"
(Luigi Pinca)
[#&#8203;48652](https://togithub.com/nodejs/node/pull/48652)
- \[[`6ec57984db`](https://togithub.com/nodejs/node/commit/6ec57984db)]
- **test**: add missing assertions to test-runner-cli (Moshe Atlow)
[#&#8203;48593](https://togithub.com/nodejs/node/pull/48593)
- \[[`dd1805e802`](https://togithub.com/nodejs/node/commit/dd1805e802)]
- **test**: remove test-crypto-keygen flaky designation (Luigi Pinca)
[#&#8203;48575](https://togithub.com/nodejs/node/pull/48575)
- \[[`df9a9afc99`](https://togithub.com/nodejs/node/commit/df9a9afc99)]
- **test**: remove test-timers-immediate-queue flaky designation (Luigi
Pinca) [#&#8203;48575](https://togithub.com/nodejs/node/pull/48575)
- \[[`3ae96ae380`](https://togithub.com/nodejs/node/commit/3ae96ae380)]
- **test**: make IsolateData per-isolate in cctest (Joyee Cheung)
[#&#8203;48450](https://togithub.com/nodejs/node/pull/48450)
- \[[`f2ce8e0c06`](https://togithub.com/nodejs/node/commit/f2ce8e0c06)]
- **test**: define NAPI_VERSION before including node_api.h (Chengzhong
Wu) [#&#8203;48376](https://togithub.com/nodejs/node/pull/48376)
- \[[`13ac0a5e26`](https://togithub.com/nodejs/node/commit/13ac0a5e26)]
- **test**: remove unnecessary noop function args to `mustNotCall()`
(Antoine du Hamel)
[#&#8203;48513](https://togithub.com/nodejs/node/pull/48513)
- \[[`8fdd4c55b3`](https://togithub.com/nodejs/node/commit/8fdd4c55b3)]
- **test**: skip test-runner-watch-mode on IBMi (Moshe Atlow)
[#&#8203;48473](https://togithub.com/nodejs/node/pull/48473)
- \[[`9d90409241`](https://togithub.com/nodejs/node/commit/9d90409241)]
- **test**: fix flaky test-watch-mode (Moshe Atlow)
[#&#8203;48147](https://togithub.com/nodejs/node/pull/48147)
- \[[`27a4bc7c32`](https://togithub.com/nodejs/node/commit/27a4bc7c32)]
- **test**: add missing \<algorithm> include for std::find (Sam James)
[#&#8203;48380](https://togithub.com/nodejs/node/pull/48380)
- \[[`cb92c4b9fe`](https://togithub.com/nodejs/node/commit/cb92c4b9fe)]
- **test**: update url web-platform tests (Yagiz Nizipli)
[#&#8203;48319](https://togithub.com/nodejs/node/pull/48319)
- \[[`f35c4d3190`](https://togithub.com/nodejs/node/commit/f35c4d3190)]
- **test**: ignore the copied entry_point.c (Luigi Pinca)
[#&#8203;48297](https://togithub.com/nodejs/node/pull/48297)
- \[[`41d1e6888f`](https://togithub.com/nodejs/node/commit/41d1e6888f)]
- **test**: refactor test-gc-http-client-timeout (Luigi Pinca)
[#&#8203;48292](https://togithub.com/nodejs/node/pull/48292)
- \[[`125bca621a`](https://togithub.com/nodejs/node/commit/125bca621a)]
- **test**: update encoding web-platform tests (Yagiz Nizipli)
[#&#8203;48320](https://togithub.com/nodejs/node/pull/48320)
- \[[`e9ac111d02`](https://togithub.com/nodejs/node/commit/e9ac111d02)]
- **test**: update FileAPI web-platform tests (Yagiz Nizipli)
[#&#8203;48322](https://togithub.com/nodejs/node/pull/48322)
- \[[`3da57d17f5`](https://togithub.com/nodejs/node/commit/3da57d17f5)]
- **test**: update user-timing web-platform tests (Yagiz Nizipli)
[#&#8203;48321](https://togithub.com/nodejs/node/pull/48321)
- \[[`c728b8a29b`](https://togithub.com/nodejs/node/commit/c728b8a29b)]
- **test**: fix `test-net-autoselectfamily` for kernel without IPv6
support (Livia Medeiros)
[#&#8203;45856](https://togithub.com/nodejs/node/pull/45856)
- \[[`6de7aa1d19`](https://togithub.com/nodejs/node/commit/6de7aa1d19)]
- **test**: move `test-tls-autoselectfamily-servername` to
`test/internet` (Antoine du Hamel)
[#&#8203;47029](https://togithub.com/nodejs/node/pull/47029)
- \[[`2de9868292`](https://togithub.com/nodejs/node/commit/2de9868292)]
- **test**: validate host with commas on url.parse (Yagiz Nizipli)
[#&#8203;48878](https://togithub.com/nodejs/node/pull/48878)
- \[[`e7d2e8ef2a`](https://togithub.com/nodejs/node/commit/e7d2e8ef2a)]
- **test**: delete test-net-bytes-per-incoming-chunk-overhead (Michaël
Zasso) [#&#8203;48811](https://togithub.com/nodejs/node/pull/48811)
- \[[`f5494fa1b0`](https://togithub.com/nodejs/node/commit/f5494fa1b0)]
- **test_runner**: fixed `test` shorthands return type (Shocker)
[#&#8203;48555](https://togithub.com/nodejs/node/pull/48555)
- \[[`7051cafdfa`](https://togithub.com/nodejs/node/commit/7051cafdfa)]
- **test_runner**: make `--test-name-pattern` recursive (Moshe Atlow)
[#&#8203;48382](https://togithub.com/nodejs/node/pull/48382)
- \[[`f302286442`](https://togithub.com/nodejs/node/commit/f302286442)]
- **test_runner**: refactor coverage report output for readability
(Damien Seguin)
[#&#8203;47791](https://togithub.com/nodejs/node/pull/47791)
- \[[`7822a541e5`](https://togithub.com/nodejs/node/commit/7822a541e5)]
- **timers**: support Symbol.dispose (Moshe Atlow)
[#&#8203;48633](https://togithub.com/nodejs/node/pull/48633)
- \[[`3eeca52db1`](https://togithub.com/nodejs/node/commit/3eeca52db1)]
- **tls**: fix bugs of double TLS (rogertyang)
[#&#8203;48969](https://togithub.com/nodejs/node/pull/48969)
- \[[`4826379516`](https://togithub.com/nodejs/node/commit/4826379516)]
- **tools**: run fetch_deps.py with Python 3 (Richard Lau)
[#&#8203;48729](https://togithub.com/nodejs/node/pull/48729)
- \[[`e2688c8d79`](https://togithub.com/nodejs/node/commit/e2688c8d79)]
- **tools**: update doc to unist-util-select@5.0.0
unist-util-visit@5.0.0 (Node.js GitHub Bot)
[#&#8203;48714](https://togithub.com/nodejs/node/pull/48714)
- \[[`7399481096`](https://togithub.com/nodejs/node/commit/7399481096)]
- **tools**: update lint-md-dependencies to rollup@3.26.2 (Node.js
GitHub Bot) [#&#8203;48705](https://togithub.com/nodejs/node/pull/48705)
- \[[`31c07153ce`](https://togithub.com/nodejs/node/commit/31c07153ce)]
- **tools**: update eslint to 8.44.0 (Node.js GitHub Bot)
[#&#8203;48632](https://togithub.com/nodejs/node/pull/48632)
- \[[`4e53f51e24`](https://togithub.com/nodejs/node/commit/4e53f51e24)]
- **tools**: update lint-md-dependencies to rollup@3.26.0 (Node.js
GitHub Bot) [#&#8203;48631](https://togithub.com/nodejs/node/pull/48631)
- \[[`7d52950a96`](https://togithub.com/nodejs/node/commit/7d52950a96)]
- **tools**: update lint-md-dependencies (Node.js GitHub Bot)
[#&#8203;48544](https://togithub.com/nodejs/node/pull/48544)
- \[[`e168eab3ee`](https://togithub.com/nodejs/node/commit/e168eab3ee)]
- **tools**: update lint-md-dependencies (Node.js GitHub Bot)
[#&#8203;48486](https://togithub.com/nodejs/node/pull/48486)
- \[[`9711bc24f6`](https://togithub.com/nodejs/node/commit/9711bc24f6)]
- **tools**: replace sed with perl (Luigi Pinca)
[#&#8203;48499](https://togithub.com/nodejs/node/pull/48499)
- \[[`9c1937c0a7`](https://togithub.com/nodejs/node/commit/9c1937c0a7)]
- **tools**: update eslint to 8.43.0 (Node.js GitHub Bot)
[#&#8203;48487](https://togithub.com/nodejs/node/pull/48487)
- \[[`9449f05ab1`](https://togithub.com/nodejs/node/commit/9449f05ab1)]
- **tools**: update doc to to-vfile@8.0.0 (Node.js GitHub Bot)
[#&#8203;48485](https://togithub.com/nodejs/node/pull/48485)
- \[[`79dcd968b1`](https://togithub.com/nodejs/node/commit/79dcd968b1)]
- **tools**: prepare tools/doc for to-vfile 8.0.0 (Rich Trott)
[#&#8203;48485](https://togithub.com/nodejs/node/pull/48485)
- \[[`538f388ac0`](https://togithub.com/nodejs/node/commit/538f388ac0)]
- **tools**: update lint-md-dependencies (Node.js GitHub Bot)
[#&#8203;48417](https://togithub.com/nodejs/node/pull/48417)
- \[[`01bc10dcd5`](https://togithub.com/nodejs/node/commit/01bc10dcd5)]
- **tools**: update create-or-update-pull-request-action (Richard Lau)
[#&#8203;48398](https://togithub.com/nodejs/node/pull/48398)
- \[[`590a072657`](https://togithub.com/nodejs/node/commit/590a072657)]
- **tools**: update eslint-plugin-jsdoc (Richard Lau)
[#&#8203;48393](https://togithub.com/nodejs/node/pull/48393)
- \[[`6a5805491e`](https://togithub.com/nodejs/node/commit/6a5805491e)]
- **tools**: update eslint to 8.42.0 (Node.js GitHub Bot)
[#&#8203;48328](https://togithub.com/nodejs/node/pull/48328)
- \[[`2eb13e3986`](https://togithub.com/nodejs/node/commit/2eb13e3986)]
- **tools**: disable jsdoc/no-defaults rule (Luigi Pinca)
[#&#8203;48328](https://togithub.com/nodejs/node/pull/48328)
- \[[`3363cfa6c7`](https://togithub.com/nodejs/node/commit/3363cfa6c7)]
- **typings**: remove unused primordials (Yagiz Nizipli)
[#&#8203;48509](https://togithub.com/nodejs/node/pull/48509)
- \[[`c59ae86ba0`](https://togithub.com/nodejs/node/commit/c59ae86ba0)]
- **(SEMVER-MINOR)** **url**: add value argument to has and delete
methods (Sankalp Shubham)
[#&#8203;47885](https://togithub.com/nodejs/node/pull/47885)
- \[[`f59c9636f4`](https://togithub.com/nodejs/node/commit/f59c9636f4)]
- **url**: conform to origin getter spec changes (Yagiz Nizipli)
[#&#8203;48319](https://togithub.com/nodejs/node/pull/48319)
- \[[`0beb5ab93d`](https://togithub.com/nodejs/node/commit/0beb5ab93d)]
- **url**: ensure getter access do not mutate observable symbols
(Antoine du Hamel)
[#&#8203;48897](https://togithub.com/nodejs/node/pull/48897)
- \[[`0a022c496d`](https://togithub.com/nodejs/node/commit/0a022c496d)]
- **util**: use `primordials.ArrayPrototypeIndexOf` instead of mutable
method (DaisyDogs07)
[#&#8203;48586](https://togithub.com/nodejs/node/pull/48586)

</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 these
updates 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://developer.mend.io/github/Unleash/unleash).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-09-30 17:16:22 +00:00
renovate[bot]
23017ff85a
chore(deps): update dependency @types/uuid to v9.0.4 (#4878)
[![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/uuid](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/uuid)
([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped)) |
[`9.0.3` ->
`9.0.4`](https://renovatebot.com/diffs/npm/@types%2fuuid/9.0.3/9.0.4) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fuuid/9.0.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2fuuid/9.0.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2fuuid/9.0.3/9.0.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fuuid/9.0.3/9.0.4?slim=true)](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://developer.mend.io/github/Unleash/unleash).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-09-30 01:19:59 +00:00
renovate[bot]
37e72ee327
chore(deps): update dependency @types/semver to v7.5.2 (#4874)
[![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/semver](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/semver)
([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped)) |
[`7.5.1` ->
`7.5.2`](https://renovatebot.com/diffs/npm/@types%2fsemver/7.5.1/7.5.2)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fsemver/7.5.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2fsemver/7.5.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2fsemver/7.5.1/7.5.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fsemver/7.5.1/7.5.2?slim=true)](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://developer.mend.io/github/Unleash/unleash).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-09-29 19:26:45 +00:00
renovate[bot]
64a8163aa1
chore(deps): update dependency @types/jest to v29.5.5 (#4871)
[![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/jest](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jest)
([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped)) |
[`29.5.4` ->
`29.5.5`](https://renovatebot.com/diffs/npm/@types%2fjest/29.5.4/29.5.5)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fjest/29.5.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2fjest/29.5.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2fjest/29.5.4/29.5.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fjest/29.5.4/29.5.5?slim=true)](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://developer.mend.io/github/Unleash/unleash).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-09-29 18:29:50 +00:00
renovate[bot]
aa72a55026
chore(deps): update dependency @types/js-yaml to v4.0.6 (#4872)
[![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/js-yaml](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/js-yaml)
([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped)) |
[`4.0.5` ->
`4.0.6`](https://renovatebot.com/diffs/npm/@types%2fjs-yaml/4.0.5/4.0.6)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fjs-yaml/4.0.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2fjs-yaml/4.0.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2fjs-yaml/4.0.5/4.0.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fjs-yaml/4.0.5/4.0.6?slim=true)](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://developer.mend.io/github/Unleash/unleash).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-09-29 15:14:47 +00:00
renovate[bot]
a0571ce022
chore(deps): update dependency @types/bcryptjs to v2.4.4 (#4869)
[![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/bcryptjs](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/bcryptjs)
([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped)) |
[`2.4.3` ->
`2.4.4`](https://renovatebot.com/diffs/npm/@types%2fbcryptjs/2.4.3/2.4.4)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fbcryptjs/2.4.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2fbcryptjs/2.4.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2fbcryptjs/2.4.3/2.4.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fbcryptjs/2.4.3/2.4.4?slim=true)](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://developer.mend.io/github/Unleash/unleash).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-09-29 13:02:24 +00:00
renovate[bot]
a4e1d05d2a
chore(deps): update dependency @babel/core to v7.22.20 (#4866)
[![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.22.17` ->
`7.22.20`](https://renovatebot.com/diffs/npm/@babel%2fcore/7.22.17/7.22.20)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@babel%2fcore/7.22.20?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@babel%2fcore/7.22.20?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@babel%2fcore/7.22.17/7.22.20?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@babel%2fcore/7.22.17/7.22.20?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>babel/babel (@&#8203;babel/core)</summary>

###
[`v7.22.20`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v72220-2023-09-16)

[Compare
Source](https://togithub.com/babel/babel/compare/v7.22.19...v7.22.20)

##### 🏠 Internal

-   `babel-helper-validator-identifier`
- [#&#8203;15973](https://togithub.com/babel/babel/pull/15973) Remove
special-casing of U+200C and U+200D
([@&#8203;nicolo-ribaudo](https://togithub.com/nicolo-ribaudo))
-   `babel-plugin-transform-dotall-regex`
- [#&#8203;15974](https://togithub.com/babel/babel/pull/15974) Update
Unicode test fixtures ([@&#8203;JLHwung](https://togithub.com/JLHwung))

##### ↩️ Revert

- `babel-helper-remap-async-to-generator`, `babel-helper-wrap-function`,
`babel-plugin-proposal-explicit-resource-management`,
`babel-plugin-proposal-function-sent`,
`babel-plugin-transform-async-generator-functions`,
`babel-plugin-transform-async-to-generator`,
`babel-plugin-transform-block-scoping`,
`babel-plugin-transform-class-properties`,
`babel-plugin-transform-classes`, `babel-plugin-transform-parameters`,
`babel-plugin-transform-runtime`, `babel-preset-env`
- [#&#8203;15979](https://togithub.com/babel/babel/pull/15979) Revert
"Improve output when wrapping functions"
([@&#8203;jjonescz](https://togithub.com/jjonescz))

### [`v7.22.19`](https://togithub.com/babel/babel/releases/tag/v7.22.19)

[Compare
Source](https://togithub.com/babel/babel/compare/v7.22.18...v7.22.19)

#### v7.22.19 (2023-09-14)

Re-published 7.22.18, due to a releasing error.

###
[`v7.22.18`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v72218-2023-09-14)

[Compare
Source](https://togithub.com/babel/babel/compare/v7.22.17...v7.22.18)

##### 🐛 Bug Fix

-   `babel-helper-validator-identifier`
- [#&#8203;15957](https://togithub.com/babel/babel/pull/15957) Update
identifier name definitions to Unicode 15.1
([@&#8203;JLHwung](https://togithub.com/JLHwung))
- `babel-helper-module-transforms`,
`babel-plugin-transform-modules-amd`,
`babel-plugin-transform-modules-commonjs`,
`babel-plugin-transform-modules-umd`
- [#&#8203;15898](https://togithub.com/babel/babel/pull/15898) Fix
transform of named import with shadowed namespace import
([@&#8203;dhlolo](https://togithub.com/dhlolo))

##### ↩️ Revert

- [#&#8203;15965](https://togithub.com/babel/babel/pull/15965) Revert
Node.js 20.6.0 bug workaround
([@&#8203;nicolo-ribaudo](https://togithub.com/nicolo-ribaudo))

</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://developer.mend.io/github/Unleash/unleash).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-09-29 12:21:14 +00:00
Christopher Kolstad
6673d131fe
feat: biome lint (#4853)
This commit changes our linter/formatter to biome (https://biomejs.dev/)
Causing our prehook to run almost instantly, and our "yarn lint" task to
run in sub 100ms.

Some trade-offs:
* Biome isn't quite as well established as ESLint
* Are we ready to install a different vscode plugin (the biome plugin)
instead of the prettier plugin


The configuration set for biome also has a set of recommended rules,
this is turned on by default, in order to get to something that was
mergeable I have turned off a couple the rules we seemed to violate the
most, that we also explicitly told eslint to ignore.
2023-09-29 14:18:21 +02:00
Mateusz Kwasniewski
fbc571dffc
feat: events for dependencies (#4864) 2023-09-29 14:02:15 +02:00
Nuno Góis
b9910bf114
chore: bump version to 5.6.0 (#4847)
Bumps version to v5.6.0 as part of the release process.
2023-09-27 12:32:25 +01:00
Nuno Góis
d16334f3fb
chore: revert #4823 and bump @swc/core to 1.3.88 (#4827)
Reverts #4823 and bumps
[@swc/core](https://www.npmjs.com/package/@swc/core) to the latest
**v1.3.88**.
2023-09-25 15:24:35 +01:00
Nuno Góis
9041422cc9
chore: pin @swc/core to v1.3.83 (#4823)
Reverts
ebc9cb20a9
allowing us to test and debug the latest changes while excluding this
version bump.
2023-09-25 10:07:01 +01:00
renovate[bot]
7233143ace
chore(deps): update dependency jest to v29.7.0 (#4799)
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [jest](https://jestjs.io/)
([source](https://togithub.com/jestjs/jest)) | [`29.6.4` ->
`29.7.0`](https://renovatebot.com/diffs/npm/jest/29.6.4/29.7.0) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/jest/29.7.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/jest/29.7.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/jest/29.6.4/29.7.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/jest/29.6.4/29.7.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>jestjs/jest (jest)</summary>

###
[`v29.7.0`](https://togithub.com/jestjs/jest/blob/HEAD/CHANGELOG.md#2970)

[Compare
Source](https://togithub.com/jestjs/jest/compare/v29.6.4...v29.7.0)

##### Features

- `[create-jest]` Add `npm init` / `yarn create` initialiser for Jest
projects ([#&#8203;14465](https://togithub.com/jestjs/jest/pull/14453))
- `[jest-validate]` Allow deprecation warnings for unknown options
([#&#8203;14499](https://togithub.com/jestjs/jest/pull/14499))

##### Fixes

- `[jest-resolver]` Replace unmatched capture groups in
`moduleNameMapper` with empty string instead of `undefined`
([#&#8203;14507](https://togithub.com/jestjs/jest/pull/14507))
- `[jest-snapshot]` Allow for strings as well as template literals in
inline snapshots
([#&#8203;14465](https://togithub.com/jestjs/jest/pull/14465))
- `[@jest/test-sequencer]` Calculate test runtime if `perStats.duration`
is missing
([#&#8203;14473](https://togithub.com/jestjs/jest/pull/14473))

##### Performance

- `[@jest/create-cache-key-function]` Cache access of `NODE_ENV` and
`BABEL_ENV`
([#&#8203;14455](https://togithub.com/jestjs/jest/pull/14455))

##### Chore & Maintenance

- `[jest-cli]` Move internal config initialisation logic to the
`create-jest` package
([#&#8203;14465](https://togithub.com/jestjs/jest/pull/14453))

</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://developer.mend.io/github/Unleash/unleash).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-09-20 16:14:36 +00:00
renovate[bot]
b9a860730c
chore(deps): update dependency fast-check to v3.13.0 (#4797)
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [fast-check](https://togithub.com/dubzzz/fast-check) | [`3.12.1` ->
`3.13.0`](https://renovatebot.com/diffs/npm/fast-check/3.12.1/3.13.0) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/fast-check/3.13.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/fast-check/3.13.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/fast-check/3.12.1/3.13.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/fast-check/3.12.1/3.13.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>dubzzz/fast-check (fast-check)</summary>

###
[`v3.13.0`](https://togithub.com/dubzzz/fast-check/blob/HEAD/packages/fast-check/CHANGELOG.md#3130)

[Compare
Source](https://togithub.com/dubzzz/fast-check/compare/v3.12.1...v3.13.0)

*New options for `date`, `record` and `dictionary`*

\[[Code](https://togithub.com/dubzzz/fast-check/tree/v3.13.0)]\[[Diff](https://togithub.com/dubzzz/fast-check/compare/v3.12.1...v3.13.0)]

#### Features

- ([PR#4197](https://togithub.com/dubzzz/fast-check/pull/4197)) Add
support for "Invalid Date" in `date`
- ([PR#4203](https://togithub.com/dubzzz/fast-check/pull/4203))
Deprecate `withDeletedKeys` on `record`
- ([PR#4204](https://togithub.com/dubzzz/fast-check/pull/4204)) Support
null-proto in `dictionary`
- ([PR#4205](https://togithub.com/dubzzz/fast-check/pull/4205)) Support
null-proto in `record`

#### Fixes

- ([PR#4207](https://togithub.com/dubzzz/fast-check/pull/4207)) Bug:
Better poisoning resiliency for `dictionary`
- ([PR#4194](https://togithub.com/dubzzz/fast-check/pull/4194)) CI: Add
some more details onto the PWA
- ([PR#4211](https://togithub.com/dubzzz/fast-check/pull/4211)) CI:
Rework broken test on `date`
- ([PR#4212](https://togithub.com/dubzzz/fast-check/pull/4212)) CI:
Rework broken test on `date` (retry)
- ([PR#4214](https://togithub.com/dubzzz/fast-check/pull/4214)) CI:
Rework another broken test on date
- ([PR#4186](https://togithub.com/dubzzz/fast-check/pull/4186)) Doc:
Document our approach to dual package
- ([PR#4187](https://togithub.com/dubzzz/fast-check/pull/4187)) Doc:
Expose website as PWA too
- ([PR#4190](https://togithub.com/dubzzz/fast-check/pull/4190)) Move:
Move the manifest in /static
- ([PR#4206](https://togithub.com/dubzzz/fast-check/pull/4206))
Refactor: Re-use null-proto helpers of `dictionary` on `anything`
- ([PR#4189](https://togithub.com/dubzzz/fast-check/pull/4189)) Test:
Drop Node 14.x from the test-chain

***

</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://developer.mend.io/github/Unleash/unleash).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-09-20 14:30:57 +00:00
renovate[bot]
d6e1c9190a
chore(deps): update dependency @types/type-is to v1.6.4 (#4787)
[![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/type-is](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/type-is)
([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped)) |
[`1.6.3` ->
`1.6.4`](https://renovatebot.com/diffs/npm/@types%2ftype-is/1.6.3/1.6.4)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2ftype-is/1.6.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2ftype-is/1.6.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2ftype-is/1.6.3/1.6.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2ftype-is/1.6.3/1.6.4?slim=true)](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://developer.mend.io/github/Unleash/unleash).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-09-20 07:38:20 +00:00
renovate[bot]
0d7c230af9
chore(deps): update dependency @types/nodemailer to v6.4.10 (#4783)
[![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/nodemailer](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/nodemailer)
([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped)) |
[`6.4.9` ->
`6.4.10`](https://renovatebot.com/diffs/npm/@types%2fnodemailer/6.4.9/6.4.10)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fnodemailer/6.4.10?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2fnodemailer/6.4.10?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2fnodemailer/6.4.9/6.4.10?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fnodemailer/6.4.9/6.4.10?slim=true)](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://developer.mend.io/github/Unleash/unleash).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-09-20 05:58:33 +00:00
renovate[bot]
4214cd4a32
chore(deps): update dependency @types/node to v18.17.15 (#4782)
[![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)) |
[`18.17.14` ->
`18.17.15`](https://renovatebot.com/diffs/npm/@types%2fnode/18.17.14/18.17.15)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fnode/18.17.15?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2fnode/18.17.15?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2fnode/18.17.14/18.17.15?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fnode/18.17.14/18.17.15?slim=true)](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://developer.mend.io/github/Unleash/unleash).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-09-20 05:47:19 +00:00
renovate[bot]
ebc9cb20a9
chore(deps): update dependency @swc/core to v1.3.84 (#4781)
[![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.83` ->
`1.3.84`](https://renovatebot.com/diffs/npm/@swc%2fcore/1.3.83/1.3.84) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/@swc%2fcore/1.3.84?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@swc%2fcore/1.3.84?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@swc%2fcore/1.3.83/1.3.84?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@swc%2fcore/1.3.83/1.3.84?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

###
[`v1.3.84`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#1384---2023-09-11)

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

##### Bug Fixes

- **(es/codegen)** Emit leading comments for `ExprStmt`
([#&#8203;7916](https://togithub.com/swc-project/swc/issues/7916))
([2da5895](2da58959c2))

- **(es/codegen)** Use `emitAssertForImportAttributes`
([#&#8203;7936](https://togithub.com/swc-project/swc/issues/7936))
([dac8888](dac8888829))

- **(es/compat)** Visit assign expr in generator
([#&#8203;7932](https://togithub.com/swc-project/swc/issues/7932))
([97068e1](97068e12d1))

</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://developer.mend.io/github/Unleash/unleash).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-09-20 04:53:02 +00:00
renovate[bot]
237b59b939
chore(deps): update dependency @babel/core to v7.22.17 (#4780)
[![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.22.15` ->
`7.22.17`](https://renovatebot.com/diffs/npm/@babel%2fcore/7.22.15/7.22.17)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@babel%2fcore/7.22.17?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@babel%2fcore/7.22.17?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@babel%2fcore/7.22.15/7.22.17?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@babel%2fcore/7.22.15/7.22.17?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>babel/babel (@&#8203;babel/core)</summary>

###
[`v7.22.17`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v72217-2023-09-08)

[Compare
Source](https://togithub.com/babel/babel/compare/v7.22.15...v7.22.17)

##### 🐛 Bug Fix

-   `babel-core`
- [#&#8203;15947](https://togithub.com/babel/babel/pull/15947) Fix
compatibility with Node.js 20.6
([@&#8203;nicolo-ribaudo](https://togithub.com/nicolo-ribaudo))
- `babel-helper-module-transforms`,
`babel-plugin-transform-modules-commonjs`
- [#&#8203;15941](https://togithub.com/babel/babel/pull/15941) Fix
compiling duplicate ns imports to lazy CommonJS
([@&#8203;nicolo-ribaudo](https://togithub.com/nicolo-ribaudo))
-   `babel-types`
- [#&#8203;15920](https://togithub.com/babel/babel/pull/15920) Make
`ClassDeclaration["id"]` optional in babel-types
([@&#8203;jordanbtucker](https://togithub.com/jordanbtucker))

##### 🔬 Output optimization

- `babel-helper-remap-async-to-generator`, `babel-helper-wrap-function`,
`babel-plugin-proposal-explicit-resource-management`,
`babel-plugin-proposal-function-sent`,
`babel-plugin-transform-async-generator-functions`,
`babel-plugin-transform-async-to-generator`,
`babel-plugin-transform-block-scoping`,
`babel-plugin-transform-class-properties`,
`babel-plugin-transform-classes`, `babel-plugin-transform-parameters`,
`babel-plugin-transform-runtime`, `babel-preset-env`
- [#&#8203;15922](https://togithub.com/babel/babel/pull/15922) Improve
output when wrapping functions (e.g. `async` functions)
([@&#8203;liuxingbaoyu](https://togithub.com/liuxingbaoyu))

</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://developer.mend.io/github/Unleash/unleash).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-09-20 01:20:25 +00:00
Mateusz Kwasniewski
c3540e1396
feat: sdk flat context schema (#4738) 2023-09-15 09:30:54 +02:00
renovate[bot]
1fdd59326f
fix(deps): update dependency js-sha256 to ^0.10.0 (#4740)
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [js-sha256](https://togithub.com/emn178/js-sha256) | [`^0.9.0` ->
`^0.10.0`](https://renovatebot.com/diffs/npm/js-sha256/0.9.0/0.10.1) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/js-sha256/0.10.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/js-sha256/0.10.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/js-sha256/0.9.0/0.10.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/js-sha256/0.9.0/0.10.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>emn178/js-sha256 (js-sha256)</summary>

###
[`v0.10.1`](https://togithub.com/emn178/js-sha256/blob/HEAD/CHANGELOG.md#v0101--2023-08-31)

[Compare
Source](https://togithub.com/emn178/js-sha256/compare/v0.10.0...v0.10.1)

##### Added

-   Disable webpack polyfill.

###
[`v0.10.0`](https://togithub.com/emn178/js-sha256/blob/HEAD/CHANGELOG.md#v0100--2023-08-30)

[Compare
Source](https://togithub.com/emn178/js-sha256/compare/v0.9.0...v0.10.0)

##### Fixed

- Chrome bug by workaround.
[#&#8203;40](https://togithub.com/emn178/js-sha256/issues/40)
- deprecated `new Buffer`, replace with `Buffer.from`.
[#&#8203;34](https://togithub.com/emn178/js-sha256/issues/34)
- dependencies and security issues.
[#&#8203;32](https://togithub.com/emn178/js-sha256/issues/32),
[#&#8203;36](https://togithub.com/emn178/js-sha256/issues/36)

##### Changed

- TypeScript interface, secretKey can be bytes like message.
[#&#8203;23](https://togithub.com/emn178/js-sha256/issues/23),
[#&#8203;25](https://togithub.com/emn178/js-sha256/issues/25)
- remove `eval` and use `require` directly.
[#&#8203;18](https://togithub.com/emn178/js-sha256/issues/18),
[#&#8203;26](https://togithub.com/emn178/js-sha256/issues/26)

</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://developer.mend.io/github/Unleash/unleash).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-09-15 06:55:59 +00:00
renovate[bot]
53ea5dcaf6
fix(deps): update dependency db-migrate-pg to v1.4.2 (#4735)
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [db-migrate-pg](https://togithub.com/db-migrate/pg) | [`1.3.2` ->
`1.4.2`](https://renovatebot.com/diffs/npm/db-migrate-pg/1.3.2/1.4.2) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/db-migrate-pg/1.4.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/db-migrate-pg/1.4.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/db-migrate-pg/1.3.2/1.4.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/db-migrate-pg/1.3.2/1.4.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>db-migrate/pg (db-migrate-pg)</summary>

###
[`v1.4.2`](https://togithub.com/db-migrate/pg/blob/HEAD/CHANGELOG.md#142-2023-09-07)

[Compare
Source](https://togithub.com/db-migrate/pg/compare/v1.4.1...v1.4.2)

###
[`v1.4.1`](https://togithub.com/db-migrate/pg/blob/HEAD/CHANGELOG.md#141-2023-09-07)

[Compare
Source](https://togithub.com/db-migrate/pg/compare/v1.4.0...v1.4.1)

###
[`v1.4.0`](https://togithub.com/db-migrate/pg/blob/HEAD/CHANGELOG.md#140-2023-09-07)

[Compare
Source](https://togithub.com/db-migrate/pg/compare/v1.3.2...v1.4.0)

##### Bug Fixes

- **switchDatabase:** scope configuration not working with schema
([d52cdcf](d52cdcf369))

#### [1.3.2](https://togithub.com/db-migrate/pg/compare/v1.3.1...v1.3.2)
(2023-09-01)

#### [1.3.1](https://togithub.com/db-migrate/pg/compare/v1.3.0...v1.3.1)
(2023-09-01)

</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://developer.mend.io/github/Unleash/unleash).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-09-15 00:31:34 +00:00
renovate[bot]
27bf253063
chore(deps): update dependency superagent to v8.1.2 (#4733)
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [superagent](https://togithub.com/ladjs/superagent) | [`8.0.9` ->
`8.1.2`](https://renovatebot.com/diffs/npm/superagent/8.0.9/8.1.2) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/superagent/8.1.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/superagent/8.1.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/superagent/8.0.9/8.1.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/superagent/8.0.9/8.1.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>ladjs/superagent (superagent)</summary>

###
[`v8.1.2`](https://togithub.com/ladjs/superagent/releases/tag/v8.1.2)

[Compare
Source](https://togithub.com/ladjs/superagent/compare/v8.1.1...v8.1.2)

- Merge pull request
[#&#8203;1776](https://togithub.com/ladjs/superagent/issues/1776) from
bjornua/bjornba/bigint-guard-fix
[`b83887a`](https://togithub.com/ladjs/superagent/commit/b83887a)
- fix: handle BigInts that has a .toJSON property
[`36088a6`](https://togithub.com/ladjs/superagent/commit/36088a6)

###
[`v8.1.1`](https://togithub.com/ladjs/superagent/releases/tag/v8.1.1)

[Compare
Source](https://togithub.com/ladjs/superagent/compare/v8.1.0...v8.1.1)

- Revert "chore: bump deps, xo linting"
[`6feca3f`](https://togithub.com/ladjs/superagent/commit/6feca3f)

###
[`v8.1.0`](https://togithub.com/ladjs/superagent/releases/tag/v8.1.0)

[Compare
Source](https://togithub.com/ladjs/superagent/compare/v8.0.9...v8.1.0)

- chore: bump deps, xo linting
[`8b5400b`](https://togithub.com/ladjs/superagent/commit/8b5400b)
- Merge pull request
[#&#8203;1764](https://togithub.com/ladjs/superagent/issues/1764) from
tobiasdiez/es6\_http2wrapper
[`2fd4292`](https://togithub.com/ladjs/superagent/commit/2fd4292)
- Merge pull request
[#&#8203;1766](https://togithub.com/ladjs/superagent/issues/1766) from
slickmb/fix/emit_end_when_unzipping
[`a29a062`](https://togithub.com/ladjs/superagent/commit/a29a062)
- Merge pull request
[#&#8203;1773](https://togithub.com/ladjs/superagent/issues/1773) from
NikoRaisanen/bugfix-handle-bigint
[`a62866a`](https://togithub.com/ladjs/superagent/commit/a62866a)
- Merge pull request
[#&#8203;1774](https://togithub.com/ladjs/superagent/issues/1774) from
afharo/remove-v14-destroy-before-abort-hack
[`4691583`](https://togithub.com/ladjs/superagent/commit/4691583)
- fix: do not force-set `req.destroyed = true` on abort
[`70c464c`](https://togithub.com/ladjs/superagent/commit/70c464c)
- fix: fixed BigInt sent as json
[`259a43f`](https://togithub.com/ladjs/superagent/commit/259a43f)
- fix: only emit 'end' after unzip is done writing
[`ef969fa`](https://togithub.com/ladjs/superagent/commit/ef969fa)
- feat: migrate to es6 class instead of util.inherit in http2wrapper
[`7801408`](https://togithub.com/ladjs/superagent/commit/7801408)
- fix: fixed eslint-plugin-compat issue
[`73c7efb`](https://togithub.com/ladjs/superagent/commit/73c7efb)
- chore: fixed rimraf dep causing tests to fail
[`988636f`](https://togithub.com/ladjs/superagent/commit/988636f)

</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://developer.mend.io/github/Unleash/unleash).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-09-14 21:29:23 +00:00
renovate[bot]
2822350aa3
chore(deps): update dependency lint-staged to v13.3.0 (#4730)
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [lint-staged](https://togithub.com/okonet/lint-staged) | [`13.2.3` ->
`13.3.0`](https://renovatebot.com/diffs/npm/lint-staged/13.2.3/13.3.0) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/lint-staged/13.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/lint-staged/13.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/lint-staged/13.2.3/13.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/lint-staged/13.2.3/13.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>okonet/lint-staged (lint-staged)</summary>

###
[`v13.3.0`](https://togithub.com/okonet/lint-staged/blob/HEAD/CHANGELOG.md#v1330---13-Aug-2023)

[Compare
Source](https://togithub.com/okonet/lint-staged/compare/v13.2.3...v13.3.0)

##### Bug Fixes

- **dependencies:** update most dependencies
([7443870](7443870b2c))
- detect duplicate redundant braces in pattern
([d895aa8](d895aa8382))

##### Features

- **dependencies:** update `listr2@&#8203;6.6.0`
([09844ca](09844ca3f6))

</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://developer.mend.io/github/Unleash/unleash).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-09-14 20:21:24 +00:00
renovate[bot]
6bbb382d1c
chore(deps): update dependency del-cli to v5.1.0 (#4725)
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [del-cli](https://togithub.com/sindresorhus/del-cli) | [`5.0.0` ->
`5.1.0`](https://renovatebot.com/diffs/npm/del-cli/5.0.0/5.1.0) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/del-cli/5.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/del-cli/5.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/del-cli/5.0.0/5.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/del-cli/5.0.0/5.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>sindresorhus/del-cli (del-cli)</summary>

###
[`v5.1.0`](https://togithub.com/sindresorhus/del-cli/releases/tag/v5.1.0)

[Compare
Source](https://togithub.com/sindresorhus/del-cli/compare/v5.0.1...v5.1.0)

- Add `--verbose` flag
([#&#8203;37](https://togithub.com/sindresorhus/del-cli/issues/37))
[`f32b531`](https://togithub.com/sindresorhus/del-cli/commit/f32b531)

###
[`v5.0.1`](https://togithub.com/sindresorhus/del-cli/releases/tag/v5.0.1)

[Compare
Source](https://togithub.com/sindresorhus/del-cli/compare/v5.0.0...v5.0.1)

- Fix Windows compatibility for use with `npx`
[`537e5b3`](https://togithub.com/sindresorhus/del-cli/commit/537e5b3)

</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://developer.mend.io/github/Unleash/unleash).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-09-14 14:06:04 +00:00
renovate[bot]
471cc2e10b
fix(deps): update dependency db-migrate to v0.11.14 (#4724)
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [db-migrate](https://togithub.com/db-migrate/node-db-migrate) |
[`0.11.13` ->
`0.11.14`](https://renovatebot.com/diffs/npm/db-migrate/0.11.13/0.11.14)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/db-migrate/0.11.14?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/db-migrate/0.11.14?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/db-migrate/0.11.13/0.11.14?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/db-migrate/0.11.13/0.11.14?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>db-migrate/node-db-migrate (db-migrate)</summary>

###
[`v0.11.14`](https://togithub.com/db-migrate/node-db-migrate/compare/v0.11.13...v0.11.14)

[Compare
Source](https://togithub.com/db-migrate/node-db-migrate/compare/v0.11.13...v0.11.14)

</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://developer.mend.io/github/Unleash/unleash).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-09-14 14:05:15 +00:00
renovate[bot]
c338430378
fix(deps): update dependency db-migrate-pg to v1.3.2 (#4720)
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [db-migrate-pg](https://togithub.com/db-migrate/pg) | [`1.3.0` ->
`1.3.2`](https://renovatebot.com/diffs/npm/db-migrate-pg/1.3.0/1.3.2) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/db-migrate-pg/1.3.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/db-migrate-pg/1.3.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/db-migrate-pg/1.3.0/1.3.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/db-migrate-pg/1.3.0/1.3.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>db-migrate/pg (db-migrate-pg)</summary>

###
[`v1.3.2`](https://togithub.com/db-migrate/pg/blob/HEAD/CHANGELOG.md#132-2023-09-01)

[Compare
Source](https://togithub.com/db-migrate/pg/compare/v1.3.1...v1.3.2)

###
[`v1.3.1`](https://togithub.com/db-migrate/pg/blob/HEAD/CHANGELOG.md#131-2023-09-01)

[Compare
Source](https://togithub.com/db-migrate/pg/compare/v1.3.0...v1.3.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://developer.mend.io/github/Unleash/unleash).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-09-14 12:07:13 +00:00
renovate[bot]
836a816bed
fix(deps): update dependency json-schema-to-ts to v2.9.2 (#4721)
[![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.9.1` ->
`2.9.2`](https://renovatebot.com/diffs/npm/json-schema-to-ts/2.9.1/2.9.2)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/json-schema-to-ts/2.9.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/json-schema-to-ts/2.9.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/json-schema-to-ts/2.9.1/2.9.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/json-schema-to-ts/2.9.1/2.9.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

###
[`v2.9.2`](https://togithub.com/ThomasAribart/json-schema-to-ts/releases/tag/v2.9.2):
🌈

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

#### Changes

- Use caps maj instead of first letter
[@&#8203;ThomasAribart](https://togithub.com/ThomasAribart)
([#&#8203;156](https://togithub.com/ThomasAribart/json-schema-to-ts/issues/156))

</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://developer.mend.io/github/Unleash/unleash).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-09-14 12:05:04 +00:00
renovate[bot]
18bab80b4f
chore(deps): update jest monorepo (#4717)
[![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/jest](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jest)
([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped)) |
[`29.5.3` ->
`29.5.4`](https://renovatebot.com/diffs/npm/@types%2fjest/29.5.3/29.5.4)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fjest/29.5.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2fjest/29.5.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2fjest/29.5.3/29.5.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fjest/29.5.3/29.5.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [jest](https://jestjs.io/)
([source](https://togithub.com/jestjs/jest)) | [`29.6.2` ->
`29.6.4`](https://renovatebot.com/diffs/npm/jest/29.6.2/29.6.4) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/jest/29.6.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/jest/29.6.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/jest/29.6.2/29.6.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/jest/29.6.2/29.6.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>jestjs/jest (jest)</summary>

###
[`v29.6.4`](https://togithub.com/jestjs/jest/blob/HEAD/CHANGELOG.md#2964)

[Compare
Source](https://togithub.com/jestjs/jest/compare/v29.6.3...v29.6.4)

##### Fixes

- `[jest-core]` Fix typo in `scheduleAndRun` performance marker
([#&#8203;14434](https://togithub.com/jestjs/jest/pull/14434))
- `[jest-environment-node]` Make sure `atob` and `btoa` are writeable in
Node 20 ([#&#8203;14446](https://togithub.com/jestjs/jest/pull/14446))
- `[jest-worker]` Additional error wrapper for `parentPort.postMessage`
to fix unhandled `DataCloneError`.
([#&#8203;14437](https://togithub.com/jestjs/jest/pull/14437))

###
[`v29.6.3`](https://togithub.com/jestjs/jest/blob/HEAD/CHANGELOG.md#2963)

[Compare
Source](https://togithub.com/jestjs/jest/compare/v29.6.2...v29.6.3)

##### Fixes

- `[expect, @&#8203;jest/expect-utils]` `ObjectContaining` support
`sumbol` as key
([#&#8203;14414](https://togithub.com/jestjs/jest/pull/14414))
- `[expect]` Remove `@types/node` from dependencies
([#&#8203;14385](https://togithub.com/jestjs/jest/pull/14385))
- `[jest-core]` Use workers in watch mode by default to avoid crashes
([#&#8203;14059](https://togithub.com/facebook/jest/pull/14059) &
[#&#8203;14085](https://togithub.com/facebook/jest/pull/14085)).
- `[jest-reporters]` Update `istanbul-lib-instrument` dependency to v6.
([#&#8203;14401](https://togithub.com/jestjs/jest/pull/14401))
- `[jest-mock]` Revert
[#&#8203;13692](https://togithub.com/jestjs/jest/pull/13692) as it was a
breaking change
([#&#8203;14429](https://togithub.com/jestjs/jest/pull/14429))
- `[jest-mock]` Revert
[#&#8203;13866](https://togithub.com/jestjs/jest/pull/13866) as it was a
breaking change
([#&#8203;14429](https://togithub.com/jestjs/jest/pull/14429))
- `[jest-mock]` Revert
[#&#8203;13867](https://togithub.com/jestjs/jest/pull/13867) as it was a
breaking change
([#&#8203;14429](https://togithub.com/jestjs/jest/pull/14429))
- `[@jest/reporters]` Marks Reporter's hooks as optional
([#&#8203;14433](https://togithub.com/jestjs/jest/pull/14433))
- `[jest-runtime]` Fix dynamic ESM import module bug when loaded module
through `jest.isolateModulesAsync`
([#&#8203;14397](https://togithub.com/jestjs/jest/pull/14397))

##### Chore & Maintenance

- `[jest-changed-files, jest-circus, jest-console, @&#8203;jest/core,
@&#8203;jest/runtime, @&#8203;jest/transform]` Use `invariant` and
`notEmpty` from `jest-util` rather than own internal
([#&#8203;14366](https://togithub.com/jestjs/jest/pull/14366))

</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.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://togithub.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- 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://developer.mend.io/github/Unleash/unleash).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-09-14 11:31:32 +00:00
renovate[bot]
93ccb06f6d
chore(deps): update swc monorepo (#4718)
[![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.76` ->
`1.3.83`](https://renovatebot.com/diffs/npm/@swc%2fcore/1.3.76/1.3.83) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/@swc%2fcore/1.3.83?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@swc%2fcore/1.3.83?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@swc%2fcore/1.3.76/1.3.83?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@swc%2fcore/1.3.76/1.3.83?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [@swc/jest](https://togithub.com/swc-project/jest) | [`0.2.28` ->
`0.2.29`](https://renovatebot.com/diffs/npm/@swc%2fjest/0.2.28/0.2.29) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/@swc%2fjest/0.2.29?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@swc%2fjest/0.2.29?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@swc%2fjest/0.2.28/0.2.29?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@swc%2fjest/0.2.28/0.2.29?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

###
[`v1.3.83`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#1383---2023-09-07)

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

##### Bug Fixes

- **(css/modules)** Aggregate class names when composes is chained.
([#&#8203;7917](https://togithub.com/swc-project/swc/issues/7917))
([0db25a2](0db25a252c))

- **(es/module)** Revert
[#&#8203;7901](https://togithub.com/swc-project/swc/issues/7901)
([#&#8203;7906](https://togithub.com/swc-project/swc/issues/7906))
([85d6e9b](85d6e9be07))

- **(es/module)** Fix `jsc.paths` for projects using pnpm
([#&#8203;7918](https://togithub.com/swc-project/swc/issues/7918))
([a86e9f3](a86e9f3bb5))

##### Features

- **(es/codegen)** Add an option to print `assert` for import attributes
([#&#8203;7914](https://togithub.com/swc-project/swc/issues/7914))
([ee75756](ee7575695d))

###
[`v1.3.82`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#1382---2023-09-01)

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

##### Bug Fixes

- **(common)** Fix logic for excluding `FileName` from source maps
([#&#8203;7900](https://togithub.com/swc-project/swc/issues/7900))
([aa64955](aa6495519b))

- **(es/module)** Make `jsc.paths` fully resolve TypeScript files
([#&#8203;7901](https://togithub.com/swc-project/swc/issues/7901))
([c714dd2](c714dd20de))

- **(es/resolver)** Correctly resolve global value
([#&#8203;7893](https://togithub.com/swc-project/swc/issues/7893))
([2db10e9](2db10e9fd1))

###
[`v1.3.81`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#1381---2023-08-30)

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

##### Bug Fixes

- **(es/codegen)** Fix placing of comments of yield arguments
([#&#8203;7858](https://togithub.com/swc-project/swc/issues/7858))
([122d14c](122d14c0d3))

- **(es/compat)** Apply transforms for explicit resource management
([#&#8203;7881](https://togithub.com/swc-project/swc/issues/7881))
([3180e68](3180e68bf2))

- **(es/compat)** Make `SwitchCase` handler of `block-scoping` stateless
([#&#8203;7888](https://togithub.com/swc-project/swc/issues/7888))
([4b33d41](4b33d41fab))

- **(es/dep-graph)** Analyze import type children
([#&#8203;7883](https://togithub.com/swc-project/swc/issues/7883))
([057bd5f](057bd5f3ef))

- **(es/minifier)** Report `is_fn_local` even if var is hoisted
([#&#8203;7876](https://togithub.com/swc-project/swc/issues/7876))
([87a47bf](87a47bfb2c))

- **(es/module)** Don't create absolute paths for `jsc.paths` on Windows
([#&#8203;7892](https://togithub.com/swc-project/swc/issues/7892))
([5fbc251](5fbc251db1))

- **(swc-info)** Use correct path while getting local package versions
([#&#8203;7872](https://togithub.com/swc-project/swc/issues/7872))
([67afaf1](67afaf1f2d))

##### Features

- **(es)** Add an option to disable builtin transforms
([#&#8203;7873](https://togithub.com/swc-project/swc/issues/7873))
([71d01ec](71d01ec127))

- **(es/ast)** Support import attributes proposal
([#&#8203;7868](https://togithub.com/swc-project/swc/issues/7868))
([4d3fcb8](4d3fcb86e4))

- **(es/preset-env)** Update data
([#&#8203;7882](https://togithub.com/swc-project/swc/issues/7882))
([a97d8b4](a97d8b42b1))

- **(swc-info)** Add a CLI to help issue reporting
([#&#8203;7871](https://togithub.com/swc-project/swc/issues/7871))
([d6952ea](d6952ea687))

##### Miscellaneous Tasks

- **(deps)** Update `memchr`
([#&#8203;7891](https://togithub.com/swc-project/swc/issues/7891))
([01cbd6e](01cbd6edbd))-
**general**: Use `textarea` for `swc-info`
([eed2903](eed290319e))

##### Performance

- **(es/transforms)** Remove wrong parallelism
([#&#8203;7889](https://togithub.com/swc-project/swc/issues/7889))
([a505012](a50501255d))

##### Refactor

- **(es/minifier)** Remove `mutated` and `mutation_by_call_count`
([#&#8203;7890](https://togithub.com/swc-project/swc/issues/7890))
([8db968a](8db968a25d))

###
[`v1.3.80`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#1380---2023-08-25)

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

##### Bug Fixes

- **(es/module)** Fix logic for exact matches in `jsc.paths`
([#&#8203;7860](https://togithub.com/swc-project/swc/issues/7860))
([52a1ee7](52a1ee78da))

- **(es/module)** Don't resolve as `node_modules` from `TscResolver`
([#&#8203;7866](https://togithub.com/swc-project/swc/issues/7866))
([11ebae1](11ebae1bdd))

##### Miscellaneous Tasks

- **general**: Remove unused files
([e47f1c2](e47f1c2bf7))

###
[`v1.3.79`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#1379---2023-08-25)

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

##### Bug Fixes

- **(es)** Fix default value of `jsc.minify.format.comments`
([#&#8203;7853](https://togithub.com/swc-project/swc/issues/7853))
([64e51d3](64e51d3a28))

- **(es/minifier)** Don't inline properties if the var is not `fn-local`
([#&#8203;7839](https://togithub.com/swc-project/swc/issues/7839))
([7fe01e6](7fe01e64dd))

- **(es/minifier)** Don't remove exports
([#&#8203;7856](https://togithub.com/swc-project/swc/issues/7856))
([ae8cd94](ae8cd9430d))

- **(es/module)** Make `jsc.paths` work for a nest.js app
([#&#8203;7852](https://togithub.com/swc-project/swc/issues/7852))
([d33a973](d33a97303c))

##### Features

- **(css/ast)** Support `@scope` at-rule
([#&#8203;7837](https://togithub.com/swc-project/swc/issues/7837))
([a34f359](a34f3592b3))

##### Miscellaneous Tasks

- **(ci)** Fix CI
([#&#8203;7857](https://togithub.com/swc-project/swc/issues/7857))
([854e2e7](854e2e78b3))

##### Refactor

- **(common)** Mark some methods of `Input` unsafe
([#&#8203;7848](https://togithub.com/swc-project/swc/issues/7848))
([c657324](c65732496e))

- **(es/helpers)** Move packages for monorepo
([#&#8203;7833](https://togithub.com/swc-project/swc/issues/7833))
([1ab406c](1ab406cd7a))

- **(es/minifier)** Pre-calculate `reassigned`
([#&#8203;7832](https://togithub.com/swc-project/swc/issues/7832))
([65db1ba](65db1badff))

- **(es/types)** Extract `@swc/types` as a small, reusable package
([#&#8203;7834](https://togithub.com/swc-project/swc/issues/7834))
([f713f1b](f713f1b2f6))

###
[`v1.3.78`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#1378---2023-08-17)

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

##### Bug Fixes

- **(es/codegen)** Add quotes to property names when `ascii_only` is
`true`
([#&#8203;7820](https://togithub.com/swc-project/swc/issues/7820))
([04921f3](04921f301a))

- **(es/compat)** Remove wrong logic for object patterns in
`object_rest`
([#&#8203;7788](https://togithub.com/swc-project/swc/issues/7788))
([3766a7c](3766a7c776))

- **(es/minifier)** Preserve `cooked` while compressing template
literals
([#&#8203;7773](https://togithub.com/swc-project/swc/issues/7773))
([05990a9](05990a98fd))

- **(es/minifier)** Abort seq inliner if var is not fn_local or
reassigned
([#&#8203;7804](https://togithub.com/swc-project/swc/issues/7804))
([f8ca366](f8ca366cc1))

- **(es/minifier)** Preserve more analysis data upon inlining
([#&#8203;7823](https://togithub.com/swc-project/swc/issues/7823))
([31de19e](31de19ece2))

##### Features

- **(es/module)** Improve error message about relative `jsc.baseUrl`
([#&#8203;7827](https://togithub.com/swc-project/swc/issues/7827))
([9099883](9099883175))

##### Refactor

- **(common)** Make `ahash` optional
([#&#8203;7816](https://togithub.com/swc-project/swc/issues/7816))
([981d7b1](981d7b152b))

- **(es/parser)** Remove needless `unsafe`
([#&#8203;7818](https://togithub.com/swc-project/swc/issues/7818))
([8b809db](8b809dbe23))-
**general**: Use `ahash` from `swc_common` in more places
([#&#8203;7815](https://togithub.com/swc-project/swc/issues/7815))
([b43e38d](b43e38d3f9))

###
[`v1.3.77`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#1377---2023-08-16)

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

##### Bug Fixes

- **(es)** Resolve `jsc.baseUrl` for `.swcrc` specified by
`--config-file`
([#&#8203;7801](https://togithub.com/swc-project/swc/issues/7801))
([fe1ca26](fe1ca26218))

- **(es/compat)** Revert
[#&#8203;7610](https://togithub.com/swc-project/swc/issues/7610)
([#&#8203;7813](https://togithub.com/swc-project/swc/issues/7813))
([42dec55](42dec557ed))

- **(es/parser)** Revert lexer fix for `<<`
([#&#8203;7807](https://togithub.com/swc-project/swc/issues/7807))
([e527c12](e527c12a82))

##### Features

- **(es/ast)** Expose `Archived` types
([#&#8203;7811](https://togithub.com/swc-project/swc/issues/7811))
([478fa47](478fa4736f))

##### Refactor

- **(es/parser)** Don't attempt to handle shebangs in
`read_token_number_sign`
([#&#8203;7803](https://togithub.com/swc-project/swc/issues/7803))
([5e7834a](5e7834aa2e))

</details>

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

###
[`v0.2.29`](https://togithub.com/swc-project/jest/compare/v0.2.28...v0.2.29)

[Compare
Source](https://togithub.com/swc-project/jest/compare/v0.2.28...v0.2.29)

</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.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://togithub.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- 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://developer.mend.io/github/Unleash/unleash).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-09-14 11:20:32 +00:00
renovate[bot]
31fcf603ac
chore(deps): update dependency nock to v13.3.3 (#4710)
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [nock](https://togithub.com/nock/nock) | [`13.3.2` ->
`13.3.3`](https://renovatebot.com/diffs/npm/nock/13.3.2/13.3.3) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/nock/13.3.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/nock/13.3.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/nock/13.3.2/13.3.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/nock/13.3.2/13.3.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>nock/nock (nock)</summary>

### [`v13.3.3`](https://togithub.com/nock/nock/releases/tag/v13.3.3)

[Compare
Source](https://togithub.com/nock/nock/compare/v13.3.2...v13.3.3)

##### Bug Fixes

- revert [#&#8203;2350](https://togithub.com/nock/nock/issues/2350)
(Push persisted interceptors to the end instead of ignore on remove)
([#&#8203;2511](https://togithub.com/nock/nock/issues/2511))
([fcea779](fcea779295)),
closes [#&#8203;2500](https://togithub.com/nock/nock/issues/2500)

</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://developer.mend.io/github/Unleash/unleash).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-09-14 09:47:31 +00:00
renovate[bot]
4d8d5f3953
chore(deps): update dependency fast-check to v3.12.1 (#4709)
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [fast-check](https://togithub.com/dubzzz/fast-check) | [`3.12.0` ->
`3.12.1`](https://renovatebot.com/diffs/npm/fast-check/3.12.0/3.12.1) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/fast-check/3.12.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/fast-check/3.12.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/fast-check/3.12.0/3.12.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/fast-check/3.12.0/3.12.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>dubzzz/fast-check (fast-check)</summary>

###
[`v3.12.1`](https://togithub.com/dubzzz/fast-check/blob/HEAD/packages/fast-check/CHANGELOG.md#3121)

[Compare
Source](https://togithub.com/dubzzz/fast-check/compare/v3.12.0...v3.12.1)

*Better support for types on ESM targets*

\[[Code](https://togithub.com/dubzzz/fast-check/tree/v3.12.1)]\[[Diff](https://togithub.com/dubzzz/fast-check/compare/v3.12.0...v3.12.1)]

#### Fixes

- ([PR#4172](https://togithub.com/dubzzz/fast-check/pull/4172)) Bug:
Better declare ESM's types
- ([PR#4177](https://togithub.com/dubzzz/fast-check/pull/4177)) Bug:
Replace macros in published esm types
- ([PR#4156](https://togithub.com/dubzzz/fast-check/pull/4156)) CI: Stop
formatting built website
- ([PR#4155](https://togithub.com/dubzzz/fast-check/pull/4155)) CI: Add
TypeScript checks on website
- ([PR#4171](https://togithub.com/dubzzz/fast-check/pull/4171)) CI:
Update Devcontainer settings
- ([PR#4181](https://togithub.com/dubzzz/fast-check/pull/4181)) CI: Add
exempted labels for stale bot
- ([PR#4136](https://togithub.com/dubzzz/fast-check/pull/4136)) Clean:
Drop dependency
[@&#8203;testing-library/jest-dom](https://togithub.com/testing-library/jest-dom)
- ([PR#4107](https://togithub.com/dubzzz/fast-check/pull/4107)) Doc:
What's new article for fast-check 3.12.0
- ([PR#4118](https://togithub.com/dubzzz/fast-check/pull/4118)) Doc:
Drop raw bench results from release note
- ([PR#4117](https://togithub.com/dubzzz/fast-check/pull/4117)) Test:
Stabilize test related to NaN in exclusive mode
- ([PR#4033](https://togithub.com/dubzzz/fast-check/pull/4033)) Tooling:
Update formatting

</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://developer.mend.io/github/Unleash/unleash).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-09-14 09:47:08 +00:00
renovate[bot]
c023e7ed78
chore(deps): update dependency eslint-plugin-import to v2.28.1 (#4705)
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[eslint-plugin-import](https://togithub.com/import-js/eslint-plugin-import)
| [`2.28.0` ->
`2.28.1`](https://renovatebot.com/diffs/npm/eslint-plugin-import/2.28.0/2.28.1)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/eslint-plugin-import/2.28.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/eslint-plugin-import/2.28.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/eslint-plugin-import/2.28.0/2.28.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/eslint-plugin-import/2.28.0/2.28.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>import-js/eslint-plugin-import (eslint-plugin-import)</summary>

###
[`v2.28.1`](https://togithub.com/import-js/eslint-plugin-import/blob/HEAD/CHANGELOG.md#2281---2023-08-18)

[Compare
Source](https://togithub.com/import-js/eslint-plugin-import/compare/v2.28.0...v2.28.1)

##### Fixed

- \[`order`]: revert breaking change to single nested group
(\[[#&#8203;2854](https://togithub.com/import-js/eslint-plugin-import/issues/2854)],
thanks \[[@&#8203;yndajas](https://togithub.com/yndajas)])

##### Changed

- \[Docs] remove duplicate fixable notices in docs
(\[[#&#8203;2850](https://togithub.com/import-js/eslint-plugin-import/issues/2850)],
thanks \[[@&#8203;bmish](https://togithub.com/bmish)])

</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://developer.mend.io/github/Unleash/unleash).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-09-14 08:20:44 +00:00
renovate[bot]
8a126c3a18
chore(deps): update dependency @types/uuid to v9.0.3 (#4699)
[![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/uuid](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/uuid)
([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped)) |
[`9.0.2` ->
`9.0.3`](https://renovatebot.com/diffs/npm/@types%2fuuid/9.0.2/9.0.3) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fuuid/9.0.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2fuuid/9.0.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2fuuid/9.0.2/9.0.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fuuid/9.0.2/9.0.3?slim=true)](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://developer.mend.io/github/Unleash/unleash).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-09-14 06:12:29 +00:00
renovate[bot]
57d650ea52
chore(deps): update dependency @types/semver to v7.5.1 (#4697)
[![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/semver](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/semver)
([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped)) |
[`7.5.0` ->
`7.5.1`](https://renovatebot.com/diffs/npm/@types%2fsemver/7.5.0/7.5.1)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fsemver/7.5.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2fsemver/7.5.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2fsemver/7.5.0/7.5.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fsemver/7.5.0/7.5.1?slim=true)](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://developer.mend.io/github/Unleash/unleash).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-09-14 05:20:39 +00:00
renovate[bot]
8f9486e478
chore(deps): update dependency @types/node to v18.17.14 (#4694)
[![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)) |
[`18.17.4` ->
`18.17.14`](https://renovatebot.com/diffs/npm/@types%2fnode/18.17.4/18.17.14)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fnode/18.17.14?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2fnode/18.17.14?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2fnode/18.17.4/18.17.14?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fnode/18.17.4/18.17.14?slim=true)](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://developer.mend.io/github/Unleash/unleash).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-09-13 22:03:07 +00:00
renovate[bot]
c15e67b8d2
chore(deps): update dependency @types/cors to v2.8.14 (#4693)
[![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/cors](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/cors)
([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped)) |
[`2.8.13` ->
`2.8.14`](https://renovatebot.com/diffs/npm/@types%2fcors/2.8.13/2.8.14)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fcors/2.8.14?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2fcors/2.8.14?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2fcors/2.8.13/2.8.14?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fcors/2.8.13/2.8.14?slim=true)](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://developer.mend.io/github/Unleash/unleash).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-09-13 21:54:24 +00:00
renovate[bot]
88bd1bd2fb
chore(deps): update dependency @types/bcryptjs to v2.4.3 (#4692)
[![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/bcryptjs](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/bcryptjs)
([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped)) |
[`2.4.2` ->
`2.4.3`](https://renovatebot.com/diffs/npm/@types%2fbcryptjs/2.4.2/2.4.3)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fbcryptjs/2.4.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2fbcryptjs/2.4.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2fbcryptjs/2.4.2/2.4.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fbcryptjs/2.4.2/2.4.3?slim=true)](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://developer.mend.io/github/Unleash/unleash).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-09-13 19:58:13 +00:00
renovate[bot]
501d274ad2
chore(deps): update dependency @babel/core to v7.22.15 (#4691)
[![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.22.10` ->
`7.22.15`](https://renovatebot.com/diffs/npm/@babel%2fcore/7.22.10/7.22.15)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@babel%2fcore/7.22.15?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@babel%2fcore/7.22.15?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@babel%2fcore/7.22.10/7.22.15?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@babel%2fcore/7.22.10/7.22.15?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>babel/babel (@&#8203;babel/core)</summary>

###
[`v7.22.15`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v72215-2023-09-04)

[Compare
Source](https://togithub.com/babel/babel/compare/v7.22.11...v7.22.15)

##### 🐛 Bug Fix

-   `babel-core`
- [#&#8203;15923](https://togithub.com/babel/babel/pull/15923) Only
perform config loading re-entrancy check for cjs
([@&#8203;nicolo-ribaudo](https://togithub.com/nicolo-ribaudo))

##### 🏠 Internal

- `babel-cli`, `babel-core`, `babel-generator`,
`babel-helper-builder-binary-assignment-operator-visitor`,
`babel-helper-compilation-targets`,
`babel-helper-create-class-features-plugin`,
`babel-helper-create-regexp-features-plugin`,
`babel-helper-member-expression-to-functions`,
`babel-helper-module-imports`, `babel-helper-module-transforms`,
`babel-helper-transform-fixture-test-runner`,
`babel-helper-validator-identifier`, `babel-helper-validator-option`,
`babel-helpers`, `babel-node`, `babel-parser`,
`babel-plugin-bugfix-safari-id-destructuring-collision-in-function-expression`,
`babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining`,
`babel-plugin-proposal-decorators`,
`babel-plugin-proposal-destructuring-private`,
`babel-plugin-proposal-pipeline-operator`,
`babel-plugin-transform-async-generator-functions`,
`babel-plugin-transform-block-scoping`,
`babel-plugin-transform-classes`,
`babel-plugin-transform-destructuring`, `babel-plugin-transform-for-of`,
`babel-plugin-transform-modules-commonjs`,
`babel-plugin-transform-object-rest-spread`,
`babel-plugin-transform-optional-chaining`,
`babel-plugin-transform-parameters`,
`babel-plugin-transform-property-mutators`,
`babel-plugin-transform-react-jsx`, `babel-plugin-transform-runtime`,
`babel-plugin-transform-typescript`, `babel-preset-env`,
`babel-preset-flow`, `babel-preset-react`, `babel-preset-typescript`,
`babel-register`, `babel-standalone`, `babel-template`,
`babel-traverse`, `babel-types`
- [#&#8203;15892](https://togithub.com/babel/babel/pull/15892) Add
explicit `.ts`/`.js` extension to all imports in `src`
([@&#8203;nicolo-ribaudo](https://togithub.com/nicolo-ribaudo))

###
[`v7.22.11`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v72211-2023-08-24)

[Compare
Source](https://togithub.com/babel/babel/compare/v7.22.10...v7.22.11)

##### 🐛 Bug Fix

-   `babel-plugin-transform-typescript`
- [#&#8203;15882](https://togithub.com/babel/babel/pull/15882) Fix:
fully remove TS nested type-only exported namespaces
([@&#8203;yangguansen](https://togithub.com/yangguansen))
-   `babel-types`
- [#&#8203;15867](https://togithub.com/babel/babel/pull/15867) fix:
definition of TS function type params
([@&#8203;danez](https://togithub.com/danez))
- `babel-plugin-transform-async-generator-functions`,
`babel-plugin-transform-class-static-block`,
`babel-plugin-transform-dynamic-import`,
`babel-plugin-transform-export-namespace-from`,
`babel-plugin-transform-json-strings`,
`babel-plugin-transform-logical-assignment-operators`,
`babel-plugin-transform-nullish-coalescing-operator`,
`babel-plugin-transform-numeric-separator`,
`babel-plugin-transform-object-rest-spread`,
`babel-plugin-transform-optional-catch-binding`,
`babel-plugin-transform-optional-chaining`,
`babel-plugin-transform-private-property-in-object`
- [#&#8203;15858](https://togithub.com/babel/babel/pull/15858)
fix(standalone): strip archived syntax plugins
([@&#8203;JLHwung](https://togithub.com/JLHwung))
-   `babel-core`
- [#&#8203;15850](https://togithub.com/babel/babel/pull/15850) Support
configuring cache in ESM configs
([@&#8203;nicolo-ribaudo](https://togithub.com/nicolo-ribaudo))

##### 🏠 Internal

-   `babel-parser`
- [#&#8203;10940](https://togithub.com/babel/babel/pull/10940) Do not
record trailing comma pos when `maybeAsyncArrow: false`
([@&#8203;JLHwung](https://togithub.com/JLHwung))
- `babel-core`, `babel-helper-compilation-targets`, `babel-parser`,
`babel-plugin-proposal-destructuring-private`,
`babel-plugin-syntax-decorators`, `babel-preset-env`,
`babel-preset-react`, `babel-register`, `babel-traverse`, `babel-types`
- [#&#8203;15872](https://togithub.com/babel/babel/pull/15872) enable
jest/no-standalone-expect
([@&#8203;JLHwung](https://togithub.com/JLHwung))
- `babel-core`, `babel-helpers`,
`babel-plugin-transform-async-generator-functions`,
`babel-plugin-transform-modules-commonjs`,
`babel-plugin-transform-regenerator`, `babel-preset-env`,
`babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime`
- [#&#8203;15833](https://togithub.com/babel/babel/pull/15833) bump
json5, terser and webpack, further minimize babel helpers
([@&#8203;JLHwung](https://togithub.com/JLHwung))
-   Other
- [#&#8203;15846](https://togithub.com/babel/babel/pull/15846) Use Babel
8.0 alpha to build babel
([@&#8203;JLHwung](https://togithub.com/JLHwung))
- [#&#8203;15856](https://togithub.com/babel/babel/pull/15856) Exclude
redundant files from publish process
([@&#8203;JLHwung](https://togithub.com/JLHwung))

##### 🔬 Output optimization

- `babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining`,
`babel-plugin-transform-class-properties`,
`babel-plugin-transform-classes`,
`babel-plugin-transform-optional-chaining`, `babel-preset-env`
- [#&#8203;15871](https://togithub.com/babel/babel/pull/15871) Simplify
`?.` output when chain result is ignored
([@&#8203;nicolo-ribaudo](https://togithub.com/nicolo-ribaudo))

</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://developer.mend.io/github/Unleash/unleash).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-09-13 19:57:48 +00:00
Mateusz Kwasniewski
01e1ffd0c1
chore: deps update unleash client (#4571) 2023-08-25 11:24:45 +02:00
David Leek
6501c2e33b
chore: prepare 5.4 release (#4554)
sets package.json version to 5.4
2023-08-23 13:05:13 +02:00
David Leek
122613befa
chore: prepare next release 2023-08-23 12:36:24 +02:00