Thomas Heartman
51d73f67a3
fix: propagate http-errors as they are ( #3922 )
...
This PR aims to handle the increased log alarm volume seen by the SREs.
It appears that we get a large number of alarms because a client
disconnects early from the front-end API. These errors are then
converted into 500s because of missing handling. These errors appear to
be caused by the `http-errors` library in a dependency.
We also introduced a log line whenever we see errors now a while back,
and I don't think we need this logging (I was also the one who
introduced it).
The changes in this PR are specifically:
- When converting from arbitrary errors, give `BadRequestError` a 400
status code, not a 500.
- Add a dependency on `http-errors` (which is already a transitive
dependency because of the body parser) and use that to check whether an
error is an http-error.
- If an error is an http error, then propagate it to the user with the
status code and message.
- Remove warning logs when an error occurs. This was introduced to make
it easier to correlate an API error and the logs, but the system hasn't
been set up for that (yet?), so it's just noise now.
- When logging errors as errors, only do that if their status code would
be 500.
2023-06-08 13:14:53 +02:00
renovate[bot]
3c43dcf593
chore(deps): update dependency @types/node to v16.18.34 ( #3916 )
...
[![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.32` ->
`16.18.34`](https://renovatebot.com/diffs/npm/@types%2fnode/16.18.32/16.18.34 )
|
[![age](https://badges.renovateapi.com/packages/npm/@types%2fnode/16.18.34/age-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://badges.renovateapi.com/packages/npm/@types%2fnode/16.18.34/adoption-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://badges.renovateapi.com/packages/npm/@types%2fnode/16.18.34/compatibility-slim/16.18.32 )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://badges.renovateapi.com/packages/npm/@types%2fnode/16.18.34/confidence-slim/16.18.32 )](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:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMTAuMCIsInVwZGF0ZWRJblZlciI6IjM1LjExMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-06-07 12:59:47 +00:00
renovate[bot]
864ef39d11
chore(deps): update dependency @swc/core to v1.3.61 ( #3913 )
...
[![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.59` ->
`1.3.61`](https://renovatebot.com/diffs/npm/@swc%2fcore/1.3.59/1.3.61 ) |
[![age](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.61/age-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.61/adoption-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.61/compatibility-slim/1.3.59 )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.61/confidence-slim/1.3.59 )](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>swc-project/swc</summary>
###
[`v1.3.61`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#​1361---2023-05-30 )
[Compare
Source](https://togithub.com/swc-project/swc/compare/v1.3.60...v1.3.61 )
##### Bug Fixes
- **(css/modules)** Don't drop the correct selector
([#​7450](https://togithub.com/swc-project/swc/issues/7450 ))
([d370324](d370324cfd
))
- **(es/codegen)** Emit `;` for `TsImportEqualsDecl`
([#​7464](https://togithub.com/swc-project/swc/issues/7464 ))
([3935d02](3935d02e36
))
- **(es/parser)** Fix parsing of generic jsx element name
([#​7449](https://togithub.com/swc-project/swc/issues/7449 ))
([77850dd](77850dd8f0
))
- **(plugin/runner)** Disable `wasi_env` cleanup
([#​7458](https://togithub.com/swc-project/swc/issues/7458 ))
([1868d36](1868d36cfe
))
##### Features
- **(common)** Enable bytecheck for missing structs
([#​7465](https://togithub.com/swc-project/swc/issues/7465 ))
([56ac9eb](56ac9eb6b3
))
- **(es/minifier)** Inline for loop variables
([#​7445](https://togithub.com/swc-project/swc/issues/7445 ))
([0cd2b61](0cd2b61b05
))
##### Miscellaneous Tasks
- **(es/preset-env)** Update data
([#​7459](https://togithub.com/swc-project/swc/issues/7459 ))
([e15adaf](e15adaf6ea
))
##### Testing
- **(es/parser)** Add a test for a fixed issue
([#​7467](https://togithub.com/swc-project/swc/issues/7467 ))
([8274cce](8274cce9a7
))
###
[`v1.3.60`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#​1360---2023-05-25 )
[Compare
Source](https://togithub.com/swc-project/swc/compare/v1.3.59...v1.3.60 )
##### Bug Fixes
- **(es)** Init filesystem cache only if plugin exists
([#​7436](https://togithub.com/swc-project/swc/issues/7436 ))
([786cf3a](786cf3a10f
))
- **(es)** Ignore input sourcemap error
([#​7446](https://togithub.com/swc-project/swc/issues/7446 ))
([0c92e53](0c92e534a5
))
- **(es/compat)** Fix destructuring handling of `block_scoping`
([#​7425](https://togithub.com/swc-project/swc/issues/7425 ))
([66d52ec](66d52ec849
))
- **(es/compat)** Fix stage 3 decorator pass
([#​7392](https://togithub.com/swc-project/swc/issues/7392 ))
([97d0f79](97d0f79142
))
- **(es/compat)** Fix variable scoping of object rest pass.
([#​7437](https://togithub.com/swc-project/swc/issues/7437 ))
([f3d660f](f3d660f972
))
- **(es/parser)** Reset class context
([#​7433](https://togithub.com/swc-project/swc/issues/7433 ))
([1cab43f](1cab43f17d
))
- **(es/parser)** Allow using `package` as a parameter name in interface
([#​7438](https://togithub.com/swc-project/swc/issues/7438 ))
([33a922b](33a922b6f8
))
- **(es/parser)** Fix parsing of tsx with a type annotation in a
conditional expression
([#​7440](https://togithub.com/swc-project/swc/issues/7440 ))
([a37d59a](a37d59a134
))
- **(es/preset-env)** Fix pass ordering
([#​7434](https://togithub.com/swc-project/swc/issues/7434 ))
([2071f89](2071f89d4e
))
- **(swc_core)** Correctly expose plugin with host
([#​7427](https://togithub.com/swc-project/swc/issues/7427 ))
([558ca40](558ca40b99
))
##### Features
- **(plugin/runner)** Enable in-memory precompiled module cache
([#​7420](https://togithub.com/swc-project/swc/issues/7420 ))
([f8fe365](f8fe365c3b
))
##### Refactor
- **(plugin/runner)** Add attributes to the module bytes
([#​7419](https://togithub.com/swc-project/swc/issues/7419 ))
([c03a74c](c03a74c198
))
- **(swc_core)** Make `common_plugin_transform` agnostic to mode
([#​7422](https://togithub.com/swc-project/swc/issues/7422 ))
([cfdd407](cfdd407896
))
- **(visit)** Reduce expanded LOCs
([#​7442](https://togithub.com/swc-project/swc/issues/7442 ))
([e83368e](e83368e574
))
</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:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMTAuMCIsInVwZGF0ZWRJblZlciI6IjM1LjExMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-06-07 12:27:32 +00:00
renovate[bot]
258cae2e7f
chore(deps): update dependency @types/node to v16.18.32 ( #3892 )
...
[![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.31` ->
`16.18.32`](https://renovatebot.com/diffs/npm/@types%2fnode/16.18.31/16.18.32 )
|
[![age](https://badges.renovateapi.com/packages/npm/@types%2fnode/16.18.32/age-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://badges.renovateapi.com/packages/npm/@types%2fnode/16.18.32/adoption-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://badges.renovateapi.com/packages/npm/@types%2fnode/16.18.32/compatibility-slim/16.18.31 )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://badges.renovateapi.com/packages/npm/@types%2fnode/16.18.32/confidence-slim/16.18.31 )](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:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMDIuMTAiLCJ1cGRhdGVkSW5WZXIiOiIzNS4xMDIuMTAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIn0=-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-05-29 00:42:05 +00:00
renovate[bot]
a4aa262a2d
chore(deps): update dependency fast-check to v3.9.0 ( #3884 )
...
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg )](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [fast-check](https://togithub.com/dubzzz/fast-check ) | [`3.8.2` ->
`3.9.0`](https://renovatebot.com/diffs/npm/fast-check/3.8.2/3.9.0 ) |
[![age](https://badges.renovateapi.com/packages/npm/fast-check/3.9.0/age-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://badges.renovateapi.com/packages/npm/fast-check/3.9.0/adoption-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://badges.renovateapi.com/packages/npm/fast-check/3.9.0/compatibility-slim/3.8.2 )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://badges.renovateapi.com/packages/npm/fast-check/3.9.0/confidence-slim/3.8.2 )](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>dubzzz/fast-check</summary>
###
[`v3.9.0`](https://togithub.com/dubzzz/fast-check/blob/HEAD/packages/fast-check/CHANGELOG.md#​390 )
[Compare
Source](https://togithub.com/dubzzz/fast-check/compare/v3.8.3...v3.9.0 )
*Finer definition of `act` to detect race conditions*
\[[Code](https://togithub.com/dubzzz/fast-check/tree/v3.9.0 )]\[[Diff](https://togithub.com/dubzzz/fast-check/compare/v3.8.3...v3.9.0 )]
#### Features
- ([PR#​3889](https://togithub.com/dubzzz/fast-check/pull/3889 ))
Add ability to customize `act` per call
- ([PR#​3890](https://togithub.com/dubzzz/fast-check/pull/3890 ))
Add ability to customize `act` per wait
#### Fixes
- ([PR#​3892](https://togithub.com/dubzzz/fast-check/pull/3892 ))
Bug: Cap timeout values to 0x7fff_ffff
***
###
[`v3.8.3`](https://togithub.com/dubzzz/fast-check/blob/HEAD/packages/fast-check/CHANGELOG.md#​383 )
[Compare
Source](https://togithub.com/dubzzz/fast-check/compare/v3.8.2...v3.8.3 )
*Ensure scheduled models can wait everything needed*
\[[Code](https://togithub.com/dubzzz/fast-check/tree/v3.8.3 )]\[[Diff](https://togithub.com/dubzzz/fast-check/compare/v3.8.2...v3.8.3 )]
#### Fixes
- ([PR#​3887](https://togithub.com/dubzzz/fast-check/pull/3887 ))
Bug: Always schedule models until the end
- ([PR#​3880](https://togithub.com/dubzzz/fast-check/pull/3880 ))
CI: Stabilize tests on `jsonValue`
- ([PR#​3876](https://togithub.com/dubzzz/fast-check/pull/3876 ))
Clean: Drop legacy documentation
- ([PR#​3875](https://togithub.com/dubzzz/fast-check/pull/3875 ))
Doc: First blog post on docusaurus switch
</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:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMDIuNCIsInVwZGF0ZWRJblZlciI6IjM1LjEwMi40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-05-28 01:22:25 +00:00
renovate[bot]
36c7ee0525
chore(deps): update dependency @types/nodemailer to v6.4.8 ( #3876 )
...
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg )](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@types/nodemailer](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/nodemailer )
([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped )) |
[`6.4.7` ->
`6.4.8`](https://renovatebot.com/diffs/npm/@types%2fnodemailer/6.4.7/6.4.8 )
|
[![age](https://badges.renovateapi.com/packages/npm/@types%2fnodemailer/6.4.8/age-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://badges.renovateapi.com/packages/npm/@types%2fnodemailer/6.4.8/adoption-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://badges.renovateapi.com/packages/npm/@types%2fnodemailer/6.4.8/compatibility-slim/6.4.7 )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://badges.renovateapi.com/packages/npm/@types%2fnodemailer/6.4.8/confidence-slim/6.4.7 )](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:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMDIuNCIsInVwZGF0ZWRJblZlciI6IjM1LjEwMi40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-05-27 06:15:49 +00:00
renovate[bot]
178ddf0c8d
chore(deps): update dependency @swc/core to v1.3.59 ( #3875 )
...
[![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.58` ->
`1.3.59`](https://renovatebot.com/diffs/npm/@swc%2fcore/1.3.58/1.3.59 ) |
[![age](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.59/age-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.59/adoption-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.59/compatibility-slim/1.3.58 )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.59/confidence-slim/1.3.58 )](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>swc-project/swc</summary>
###
[`v1.3.59`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#​1359---2023-05-19 )
[Compare
Source](https://togithub.com/swc-project/swc/compare/v1.3.58...v1.3.59 )
##### Bug Fixes
- **(common)** Disable `tracing/release_max_level_info`
([#​7401](https://togithub.com/swc-project/swc/issues/7401 ))
([95291f2](95291f2c5d
))
- **(es/codegen)** Do not create duplicate source map entry
([#​7309](https://togithub.com/swc-project/swc/issues/7309 ))
([40ba242](40ba242076
))
- **(es/compat)** Mark reserved function names private
([#​7298](https://togithub.com/swc-project/swc/issues/7298 ))
([dba78a0](dba78a0031
))
- **(es/minifier)** Mark all function params as potential property
mutation
([#​7409](https://togithub.com/swc-project/swc/issues/7409 ))
([5dbbbea](5dbbbea2ef
))
- **(es/minifier)** Prevent inlining vars assigned outside current
function scope
([#​7414](https://togithub.com/swc-project/swc/issues/7414 ))
([40d2bf7](40d2bf7ec3
))
- **(es/parser)** Fix parsing of `module` identifier
([#​7400](https://togithub.com/swc-project/swc/issues/7400 ))
([1d3f320](1d3f32056c
))
- **(es/parser)** Fix parsing of `>` in typescript mode
([#​7407](https://togithub.com/swc-project/swc/issues/7407 ))
([57ad722](57ad722d06
))
##### Miscellaneous Tasks
- **(plugin)** Update `rkyv` to `v0.7.42`
([#​7397](https://togithub.com/swc-project/swc/issues/7397 ))
([3a0565f](3a0565f377
))
##### Refactor
- **(plugin/runner)** Revise cache, module loading
([#​7408](https://togithub.com/swc-project/swc/issues/7408 ))
([ac5ab60](ac5ab607c9
))
##### Testing
- **(css/module)** Add a test for a fixed issue
([#​7399](https://togithub.com/swc-project/swc/issues/7399 ))
([6b92eec](6b92eecd39
))
- **(es/minifier)** Enable more terser tests
([#​7396](https://togithub.com/swc-project/swc/issues/7396 ))
([f9cdd74](f9cdd741c2
))
- **(es/parser)** Add a test for a fixed issue
([#​7398](https://togithub.com/swc-project/swc/issues/7398 ))
([eaba323](eaba323581
))
</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:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMDIuNCIsInVwZGF0ZWRJblZlciI6IjM1LjEwMi40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-05-27 02:20:59 +00:00
Christopher Kolstad
3409b0c5a0
task: Add Unit test result check task ( #3695 )
...
After a Team Retro, one of our squads felt like we needed more data on
our test suites. This is the first effort to make our test results
easier to grab. It uses the test-reporter action to add a github check
to our main build and PR builds with our test results.
This at least should make it easier to parse which tests are failing.
However, it does not give us trends. So it does not yet make it easier
to decide which tests are flaky just from a quick view.
---------
Co-authored-by: Gastón Fournier <gaston@getunleash.io>
2023-05-25 11:03:54 +00:00
renovate[bot]
c2870b6fc3
chore(deps): update dependency fast-check to v3.8.2 ( #3850 )
...
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg )](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [fast-check](https://togithub.com/dubzzz/fast-check ) | [`3.8.1` ->
`3.8.2`](https://renovatebot.com/diffs/npm/fast-check/3.8.1/3.8.2 ) |
[![age](https://badges.renovateapi.com/packages/npm/fast-check/3.8.2/age-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://badges.renovateapi.com/packages/npm/fast-check/3.8.2/adoption-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://badges.renovateapi.com/packages/npm/fast-check/3.8.2/compatibility-slim/3.8.1 )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://badges.renovateapi.com/packages/npm/fast-check/3.8.2/confidence-slim/3.8.1 )](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>dubzzz/fast-check</summary>
###
[`v3.8.2`](https://togithub.com/dubzzz/fast-check/blob/HEAD/packages/fast-check/CHANGELOG.md#​382 )
[Compare
Source](https://togithub.com/dubzzz/fast-check/compare/v3.8.1...v3.8.2 )
*Rework documentation*
\[[Code](https://togithub.com/dubzzz/fast-check/tree/v3.8.2 )]\[[Diff](https://togithub.com/dubzzz/fast-check/compare/v3.8.1...v3.8.2 )]
#### Fixes
- ([PR#​3780](https://togithub.com/dubzzz/fast-check/pull/3780 ))
CI: Do not relaunch build on new tag
- ([PR#​3792](https://togithub.com/dubzzz/fast-check/pull/3792 ))
CI: Remove parse5 when checking types
- ([PR#​3804](https://togithub.com/dubzzz/fast-check/pull/3804 ))
CI: Build documentation with LFS enabled
- ([PR#​3800](https://togithub.com/dubzzz/fast-check/pull/3800 ))
Doc: Add "advanced" part of the documentation
- ([PR#​3803](https://togithub.com/dubzzz/fast-check/pull/3803 ))
Doc: Update our-first-property-based-test.md: typo, punctuation
- ([PR#​3828](https://togithub.com/dubzzz/fast-check/pull/3828 ))
Doc: Fix typos in docs
- ([PR#​3820](https://togithub.com/dubzzz/fast-check/pull/3820 ))
Doc: First iteration on race conditions tutorial
- ([PR#​3834](https://togithub.com/dubzzz/fast-check/pull/3834 ))
Doc: Rework intro of race condition tutorial
- ([PR#​3836](https://togithub.com/dubzzz/fast-check/pull/3836 ))
Doc: Merge category and intro for race condition
- ([PR#​3837](https://togithub.com/dubzzz/fast-check/pull/3837 ))
Doc: Replace categories by real pages
- ([PR#​3838](https://togithub.com/dubzzz/fast-check/pull/3838 ))
Doc: Add video explaining race condition in UI
- ([PR#​3842](https://togithub.com/dubzzz/fast-check/pull/3842 ))
Doc: Note about solving race conditions
- ([PR#​3843](https://togithub.com/dubzzz/fast-check/pull/3843 ))
Doc: Better colors for dark theme
- ([PR#​3850](https://togithub.com/dubzzz/fast-check/pull/3850 ))
Doc: Points to projects in our ecosystem
- ([PR#​3852](https://togithub.com/dubzzz/fast-check/pull/3852 ))
Doc: List some bugs found thanks to fast-check
- ([PR#​3860](https://togithub.com/dubzzz/fast-check/pull/3860 ))
Doc: Use GitHub logo instead of label
- ([PR#​3858](https://togithub.com/dubzzz/fast-check/pull/3858 ))
Doc: Rework homepage page of fast-check.dev
- ([PR#​3863](https://togithub.com/dubzzz/fast-check/pull/3863 ))
Doc: Rework display of the homepage for small screens
- ([PR#​3864](https://togithub.com/dubzzz/fast-check/pull/3864 ))
Doc: Properly display the quick nav buttons
- ([PR#​3871](https://togithub.com/dubzzz/fast-check/pull/3871 ))
Doc: Update all links to new documentation
- ([PR#​3867](https://togithub.com/dubzzz/fast-check/pull/3867 ))
Doc: Create proper images in website/
- ([PR#​3872](https://togithub.com/dubzzz/fast-check/pull/3872 ))
Doc: Reference image from LFS in README
- ([PR#​3835](https://togithub.com/dubzzz/fast-check/pull/3835 ))
Test: Add tests for snippets in the website
</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:eyJjcmVhdGVkSW5WZXIiOiIzNS45OC40IiwidXBkYXRlZEluVmVyIjoiMzUuOTguNCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-05-24 16:30:48 +00:00
renovate[bot]
96db2020a1
chore(deps): update dependency @types/node to v16.18.31 ( #3849 )
...
[![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.30` ->
`16.18.31`](https://renovatebot.com/diffs/npm/@types%2fnode/16.18.30/16.18.31 )
|
[![age](https://badges.renovateapi.com/packages/npm/@types%2fnode/16.18.31/age-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://badges.renovateapi.com/packages/npm/@types%2fnode/16.18.31/adoption-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://badges.renovateapi.com/packages/npm/@types%2fnode/16.18.31/compatibility-slim/16.18.30 )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://badges.renovateapi.com/packages/npm/@types%2fnode/16.18.31/confidence-slim/16.18.30 )](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:eyJjcmVhdGVkSW5WZXIiOiIzNS45OC40IiwidXBkYXRlZEluVmVyIjoiMzUuOTguNCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-05-24 06:40:44 +00:00
renovate[bot]
7555f5beba
fix(deps): update dependency json-schema-to-ts to v2.8.2 ( #3844 )
2023-05-23 16:12:09 +02:00
renovate[bot]
e55e7feed3
chore(deps): update typescript-eslint monorepo to v5.59.6 ( #3834 )
2023-05-23 11:14:02 +02:00
renovate[bot]
fb95d8fcda
chore(deps): update dependency @swc/core to v1.3.58 ( #3831 )
...
[![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.57` ->
`1.3.58`](https://renovatebot.com/diffs/npm/@swc%2fcore/1.3.57/1.3.58 ) |
[![age](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.58/age-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.58/adoption-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.58/compatibility-slim/1.3.57 )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.58/confidence-slim/1.3.57 )](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>swc-project/swc</summary>
###
[`v1.3.58`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#​1358---2023-05-15 )
[Compare
Source](https://togithub.com/swc-project/swc/compare/v1.3.57...v1.3.58 )
##### Bug Fixes
- **(es/minifier)** Fix remapping of vars upon inlining
([#​7362](https://togithub.com/swc-project/swc/issues/7362 ))
([1dced17](1dced17998
))
- **(es/parser)** Fix `>=` with type instantiate
([#​7388](https://togithub.com/swc-project/swc/issues/7388 ))
([fa7a352](fa7a3521f5
))
##### Features
- **(es/compat)** Partially support auto accessors
([#​7364](https://togithub.com/swc-project/swc/issues/7364 ))
([97ec259](97ec259144
))
- **(es/compat)** Implement auto accessors fully
([#​7370](https://togithub.com/swc-project/swc/issues/7370 ))
([cad18fa](cad18fae4b
))
- **(es/parser)** Implement explicit resource management
([#​7322](https://togithub.com/swc-project/swc/issues/7322 ))
([041b491](041b491466
))
- **(plugin)** Add versioned wrapper struct
([#​7382](https://togithub.com/swc-project/swc/issues/7382 ))
([bba1fad](bba1fad35c
))
- **(swc_core)** Allow native env plugin to use memory cache
([#​7390](https://togithub.com/swc-project/swc/issues/7390 ))
([e3868a7](e3868a7e00
))
- **(swc_core)** Expose plugin proxy to the host env
([#​7391](https://togithub.com/swc-project/swc/issues/7391 ))
([05b4c11](05b4c11497
))
##### Miscellaneous Tasks
- **(es)** Enable tracing spans for release builds
([#​7379](https://togithub.com/swc-project/swc/issues/7379 ))
([166e77c](166e77c2b3
))
##### Refactor
- **(common)** Derive `ByteCheck` for `ArcString`
([#​7380](https://togithub.com/swc-project/swc/issues/7380 ))
([9b3a41c](9b3a41c57d
))
</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:eyJjcmVhdGVkSW5WZXIiOiIzNS45OC4wIiwidXBkYXRlZEluVmVyIjoiMzUuOTguMCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-05-23 00:28:45 +00:00
renovate[bot]
2762af777c
chore(deps): update dependency @types/node to v16.18.30 ( #3820 )
...
[![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.29` ->
`16.18.30`](https://renovatebot.com/diffs/npm/@types%2fnode/16.18.29/16.18.30 )
|
[![age](https://badges.renovateapi.com/packages/npm/@types%2fnode/16.18.30/age-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://badges.renovateapi.com/packages/npm/@types%2fnode/16.18.30/adoption-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://badges.renovateapi.com/packages/npm/@types%2fnode/16.18.30/compatibility-slim/16.18.29 )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://badges.renovateapi.com/packages/npm/@types%2fnode/16.18.30/confidence-slim/16.18.29 )](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:eyJjcmVhdGVkSW5WZXIiOiIzNS45Ny4wIiwidXBkYXRlZEluVmVyIjoiMzUuOTcuMCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-05-20 23:29:25 +00:00
renovate[bot]
dd683d9a1d
chore(deps): update dependency @types/node to v16.18.29 ( #3818 )
...
[![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.28` ->
`16.18.29`](https://renovatebot.com/diffs/npm/@types%2fnode/16.18.28/16.18.29 )
|
[![age](https://badges.renovateapi.com/packages/npm/@types%2fnode/16.18.29/age-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://badges.renovateapi.com/packages/npm/@types%2fnode/16.18.29/adoption-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://badges.renovateapi.com/packages/npm/@types%2fnode/16.18.29/compatibility-slim/16.18.28 )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://badges.renovateapi.com/packages/npm/@types%2fnode/16.18.29/confidence-slim/16.18.28 )](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:eyJjcmVhdGVkSW5WZXIiOiIzNS45NS4xIiwidXBkYXRlZEluVmVyIjoiMzUuOTUuMSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-05-20 12:30:59 +00:00
renovate[bot]
99c6be695a
chore(deps): update dependency semver to v7.5.1 ( #3805 )
...
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg )](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [semver](https://togithub.com/npm/node-semver ) | [`7.5.0` ->
`7.5.1`](https://renovatebot.com/diffs/npm/semver/7.5.0/7.5.1 ) |
[![age](https://badges.renovateapi.com/packages/npm/semver/7.5.1/age-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://badges.renovateapi.com/packages/npm/semver/7.5.1/adoption-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://badges.renovateapi.com/packages/npm/semver/7.5.1/compatibility-slim/7.5.0 )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://badges.renovateapi.com/packages/npm/semver/7.5.1/confidence-slim/7.5.0 )](https://docs.renovatebot.com/merge-confidence/ )
|
|
[@types/semver](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/semver )
([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped )) |
[`7.3.13` ->
`7.5.0`](https://renovatebot.com/diffs/npm/@types%2fsemver/7.3.13/7.5.0 )
|
[![age](https://badges.renovateapi.com/packages/npm/@types%2fsemver/7.5.0/age-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://badges.renovateapi.com/packages/npm/@types%2fsemver/7.5.0/adoption-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://badges.renovateapi.com/packages/npm/@types%2fsemver/7.5.0/compatibility-slim/7.3.13 )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://badges.renovateapi.com/packages/npm/@types%2fsemver/7.5.0/confidence-slim/7.3.13 )](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>npm/node-semver</summary>
###
[`v7.5.1`](https://togithub.com/npm/node-semver/blob/HEAD/CHANGELOG.md#​751-httpsgithubcomnpmnode-semvercomparev750v751-2023-05-12 )
[Compare
Source](https://togithub.com/npm/node-semver/compare/v7.5.0...v7.5.1 )
##### Bug Fixes
-
[`d30d25a`](d30d25a5c1
)
[#​559](https://togithub.com/npm/node-semver/pull/559 ) show type
on invalid semver error
([#​559](https://togithub.com/npm/node-semver/issues/559 ))
([@​tjenkinson](https://togithub.com/tjenkinson ))
</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:eyJjcmVhdGVkSW5WZXIiOiIzNS45My4wIiwidXBkYXRlZEluVmVyIjoiMzUuOTUuMSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-05-19 20:27:18 +00:00
renovate[bot]
116c94ae49
chore(deps): update dependency @types/node to v16.18.28 ( #3791 )
2023-05-18 15:43:43 +02:00
renovate[bot]
78556983f7
chore(deps): update typescript-eslint monorepo to v5.59.5 ( #3799 )
...
[![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.59.2` ->
`5.59.5`](https://renovatebot.com/diffs/npm/@typescript-eslint%2feslint-plugin/5.59.2/5.59.5 )
|
[![age](https://badges.renovateapi.com/packages/npm/@typescript-eslint%2feslint-plugin/5.59.5/age-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://badges.renovateapi.com/packages/npm/@typescript-eslint%2feslint-plugin/5.59.5/adoption-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://badges.renovateapi.com/packages/npm/@typescript-eslint%2feslint-plugin/5.59.5/compatibility-slim/5.59.2 )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://badges.renovateapi.com/packages/npm/@typescript-eslint%2feslint-plugin/5.59.5/confidence-slim/5.59.2 )](https://docs.renovatebot.com/merge-confidence/ )
|
|
[@typescript-eslint/parser](https://togithub.com/typescript-eslint/typescript-eslint )
| [`5.59.2` ->
`5.59.5`](https://renovatebot.com/diffs/npm/@typescript-eslint%2fparser/5.59.2/5.59.5 )
|
[![age](https://badges.renovateapi.com/packages/npm/@typescript-eslint%2fparser/5.59.5/age-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://badges.renovateapi.com/packages/npm/@typescript-eslint%2fparser/5.59.5/adoption-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://badges.renovateapi.com/packages/npm/@typescript-eslint%2fparser/5.59.5/compatibility-slim/5.59.2 )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://badges.renovateapi.com/packages/npm/@typescript-eslint%2fparser/5.59.5/confidence-slim/5.59.2 )](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>typescript-eslint/typescript-eslint
(@​typescript-eslint/eslint-plugin)</summary>
###
[`v5.59.5`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#​5595-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5594v5595-2023-05-08 )
[Compare
Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.59.2...v5.59.5 )
**Note:** Version bump only for package
[@​typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin )
</details>
<details>
<summary>typescript-eslint/typescript-eslint
(@​typescript-eslint/parser)</summary>
###
[`v5.59.5`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#​5595-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5594v5595-2023-05-08 )
[Compare
Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.59.2...v5.59.5 )
**Note:** Version bump only for package
[@​typescript-eslint/parser](https://togithub.com/typescript-eslint/parser )
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about these
updates again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS44OS4xIiwidXBkYXRlZEluVmVyIjoiMzUuODkuMSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-05-18 14:47:21 +02:00
Nuno Góis
db61a8a40c
feat: message banner (variants) ( #3788 )
...
-
https://linear.app/unleash/issue/2-546/fetch-the-payload-from-a-real-feature-flag
-
https://linear.app/unleash/issue/2-547/adapt-ui-to-use-the-feature-flag-information-were-fetching
Tackles the 2 tasks above.
Adapts our `FlagResolver` logic to support variants, so we can use them
for our message banner project but also anything else in the future.
Also adapts MessageBanner to the new logic.
- Add support for variants in `FlagResolver`;
- Adapt `MessageBanner` to a variants flag;
- Adds `sticky` support for the `MessageBanner`;
- Adds our first variants flag to `uiConfig` and `experimental`:
`messageBanner`;
- Adds a `variant-flag-schema` to make it easy to represent the variant
output that we specify in `uiConfig`;
- Adapts `experimental` to be able to represent default variants while
still maintaining type safety;
- Adds helpers to make it easy to use variants in our project, such as
`getVariantValue` and the `useVariant` hook;
- Adapts and adds new tests in `flag-resolver.test.ts`;
### Notes
- ~~The `as PayloadType` assertions need
https://github.com/Unleash/unleash-client-node/pull/454 since it
includes https://github.com/Unleash/unleash-client-node/pull/452~~
(50ccf60893
);
- ~~Enterprise needs a PR that will follow soon~~;
![image](https://github.com/Unleash/unleash/assets/14320932/034ff64f-3020-4ed0-863b-ed1fd9190430 )
2023-05-18 09:38:59 +01:00
renovate[bot]
0335934bf0
chore(deps): update dependency @swc/core to v1.3.57 ( #3790 )
...
[![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.56` ->
`1.3.57`](https://renovatebot.com/diffs/npm/@swc%2fcore/1.3.56/1.3.57 ) |
[![age](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.57/age-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.57/adoption-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.57/compatibility-slim/1.3.56 )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.57/confidence-slim/1.3.56 )](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>swc-project/swc</summary>
###
[`v1.3.57`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#​1357---2023-05-09 )
[Compare
Source](https://togithub.com/swc-project/swc/compare/v1.3.56...v1.3.57 )
##### Bug Fixes
- **(es/compat)** Fix `is_setter` in `parameters` pass
([#​7348](https://togithub.com/swc-project/swc/issues/7348 ))
([e0de83e](e0de83e862
))
- **(xml/codegen)** Escape `<` and `>` in child
([#​7351](https://togithub.com/swc-project/swc/issues/7351 ))
([b180d09](b180d09e1d
))
##### Features
- **(es/compat)** Support `export class` from stage 3 decorator pass
([#​7363](https://togithub.com/swc-project/swc/issues/7363 ))
([9c052db](9c052db796
))
- **(plugin)** Enable bytecheck
([#​7280](https://togithub.com/swc-project/swc/issues/7280 ))
([d2c1f45](d2c1f45f5a
))
##### Refactor
- **(plugin/runner)** Refine cache location
([#​7346](https://togithub.com/swc-project/swc/issues/7346 ))
([91a3fbe](91a3fbe460
))
##### Build
- **(cargo)** Update `wasmer` to `v3.3`
([#​7352](https://togithub.com/swc-project/swc/issues/7352 ))
([4e278be](4e278befcf
))
</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:eyJjcmVhdGVkSW5WZXIiOiIzNS44Ny4xIiwidXBkYXRlZEluVmVyIjoiMzUuODcuMSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-05-17 18:32:36 +00:00
Gastón Fournier
9e9076ce05
chore: use concurrently to run parallel builds ( #3785 )
...
## About the changes
Small improvement to speed up the build, tested locally validating the
output with and without concurrently.
**Note** this also removes copy-templates from the backend build
2023-05-16 13:38:21 +02:00
Mateusz Kwasniewski
d37bb6a790
feat: base path support for openapi ( #3780 )
2023-05-16 12:01:47 +02:00
Simon Hornby
bd53193dc9
fix: allow null checker to not fail if it gets no output ( #3779 )
...
## What
Patches the build scripts so that the null checker doesn't fail
---------
Co-authored-by: Gastón Fournier <gaston@getunleash.io>
2023-05-16 10:51:27 +02:00
Gastón Fournier
37e908a455
Test build on prepare ( #3774 )
...
## About the changes
Re-adding build as part of prepare plus some debug logs for development
process (will be removed later)
2023-05-15 12:15:40 +00:00
GitHub Actions Bot
64c0093bed
5.1.0-beta.54
2023-05-15 12:12:21 +00:00
GitHub Actions Bot
e7e135b800
5.1.0-beta.53
2023-05-15 10:23:47 +00:00
GitHub Actions Bot
bbf330611c
5.1.0-beta.52
2023-05-15 07:20:14 +00:00
renovate[bot]
10ac1976be
chore(deps): update dependency @types/node to v16.18.26 ( #3764 )
...
[![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.25` ->
`16.18.26`](https://renovatebot.com/diffs/npm/@types%2fnode/16.18.25/16.18.26 )
|
[![age](https://badges.renovateapi.com/packages/npm/@types%2fnode/16.18.26/age-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://badges.renovateapi.com/packages/npm/@types%2fnode/16.18.26/adoption-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://badges.renovateapi.com/packages/npm/@types%2fnode/16.18.26/compatibility-slim/16.18.25 )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://badges.renovateapi.com/packages/npm/@types%2fnode/16.18.26/confidence-slim/16.18.25 )](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:eyJjcmVhdGVkSW5WZXIiOiIzNS43OS4xIiwidXBkYXRlZEluVmVyIjoiMzUuNzkuMSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-05-13 01:50:29 +00:00
renovate[bot]
341d7a8281
fix(deps): update dependency db-migrate-pg to v1.3.0 ( #3744 )
...
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg )](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [db-migrate-pg](https://togithub.com/db-migrate/pg ) | [`1.2.2` ->
`1.3.0`](https://renovatebot.com/diffs/npm/db-migrate-pg/1.2.2/1.3.0 ) |
[![age](https://badges.renovateapi.com/packages/npm/db-migrate-pg/1.3.0/age-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://badges.renovateapi.com/packages/npm/db-migrate-pg/1.3.0/adoption-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://badges.renovateapi.com/packages/npm/db-migrate-pg/1.3.0/compatibility-slim/1.2.2 )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://badges.renovateapi.com/packages/npm/db-migrate-pg/1.3.0/confidence-slim/1.2.2 )](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>db-migrate/pg</summary>
###
[`v1.3.0`](https://togithub.com/db-migrate/pg/compare/v1.2.4...v1.3.0 )
[Compare
Source](https://togithub.com/db-migrate/pg/compare/v1.2.4...v1.3.0 )
###
[`v1.2.4`](https://togithub.com/db-migrate/pg/compare/v1.2.3...v1.2.4 )
[Compare
Source](https://togithub.com/db-migrate/pg/compare/v1.2.3...v1.2.4 )
###
[`v1.2.3`](https://togithub.com/db-migrate/pg/compare/v1.2.2...v1.2.3 )
[Compare
Source](https://togithub.com/db-migrate/pg/compare/v1.2.2...v1.2.3 )
</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:eyJjcmVhdGVkSW5WZXIiOiIzNS43NS4wIiwidXBkYXRlZEluVmVyIjoiMzUuNzguMCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-05-12 23:28:47 +00:00
renovate[bot]
a9f489e923
chore(deps): update dependency openapi-enforcer to v1.22.3 ( #3753 )
...
[![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.2` ->
`1.22.3`](https://renovatebot.com/diffs/npm/openapi-enforcer/1.22.2/1.22.3 )
|
[![age](https://badges.renovateapi.com/packages/npm/openapi-enforcer/1.22.3/age-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://badges.renovateapi.com/packages/npm/openapi-enforcer/1.22.3/adoption-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://badges.renovateapi.com/packages/npm/openapi-enforcer/1.22.3/compatibility-slim/1.22.2 )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://badges.renovateapi.com/packages/npm/openapi-enforcer/1.22.3/confidence-slim/1.22.2 )](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>byu-oit/openapi-enforcer</summary>
###
[`v1.22.3`](https://togithub.com/byu-oit/openapi-enforcer/blob/HEAD/CHANGELOG.md#​1223 )
[Compare
Source](72e13f2b91...5f3718155e
)
##### Security
- **Update Dependencies**
Updated some dependencies to address security vulnerabilities.
</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:eyJjcmVhdGVkSW5WZXIiOiIzNS43OS4xIiwidXBkYXRlZEluVmVyIjoiMzUuNzkuMSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-05-12 21:12:27 +00:00
GitHub Actions Bot
eb88fe4d7f
5.1.0-beta.51
2023-05-12 18:02:09 +00:00
GitHub Actions Bot
1eaa619c9b
5.1.0-beta.50
2023-05-12 17:52:30 +00:00
GitHub Actions Bot
094d59ac4d
5.1.0-beta.49
2023-05-12 14:35:25 +00:00
GitHub Actions Bot
08a0642687
5.1.0-beta.48
2023-05-12 13:24:45 +00:00
GitHub Actions Bot
3c6691284f
5.1.0-beta.47
2023-05-12 12:14:59 +00:00
GitHub Actions Bot
c36e4abf3e
5.1.0-beta.46
2023-05-12 11:25:56 +00:00
GitHub Actions Bot
64e3609867
5.1.0-beta.45
2023-05-12 10:23:38 +00:00
Nuno Góis
a9c24e4262
chore: simplify package scripts ( #3736 )
...
# Simplify package scripts
This PR's purpose is to raise a discussion surrounding our current
package scripts.
It includes some suggestions that aim to simplify the scripts and
hopefully bring a much more straightforward approach to developing and
contributing to Unleash.
Building (prod) should only happen **explicitly** and when needed.
## Before PR (current behavior)
- Clone the project;
- Open 2 terminals: One for `unleash` and another for
`unleash/frontend`;
- On `unleash`:
- Run `yarn` (which will also build, for some reason?);
- Run `yarn start:dev` to start backend in dev mode (`tsc-watch`);
- On `unleash/frontend`:
- Run `yarn` (which will also build, for some reason?);
- Run `yarn start` to start frontend in dev mode (`vite`);
So it seems to me like we build unnecessarily every time we install
dependencies. Neither dev scripts need to build the project, as backend
uses `tsc-watch` and frontend uses `vite`. I'm unsure why this is the
case, as building can take a very long time.
![image](https://github.com/Unleash/unleash/assets/14320932/5ecb7df1-e5b4-4d70-ba7e-97119f5d1116 )
There's also some complexity in the way we need to split the terminal to
`cd` into `frontend` and treat it as a different project. The fact that
we have different script names is also confusing (`yarn start`, `yarn
start:dev`, etc).
## After PR
- Clone the project;
- Run `yarn` to install all dependencies;
- Run `yarn dev` to get started developing Unleash;
Running `yarn` should take care of everything needed to start
developing. This includes installing dependencies for frontend as well.
It should not build projects if we are not being explicit about it,
especially since we don't need to build them at this stage.
![image](https://github.com/Unleash/unleash/assets/14320932/614e42fc-3467-432f-91fc-624b1b35c7c1 )
Running `yarn dev` should start the project in dev mode. This means
running both projects in `dev` mode, which for `backend` means running
`tsc-watch` and for `frontend` means running `vite`.
Here this PR attempts to provide a better DX by using
[concurrently](https://www.npmjs.com/package/concurrently ) and
[wait-on](https://www.npmjs.com/package/wait-on ) - This means both tasks
are ran simultaneously, stdout is labeled accordingly, and are stopped
together. It also means that `frontend` waits for `backend` to be
serving at `4242` before starting, since `frontend` starts pretty much
immediately with `vite` and `backend` takes a bit longer. Of course,
when the `backend` is hot-reloading you may still find some
`ECONNREFUSED`s on `frontend` stdout while it recompiles.
![image](https://github.com/Unleash/unleash/assets/14320932/8bde8ee2-3cad-4e3f-a0db-9eed60cfb04d )
No more splitting your terminal and treating `frontend` as a separate
project.
## Discussion points
Maybe there's a better alternative to `tsc-watch`? I briefly explored
some alternatives and while they had a much faster starting speed,
hot-reload was sometimes slower. IMO we should aspire to run
`src/server-dev.ts` directly and only compile when needed.
Running `dev:backend` still serves a version of the frontend (at 4242).
**Why? Can we remove that behavior?**
I can't imagine a scenario in dev where we wouldn't want to run the
latest version of the frontend with `vite`.
~~**Note:** This PR removes all other out-of-scope scripts to focus on
this revamp. If we decide to merge it, we should evaluate what other
existing scripts we still want to include. May be a good opportunity to
clean up unused ones and only include the ones we really use. This
includes scripts that our GH actions rely on.~~
**Update:** In an effort to minimize impact surface of this PR and make
it a bit more ready for merging:
- It updates some docs in
2a4ff805e8
and
1bbc488251
to reflect our new simplified flow;
- It includes the old package scripts for now in
039bc04699
;
- It updates some of our GH actions to reflect the new scripts in
7782cb9b12
;
Given its current status I'll promote the PR to "ready for review".
I still think we should have a second look at our existing scripts and
GH actions to see what we really need and/or should adapt, but it should
be a team effort so we have a broader context. Maybe on a follow-up PR.
Does this require any changes to related projects (e.g. Enterprise)?
---------
Co-authored-by: Gastón Fournier <gaston@getunleash.io>
2023-05-12 11:23:22 +01:00
GitHub Actions Bot
b42b18fe72
5.1.0-beta.44
2023-05-12 09:08:09 +00:00
GitHub Actions Bot
1b16fdb099
5.1.0-beta.43
2023-05-12 08:51:51 +00:00
GitHub Actions Bot
494a1e475c
5.1.0-beta.42
2023-05-11 18:01:28 +00:00
Thomas Heartman
9943179393
Clean up old errors ( #3633 )
...
This PR attempts to improve the error handling introduced in #3607 .
## About the changes
## **tl;dr:**
- Make `UnleashError` constructor protected
- Make all custom errors inherit from `UnleashError`.
- Add tests to ensure that all special error cases include their
relevant data
- Remove `PasswordMismatchError` and `BadRequestError`. These don't
exist.
- Add a few new error types: `ContentTypeError`, `NotImplementedError`,
`UnauthorizedError`
- Remove the `...rest` parameter from error constructor
- Add an unexported `GenericUnleashError` class
- Move OpenAPI conversion function to `BadDataError` clas
- Remove explicit `Error.captureStackTrace`. This is done automatically.
- Extract `getPropFromString` function and add tests
### **In a more verbose fashion**
The main thing is that all our internal errors now inherit
from`UnleashError`. This allows us to simplify the `UnleashError`
constructor and error handling in general while still giving us the
extra benefits we added to that class. However, it _does_ also mean that
I've had to update **all** existing error classes.
The constructor for `UnleashError` is now protected and all places that
called that constructor directly have been updated. Because the base
error isn't available anymore, I've added three new errors to cover use
cases that we didn't already have covered: `NotImplementedError`,
`UnauthorizedError`, `ContentTypeError`. This is to stay consistent in
how we report errors to the user.
There is also an internal class, `GenericUnleashError` that inherits
from the base error. This class is only used in conversions for cases
where we don't know what the error is. It is not exported.
In making all the errors inherit, I've also removed the `...rest`
parameter from the `UnleashError` constructor. We don't need this
anymore.
Following on from the fixes with missing properties in #3638 , I have
added tests for all errors that contain extra data.
Some of the error names that were originally used when creating the list
don't exist in the backend. `BadRequestError` and
`PasswordMismatchError` have been removed.
The `BadDataError` class now contains the conversion code for OpenAPI
validation errors. In doing so, I extracted and tested the
`getPropFromString` function.
### Main files
Due to the nature of the changes, there's a lot of files to look at. So
to make it easier to know where to turn your attention:
The changes in `api-error.ts` contain the main changes: protected
constructor, removal of OpenAPI conversion (moved into `BadDataError`.
`api-error.test.ts` contains tests to make sure that errors work as
expected.
Aside from `get-prop-from-string.ts` and the tests, everything else is
just the required updates to go through with the changes.
## Discussion points
I've gone for inheritance of the Error type over composition. This is in
large part because throwing actual Error instances instead of just
objects is preferable (because they collect stack traces, for instance).
However, it's quite possible that we could solve the same thing in a
more elegant fashion using composition.
## For later / suggestions for further improvements
The `api-error` files still contain a lot of code. I think it might be
beneficial to break each Error into a separate folder that includes the
error, its tests, and its schema (if required). It would help decouple
it a bit.
We don't currently expose the schema anywhere, so it's not available in
the openapi spec. We should look at exposing it too.
Finally, it would be good to go through each individual error message
and update each one to be as helpful as possible.
2023-05-11 11:10:57 +02:00
GitHub Actions Bot
6645857c17
5.1.0-beta.41
2023-05-10 13:47:21 +00:00
renovate[bot]
795e919ea6
chore(deps): update typescript-eslint monorepo to v5.59.2 ( #3732 )
...
[![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.59.1` ->
`5.59.2`](https://renovatebot.com/diffs/npm/@typescript-eslint%2feslint-plugin/5.59.1/5.59.2 )
|
[![age](https://badges.renovateapi.com/packages/npm/@typescript-eslint%2feslint-plugin/5.59.2/age-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://badges.renovateapi.com/packages/npm/@typescript-eslint%2feslint-plugin/5.59.2/adoption-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://badges.renovateapi.com/packages/npm/@typescript-eslint%2feslint-plugin/5.59.2/compatibility-slim/5.59.1 )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://badges.renovateapi.com/packages/npm/@typescript-eslint%2feslint-plugin/5.59.2/confidence-slim/5.59.1 )](https://docs.renovatebot.com/merge-confidence/ )
|
|
[@typescript-eslint/parser](https://togithub.com/typescript-eslint/typescript-eslint )
| [`5.59.1` ->
`5.59.2`](https://renovatebot.com/diffs/npm/@typescript-eslint%2fparser/5.59.1/5.59.2 )
|
[![age](https://badges.renovateapi.com/packages/npm/@typescript-eslint%2fparser/5.59.2/age-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://badges.renovateapi.com/packages/npm/@typescript-eslint%2fparser/5.59.2/adoption-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://badges.renovateapi.com/packages/npm/@typescript-eslint%2fparser/5.59.2/compatibility-slim/5.59.1 )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://badges.renovateapi.com/packages/npm/@typescript-eslint%2fparser/5.59.2/confidence-slim/5.59.1 )](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>typescript-eslint/typescript-eslint
(@​typescript-eslint/eslint-plugin)</summary>
###
[`v5.59.2`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#​5592-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5591v5592-2023-05-01 )
[Compare
Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.59.1...v5.59.2 )
**Note:** Version bump only for package
[@​typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin )
</details>
<details>
<summary>typescript-eslint/typescript-eslint
(@​typescript-eslint/parser)</summary>
###
[`v5.59.2`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#​5592-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5591v5592-2023-05-01 )
[Compare
Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.59.1...v5.59.2 )
**Note:** Version bump only for package
[@​typescript-eslint/parser](https://togithub.com/typescript-eslint/parser )
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about these
updates again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS43NS4wIiwidXBkYXRlZEluVmVyIjoiMzUuNzUuMCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-05-10 13:03:54 +00:00
GitHub Actions Bot
31693f1543
5.1.0-beta.40
2023-05-10 11:48:16 +00:00
GitHub Actions Bot
1272a110b0
5.1.0-beta.39
2023-05-10 11:32:06 +00:00
renovate[bot]
25a937dcfb
chore(deps): update dependency @babel/core to v7.21.8 ( #3729 )
...
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg )](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@babel/core](https://babel.dev/docs/en/next/babel-core )
([source](https://togithub.com/babel/babel )) | [`7.21.5` ->
`7.21.8`](https://renovatebot.com/diffs/npm/@babel%2fcore/7.21.5/7.21.8 )
|
[![age](https://badges.renovateapi.com/packages/npm/@babel%2fcore/7.21.8/age-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://badges.renovateapi.com/packages/npm/@babel%2fcore/7.21.8/adoption-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://badges.renovateapi.com/packages/npm/@babel%2fcore/7.21.8/compatibility-slim/7.21.5 )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://badges.renovateapi.com/packages/npm/@babel%2fcore/7.21.8/confidence-slim/7.21.5 )](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>babel/babel</summary>
###
[`v7.21.8`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v7218-2023-05-02 )
[Compare
Source](https://togithub.com/babel/babel/compare/v7.21.5...v7.21.8 )
##### 👓 Spec Compliance
- `babel-parser`
- [#​15602](https://togithub.com/babel/babel/pull/15602 ) Remove
`using await` restriction in explicitResourceManagement
([@​JLHwung](https://togithub.com/JLHwung ))
##### 🐛 Bug Fix
- `babel-helper-create-class-features-plugin`,
`babel-helper-create-regexp-features-plugin`
- [#​15605](https://togithub.com/babel/babel/pull/15605 ) Fix
backward compat for semver checks in class\®exp feat plugins
([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo ))
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS43NC4wIiwidXBkYXRlZEluVmVyIjoiMzUuNzQuMCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-05-09 22:18:23 +00:00
GitHub Actions Bot
fe6410957b
5.1.0-beta.38
2023-05-09 19:34:37 +00:00
GitHub Actions Bot
be11c08f41
5.1.0-beta.37
2023-05-09 19:30:39 +00:00
GitHub Actions Bot
dd79795dcc
5.1.0-beta.36
2023-05-09 15:24:51 +00:00
GitHub Actions Bot
72f7b66bf0
5.1.0-beta.35
2023-05-09 13:40:00 +00:00
GitHub Actions Bot
b4d91f793e
5.1.0-beta.34
2023-05-09 13:02:56 +00:00
GitHub Actions Bot
6506fcc5a7
5.1.0-beta.33
2023-05-09 11:18:39 +00:00
GitHub Actions Bot
4bb7ce7761
5.1.0-beta.32
2023-05-09 10:48:18 +00:00
GitHub Actions Bot
a6aa34ece5
5.1.0-beta.31
2023-05-09 09:22:54 +00:00
GitHub Actions Bot
97f22d496f
5.1.0-beta.30
2023-05-09 09:14:03 +00:00
GitHub Actions Bot
871c9da83c
5.1.0-beta.29
2023-05-09 07:04:59 +00:00
renovate[bot]
dca990cf26
chore(deps): update dependency @swc/core to v1.3.56 ( #3706 )
...
[![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.55` ->
`1.3.56`](https://renovatebot.com/diffs/npm/@swc%2fcore/1.3.55/1.3.56 ) |
[![age](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.56/age-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.56/adoption-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.56/compatibility-slim/1.3.55 )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.56/confidence-slim/1.3.55 )](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>swc-project/swc</summary>
###
[`v1.3.56`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#​1356---2023-04-29 )
[Compare
Source](https://togithub.com/swc-project/swc/compare/v1.3.55...v1.3.56 )
##### Bug Fixes
- **(es/codegen)** Emit type arguments for call expressions
([#​7335](https://togithub.com/swc-project/swc/issues/7335 ))
([7e99e5f](7e99e5fd2c
))
- **(es/parser)** Parse decorators after `export`
([#​7340](https://togithub.com/swc-project/swc/issues/7340 ))
([985f0ca](985f0cad06
))
- **(es/typescript)** Fix typescript strip pass
([#​7342](https://togithub.com/swc-project/swc/issues/7342 ))
([d061d29](d061d295ff
))
- **(plugin/runner)** Revert
[#​7341](https://togithub.com/swc-project/swc/issues/7341 )
([#​7344](https://togithub.com/swc-project/swc/issues/7344 ))
([d6999ba](d6999ba1ac
))
##### Features
- **(es/minifier)** Drop expressions using sequential inliner
([#​6936](https://togithub.com/swc-project/swc/issues/6936 ))
([246300a](246300ae25
))
- **(plugin/runner)** Improve caching
([#​7341](https://togithub.com/swc-project/swc/issues/7341 ))
([245163a](245163a778
))
</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:eyJjcmVhdGVkSW5WZXIiOiIzNS43MS40IiwidXBkYXRlZEluVmVyIjoiMzUuNzEuNCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-05-08 21:48:45 +00:00
GitHub Actions Bot
f23df62667
5.1.0-beta.28
2023-05-08 12:45:08 +00:00
GitHub Actions Bot
fab0f97404
5.1.0-beta.27
2023-05-08 11:56:58 +00:00
GitHub Actions Bot
68741bb67e
5.1.0-beta.26
2023-05-08 10:15:46 +00:00
GitHub Actions Bot
6053963750
5.1.0-beta.25
2023-05-08 08:42:54 +00:00
renovate[bot]
dc6a158794
chore(deps): update typescript-eslint monorepo to v5.59.1 ( #3705 )
...
[![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.53.0` ->
`5.59.1`](https://renovatebot.com/diffs/npm/@typescript-eslint%2feslint-plugin/5.53.0/5.59.1 )
|
[![age](https://badges.renovateapi.com/packages/npm/@typescript-eslint%2feslint-plugin/5.59.1/age-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://badges.renovateapi.com/packages/npm/@typescript-eslint%2feslint-plugin/5.59.1/adoption-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://badges.renovateapi.com/packages/npm/@typescript-eslint%2feslint-plugin/5.59.1/compatibility-slim/5.53.0 )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://badges.renovateapi.com/packages/npm/@typescript-eslint%2feslint-plugin/5.59.1/confidence-slim/5.53.0 )](https://docs.renovatebot.com/merge-confidence/ )
|
|
[@typescript-eslint/parser](https://togithub.com/typescript-eslint/typescript-eslint )
| [`5.53.0` ->
`5.59.1`](https://renovatebot.com/diffs/npm/@typescript-eslint%2fparser/5.53.0/5.59.1 )
|
[![age](https://badges.renovateapi.com/packages/npm/@typescript-eslint%2fparser/5.59.1/age-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://badges.renovateapi.com/packages/npm/@typescript-eslint%2fparser/5.59.1/adoption-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://badges.renovateapi.com/packages/npm/@typescript-eslint%2fparser/5.59.1/compatibility-slim/5.53.0 )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://badges.renovateapi.com/packages/npm/@typescript-eslint%2fparser/5.59.1/confidence-slim/5.53.0 )](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>typescript-eslint/typescript-eslint
(@​typescript-eslint/eslint-plugin)</summary>
###
[`v5.59.1`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#​5591-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5590v5591-2023-04-24 )
[Compare
Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.59.0...v5.59.1 )
##### Bug Fixes
- **eslint-plugin:** \[prefer-regexp-exec] skip malformed regexes
([#​6935](https://togithub.com/typescript-eslint/typescript-eslint/issues/6935 ))
([05ed60e](05ed60e25f
))
- **eslint-plugin:** \[unified-signatures] no parameters function
([#​6940](https://togithub.com/typescript-eslint/typescript-eslint/issues/6940 ))
([2970861](297086154a
))
###
[`v5.59.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#​5590-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5580v5590-2023-04-17 )
[Compare
Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.58.0...v5.59.0 )
##### Bug Fixes
- **eslint-plugin:** \[no-unnecessary-condition] allow nullish
coalescing for naked type parameter
([#​6910](https://togithub.com/typescript-eslint/typescript-eslint/issues/6910 ))
([3e5f858](3e5f8583f1
))
##### Features
- **eslint-plugin:** \[ban-types] add NonNullable suggestion and allow
custom suggestions
([#​6876](https://togithub.com/typescript-eslint/typescript-eslint/issues/6876 ))
([ff65235](ff65235246
))
###
[`v5.58.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#​5580-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5571v5580-2023-04-10 )
[Compare
Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.57.1...v5.58.0 )
##### Bug Fixes
- **eslint-plugin:** \[unified-signatures] allow overloads with
different named and different number of parameters
([#​6877](https://togithub.com/typescript-eslint/typescript-eslint/issues/6877 ))
([939d665](939d6656eb
))
##### Features
- **eslint-plugin:** \[no-unsafe-enum-comparison] add rule
([#​6107](https://togithub.com/typescript-eslint/typescript-eslint/issues/6107 ))
([915f9c2](915f9c2dc8
))
####
[5.57.1](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.57.0...v5.57.1 )
(2023-04-03)
##### Bug Fixes
- **eslint-plugin:** \[strict-boolean-expressions] support mixed enums
in allowNullableEnum option
([#​6740](https://togithub.com/typescript-eslint/typescript-eslint/issues/6740 ))
([49be8a8](49be8a814c
))
###
[`v5.57.1`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#​5571-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5570v5571-2023-04-03 )
[Compare
Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.57.0...v5.57.1 )
##### Bug Fixes
- **eslint-plugin:** \[strict-boolean-expressions] support mixed enums
in allowNullableEnum option
([#​6740](https://togithub.com/typescript-eslint/typescript-eslint/issues/6740 ))
([49be8a8](49be8a814c
))
###
[`v5.57.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#​5570-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5560v5570-2023-03-27 )
[Compare
Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.56.0...v5.57.0 )
##### Bug Fixes
- **eslint-plugin:** \[no-unnecessary-boolean-literal-compare] simplify
fixer and add support for double negation
([#​6620](https://togithub.com/typescript-eslint/typescript-eslint/issues/6620 ))
([81c8519](81c85193d2
))
- **eslint-plugin:** correct crashes with getTypeArguments for ts < 3.7
([#​6767](https://togithub.com/typescript-eslint/typescript-eslint/issues/6767 ))
([59eab58](59eab58789
))
##### Features
- **eslint-plugin:** \[consistent-type-assertions] add suggestions for
objectLiteralTypeAssertions
([#​6642](https://togithub.com/typescript-eslint/typescript-eslint/issues/6642 ))
([720e811](720e81138b
))
- **eslint-plugin:** \[consistent-type-assertions] autofix angle bracket
assertions to as
([#​6641](https://togithub.com/typescript-eslint/typescript-eslint/issues/6641 ))
([ad8ea64](ad8ea64dbd
))
- **eslint-plugin:** add `no-duplicate-type-constituents` rule
([#​5728](https://togithub.com/typescript-eslint/typescript-eslint/issues/5728 ))
([bc31078](bc31078cf8
))
###
[`v5.56.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#​5560-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5550v5560-2023-03-20 )
[Compare
Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.55.0...v5.56.0 )
##### Bug Fixes
- **eslint-plugin:** \[member-ordering] check order when
optionalityOrder is present with no optional members
([#​6619](https://togithub.com/typescript-eslint/typescript-eslint/issues/6619 ))
([6aff431](6aff431668
))
- **eslint-plugin:** \[no-misused-promises] avoid unnecessary calls to
getContextualType
([#​6193](https://togithub.com/typescript-eslint/typescript-eslint/issues/6193 ))
([745cfe4](745cfe4a35
))
- **eslint-plugin:** \[no-misused-promises] fix incorrect detection of
void functions in JSX attributes
([#​6638](https://togithub.com/typescript-eslint/typescript-eslint/issues/6638 ))
([9e41cee](9e41ceeaea
))
- **eslint-plugin:** \[strict-boolean-expression] support falsy and
truthy literals simultaneously
([#​6672](https://togithub.com/typescript-eslint/typescript-eslint/issues/6672 ))
([62ef487](62ef487a99
))
- **eslint-plugin:** \[strict-boolean-expressions] handle truthy enums
([#​6618](https://togithub.com/typescript-eslint/typescript-eslint/issues/6618 ))
([0d0639f](0d0639fb25
))
- **eslint-plugin:** add TSPropertySignature with TSFunctionType
annotation to typeMethod selector
([#​6645](https://togithub.com/typescript-eslint/typescript-eslint/issues/6645 ))
([3fc5c63](3fc5c63f87
))
##### Features
- **eslint-plugin:** add allowNever support to
restrict-template-expressions
([#​6554](https://togithub.com/typescript-eslint/typescript-eslint/issues/6554 ))
([423f164](423f164242
))
###
[`v5.55.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#​5550-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5541v5550-2023-03-13 )
[Compare
Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.54.1...v5.55.0 )
##### Bug Fixes
- **eslint-plugin:** \[no-confusing-void-expression] check sequence
expressions for void is in last position
([#​6597](https://togithub.com/typescript-eslint/typescript-eslint/issues/6597 ))
([d73d7d3](d73d7d3904
))
- **eslint-plugin:** \[no-unnecessary-boolean-literal-compare] fixer
should handle parentheses
([#​6569](https://togithub.com/typescript-eslint/typescript-eslint/issues/6569 ))
([2d8c196](2d8c196294
))
##### Features
- **eslint-plugin:** \[lines-around-comment] add extension rule
([#​5327](https://togithub.com/typescript-eslint/typescript-eslint/issues/5327 ))
([d55211c](d55211caf6
))
- **eslint-plugin:** \[member-ordering] add support for grouping
readonly fields
([#​6349](https://togithub.com/typescript-eslint/typescript-eslint/issues/6349 ))
([9d3bdfc](9d3bdfcb2f
))
- **eslint-plugin:** \[no-unnecessary-cond] check logical assignments
([#​6594](https://togithub.com/typescript-eslint/typescript-eslint/issues/6594 ))
([dbc203a](dbc203aeb6
))
- update TypeScript to 5.0 RC
([#​6570](https://togithub.com/typescript-eslint/typescript-eslint/issues/6570 ))
([36ef0e1](36ef0e16f3
))
- use [@​eslint-community](https://togithub.com/eslint-community )
dependencies
([#​6603](https://togithub.com/typescript-eslint/typescript-eslint/issues/6603 ))
([5f6ed73](5f6ed738a2
))
####
[5.54.1](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.54.0...v5.54.1 )
(2023-03-06)
**Note:** Version bump only for package
[@​typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin )
###
[`v5.54.1`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#​5541-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5540v5541-2023-03-06 )
[Compare
Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.54.0...v5.54.1 )
**Note:** Version bump only for package
[@​typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin )
###
[`v5.54.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#​5540-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5530v5540-2023-02-27 )
[Compare
Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.53.0...v5.54.0 )
##### Features
- **eslint-plugin:** \[promise-function-async] check for promises in
implicit return types
([#​6330](https://togithub.com/typescript-eslint/typescript-eslint/issues/6330 ))
([de1e5ce](de1e5ce112
)),
closes
[#​6329](https://togithub.com/typescript-eslint/typescript-eslint/issues/6329 )
</details>
<details>
<summary>typescript-eslint/typescript-eslint
(@​typescript-eslint/parser)</summary>
###
[`v5.59.1`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#​5591-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5590v5591-2023-04-24 )
[Compare
Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.59.0...v5.59.1 )
**Note:** Version bump only for package
[@​typescript-eslint/parser](https://togithub.com/typescript-eslint/parser )
###
[`v5.59.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#​5590-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5580v5590-2023-04-17 )
[Compare
Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.58.0...v5.59.0 )
**Note:** Version bump only for package
[@​typescript-eslint/parser](https://togithub.com/typescript-eslint/parser )
###
[`v5.58.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#​5580-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5571v5580-2023-04-10 )
[Compare
Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.57.1...v5.58.0 )
##### Bug Fixes
- update getLib for new TypeScript targets ES2021, ES2022
([#​6782](https://togithub.com/typescript-eslint/typescript-eslint/issues/6782 ))
([1c04664](1c04664143
))
####
[5.57.1](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.57.0...v5.57.1 )
(2023-04-03)
**Note:** Version bump only for package
[@​typescript-eslint/parser](https://togithub.com/typescript-eslint/parser )
###
[`v5.57.1`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#​5571-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5570v5571-2023-04-03 )
[Compare
Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.57.0...v5.57.1 )
**Note:** Version bump only for package
[@​typescript-eslint/parser](https://togithub.com/typescript-eslint/parser )
###
[`v5.57.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#​5570-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5560v5570-2023-03-27 )
[Compare
Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.56.0...v5.57.0 )
**Note:** Version bump only for package
[@​typescript-eslint/parser](https://togithub.com/typescript-eslint/parser )
###
[`v5.56.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#​5560-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5550v5560-2023-03-20 )
[Compare
Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.55.0...v5.56.0 )
**Note:** Version bump only for package
[@​typescript-eslint/parser](https://togithub.com/typescript-eslint/parser )
###
[`v5.55.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#​5550-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5541v5550-2023-03-13 )
[Compare
Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.54.1...v5.55.0 )
##### Features
- **parser:** add exported meta object
([#​6586](https://togithub.com/typescript-eslint/typescript-eslint/issues/6586 ))
([d05c3d8](d05c3d8aa4
))
####
[5.54.1](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.54.0...v5.54.1 )
(2023-03-06)
**Note:** Version bump only for package
[@​typescript-eslint/parser](https://togithub.com/typescript-eslint/parser )
###
[`v5.54.1`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#​5541-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5540v5541-2023-03-06 )
[Compare
Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.54.0...v5.54.1 )
**Note:** Version bump only for package
[@​typescript-eslint/parser](https://togithub.com/typescript-eslint/parser )
###
[`v5.54.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#​5540-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5530v5540-2023-02-27 )
[Compare
Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.53.0...v5.54.0 )
**Note:** Version bump only for package
[@​typescript-eslint/parser](https://togithub.com/typescript-eslint/parser )
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about these
updates again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS43MS40IiwidXBkYXRlZEluVmVyIjoiMzUuNzEuNCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-05-06 21:05:49 +00:00
renovate[bot]
1c36205f01
chore(deps): update dependency tsc-watch to v6.0.4 ( #3704 )
...
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg )](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [tsc-watch](https://togithub.com/gilamran/tsc-watch ) | [`6.0.1` ->
`6.0.4`](https://renovatebot.com/diffs/npm/tsc-watch/6.0.1/6.0.4 ) |
[![age](https://badges.renovateapi.com/packages/npm/tsc-watch/6.0.4/age-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://badges.renovateapi.com/packages/npm/tsc-watch/6.0.4/adoption-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://badges.renovateapi.com/packages/npm/tsc-watch/6.0.4/compatibility-slim/6.0.1 )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://badges.renovateapi.com/packages/npm/tsc-watch/6.0.4/confidence-slim/6.0.1 )](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>gilamran/tsc-watch</summary>
###
[`v6.0.4`](https://togithub.com/gilamran/tsc-watch/blob/HEAD/CHANGELOG.md#v604---29042023 )
[Compare
Source](https://togithub.com/gilamran/tsc-watch/compare/v6.0.3...v6.0.4 )
- Automate CRLF to LF conversion
###
[`v6.0.3`](https://togithub.com/gilamran/tsc-watch/blob/HEAD/CHANGELOG.md#v603---29042023 )
[Compare
Source](https://togithub.com/gilamran/tsc-watch/compare/v6.0.2...v6.0.3 )
- Fixed (Again CRLF to LF)
###
[`v6.0.2`](https://togithub.com/gilamran/tsc-watch/releases/tag/v6.0.2 )
[Compare
Source](https://togithub.com/gilamran/tsc-watch/compare/v6.0.1...v6.0.2 )
Fixed CRLF to LF issue
</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:eyJjcmVhdGVkSW5WZXIiOiIzNS43MS40IiwidXBkYXRlZEluVmVyIjoiMzUuNzEuNCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-05-06 19:18:11 +00:00
renovate[bot]
7cdf62e301
chore(deps): update dependency @babel/core to v7.21.5 ( #3700 )
...
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg )](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@babel/core](https://babel.dev/docs/en/next/babel-core )
([source](https://togithub.com/babel/babel )) | [`7.21.4` ->
`7.21.5`](https://renovatebot.com/diffs/npm/@babel%2fcore/7.21.4/7.21.5 )
|
[![age](https://badges.renovateapi.com/packages/npm/@babel%2fcore/7.21.5/age-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://badges.renovateapi.com/packages/npm/@babel%2fcore/7.21.5/adoption-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://badges.renovateapi.com/packages/npm/@babel%2fcore/7.21.5/compatibility-slim/7.21.4 )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://badges.renovateapi.com/packages/npm/@babel%2fcore/7.21.5/confidence-slim/7.21.4 )](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>babel/babel</summary>
###
[`v7.21.5`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v7215-2023-04-28 )
[Compare
Source](https://togithub.com/babel/babel/compare/v7.21.4...v7.21.5 )
##### 👓 Spec Compliance
- `babel-generator`, `babel-parser`, `babel-types`
- [#​15539](https://togithub.com/babel/babel/pull/15539 ) fix:
Remove `mixins` and `implements` for `DeclareInterface` and
`InterfaceDeclaration`
([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu ))
##### 🐛 Bug Fix
- `babel-core`, `babel-generator`,
`babel-plugin-transform-modules-commonjs`,
`babel-plugin-transform-react-jsx`
- [#​15515](https://togithub.com/babel/babel/pull/15515 ) fix: `)`
position with `createParenthesizedExpressions`
([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu ))
- `babel-preset-env`
- [#​15580](https://togithub.com/babel/babel/pull/15580 ) Add
syntax import meta to preset env
([@​JLHwung](https://togithub.com/JLHwung ))
##### 💅 Polish
- `babel-types`
- [#​15546](https://togithub.com/babel/babel/pull/15546 ) Improve
the layout of generated validators
([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu ))
- `babel-core`
- [#​15535](https://togithub.com/babel/babel/pull/15535 ) Use `lt`
instead of `lte` to check TS version for .cts config
([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo ))
##### 🏠 Internal
- `babel-core`
- [#​15575](https://togithub.com/babel/babel/pull/15575 ) Use
synchronous `import.meta.resolve`
([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo ))
- `babel-helper-fixtures`, `babel-preset-typescript`
- [#​15568](https://togithub.com/babel/babel/pull/15568 ) Handle
`.overrides` and `.env` when resolving plugins/presets from fixture
options ([@​JLHwung](https://togithub.com/JLHwung ))
- `babel-helper-create-class-features-plugin`,
`babel-helper-create-regexp-features-plugin`
- [#​15548](https://togithub.com/babel/babel/pull/15548 ) Use
`semver` package to compare versions
([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo ))
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS43MS40IiwidXBkYXRlZEluVmVyIjoiMzUuNzEuNCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-05-06 02:57:23 +00:00
renovate[bot]
242288d527
chore(deps): update dependency tsc-watch to v6.0.1 ( #3698 )
...
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg )](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [tsc-watch](https://togithub.com/gilamran/tsc-watch ) | [`6.0.0` ->
`6.0.1`](https://renovatebot.com/diffs/npm/tsc-watch/6.0.0/6.0.1 ) |
[![age](https://badges.renovateapi.com/packages/npm/tsc-watch/6.0.1/age-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://badges.renovateapi.com/packages/npm/tsc-watch/6.0.1/adoption-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://badges.renovateapi.com/packages/npm/tsc-watch/6.0.1/compatibility-slim/6.0.0 )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://badges.renovateapi.com/packages/npm/tsc-watch/6.0.1/confidence-slim/6.0.0 )](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>gilamran/tsc-watch</summary>
###
[`v6.0.1`](https://togithub.com/gilamran/tsc-watch/blob/HEAD/CHANGELOG.md#v601---28042023 )
[Compare
Source](9d1bd0b24f
...v6.0.1)
- Upgraded to the latest versions of dev dependencies
- fixed failing test on node 18
</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:eyJjcmVhdGVkSW5WZXIiOiIzNS43MS40IiwidXBkYXRlZEluVmVyIjoiMzUuNzEuNCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-05-05 18:24:24 +00:00
renovate[bot]
db2fd7aee7
chore(deps): update jest monorepo ( #3694 )
...
[![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.4.0` ->
`29.5.1`](https://renovatebot.com/diffs/npm/@types%2fjest/29.4.0/29.5.1 )
|
[![age](https://badges.renovateapi.com/packages/npm/@types%2fjest/29.5.1/age-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://badges.renovateapi.com/packages/npm/@types%2fjest/29.5.1/adoption-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://badges.renovateapi.com/packages/npm/@types%2fjest/29.5.1/compatibility-slim/29.4.0 )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://badges.renovateapi.com/packages/npm/@types%2fjest/29.5.1/confidence-slim/29.4.0 )](https://docs.renovatebot.com/merge-confidence/ )
|
| [jest](https://jestjs.io/ )
([source](https://togithub.com/facebook/jest )) | [`29.4.3` ->
`29.5.0`](https://renovatebot.com/diffs/npm/jest/29.4.3/29.5.0 ) |
[![age](https://badges.renovateapi.com/packages/npm/jest/29.5.0/age-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://badges.renovateapi.com/packages/npm/jest/29.5.0/adoption-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://badges.renovateapi.com/packages/npm/jest/29.5.0/compatibility-slim/29.4.3 )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://badges.renovateapi.com/packages/npm/jest/29.5.0/confidence-slim/29.4.3 )](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>facebook/jest</summary>
###
[`v29.5.0`](https://togithub.com/facebook/jest/blob/HEAD/CHANGELOG.md#​2950 )
[Compare
Source](https://togithub.com/facebook/jest/compare/v29.4.3...v29.5.0 )
##### Features
- `[jest-changed-files]` Support Sapling
([#​13941](https://togithub.com/facebook/jest/pull/13941 ))
- `[jest-circus, @​jest/cli, jest-config]` Add feature to
randomize order of tests via CLI flag or through the config
file([#​12922](https://togithub.com/facebook/jest/pull/12922 ))
- `[jest-cli, jest-config, @​jest/core, jest-haste-map,
@​jest/reporters, jest-runner, jest-runtime, @​jest/types]`
Add `workerThreads` configuration option to allow using [worker
threads](https://nodejs.org/dist/latest/docs/api/worker_threads.html )
for parallelization
([#​13939](https://togithub.com/facebook/jest/pull/13939 ))
- `[jest-cli]` Export `yargsOptions`
([#​13970](https://togithub.com/facebook/jest/pull/13970 ))
- `[jest-config]` Add `openHandlesTimeout` option to configure possible
open handles warning.
([#​13875](https://togithub.com/facebook/jest/pull/13875 ))
- `[@jest/create-cache-key-function]` Allow passing `length` argument to
`createCacheKey()` function and set its default value to `16` on Windows
([#​13827](https://togithub.com/facebook/jest/pull/13827 ))
- `[jest-message-util]` Add support for
[AggregateError](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/AggregateError )
([#​13946](https://togithub.com/facebook/jest/pull/13946 ) &
[#​13947](https://togithub.com/facebook/jest/pull/13947 ))
- `[jest-message-util]` Add support for [Error
causes](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error/cause )
in `test` and `it`
([#​13935](https://togithub.com/facebook/jest/pull/13935 ) &
[#​13966](https://togithub.com/facebook/jest/pull/13966 ))
- `[jest-reporters]` Add `summaryThreshold` option to summary reporter
to allow overriding the internal threshold that is used to print the
summary of all failed tests when the number of test suites surpasses it
([#​13895](https://togithub.com/facebook/jest/pull/13895 ))
- `[jest-runtime]` Expose `@sinonjs/fake-timers` async APIs functions
`advanceTimersByTimeAsync(msToRun)` (`tickAsync(msToRun)`),
`advanceTimersToNextTimerAsync(steps)` (`nextAsync`),
`runAllTimersAsync` (`runAllAsync`), and `runOnlyPendingTimersAsync`
(`runToLastAsync`)
([#​13981](https://togithub.com/facebook/jest/pull/13981 ))
- `[jest-runtime, @​jest/transform]` Allow V8 coverage provider to
collect coverage from files which were not loaded explicitly
([#​13974](https://togithub.com/facebook/jest/pull/13974 ))
- `[jest-snapshot]` Add support to `cts` and `mts` TypeScript files to
inline snapshots
([#​13975](https://togithub.com/facebook/jest/pull/13975 ))
- `[jest-worker]` Add `start` method to worker farms
([#​13937](https://togithub.com/facebook/jest/pull/13937 ))
- `[jest-worker]` Support passing a URL as path to worker
([#​13982](https://togithub.com/facebook/jest/pull/13982 ))
##### Fixes
- `[babel-plugin-jest-hoist]` Fix unwanted hoisting of nested `jest`
usages ([#​13952](https://togithub.com/facebook/jest/pull/13952 ))
- `[jest-circus]` Send test case results for `todo` tests
([#​13915](https://togithub.com/facebook/jest/pull/13915 ))
- `[jest-circus]` Update message printed on test timeout
([#​13830](https://togithub.com/facebook/jest/pull/13830 ))
- `[jest-circus]` Avoid creating the word "testfalse" when
`takesDoneCallback` is `false` in the message printed on test timeout
AND updated timeouts test
([#​13954](https://togithub.com/facebook/jest/pull/13954 ))
- `[jest-environment-jsdom]` Stop setting `document` to `null` on
teardown
([#​13972](https://togithub.com/facebook/jest/pull/13972 ))
- `[@jest/expect-utils]` Update `toStrictEqual()` to be able to check
`jest.fn().mock.calls`
([#​13960](https://togithub.com/facebook/jest/pull/13960 ))
- `[@jest/test-result]` Allow `TestResultsProcessor` type to return a
Promise ([#​13950](https://togithub.com/facebook/jest/pull/13950 ))
##### Chore & Maintenance
- `[jest-snapshot]` Remove dependency on `jest-haste-map`
([#​13977](https://togithub.com/facebook/jest/pull/13977 ))
</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:eyJjcmVhdGVkSW5WZXIiOiIzNS43MS40IiwidXBkYXRlZEluVmVyIjoiMzUuNzEuNCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-05-05 14:19:19 +00:00
GitHub Actions Bot
f7550b6f26
5.1.0-beta.24
2023-05-05 11:33:04 +00:00
GitHub Actions Bot
7c77bc133d
5.1.0-beta.23
2023-05-05 08:11:29 +00:00
GitHub Actions Bot
e768a41c66
5.1.0-beta.22
2023-05-05 07:18:29 +00:00
GitHub Actions Bot
ca6b90fdcb
5.1.0-beta.21
2023-05-04 20:21:24 +00:00
renovate[bot]
c21fafc8aa
chore(deps): update dependency nock to v13.3.1 ( #3690 )
...
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg )](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [nock](https://togithub.com/nock/nock ) | [`13.3.0` ->
`13.3.1`](https://renovatebot.com/diffs/npm/nock/13.3.0/13.3.1 ) |
[![age](https://badges.renovateapi.com/packages/npm/nock/13.3.1/age-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://badges.renovateapi.com/packages/npm/nock/13.3.1/adoption-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://badges.renovateapi.com/packages/npm/nock/13.3.1/compatibility-slim/13.3.0 )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://badges.renovateapi.com/packages/npm/nock/13.3.1/confidence-slim/13.3.0 )](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>nock/nock</summary>
### [`v13.3.1`](https://togithub.com/nock/nock/releases/tag/v13.3.1 )
[Compare
Source](https://togithub.com/nock/nock/compare/v13.3.0...v13.3.1 )
##### Bug Fixes
- update Socket for Node 18 compat
([#​2467](https://togithub.com/nock/nock/issues/2467 ))
([f904406](f904406430
))
</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:eyJjcmVhdGVkSW5WZXIiOiIzNS43MS4wIiwidXBkYXRlZEluVmVyIjoiMzUuNzEuMCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-05-04 20:16:05 +00:00
GitHub Actions Bot
ff0fe8679d
5.1.0-beta.20
2023-05-04 07:56:21 +00:00
renovate[bot]
fad7ea83a7
chore(deps): update dependency lint-staged to v13.2.2 ( #3673 )
...
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg )](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [lint-staged](https://togithub.com/okonet/lint-staged ) | [`13.2.1` ->
`13.2.2`](https://renovatebot.com/diffs/npm/lint-staged/13.2.1/13.2.2 ) |
[![age](https://badges.renovateapi.com/packages/npm/lint-staged/13.2.2/age-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://badges.renovateapi.com/packages/npm/lint-staged/13.2.2/adoption-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://badges.renovateapi.com/packages/npm/lint-staged/13.2.2/compatibility-slim/13.2.1 )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://badges.renovateapi.com/packages/npm/lint-staged/13.2.2/confidence-slim/13.2.1 )](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>okonet/lint-staged</summary>
###
[`v13.2.2`](https://togithub.com/okonet/lint-staged/releases/tag/v13.2.2 )
[Compare
Source](https://togithub.com/okonet/lint-staged/compare/v13.2.1...v13.2.2 )
##### Bug Fixes
- **dependencies:** update `yaml@2.2.2` (GHSA-f9xv-q969-pqx4)
([#​1290](https://togithub.com/okonet/lint-staged/issues/1290 ))
([cf691aa](cf691aa188
))
</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:eyJjcmVhdGVkSW5WZXIiOiIzNS42OS4zIiwidXBkYXRlZEluVmVyIjoiMzUuNjkuMyIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-05-03 23:53:57 +00:00
GitHub Actions Bot
6aff96385b
5.1.0-beta.19
2023-05-03 18:47:54 +00:00
GitHub Actions Bot
7264f2063d
5.1.0-beta.18
2023-05-03 09:46:54 +00:00
GitHub Actions Bot
bf1e65aa3f
5.1.0-beta.17
2023-05-03 07:26:26 +00:00
Jaanus Sellin
d8d0261681
feat: set timezone to utc ( #3666 )
2023-05-03 10:25:56 +03:00
renovate[bot]
a06597976b
chore(deps): update dependency @types/node to v16.18.25 ( #3668 )
...
[![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.24` ->
`16.18.25`](https://renovatebot.com/diffs/npm/@types%2fnode/16.18.24/16.18.25 )
|
[![age](https://badges.renovateapi.com/packages/npm/@types%2fnode/16.18.25/age-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://badges.renovateapi.com/packages/npm/@types%2fnode/16.18.25/adoption-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://badges.renovateapi.com/packages/npm/@types%2fnode/16.18.25/compatibility-slim/16.18.24 )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://badges.renovateapi.com/packages/npm/@types%2fnode/16.18.25/confidence-slim/16.18.24 )](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:eyJjcmVhdGVkSW5WZXIiOiIzNS42Ni4zIiwidXBkYXRlZEluVmVyIjoiMzUuNjYuMyIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-05-03 01:58:24 +00:00
GitHub Actions Bot
d31ace666a
5.1.0-beta.16
2023-05-02 18:33:36 +00:00
renovate[bot]
bba9b9a770
chore(deps): update dependency @swc/core to v1.3.55 ( #3664 )
...
[![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.53` ->
`1.3.55`](https://renovatebot.com/diffs/npm/@swc%2fcore/1.3.53/1.3.55 ) |
[![age](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.55/age-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.55/adoption-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.55/compatibility-slim/1.3.53 )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.55/confidence-slim/1.3.53 )](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>swc-project/swc</summary>
###
[`v1.3.55`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#​1355---2023-04-25 )
[Compare
Source](https://togithub.com/swc-project/swc/compare/v1.3.54...v1.3.55 )
##### Bug Fixes
- **(es/helpers)** Add `src/*.mjs` entry back
([#​7328](https://togithub.com/swc-project/swc/issues/7328 ))
([84af855](84af85563f
))
##### Features
- **(es/module)** Add `export_interop_annotation` flag
([#​7330](https://togithub.com/swc-project/swc/issues/7330 ))
([caee073](caee073935
))
###
[`v1.3.54`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#​1354---2023-04-25 )
[Compare
Source](https://togithub.com/swc-project/swc/compare/v1.3.53...v1.3.54 )
##### Bug Fixes
- **(bindings/node)** Support `TsSatisfiesExpression`
([#​7317](https://togithub.com/swc-project/swc/issues/7317 ))
([761ef83](761ef8389d
))
- **(common)** Workaround the `Arc` and `rkyv` issue
([#​7321](https://togithub.com/swc-project/swc/issues/7321 ))
([577f81e](577f81ec40
))
- **(es/codegen)** Fix codegen of `TsModuleDecl`
([#​7319](https://togithub.com/swc-project/swc/issues/7319 ))
([0ca05d8](0ca05d8b69
))
- **(es/compat)** Transform curried function call with optional chaining
([#​7313](https://togithub.com/swc-project/swc/issues/7313 ))
([66b5b11](66b5b110bf
))
##### Testing
- **(es)** Update tsc test suite
([#​7323](https://togithub.com/swc-project/swc/issues/7323 ))
([603f22d](603f22de76
))
</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:eyJjcmVhdGVkSW5WZXIiOiIzNS42Ni4zIiwidXBkYXRlZEluVmVyIjoiMzUuNjYuMyIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-05-02 17:41:29 +00:00
GitHub Actions Bot
e89873f268
5.1.0-beta.15
2023-05-02 13:20:43 +00:00
GitHub Actions Bot
9250bcb18c
5.1.0-beta.14
2023-05-02 07:17:25 +00:00
renovate[bot]
adfa55fb4b
chore(deps): update dependency fast-check to v3.8.1 ( #3659 )
...
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg )](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [fast-check](https://togithub.com/dubzzz/fast-check ) | [`3.8.0` ->
`3.8.1`](https://renovatebot.com/diffs/npm/fast-check/3.8.0/3.8.1 ) |
[![age](https://badges.renovateapi.com/packages/npm/fast-check/3.8.1/age-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://badges.renovateapi.com/packages/npm/fast-check/3.8.1/adoption-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://badges.renovateapi.com/packages/npm/fast-check/3.8.1/compatibility-slim/3.8.0 )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://badges.renovateapi.com/packages/npm/fast-check/3.8.1/confidence-slim/3.8.0 )](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>dubzzz/fast-check</summary>
###
[`v3.8.1`](https://togithub.com/dubzzz/fast-check/blob/HEAD/packages/fast-check/CHANGELOG.md#​381 )
[Compare
Source](https://togithub.com/dubzzz/fast-check/compare/v3.8.0...v3.8.1 )
*New website for the documentation*
\[[Code](https://togithub.com/dubzzz/fast-check/tree/v3.8.1 )]\[[Diff](https://togithub.com/dubzzz/fast-check/compare/v3.8.0...v3.8.1 )]
#### Fixes
- ([PR#​3723](https://togithub.com/dubzzz/fast-check/pull/3723 ))
CI: Switch to docusaurus for the documentation
- ([PR#​3729](https://togithub.com/dubzzz/fast-check/pull/3729 ))
CI: Pre-setup devcontainer with GH Actions
- ([PR#​3728](https://togithub.com/dubzzz/fast-check/pull/3728 ))
CI: Change gh-pages deploy process
- ([PR#​3732](https://togithub.com/dubzzz/fast-check/pull/3732 ))
CI: Move back to github-pages-deploy-action
- ([PR#​3735](https://togithub.com/dubzzz/fast-check/pull/3735 ))
CI: Add gtag for analytics
- ([PR#​3744](https://togithub.com/dubzzz/fast-check/pull/3744 ))
CI: Drop website build on `build:all`
- ([PR#​3751](https://togithub.com/dubzzz/fast-check/pull/3751 ))
CI: Update `baseUrl` on the ain documentation
- ([PR#​3754](https://togithub.com/dubzzz/fast-check/pull/3754 ))
CI: Drop version from website
- ([PR#​3754](https://togithub.com/dubzzz/fast-check/pull/3754 ))
CI: Drop version from website
- ([PR#​3759](https://togithub.com/dubzzz/fast-check/pull/3759 ))
CI: Drop the need for a branch on doc
- ([PR#​3775](https://togithub.com/dubzzz/fast-check/pull/3775 ))
CI: Publish all packages in one workflow
- ([PR#​3724](https://togithub.com/dubzzz/fast-check/pull/3724 ))
Doc: Add fuzz keywords
- ([PR#​3734](https://togithub.com/dubzzz/fast-check/pull/3734 ))
Doc: Add search capability to the doc
- ([PR#​3738](https://togithub.com/dubzzz/fast-check/pull/3738 ))
Doc: Fix broken links to api-reference
- ([PR#​3745](https://togithub.com/dubzzz/fast-check/pull/3745 ))
Doc: Document core building blocks in new documentation
- ([PR#​3750](https://togithub.com/dubzzz/fast-check/pull/3750 ))
Doc: More details into tips/larger-entries...
- ([PR#​3753](https://togithub.com/dubzzz/fast-check/pull/3753 ))
Doc: Add some more configuration tips in the documentation
- ([PR#​3755](https://togithub.com/dubzzz/fast-check/pull/3755 ))
Doc: Update all links to target fast-check.dev
- ([PR#​3757](https://togithub.com/dubzzz/fast-check/pull/3757 ))
Doc: Quick a11y pass on the documentation
- ([PR#​3758](https://togithub.com/dubzzz/fast-check/pull/3758 ))
Doc: Move missing configuration parts to new doc
- ([PR#​3760](https://togithub.com/dubzzz/fast-check/pull/3760 ))
Doc: Link directly to the target page not to 30x ones
- ([PR#​3761](https://togithub.com/dubzzz/fast-check/pull/3761 ))
Doc: Fix broken links in new doc
- ([PR#​3774](https://togithub.com/dubzzz/fast-check/pull/3774 ))
Security: Attach provenance to the packages
- ([PR#​3719](https://togithub.com/dubzzz/fast-check/pull/3719 ))
Script: Ensure proper package definition
</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:eyJjcmVhdGVkSW5WZXIiOiIzNS42My4xIiwidXBkYXRlZEluVmVyIjoiMzUuNjMuMSJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-04-29 01:16:14 +00:00
renovate[bot]
fb390a5e02
chore(deps): update dependency @swc/core to v1.3.53 ( #3658 )
...
[![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.52` ->
`1.3.53`](https://renovatebot.com/diffs/npm/@swc%2fcore/1.3.52/1.3.53 ) |
[![age](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.53/age-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.53/adoption-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.53/compatibility-slim/1.3.52 )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.53/confidence-slim/1.3.52 )](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>swc-project/swc</summary>
###
[`v1.3.53`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#​1353---2023-04-21 )
[Compare
Source](https://togithub.com/swc-project/swc/compare/v1.3.52...v1.3.53 )
##### Bug Fixes
- **(es)** Fix a crash related to source map
([#​7307](https://togithub.com/swc-project/swc/issues/7307 ))
([e7f7b01](e7f7b01f59
))
- **(es/helpers)** Remove unnecessary parameters in `helper_expr!` macro
([#​7296](https://togithub.com/swc-project/swc/issues/7296 ))
([38dfb91](38dfb91ebc
))
- **(es/modules)** Support `jsc.baseUrl` without `jsc.paths`
([#​7302](https://togithub.com/swc-project/swc/issues/7302 ))
([9c279b8](9c279b802b
))
- **(es/parser)** Fix handling of `in` and `out` of typescript
([#​7308](https://togithub.com/swc-project/swc/issues/7308 ))
([6f81cb9](6f81cb9c32
))
- **(testing)** Fix path normalization on windows for testing diffs
([#​7299](https://togithub.com/swc-project/swc/issues/7299 ))
([3422923](3422923cb0
))
##### Miscellaneous Tasks
- **general**: Update issue template to prevent useless issues
([#​7303](https://togithub.com/swc-project/swc/issues/7303 ))
([9816ba2](9816ba2795
))
##### Testing
- **(es/compat)** Add a test for a wrong issue
([#​7300](https://togithub.com/swc-project/swc/issues/7300 ))
([38495a9](38495a9835
))
</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:eyJjcmVhdGVkSW5WZXIiOiIzNS42My4xIiwidXBkYXRlZEluVmVyIjoiMzUuNjMuMSJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-04-28 21:56:45 +00:00
renovate[bot]
fc4798c357
chore(deps): update dependency @types/node to v16.18.24 ( #3642 )
...
[![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.23` ->
`16.18.24`](https://renovatebot.com/diffs/npm/@types%2fnode/16.18.23/16.18.24 )
|
[![age](https://badges.renovateapi.com/packages/npm/@types%2fnode/16.18.24/age-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://badges.renovateapi.com/packages/npm/@types%2fnode/16.18.24/adoption-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://badges.renovateapi.com/packages/npm/@types%2fnode/16.18.24/compatibility-slim/16.18.23 )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://badges.renovateapi.com/packages/npm/@types%2fnode/16.18.24/confidence-slim/16.18.23 )](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:eyJjcmVhdGVkSW5WZXIiOiIzNS42My4xIiwidXBkYXRlZEluVmVyIjoiMzUuNjMuMSJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-04-28 19:30:06 +00:00
GitHub Actions Bot
f35238620a
5.1.0-beta.13
2023-04-28 13:56:53 +00:00
GitHub Actions Bot
09621b8a4f
5.1.0-beta.12
2023-04-28 12:05:35 +00:00
GitHub Actions Bot
e378793de5
5.1.0-beta.11
2023-04-28 11:57:22 +00:00
GitHub Actions Bot
e7dec9a8a4
5.1.0-beta.10
2023-04-28 11:50:59 +00:00
GitHub Actions Bot
178f4ff292
5.1.0-beta.9
2023-04-28 10:26:15 +00:00
GitHub Actions Bot
8e75f14a29
5.1.0-beta.8
2023-04-28 09:21:53 +00:00
GitHub Actions Bot
a984de7941
5.1.0-beta.7
2023-04-28 08:18:27 +00:00
GitHub Actions Bot
108eee91f1
5.1.0-beta.6
2023-04-28 07:08:34 +00:00
renovate[bot]
b18d62521f
chore(deps): update dependency @swc/core to v1.3.52 ( #3641 )
...
[![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.51` ->
`1.3.52`](https://renovatebot.com/diffs/npm/@swc%2fcore/1.3.51/1.3.52 ) |
[![age](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.52/age-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.52/adoption-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.52/compatibility-slim/1.3.51 )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.52/confidence-slim/1.3.51 )](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>swc-project/swc</summary>
###
[`v1.3.52`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#​1352---2023-04-19 )
[Compare
Source](https://togithub.com/swc-project/swc/compare/v1.3.51...v1.3.52 )
##### Bug Fixes
- **(es/minifier)** Fix a inliner bug related to `Script`
([#​7288](https://togithub.com/swc-project/swc/issues/7288 ))
([0aab90c](0aab90c005
))
- **(es/resolver)** Hoist parameter in arrow and constructor
([#​7292](https://togithub.com/swc-project/swc/issues/7292 ))
([7a00f2e](7a00f2e954
))
##### Performance
- **(es/react)** Don't use regex
([#​7284](https://togithub.com/swc-project/swc/issues/7284 ))
([248fd37](248fd374e6
))
- **(preset-env)** Update static map
([#​7293](https://togithub.com/swc-project/swc/issues/7293 ))
([bc83cb2](bc83cb2ecf
))
##### Build
- **(cargo)** Bump up wasmer
([#​7294](https://togithub.com/swc-project/swc/issues/7294 ))
([39d415c](39d415cc16
))
</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:eyJjcmVhdGVkSW5WZXIiOiIzNS42My4xIiwidXBkYXRlZEluVmVyIjoiMzUuNjMuMSJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-04-28 05:25:46 +00:00
GitHub Actions Bot
6c84777e06
5.1.0-beta.5
2023-04-27 13:51:58 +00:00
GitHub Actions Bot
7f0a8362cb
5.1.0-beta.4
2023-04-27 13:12:32 +00:00
GitHub Actions Bot
9deff83d74
5.1.0-beta.3
2023-04-27 08:50:12 +00:00
GitHub Actions Bot
e98d839992
5.1.0-beta.2
2023-04-27 08:22:36 +00:00
GitHub Actions Bot
4f12361c94
5.1.0-beta.1
2023-04-27 07:15:37 +00:00