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
GitHub Actions Bot
21640481ab
5.1.0-beta.0
2023-04-26 15:09:16 +00:00
GitHub Actions Bot
2010e5d345
5.0.0
2023-04-26 14:41:06 +00:00
GitHub Actions Bot
7967a9bfb9
5.0.0-beta.2
2023-04-26 14:08:04 +00:00
GitHub Actions Bot
33dce40773
5.0.0-beta.1
2023-04-26 12:24:31 +00:00
Mateusz Kwasniewski
9cdc3190bc
5.0.0-beta.0 ( #3628 )
2023-04-26 13:51:27 +02:00
GitHub Actions Bot
1e3f652311
4.23.0-beta.84
2023-04-26 09:07:15 +00:00
GitHub Actions Bot
3f73b53452
4.23.0-beta.83
2023-04-26 08:56:14 +00:00
GitHub Actions Bot
8df65d2d39
4.23.0-beta.82
2023-04-26 06:39:11 +00:00
GitHub Actions Bot
b2bb5502b4
4.23.0-beta.81
2023-04-25 13:41:04 +00:00
GitHub Actions Bot
345f593b85
4.23.0-beta.80
2023-04-25 11:25:10 +00:00
GitHub Actions Bot
d1c3bd95be
4.23.0-beta.79
2023-04-25 10:41:12 +00:00
GitHub Actions Bot
8c7c3c34f4
4.23.0-beta.78
2023-04-25 09:57:35 +00:00
GitHub Actions Bot
84977768ff
4.23.0-beta.77
2023-04-25 08:58:11 +00:00
GitHub Actions Bot
8fdb152ec5
4.23.0-beta.76
2023-04-25 08:13:33 +00:00
GitHub Actions Bot
ae60cf05b5
4.23.0-beta.75
2023-04-25 06:36:43 +00:00
renovate[bot]
f616de97f2
chore(deps): update dependency lint-staged to v13.2.1 ( #3600 )
...
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg )](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [lint-staged](https://togithub.com/okonet/lint-staged ) | [`13.1.2` ->
`13.2.1`](https://renovatebot.com/diffs/npm/lint-staged/13.1.2/13.2.1 ) |
[![age](https://badges.renovateapi.com/packages/npm/lint-staged/13.2.1/age-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://badges.renovateapi.com/packages/npm/lint-staged/13.2.1/adoption-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://badges.renovateapi.com/packages/npm/lint-staged/13.2.1/compatibility-slim/13.1.2 )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://badges.renovateapi.com/packages/npm/lint-staged/13.2.1/confidence-slim/13.1.2 )](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>okonet/lint-staged</summary>
###
[`v13.2.1`](https://togithub.com/okonet/lint-staged/releases/tag/v13.2.1 )
[Compare
Source](https://togithub.com/okonet/lint-staged/compare/v13.2.0...v13.2.1 )
##### Bug Fixes
- ignore "package.json" as config file when it's invalid JSON
([#​1281](https://togithub.com/okonet/lint-staged/issues/1281 ))
([e7ed6f7](e7ed6f741d
))
###
[`v13.2.0`](https://togithub.com/okonet/lint-staged/releases/tag/v13.2.0 )
[Compare
Source](c01d9524f6
...v13.2.0)
##### Bug Fixes
- **dependencies:** replace `colorette` with `chalk` for better color
support detection
([f598725](f5987252ae
))
- use index-based stash references for improved MSYS2 compatibility
([#​1270](https://togithub.com/okonet/lint-staged/issues/1270 ))
([60fcd99](60fcd99451
))
##### Features
- version bump only
([#​1275](https://togithub.com/okonet/lint-staged/issues/1275 ))
([05fb382](05fb3829fa
))
###
[`v13.1.4`](da6da00654
...c01d9524f6bcec8180e6f870f0c86ae3f77ab76a)
[Compare
Source](da6da00654
...c01d9524f6bcec8180e6f870f0c86ae3f77ab76a)
###
[`v13.1.3`](https://togithub.com/okonet/lint-staged/compare/v13.1.2...da6da00654248c34e4f7ce94f61d68ee46f177a1 )
[Compare
Source](https://togithub.com/okonet/lint-staged/compare/v13.1.2...da6da00654248c34e4f7ce94f61d68ee46f177a1 )
</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:eyJjcmVhdGVkSW5WZXIiOiIzNS41Ny40IiwidXBkYXRlZEluVmVyIjoiMzUuNTcuNCJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-04-24 17:56:54 +00:00
GitHub Actions Bot
3b45a7fa91
4.23.0-beta.74
2023-04-24 13:32:40 +00:00
GitHub Actions Bot
e4f7a644e8
4.23.0-beta.73
2023-04-24 12:02:26 +00:00
GitHub Actions Bot
0e84b973dd
4.23.0-beta.72
2023-04-24 11:37:35 +00:00
GitHub Actions Bot
0141e2bec6
4.23.0-beta.71
2023-04-24 07:59:32 +00:00
renovate[bot]
f86d1ff13d
chore(deps): update dependency fast-check to v3.8.0 ( #3599 )
...
[![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.6.3` ->
`3.8.0`](https://renovatebot.com/diffs/npm/fast-check/3.6.3/3.8.0 ) |
[![age](https://badges.renovateapi.com/packages/npm/fast-check/3.8.0/age-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://badges.renovateapi.com/packages/npm/fast-check/3.8.0/adoption-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://badges.renovateapi.com/packages/npm/fast-check/3.8.0/compatibility-slim/3.6.3 )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://badges.renovateapi.com/packages/npm/fast-check/3.8.0/confidence-slim/3.6.3 )](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>dubzzz/fast-check</summary>
###
[`v3.8.0`](https://togithub.com/dubzzz/fast-check/blob/HEAD/packages/fast-check/CHANGELOG.md#​380 )
[Compare
Source](https://togithub.com/dubzzz/fast-check/compare/v3.7.1...v3.8.0 )
*Introduce new `gen` arbitrary*
\[[Code](https://togithub.com/dubzzz/fast-check/tree/v3.8.0 )]\[[Diff](https://togithub.com/dubzzz/fast-check/compare/v3.7.1...v3.8.0 )]
#### Features
- ([PR#​3395](https://togithub.com/dubzzz/fast-check/pull/3395 ))
Introduce new `gen` arbitrary
#### Fixes
- ([PR#​3706](https://togithub.com/dubzzz/fast-check/pull/3706 ))
Doc: Document newly added `fc.gen()`
***
###
[`v3.7.1`](https://togithub.com/dubzzz/fast-check/blob/HEAD/packages/fast-check/CHANGELOG.md#​371 )
[Compare
Source](https://togithub.com/dubzzz/fast-check/compare/v3.7.0...v3.7.1 )
*Safer declaration of types in package.json*
\[[Code](https://togithub.com/dubzzz/fast-check/tree/v3.7.1 )]\[[Diff](https://togithub.com/dubzzz/fast-check/compare/v3.7.0...v3.7.1 )]
#### Fixes
- ([PR#​3671](https://togithub.com/dubzzz/fast-check/pull/3671 ))
Bug: Declare types field first in exports
- ([PR#​3646](https://togithub.com/dubzzz/fast-check/pull/3646 ))
Doc: Fix a typo in Runners.md
###
[`v3.7.0`](https://togithub.com/dubzzz/fast-check/blob/HEAD/packages/fast-check/CHANGELOG.md#​370 )
[Compare
Source](https://togithub.com/dubzzz/fast-check/compare/v3.6.3...v3.7.0 )
*Better error reports without duplicated messages*
\[[Code](https://togithub.com/dubzzz/fast-check/tree/v3.7.0 )]\[[Diff](https://togithub.com/dubzzz/fast-check/compare/v3.6.3...v3.7.0 )]
#### Features
- ([PR#​3638](https://togithub.com/dubzzz/fast-check/pull/3638 ))
Stop repeating the error twice in reports
#### Fixes
- ([PR#​3637](https://togithub.com/dubzzz/fast-check/pull/3637 ))
CI: Update ts-jest configuration files
***
</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:eyJjcmVhdGVkSW5WZXIiOiIzNS41Ny40IiwidXBkYXRlZEluVmVyIjoiMzUuNTcuNCJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-04-24 02:15:41 +00:00
renovate[bot]
5795474eb3
chore(deps): update dependency eslint-config-prettier to v8.8.0 ( #3598 )
...
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg )](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[eslint-config-prettier](https://togithub.com/prettier/eslint-config-prettier )
| [`8.6.0` ->
`8.8.0`](https://renovatebot.com/diffs/npm/eslint-config-prettier/8.6.0/8.8.0 )
|
[![age](https://badges.renovateapi.com/packages/npm/eslint-config-prettier/8.8.0/age-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://badges.renovateapi.com/packages/npm/eslint-config-prettier/8.8.0/adoption-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://badges.renovateapi.com/packages/npm/eslint-config-prettier/8.8.0/compatibility-slim/8.6.0 )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://badges.renovateapi.com/packages/npm/eslint-config-prettier/8.8.0/confidence-slim/8.6.0 )](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>prettier/eslint-config-prettier</summary>
###
[`v8.8.0`](https://togithub.com/prettier/eslint-config-prettier/blob/HEAD/CHANGELOG.md#Version-880-2023-03-20 )
[Compare
Source](https://togithub.com/prettier/eslint-config-prettier/compare/v8.7.0...v8.8.0 )
- Added:
\[[@​typescript-eslint/lines-around-comment](https://togithub.com/typescript-eslint/lines-around-comment )].
Thanks to [@​ttionya](https://togithub.com/ttionya )!
###
[`v8.7.0`](https://togithub.com/prettier/eslint-config-prettier/blob/HEAD/CHANGELOG.md#Version-870-2023-03-06 )
[Compare
Source](https://togithub.com/prettier/eslint-config-prettier/compare/v8.6.0...v8.7.0 )
- Added:
\[[@​typescript-eslint/block-spacing](https://togithub.com/typescript-eslint/block-spacing )].
Thanks to [@​ttionya](https://togithub.com/ttionya )!
- Added:
\[[@​typescript-eslint/key-spacing](https://togithub.com/typescript-eslint/key-spacing )].
Thanks to [@​ttionya](https://togithub.com/ttionya )!
</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:eyJjcmVhdGVkSW5WZXIiOiIzNS41Ny4wIiwidXBkYXRlZEluVmVyIjoiMzUuNTcuMCJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-04-23 17:01:24 +00:00
renovate[bot]
88a857461f
chore(deps): update dependency @swc/core to v1.3.51 ( #3597 )
...
[![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.50` ->
`1.3.51`](https://renovatebot.com/diffs/npm/@swc%2fcore/1.3.50/1.3.51 ) |
[![age](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.51/age-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.51/adoption-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.51/compatibility-slim/1.3.50 )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.51/confidence-slim/1.3.50 )](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>swc-project/swc</summary>
###
[`v1.3.51`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#​1351---2023-04-16 )
[Compare
Source](https://togithub.com/swc-project/swc/compare/v1.3.50...v1.3.51 )
##### Bug Fixes
- **(es)** Allow extra comments after `sourceMappingURL`
([#​7262](https://togithub.com/swc-project/swc/issues/7262 ))
([219a738](219a738a75
))
- **(es/helpers)** Do not duplicate property names
([#​7266](https://togithub.com/swc-project/swc/issues/7266 ))
([30a4e52](30a4e52f74
))
- **(es/loader)** Fix browser overwrites not applying correctly
([#​7243](https://togithub.com/swc-project/swc/issues/7243 ))
([beefdd4](beefdd459c
))
- **(es/minifier)** Use UTF16 length for `str.length`
([#​7275](https://togithub.com/swc-project/swc/issues/7275 ))
([4c06a56](4c06a56e52
))
- **(es/renamer)** Ensure that param and function body are in same scope
([#​7271](https://togithub.com/swc-project/swc/issues/7271 ))
([93a264c](93a264c9a4
))
##### Features
- **(es/modules)** Use function instead of arrow function
unconditionally
([#​7273](https://togithub.com/swc-project/swc/issues/7273 ))
([5d3313a](5d3313aa7e
))
##### Miscellaneous Tasks
- **(ci)** Fix crev action
([#​7272](https://togithub.com/swc-project/swc/issues/7272 ))
([578960d](578960d321
))
##### Refactor
- **(es/parser)** Remove `::` token as it's not used
([#​7268](https://togithub.com/swc-project/swc/issues/7268 ))
([635bf81](635bf8116b
))
##### Build
- **(cargo)** Update `bitflags` to v2
([#​7270](https://togithub.com/swc-project/swc/issues/7270 ))
([c4cce12](c4cce12758
))
</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:eyJjcmVhdGVkSW5WZXIiOiIzNS41Ny4wIiwidXBkYXRlZEluVmVyIjoiMzUuNTcuMCJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-04-23 13:00:59 +00:00
renovate[bot]
61dabf2957
chore(deps): update dependency @swc/jest to v0.2.26 ( #3587 )
...
[![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/jest](https://togithub.com/swc-project/jest ) | [`0.2.24` ->
`0.2.26`](https://renovatebot.com/diffs/npm/@swc%2fjest/0.2.24/0.2.26 ) |
[![age](https://badges.renovateapi.com/packages/npm/@swc%2fjest/0.2.26/age-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://badges.renovateapi.com/packages/npm/@swc%2fjest/0.2.26/adoption-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://badges.renovateapi.com/packages/npm/@swc%2fjest/0.2.26/compatibility-slim/0.2.24 )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://badges.renovateapi.com/packages/npm/@swc%2fjest/0.2.26/confidence-slim/0.2.24 )](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>swc-project/jest</summary>
###
[`v0.2.26`](https://togithub.com/swc-project/jest/compare/v0.2.25...v0.2.26 )
[Compare
Source](https://togithub.com/swc-project/jest/compare/v0.2.25...v0.2.26 )
###
[`v0.2.25`](https://togithub.com/swc-project/jest/compare/v0.2.24...v0.2.25 )
[Compare
Source](https://togithub.com/swc-project/jest/compare/v0.2.24...v0.2.25 )
</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:eyJjcmVhdGVkSW5WZXIiOiIzNS41NS4xIiwidXBkYXRlZEluVmVyIjoiMzUuNTUuMSJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-04-22 02:56:20 +00:00
GitHub Actions Bot
d4b40528d8
4.23.0-beta.70
2023-04-21 14:14:04 +00:00
GitHub Actions Bot
7ad4053c9b
4.23.0-beta.69
2023-04-21 13:58:15 +00:00
GitHub Actions Bot
949470b709
4.23.0-beta.68
2023-04-21 11:27:14 +00:00
GitHub Actions Bot
d960693dfa
4.23.0-beta.67
2023-04-21 10:49:03 +00:00
GitHub Actions Bot
23223e6775
4.23.0-beta.66
2023-04-21 09:42:53 +00:00
GitHub Actions Bot
d61bbb6342
4.23.0-beta.65
2023-04-21 08:26:04 +00:00
GitHub Actions Bot
96633f1a34
4.23.0-beta.64
2023-04-21 07:39:48 +00:00
GitHub Actions Bot
9798a325ab
4.23.0-beta.63
2023-04-21 07:25:31 +00:00
renovate[bot]
824c3e4f4d
chore(deps): update dependency @swc/core to v1.3.50 ( #3577 )
...
[![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.49` ->
`1.3.50`](https://renovatebot.com/diffs/npm/@swc%2fcore/1.3.49/1.3.50 ) |
[![age](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.50/age-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.50/adoption-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.50/compatibility-slim/1.3.49 )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.50/confidence-slim/1.3.49 )](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>swc-project/swc</summary>
###
[`v1.3.50`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#​1350---2023-04-13 )
[Compare
Source](https://togithub.com/swc-project/swc/compare/v1.3.49...v1.3.50 )
##### Bug Fixes
- **(es)** Fix a crash related to an empty source map
([#​7229](https://togithub.com/swc-project/swc/issues/7229 ))
([c665918](c6659183a6
))
- **(es/codegen)** Respect `ascii_only` for identifiers
([#​7247](https://togithub.com/swc-project/swc/issues/7247 ))
([e35097f](e35097fd8c
))
- **(es/compat)** Handle export function in `reserved_word`
([#​7251](https://togithub.com/swc-project/swc/issues/7251 ))
([2e947e7](2e947e7aeb
))
- **(es/minifier)** Fix handling of optional chaining when `hoist_props`
is enabled
([#​7246](https://togithub.com/swc-project/swc/issues/7246 ))
([a44fea1](a44fea1ec8
))
- **(es/parser)** Use a hard error for missing r-paren in an if stmt
([#​7223](https://togithub.com/swc-project/swc/issues/7223 ))
([b1c40a4](b1c40a411f
))
- **(es/parser)** Reset ctx for cond while parsing a stmt
([#​7232](https://togithub.com/swc-project/swc/issues/7232 ))
([01db30f](01db30f91e
))
- **(es/parser)** Parse `const` type parameters in arrow function
expressions
([#​7242](https://togithub.com/swc-project/swc/issues/7242 ))
([6614886](6614886192
))
##### Features
- **(es)** Provide more information when loading of input source map
failed
([#​7249](https://togithub.com/swc-project/swc/issues/7249 ))
([f0e3b1d](f0e3b1d09a
))
- **(es)** Use `minify.format.ascii_only` if `output.charset` is not
specified
([#​7258](https://togithub.com/swc-project/swc/issues/7258 ))
([1fe5c3a](1fe5c3a803
))
- **(es/minifier)** Support `PURE` comment of seq exprs
([#​7245](https://togithub.com/swc-project/swc/issues/7245 ))
([559d120](559d1202bc
))
- **(plugin)** Enable validation
([#​7250](https://togithub.com/swc-project/swc/issues/7250 ))
([efad714](efad714983
))
##### Refactor
- **(plugin)** Remove `bytecheck` flag
([#​7256](https://togithub.com/swc-project/swc/issues/7256 ))
([6bd58cb](6bd58cbcfd
))
- **(plugin/runner)** Fix clippy warnings
([#​7244](https://togithub.com/swc-project/swc/issues/7244 ))
([70b86db](70b86dbe37
))
##### Testing
- **(es/plugin)** Enable E2E test again
([#​7236](https://togithub.com/swc-project/swc/issues/7236 ))
([695ce06](695ce060e9
))
##### Build
- **(plugin)** Update `rkyv`
([#​7257](https://togithub.com/swc-project/swc/issues/7257 ))
([ff3decc](ff3decc7db
))
</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:eyJjcmVhdGVkSW5WZXIiOiIzNS41NC4wIiwidXBkYXRlZEluVmVyIjoiMzUuNTQuMCJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-04-21 01:00:04 +00:00
GitHub Actions Bot
1389d44af6
4.23.0-beta.62
2023-04-20 15:32:46 +00:00
GitHub Actions Bot
23487f143d
4.23.0-beta.61
2023-04-20 10:29:50 +00:00
GitHub Actions Bot
163791a094
4.23.0-beta.60
2023-04-20 09:38:18 +00:00
Gastón Fournier
44b19e92ee
fix: seed setup and remove admin/features call ( #3567 )
...
## About the changes
Seed setup fails because of compilation errors, we need to skip errors
until we fix them. Also, this removes one usage of `/api/admin/features`
that was used only for testing
2023-04-20 11:37:56 +02:00
GitHub Actions Bot
b44363a8ee
4.23.0-beta.59
2023-04-19 18:40:48 +00:00
GitHub Actions Bot
cd734428ff
4.23.0-beta.58
2023-04-19 12:10:30 +00:00
GitHub Actions Bot
833d283004
4.23.0-beta.57
2023-04-19 07:08:14 +00:00
GitHub Actions Bot
058b27bf90
4.23.0-beta.56
2023-04-18 16:34:30 +00:00
GitHub Actions Bot
8840b430ef
4.23.0-beta.55
2023-04-18 15:16:59 +00:00
renovate[bot]
4a734e0e50
fix(deps): update dependency json-schema-to-ts to v2.7.2 ( #3238 )
...
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg )](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[json-schema-to-ts](https://togithub.com/ThomasAribart/json-schema-to-ts )
| [`2.6.0` ->
`2.7.2`](https://renovatebot.com/diffs/npm/json-schema-to-ts/2.6.0/2.7.2 )
|
[![age](https://badges.renovateapi.com/packages/npm/json-schema-to-ts/2.7.2/age-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://badges.renovateapi.com/packages/npm/json-schema-to-ts/2.7.2/adoption-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://badges.renovateapi.com/packages/npm/json-schema-to-ts/2.7.2/compatibility-slim/2.6.0 )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://badges.renovateapi.com/packages/npm/json-schema-to-ts/2.7.2/confidence-slim/2.6.0 )](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>ThomasAribart/json-schema-to-ts</summary>
###
[`v2.7.2`](https://togithub.com/ThomasAribart/json-schema-to-ts/compare/v2.7.1...v2.7.2 )
[Compare
Source](https://togithub.com/ThomasAribart/json-schema-to-ts/compare/v2.7.1...v2.7.2 )
###
[`v2.7.1`](https://togithub.com/ThomasAribart/json-schema-to-ts/compare/v2.7.0...v2.7.1 )
[Compare
Source](https://togithub.com/ThomasAribart/json-schema-to-ts/compare/v2.7.0...v2.7.1 )
###
[`v2.7.0`](https://togithub.com/ThomasAribart/json-schema-to-ts/compare/v2.6.2...v2.7.0 )
[Compare
Source](https://togithub.com/ThomasAribart/json-schema-to-ts/compare/v2.6.2...v2.7.0 )
###
[`v2.6.2`](https://togithub.com/ThomasAribart/json-schema-to-ts/compare/v2.6.1...v2.6.2 )
[Compare
Source](https://togithub.com/ThomasAribart/json-schema-to-ts/compare/v2.6.1...v2.6.2 )
###
[`v2.6.1`](https://togithub.com/ThomasAribart/json-schema-to-ts/compare/v2.6.0...v2.6.1 )
[Compare
Source](https://togithub.com/ThomasAribart/json-schema-to-ts/compare/v2.6.0...v2.6.1 )
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM0LjE1My4yIn0=-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-04-18 16:32:25 +02:00
Gastón Fournier
201c86838f
Test npm publish ( #3554 )
...
## About the changes
https://github.blog/changelog/2022-10-24-npm-v9-0-0-released/ introduced
a breaking change in the way they handle files inside package.json which
caused some issues with the way we pack and distribute Unleash:
> npm pack now follows a strict order of operations when applying ignore
rules. If a files array is present in the package.json, then rules in
.gitignore and .npmignore files from the root will be ignored.
What we discovered is that when having a nested .gitignore (the one we
have inside frontend), `npm publish` was taking that nested .gitignore
into account (despite the fact that we also have a package.json with
files inside the same folder). We tricked this by removing the `build`
folder from `frontend/.gitignore` and instead adding it into the root
`.gitignore` which is being ignored by `npm publish` following what's
stated in the release note above.
-----------------
Co-authored-by: Gard Rimestad <gard@getunleash.io>
2023-04-18 15:44:19 +02:00
GitHub Actions Bot
2e4126c6f7
4.23.0-beta.54
2023-04-18 12:43:07 +00:00
Gastón Fournier
e6f3b3009a
fix: missing node engine upgrade to 18 ( #3552 )
...
## About the changes
Updates frontend engine minimum version to node 18 and also improves
some messages in the release GHA task
2023-04-18 12:42:49 +00:00
GitHub Actions Bot
af67c0cff9
4.23.0-beta.53
2023-04-18 11:42:27 +00:00
GitHub Actions Bot
d3b8056ed6
4.23.0-beta.52
2023-04-18 09:56:35 +00:00
GitHub Actions Bot
35d354d2b6
4.23.0-beta.51
2023-04-18 08:57:48 +00:00
GitHub Actions Bot
56f1fa330a
4.23.0-beta.50
2023-04-18 08:35:53 +00:00
Gastón Fournier
0426dd505d
chore: update to node 18 ( #3527 )
...
## About the changes
This upgrades our main branch to use node 18 which is the active LTS
version and stops using node 14 which reaches the end of life in a few
weeks: https://nodejs.dev/en/about/releases/
This PR also adds `--no-experimental-fetch` for frontend tests and other
frontend commands. Related to:
https://github.com/node-fetch/node-fetch/issues/1566
More about the experimental fetch release:
https://nodejs.org/en/blog/announcements/v18-release-announce#fetch-experimental
2023-04-18 10:35:32 +02:00
GitHub Actions Bot
fe85b8dcbd
4.23.0-beta.49
2023-04-18 07:01:44 +00:00
renovate[bot]
7debbeb00d
chore(deps): update dependency @swc/core to v1.3.49 ( #3546 )
...
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg )](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@swc/core](https://swc.rs )
([source](https://togithub.com/swc-project/swc )) | [`1.3.44` ->
`1.3.49`](https://renovatebot.com/diffs/npm/@swc%2fcore/1.3.44/1.3.49 ) |
[![age](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.49/age-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.49/adoption-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.49/compatibility-slim/1.3.44 )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.49/confidence-slim/1.3.44 )](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>swc-project/swc</summary>
###
[`v1.3.49`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#​1349---2023-04-10 )
[Compare
Source](https://togithub.com/swc-project/swc/compare/v1.3.47...v1.3.49 )
##### Features
- **(plugin/runner)** Update `wasmer` to `v3`
([#​7197](https://togithub.com/swc-project/swc/issues/7197 ))
([56bdacc](56bdacc72d
))
##### Refactor
- **(plugin/runner)** Fix publish action
([#​7234](https://togithub.com/swc-project/swc/issues/7234 ))
([b868ed0](b868ed02a3
))
###
[`v1.3.47`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#​1347---2023-04-10 )
[Compare
Source](https://togithub.com/swc-project/swc/compare/v1.3.46...v1.3.47 )
##### Bug Fixes
- **(bindings/node)** Make peer dependency of helpers optional
([#​7216](https://togithub.com/swc-project/swc/issues/7216 ))
([e86d598](e86d59882a
))
- **(es/compat)** Fix `finally` handling of `generator`
([#​7215](https://togithub.com/swc-project/swc/issues/7215 ))
([f5c62fb](f5c62fbbf8
))
- **(es/minifier)** Don't remove used var decl
([#​7200](https://togithub.com/swc-project/swc/issues/7200 ))
([73bc29e](73bc29eeb0
))
- **(es/testing)** Ensure that we call `fold_program`
([#​7222](https://togithub.com/swc-project/swc/issues/7222 ))
([e241201](e241201bf7
))
- **(es/typescript)** Fix computation of enum bits
([#​7219](https://togithub.com/swc-project/swc/issues/7219 ))
([29bf176](29bf1760be
))
##### Features
- **(es)** Expose stage 3 decorator
([#​7220](https://togithub.com/swc-project/swc/issues/7220 ))
([a7a53c6](a7a53c6208
))
##### Refactor
- **(macros/ast-node)** Drop `darling` to reduce compile time
([#​7214](https://togithub.com/swc-project/swc/issues/7214 ))
([3f61638](3f61638cbf
))
###
[`v1.3.46`](https://togithub.com/swc-project/swc/compare/v1.3.45...v1.3.46 )
[Compare
Source](https://togithub.com/swc-project/swc/compare/v1.3.45...v1.3.46 )
###
[`v1.3.45`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#​1345---2023-04-04 )
[Compare
Source](https://togithub.com/swc-project/swc/compare/v1.3.44...v1.3.45 )
##### Bug Fixes
- **(es)** Allow missing `.map` file
([#​7141](https://togithub.com/swc-project/swc/issues/7141 ))
([3e6a186](3e6a1869e8
))
- **(es/compat)** Handle shorthand object prop while renaming
([#​7176](https://togithub.com/swc-project/swc/issues/7176 ))
([0a80e05](0a80e0506b
))
- **(es/helpers)** Use snake_case for helpers
([#​7147](https://togithub.com/swc-project/swc/issues/7147 ))
([3ca954b](3ca954b9f9
))
- **(es/modules)** Hint nodejs for multiple `export *`
([#​7184](https://togithub.com/swc-project/swc/issues/7184 ))
([98f1493](98f14931e7
))
- **(es/parser)** Fix infinite loop on jsx in js
([#​7191](https://togithub.com/swc-project/swc/issues/7191 ))
([414e669](414e66910d
))
- **(es/typescript)** Mark `A` as a type in `export { type A }`
([#​7196](https://togithub.com/swc-project/swc/issues/7196 ))
([ddfbc93](ddfbc93624
))
- **(swc_core)** Fix a feature name
([#​7198](https://togithub.com/swc-project/swc/issues/7198 ))
([bfe6544](bfe654438f
))
##### Features
- **(css/modules)** Preserve spans of CSS class names
([#​7185](https://togithub.com/swc-project/swc/issues/7185 ))
([df7b4e7](df7b4e71d2
))
- **(es/compat)** Implement stage 3 decorator, without auto accessor
([#​6950](https://togithub.com/swc-project/swc/issues/6950 ))
([7a863ad](7a863ad18f
))
- **(es/helpers)** Use named export and unify import path
([#​7182](https://togithub.com/swc-project/swc/issues/7182 ))
([a13a78e](a13a78e3fe
))
- **(plugin/runner)** Improve cache path
([#​7188](https://togithub.com/swc-project/swc/issues/7188 ))
([976667f](976667f7d9
))
##### Testing
- **(es/plugin)** Enable E2E plugin test
([#​7178](https://togithub.com/swc-project/swc/issues/7178 ))
([a785f18](a785f18740
))
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS40OC4yIiwidXBkYXRlZEluVmVyIjoiMzUuNDguMiJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-04-17 20:56:27 +00:00
GitHub Actions Bot
ecc334b3fb
4.23.0-beta.48
2023-04-17 13:04:20 +00:00
GitHub Actions Bot
51c3f4733b
4.23.0-beta.47
2023-04-17 09:36:11 +00:00
GitHub Actions Bot
7cc2777d36
4.23.0-beta.46
2023-04-17 09:22:10 +00:00
GitHub Actions Bot
f92a154cd1
4.23.0-beta.45
2023-04-17 08:52:11 +00:00
GitHub Actions Bot
472e277757
4.23.0-beta.44
2023-04-17 07:11:42 +00:00
Gastón Fournier
ea9bf7f447
chore: add linter rules for regexp ( #3500 )
...
## About the changes
Add linter rules for regexp security vulnerabilities
Commit 1c5d54c76e
[fails due to
regexp/no-super-linear-backtracking](https://github.com/Unleash/unleash/actions/runs/4668430535/jobs/8265506170#step:5:37 )
as reported here:
https://github.com/Unleash/unleash/security/code-scanning/1
[0127d1a
](0127d1a746
)
fixes the issues and warnings by running `yarn lint --fix`
2023-04-17 07:11:22 +00:00
GitHub Actions Bot
da1e1c29aa
4.23.0-beta.43
2023-04-14 12:30:29 +00:00
GitHub Actions Bot
ebd00a9de3
4.23.0-beta.42
2023-04-14 11:39:16 +00:00
GitHub Actions Bot
98e536bf2c
4.23.0-beta.41
2023-04-14 10:39:34 +00:00
GitHub Actions Bot
4054b4cf3a
4.23.0-beta.40
2023-04-14 10:26:41 +00:00
GitHub Actions Bot
74986d672e
4.23.0-beta.39
2023-04-14 08:37:38 +00:00
GitHub Actions Bot
39b53c8f2c
4.23.0-beta.38
2023-04-14 06:59:43 +00:00
GitHub Actions Bot
5a2184ccd0
4.23.0-beta.37
2023-04-13 13:09:30 +00:00
GitHub Actions Bot
0940b0aa52
4.23.0-beta.36
2023-04-13 12:52:14 +00:00
GitHub Actions Bot
f55c18b475
4.23.0-beta.35
2023-04-13 12:34:06 +00:00
GitHub Actions Bot
5d31d26530
4.23.0-beta.34
2023-04-13 11:06:20 +00:00
GitHub Actions Bot
8270d44e40
4.23.0-beta.33
2023-04-13 09:24:49 +00:00
GitHub Actions Bot
a735ad7251
4.23.0-beta.32
2023-04-13 08:09:14 +00:00
GitHub Actions Bot
aba33e55ee
4.23.0-beta.31
2023-04-12 13:22:36 +00:00
GitHub Actions Bot
014a8a2280
4.23.0-beta.30
2023-04-12 09:58:00 +00:00
GitHub Actions Bot
b776589448
4.23.0-beta.29
2023-04-12 09:35:19 +00:00
GitHub Actions Bot
3231c7d00e
4.23.0-beta.28
2023-04-12 06:43:35 +00:00
GitHub Actions Bot
63043bff7e
4.23.0-beta.27
2023-04-12 06:06:01 +00:00
GitHub Actions Bot
19d318d684
4.23.0-beta.26
2023-04-11 14:14:21 +00:00
GitHub Actions Bot
6afa52463b
4.23.0-beta.25
2023-04-11 12:50:08 +00:00
GitHub Actions Bot
358dcf1196
4.23.0-beta.24
2023-04-11 07:20:31 +00:00
GitHub Actions Bot
8222f293e0
4.23.0-beta.23
2023-04-10 13:17:33 +00:00
GitHub Actions Bot
d0ddf72cd8
4.23.0-beta.22
2023-04-10 08:00:46 +00:00
GitHub Actions Bot
3936a30403
4.23.0-beta.21
2023-04-10 07:50:57 +00:00
renovate[bot]
0964044bdf
chore(deps): update dependency @types/node to v16.18.23 ( #3482 )
...
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg )](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@types/node](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node )
([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped )) |
[`16.18.22` ->
`16.18.23`](https://renovatebot.com/diffs/npm/@types%2fnode/16.18.22/16.18.23 )
|
[![age](https://badges.renovateapi.com/packages/npm/@types%2fnode/16.18.23/age-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://badges.renovateapi.com/packages/npm/@types%2fnode/16.18.23/adoption-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://badges.renovateapi.com/packages/npm/@types%2fnode/16.18.23/compatibility-slim/16.18.22 )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://badges.renovateapi.com/packages/npm/@types%2fnode/16.18.23/confidence-slim/16.18.22 )](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4zNC4xIiwidXBkYXRlZEluVmVyIjoiMzUuMzQuMSJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-04-08 03:28:36 +00:00
renovate[bot]
334b53b763
chore(deps): update dependency @swc/core to v1.3.44 ( #3480 )
...
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg )](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@swc/core](https://swc.rs )
([source](https://togithub.com/swc-project/swc )) | [`1.3.42` ->
`1.3.44`](https://renovatebot.com/diffs/npm/@swc%2fcore/1.3.42/1.3.44 ) |
[![age](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.44/age-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.44/adoption-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.44/compatibility-slim/1.3.42 )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.44/confidence-slim/1.3.42 )](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>swc-project/swc</summary>
###
[`v1.3.44`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#​1344---2023-03-30 )
[Compare
Source](https://togithub.com/swc-project/swc/compare/v1.3.42...v1.3.44 )
##### Bug Fixes
- **(css/codegen)** Preserve `raw` of numbers
([#​7131](https://togithub.com/swc-project/swc/issues/7131 ))
([150c2b6](150c2b6fba
))
- **(css/compat)** Remove usage of `box_syntax`
([#​7153](https://togithub.com/swc-project/swc/issues/7153 ))
([6f0bf66](6f0bf665c2
))
- **(es/compat)** Handle import/export in `reserved_word`
([#​7165](https://togithub.com/swc-project/swc/issues/7165 ))
([065d11c](065d11cb9b
))
- **(es/compat)** Fix the position for temp var injection
([#​7171](https://togithub.com/swc-project/swc/issues/7171 ))
([23fb8c5](23fb8c5563
))
- **(es/react)** Respect `import_source` in new jsx
([#​7128](https://togithub.com/swc-project/swc/issues/7128 ))
([5d7acfd](5d7acfd9cb
))
- **(es/renamer)** Don't use symbols used by declarations if `eval`
exists
([#​7116](https://togithub.com/swc-project/swc/issues/7116 ))
([6d9763e](6d9763e8c0
))
- **(es/visit)** Fix handling of `Program` of `AndThen`
([#​7120](https://togithub.com/swc-project/swc/issues/7120 ))
([d50689e](d50689eab0
))
- **(fast-graph)** Use fxhash instead of ahash to make iteration order
consistent
([#​7133](https://togithub.com/swc-project/swc/issues/7133 ))
([b13eb4c](b13eb4c811
))
##### Documentation
- **(es)** Fix doc url
([#​7123](https://togithub.com/swc-project/swc/issues/7123 ))
([1e4abcb](1e4abcb11d
))
##### Features
- **(css/parser)** Add `legacy_ie` to the `ParserConfig`
([#​7109](https://togithub.com/swc-project/swc/issues/7109 ))
([5e58b3e](5e58b3e5f6
))
- **(es/react)** Support script within automatic runtime
([#​7126](https://togithub.com/swc-project/swc/issues/7126 ))
([05a2815](05a2815e6c
))
##### Miscellaneous Tasks
- **(cargo)** Refactor `Cargo.toml` to reduce merge conflict
([#​7139](https://togithub.com/swc-project/swc/issues/7139 ))
([2826198](28261985b0
))
##### Refactor
- **(ast)** Make serde optional
([#​7138](https://togithub.com/swc-project/swc/issues/7138 ))
([30bc086](30bc086052
))
- **(es)** Remove needless build scripts to reduce compile time
([#​7129](https://togithub.com/swc-project/swc/issues/7129 ))
([dfe1a3f](dfe1a3f496
))
- **(es/codegen)** Extract code from generic functions to reduce compile
time ([#​7127](https://togithub.com/swc-project/swc/issues/7127 ))
([08fa94f](08fa94fc73
))
- **(es/parser)** Remove `EnumKind` to reduce compile time
([#​7137](https://togithub.com/swc-project/swc/issues/7137 ))
([915f747](915f747cb7
))
- **(macros)** Reduce compile time
([#​7132](https://togithub.com/swc-project/swc/issues/7132 ))
([2154a3f](2154a3f117
))
##### Build
- **(cargo)** Update `rustc` to `nightly-2023-03-28`
([#​7154](https://togithub.com/swc-project/swc/issues/7154 ))
([e445502](e445502072
))
- **(cargo)** Revert rustc upgrade
([#​7162](https://togithub.com/swc-project/swc/issues/7162 ))
([12546c8](12546c853a
))
- **(cargo)** Update `rustc` to `nightly-2023-03-20`
([#​7170](https://togithub.com/swc-project/swc/issues/7170 ))
([0259a74](0259a7465f
))
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4zNC4xIiwidXBkYXRlZEluVmVyIjoiMzUuMzQuMSJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-04-07 23:33:38 +00:00
renovate[bot]
3319d34f59
chore(deps): update dependency @babel/core to v7.21.4 ( #3479 )
...
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg )](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@babel/core](https://babel.dev/docs/en/next/babel-core )
([source](https://togithub.com/babel/babel )) | [`7.21.3` ->
`7.21.4`](https://renovatebot.com/diffs/npm/@babel%2fcore/7.21.3/7.21.4 )
|
[![age](https://badges.renovateapi.com/packages/npm/@babel%2fcore/7.21.4/age-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://badges.renovateapi.com/packages/npm/@babel%2fcore/7.21.4/adoption-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://badges.renovateapi.com/packages/npm/@babel%2fcore/7.21.4/compatibility-slim/7.21.3 )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://badges.renovateapi.com/packages/npm/@babel%2fcore/7.21.4/confidence-slim/7.21.3 )](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>babel/babel</summary>
###
[`v7.21.4`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v7214-2023-03-31 )
[Compare
Source](https://togithub.com/babel/babel/compare/v7.21.3...v7.21.4 )
##### 🐛 Bug Fix
- `babel-core`, `babel-helper-module-imports`, `babel-preset-typescript`
- [#​15478](https://togithub.com/babel/babel/pull/15478 ) Fix
support for `import/export` in `.cts` files
([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu ))
- `babel-generator`
- [#​15496](https://togithub.com/babel/babel/pull/15496 ) Fix
compact printing of non-null assertion operators
([@​rtsao](https://togithub.com/rtsao ))
##### 💅 Polish
- `babel-helper-create-class-features-plugin`,
`babel-plugin-proposal-class-properties`,
`babel-plugin-transform-typescript`, `babel-traverse`
- [#​15427](https://togithub.com/babel/babel/pull/15427 ) Fix
moving comments of removed nodes
([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo ))
##### 🏠 Internal
- Other
- [#​15519](https://togithub.com/babel/babel/pull/15519 ) Update
Prettier integration test
([@​fisker](https://togithub.com/fisker ))
- `babel-parser`
- [#​15510](https://togithub.com/babel/babel/pull/15510 ) refactor:
introduce `lookaheadInLineCharCode`
([@​JLHwung](https://togithub.com/JLHwung ))
- `babel-code-frame`, `babel-highlight`
- [#​15499](https://togithub.com/babel/babel/pull/15499 ) Polish
babel-code-frame highlight test
([@​JLHwung](https://togithub.com/JLHwung ))
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4zNC4xIiwidXBkYXRlZEluVmVyIjoiMzUuMzQuMSJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-04-07 19:08:20 +00:00
GitHub Actions Bot
db31da1e9e
4.23.0-beta.20
2023-04-07 11:31:46 +00:00
GitHub Actions Bot
9c4322d1fb
4.23.0-beta.19
2023-04-07 09:21:17 +00:00
GitHub Actions Bot
2949db161f
4.23.0-beta.18
2023-04-07 09:10:37 +00:00
GitHub Actions Bot
c0af30b89f
4.23.0-beta.17
2023-04-07 08:34:58 +00:00
GitHub Actions Bot
1d3fc2ca71
4.23.0-beta.16
2023-04-06 17:50:39 +00:00
GitHub Actions Bot
e0b59ba689
4.23.0-beta.15
2023-04-06 13:34:49 +00:00
GitHub Actions Bot
2b1bf40b11
4.23.0-beta.14
2023-04-06 11:46:15 +00:00
GitHub Actions Bot
d33f11511a
4.23.0-beta.13
2023-04-06 09:47:21 +00:00
GitHub Actions Bot
70d802883b
4.23.0-beta.12
2023-04-05 11:21:19 +00:00
GitHub Actions Bot
368b066219
4.23.0-beta.11
2023-04-05 09:40:11 +00:00
GitHub Actions Bot
0491c08d5e
4.23.0-beta.10
2023-04-05 08:21:10 +00:00