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

1443 Commits

Author SHA1 Message Date
renovate[bot]
46fb1d7886
chore(deps): update dependency @types/uuid to v9.0.1 (#3225)
[![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.0` ->
`9.0.1`](https://renovatebot.com/diffs/npm/@types%2fuuid/9.0.0/9.0.1) |
[![age](https://badges.renovateapi.com/packages/npm/@types%2fuuid/9.0.1/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/@types%2fuuid/9.0.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/@types%2fuuid/9.0.1/compatibility-slim/9.0.0)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/@types%2fuuid/9.0.1/confidence-slim/9.0.0)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

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

---

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

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/Unleash/unleash).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-03-01 07:48:56 +00:00
renovate[bot]
cc7553770e
chore(deps): update dependency @swc/core to v1.3.36 (#3219)
[![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.35` ->
`1.3.36`](https://renovatebot.com/diffs/npm/@swc%2fcore/1.3.35/1.3.36) |
[![age](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.36/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.36/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.36/compatibility-slim/1.3.35)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.36/confidence-slim/1.3.35)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

###
[`v1.3.36`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#&#8203;1336---2023-02-21)

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

##### Bug Fixes

- **(bindings/cli)** Rename `--config` to `--config-json`
([#&#8203;6932](https://togithub.com/swc-project/swc/issues/6932))
([cb4436b](cb4436bd6e))

- **(bindings/node)** Treat `.cts` and `.mts` as input by default
([#&#8203;6959](https://togithub.com/swc-project/swc/issues/6959))
([d5c0dec](d5c0dec40c))

- **(bundler)** Don't panic while finding exports
([#&#8203;6947](https://togithub.com/swc-project/swc/issues/6947))
([542bb62](542bb62ef7))

- **(css/modules)** Fix CSS `animation` on CSS Modules
([#&#8203;6969](https://togithub.com/swc-project/swc/issues/6969))
([4771aa2](4771aa206a))

- **(es/minifier)** Fix `toFixed`, `toPrecision`, `toExponential` and
`toString` of Number
([#&#8203;6960](https://togithub.com/swc-project/swc/issues/6960))
([9382bda](9382bda786))

- **(es/minifier)** Fix optimization of expressions in numeric context
([#&#8203;6965](https://togithub.com/swc-project/swc/issues/6965))
([1dfadb8](1dfadb8790))

- **(es/module)** Fix `jsc.paths` on Windows
([#&#8203;6930](https://togithub.com/swc-project/swc/issues/6930))
([1ec161a](1ec161a0f1))

- **(es/react)** Fix handling of whitespaces
([#&#8203;6935](https://togithub.com/swc-project/swc/issues/6935))
([a9b25aa](a9b25aaf4a))

- **(es/react)** Don't panic on `key` without a value
([#&#8203;6945](https://togithub.com/swc-project/swc/issues/6945))
([14454c9](14454c9dbd))

- **(es/resolver)** Use type context for `export =` if it's unresolved
([#&#8203;6963](https://togithub.com/swc-project/swc/issues/6963))
([e946c43](e946c43f4e))

##### Features

- **(es/minifier)** Drop unused import bindings
([#&#8203;6967](https://togithub.com/swc-project/swc/issues/6967))
([a27ffd2](a27ffd2242))

##### Miscellaneous Tasks

- **(bot)** Allow org members to use bump comments
([#&#8203;6942](https://togithub.com/swc-project/swc/issues/6942))
([0324d5a](0324d5a78b))

- **(swc_nodejs_common)** Remove swc_node_base from swc_nodejs_common
([#&#8203;6940](https://togithub.com/swc-project/swc/issues/6940))
([0771418](0771418dd0))

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

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

---

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

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/Unleash/unleash).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-28 20:41:44 +00:00
GitHub Actions Bot
31580d67b9 4.22.0-beta.24 2023-02-28 16:58:53 +00:00
GitHub Actions Bot
b279197623 4.22.0-beta.23 2023-02-28 16:00:06 +00:00
Mateusz Kwasniewski
28a281da3d
fix: revert lib version (#3218) 2023-02-28 16:59:44 +01:00
GitHub Actions Bot
9f96c62943 4.22.0-beta.22 2023-02-28 14:39:52 +00:00
renovate[bot]
669afd16e6
chore: update dependency @swc/core to v1.3.36 (#3211) 2023-02-28 15:39:34 +01:00
GitHub Actions Bot
fcc512f1fc 4.22.0-beta.21 2023-02-28 14:18:06 +00:00
GitHub Actions Bot
91c940fcc9 4.22.0-beta.20 2023-02-28 13:53:27 +00:00
GitHub Actions Bot
99db4baae0 4.22.0-beta.19 2023-02-28 13:39:21 +00:00
GitHub Actions Bot
8ebe62db05 4.22.0-beta.18 2023-02-28 13:29:36 +00:00
GitHub Actions Bot
7802df1542 4.22.0-beta.17 2023-02-28 08:32:42 +00:00
GitHub Actions Bot
8e79820783 4.22.0-beta.16 2023-02-28 08:13:01 +00:00
GitHub Actions Bot
dab55bf3c6 4.22.0-beta.15 2023-02-28 06:50:32 +00:00
renovate[bot]
66c2fa469d
chore(deps): update dependency jest to v29.4.3 (#3208)
[![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/facebook/jest)) | [`29.4.2` ->
`29.4.3`](https://renovatebot.com/diffs/npm/jest/29.4.2/29.4.3) |
[![age](https://badges.renovateapi.com/packages/npm/jest/29.4.3/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/jest/29.4.3/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/jest/29.4.3/compatibility-slim/29.4.2)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/jest/29.4.3/confidence-slim/29.4.2)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>facebook/jest</summary>

###
[`v29.4.3`](https://togithub.com/facebook/jest/blob/HEAD/CHANGELOG.md#&#8203;2943)

[Compare
Source](https://togithub.com/facebook/jest/compare/v29.4.2...v29.4.3)

##### Features

- `[expect]` Update `toThrow()` to be able to use error `cause`s
([#&#8203;13606](https://togithub.com/facebook/jest/pull/13606))
- `[jest-core]` allow to use `workerIdleMemoryLimit` with only 1 worker
or `runInBand` option
([#&#8203;13846](https://togithub.com/facebook/jest/pull/13846))
- `[jest-message-util]` Add support for [error
`cause`s](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error/cause)
([#&#8203;13868](https://togithub.com/facebook/jest/pull/13868) &
[#&#8203;13912](https://togithub.com/facebook/jest/pull/13912))
- `[jest-runtime]` Revert `import assertions` for JSON modules as it's
been relegated to Stage 2
([#&#8203;13911](https://togithub.com/facebook/jest/pull/13911))

##### Fixes

- `[@jest/expect-utils]` `subsetEquality` should consider also an
object's inherited string keys
([#&#8203;13824](https://togithub.com/facebook/jest/pull/13824))
- `[jest-mock]` Clear mock state when `jest.restoreAllMocks()` is called
([#&#8203;13867](https://togithub.com/facebook/jest/pull/13867))
- `[jest-mock]` Prevent `mockImplementationOnce` and
`mockReturnValueOnce` bleeding into `withImplementation`
([#&#8203;13888](https://togithub.com/facebook/jest/pull/13888))
- `[jest-mock]` Do not restore mocks when `jest.resetAllMocks()` is
called ([#&#8203;13866](https://togithub.com/facebook/jest/pull/13866))

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

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

---

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

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/Unleash/unleash).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-28 04:56:03 +00:00
GitHub Actions Bot
84c7b55919 4.22.0-beta.14 2023-02-27 14:45:52 +00:00
GitHub Actions Bot
2d58de1a17 4.22.0-beta.13 2023-02-27 14:42:33 +00:00
GitHub Actions Bot
7a52552485 4.22.0-beta.12 2023-02-27 13:37:19 +00:00
GitHub Actions Bot
e9892a4ec9 4.22.0-beta.11 2023-02-27 12:00:25 +00:00
GitHub Actions Bot
ceef985419 4.22.0-beta.10 2023-02-27 10:35:55 +00:00
GitHub Actions Bot
5523dad5bb 4.22.0-beta.9 2023-02-27 10:31:07 +00:00
GitHub Actions Bot
5f4b0044f7 4.22.0-beta.8 2023-02-27 10:14:56 +00:00
GitHub Actions Bot
eee5365568 4.22.0-beta.7 2023-02-27 08:07:41 +00:00
GitHub Actions Bot
95797dcd06 4.22.0-beta.6 2023-02-24 11:20:01 +00:00
GitHub Actions Bot
411adca447 4.22.0-beta.5 2023-02-24 10:42:56 +00:00
GitHub Actions Bot
3f9e3aac21 4.22.0-beta.4 2023-02-24 10:31:57 +00:00
GitHub Actions Bot
fa52671a78 4.22.0-beta.3 2023-02-23 13:24:43 +00:00
GitHub Actions Bot
8dad8747f6 4.22.0-beta.2 2023-02-23 11:40:04 +00:00
GitHub Actions Bot
bc72e9c10f 4.22.0-beta.1 2023-02-23 10:49:22 +00:00
Mateusz Kwasniewski
6bc1601507
Update package.json 2023-02-22 13:12:19 +01:00
GitHub Actions Bot
2ba338cd14 4.21.1-beta.0 2023-02-22 12:10:51 +00:00
Mateusz Kwasniewski
341e8ead12
feat: extend refs in openapi (#3170) 2023-02-22 13:10:29 +01:00
GitHub Actions Bot
e6c5b22d4b 4.21.0 2023-02-22 11:38:12 +00:00
GitHub Actions Bot
19f0489981 4.21.0-beta.57 2023-02-22 10:16:04 +00:00
GitHub Actions Bot
a2c18d74f5 4.21.0-beta.56 2023-02-22 09:10:23 +00:00
renovate[bot]
f95060d563
chore(deps): update typescript-eslint monorepo to v5.52.0 (#3175)
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/typescript-eslint)
| [`5.51.0` ->
`5.52.0`](https://renovatebot.com/diffs/npm/@typescript-eslint%2feslint-plugin/5.51.0/5.52.0)
|
[![age](https://badges.renovateapi.com/packages/npm/@typescript-eslint%2feslint-plugin/5.52.0/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/@typescript-eslint%2feslint-plugin/5.52.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/@typescript-eslint%2feslint-plugin/5.52.0/compatibility-slim/5.51.0)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/@typescript-eslint%2feslint-plugin/5.52.0/confidence-slim/5.51.0)](https://docs.renovatebot.com/merge-confidence/)
|
|
[@typescript-eslint/parser](https://togithub.com/typescript-eslint/typescript-eslint)
| [`5.51.0` ->
`5.52.0`](https://renovatebot.com/diffs/npm/@typescript-eslint%2fparser/5.51.0/5.52.0)
|
[![age](https://badges.renovateapi.com/packages/npm/@typescript-eslint%2fparser/5.52.0/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/@typescript-eslint%2fparser/5.52.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/@typescript-eslint%2fparser/5.52.0/compatibility-slim/5.51.0)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/@typescript-eslint%2fparser/5.52.0/confidence-slim/5.51.0)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>typescript-eslint/typescript-eslint
(@&#8203;typescript-eslint/eslint-plugin)</summary>

###
[`v5.52.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#&#8203;5520-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5510v5520-2023-02-13)

[Compare
Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.51.0...v5.52.0)

##### Bug Fixes

- **eslint-plugin:** \[no-import-type-side-effects] correctly ignore
zero-specifier imports
([#&#8203;6444](https://togithub.com/typescript-eslint/typescript-eslint/issues/6444))
([d5a6688](d5a6688a22))
- **eslint-plugin:** \[no-unnecessary-condition] account for optional
chaining on potentially void values
([#&#8203;6432](https://togithub.com/typescript-eslint/typescript-eslint/issues/6432))
([e1d9c67](e1d9c67981)),
closes
[#&#8203;5255](https://togithub.com/typescript-eslint/typescript-eslint/issues/5255)
- **eslint-plugin:** \[no-unnecessary-condition] fix false positive when
checking indexed access types
([#&#8203;6452](https://togithub.com/typescript-eslint/typescript-eslint/issues/6452))
([d569924](d569924cf3))
- **eslint-plugin:** fix key-spacing when type starts on next line
([#&#8203;6412](https://togithub.com/typescript-eslint/typescript-eslint/issues/6412))
([3eb2eed](3eb2eed616))

##### Features

- **eslint-plugin:** \[block-spacing] extending base rule for TS related
blocks
([#&#8203;6195](https://togithub.com/typescript-eslint/typescript-eslint/issues/6195))
([b2db3f5](b2db3f57d3))
- **eslint-plugin:** \[explicit-function-return-type] add
allowFunctionsWithoutTypeParameters option
([#&#8203;6105](https://togithub.com/typescript-eslint/typescript-eslint/issues/6105))
([113640e](113640e974))
- **eslint-plugin:** \[explicit-function-return-type] add allowIIFEs
option
([#&#8203;6237](https://togithub.com/typescript-eslint/typescript-eslint/issues/6237))
([a1b3f7b](a1b3f7b4d9))

</details>

<details>
<summary>typescript-eslint/typescript-eslint
(@&#8203;typescript-eslint/parser)</summary>

###
[`v5.52.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#&#8203;5520-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5510v5520-2023-02-13)

[Compare
Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.51.0...v5.52.0)

**Note:** Version bump only for package
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)

</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://app.renovatebot.com/dashboard#github/Unleash/unleash).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-22 02:12:55 +00:00
GitHub Actions Bot
27447c46ee 4.21.0-beta.55 2023-02-21 14:11:58 +00:00
GitHub Actions Bot
03c3499546 4.21.0-beta.54 2023-02-21 13:48:06 +00:00
GitHub Actions Bot
f8535af687 4.21.0-beta.53 2023-02-21 11:46:52 +00:00
GitHub Actions Bot
4f475548ba 4.21.0-beta.52 2023-02-21 09:16:17 +00:00
renovate[bot]
55d48b2b3c
chore(deps): update dependency lint-staged to v13.1.2 (#3165)
[![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.1.1` ->
`13.1.2`](https://renovatebot.com/diffs/npm/lint-staged/13.1.1/13.1.2) |
[![age](https://badges.renovateapi.com/packages/npm/lint-staged/13.1.2/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/lint-staged/13.1.2/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/lint-staged/13.1.2/compatibility-slim/13.1.1)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/lint-staged/13.1.2/confidence-slim/13.1.1)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

###
[`v13.1.2`](https://togithub.com/okonet/lint-staged/releases/tag/v13.1.2)

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

##### Bug Fixes

- disable stash by default when using diff option
([#&#8203;1259](https://togithub.com/okonet/lint-staged/issues/1259))
([142c6f2](142c6f2250))

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

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

---

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

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/Unleash/unleash).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-21 01:00:52 +00:00
GitHub Actions Bot
761de6a94e 4.21.0-beta.51 2023-02-20 15:06:30 +00:00
GitHub Actions Bot
ec8de3dead 4.21.0-beta.50 2023-02-20 14:27:48 +00:00
renovate[bot]
06f021bd4c
chore(deps): update dependency @types/express-session to v1.17.6 (#3156)
[![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.5` ->
`1.17.6`](https://renovatebot.com/diffs/npm/@types%2fexpress-session/1.17.5/1.17.6)
|
[![age](https://badges.renovateapi.com/packages/npm/@types%2fexpress-session/1.17.6/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/@types%2fexpress-session/1.17.6/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/@types%2fexpress-session/1.17.6/compatibility-slim/1.17.5)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/@types%2fexpress-session/1.17.6/confidence-slim/1.17.5)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

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

---

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

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/Unleash/unleash).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-20 06:13:03 +00:00
renovate[bot]
1c90a3d617
chore(deps): update typescript-eslint monorepo to v5.51.0 (#3138)
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/typescript-eslint)
| [`5.48.1` ->
`5.51.0`](https://renovatebot.com/diffs/npm/@typescript-eslint%2feslint-plugin/5.48.1/5.51.0)
|
[![age](https://badges.renovateapi.com/packages/npm/@typescript-eslint%2feslint-plugin/5.51.0/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/@typescript-eslint%2feslint-plugin/5.51.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/@typescript-eslint%2feslint-plugin/5.51.0/compatibility-slim/5.48.1)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/@typescript-eslint%2feslint-plugin/5.51.0/confidence-slim/5.48.1)](https://docs.renovatebot.com/merge-confidence/)
|
|
[@typescript-eslint/parser](https://togithub.com/typescript-eslint/typescript-eslint)
| [`5.48.1` ->
`5.51.0`](https://renovatebot.com/diffs/npm/@typescript-eslint%2fparser/5.48.1/5.51.0)
|
[![age](https://badges.renovateapi.com/packages/npm/@typescript-eslint%2fparser/5.51.0/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/@typescript-eslint%2fparser/5.51.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/@typescript-eslint%2fparser/5.51.0/compatibility-slim/5.48.1)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/@typescript-eslint%2fparser/5.51.0/confidence-slim/5.48.1)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>typescript-eslint/typescript-eslint
(@&#8203;typescript-eslint/eslint-plugin)</summary>

###
[`v5.51.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#&#8203;5510-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5500v5510-2023-02-06)

[Compare
Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.50.0...v5.51.0)

##### Bug Fixes

- **eslint-plugin:** \[sort-type-constituents] fixed behavior change
([#&#8203;6384](https://togithub.com/typescript-eslint/typescript-eslint/issues/6384))
([5bf7f7f](5bf7f7fe48)),
closes
[#&#8203;6339](https://togithub.com/typescript-eslint/typescript-eslint/issues/6339)
- **eslint-plugin:** do not use .at(), Node 14 does not support it
([#&#8203;6402](https://togithub.com/typescript-eslint/typescript-eslint/issues/6402))
([077ed1b](077ed1b5be))

##### Features

- **eslint-plugin:** \[naming-convention] improve performance by
removing unnecessary selectors
([#&#8203;6376](https://togithub.com/typescript-eslint/typescript-eslint/issues/6376))
([3647a1c](3647a1c1bb))
- **eslint-plugin:** \[no-floating-promises] error on logical expression
([#&#8203;6356](https://togithub.com/typescript-eslint/typescript-eslint/issues/6356))
([f330e06](f330e06515))
- **eslint-plugin:** \[no-import-type-side-effects] add rule to warn
against runtime side effects with `verbatimModuleSyntax`
([#&#8203;6394](https://togithub.com/typescript-eslint/typescript-eslint/issues/6394))
([b14d3be](b14d3be0f3))
- **eslint-plugin:** \[strict-boolean-expressions] add allow nullable
enum to strict boolean expressions
([#&#8203;6096](https://togithub.com/typescript-eslint/typescript-eslint/issues/6096))
([d4747cd](d4747cd8cc))

###
[`v5.50.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#&#8203;5500-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5490v5500-2023-01-31)

[Compare
Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.49.0...v5.50.0)

##### Bug Fixes

- **eslint-plugin:** \[ban-ts-comment] counts graphemes instead of
`String.prototype.length`
([#&#8203;5704](https://togithub.com/typescript-eslint/typescript-eslint/issues/5704))
([09d57ce](09d57cec89))
- **eslint-plugin:** \[prefer-optional-chain] fix `ThisExpression` and
`PrivateIdentifier` errors
([#&#8203;6028](https://togithub.com/typescript-eslint/typescript-eslint/issues/6028))
([85e783c](85e783c1fa))
- **eslint-plugin:** \[prefer-optional-chain] fixer produces wrong logic
([#&#8203;5919](https://togithub.com/typescript-eslint/typescript-eslint/issues/5919))
([b0f6c8e](b0f6c8ec0b)),
closes
[#&#8203;1438](https://togithub.com/typescript-eslint/typescript-eslint/issues/1438)

##### Features

- **eslint-plugin:** add `key-spacing` rule extension for interface &
type declarations
([#&#8203;6211](https://togithub.com/typescript-eslint/typescript-eslint/issues/6211))
([67706e7](67706e72e3))

###
[`v5.49.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#&#8203;5490-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5482v5490-2023-01-23)

[Compare
Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.48.2...v5.49.0)

##### Features

- **eslint-plugin:** \[naming-convention] add support for `#private`
modifier on class members
([#&#8203;6259](https://togithub.com/typescript-eslint/typescript-eslint/issues/6259))
([c8a6d80](c8a6d80960))

####
[5.48.2](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.48.1...v5.48.2)
(2023-01-16)

**Note:** Version bump only for package
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)

####
[5.48.1](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.48.0...v5.48.1)
(2023-01-09)

**Note:** Version bump only for package
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)

###
[`v5.48.2`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#&#8203;5482-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5481v5482-2023-01-16)

[Compare
Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.48.1...v5.48.2)

**Note:** Version bump only for package
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)

</details>

<details>
<summary>typescript-eslint/typescript-eslint
(@&#8203;typescript-eslint/parser)</summary>

###
[`v5.51.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#&#8203;5510-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5500v5510-2023-02-06)

[Compare
Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.50.0...v5.51.0)

**Note:** Version bump only for package
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)

###
[`v5.50.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#&#8203;5500-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5490v5500-2023-01-31)

[Compare
Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.49.0...v5.50.0)

**Note:** Version bump only for package
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)

###
[`v5.49.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#&#8203;5490-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5482v5490-2023-01-23)

[Compare
Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.48.2...v5.49.0)

**Note:** Version bump only for package
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)

####
[5.48.2](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.48.1...v5.48.2)
(2023-01-16)

**Note:** Version bump only for package
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)

####
[5.48.1](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.48.0...v5.48.1)
(2023-01-09)

**Note:** Version bump only for package
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)

###
[`v5.48.2`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#&#8203;5482-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5481v5482-2023-01-16)

[Compare
Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.48.1...v5.48.2)

**Note:** Version bump only for package
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)

</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://app.renovatebot.com/dashboard#github/Unleash/unleash).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-18 20:53:25 +00:00
renovate[bot]
c3ee4648b3
chore(deps): update dependency eslint to v8.34.0 (#3150)
[![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](https://eslint.org)
([source](https://togithub.com/eslint/eslint)) | [`8.33.0` ->
`8.34.0`](https://renovatebot.com/diffs/npm/eslint/8.33.0/8.34.0) |
[![age](https://badges.renovateapi.com/packages/npm/eslint/8.34.0/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/eslint/8.34.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/eslint/8.34.0/compatibility-slim/8.33.0)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/eslint/8.34.0/confidence-slim/8.33.0)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>eslint/eslint</summary>

### [`v8.34.0`](https://togithub.com/eslint/eslint/releases/tag/v8.34.0)

[Compare
Source](https://togithub.com/eslint/eslint/compare/v8.33.0...v8.34.0)

#### Features

-
[`9b2fcf7`](9b2fcf7e92)
feat: `array-callback-return` supports `Array.prototype.toSorted`
([#&#8203;16845](https://togithub.com/eslint/eslint/issues/16845))
(SUZUKI Sosuke)

#### Bug Fixes

-
[`923f61d`](923f61d8fc)
fix: false positive with assignment in `no-extra-parens`
([#&#8203;16872](https://togithub.com/eslint/eslint/issues/16872))
(Francesco Trotta)

#### Documentation

-
[`f0a9883`](f0a988384e)
docs: split rules documentation
([#&#8203;16797](https://togithub.com/eslint/eslint/issues/16797)) (Ben
Perlmutter)
-
[`67aa37b`](67aa37b583)
docs: fix typo in command-line-interface.md
([#&#8203;16871](https://togithub.com/eslint/eslint/issues/16871))
(Kevin Rouchut)
-
[`337f7ed`](337f7ed961)
docs: fix width of language input
([#&#8203;16849](https://togithub.com/eslint/eslint/issues/16849))
(Tanuj Kanti)
-
[`71349a1`](71349a1f70)
docs: Configure a Parser page
([#&#8203;16803](https://togithub.com/eslint/eslint/issues/16803)) (Ben
Perlmutter)
-
[`de7e925`](de7e925d03)
docs: remove extra line numbers in example
([#&#8203;16848](https://togithub.com/eslint/eslint/issues/16848))
(jonz94)
-
[`ad38d77`](ad38d77102)
docs: Update README (GitHub Actions Bot)

#### Chores

-
[`9dbe06d`](9dbe06d0ad)
chore: add `type` property to array-element-newline schema
([#&#8203;16877](https://togithub.com/eslint/eslint/issues/16877)) (MHO)
-
[`a061527`](a061527a03)
chore: Remove unused functions
([#&#8203;16868](https://togithub.com/eslint/eslint/issues/16868))
(Nicholas C. Zakas)

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

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

---

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

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/Unleash/unleash).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-18 14:25:36 +00:00
renovate[bot]
f644543d25
fix(deps): update dependency unleash-client to v3.18.1 (#3149)
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [unleash-client](https://togithub.com/Unleash/unleash-client-node) |
[`3.18.0` ->
`3.18.1`](https://renovatebot.com/diffs/npm/unleash-client/3.18.0/3.18.1)
|
[![age](https://badges.renovateapi.com/packages/npm/unleash-client/3.18.1/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/unleash-client/3.18.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/unleash-client/3.18.1/compatibility-slim/3.18.0)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/unleash-client/3.18.1/confidence-slim/3.18.0)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>Unleash/unleash-client-node</summary>

###
[`v3.18.1`](https://togithub.com/Unleash/unleash-client-node/blob/HEAD/CHANGELOG.md#&#8203;3181)

[Compare
Source](https://togithub.com/Unleash/unleash-client-node/compare/v3.18.0...v3.18.1)

fix: add testcase for config-hash
chore(deps): bump http-cache-semantics from 4.1.0 to 4.1.1
([#&#8203;423](https://togithub.com/Unleash/unleash-client-node/issues/423))
fix: cyclic dependencies
fix: only produce hash of primitive values
chore(deps): update dependency
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
to v5.51.0
([#&#8203;419](https://togithub.com/Unleash/unleash-client-node/issues/419))

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

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

---

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

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/Unleash/unleash).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-18 11:12:31 +00:00
renovate[bot]
01aff33ebf
chore(deps): update dependency @swc/core to v1.3.35 (#3148)
[![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.34` ->
`1.3.35`](https://renovatebot.com/diffs/npm/@swc%2fcore/1.3.34/1.3.35) |
[![age](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.35/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.35/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.35/compatibility-slim/1.3.34)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.35/confidence-slim/1.3.34)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

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

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

##### Bug Fixes

- **(es/minifier)** Don't skip shorthand properties from sequential
inliner
([#&#8203;6918](https://togithub.com/swc-project/swc/issues/6918))
([725d3fb](725d3fb645))

- **(es/preset-env)** Fix default target
([#&#8203;6921](https://togithub.com/swc-project/swc/issues/6921))
([85a8def](85a8defc37))

- **(es/typescript)** Fix handling of non-uppercase JSX elements
([#&#8203;6928](https://togithub.com/swc-project/swc/issues/6928))
([ebc65c7](ebc65c7dcb))

##### Miscellaneous Tasks

- **general**: Bump swc_css_\*
([#&#8203;6924](https://togithub.com/swc-project/swc/issues/6924))
([75376cd](75376cd65c))

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

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

---

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

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/Unleash/unleash).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-18 01:44:12 +00:00
renovate[bot]
83cbaf5917
chore(deps): update jest monorepo (#3136)
[![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.2.5` ->
`29.4.0`](https://renovatebot.com/diffs/npm/@types%2fjest/29.2.5/29.4.0)
|
[![age](https://badges.renovateapi.com/packages/npm/@types%2fjest/29.4.0/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/@types%2fjest/29.4.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/@types%2fjest/29.4.0/compatibility-slim/29.2.5)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/@types%2fjest/29.4.0/confidence-slim/29.2.5)](https://docs.renovatebot.com/merge-confidence/)
|
| [jest](https://jestjs.io/)
([source](https://togithub.com/facebook/jest)) | [`29.3.1` ->
`29.4.2`](https://renovatebot.com/diffs/npm/jest/29.3.1/29.4.2) |
[![age](https://badges.renovateapi.com/packages/npm/jest/29.4.2/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/jest/29.4.2/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/jest/29.4.2/compatibility-slim/29.3.1)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/jest/29.4.2/confidence-slim/29.3.1)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>facebook/jest</summary>

###
[`v29.4.2`](https://togithub.com/facebook/jest/blob/HEAD/CHANGELOG.md#&#8203;2942)

[Compare
Source](https://togithub.com/facebook/jest/compare/v29.4.1...v29.4.2)

##### Features

- `[@jest/core]` Instrument significant lifecycle events with
[`performance.mark()`](https://nodejs.org/docs/latest-v16.x/api/perf_hooks.html#performancemarkname-options)
([#&#8203;13859](https://togithub.com/facebook/jest/pull/13859))

##### Fixes

- `[expect, @&#8203;jest/expect]` Provide type of `actual` as a generic
argument to `Matchers` to allow better-typed extensions
([#&#8203;13848](https://togithub.com/facebook/jest/pull/13848))
- `[jest-circus]` Added explicit mention of test failing because
`done()` is not being called in error message
([#&#8203;13847](https://togithub.com/facebook/jest/pull/13847))
- `[jest-runtime]` Handle CJS re-exports of node core modules from ESM
([#&#8203;13856](https://togithub.com/facebook/jest/pull/13856))
- `[jest-transform]` Downgrade `write-file-atomic` to v4
([#&#8203;13853](https://togithub.com/facebook/jest/pull/13853))
- `[jest-worker]` Ignore IPC messages not intended for Jest
([#&#8203;13543](https://togithub.com/facebook/jest/pull/13543))

##### Chore & Maintenance

- `[*]` make sure to exclude `.eslintcache` from published module
([#&#8203;13832](https://togithub.com/facebook/jest/pull/13832))
- `[docs]` Cleanup incorrect links in CHANGELOG.md
([#&#8203;13857](https://togithub.com/facebook/jest/pull/13857))

###
[`v29.4.1`](https://togithub.com/facebook/jest/blob/HEAD/CHANGELOG.md#&#8203;2941)

[Compare
Source](https://togithub.com/facebook/jest/compare/v29.4.0...v29.4.1)

##### Features

- `[expect, jest-circus, @&#8203;jest/types]` Implement
`numPassingAsserts` of testResults to track the number of passing
asserts in a test
([#&#8203;13795](https://togithub.com/facebook/jest/pull/13795))
- `[jest-core]` Add newlines to JSON output
([#&#8203;13817](https://togithub.com/facebook/jest/pull/13817))
- `[@jest/reporters]` Automatic log folding in GitHub Actions Reporter
([#&#8203;13626](https://togithub.com/facebook/jest/pull/13626))

##### Fixes

- `[@jest/expect-utils]` `toMatchObject` diffs should include `Symbol`
properties
([#&#8203;13810](https://togithub.com/facebook/jest/pull/13810))
- `[jest-runtime]` Handle missing `replaceProperty`
([#&#8203;13823](https://togithub.com/facebook/jest/pull/13823))
- `[@jest/types]` Add partial support for `done` callbacks in typings of
`each` ([#&#8203;13756](https://togithub.com/facebook/jest/pull/13756))

###
[`v29.4.0`](https://togithub.com/facebook/jest/blob/HEAD/CHANGELOG.md#&#8203;2940)

[Compare
Source](https://togithub.com/facebook/jest/compare/v29.3.1...v29.4.0)

##### Features

- `[expect, @&#8203;jest/expect-utils]` Support custom equality testers
([#&#8203;13654](https://togithub.com/facebook/jest/pull/13654))
- `[jest-config, jest-worker]` Use `os.availableParallelism` if
available to calculate number of workers to spawn
([#&#8203;13738](https://togithub.com/facebook/jest/pull/13738))
- `[@jest/globals, jest-mock]` Add `jest.replaceProperty()` that
replaces property value
([#&#8203;13496](https://togithub.com/facebook/jest/pull/13496))
- `[jest-haste-map]` ignore Sapling vcs directories (`.sl/`)
([#&#8203;13674](https://togithub.com/facebook/jest/pull/13674))
- `[jest-resolve]` Support subpath imports
([#&#8203;13705](https://togithub.com/facebook/jest/pull/13705),
[#&#8203;13723](https://togithub.com/facebook/jest/pull/13723),
[#&#8203;13777](https://togithub.com/facebook/jest/pull/13777))
- `[jest-runtime]` Add `jest.isolateModulesAsync` for scoped module
initialization of asynchronous functions
([#&#8203;13680](https://togithub.com/facebook/jest/pull/13680))
- `[jest-runtime]` Add `jest.isEnvironmentTornDown` function
([#&#8203;13741](https://togithub.com/facebook/jest/pull/13741))
- `[jest-test-result]` Added `skipped` and `focused` status to
`FormattedTestResult`
([#&#8203;13700](https://togithub.com/facebook/jest/pull/13700))
- `[jest-transform]` Support for asynchronous `createTransformer`
([#&#8203;13762](https://togithub.com/facebook/jest/pull/13762))

##### Fixes

- `[jest-environment-node]` Fix non-configurable globals
([#&#8203;13687](https://togithub.com/facebook/jest/pull/13687))
- `[@jest/expect-utils]` `toMatchObject` should handle `Symbol`
properties
([#&#8203;13639](https://togithub.com/facebook/jest/pull/13639))
- `[jest-mock]` Fix `mockReset` and `resetAllMocks` `undefined` return
value([#&#8203;13692](https://togithub.com/facebook/jest/pull/13692))
- `[jest-resolve]` Add global paths to `require.resolve.paths`
([#&#8203;13633](https://togithub.com/facebook/jest/pull/13633))
- `[jest-resolve]` Correct node core module detection when using `node:`
specifiers
([#&#8203;13806](https://togithub.com/facebook/jest/pull/13806))
- `[jest-runtime]` Support WASM files that import JS resources
([#&#8203;13608](https://togithub.com/facebook/jest/pull/13608))
- `[jest-runtime]` Use the `scriptTransformer` cache in `jest-runner`
([#&#8203;13735](https://togithub.com/facebook/jest/pull/13735))
- `[jest-runtime]` Enforce import assertions when importing JSON in ESM
([#&#8203;12755](https://togithub.com/facebook/jest/pull/12755) &
[#&#8203;13805](https://togithub.com/facebook/jest/pull/13805))
- `[jest-snapshot]` Make sure to import `babel` outside of the sandbox
([#&#8203;13694](https://togithub.com/facebook/jest/pull/13694))
- `[jest-transform]` Ensure the correct configuration is passed to
preprocessors specified multiple times in the `transform` option
([#&#8203;13770](https://togithub.com/facebook/jest/pull/13770))

##### Chore & Maintenance

- `[@jest/fake-timers]` Update `@sinonjs/fake-timers`
([#&#8203;13612](https://togithub.com/facebook/jest/pull/13612))
- `[docs]` Improve custom puppeteer example to prevent worker warnings
([#&#8203;13619](https://togithub.com/facebook/jest/pull/13619))

</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://app.renovatebot.com/dashboard#github/Unleash/unleash).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-17 18:19:34 +00:00
GitHub Actions Bot
3f7e63d72a 4.21.0-beta.49 2023-02-17 14:02:48 +00:00
GitHub Actions Bot
9a43658710 4.21.0-beta.48 2023-02-17 14:01:52 +00:00
GitHub Actions Bot
676cc11917 4.21.0-beta.47 2023-02-17 10:59:13 +00:00
GitHub Actions Bot
683bf2faba 4.21.0-beta.46 2023-02-17 10:13:06 +00:00
GitHub Actions Bot
fca0aba19b 4.21.0-beta.45 2023-02-16 12:36:15 +00:00
GitHub Actions Bot
e7606e3f7d 4.21.0-beta.44 2023-02-16 11:50:58 +00:00
GitHub Actions Bot
68cca1b019 4.21.0-beta.43 2023-02-16 09:20:59 +00:00
GitHub Actions Bot
339aa16d9c 4.21.0-beta.42 2023-02-16 07:09:12 +00:00
renovate[bot]
b5544ff33d
chore(deps): update dependency @swc/core to v1.3.34 (#3125)
[![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.32` ->
`1.3.34`](https://renovatebot.com/diffs/npm/@swc%2fcore/1.3.32/1.3.34) |
[![age](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.34/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.34/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.34/compatibility-slim/1.3.32)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.34/confidence-slim/1.3.32)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

###
[`v1.3.34`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#&#8203;1334---2023-02-08)

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

##### Bug Fixes

- **(bindings)** Don't require unnecessary package
([#&#8203;6902](https://togithub.com/swc-project/swc/issues/6902))
([964dfba](964dfbaf1a))

- **(bindings/node)** Add `esnext` to `JscTarget`
([#&#8203;6908](https://togithub.com/swc-project/swc/issues/6908))
([82128e3](82128e3734))

- **(css/modules)** Fix interop of `&` and `:global`
([#&#8203;6900](https://togithub.com/swc-project/swc/issues/6900))
([f85ea9c](f85ea9cb57))

- **(es/minifier)** Respect span hygiene from expr simplifier
([#&#8203;6899](https://togithub.com/swc-project/swc/issues/6899))
([432dca6](432dca647b))

- **(es/minifier)** Don't break ternary with assignment in test
([#&#8203;6906](https://togithub.com/swc-project/swc/issues/6906))
([951dafb](951dafbc1a))

- **(es/module)** Fix SystemJS imports
([#&#8203;6879](https://togithub.com/swc-project/swc/issues/6879))
([85fffda](85fffdad02))

- **(es/parser)** Fix stack overflow due to deeply nested if
([#&#8203;6910](https://togithub.com/swc-project/swc/issues/6910))
([f36d945](f36d945a33))

- **(es/parser)** Don't use `stacker` for armv7
([#&#8203;6916](https://togithub.com/swc-project/swc/issues/6916))
([4c5d5a6](4c5d5a6fca))

- **(es/resolver)** Resolve parameters correctly
([#&#8203;6890](https://togithub.com/swc-project/swc/issues/6890))
([861d87c](861d87cae6))

- **(es/typescript)** Ignore jsx element names
([#&#8203;6911](https://togithub.com/swc-project/swc/issues/6911))
([ee3a107](ee3a1071a5))

##### Documentation

- **(readme)** Split download badge
([#&#8203;6917](https://togithub.com/swc-project/swc/issues/6917))
([d779927](d779927b4d))

##### Features

- **(bindings/cli)** Add `--config`
([#&#8203;6835](https://togithub.com/swc-project/swc/issues/6835))
([d993c4d](d993c4def6))

- **(bindings/cli)** Support for *.mts/*.cts files
([#&#8203;6909](https://togithub.com/swc-project/swc/issues/6909))
([76bc8a2](76bc8a2974))

##### Miscellaneous Tasks

- **(bindings/cli)** Enable `preferUnplugged` by default for the plugins
([#&#8203;6912](https://togithub.com/swc-project/swc/issues/6912))
([17f1c50](17f1c50287))-
**general**: Make issue templates mention `no +1`
([#&#8203;6894](https://togithub.com/swc-project/swc/issues/6894))
([5d5140f](5d5140f0a5))

##### Testing

- **(es/module)** Add a test for `jsc.paths` on windows
([#&#8203;6915](https://togithub.com/swc-project/swc/issues/6915))
([d18027c](d18027cf9b))

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

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

---

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

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/Unleash/unleash).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-15 22:39:44 +00:00
renovate[bot]
69693f933c
chore(deps): update dependency fast-check to v3.6.3 (#3114)
[![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.5.0` ->
`3.6.3`](https://renovatebot.com/diffs/npm/fast-check/3.5.0/3.6.3) |
[![age](https://badges.renovateapi.com/packages/npm/fast-check/3.6.3/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/fast-check/3.6.3/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/fast-check/3.6.3/compatibility-slim/3.5.0)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/fast-check/3.6.3/confidence-slim/3.5.0)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

###
[`v3.6.3`](https://togithub.com/dubzzz/fast-check/blob/HEAD/packages/fast-check/CHANGELOG.md#&#8203;363)

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

*Fix broken replay based on path*

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

#### Fixes

- ([PR#&#8203;3617](https://togithub.com/dubzzz/fast-check/pull/3617))
Bug: Fix broken replay based on path
- ([PR#&#8203;3583](https://togithub.com/dubzzz/fast-check/pull/3583))
CI: Do not run publish workflow of fast-check for vitest
- ([PR#&#8203;3616](https://togithub.com/dubzzz/fast-check/pull/3616))
CI: Always build against latest node

###
[`v3.6.2`](https://togithub.com/dubzzz/fast-check/blob/HEAD/packages/fast-check/CHANGELOG.md#&#8203;362)

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

*Still work in fake timer contexts*

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

#### Fixes

- ([PR#&#8203;3571](https://togithub.com/dubzzz/fast-check/pull/3571))
Bug: Resist to fake timers in interruptAfterTimeLimit
- ([PR#&#8203;3572](https://togithub.com/dubzzz/fast-check/pull/3572))
Bug: Resist to fake timers in timeout
- ([PR#&#8203;3564](https://togithub.com/dubzzz/fast-check/pull/3564))
Performance: Drop bailout linked to toss

###
[`v3.6.1`](https://togithub.com/dubzzz/fast-check/blob/HEAD/packages/fast-check/CHANGELOG.md#&#8203;361)

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

*Some more performance improvements*

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

#### Fixes

- ([PR#&#8203;3563](https://togithub.com/dubzzz/fast-check/pull/3563))
Performance: Mutate rng inplace in tosser

###
[`v3.6.0`](https://togithub.com/dubzzz/fast-check/blob/HEAD/packages/fast-check/CHANGELOG.md#&#8203;360)

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

*Slightly faster execution of properties*

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

#### Features

- ([PR#&#8203;3547](https://togithub.com/dubzzz/fast-check/pull/3547))
Slightly faster thanks to pure-rand v6
- ([PR#&#8203;3552](https://togithub.com/dubzzz/fast-check/pull/3552))
Do not wrap stream when dropping 0 items
- ([PR#&#8203;3551](https://togithub.com/dubzzz/fast-check/pull/3551))
Faster implementation of internal function `runIdToFrequency`
- ([PR#&#8203;3553](https://togithub.com/dubzzz/fast-check/pull/3553))
Drop useless internal stream conversions
- ([PR#&#8203;3554](https://togithub.com/dubzzz/fast-check/pull/3554))
Tosser must immediately produce values

#### Fixes

- ([PR#&#8203;3556](https://togithub.com/dubzzz/fast-check/pull/3556))
CI: Enable sourceMap in unpublished for coverage
- ([PR#&#8203;3512](https://togithub.com/dubzzz/fast-check/pull/3512))
Script: Add `--cache` option to Prettier
- ([PR#&#8203;3523](https://togithub.com/dubzzz/fast-check/pull/3523))
Script: Initialize default devcontainer
- ([PR#&#8203;3524](https://togithub.com/dubzzz/fast-check/pull/3524))
Script: Install and setup nvs inside Dockerfile

***

###
[`v3.5.1`](https://togithub.com/dubzzz/fast-check/blob/HEAD/packages/fast-check/CHANGELOG.md#&#8203;351)

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

*Still work in fake timer contexts*

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

#### Fixes

- ([PR#&#8203;3571](https://togithub.com/dubzzz/fast-check/pull/3571))
Bug: Resist to fake timers in interruptAfterTimeLimit
- ([PR#&#8203;3572](https://togithub.com/dubzzz/fast-check/pull/3572))
Bug: Resist to fake timers in timeout

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

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

---

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

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/Unleash/unleash).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-15 22:28:56 +00:00
GitHub Actions Bot
0be625ae31 4.21.0-beta.41 2023-02-15 15:44:31 +00:00
GitHub Actions Bot
58f2f834ad 4.21.0-beta.40 2023-02-15 12:39:39 +00:00
GitHub Actions Bot
8ac834a1b7 4.21.0-beta.39 2023-02-15 10:47:48 +00:00
GitHub Actions Bot
79e351e484 4.21.0-beta.38 2023-02-15 09:26:48 +00:00
GitHub Actions Bot
aec6f14929 4.21.0-beta.37 2023-02-15 08:13:53 +00:00
renovate[bot]
232ad28661
chore(deps): update dependency eslint to v8.33.0 (#3113)
[![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](https://eslint.org)
([source](https://togithub.com/eslint/eslint)) | [`8.31.0` ->
`8.33.0`](https://renovatebot.com/diffs/npm/eslint/8.31.0/8.33.0) |
[![age](https://badges.renovateapi.com/packages/npm/eslint/8.33.0/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/eslint/8.33.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/eslint/8.33.0/compatibility-slim/8.31.0)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/eslint/8.33.0/confidence-slim/8.31.0)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>eslint/eslint</summary>

### [`v8.33.0`](https://togithub.com/eslint/eslint/releases/tag/v8.33.0)

[Compare
Source](https://togithub.com/eslint/eslint/compare/v8.32.0...v8.33.0)

#### Features

-
[`2cc7954`](2cc7954cdb)
feat: add `restrictDefaultExports` option to no-restricted-exports rule
([#&#8203;16785](https://togithub.com/eslint/eslint/issues/16785))
(Nitin Kumar)

#### Documentation

-
[`17f4be2`](17f4be2b66)
docs: Fix examples in no-multiple-empty-lines rule
([#&#8203;16835](https://togithub.com/eslint/eslint/issues/16835))
(jonz94)
-
[`9c7cfe3`](9c7cfe33c4)
docs: 'Source Code' content in 'Set up Development Environment' page
([#&#8203;16780](https://togithub.com/eslint/eslint/issues/16780)) (Ben
Perlmutter)
-
[`ede5c64`](ede5c64754)
docs: Custom processors page
([#&#8203;16802](https://togithub.com/eslint/eslint/issues/16802)) (Ben
Perlmutter)
-
[`2620614`](2620614f52)
docs: Code of Conduct page
([#&#8203;16781](https://togithub.com/eslint/eslint/issues/16781)) (Ben
Perlmutter)
-
[`50a8efd`](50a8efd957)
docs: report a sec vulnerability page
([#&#8203;16808](https://togithub.com/eslint/eslint/issues/16808)) (Ben
Perlmutter)
-
[`ed60afd`](ed60afd445)
docs: Update page titles, section landing pages, and side TOC
([#&#8203;16760](https://togithub.com/eslint/eslint/issues/16760)) (Ben
Perlmutter)
-
[`333c712`](333c712435)
docs: add background to code-path-diagrams for dark-mode
([#&#8203;16822](https://togithub.com/eslint/eslint/issues/16822))
(Tanuj Kanti)
-
[`f5f7b9b`](f5f7b9b8b5)
docs: Update README (GitHub Actions Bot)
-
[`2aa4f5f`](2aa4f5fb2f)
docs: no-constant-condition: Add multi-comparison example
([#&#8203;16776](https://togithub.com/eslint/eslint/issues/16776))
(Sebastian Simon)
-
[`40287db`](40287dbe74)
docs: Remove Google Group icon
([#&#8203;16779](https://togithub.com/eslint/eslint/issues/16779))
(Nicholas C. Zakas)
-
[`ea10ca5`](ea10ca5b7b)
docs: 'a .eslint' -> 'an .eslint' for consistency
([#&#8203;16809](https://togithub.com/eslint/eslint/issues/16809)) (Ben
Perlmutter)
-
[`3be0748`](3be07488ee)
docs: add example for nodejs lintText api
([#&#8203;16789](https://togithub.com/eslint/eslint/issues/16789)) (Siva
K)
-
[`ce4f5ff`](ce4f5ff305)
docs: Replace removed related rules with a valid rule
([#&#8203;16800](https://togithub.com/eslint/eslint/issues/16800))
(Ville Saalo)

### [`v8.32.0`](https://togithub.com/eslint/eslint/releases/tag/v8.32.0)

[Compare
Source](https://togithub.com/eslint/eslint/compare/v8.31.0...v8.32.0)

#### Features

-
[`fc20f24`](fc20f242a2)
feat: add suggestions for redundant wrapping in prefer-regex-literals
([#&#8203;16658](https://togithub.com/eslint/eslint/issues/16658))
(YeonJuan)

#### Bug Fixes

-
[`b4f8329`](b4f8329164)
fix: ignore directives for no-fallthrough
([#&#8203;16757](https://togithub.com/eslint/eslint/issues/16757))
(gfyoung)

#### Documentation

-
[`17b65ad`](17b65ad10d)
docs: IA Update page URL move
([#&#8203;16665](https://togithub.com/eslint/eslint/issues/16665)) (Ben
Perlmutter)
-
[`5981296`](5981296d5c)
docs: fix theme switcher button
([#&#8203;16752](https://togithub.com/eslint/eslint/issues/16752)) (Sam
Chen)
-
[`6669413`](66694136b6)
docs: deploy prerelease docs under the `/docs/next/` path
([#&#8203;16541](https://togithub.com/eslint/eslint/issues/16541))
(Nitin Kumar)
-
[`78ecfe0`](78ecfe0e52)
docs: use inline code for rule options name
([#&#8203;16768](https://togithub.com/eslint/eslint/issues/16768))
(Percy Ma)
-
[`fc2ea59`](fc2ea598ae)
docs: Update README (GitHub Actions Bot)
-
[`762a872`](762a8727fb)
docs: Update README (GitHub Actions Bot)

#### Chores

-
[`2952d6e`](2952d6ed95)
chore: sync templates/\*.md files with issue templates
([#&#8203;16758](https://togithub.com/eslint/eslint/issues/16758))
(gfyoung)
-
[`3e34418`](3e34418b31)
chore: Add new issues to triage project
([#&#8203;16740](https://togithub.com/eslint/eslint/issues/16740))
(Nicholas C. Zakas)

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

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

---

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

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/Unleash/unleash).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-15 08:09:22 +00:00
GitHub Actions Bot
938fd768ec 4.21.0-beta.36 2023-02-15 07:45:23 +00:00
renovate[bot]
a1450cb7ae
chore(deps): update dependency lint-staged to v13.1.1 (#3111)
[![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.1.0` ->
`13.1.1`](https://renovatebot.com/diffs/npm/lint-staged/13.1.0/13.1.1) |
[![age](https://badges.renovateapi.com/packages/npm/lint-staged/13.1.1/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/lint-staged/13.1.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/lint-staged/13.1.1/compatibility-slim/13.1.0)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/lint-staged/13.1.1/confidence-slim/13.1.0)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

###
[`v13.1.1`](https://togithub.com/okonet/lint-staged/releases/tag/v13.1.1)

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

##### Bug Fixes

- allow re-enabling `--stash` when using the `--diff` option
([99390c3](99390c31a8))

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

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

---

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

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/Unleash/unleash).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-14 21:04:05 +00:00
GitHub Actions Bot
a31120aa8b 4.21.0-beta.35 2023-02-14 16:04:15 +00:00
GitHub Actions Bot
6c72efb300 4.21.0-beta.34 2023-02-14 14:52:38 +00:00
GitHub Actions Bot
94b0471c4e 4.21.0-beta.33 2023-02-14 14:35:33 +00:00
GitHub Actions Bot
f071922d15 4.21.0-beta.32 2023-02-14 14:02:24 +00:00
GitHub Actions Bot
0a32647d75 4.21.0-beta.31 2023-02-14 13:29:38 +00:00
GitHub Actions Bot
6c84ebc8ed 4.21.0-beta.30 2023-02-14 13:26:02 +00:00
GitHub Actions Bot
a9121150ff 4.21.0-beta.29 2023-02-14 12:53:43 +00:00
GitHub Actions Bot
0203027ee2 4.21.0-beta.28 2023-02-14 12:24:54 +00:00
GitHub Actions Bot
3977fd9487 4.21.0-beta.27 2023-02-14 12:14:16 +00:00
GitHub Actions Bot
4ec8d3cb33 4.21.0-beta.26 2023-02-14 10:25:32 +00:00
GitHub Actions Bot
c78b2d8325 4.21.0-beta.25 2023-02-14 07:12:08 +00:00
GitHub Actions Bot
0887bbb66a 4.21.0-beta.24 2023-02-13 07:40:29 +00:00
renovate[bot]
7700b31074
chore(deps): update dependency superagent to v8.0.9 (#3090)
[![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.6` ->
`8.0.9`](https://renovatebot.com/diffs/npm/superagent/8.0.6/8.0.9) |
[![age](https://badges.renovateapi.com/packages/npm/superagent/8.0.9/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/superagent/8.0.9/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/superagent/8.0.9/compatibility-slim/8.0.6)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/superagent/8.0.9/confidence-slim/8.0.6)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>ladjs/superagent</summary>

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

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

- fix: fixed eslintrc config
[`53d2d8a`](https://togithub.com/ladjs/superagent/commit/53d2d8a)
- chore: bump deps
[`82f7498`](https://togithub.com/ladjs/superagent/commit/82f7498)
- Merge pull request
[#&#8203;1761](https://togithub.com/ladjs/superagent/issues/1761) from
Leafly-com/fix/follow-redirect-cookies
[`cd094f5`](https://togithub.com/ladjs/superagent/commit/cd094f5)
- Merge pull request
[#&#8203;1762](https://togithub.com/ladjs/superagent/issues/1762) from
Leafly-com/fix-cookie-header
[`4268ae4`](https://togithub.com/ladjs/superagent/commit/4268ae4)
- fix(cookies): parse header correctly when merging cookies
[`4aac580`](https://togithub.com/ladjs/superagent/commit/4aac580)
- fix(redirects): emit correct response in redirect event
[`e2538f3`](https://togithub.com/ladjs/superagent/commit/e2538f3)

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

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

- Merge pull request
[#&#8203;1757](https://togithub.com/ladjs/superagent/issues/1757) from
ShiraNagen/cookies-domains
[`93835cb`](https://togithub.com/ladjs/superagent/commit/93835cb)
- fix(cookies): send cookies to allowed domains
[`e98489a`](https://togithub.com/ladjs/superagent/commit/e98489a)

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

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

- chore: bump deps
[`dd85a8e`](https://togithub.com/ladjs/superagent/commit/dd85a8e)
- Merge pull request
[#&#8203;1756](https://togithub.com/ladjs/superagent/issues/1756) from
sashashura/patch-1
[`3adc458`](https://togithub.com/ladjs/superagent/commit/3adc458)
- build: harden ci.yml permissions
[`5fe4d09`](https://togithub.com/ladjs/superagent/commit/5fe4d09)

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

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

---

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

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/Unleash/unleash).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-12 19:45:24 +00:00
renovate[bot]
2f1e3c53c6
chore(deps): update dependency @types/node to v16.18.12 (#3087)
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

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

---

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

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/Unleash/unleash).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-12 05:22:13 +00:00
renovate[bot]
db1b49deb9
chore(deps): update dependency eslint-plugin-import to v2.27.5 (#3086)
[![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.27.4` ->
`2.27.5`](https://renovatebot.com/diffs/npm/eslint-plugin-import/2.27.4/2.27.5)
|
[![age](https://badges.renovateapi.com/packages/npm/eslint-plugin-import/2.27.5/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/eslint-plugin-import/2.27.5/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/eslint-plugin-import/2.27.5/compatibility-slim/2.27.4)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/eslint-plugin-import/2.27.5/confidence-slim/2.27.4)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

###
[`v2.27.5`](https://togithub.com/import-js/eslint-plugin-import/blob/HEAD/CHANGELOG.md#&#8203;2275---2023-01-16)

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

##### Fixed

- \[`order]`: Fix group ranks order when alphabetizing
(\[[#&#8203;2674](https://togithub.com/import-js/eslint-plugin-import/issues/2674)],
thanks \[[@&#8203;Pearce-Ropion](https://togithub.com/Pearce-Ropion)])

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

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

---

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

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/Unleash/unleash).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-12 00:03:33 +00:00
renovate[bot]
5f8e0c9458
chore(deps): update dependency @types/express to v4.17.17 (#3082)
[![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.15` ->
`4.17.17`](https://renovatebot.com/diffs/npm/@types%2fexpress/4.17.15/4.17.17)
|
[![age](https://badges.renovateapi.com/packages/npm/@types%2fexpress/4.17.17/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/@types%2fexpress/4.17.17/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/@types%2fexpress/4.17.17/compatibility-slim/4.17.15)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/@types%2fexpress/4.17.17/confidence-slim/4.17.15)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

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

---

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

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/Unleash/unleash).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-11 05:13:23 +00:00
renovate[bot]
2ac1c6387b
chore(deps): update dependency @swc/core to v1.3.32 (#3078)
[![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.26` ->
`1.3.32`](https://renovatebot.com/diffs/npm/@swc%2fcore/1.3.26/1.3.32) |
[![age](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.32/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.32/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.32/compatibility-slim/1.3.26)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.32/confidence-slim/1.3.26)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

###
[`v1.3.32`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#&#8203;1332---2023-02-01)

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

##### Bug Fixes

- **(es)** Remove useless message
([#&#8203;6882](https://togithub.com/swc-project/swc/issues/6882))
([9301703](9301703311))

- **(es/compat)** Make optional chaining pass less permissive
([#&#8203;6885](https://togithub.com/swc-project/swc/issues/6885))
([57781e9](57781e90d3))

##### Testing

- **(es/compat)** Add a test for a fixed issue
([#&#8203;6887](https://togithub.com/swc-project/swc/issues/6887))
([e79d466](e79d46697c))

##### Build

- **(cargo)** Drop dependencies on `retain_mut`
([#&#8203;6884](https://togithub.com/swc-project/swc/issues/6884))
([d6a24a2](d6a24a28e8))

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

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

##### Bug Fixes

- **(es/compat)** Fix optional chaining pass
([#&#8203;6875](https://togithub.com/swc-project/swc/issues/6875))
([d808864](d8088646df))

- **(visit)** Fix detection of `Option<Vec<T>>`
([#&#8203;6872](https://togithub.com/swc-project/swc/issues/6872))
([508267d](508267dccf))

##### Features

- **(bindings/cli)** Append `sourceMappingURL=` to the output
([#&#8203;6873](https://togithub.com/swc-project/swc/issues/6873))
([c4db8e4](c4db8e42a1))

- **(es/loader)** Support `node:` prefix from `NodeModulesResolver`
([#&#8203;6868](https://togithub.com/swc-project/swc/issues/6868))
([6b7249d](6b7249dcde))

###
[`v1.3.30`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#&#8203;1330---2023-01-28)

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

##### Bug Fixes

- **(es/minifier)** Track reassign in parent scope
([#&#8203;6865](https://togithub.com/swc-project/swc/issues/6865))
([c0e72ef](c0e72ef64a))

- **(es/module)** Fix handling of `this` for `systemjs`
([#&#8203;6857](https://togithub.com/swc-project/swc/issues/6857))
([39c75fd](39c75fdcce))

- **(es/parser)** Fix parsing of generics
([#&#8203;6859](https://togithub.com/swc-project/swc/issues/6859))
([60d9403](60d9403073))

##### Features

- **(es/minifier)** Improve compatibility of `arrows` with `terser`
([#&#8203;6862](https://togithub.com/swc-project/swc/issues/6862))
([d1687d8](d1687d8e01))

##### Miscellaneous Tasks

- **(ci)** FIx CI
([#&#8203;6861](https://togithub.com/swc-project/swc/issues/6861))
([45cdfed](45cdfed6c8))

###
[`v1.3.29`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#&#8203;1329---2023-01-26)

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

##### Bug Fixes

- **(plugin)** Make `span_to_source` use dedicated function
([#&#8203;6853](https://togithub.com/swc-project/swc/issues/6853))
([99d48e3](99d48e305e))

##### Refactor

- **(es/minifier)** Merge `cond_init` with `reassigned`
([#&#8203;6850](https://togithub.com/swc-project/swc/issues/6850))
([55225cb](55225cb994))

###
[`v1.3.28`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#&#8203;1328---2023-01-24)

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

##### Bug Fixes

- **(es/codegen)** Fix codegen of string literals with `\x000`
([#&#8203;6838](https://togithub.com/swc-project/swc/issues/6838))
([df70261](df702614e1))

- **(es/minifier)** Don't inline into `await` from sequential inliner
([#&#8203;6839](https://togithub.com/swc-project/swc/issues/6839))
([21e1478](21e14787c5))

##### Miscellaneous Tasks

- **(ci)** Make stale action to wait 30 days
([#&#8203;6828](https://togithub.com/swc-project/swc/issues/6828))
([1ef2347](1ef2347bdf))

##### Performance

- **(es/minifier)** Make pure function check `O(1)`
([#&#8203;6840](https://togithub.com/swc-project/swc/issues/6840))
([58208ef](58208ef8ae))

##### Refactor

- **(es/preset-env)** Use a const fn instead of a macro
([#&#8203;6844](https://togithub.com/swc-project/swc/issues/6844))
([2fcab36](2fcab36418))

- **(es/typescript)** Remove unused code
([#&#8203;6830](https://togithub.com/swc-project/swc/issues/6830))
([7205543](7205543d5f))

###
[`v1.3.27`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#&#8203;1327---2023-01-17)

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

##### Bug Fixes

- **(es/codegen)** Skip space if jsx attrs is empty
([#&#8203;6823](https://togithub.com/swc-project/swc/issues/6823))
([e9fdac2](e9fdac216c))

- **(es/compat)** Ignore `this` in nested scopes in `classes` pass
([#&#8203;6796](https://togithub.com/swc-project/swc/issues/6796))
([07676d5](07676d5515))

- **(es/plugin)** Fix starter template
([#&#8203;6815](https://togithub.com/swc-project/swc/issues/6815))
([38fb70c](38fb70c237))

- **(es/renamer)** Handle rest params correctly
([#&#8203;6821](https://togithub.com/swc-project/swc/issues/6821))
([ebce18b](ebce18b221))

- **(es/transform)** Apply `hygiene` and `resolver` if minify is
specified
([#&#8203;6793](https://togithub.com/swc-project/swc/issues/6793))
([c145409](c14540905f))

##### Features

- **(css/parser)** Normalize at-rules
([#&#8203;6705](https://togithub.com/swc-project/swc/issues/6705))
([43e7519](43e75194e5))

- **(es/ast)** Add `EsNext` to `EsVersion`
([#&#8203;6816](https://togithub.com/swc-project/swc/issues/6816))
([ff78b8f](ff78b8f7e0))

- **(es/helper)** Use `require` to load polyfills and helpers in Script
([#&#8203;6778](https://togithub.com/swc-project/swc/issues/6778))
([ad8d043](ad8d043f1d))

- **(es/minifier)** Remove noop spreads
([#&#8203;6803](https://togithub.com/swc-project/swc/issues/6803))
([8f683e3](8f683e3f77))

- **(es/quote)** Allow using `Str` as a var
([#&#8203;6797](https://togithub.com/swc-project/swc/issues/6797))
([224eff9](224eff91eb))

- **(es/renamer)** Support `safari10` from the name mangler
([#&#8203;6801](https://togithub.com/swc-project/swc/issues/6801))
([631dd78](631dd7872b))

- **(es/renamer)** Rename synthesized identifiers even on `eval`
([#&#8203;6818](https://togithub.com/swc-project/swc/issues/6818))
([82bd5c2](82bd5c2041))

##### Testing

- **(es)** Enable execution tests for fixed issues
([#&#8203;6805](https://togithub.com/swc-project/swc/issues/6805))
([e7ea054](e7ea054c63))

- **(es/compat)** Add a test to verify parameters passs
([#&#8203;6792](https://togithub.com/swc-project/swc/issues/6792))
([7dc5ccb](7dc5ccb0fc))

- **(es/minifier)** Add a test for an invalid issue
([#&#8203;6802](https://togithub.com/swc-project/swc/issues/6802))
([a299fd0](a299fd0418))

- **(es/preset-env)** Add a test for a wrong issue
([#&#8203;6794](https://togithub.com/swc-project/swc/issues/6794))
([b29aa5b](b29aa5b5a0))

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

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

---

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

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/Unleash/unleash).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-11 02:35:42 +00:00
GitHub Actions Bot
f43c265f9f 4.21.0-beta.23 2023-02-10 14:07:42 +00:00
renovate[bot]
6e44a65c58
fix(deps): update dependency unleash-client to v3.18.0 (#2956)
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [unleash-client](https://togithub.com/Unleash/unleash-client-node) |
[`3.16.1` ->
`3.18.0`](https://renovatebot.com/diffs/npm/unleash-client/3.16.1/3.18.0)
|
[![age](https://badges.renovateapi.com/packages/npm/unleash-client/3.18.0/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/unleash-client/3.18.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/unleash-client/3.18.0/compatibility-slim/3.16.1)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/unleash-client/3.18.0/confidence-slim/3.16.1)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>Unleash/unleash-client-node</summary>

###
[`v3.18.0`](https://togithub.com/Unleash/unleash-client-node/blob/HEAD/CHANGELOG.md#&#8203;3180)

[Compare
Source](https://togithub.com/Unleash/unleash-client-node/compare/v3.17.0...v3.18.0)

feat: gracefully handle unsuccessful metrics post
([#&#8203;414](https://togithub.com/Unleash/unleash-client-node/issues/414))
feat/flush metrics
([#&#8203;415](https://togithub.com/Unleash/unleash-client-node/issues/415))
feat: add metrics jitter support
([#&#8203;412](https://togithub.com/Unleash/unleash-client-node/issues/412))
fix: Allow SDK to startup when backup data is corrupt
([#&#8203;418](https://togithub.com/Unleash/unleash-client-node/issues/418))
fix: flexible-rollout random stickiness is not random enough
([#&#8203;417](https://togithub.com/Unleash/unleash-client-node/issues/417))
fix: build correct version on npm version
chore(deps): update dependency eslint-plugin-import to v2.27.5
([#&#8203;416](https://togithub.com/Unleash/unleash-client-node/issues/416))
chore(deps): update dependency
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
to v5.48.2
([#&#8203;413](https://togithub.com/Unleash/unleash-client-node/issues/413))
chore(deps): update dependency eslint to v8.32.0
([#&#8203;410](https://togithub.com/Unleash/unleash-client-node/issues/410))
chore(deps): update dependency prettier to v2.8.3
([#&#8203;406](https://togithub.com/Unleash/unleash-client-node/issues/406))
chore(deps): update dependency eslint-plugin-import to v2.27.4
([#&#8203;404](https://togithub.com/Unleash/unleash-client-node/issues/404))

###
[`v3.17.0`](https://togithub.com/Unleash/unleash-client-node/blob/HEAD/CHANGELOG.md#&#8203;3170)

[Compare
Source](https://togithub.com/Unleash/unleash-client-node/compare/v3.16.1...v3.17.0)

- feat: Only initialize the SDK once.
([#&#8203;368](https://togithub.com/Unleash/unleash-client-node/issues/368))
-   fix: upgrade semver to 7.3.8
-   fix: add resolution for debug
-   fix: add resolution for minimatch
-   fix: add resolution for qs
-   fix: add resolution for json5
-   fix: update yarn.lock
- docs: Update the readme with info from docs.getunleash
([#&#8203;399](https://togithub.com/Unleash/unleash-client-node/issues/399))
-   docs: minor fix in README
- chore(deps): update dependency debug to v4
([#&#8203;402](https://togithub.com/Unleash/unleash-client-node/issues/402))
- chore(deps): update dependency json5 to v2
([#&#8203;401](https://togithub.com/Unleash/unleash-client-node/issues/401))
- chore(deps): update dependency eslint to v8.31.0
([#&#8203;394](https://togithub.com/Unleash/unleash-client-node/issues/394))
- chore(deps): update dependency nock to v13.3.0
([#&#8203;400](https://togithub.com/Unleash/unleash-client-node/issues/400))
- chore(deps): update dependency
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
to v5.48.1
([#&#8203;395](https://togithub.com/Unleash/unleash-client-node/issues/395))
- chore(deps): update dependency eslint-config-prettier to v8.6.0
([#&#8203;396](https://togithub.com/Unleash/unleash-client-node/issues/396))
- chore(deps): update dependency prettier to v2.8.2
([#&#8203;398](https://togithub.com/Unleash/unleash-client-node/issues/398))
- chore(deps): update dependency
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
to v5.47.1
([#&#8203;346](https://togithub.com/Unleash/unleash-client-node/issues/346))
- chore(deps): update dependency typescript to v4.9.4
([#&#8203;386](https://togithub.com/Unleash/unleash-client-node/issues/386))
- chore(deps): update dependency sinon to v15
([#&#8203;391](https://togithub.com/Unleash/unleash-client-node/issues/391))
- chore(deps): update dependency
[@&#8203;types/node](https://togithub.com/types/node) to v18
([#&#8203;380](https://togithub.com/Unleash/unleash-client-node/issues/380))
- chore(deps): update dependency
[@&#8203;types/node](https://togithub.com/types/node) to v14.18.36
([#&#8203;382](https://togithub.com/Unleash/unleash-client-node/issues/382))
- chore(deps): update dependency eslint to v8.30.0
([#&#8203;367](https://togithub.com/Unleash/unleash-client-node/issues/367))
- chore(deps): update dependency prettier to v2.8.1
([#&#8203;387](https://togithub.com/Unleash/unleash-client-node/issues/387))

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

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

---

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

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/Unleash/unleash).

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

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Ivar Conradi Østhus <ivar@getunleash.ai>
2023-02-10 10:51:53 +01:00
GitHub Actions Bot
354cfa4135 4.21.0-beta.22 2023-02-09 13:23:28 +00:00
GitHub Actions Bot
c1679a9222 4.21.0-beta.21 2023-02-09 10:01:57 +00:00
GitHub Actions Bot
b7fdcd36c0 4.21.0-beta.20 2023-02-09 09:06:15 +00:00
GitHub Actions Bot
fc15e09f5d 4.21.0-beta.19 2023-02-09 08:48:04 +00:00
GitHub Actions Bot
5541446e0b 4.21.0-beta.18 2023-02-09 08:14:05 +00:00
GitHub Actions Bot
5158d04c52 4.21.0-beta.17 2023-02-08 18:49:06 +00:00
GitHub Actions Bot
1502fbc2dd 4.21.0-beta.16 2023-02-08 18:14:58 +00:00
GitHub Actions Bot
a65e2528aa 4.21.0-beta.15 2023-02-08 16:03:31 +00:00
GitHub Actions Bot
98d1079169 4.21.0-beta.14 2023-02-08 15:50:59 +00:00
GitHub Actions Bot
7e46f0fb7a 4.21.0-beta.13 2023-02-08 15:36:06 +00:00
GitHub Actions Bot
4e6acc397f 4.21.0-beta.12 2023-02-08 15:18:01 +00:00
GitHub Actions Bot
1b221e1b0d 4.21.0-beta.11 2023-02-08 15:09:59 +00:00
GitHub Actions Bot
50f9815191 4.21.0-beta.10 2023-02-08 15:02:31 +00:00
GitHub Actions Bot
17bedaae12 4.21.0-beta.9 2023-02-08 14:41:45 +00:00