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

1226 Commits

Author SHA1 Message Date
Fredrik Strand Oseberg
bc3744d565
fix: remove stray only (#2589)
This removes stray onlys in our tests and adds a linter rule that will
error if only is present. Also updates the test result of one of our
tests as a result of [this pull
request](https://github.com/Unleash/unleash/pull/2344)
2022-12-02 13:10:39 +01:00
renovate[bot]
60c9718b8d
chore(deps): update dependency @types/node to v16.18.4 (#2576)
[![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.3` ->
`16.18.4`](https://renovatebot.com/diffs/npm/@types%2fnode/16.18.3/16.18.4)
|
[![age](https://badges.renovateapi.com/packages/npm/@types%2fnode/16.18.4/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/@types%2fnode/16.18.4/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/@types%2fnode/16.18.4/compatibility-slim/16.18.3)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/@types%2fnode/16.18.4/confidence-slim/16.18.3)](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:eyJjcmVhdGVkSW5WZXIiOiIzNC40Mi4wIiwidXBkYXRlZEluVmVyIjoiMzQuNDIuMCJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-12-01 03:10:13 +00:00
renovate[bot]
2212d0bbf6
chore(deps): update dependency @swc/core to v1.3.21 (#2575)
[![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.20` ->
`1.3.21`](https://renovatebot.com/diffs/npm/@swc%2fcore/1.3.20/1.3.21) |
[![age](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.21/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.21/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.21/compatibility-slim/1.3.20)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.21/confidence-slim/1.3.20)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

###
[`v1.3.21`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#&#8203;1321---2022-11-30)

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

##### Bug Fixes

- **(ci)** Fix publish action for binaries
([#&#8203;6517](https://togithub.com/swc-project/swc/issues/6517))
([2ac3201](2ac32017ba))

- **(es/minifier)** Don't drop used variables from sequential inliner
([#&#8203;6520](https://togithub.com/swc-project/swc/issues/6520))
([b394f9f](b394f9f1d3))

- **(es/minifier)** Make sequential inliner respect resolution order
([#&#8203;6509](https://togithub.com/swc-project/swc/issues/6509))
([27ae59e](27ae59e77b))

- **(es/minifier)** Use unsafe option for arrow => method
([#&#8203;6521](https://togithub.com/swc-project/swc/issues/6521))
([9752b43](9752b43f94))

- **(es/minifier)** Don't convert a signed integer literal key to a
numeric literal
([#&#8203;6529](https://togithub.com/swc-project/swc/issues/6529))
([81224b5](81224b5d67))

- **(html/parser)** Fix parsing of cdata
([#&#8203;6534](https://togithub.com/swc-project/swc/issues/6534))
([e3cbe7e](e3cbe7e9a9))

##### Features

- **(common)** Add contexts to the error messages
([#&#8203;6526](https://togithub.com/swc-project/swc/issues/6526))
([b8fe04f](b8fe04f720))

- **(es/parser)** Make error message helpful
([#&#8203;6535](https://togithub.com/swc-project/swc/issues/6535))
([cb15721](cb157215d2))

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

- **(xml/parser)** Parse cdata section
([#&#8203;6531](https://togithub.com/swc-project/swc/issues/6531))
([7f8c4e0](7f8c4e04b2))

##### Miscellaneous Tasks

- **(bindings)** Fix jemalloc on aarch64
([#&#8203;6541](https://togithub.com/swc-project/swc/issues/6541))
([d56b5a8](d56b5a890a))

- **(swc_core)** Reexport more modules
([#&#8203;6548](https://togithub.com/swc-project/swc/issues/6548))
([9b58cce](9b58cce10b))

##### Performance

- **(common)** Fix perf bug of sourcemap for inputs with multi-byte
chars ([#&#8203;6523](https://togithub.com/swc-project/swc/issues/6523))
([47908a4](47908a49d3))

##### Refactor

- **(css/parser)** Canonicalize only if required
([#&#8203;6532](https://togithub.com/swc-project/swc/issues/6532))
([251e98c](251e98c055))

##### Testing

- **(es/minifier)** Add tests for preserving top-level directives
([#&#8203;6545](https://togithub.com/swc-project/swc/issues/6545))
([8d8f150](8d8f150792))

- **(es/transforms)** Add tests about preserving top-level directives
([#&#8203;6518](https://togithub.com/swc-project/swc/issues/6518))
([5ff87af](5ff87afa78))

- **(es/typescript)** Migrate inline tests to fixture tests
([#&#8203;6546](https://togithub.com/swc-project/swc/issues/6546))
([cddbc41](cddbc41430))

- **(ts/compat)** Migrate inline tests to fixture testing
([#&#8203;6475](https://togithub.com/swc-project/swc/issues/6475))
([cc4646a](cc4646a4cc))-
**general**: Use correct extensions for fixture tests
([#&#8203;6539](https://togithub.com/swc-project/swc/issues/6539))
([7ee86d1](7ee86d1d25))

##### Build

- **(cargo)** Update `browerslist-rs`
([#&#8203;6547](https://togithub.com/swc-project/swc/issues/6547))
([d730186](d730186e9f))

</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:eyJjcmVhdGVkSW5WZXIiOiIzNC40Mi4wIiwidXBkYXRlZEluVmVyIjoiMzQuNDIuMCJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-11-30 23:29:35 +00:00
sjaanus
5c74efc6c6
4.18.0-beta.13 2022-11-30 15:14:49 +02:00
kwasniew
87211dd22e
4.18.0-beta.12 2022-11-29 09:55:46 +01:00
renovate[bot]
1c5b96fcab
chore(deps): update dependency @babel/core to v7.20.5 (#2551)
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

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

---

### Release Notes

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

###
[`v7.20.5`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v7205-2022-11-28)

[Compare
Source](https://togithub.com/babel/babel/compare/v7.20.2...v7.20.5)

##### 👓 Spec Compliance

- `babel-helpers`, `babel-plugin-transform-destructuring`,
`babel-plugin-transform-modules-commonjs`, `babel-preset-env`,
`babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime`,
`babel-traverse`
- [#&#8203;15183](https://togithub.com/babel/babel/pull/15183) Improve
array destructuring spec compliance
([@&#8203;SuperSodaSea](https://togithub.com/SuperSodaSea))
- `babel-cli`, `babel-helpers`,
`babel-plugin-proposal-class-properties`,
`babel-plugin-proposal-class-static-block`,
`babel-plugin-transform-classes`, `babel-plugin-transform-runtime`,
`babel-preset-env`
- [#&#8203;15182](https://togithub.com/babel/babel/pull/15182) fix:
apply toPropertyKey when defining class members
([@&#8203;JLHwung](https://togithub.com/JLHwung))
- `babel-helper-create-class-features-plugin`, `babel-helpers`,
`babel-plugin-proposal-decorators`,
`babel-plugin-proposal-private-property-in-object`, `babel-preset-env`,
`babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime`
- [#&#8203;15133](https://togithub.com/babel/babel/pull/15133) fix:
validate rhs of `in` when transpiling `#p in C`
([@&#8203;JLHwung](https://togithub.com/JLHwung))

##### 🐛 Bug Fix

-   `babel-parser`
- [#&#8203;15225](https://togithub.com/babel/babel/pull/15225) Parse
`using[foo]` as computed member expression
([@&#8203;JLHwung](https://togithub.com/JLHwung))
- [#&#8203;15207](https://togithub.com/babel/babel/pull/15207) Export
`ParseResult` type ([@&#8203;davydof](https://togithub.com/davydof))
- [#&#8203;15198](https://togithub.com/babel/babel/pull/15198) fix:
parse `import module, ...`
([@&#8203;JLHwung](https://togithub.com/JLHwung))
-   `babel-helper-wrap-function`, `babel-preset-env`, `babel-traverse`
- [#&#8203;15181](https://togithub.com/babel/babel/pull/15181) fix: Edge
cases for async functions and `noNewArrow` assumption
([@&#8203;liuxingbaoyu](https://togithub.com/liuxingbaoyu))
- `babel-plugin-transform-arrow-functions`,
`babel-plugin-transform-parameters`, `babel-traverse`
- [#&#8203;15163](https://togithub.com/babel/babel/pull/15163) fix:
Throw error when compiling `super()` in arrow functions with default /
rest parameters
([@&#8203;SuperSodaSea](https://togithub.com/SuperSodaSea))
- `babel-helpers`, `babel-node`,
`babel-plugin-proposal-async-generator-functions`,
`babel-plugin-transform-regenerator`, `babel-preset-env`,
`babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime`
- [#&#8203;15194](https://togithub.com/babel/babel/pull/15194) fix: Bump
`regenerator` and add tests
([@&#8203;SuperSodaSea](https://togithub.com/SuperSodaSea))
-   `babel-helper-create-regexp-features-plugin`
- [#&#8203;15192](https://togithub.com/babel/babel/pull/15192) fix:
Update `regjsparser` for `@babel/standalone`
([@&#8203;liuxingbaoyu](https://togithub.com/liuxingbaoyu))
-   `babel-parser`, `babel-types`
- [#&#8203;15109](https://togithub.com/babel/babel/pull/15109) fix:
Babel 8 types
([@&#8203;liuxingbaoyu](https://togithub.com/liuxingbaoyu))
-   `babel-generator`
- [#&#8203;15143](https://togithub.com/babel/babel/pull/15143) Don't
print inner comments as leading when wrapping in `(``)`
([@&#8203;nicolo-ribaudo](https://togithub.com/nicolo-ribaudo))
-   `babel-plugin-transform-block-scoping`, `babel-traverse`
- [#&#8203;15167](https://togithub.com/babel/babel/pull/15167) Register
`switch`'s `discriminant` in the outer scope
([@&#8203;nicolo-ribaudo](https://togithub.com/nicolo-ribaudo))

##### 💅 Polish

-   `babel-generator`
- [#&#8203;15173](https://togithub.com/babel/babel/pull/15173) Improve
generator behavior when `comments:false`
([@&#8203;liuxingbaoyu](https://togithub.com/liuxingbaoyu))
-   `babel-plugin-transform-block-scoping`
- [#&#8203;15164](https://togithub.com/babel/babel/pull/15164) Only
extract IDs for TDZ checks in assign when necessary
([@&#8203;nicolo-ribaudo](https://togithub.com/nicolo-ribaudo))

##### 🏠 Internal

-   `babel-core`, `babel-parser`
- [#&#8203;15202](https://togithub.com/babel/babel/pull/15202) Bump
typescript to 4.9.3 ([@&#8203;JLHwung](https://togithub.com/JLHwung))

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC40MC4yIiwidXBkYXRlZEluVmVyIjoiMzQuNDAuMiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-11-28 21:52:20 +00:00
renovate[bot]
f9cc36522c
chore(deps): update dependency @types/make-fetch-happen to v10.0.1 (#2539)
[![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/make-fetch-happen](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/make-fetch-happen)
([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped)) |
[`10.0.0` ->
`10.0.1`](https://renovatebot.com/diffs/npm/@types%2fmake-fetch-happen/10.0.0/10.0.1)
|
[![age](https://badges.renovateapi.com/packages/npm/@types%2fmake-fetch-happen/10.0.1/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/@types%2fmake-fetch-happen/10.0.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/@types%2fmake-fetch-happen/10.0.1/compatibility-slim/10.0.0)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/@types%2fmake-fetch-happen/10.0.1/confidence-slim/10.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:eyJjcmVhdGVkSW5WZXIiOiIzNC4zNy4wIiwidXBkYXRlZEluVmVyIjoiMzQuMzcuMCJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-11-28 18:58:07 +00:00
renovate[bot]
b5e1c72cc1
chore(deps): update dependency @swc/core to v1.3.20 (#2536)
[![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.19` ->
`1.3.20`](https://renovatebot.com/diffs/npm/@swc%2fcore/1.3.19/1.3.20) |
[![age](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.20/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.20/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.20/compatibility-slim/1.3.19)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.20/confidence-slim/1.3.19)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

###
[`v1.3.20`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#&#8203;1320---2022-11-26)

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

##### Bug Fixes

- **(es/codegen)** Preserve parens for `new` in optional chaining
([#&#8203;6484](https://togithub.com/swc-project/swc/issues/6484))
([1ca281a](1ca281a6cf))

- **(es/minifier)** Preserve classes with side effects in static fields
([#&#8203;6480](https://togithub.com/swc-project/swc/issues/6480))
([8d906b4](8d906b45e5))

- **(es/react)** Allow spread children
([#&#8203;6505](https://togithub.com/swc-project/swc/issues/6505))
([90aa6c8](90aa6c8318))

- **(es/visit)** Visit TypeScript satisfies expressions
([#&#8203;6511](https://togithub.com/swc-project/swc/issues/6511))
([0cee0e1](0cee0e1af7))

##### Features

- **(es/codegen)** Skip whitespaces for comments in minify mode
([#&#8203;6465](https://togithub.com/swc-project/swc/issues/6465))
([08a9e21](08a9e21b36))

##### Miscellaneous Tasks

- **(ci)** Reduce trigger scope for PRs
([#&#8203;6486](https://togithub.com/swc-project/swc/issues/6486))
([7fe091a](7fe091af1f))

- **(ci)** Skip benchmark for forks
([#&#8203;6489](https://togithub.com/swc-project/swc/issues/6489))
([78af96e](78af96e507))

##### Performance

- **(es/helpers)** Improve fast-path for helper detection
([#&#8203;6502](https://togithub.com/swc-project/swc/issues/6502))
([b3b5526](b3b5526be4))

##### Refactor

- **(binding/wasm)** Use binding_macro
([#&#8203;6487](https://togithub.com/swc-project/swc/issues/6487))
([d957aac](d957aac056))

- **(es)** Remove settings related to `privateInObject`
([#&#8203;6468](https://togithub.com/swc-project/swc/issues/6468))
([c57307d](c57307d002))

##### Build

- **(publish)** Upload cli binaries to github release
([#&#8203;6495](https://togithub.com/swc-project/swc/issues/6495))
([4f8af16](4f8af16156))

</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:eyJjcmVhdGVkSW5WZXIiOiIzNC4zNy4wIiwidXBkYXRlZEluVmVyIjoiMzQuMzcuMCJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-11-28 09:10:57 +00:00
kwasniew
2afadf31be
4.18.0-beta.11 2022-11-28 07:26:26 +01:00
renovate[bot]
ad19779b4f
chore(deps): update dependency superagent to v8.0.4 (#2535)
[![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/visionmedia/superagent) | [`8.0.3`
-> `8.0.4`](https://renovatebot.com/diffs/npm/superagent/8.0.3/8.0.4) |
[![age](https://badges.renovateapi.com/packages/npm/superagent/8.0.4/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/superagent/8.0.4/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/superagent/8.0.4/compatibility-slim/8.0.3)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/superagent/8.0.4/confidence-slim/8.0.3)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>visionmedia/superagent</summary>

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

[Compare
Source](https://togithub.com/visionmedia/superagent/compare/v8.0.3...v8.0.4)

- Merge pull request
[#&#8203;1752](https://togithub.com/visionmedia/superagent/issues/1752)
from romainmnr/patch-1
[`ca42089`](https://togithub.com/visionmedia/superagent/commit/ca42089)
- Merge pull request
[#&#8203;1750](https://togithub.com/visionmedia/superagent/issues/1750)
from lopezac/patch-1
[`79374d6`](https://togithub.com/visionmedia/superagent/commit/79374d6)
- Add missing typing for withCredentials()
[`68a14c8`](https://togithub.com/visionmedia/superagent/commit/68a14c8)
- Fix overflow pre tag index.md
[`5099d32`](https://togithub.com/visionmedia/superagent/commit/5099d32)

</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:eyJjcmVhdGVkSW5WZXIiOiIzNC4zNC4xIiwidXBkYXRlZEluVmVyIjoiMzQuMzQuMSJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-11-25 23:09:10 +00:00
renovate[bot]
a2c50c6224
chore(deps): update dependency lint-staged to v13.0.4 (#2532)
[![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.0.3` ->
`13.0.4`](https://renovatebot.com/diffs/npm/lint-staged/13.0.3/13.0.4) |
[![age](https://badges.renovateapi.com/packages/npm/lint-staged/13.0.4/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/lint-staged/13.0.4/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/lint-staged/13.0.4/compatibility-slim/13.0.3)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/lint-staged/13.0.4/confidence-slim/13.0.3)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

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

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

##### Bug Fixes

- **deps:** update all dependencies
([336f3b5](336f3b513a))
- **deps:** update all dependencies
([ec995e5](ec995e53fb))

</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:eyJjcmVhdGVkSW5WZXIiOiIzNC4zNC4wIiwidXBkYXRlZEluVmVyIjoiMzQuMzQuMCJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-11-25 14:36:51 +00:00
kwasniew
4aff5ad379
4.18.0-beta.10 2022-11-22 14:06:52 +01:00
renovate[bot]
d0cecf37fb
chore(deps): update dependency @swc/core to v1.3.19 (#2482)
[![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.18` ->
`1.3.19`](https://renovatebot.com/diffs/npm/@swc%2fcore/1.3.18/1.3.19) |
[![age](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.19/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.19/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.19/compatibility-slim/1.3.18)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.19/confidence-slim/1.3.18)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

###
[`v1.3.19`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#&#8203;1319---2022-11-20)

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

##### Bug Fixes

- **(es/compat)** Fix consecutive optional call
([#&#8203;6461](https://togithub.com/swc-project/swc/issues/6461))
([f7072db](f7072dbb7e))

- **(es/lints)** Revert check for reassignment to classes
([#&#8203;6472](https://togithub.com/swc-project/swc/issues/6472))
([ca20d94](ca20d94a74))

- **(es/minifier)** Preserve unused imported specifiers
([#&#8203;6458](https://togithub.com/swc-project/swc/issues/6458))
([dabea71](dabea71c44))

- **(es/minifier)** Abort inliner on fn declarations used multiple time
([#&#8203;6473](https://togithub.com/swc-project/swc/issues/6473))
([15ad2c2](15ad2c2568))

- **(es/minifier)** Avoid dropping statements which has side-effects
([#&#8203;6476](https://togithub.com/swc-project/swc/issues/6476))
([9154bbc](9154bbc111))

- **(es/modules)** Remove wrong check for `jsc.paths`
([#&#8203;6470](https://togithub.com/swc-project/swc/issues/6470))
([072bd13](072bd13023))

- **(es/parser)** Fix parsing of regexp
([#&#8203;6469](https://togithub.com/swc-project/swc/issues/6469))
([3e702b9](3e702b9804))

- **(xml/parser)** Fix parsing of comments
([#&#8203;6449](https://togithub.com/swc-project/swc/issues/6449))
([3a0d98b](3a0d98b6e9))

##### Features

- **(es/minifier)** Support script fully
([#&#8203;6455](https://togithub.com/swc-project/swc/issues/6455))
([4d7b920](4d7b920bd4))

- **(html/minifier)** Remove empty script and style tags with attributes
([#&#8203;6447](https://togithub.com/swc-project/swc/issues/6447))
([7441721](74417217a9))

- **(html/minifier)** Use the latest `EsVersion`
([#&#8203;6453](https://togithub.com/swc-project/swc/issues/6453))
([7f6bf59](7f6bf59a98))

##### Refactor

- **(bindings)** Deprecate `jsvalue::*_serde`
([#&#8203;6462](https://togithub.com/swc-project/swc/issues/6462))
([dd4b9e8](dd4b9e87de))

</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:eyJjcmVhdGVkSW5WZXIiOiIzNC4yOC4wIiwidXBkYXRlZEluVmVyIjoiMzQuMjguMCJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-11-20 23:38:16 +00:00
renovate[bot]
f5c1d472b0
chore(deps): update dependency eslint to v8.28.0 (#2479)
[![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.27.0` ->
`8.28.0`](https://renovatebot.com/diffs/npm/eslint/8.27.0/8.28.0) |
[![age](https://badges.renovateapi.com/packages/npm/eslint/8.28.0/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/eslint/8.28.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/eslint/8.28.0/compatibility-slim/8.27.0)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/eslint/8.28.0/confidence-slim/8.27.0)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

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

[Compare
Source](https://togithub.com/eslint/eslint/compare/v8.27.0...v8.28.0)

#### Features

-
[`63bce44`](63bce44e7b)
feat: add `ignoreClassFieldInitialValues` option to no-magic-numbers
([#&#8203;16539](https://togithub.com/eslint/eslint/issues/16539))
(Milos Djermanovic)
-
[`8385ecd`](8385ecdbbe)
feat: multiline properties in rule `key-spacing` with option `align`
([#&#8203;16532](https://togithub.com/eslint/eslint/issues/16532))
(Francesco Trotta)
-
[`a4e89db`](a4e89dbe85)
feat: `no-obj-calls` support `Intl`
([#&#8203;16543](https://togithub.com/eslint/eslint/issues/16543))
(Sosuke Suzuki)

#### Bug Fixes

-
[`c50ae4f`](c50ae4f840)
fix: Ensure that dot files are found with globs.
([#&#8203;16550](https://togithub.com/eslint/eslint/issues/16550))
(Nicholas C. Zakas)
-
[`9432b67`](9432b67f76)
fix: throw error for first unmatched pattern
([#&#8203;16533](https://togithub.com/eslint/eslint/issues/16533))
(Milos Djermanovic)
-
[`e76c382`](e76c382772)
fix: allow `* 1` when followed by `/` in no-implicit-coercion
([#&#8203;16522](https://togithub.com/eslint/eslint/issues/16522))
(Milos Djermanovic)

#### Documentation

-
[`34c05a7`](34c05a779a)
docs: Language Options page intro and tweaks
([#&#8203;16511](https://togithub.com/eslint/eslint/issues/16511)) (Ben
Perlmutter)
-
[`3e66387`](3e663873c9)
docs: add intro and edit ignoring files page
([#&#8203;16510](https://togithub.com/eslint/eslint/issues/16510)) (Ben
Perlmutter)
-
[`436f712`](436f712843)
docs: fix Header UI inconsistency
([#&#8203;16464](https://togithub.com/eslint/eslint/issues/16464))
(Tanuj Kanti)
-
[`f743816`](f743816967)
docs: switch to wrench emoji for auto-fixable rules
([#&#8203;16545](https://togithub.com/eslint/eslint/issues/16545))
(Bryan Mishkin)
-
[`bc0547e`](bc0547eb14)
docs: improve styles for versions and languages page
([#&#8203;16553](https://togithub.com/eslint/eslint/issues/16553))
(Nitin Kumar)
-
[`6070f58`](6070f58d80)
docs: clarify esquery issue workaround
([#&#8203;16556](https://togithub.com/eslint/eslint/issues/16556))
(Milos Djermanovic)
-
[`b48e4f8`](b48e4f89c5)
docs: Command Line Interface intro and tweaks
([#&#8203;16535](https://togithub.com/eslint/eslint/issues/16535)) (Ben
Perlmutter)
-
[`b92b30f`](b92b30f93d)
docs: Add Rules page intro and content tweaks
([#&#8203;16523](https://togithub.com/eslint/eslint/issues/16523)) (Ben
Perlmutter)
-
[`1769b42`](1769b42339)
docs: Integrations page introduction
([#&#8203;16548](https://togithub.com/eslint/eslint/issues/16548)) (Ben
Perlmutter)
-
[`a8d0a57`](a8d0a57cbc)
docs: make table of contents sticky on desktop
([#&#8203;16506](https://togithub.com/eslint/eslint/issues/16506)) (Sam
Chen)
-
[`a01315a`](a01315a7d8)
docs: fix route of japanese translation site
([#&#8203;16542](https://togithub.com/eslint/eslint/issues/16542))
(Tanuj Kanti)
-
[`0515628`](0515628539)
docs: use emoji instead of svg for deprecated rule
([#&#8203;16536](https://togithub.com/eslint/eslint/issues/16536))
(Bryan Mishkin)
-
[`68f1288`](68f12882fb)
docs: set default layouts
([#&#8203;16484](https://togithub.com/eslint/eslint/issues/16484))
(Percy Ma)
-
[`776827a`](776827a174)
docs: init config about specifying shared configs
([#&#8203;16483](https://togithub.com/eslint/eslint/issues/16483))
(Percy Ma)
-
[`5c39425`](5c39425fc5)
docs: fix broken link to plugins
([#&#8203;16520](https://togithub.com/eslint/eslint/issues/16520)) (Ádám
T. Nagy)
-
[`c97c789`](c97c789768)
docs: Add missing no-new-native-nonconstructor docs code fence
([#&#8203;16503](https://togithub.com/eslint/eslint/issues/16503))
(Brandon Mills)

#### Chores

-
[`e94a4a9`](e94a4a95ee)
chore: Add tests to verify
[#&#8203;16038](https://togithub.com/eslint/eslint/issues/16038) is
fixed ([#&#8203;16538](https://togithub.com/eslint/eslint/issues/16538))
(Nicholas C. Zakas)
-
[`e13f194`](e13f194f89)
chore: stricter validation of `meta.docs.description` in core rules
([#&#8203;16529](https://togithub.com/eslint/eslint/issues/16529))
(Milos Djermanovic)
-
[`72dbfbc`](72dbfbc0c4)
chore: use `pkg` parameter in `getNpmPackageVersion`
([#&#8203;16525](https://togithub.com/eslint/eslint/issues/16525))
(webxmsj)

</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:eyJjcmVhdGVkSW5WZXIiOiIzNC4yNy4zIiwidXBkYXRlZEluVmVyIjoiMzQuMjcuMyJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-11-19 23:32:29 +00:00
kwasniew
ef693d4c1a
4.18.0-beta.9 2022-11-18 10:50:52 +01:00
sjaanus
0ba00cc7f8
4.18.0-beta.8 2022-11-17 11:14:47 +02:00
renovate[bot]
8dac08c5aa
chore(deps): update dependency @swc/core to v1.3.18 (#2445)
[![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.17` ->
`1.3.18`](https://renovatebot.com/diffs/npm/@swc%2fcore/1.3.17/1.3.18) |
[![age](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.18/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.18/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.18/compatibility-slim/1.3.17)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.18/confidence-slim/1.3.17)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

###
[`v1.3.18`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#&#8203;1318---2022-11-16)

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

##### Bug Fixes

- **(es/minifier)** Fix code for dropping unreachable statements
([#&#8203;6429](https://togithub.com/swc-project/swc/issues/6429))
([bb544ba](bb544ba2f5))

- **(es/modules)** Fix `jsc.paths`
([#&#8203;6454](https://togithub.com/swc-project/swc/issues/6454))
([05d185d](05d185d59b))

- **(es/plugins/proxy)** Adjust import with compile time flags
([#&#8203;6451](https://togithub.com/swc-project/swc/issues/6451))
([f14b156](f14b156a60))

- **(html/minifier)** Fix script/style merging
([#&#8203;6443](https://togithub.com/swc-project/swc/issues/6443))
([1dfd8ce](1dfd8cef88))

- **(xml/parser)** Fix parsing of pi
([#&#8203;6450](https://togithub.com/swc-project/swc/issues/6450))
([6388920](638892071a))

##### Features

- **(css/parser)** Add `parse_string_input`
([#&#8203;6441](https://togithub.com/swc-project/swc/issues/6441))
([9600308](9600308108))

</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:eyJjcmVhdGVkSW5WZXIiOiIzNC4yNi4wIiwidXBkYXRlZEluVmVyIjoiMzQuMjYuMCJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-11-16 10:12:00 +00:00
renovate[bot]
3628258dbf
chore(deps): update dependency @swc/core to v1.3.17 (#2431)
[![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.16` ->
`1.3.17`](https://renovatebot.com/diffs/npm/@swc%2fcore/1.3.16/1.3.17) |
[![age](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.17/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.17/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.17/compatibility-slim/1.3.16)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.17/confidence-slim/1.3.16)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

###
[`v1.3.17`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#&#8203;1317---2022-11-15)

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

##### Bug Fixes

- **(bindings)** Revert
[#&#8203;6436](https://togithub.com/swc-project/swc/issues/6436)
([#&#8203;6444](https://togithub.com/swc-project/swc/issues/6444))
([948e35b](948e35bcd6))

- **(css/parser)** Fix a bug with scope in block
([#&#8203;6402](https://togithub.com/swc-project/swc/issues/6402))
([3d7545d](3d7545d89b))

- **(es/compat)** Improve `destructuring` pass
([#&#8203;6412](https://togithub.com/swc-project/swc/issues/6412))
([6728603](67286032b1))

- **(es/compat)** Fix span hygiene of function naming pass
([#&#8203;6345](https://togithub.com/swc-project/swc/issues/6345))
([81a4bb3](81a4bb304a))

- **(es/minifier)** Preserve op of the op-assignments in seq inliner
([#&#8203;6428](https://togithub.com/swc-project/swc/issues/6428))
([5fd7ab8](5fd7ab87b6))

- **(es/minifier)** Change the default of `mangle.toplevel` to false
([#&#8203;6439](https://togithub.com/swc-project/swc/issues/6439))
([99934b0](99934b09f7))

- **(es/modules)** Fix `jsc.paths` of `.ts` imports
([#&#8203;6431](https://togithub.com/swc-project/swc/issues/6431))
([9c9c3eb](9c9c3ebd2c))

##### Miscellaneous Tasks

- **(ci)** Ensure to honor node package manager
([#&#8203;6437](https://togithub.com/swc-project/swc/issues/6437))
([8ca3cc7](8ca3cc7875))

##### Refactor

- **(bindings)** Deprecate `JsValue::*_serde`
([#&#8203;6436](https://togithub.com/swc-project/swc/issues/6436))
([1dd8b3d](1dd8b3d9d5))

- **(es/plugins)** Simplify `read_result_*`
([#&#8203;6426](https://togithub.com/swc-project/swc/issues/6426))
([7a1c2a1](7a1c2a1e2c))

</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:eyJjcmVhdGVkSW5WZXIiOiIzNC4yNC4xIiwidXBkYXRlZEluVmVyIjoiMzQuMjQuMSJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-11-15 15:34:23 +00:00
kwasniew
99fd4e831e
4.18.0-beta.7 2022-11-15 13:23:59 +01:00
sjaanus
b891d1ec4f
4.18.0-beta.6 2022-11-15 11:08:31 +02:00
renovate[bot]
ca328d6bcf
chore(deps): update dependency @types/jest to v29.2.3 (#2427)
[![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.2` ->
`29.2.3`](https://renovatebot.com/diffs/npm/@types%2fjest/29.2.2/29.2.3)
|
[![age](https://badges.renovateapi.com/packages/npm/@types%2fjest/29.2.3/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/@types%2fjest/29.2.3/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/@types%2fjest/29.2.3/compatibility-slim/29.2.2)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/@types%2fjest/29.2.3/confidence-slim/29.2.2)](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:eyJjcmVhdGVkSW5WZXIiOiIzNC4yMy4xIiwidXBkYXRlZEluVmVyIjoiMzQuMjMuMSJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-11-15 01:59:36 +00:00
renovate[bot]
d04b41fce4
chore(deps): update dependency @swc/core to v1.3.16 (#2412)
[![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.15` ->
`1.3.16`](https://renovatebot.com/diffs/npm/@swc%2fcore/1.3.15/1.3.16) |
[![age](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.16/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.16/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.16/compatibility-slim/1.3.15)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.16/confidence-slim/1.3.15)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

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

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

</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:eyJjcmVhdGVkSW5WZXIiOiIzNC4yMy4xIiwidXBkYXRlZEluVmVyIjoiMzQuMjMuMSJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-11-13 17:34:57 +00:00
renovate[bot]
e33c9728d3
chore(deps): update dependency @swc/core to v1.3.15 (#2410)
[![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.14` ->
`1.3.15`](https://renovatebot.com/diffs/npm/@swc%2fcore/1.3.14/1.3.15) |
[![age](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.15/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.15/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.15/compatibility-slim/1.3.14)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.15/confidence-slim/1.3.14)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

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

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

</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:eyJjcmVhdGVkSW5WZXIiOiIzNC4yMS42IiwidXBkYXRlZEluVmVyIjoiMzQuMjEuNiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-11-12 12:29:37 +00:00
renovate[bot]
ca2c96de52
chore(deps): update dependency @babel/core to v7.20.2 (#2371)
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

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

---

### Release Notes

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

###
[`v7.20.2`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v7202-2022-11-04)

[Compare
Source](https://togithub.com/babel/babel/compare/v7.19.6...v7.20.2)

##### 🐛 Bug Fix

- `babel-core`, `babel-helper-create-class-features-plugin`,
`babel-helper-module-transforms`, `babel-helper-plugin-utils`,
`babel-helper-simple-access`, `babel-node`,
`babel-plugin-transform-block-scoping`,
`babel-plugin-transform-classes`,
`babel-plugin-transform-react-constant-elements`, `babel-preset-env`,
`babel-standalone`, `babel-types`
- [#&#8203;15124](https://togithub.com/babel/babel/pull/15124) fix:
`@babel/node` repl and enable `no-use-before-define` rule
([@&#8203;liuxingbaoyu](https://togithub.com/liuxingbaoyu))
-   `babel-plugin-transform-typescript`
- [#&#8203;15121](https://togithub.com/babel/babel/pull/15121) fix:
`tsSatisfiesExpression` check with different duplicated `@babel/types`
versions ([@&#8203;liuxingbaoyu](https://togithub.com/liuxingbaoyu))
-   `babel-parser`
- [#&#8203;15094](https://togithub.com/babel/babel/pull/15094) fix:
`parser` typings for plugins
([@&#8203;liuxingbaoyu](https://togithub.com/liuxingbaoyu))
-   `babel-generator`
- [#&#8203;15118](https://togithub.com/babel/babel/pull/15118) Improve
printing of \[no LineTerminator here] with comments
([@&#8203;nicolo-ribaudo](https://togithub.com/nicolo-ribaudo))
- `babel-plugin-proposal-decorators`,
`babel-plugin-proposal-object-rest-spread`,
`babel-plugin-transform-jscript`
- [#&#8203;15113](https://togithub.com/babel/babel/pull/15113) fix: wrap
anonymous class expression within statement
([@&#8203;JLHwung](https://togithub.com/JLHwung))
-   `babel-plugin-transform-destructuring`
- [#&#8203;15104](https://togithub.com/babel/babel/pull/15104) fix:
Destructuring exceptions ` for ( let { } = 0 ; 0 ; ) `
([@&#8203;liuxingbaoyu](https://togithub.com/liuxingbaoyu))

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xOS4wIiwidXBkYXRlZEluVmVyIjoiMzQuMTkuMCJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-11-12 08:24:41 +00:00
sjaanus
a01fab5ff6
4.18.0-beta.5 2022-11-11 14:24:39 +02:00
renovate[bot]
7207f1b572
chore(deps): update dependency minimatch to v5 (#2400)
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [minimatch](https://togithub.com/isaacs/minimatch) | [`^3.0.5` ->
`^5.0.0`](https://renovatebot.com/diffs/npm/minimatch/3.1.2/5.1.0) |
[![age](https://badges.renovateapi.com/packages/npm/minimatch/5.1.0/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/minimatch/5.1.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/minimatch/5.1.0/compatibility-slim/3.1.2)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/minimatch/5.1.0/confidence-slim/3.1.2)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>isaacs/minimatch</summary>

###
[`v5.1.0`](https://togithub.com/isaacs/minimatch/compare/v5.0.1...v5.1.0)

[Compare
Source](https://togithub.com/isaacs/minimatch/compare/v5.0.1...v5.1.0)

###
[`v5.0.1`](https://togithub.com/isaacs/minimatch/compare/v5.0.0...v5.0.1)

[Compare
Source](https://togithub.com/isaacs/minimatch/compare/v5.0.0...v5.0.1)

###
[`v5.0.0`](https://togithub.com/isaacs/minimatch/compare/v4.2.1...v5.0.0)

[Compare
Source](https://togithub.com/isaacs/minimatch/compare/v4.2.1...v5.0.0)

###
[`v4.2.1`](https://togithub.com/isaacs/minimatch/compare/v4.2.0...v4.2.1)

[Compare
Source](https://togithub.com/isaacs/minimatch/compare/v4.2.0...v4.2.1)

###
[`v4.2.0`](https://togithub.com/isaacs/minimatch/compare/v4.1.1...v4.2.0)

[Compare
Source](https://togithub.com/isaacs/minimatch/compare/v4.1.1...v4.2.0)

###
[`v4.1.1`](https://togithub.com/isaacs/minimatch/compare/v4.1.0...v4.1.1)

[Compare
Source](https://togithub.com/isaacs/minimatch/compare/v4.1.0...v4.1.1)

###
[`v4.1.0`](https://togithub.com/isaacs/minimatch/compare/v4.0.0...v4.1.0)

[Compare
Source](https://togithub.com/isaacs/minimatch/compare/v4.0.0...v4.1.0)

###
[`v4.0.0`](https://togithub.com/isaacs/minimatch/compare/v3.1.2...v4.0.0)

[Compare
Source](https://togithub.com/isaacs/minimatch/compare/v3.1.2...v4.0.0)

</details>

---

### Configuration

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

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

♻ **Rebasing**: Whenever PR 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:eyJjcmVhdGVkSW5WZXIiOiIzNC4yMS42IiwidXBkYXRlZEluVmVyIjoiMzQuMjEuNiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-11-10 21:36:46 +00:00
renovate[bot]
27eac4bc70
fix(deps): update dependency json-schema-to-ts to v2.6.0 (#2397)
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

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

---

### Release Notes

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

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

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

</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:eyJjcmVhdGVkSW5WZXIiOiIzNC4yMS42IiwidXBkYXRlZEluVmVyIjoiMzQuMjEuNiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-11-10 21:21:54 +00:00
renovate[bot]
64bda7cfd9
chore(deps): update typescript-eslint monorepo to v5.42.1 (#2395)
[![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.41.0` ->
`5.42.1`](https://renovatebot.com/diffs/npm/@typescript-eslint%2feslint-plugin/5.41.0/5.42.1)
|
[![age](https://badges.renovateapi.com/packages/npm/@typescript-eslint%2feslint-plugin/5.42.1/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/@typescript-eslint%2feslint-plugin/5.42.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/@typescript-eslint%2feslint-plugin/5.42.1/compatibility-slim/5.41.0)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/@typescript-eslint%2feslint-plugin/5.42.1/confidence-slim/5.41.0)](https://docs.renovatebot.com/merge-confidence/)
|
|
[@typescript-eslint/parser](https://togithub.com/typescript-eslint/typescript-eslint)
| [`5.41.0` ->
`5.42.1`](https://renovatebot.com/diffs/npm/@typescript-eslint%2fparser/5.41.0/5.42.1)
|
[![age](https://badges.renovateapi.com/packages/npm/@typescript-eslint%2fparser/5.42.1/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/@typescript-eslint%2fparser/5.42.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/@typescript-eslint%2fparser/5.42.1/compatibility-slim/5.41.0)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/@typescript-eslint%2fparser/5.42.1/confidence-slim/5.41.0)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

###
[`v5.42.1`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#&#8203;5421-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5420v5421-2022-11-07)

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

##### Bug Fixes

- **eslint-plugin:** isTypeReadonly stack overflow
([#&#8203;5875](https://togithub.com/typescript-eslint/typescript-eslint/issues/5875))
([#&#8203;5876](https://togithub.com/typescript-eslint/typescript-eslint/issues/5876))
([2d9a33c](2d9a33cfb2))

###
[`v5.42.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#&#8203;5420-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5410v5420-2022-10-31)

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

##### Bug Fixes

- **ast-spec:** add TSQualifiedName to TypeNode union
([#&#8203;5906](https://togithub.com/typescript-eslint/typescript-eslint/issues/5906))
([5c316c1](5c316c12f0))
- **eslint-plugin:** \[no-extra-parens] handle type assertion in extends
clause
([#&#8203;5901](https://togithub.com/typescript-eslint/typescript-eslint/issues/5901))
([8ed7219](8ed72192c2))

##### Features

- **eslint-plugin:** \[member-ordering] add natural sort order
([#&#8203;5662](https://togithub.com/typescript-eslint/typescript-eslint/issues/5662))
([1eaae09](1eaae09ecc))
- **eslint-plugin:** \[no-invalid-void-type] better report message for
void used as a constituent inside a function return type
([#&#8203;5274](https://togithub.com/typescript-eslint/typescript-eslint/issues/5274))
([d806bda](d806bda823))

</details>

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

###
[`v5.42.1`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#&#8203;5421-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5420v5421-2022-11-07)

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

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

###
[`v5.42.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#&#8203;5420-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5410v5420-2022-10-31)

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

##### Features

- **scope-manager:** ignore ECMA version
([#&#8203;5881](https://togithub.com/typescript-eslint/typescript-eslint/issues/5881))
([3b8d449](3b8d449696))

##### Reverts

- Revert "feat(scope-manager): ignore ECMA version"
([#&#8203;5888](https://togithub.com/typescript-eslint/typescript-eslint/issues/5888))
([2ee81df](2ee81df5a3)),
closes
[#&#8203;5888](https://togithub.com/typescript-eslint/typescript-eslint/issues/5888)
[#&#8203;5881](https://togithub.com/typescript-eslint/typescript-eslint/issues/5881)

</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:eyJjcmVhdGVkSW5WZXIiOiIzNC4yMS42IiwidXBkYXRlZEluVmVyIjoiMzQuMjEuNiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-11-10 18:51:41 +00:00
sjaanus
7bc4d1fffc
4.18.0-beta.4 2022-11-10 14:32:16 +02:00
kwasniew
b1af0b2244
4.18.0-beta.3 2022-11-10 12:35:07 +01:00
sjaanus
029bb2453e
4.18.0-beta.2 2022-11-10 12:28:17 +02:00
renovate[bot]
0649262c70
chore(deps): update dependency eslint to v8.27.0 (#2374)
[![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.26.0` ->
`8.27.0`](https://renovatebot.com/diffs/npm/eslint/8.26.0/8.27.0) |
[![age](https://badges.renovateapi.com/packages/npm/eslint/8.27.0/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/eslint/8.27.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/eslint/8.27.0/compatibility-slim/8.26.0)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/eslint/8.27.0/confidence-slim/8.26.0)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

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

[Compare
Source](https://togithub.com/eslint/eslint/compare/v8.26.0...v8.27.0)

#### Features

-
[`f14587c`](f14587c42b)
feat: new `no-new-native-nonconstructor` rule
([#&#8203;16368](https://togithub.com/eslint/eslint/issues/16368))
(Sosuke Suzuki)
-
[`978799b`](978799bd5c)
feat: add new rule `no-empty-static-block`
([#&#8203;16325](https://togithub.com/eslint/eslint/issues/16325))
(Sosuke Suzuki)
-
[`69216ee`](69216ee69c)
feat: no-empty suggest to add comment in empty BlockStatement
([#&#8203;16470](https://togithub.com/eslint/eslint/issues/16470))
(Nitin Kumar)
-
[`319f0a5`](319f0a5491)
feat: use `context.languageOptions.ecmaVersion` in core rules
([#&#8203;16458](https://togithub.com/eslint/eslint/issues/16458))
(Milos Djermanovic)

#### Bug Fixes

-
[`c3ce521`](c3ce5212f6)
fix: Ensure unmatched glob patterns throw an error
([#&#8203;16462](https://togithub.com/eslint/eslint/issues/16462))
(Nicholas C. Zakas)
-
[`886a038`](886a038689)
fix: handle files with unspecified path in `getRulesMetaForResults`
([#&#8203;16437](https://togithub.com/eslint/eslint/issues/16437))
(Francesco Trotta)

#### Documentation

-
[`ce93b42`](ce93b429bf)
docs: Stylelint property-no-unknown
([#&#8203;16497](https://togithub.com/eslint/eslint/issues/16497)) (Nick
Schonning)
-
[`d2cecb4`](d2cecb4ad2)
docs: Stylelint declaration-block-no-shorthand-property-overrides
([#&#8203;16498](https://togithub.com/eslint/eslint/issues/16498)) (Nick
Schonning)
-
[`0a92805`](0a92805d77)
docs: stylelint color-hex-case
([#&#8203;16496](https://togithub.com/eslint/eslint/issues/16496)) (Nick
Schonning)
-
[`74a5af4`](74a5af487a)
docs: fix stylelint error
([#&#8203;16491](https://togithub.com/eslint/eslint/issues/16491))
(Milos Djermanovic)
-
[`324db1a`](324db1a11e)
docs: explicit stylelint color related rules
([#&#8203;16465](https://togithub.com/eslint/eslint/issues/16465)) (Nick
Schonning)
-
[`94dc4f1`](94dc4f19ba)
docs: use Stylelint for HTML files
([#&#8203;16468](https://togithub.com/eslint/eslint/issues/16468)) (Nick
Schonning)
-
[`cc6128d`](cc6128db4f)
docs: enable stylelint declaration-block-no-duplicate-properties
([#&#8203;16466](https://togithub.com/eslint/eslint/issues/16466)) (Nick
Schonning)
-
[`d03a8bf`](d03a8bf897)
docs: Add heading to justification explanation
([#&#8203;16430](https://togithub.com/eslint/eslint/issues/16430))
(Maritaria)
-
[`8a15968`](8a159686f9)
docs: add Stylelint configuration and cleanup
([#&#8203;16379](https://togithub.com/eslint/eslint/issues/16379)) (Nick
Schonning)
-
[`9b0a469`](9b0a469d1e)
docs: note commit messages don't support scope
([#&#8203;16435](https://togithub.com/eslint/eslint/issues/16435)) (Andy
Edwards)
-
[`1581405`](15814057fd)
docs: improve context.getScope() docs
([#&#8203;16417](https://togithub.com/eslint/eslint/issues/16417)) (Ben
Perlmutter)
-
[`b797149`](b7971496e9)
docs: update formatters template
([#&#8203;16454](https://togithub.com/eslint/eslint/issues/16454))
(Milos Djermanovic)
-
[`5ac4de9`](5ac4de911f)
docs: fix link to formatters on the Core Concepts page
([#&#8203;16455](https://togithub.com/eslint/eslint/issues/16455))
(Vladislav)
-
[`33313ef`](33313ef562)
docs: core-concepts: fix link to semi rule
([#&#8203;16453](https://togithub.com/eslint/eslint/issues/16453))
(coderaiser)

</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:eyJjcmVhdGVkSW5WZXIiOiIzNC4xOS4wIiwidXBkYXRlZEluVmVyIjoiMzQuMTkuMCJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-11-10 08:21:34 +01:00
Ivar Conradi Østhus
1312579bf6
fix: upgrade @types/node to v16.18.3 (#2365)
This pr upgrade @types/node to v16.18.3.
This also detected some inconsitent retrun types that I decided to fix.
2022-11-10 08:20:15 +01:00
renovate[bot]
038bf4fa6c
chore(deps): update jest monorepo (#2366)
[![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.0` ->
`29.2.2`](https://renovatebot.com/diffs/npm/@types%2fjest/29.2.0/29.2.2)
|
[![age](https://badges.renovateapi.com/packages/npm/@types%2fjest/29.2.2/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/@types%2fjest/29.2.2/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/@types%2fjest/29.2.2/compatibility-slim/29.2.0)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/@types%2fjest/29.2.2/confidence-slim/29.2.0)](https://docs.renovatebot.com/merge-confidence/)
|
| [jest](https://jestjs.io/)
([source](https://togithub.com/facebook/jest)) | [`29.2.2` ->
`29.3.1`](https://renovatebot.com/diffs/npm/jest/29.2.2/29.3.1) |
[![age](https://badges.renovateapi.com/packages/npm/jest/29.3.1/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/jest/29.3.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/jest/29.3.1/compatibility-slim/29.2.2)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/jest/29.3.1/confidence-slim/29.2.2)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

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

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

##### Fixes

- `[jest-config]` Do not warn about `preset` in `ProjectConfig`
[#&#8203;13583](https://togithub.com/facebook/jest/pull/13583)

##### Performance

- `[jest-transform]` Defer creation of cache directory
[#&#8203;13420](https://togithub.com/facebook/jest/pull/13420)

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

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

##### Features

- `[jest-runtime]` Support WebAssembly (Wasm) imports in ESM modules
([#&#8203;13505](https://togithub.com/facebook/jest/pull/13505))

##### Fixes

- `[jest-config]` Add config validation for `projects` option
([#&#8203;13565](https://togithub.com/facebook/jest/pull/13565))
- `[jest-mock]` Treat cjs modules as objects so they can be mocked
([#&#8203;13513](https://togithub.com/facebook/jest/pull/13513))
- `[jest-worker]` Throw an error instead of hanging when jest workers
terminate unexpectedly
([#&#8203;13566](https://togithub.com/facebook/jest/pull/13566))

##### Chore & Maintenance

- `[@jest/transform]` Update `convert-source-map`
([#&#8203;13509](https://togithub.com/facebook/jest/pull/13509))
- `[docs]` Mention `toStrictEqual` in UsingMatchers docs.
([#&#8203;13560](https://togithub.com/facebook/jest/pull/13560))

</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:eyJjcmVhdGVkSW5WZXIiOiIzNC4xOS4wIiwidXBkYXRlZEluVmVyIjoiMzQuMTkuMCJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-11-09 23:58:58 +01:00
renovate[bot]
794ed681ea
fix(deps): update dependency helmet to v6 (#2295)
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [helmet](https://helmetjs.github.io/)
([source](https://togithub.com/helmetjs/helmet)) | [`^5.0.0` ->
`^6.0.0`](https://renovatebot.com/diffs/npm/helmet/5.0.0/6.0.0) |
[![age](https://badges.renovateapi.com/packages/npm/helmet/6.0.0/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/helmet/6.0.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/helmet/6.0.0/compatibility-slim/5.0.0)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/helmet/6.0.0/confidence-slim/5.0.0)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>helmetjs/helmet</summary>

###
[`v6.0.0`](https://togithub.com/helmetjs/helmet/blob/HEAD/CHANGELOG.md#&#8203;600---2022-08-26)

[Compare
Source](https://togithub.com/helmetjs/helmet/compare/v5.1.1...v6.0.0)

##### Changed

- **Breaking:** `helmet.contentSecurityPolicy` no longer sets
`block-all-mixed-content` directive by default
- **Breaking:** `helmet.expectCt` is no longer set by default. It can,
however, be explicitly enabled. It will be removed in Helmet 7. See
[#&#8203;310](https://togithub.com/helmetjs/helmet/issues/310)
- **Breaking:** Increase TypeScript strictness around some arguments.
Only affects TypeScript users, and may not require any code changes. See
[#&#8203;369](https://togithub.com/helmetjs/helmet/issues/369)
- `helmet.frameguard` no longer offers a specific error when trying to
use `ALLOW-FROM`; it just says that it is unsupported. Only the error
message has changed

##### Removed

- **Breaking:** Dropped support for Node 12 and 13. Node 14+ is now
required

###
[`v5.1.1`](https://togithub.com/helmetjs/helmet/blob/HEAD/CHANGELOG.md#&#8203;511---2022-07-23)

[Compare
Source](https://togithub.com/helmetjs/helmet/compare/v5.1.0...v5.1.1)

##### Changed

- Fix TypeScript bug with some TypeScript configurations. See
[#&#8203;375](https://togithub.com/helmetjs/helmet/pull/375) and
[#&#8203;359](https://togithub.com/helmetjs/helmet/issues/359)

###
[`v5.1.0`](https://togithub.com/helmetjs/helmet/blob/HEAD/CHANGELOG.md#&#8203;510---2022-05-17)

[Compare
Source](https://togithub.com/helmetjs/helmet/compare/v5.0.2...v5.1.0)

##### Added

- `Cross-Origin-Embedder-Policy`: support `credentialless` policy. See
[#&#8203;365](https://togithub.com/helmetjs/helmet/pull/365)
- Documented how to set both `Content-Security-Policy` and
`Content-Security-Policy-Report-Only`

##### Changed

-   Cleaned up some documentation around `Origin-Agent-Cluster`

###
[`v5.0.2`](https://togithub.com/helmetjs/helmet/blob/HEAD/CHANGELOG.md#&#8203;502---2022-01-22)

[Compare
Source](https://togithub.com/helmetjs/helmet/compare/v5.0.1...v5.0.2)

##### Changed

- Improve imports for CommonJS and ECMAScript modules. See
[#&#8203;345](https://togithub.com/helmetjs/helmet/pull/345)
-   Fixed some documentation

###
[`v5.0.1`](https://togithub.com/helmetjs/helmet/blob/HEAD/CHANGELOG.md#&#8203;501---2022-01-03)

[Compare
Source](https://togithub.com/helmetjs/helmet/compare/v5.0.0...v5.0.1)

##### Changed

-   Fixed some documentation

##### Removed

-   Removed some unused internal code

</details>

---

### Configuration

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

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

♻ **Rebasing**: Whenever PR 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:eyJjcmVhdGVkSW5WZXIiOiIzNC42LjEiLCJ1cGRhdGVkSW5WZXIiOiIzNC45LjEifQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-11-09 23:07:20 +01:00
renovate[bot]
8999d852bf
fix(deps): update dependency make-fetch-happen to v11 (#2296)
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [make-fetch-happen](https://togithub.com/npm/make-fetch-happen) |
[`^10.1.2` ->
`^11.0.0`](https://renovatebot.com/diffs/npm/make-fetch-happen/10.1.2/11.0.1)
|
[![age](https://badges.renovateapi.com/packages/npm/make-fetch-happen/11.0.1/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/make-fetch-happen/11.0.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/make-fetch-happen/11.0.1/compatibility-slim/10.1.2)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/make-fetch-happen/11.0.1/confidence-slim/10.1.2)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>npm/make-fetch-happen</summary>

###
[`v11.0.1`](https://togithub.com/npm/make-fetch-happen/blob/HEAD/CHANGELOG.md#&#8203;1101-httpsgithubcomnpmmake-fetch-happencomparev1100v1101-2022-10-17)

[Compare
Source](https://togithub.com/npm/make-fetch-happen/compare/v11.0.0...v11.0.1)

##### Dependencies

-
[`ebd86b2`](ebd86b2781)
[#&#8203;186](https://togithub.com/npm/make-fetch-happen/pull/186) bump
minipass-fetch from 2.1.2 to 3.0.0
-
[`9c16d84`](9c16d84c10)
[#&#8203;187](https://togithub.com/npm/make-fetch-happen/pull/187) bump
ssri from 9.0.1 to 10.0.0

###
[`v11.0.0`](https://togithub.com/npm/make-fetch-happen/blob/HEAD/CHANGELOG.md#&#8203;1100-httpsgithubcomnpmmake-fetch-happencomparev1021v1100-2022-10-13)

[Compare
Source](https://togithub.com/npm/make-fetch-happen/compare/v10.2.1...v11.0.0)

##### ⚠️ BREAKING CHANGES

- this module no longer attempts to change file ownership automatically
- `make-fetch-happen` is now compatible with the following semver range
for node: `^14.17.0 || ^16.13.0 || >=18.0.0`

##### Features

-
[`c293053`](c2930534bc)
[#&#8203;177](https://togithub.com/npm/make-fetch-happen/pull/177)
postinstall for dependabot template-oss PR
([@&#8203;lukekarrys](https://togithub.com/lukekarrys))

##### Documentation

-
[`d63de44`](d63de4427e)
[#&#8203;173](https://togithub.com/npm/make-fetch-happen/pull/173)
document cause argument to onRetry
([#&#8203;173](https://togithub.com/npm/make-fetch-happen/issues/173))
([@&#8203;jmpage](https://togithub.com/jmpage))

##### Dependencies

-
[`33d972a`](33d972a815)
[#&#8203;184](https://togithub.com/npm/make-fetch-happen/pull/184) bump
cacache from 16.1.3 to 17.0.0
([#&#8203;184](https://togithub.com/npm/make-fetch-happen/issues/184))

###
[`v10.2.1`](https://togithub.com/npm/make-fetch-happen/blob/HEAD/CHANGELOG.md#&#8203;1021-httpsgithubcomnpmmake-fetch-happencomparev1020v1021-2022-08-15)

[Compare
Source](https://togithub.com/npm/make-fetch-happen/compare/v10.2.0...v10.2.1)

##### Bug Fixes

- linting
([#&#8203;166](https://togithub.com/npm/make-fetch-happen/issues/166))
([e9a2a51](e9a2a51e6d))

###
[`v10.2.0`](https://togithub.com/npm/make-fetch-happen/blob/HEAD/CHANGELOG.md#&#8203;1020-httpsgithubcomnpmmake-fetch-happencomparev1018v1020-2022-07-19)

[Compare
Source](https://togithub.com/npm/make-fetch-happen/compare/v10.1.8...v10.2.0)

##### Features

- store link header
([#&#8203;164](https://togithub.com/npm/make-fetch-happen/issues/164))
([dae6384](dae6384a7f))

###
[`v10.1.8`](https://togithub.com/npm/make-fetch-happen/blob/HEAD/CHANGELOG.md#&#8203;1018-httpsgithubcomnpmmake-fetch-happencomparev1017v1018-2022-06-20)

[Compare
Source](https://togithub.com/npm/make-fetch-happen/compare/v10.1.7...v10.1.8)

##### Bug Fixes

- TypeError: SocksProxyAgent is not a constructor
([#&#8203;161](https://togithub.com/npm/make-fetch-happen/issues/161))
([4ae4864](4ae48640b0))

#####
[10.1.7](https://togithub.com/npm/make-fetch-happen/compare/v10.1.6...v10.1.7)
(2022-06-01)

##### Bug Fixes

- use hostname for socks agent
([#&#8203;159](https://togithub.com/npm/make-fetch-happen/issues/159))
([331f9cb](331f9cb273))

##### Dependencies

- bump socks-proxy-agent from 6.2.1 to 7.0.0
([#&#8203;158](https://togithub.com/npm/make-fetch-happen/issues/158))
([63ed403](63ed40395e))

#####
[10.1.6](https://togithub.com/npm/make-fetch-happen/compare/v10.1.5...v10.1.6)
(2022-05-27)

##### Bug Fixes

- respect given algorithms instead of always using sha512
([#&#8203;156](https://togithub.com/npm/make-fetch-happen/issues/156))
([9baa806](9baa8065f3))

#####
[10.1.5](https://togithub.com/npm/make-fetch-happen/compare/v10.1.4...v10.1.5)
(2022-05-19)

##### Bug Fixes

- cache integrity and size events so late listeners still get them
([#&#8203;154](https://togithub.com/npm/make-fetch-happen/issues/154))
([8c78584](8c7858490a))

#####
[10.1.4](https://togithub.com/npm/make-fetch-happen/compare/v10.1.3...v10.1.4)
(2022-05-18)

##### Bug Fixes

- **docs:** remove reference to unsupported feature
([#&#8203;153](https://togithub.com/npm/make-fetch-happen/issues/153))
([1d454f1](1d454f1187)),
closes
[#&#8203;147](https://togithub.com/npm/make-fetch-happen/issues/147)
- pass expected integrity to cacache
([a88213e](a88213e6a5))
- pass integrityEmitter to cacache to avoid a redundant integrity stream
([ae62c21](ae62c21c70))
- remove in-memory buffering in favor of full time streaming
([ec2db21](ec2db214e4))

#####
[10.1.3](https://togithub.com/npm/make-fetch-happen/compare/v10.1.2...v10.1.3)
(2022-05-09)

##### Bug Fixes

- make `defaults` chaining actually work
([#&#8203;144](https://togithub.com/npm/make-fetch-happen/issues/144))
([aa71e81](aa71e817c7))

#####
[10.1.2](https://togithub.com/npm/make-fetch-happen/compare/v10.1.1...v10.1.2)
(2022-04-05)

##### Dependencies

- bump ssri from 8.0.1 to 9.0.0
([#&#8203;139](https://togithub.com/npm/make-fetch-happen/issues/139))
([f91a1cc](f91a1ccd0e))

#####
[10.1.1](https://togithub.com/npm/make-fetch-happen/compare/v10.1.0...v10.1.1)
(2022-03-29)

##### Bug Fixes

- default verbatim to undefined
([#&#8203;135](https://togithub.com/npm/make-fetch-happen/issues/135))
([be0cf6a](be0cf6a159))

##### Documentation

- remove mention of custom cache provider
([#&#8203;136](https://togithub.com/npm/make-fetch-happen/issues/136))
([a7f1b55](a7f1b554bc))

###
[`v10.1.7`](https://togithub.com/npm/make-fetch-happen/blob/HEAD/CHANGELOG.md#&#8203;1017-httpsgithubcomnpmmake-fetch-happencomparev1016v1017-2022-06-01)

[Compare
Source](https://togithub.com/npm/make-fetch-happen/compare/v10.1.6...v10.1.7)

###
[`v10.1.6`](https://togithub.com/npm/make-fetch-happen/blob/HEAD/CHANGELOG.md#&#8203;1016-httpsgithubcomnpmmake-fetch-happencomparev1015v1016-2022-05-27)

[Compare
Source](https://togithub.com/npm/make-fetch-happen/compare/v10.1.5...v10.1.6)

###
[`v10.1.5`](https://togithub.com/npm/make-fetch-happen/blob/HEAD/CHANGELOG.md#&#8203;1015-httpsgithubcomnpmmake-fetch-happencomparev1014v1015-2022-05-19)

[Compare
Source](https://togithub.com/npm/make-fetch-happen/compare/v10.1.4...v10.1.5)

###
[`v10.1.4`](https://togithub.com/npm/make-fetch-happen/blob/HEAD/CHANGELOG.md#&#8203;1014-httpsgithubcomnpmmake-fetch-happencomparev1013v1014-2022-05-18)

[Compare
Source](https://togithub.com/npm/make-fetch-happen/compare/v10.1.3...v10.1.4)

###
[`v10.1.3`](https://togithub.com/npm/make-fetch-happen/blob/HEAD/CHANGELOG.md#&#8203;1013-httpsgithubcomnpmmake-fetch-happencomparev1012v1013-2022-05-09)

[Compare
Source](https://togithub.com/npm/make-fetch-happen/compare/v10.1.2...v10.1.3)

</details>

---

### Configuration

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

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

♻ **Rebasing**: Whenever PR 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:eyJjcmVhdGVkSW5WZXIiOiIzNC42LjEiLCJ1cGRhdGVkSW5WZXIiOiIzNC45LjEifQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-11-09 23:06:29 +01:00
renovate[bot]
0c2a67f1dc
chore(deps): update dependency openapi-enforcer to v1.22.1 (#2362)
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [openapi-enforcer](https://openapi-enforcer.com)
([source](https://togithub.com/byu-oit/openapi-enforcer)) | [`1.22.0` ->
`1.22.1`](https://renovatebot.com/diffs/npm/openapi-enforcer/1.22.0/1.22.1)
|
[![age](https://badges.renovateapi.com/packages/npm/openapi-enforcer/1.22.1/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/openapi-enforcer/1.22.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/openapi-enforcer/1.22.1/compatibility-slim/1.22.0)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/openapi-enforcer/1.22.1/confidence-slim/1.22.0)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>byu-oit/openapi-enforcer</summary>

###
[`v1.22.1`](https://togithub.com/byu-oit/openapi-enforcer/blob/HEAD/CHANGELOG.md#&#8203;1221)

[Compare
Source](fc78fe42b4...11e77301c5)

##### Fixed

-   **Exception Skip Codes Bug Fix**

The exception skip codes that were defined via the options were not
being carried through to child components. This
fix allows those settings to be carried. Exception skip codes defined by
an instance (see change 1.22.0) are still
    limited to just the component.

</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:eyJjcmVhdGVkSW5WZXIiOiIzNC4xOS4wIiwidXBkYXRlZEluVmVyIjoiMzQuMTkuMCJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-11-09 22:43:37 +01:00
sjaanus
29524ab423
4.18.0-beta.1 2022-11-09 10:55:01 +02:00
renovate[bot]
907cce9c88
chore(deps): update dependency husky to v8.0.2 (#2354)
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [husky](https://typicode.github.io/husky)
([source](https://togithub.com/typicode/husky)) | [`8.0.1` ->
`8.0.2`](https://renovatebot.com/diffs/npm/husky/8.0.1/8.0.2) |
[![age](https://badges.renovateapi.com/packages/npm/husky/8.0.2/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/husky/8.0.2/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/husky/8.0.2/compatibility-slim/8.0.1)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/husky/8.0.2/confidence-slim/8.0.1)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>typicode/husky</summary>

### [`v8.0.2`](https://togithub.com/typicode/husky/releases/tag/v8.0.2)

[Compare
Source](https://togithub.com/typicode/husky/compare/v8.0.1...v8.0.2)

-   docs: remove deprecated npm set-script

</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:eyJjcmVhdGVkSW5WZXIiOiIzNC4xOS4wIiwidXBkYXRlZEluVmVyIjoiMzQuMTkuMCJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-11-09 05:53:57 +00:00
renovate[bot]
aed48c0ee0
chore(deps): update dependency @swc/core to v1.3.14 (#2352)
[![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.11` ->
`1.3.14`](https://renovatebot.com/diffs/npm/@swc%2fcore/1.3.11/1.3.14) |
[![age](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.14/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.14/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.14/compatibility-slim/1.3.11)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.14/confidence-slim/1.3.11)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

###
[`v1.3.14`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#&#8203;1314---2022-11-03)

[Compare
Source](241f9f05cb...v1.3.14)

##### Bug Fixes

- **(common)** Remove `&mut` from `build_source_map_from`
([#&#8203;6276](https://togithub.com/swc-project/swc/issues/6276))
([47d7fca](47d7fcaaed))

- **(css/parser)** Fix parsing of colors
([#&#8203;6260](https://togithub.com/swc-project/swc/issues/6260))
([c3944ba](c3944ba239))

- **(css/parser)** Fix various issues
([#&#8203;6281](https://togithub.com/swc-project/swc/issues/6281))
([2813acc](2813acccc2))

- **(es/codegen)** Preserve more parens
([#&#8203;6268](https://togithub.com/swc-project/swc/issues/6268))
([c318446](c3184463f1))

- **(es/compat)** Fix `new.target` in a nested scope
([#&#8203;6296](https://togithub.com/swc-project/swc/issues/6296))
([aa18612](aa18612e62))

- **(es/compat)** Fix destructuring of an empty array
([#&#8203;6314](https://togithub.com/swc-project/swc/issues/6314))
([3bea6f7](3bea6f7248))

- **(es/helpers)** Fix `toArray`
([#&#8203;6318](https://togithub.com/swc-project/swc/issues/6318))
([e34c25e](e34c25e40d))

- **(es/lints)** Fix `const-assign` in function expressions
([#&#8203;6294](https://togithub.com/swc-project/swc/issues/6294))
([a27392a](a27392a251))

- **(es/minifier)** Don't ignore nullish coalescing
([#&#8203;6272](https://togithub.com/swc-project/swc/issues/6272))
([8c1ac68](8c1ac686cb))

- **(es/minifier)** Don't inline regex for IIFEs
([#&#8203;6283](https://togithub.com/swc-project/swc/issues/6283))
([4eab2ed](4eab2ed2fc))

- **(es/minifier)** Fix infinite loop
([#&#8203;6300](https://togithub.com/swc-project/swc/issues/6300))
([655f674](655f6744c5))

- **(es/minifier)** Don't drop an inlined parameter as a duplicate
([#&#8203;6293](https://togithub.com/swc-project/swc/issues/6293))
([dd797f7](dd797f7f15))

- **(es/resolver)** Change order for switch cases
([#&#8203;6317](https://togithub.com/swc-project/swc/issues/6317))
([2737aea](2737aea312))

- **(es/typescript)** Fix stack overflow
([#&#8203;6250](https://togithub.com/swc-project/swc/issues/6250))
([28ec6e8](28ec6e8fc7))

- **(html/minifier)** Merge style blocks
([#&#8203;6264](https://togithub.com/swc-project/swc/issues/6264))
([028951c](028951c36c))

##### Features

- **(css/parser)** Improve error reporting
([#&#8203;6274](https://togithub.com/swc-project/swc/issues/6274))
([956d574](956d574683))

- **(es)** Support trailing commas in `.swcrc`
([#&#8203;6289](https://togithub.com/swc-project/swc/issues/6289))
([244b0af](244b0af30d))

- **(es/minfiier)** Compute more with sequential inliner
([#&#8203;6169](https://togithub.com/swc-project/swc/issues/6169))
([743a1aa](743a1aab4f))

- **(es/minifier)** Implement trivial optimizations
([#&#8203;6256](https://togithub.com/swc-project/swc/issues/6256))
([5d52ae9](5d52ae971e))

- **(html/minifier)** Handle `crossorigin`
([#&#8203;6261](https://togithub.com/swc-project/swc/issues/6261))
([782da5c](782da5c83a))

- **(html/minifier)** Merge `script` tags
([#&#8203;6273](https://togithub.com/swc-project/swc/issues/6273))
([02f8d31](02f8d31ef3))

##### Miscellaneous Tasks

- **(ci)** Enforce clippy for all targets
([#&#8203;6299](https://togithub.com/swc-project/swc/issues/6299))
([0967e8f](0967e8f06d))

- **(ci)** Fix publish action
([2737143](27371431a9))

- **(ci)** Fix publish action
([13b4d31](13b4d317a5))

- **(common)** Switch to `new_debug_unreachable`
([#&#8203;6265](https://togithub.com/swc-project/swc/issues/6265))
([2f61332](2f61332177))

##### Performance

- **(html/parser)** Refactor
([#&#8203;6313](https://togithub.com/swc-project/swc/issues/6313))
([3a90657](3a9065799d))

##### Refactor

- **(css/parser)** Refactor more
([#&#8203;6251](https://togithub.com/swc-project/swc/issues/6251))
([a0e4684](a0e4684476))

- **(css/parser)** Refactor even more
([#&#8203;6288](https://togithub.com/swc-project/swc/issues/6288))
([6cafeb2](6cafeb2bcc))

- **(es)** Accept custom instance of `Comments`
([#&#8203;6290](https://togithub.com/swc-project/swc/issues/6290))
([1024a55](1024a552cf))

- **(html/parser)** Refactor
([#&#8203;6267](https://togithub.com/swc-project/swc/issues/6267))
([c255cfd](c255cfd716))

##### Testing

- **(css/minifier)** Fix fixture tester
([#&#8203;6222](https://togithub.com/swc-project/swc/issues/6222))
([cd1319d](cd1319d9be))

- **(css/parser)** Add tests for refactoring
([#&#8203;6262](https://togithub.com/swc-project/swc/issues/6262))
([4c293f9](4c293f965b))

- **(es)** Enable tests for fixed issues
([#&#8203;6311](https://togithub.com/swc-project/swc/issues/6311))
([5b02e24](5b02e2450d))

- **(es/compat)** Add execution tests
([#&#8203;6312](https://togithub.com/swc-project/swc/issues/6312))
([0f9d930](0f9d930f73))

- **(es/minifier)** Add a test for `??` operator
([#&#8203;6282](https://togithub.com/swc-project/swc/issues/6282))
([0376da7](0376da73c6))

###
[`v1.3.13`](https://togithub.com/swc-project/swc/compare/v1.3.11...241f9f05cbb67fc531e8f9c8e4a142521754b9a8)

[Compare
Source](https://togithub.com/swc-project/swc/compare/v1.3.11...241f9f05cbb67fc531e8f9c8e4a142521754b9a8)

</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:eyJjcmVhdGVkSW5WZXIiOiIzNC4xOS4wIiwidXBkYXRlZEluVmVyIjoiMzQuMTkuMCJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-11-09 02:43:42 +00:00
sjaanus
a267f13a7d
4.18.0-beta.0 2022-11-04 11:02:47 +02:00
Ivar Conradi Østhus
ae0006b839
fix: require minimatch 3.0.5 or higher 2022-11-03 14:43:36 +01:00
sjaanus
98cda9258d
4.17.0-beta.11 2022-11-02 08:47:37 +02:00
sjaanus
95779754fb
4.17.0-beta.10 2022-10-31 11:55:16 +02:00
Simon Hornby
9201f4f08f
4.17.0-beta.9 (#2298) 2022-10-31 09:35:00 +02:00
renovate[bot]
c4b18a2e45
chore(deps): update typescript-eslint monorepo to v5.41.0 (#2283)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-10-29 00:20:06 +00:00
sjaanus
28880adc2d
4.17.0-beta.8 2022-10-28 11:29:01 +03:00
renovate[bot]
26994cedc6
chore(deps): update dependency supertest to v6.3.1 (#2268)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-10-28 03:10:06 +00:00
renovate[bot]
5f59333ef9
chore(deps): update dependency superagent to v8.0.3 (#2263)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-10-27 15:26:41 +00:00
sjaanus
77f2f55aed
4.17.0-beta.7 2022-10-27 15:51:46 +03:00