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
renovate[bot]
b65dce4bfb
chore(deps): update dependency @types/node to v16.18.22 ( #3457 )
...
[![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.21` ->
`16.18.22`](https://renovatebot.com/diffs/npm/@types%2fnode/16.18.21/16.18.22 )
|
[![age](https://badges.renovateapi.com/packages/npm/@types%2fnode/16.18.22/age-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://badges.renovateapi.com/packages/npm/@types%2fnode/16.18.22/adoption-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://badges.renovateapi.com/packages/npm/@types%2fnode/16.18.22/compatibility-slim/16.18.21 )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://badges.renovateapi.com/packages/npm/@types%2fnode/16.18.22/confidence-slim/16.18.21 )](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:eyJjcmVhdGVkSW5WZXIiOiIzNS4zMi4yIiwidXBkYXRlZEluVmVyIjoiMzUuMzIuMiJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-04-05 04:32:02 +00:00
GitHub Actions Bot
9e24846761
4.23.0-beta.9
2023-04-04 12:53:06 +00:00
GitHub Actions Bot
d65a357a69
4.23.0-beta.8
2023-04-04 11:31:57 +00:00
GitHub Actions Bot
9f0dacfce0
4.23.0-beta.7
2023-04-04 11:28:37 +00:00
Mateusz Kwasniewski
8654c9ea42
feat: postgres lock ( #3443 )
2023-04-04 13:28:17 +02:00
GitHub Actions Bot
06b969a139
4.23.0-beta.6
2023-04-04 08:46:47 +00:00
GitHub Actions Bot
7063112547
4.23.0-beta.5
2023-04-04 07:32:55 +00:00
GitHub Actions Bot
217e4a4917
4.23.0-beta.4
2023-04-03 12:18:01 +00:00
Gastón Fournier
36f1125c25
fix: input used to read file should be sanitized ( #3402 )
...
## About the changes
Following the recommendation to fix
https://github.com/Unleash/unleash/security/code-scanning/2 and
https://github.com/Unleash/unleash/security/code-scanning/3
The endpoint seems to be used for developing purposes only (to preview
an email under development) but it's available in every Unleash
installation and can potentially be exploited.
2023-04-03 14:17:44 +02:00
renovate[bot]
bab57c7f2d
chore(deps): update dependency @types/node to v16.18.21 ( #3435 )
...
[![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.18` ->
`16.18.21`](https://renovatebot.com/diffs/npm/@types%2fnode/16.18.18/16.18.21 )
|
[![age](https://badges.renovateapi.com/packages/npm/@types%2fnode/16.18.21/age-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://badges.renovateapi.com/packages/npm/@types%2fnode/16.18.21/adoption-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://badges.renovateapi.com/packages/npm/@types%2fnode/16.18.21/compatibility-slim/16.18.18 )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://badges.renovateapi.com/packages/npm/@types%2fnode/16.18.21/confidence-slim/16.18.18 )](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:eyJjcmVhdGVkSW5WZXIiOiIzNS4yMi4xIiwidXBkYXRlZEluVmVyIjoiMzUuMjIuMSJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-04-02 10:00:46 +00:00
GitHub Actions Bot
6b3ff732a9
4.23.0-beta.3
2023-03-31 11:20:40 +00:00
GitHub Actions Bot
6d5bb68706
4.23.0-beta.2
2023-03-31 10:37:51 +00:00
GitHub Actions Bot
b745bf0d93
4.23.0-beta.1
2023-03-30 15:58:01 +00:00
GitHub Actions Bot
10b9be0679
4.23.0-beta.0
2023-03-30 07:43:49 +00:00
GitHub Actions Bot
f60f0a7b31
4.22.0
2023-03-30 07:32:46 +00:00
GitHub Actions Bot
707d290f3b
4.22.0-beta.141
2023-03-30 07:23:06 +00:00
renovate[bot]
870ade87da
chore(deps): update dependency @swc/core to v1.3.42 ( #3425 )
...
[![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.41` ->
`1.3.42`](https://renovatebot.com/diffs/npm/@swc%2fcore/1.3.41/1.3.42 ) |
[![age](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.42/age-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.42/adoption-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.42/compatibility-slim/1.3.41 )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.42/confidence-slim/1.3.41 )](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>swc-project/swc</summary>
###
[`v1.3.42`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#​1342---2023-03-22 )
[Compare
Source](https://togithub.com/swc-project/swc/compare/v1.3.41...v1.3.42 )
##### Bug Fixes
- **(bindings/node)** Fix loading of `spack.config.js`
([#​7105](https://togithub.com/swc-project/swc/issues/7105 ))
([a4d1af1](a4d1af18de
))
- **(es/ast)** Fix `EqIgnoreSpan` impl of `Number`
([#​7112](https://togithub.com/swc-project/swc/issues/7112 ))
([6a570a3](6a570a334c
))
- **(es/compat)** Don't modify private fields from `reserved_words` pass
([#​7113](https://togithub.com/swc-project/swc/issues/7113 ))
([2bc631d](2bc631df87
))
- **(es/minifier)** Pass `keep_*` in config to `compress` and `mangle`
([#​7102](https://togithub.com/swc-project/swc/issues/7102 ))
([6a1201c](6a1201cfc4
))
- **(es/minifier)** Don't inline into arrow heads
([#​7099](https://togithub.com/swc-project/swc/issues/7099 ))
([610e1bb](610e1bb581
))
- **(es/parser)** Fix parsing of static accessors
([#​7108](https://togithub.com/swc-project/swc/issues/7108 ))
([dd2b16d](dd2b16db9e
))
##### Features
- **(es/resolver)** Make scope context identical to the vars
([#​7095](https://togithub.com/swc-project/swc/issues/7095 ))
([0f09e35](0f09e356c3
))-
**general**: Feat(css/minifier) Follow the CSS spec more rigorously
([#​6291](https://togithub.com/swc-project/swc/issues/6291 ))
**Description:**
Full refactor of the "calc" simplification to be more compliant with the
spec.
([df09d2f](df09d2fd4b
))
##### Refactor
- **(es/fixer)** Move comments with the insertion order
([#​7097](https://togithub.com/swc-project/swc/issues/7097 ))
([f250f24](f250f243cb
))
- **(es/resolver)** Make syntax context for unresolved and top-level
stable
([#​7096](https://togithub.com/swc-project/swc/issues/7096 ))
([c114f00](c114f006b4
))
</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:eyJjcmVhdGVkSW5WZXIiOiIzNS4yMy4zIiwidXBkYXRlZEluVmVyIjoiMzUuMjMuMyJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-03-30 03:09:52 +00:00
GitHub Actions Bot
7d725c6eb7
4.22.0-beta.140
2023-03-29 08:24:27 +00:00
GitHub Actions Bot
8608951f68
4.22.0-beta.139
2023-03-29 08:02:20 +00:00
GitHub Actions Bot
4562727580
4.22.0-beta.138
2023-03-29 07:33:38 +00:00
GitHub Actions Bot
0a6f1ecf77
4.22.0-beta.137
2023-03-29 07:03:04 +00:00
GitHub Actions Bot
e16bc56173
4.22.0-beta.136
2023-03-29 06:19:54 +00:00
GitHub Actions Bot
1545257a21
4.22.0-beta.135
2023-03-28 19:25:42 +00:00
Ivar Conradi Østhus
64b7bd6d86
fix: upgrade knex to v2.4.2 ( #3413 )
2023-03-28 19:22:35 +00:00
GitHub Actions Bot
9f95524665
4.22.0-beta.134
2023-03-28 19:15:18 +00:00
GitHub Actions Bot
697e0bd5e4
4.22.0-beta.133
2023-03-28 13:42:37 +00:00
GitHub Actions Bot
96e327c84b
4.22.0-beta.132
2023-03-28 13:12:44 +00:00
GitHub Actions Bot
214a3e6e5b
4.22.0-beta.131
2023-03-28 12:27:32 +00:00
GitHub Actions Bot
0a0e083381
4.22.0-beta.130
2023-03-28 11:17:35 +00:00
GitHub Actions Bot
3074898ed0
4.22.0-beta.129
2023-03-28 10:28:07 +00:00
GitHub Actions Bot
cb4092fd20
4.22.0-beta.128
2023-03-28 10:11:26 +00:00
GitHub Actions Bot
b21c505410
4.22.0-beta.127
2023-03-28 09:28:48 +00:00
GitHub Actions Bot
ed0b76d4c1
4.22.0-beta.126
2023-03-28 09:07:59 +00:00
renovate[bot]
d678c05da2
chore(deps): update dependency @types/node to v16.18.18 ( #3396 )
...
[![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.14` ->
`16.18.18`](https://renovatebot.com/diffs/npm/@types%2fnode/16.18.14/16.18.18 )
|
[![age](https://badges.renovateapi.com/packages/npm/@types%2fnode/16.18.18/age-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://badges.renovateapi.com/packages/npm/@types%2fnode/16.18.18/adoption-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://badges.renovateapi.com/packages/npm/@types%2fnode/16.18.18/compatibility-slim/16.18.14 )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://badges.renovateapi.com/packages/npm/@types%2fnode/16.18.18/confidence-slim/16.18.14 )](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:eyJjcmVhdGVkSW5WZXIiOiIzNS4yMy4zIiwidXBkYXRlZEluVmVyIjoiMzUuMjMuMyJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-03-28 07:29:17 +00:00
renovate[bot]
a8444c062f
chore(deps): update dependency @types/express-session to v1.17.7 ( #3395 )
...
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg )](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@types/express-session](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/express-session )
([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped )) |
[`1.17.6` ->
`1.17.7`](https://renovatebot.com/diffs/npm/@types%2fexpress-session/1.17.6/1.17.7 )
|
[![age](https://badges.renovateapi.com/packages/npm/@types%2fexpress-session/1.17.7/age-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://badges.renovateapi.com/packages/npm/@types%2fexpress-session/1.17.7/adoption-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://badges.renovateapi.com/packages/npm/@types%2fexpress-session/1.17.7/compatibility-slim/1.17.6 )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://badges.renovateapi.com/packages/npm/@types%2fexpress-session/1.17.7/confidence-slim/1.17.6 )](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:eyJjcmVhdGVkSW5WZXIiOiIzNS4yMy4zIiwidXBkYXRlZEluVmVyIjoiMzUuMjMuMyJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-03-28 04:52:00 +00:00
renovate[bot]
5fb580712e
chore(deps): update dependency @swc/core to v1.3.41 ( #3393 )
...
[![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.37` ->
`1.3.41`](https://renovatebot.com/diffs/npm/@swc%2fcore/1.3.37/1.3.41 ) |
[![age](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.41/age-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.41/adoption-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.41/compatibility-slim/1.3.37 )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.41/confidence-slim/1.3.37 )](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>swc-project/swc</summary>
###
[`v1.3.41`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#​1341---2023-03-17 )
[Compare
Source](https://togithub.com/swc-project/swc/compare/v1.3.40...v1.3.41 )
##### Bug Fixes
- **(bindings/cli)** Change order of checking inputs to workaround a
Windows issue
([#​7077](https://togithub.com/swc-project/swc/issues/7077 ))
([7bbec92](7bbec92d23
))
- **(css/codegen)** Respect `raw` of `Str`
([#​7078](https://togithub.com/swc-project/swc/issues/7078 ))
([7849a2d](7849a2d75d
))
- **(css/parser)** Fix parsing of `:global(> *)`
([#​7082](https://togithub.com/swc-project/swc/issues/7082 ))
([60f74ea](60f74ea076
))
- **(es/codegen)** Emit `type_params` for `TsConstructSignatureDecl`
([#​7080](https://togithub.com/swc-project/swc/issues/7080 ))
([8353acc](8353accb13
))
- **(es/minifier)** Preserve `delete` of unresolved variables
([#​7072](https://togithub.com/swc-project/swc/issues/7072 ))
([86295ba](86295ba8f2
))
- **(es/minifier)** Accept `keep_fnames` and `keep_classnames`
([#​7090](https://togithub.com/swc-project/swc/issues/7090 ))
([0086914](00869147d3
))
- **(es/minifier)** Remove wrong optimization of `new RegExp(…)`
([#​7091](https://togithub.com/swc-project/swc/issues/7091 ))
([493a4f7](493a4f7042
))
- **(es/react)** Align to `babel@8` behavior
([#​7081](https://togithub.com/swc-project/swc/issues/7081 ))
([7b491a6](7b491a69a5
))
- **(testing)** Ignore `non_snake_case` for generated test names
([#​7087](https://togithub.com/swc-project/swc/issues/7087 ))
([1c254b1](1c254b1c44
))
##### Performance
- **(es/lexer)** Use jump table for `skip_space`
([#​7073](https://togithub.com/swc-project/swc/issues/7073 ))
([f854d51](f854d51343
))
##### Refactor
- **general**: Fix lints using clippy from `nightly-2023-03-13`
([#​6920](https://togithub.com/swc-project/swc/issues/6920 ))
([963c460](963c460613
))
###
[`v1.3.40`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#​1340---2023-03-13 )
[Compare
Source](https://togithub.com/swc-project/swc/compare/v1.3.39...v1.3.40 )
##### Bug Fixes
- **(bindings/cli)** Update `swc_ecma_ast`
([#​7060](https://togithub.com/swc-project/swc/issues/7060 ))
([1b40689](1b40689c3a
))
- **(es)** Support stable rustc again
([#​7057](https://togithub.com/swc-project/swc/issues/7057 ))
([fbb3016](fbb3016870
))
- **(es)** Respect the value of assumptions
([#​7065](https://togithub.com/swc-project/swc/issues/7065 ))
([11d4874](11d4874a2e
))
- **(es/ast)** Fix memory layout
([#​7062](https://togithub.com/swc-project/swc/issues/7062 ))
([085c6f3](085c6f35f1
))
- **(es/compat)** Handle `useDefineForClassFields: false`
([#​7055](https://togithub.com/swc-project/swc/issues/7055 ))
([bb6dde7](bb6dde7943
))
- **(es/compat)** Insert the variable declaration nearest to the
available statements
([#​7067](https://togithub.com/swc-project/swc/issues/7067 ))
([ae348e3](ae348e32e1
))
- **(es/parser)** Handle class members with `accessor` as the name
([#​7046](https://togithub.com/swc-project/swc/issues/7046 ))
([9acaf4d](9acaf4deeb
))
- **(es/preset-env)** Update data for core-js3
([#​7023](https://togithub.com/swc-project/swc/issues/7023 ))
([3730463](3730463874
))
##### Features
- **(es/compat)** Simplify static blocks in classes
([#​7056](https://togithub.com/swc-project/swc/issues/7056 ))
([b78ce8b](b78ce8b7c2
))
##### Miscellaneous Tasks
- **(ci)** Fix CI
([#​7070](https://togithub.com/swc-project/swc/issues/7070 ))
([97945d0](97945d02b8
))
##### Performance
- **(es/lexer)** Make lexer faster
([#​7052](https://togithub.com/swc-project/swc/issues/7052 ))
([d1d0607](d1d0607158
))
- **(es/lexer)** Use jump table for `read_token`
([#​7058](https://togithub.com/swc-project/swc/issues/7058 ))
([9beefaa](9beefaa1d5
))
###
[`v1.3.39`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#​1339---2023-03-10 )
[Compare
Source](https://togithub.com/swc-project/swc/compare/v1.3.38...v1.3.39 )
##### Bug Fixes
- **(es/minifier)** Bailout regex optimization on invalid flags
([#​7020](https://togithub.com/swc-project/swc/issues/7020 ))
([1318afe](1318afe2b4
))
- **(es/transforms)** Handle member object in missing else branch
([#​7027](https://togithub.com/swc-project/swc/issues/7027 ))
([5c7c8e0](5c7c8e0736
))
- **(es/transforms)** Handle object shorthand in `const_modules`
([#​7022](https://togithub.com/swc-project/swc/issues/7022 ))
([0314869](0314869464
))
##### Documentation
- **general**: MSRV
([32bc2f5](32bc2f57be
))
##### Features
- **(common)** Add an API to create a `SourceFile` without allocation
([#​7029](https://togithub.com/swc-project/swc/issues/7029 ))
([81495f5](81495f5f21
))
##### Miscellaneous Tasks
- **(ci)** Fix bot
([691a8c1](691a8c1a54
))
##### Performance
- **(atoms)** Update `string-cache` for per-bucket mutex
([#​6980](https://togithub.com/swc-project/swc/issues/6980 ))
([9841f0b](9841f0b5d1
))
- **(es/ast)** Shrink size of `Expr`
([#​7041](https://togithub.com/swc-project/swc/issues/7041 ))
([a9fe1d2](a9fe1d2d22
))
- **(es/lexer)** Use string searcher for lexing line comments
([#​7043](https://togithub.com/swc-project/swc/issues/7043 ))
([962b0fc](962b0fc8af
))
- **(es/parser)** Use Cow for `_` in numeric literals
([#​7031](https://togithub.com/swc-project/swc/issues/7031 ))
([30546a2](30546a28f2
))
- **(es/parser)** Use `SmartString` as the buffer
([#​7033](https://togithub.com/swc-project/swc/issues/7033 ))
([f378a14](f378a14888
))
- **(es/utils)** Introduce `NodeIgnoringSpan`
([#​7030](https://togithub.com/swc-project/swc/issues/7030 ))
([8bfef35](8bfef35c1b
))
##### Testing
- **(es/quote)** Fix doctests
([#​7038](https://togithub.com/swc-project/swc/issues/7038 ))
([e698a34](e698a34816
))
###
[`v1.3.38`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#​1338---2023-03-06 )
[Compare
Source](https://togithub.com/swc-project/swc/compare/v1.3.37...v1.3.38 )
##### Bug Fixes
- **(bindings/node)** Fix `visitBindingIdentifier`
([#​7000](https://togithub.com/swc-project/swc/issues/7000 ))
([30cff01](30cff01656
))
- **(es)** Allow any kind of input source maps if it's enabled
([#​7002](https://togithub.com/swc-project/swc/issues/7002 ))
([da5367b](da5367b3fb
))
- **(es/minifier)** Don't skip expressions with side effects from seq
inliner
([#​7007](https://togithub.com/swc-project/swc/issues/7007 ))
([cfeb088](cfeb088c37
))
- **(es/minifier)** Don't create invalid property names
([#​7010](https://togithub.com/swc-project/swc/issues/7010 ))
([bb2486c](bb2486c459
))
- **(es/parser)** Fix parsing of an array spread in tsx properties
([#​7011](https://togithub.com/swc-project/swc/issues/7011 ))
([6d6731f](6d6731f355
))
- **(es/preset-env)** Move `findLast` and `findLastIndex` to finished
proposals
([#​7012](https://togithub.com/swc-project/swc/issues/7012 ))
([b46a724](b46a7248c6
))
- **(es/typescript)** Treat export default declarations as declarations
([#​7017](https://togithub.com/swc-project/swc/issues/7017 ))
([34f9ad3](34f9ad3778
))
##### Features
- **(es/minifier)** Optimize calls to
`Boolean`/`Number`/`String`/`Symbol`
([#​7006](https://togithub.com/swc-project/swc/issues/7006 ))
([06cbb90](06cbb9002d
))
- **(es/parser)** Support auto accessors
([#​6981](https://togithub.com/swc-project/swc/issues/6981 ))
([37533a2](37533a23fd
))
- **(es/parser)** Add an option to disallow ambiguous jsx
([#​6913](https://togithub.com/swc-project/swc/issues/6913 ))
([a6471f3](a6471f34c0
))
- **(es/transforms)** Add an option to drop unused imports
([#​6962](https://togithub.com/swc-project/swc/issues/6962 ))
([67d0a89](67d0a89ae6
))
- **(es/transforms)** Support namespace imports from `const_modules`
([#​7013](https://togithub.com/swc-project/swc/issues/7013 ))
([3cb03d5](3cb03d5299
))
- **(es/typescript)** Support `export type * from "mod"`
([#​6867](https://togithub.com/swc-project/swc/issues/6867 ))
([beb38d3](beb38d34a2
))
##### Miscellaneous Tasks
- **(ci)** Fix CI
([#​7014](https://togithub.com/swc-project/swc/issues/7014 ))
([a431a3a](a431a3a204
))
##### Refactor
- **(es/parser)** Make lexer not generic over `Input`
([#​6993](https://togithub.com/swc-project/swc/issues/6993 ))
([367ac82](367ac825f6
))
</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:eyJjcmVhdGVkSW5WZXIiOiIzNS4yMi4xIiwidXBkYXRlZEluVmVyIjoiMzUuMjIuMSJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-03-28 00:46:25 +00:00
renovate[bot]
e571129170
chore(deps): update dependency @babel/core to v7.21.3 ( #3388 )
...
[![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.0` ->
`7.21.3`](https://renovatebot.com/diffs/npm/@babel%2fcore/7.21.0/7.21.3 )
|
[![age](https://badges.renovateapi.com/packages/npm/@babel%2fcore/7.21.3/age-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://badges.renovateapi.com/packages/npm/@babel%2fcore/7.21.3/adoption-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://badges.renovateapi.com/packages/npm/@babel%2fcore/7.21.3/compatibility-slim/7.21.0 )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://badges.renovateapi.com/packages/npm/@babel%2fcore/7.21.3/confidence-slim/7.21.0 )](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>babel/babel</summary>
###
[`v7.21.3`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v7213-2023-03-14 )
[Compare
Source](https://togithub.com/babel/babel/compare/v7.21.0...v7.21.3 )
##### 👓 Spec Compliance
- `babel-parser`
- [#​15479](https://togithub.com/babel/babel/pull/15479 ) disallow
mixins/implements in flow interface
([@​JLHwung](https://togithub.com/JLHwung ))
##### 🐛 Bug Fix
- `babel-parser`
- [#​15423](https://togithub.com/babel/babel/pull/15423 ) \[ts]
Allow keywords in tuple labels
([@​Harpica](https://togithub.com/Harpica ))
- `babel-plugin-transform-typescript`
- [#​15489](https://togithub.com/babel/babel/pull/15489 ) Register
`var` decls generated by `import ... =` TS transform
([@​amoeller](https://togithub.com/amoeller ))
- [#​15494](https://togithub.com/babel/babel/pull/15494 ) fix:
Consider `export { type foo }` as type-only usage
([@​magic-akari](https://togithub.com/magic-akari ))
##### 💅 Polish
- `babel-traverse`, `babel-types`
- [#​15484](https://togithub.com/babel/babel/pull/15484 ) Skip node
deprecation warnings when used by an old `@babel` package
([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo ))
- `babel-generator`
- [#​15480](https://togithub.com/babel/babel/pull/15480 ) chore:
Improve `jsonCompatibleStrings` deprecation
([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu ))
##### 🏠 Internal
- [#​15465](https://togithub.com/babel/babel/pull/15465 ) Add
ESLint-readable package name
([@​nzakas](https://togithub.com/nzakas ))
##### 🔬 Output optimization
- `babel-plugin-transform-typescript`, `babel-preset-typescript`
- [#​15467](https://togithub.com/babel/babel/pull/15467 ) Optimize
TS enums output
([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu ))
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4yMi4xIiwidXBkYXRlZEluVmVyIjoiMzUuMjIuMSJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-03-27 21:42:04 +00:00
GitHub Actions Bot
e7aef95d85
4.22.0-beta.125
2023-03-27 14:08:57 +00:00
GitHub Actions Bot
9cf54a2a93
4.22.0-beta.124
2023-03-27 11:28:21 +00:00
GitHub Actions Bot
663f26b712
4.22.0-beta.123
2023-03-27 11:18:01 +00:00
GitHub Actions Bot
dec16ce555
4.22.0-beta.122
2023-03-27 10:31:38 +00:00
GitHub Actions Bot
69a473cceb
4.22.0-beta.121
2023-03-27 09:24:21 +00:00
GitHub Actions Bot
30c1ebc3c3
4.22.0-beta.120
2023-03-27 08:33:09 +00:00
GitHub Actions Bot
59ff86cafc
4.22.0-beta.119
2023-03-24 13:51:50 +00:00
GitHub Actions Bot
56e98cd95b
4.22.0-beta.118
2023-03-24 13:32:04 +00:00
GitHub Actions Bot
9cdd870365
4.22.0-beta.117
2023-03-24 09:43:56 +00:00
GitHub Actions Bot
d877a37556
4.22.0-beta.116
2023-03-24 08:59:37 +00:00
GitHub Actions Bot
b7b70b587f
4.22.0-beta.115
2023-03-23 15:31:28 +00:00
GitHub Actions Bot
24f9d51e31
4.22.0-beta.114
2023-03-23 14:13:52 +00:00
GitHub Actions Bot
322cbcfd6a
4.22.0-beta.113
2023-03-23 13:13:56 +00:00
GitHub Actions Bot
0926c4c955
4.22.0-beta.112
2023-03-23 11:57:42 +00:00
GitHub Actions Bot
ec5b695409
4.22.0-beta.111
2023-03-23 08:12:57 +00:00
GitHub Actions Bot
f3f1eb7eb3
4.22.0-beta.110
2023-03-22 18:04:23 +00:00
GitHub Actions Bot
0d1d3a2762
4.22.0-beta.109
2023-03-22 14:39:24 +00:00
GitHub Actions Bot
421fddfe3b
4.22.0-beta.108
2023-03-22 14:38:02 +00:00
GitHub Actions Bot
c893d130e0
4.22.0-beta.107
2023-03-22 11:46:43 +00:00
GitHub Actions Bot
180c9336cc
4.22.0-beta.106
2023-03-22 09:59:01 +00:00
GitHub Actions Bot
f70b33d324
4.22.0-beta.105
2023-03-22 09:40:41 +00:00
GitHub Actions Bot
535b74f454
4.22.0-beta.104
2023-03-21 09:39:09 +00:00
GitHub Actions Bot
600d461278
4.22.0-beta.103
2023-03-21 09:28:05 +00:00
GitHub Actions Bot
4c6cdf562f
4.22.0-beta.102
2023-03-21 09:10:27 +00:00
GitHub Actions Bot
2f4c618292
4.22.0-beta.101
2023-03-21 08:45:22 +00:00
GitHub Actions Bot
89715f000a
4.22.0-beta.100
2023-03-21 07:14:06 +00:00
GitHub Actions Bot
1bb69dfbe0
4.22.0-beta.99
2023-03-20 15:37:47 +00:00
GitHub Actions Bot
fdb0eb03ee
4.22.0-beta.98
2023-03-20 14:13:27 +00:00
GitHub Actions Bot
a1720223d5
4.22.0-beta.97
2023-03-20 13:51:14 +00:00
GitHub Actions Bot
2909360e7c
4.22.0-beta.96
2023-03-20 09:27:38 +00:00
GitHub Actions Bot
d6faf01a4f
4.22.0-beta.95
2023-03-17 18:21:35 +00:00
GitHub Actions Bot
6b165f3663
4.22.0-beta.94
2023-03-17 14:00:08 +00:00
GitHub Actions Bot
c68f0038a2
4.22.0-beta.93
2023-03-17 13:29:36 +00:00
Ivar Conradi Østhus
dc5b53fa4d
Poc: calculate etag based on query and latest revison id ( #3062 )
...
This is very much POC and WIP
2023-03-17 14:10:21 +01:00
GitHub Actions Bot
bc011e9876
4.22.0-beta.92
2023-03-17 11:43:58 +00:00
GitHub Actions Bot
83ffb6f2e4
4.22.0-beta.91
2023-03-17 08:23:52 +00:00
GitHub Actions Bot
f685c1059f
4.22.0-beta.90
2023-03-17 02:36:14 +00:00
GitHub Actions Bot
c5af024537
4.22.0-beta.89
2023-03-16 15:27:34 +00:00
GitHub Actions Bot
ee1c93bca1
4.22.0-beta.88
2023-03-16 14:45:45 +00:00
GitHub Actions Bot
2537071a3d
4.22.0-beta.87
2023-03-16 14:30:13 +00:00
GitHub Actions Bot
b4c4a23664
4.22.0-beta.86
2023-03-16 12:17:52 +00:00
GitHub Actions Bot
49d3e8e300
4.22.0-beta.85
2023-03-16 12:00:42 +00:00
GitHub Actions Bot
04d1de88a6
4.22.0-beta.84
2023-03-16 10:02:46 +00:00
GitHub Actions Bot
0db5c14f39
4.22.0-beta.83
2023-03-16 08:26:24 +00:00
GitHub Actions Bot
c48f3ad4de
4.22.0-beta.82
2023-03-16 07:51:39 +00:00
GitHub Actions Bot
75d2930bcd
4.22.0-beta.81
2023-03-15 16:10:59 +00:00
GitHub Actions Bot
97b543aea9
4.22.0-beta.80
2023-03-15 15:47:00 +00:00
GitHub Actions Bot
bf6beceba0
4.22.0-beta.79
2023-03-15 14:31:01 +00:00
GitHub Actions Bot
36c3a99f5b
4.22.0-beta.78
2023-03-15 14:23:11 +00:00
GitHub Actions Bot
fdba6c9650
4.22.0-beta.77
2023-03-15 14:11:13 +00:00
GitHub Actions Bot
e33ebd0229
4.22.0-beta.76
2023-03-15 13:58:44 +00:00
GitHub Actions Bot
69a11bae8c
4.22.0-beta.75
2023-03-15 13:44:30 +00:00
GitHub Actions Bot
380b867a58
4.22.0-beta.74
2023-03-15 12:24:54 +00:00
GitHub Actions Bot
6aeadfff33
4.22.0-beta.73
2023-03-15 12:17:53 +00:00
Gastón Fournier
8cdd68914e
chore: avoid building frontend when possible ( #3278 )
...
## About the changes
This is based on @nunogois suggestion to split the build in two, so we
don't build the frontend every time we run `yarn`
e2e frontend tests were forced to run by modifying frontend/README.md
### Important files
Some github actions had to be updated to also build the frontend. The
Dockerfile building our docker image was also looked into but it should
work as is
## Discussion points
This is a potentially risky operation as we might overlook something
that requires building the frontend which might lead to invalid builds.
We need to make sure when we do this we don't have any release planned.
2023-03-15 13:17:32 +01:00
GitHub Actions Bot
c2d51e4549
4.22.0-beta.72
2023-03-15 11:28:27 +00:00
GitHub Actions Bot
647f75fa8b
4.22.0-beta.71
2023-03-15 09:35:46 +00:00
GitHub Actions Bot
b194bee4ff
4.22.0-beta.70
2023-03-15 06:37:24 +00:00
GitHub Actions Bot
240bb7b027
4.22.0-beta.69
2023-03-14 15:28:24 +00:00
GitHub Actions Bot
b32197b0b5
4.22.0-beta.68
2023-03-14 13:43:33 +00:00
GitHub Actions Bot
9b26bbd052
4.22.0-beta.67
2023-03-14 09:32:22 +00:00
GitHub Actions Bot
cb75a68cc3
4.22.0-beta.66
2023-03-14 08:48:55 +00:00
GitHub Actions Bot
1ef0ca4ebf
4.22.0-beta.65
2023-03-13 12:23:12 +00:00
GitHub Actions Bot
0dd71cf566
4.22.0-beta.64
2023-03-13 10:26:10 +00:00
GitHub Actions Bot
9e8094f97c
4.22.0-beta.63
2023-03-13 09:13:06 +00:00
GitHub Actions Bot
ca02ca794a
4.22.0-beta.62
2023-03-10 13:45:28 +00:00
GitHub Actions Bot
f7efdddc60
4.22.0-beta.61
2023-03-10 13:27:08 +00:00
GitHub Actions Bot
55c69610ad
4.22.0-beta.60
2023-03-10 11:44:00 +00:00
Gastón Fournier
71a0514901
fix: ignore null check on tsc-watch ( #3297 )
...
## About the changes
This allows us to run start:dev
2023-03-10 11:43:41 +00:00
GitHub Actions Bot
3caf50db4b
4.22.0-beta.59
2023-03-10 11:12:36 +00:00
GitHub Actions Bot
10bf75a2ab
4.22.0-beta.58
2023-03-10 10:28:25 +00:00
GitHub Actions Bot
99a5b96c20
4.22.0-beta.57
2023-03-10 09:38:30 +00:00
GitHub Actions Bot
3956a85f34
4.22.0-beta.56
2023-03-10 09:28:14 +00:00
Gastón Fournier
8109c13e66
chore: enable strictNullCheck but ignore problems at compile time ( #3273 )
...
## About the changes
This enables strictNullChecks which will give us nice hints in our IDEs
to avoid introducing more and hopefully will encourage us to fix some of
the existing problems.
Also:
1. The compiler explicitly ignores these errors
2. The "null checks action" still verifies we're not introducing new
ones.
The combination of these two things should help us to reduce the number
of nulls
For testing that the action still works (cause it was modified), [a
commit](5c4b818d1a
)
was added introducing a bunch of null check errors:
https://github.com/Unleash/unleash/actions/runs/4364648191/jobs/7632224720
2023-03-10 10:27:56 +01:00
GitHub Actions Bot
c7f408b406
4.22.0-beta.55
2023-03-10 08:17:24 +00:00
GitHub Actions Bot
9b563f60e6
4.22.0-beta.54
2023-03-10 08:03:49 +00:00
GitHub Actions Bot
e796d7cc8a
4.22.0-beta.53
2023-03-09 15:20:34 +00:00
GitHub Actions Bot
785d056a40
4.22.0-beta.52
2023-03-09 13:45:21 +00:00
GitHub Actions Bot
f0bfa16ec2
4.22.0-beta.51
2023-03-09 13:14:02 +00:00
GitHub Actions Bot
91c4bf2979
4.22.0-beta.50
2023-03-09 09:58:28 +00:00
renovate[bot]
c42e3f2348
chore(deps): update dependency @types/node to v16.18.14 ( #3280 )
...
[![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.12` ->
`16.18.14`](https://renovatebot.com/diffs/npm/@types%2fnode/16.18.12/16.18.14 )
|
[![age](https://badges.renovateapi.com/packages/npm/@types%2fnode/16.18.14/age-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://badges.renovateapi.com/packages/npm/@types%2fnode/16.18.14/adoption-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://badges.renovateapi.com/packages/npm/@types%2fnode/16.18.14/compatibility-slim/16.18.12 )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://badges.renovateapi.com/packages/npm/@types%2fnode/16.18.14/confidence-slim/16.18.12 )](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:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNTkuMCIsInVwZGF0ZWRJblZlciI6IjM0LjE1OS4wIn0=-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-03-09 09:22:10 +00:00
renovate[bot]
884036d8bb
chore(deps): update dependency @swc/core to v1.3.37 ( #3279 )
...
[![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.36` ->
`1.3.37`](https://renovatebot.com/diffs/npm/@swc%2fcore/1.3.36/1.3.37 ) |
[![age](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.37/age-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.37/adoption-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.37/compatibility-slim/1.3.36 )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.37/confidence-slim/1.3.36 )](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>swc-project/swc</summary>
###
[`v1.3.37`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#​1337---2023-02-28 )
[Compare
Source](https://togithub.com/swc-project/swc/compare/v1.3.36...v1.3.37 )
##### Bug Fixes
- **(bindings/cli)** Implement `source-file-name` and `source-root`
options
([#​6973](https://togithub.com/swc-project/swc/issues/6973 ))
([3e3e41a](3e3e41a175
))
- **(css/utils)** Fix minification of class names with whitespace
([#​6983](https://togithub.com/swc-project/swc/issues/6983 ))
([cc1d9bd](cc1d9bd567
))
- **(es/decorator)** Preserve evaluation order
([#​6972](https://togithub.com/swc-project/swc/issues/6972 ))
([703b340](703b340d39
))
##### Miscellaneous Tasks
- **(es/parser)** Reduce pre-allocation to reduce memory usage
([#​6979](https://togithub.com/swc-project/swc/issues/6979 ))
([f1e7a2a](f1e7a2a9cc
))
##### Testing
- **(es/tsc)** Update tsc test suite
([#​6982](https://togithub.com/swc-project/swc/issues/6982 ))
([b887b30](b887b30092
))
</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:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNTkuMCIsInVwZGF0ZWRJblZlciI6IjM0LjE1OS4wIn0=-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-03-09 06:21:29 +00:00
GitHub Actions Bot
f80ce1e0b5
4.22.0-beta.49
2023-03-08 14:02:03 +00:00
GitHub Actions Bot
9422dce9d5
4.22.0-beta.48
2023-03-08 13:55:27 +00:00
GitHub Actions Bot
1b001ad485
4.22.0-beta.47
2023-03-08 08:22:03 +00:00
GitHub Actions Bot
8250728f95
4.22.0-beta.46
2023-03-08 08:07:35 +00:00
GitHub Actions Bot
a077967760
4.22.0-beta.45
2023-03-07 14:50:19 +00:00
GitHub Actions Bot
2e11c3be81
4.22.0-beta.44
2023-03-07 13:56:44 +00:00
GitHub Actions Bot
e4b84bc2a3
4.22.0-beta.43
2023-03-06 14:18:59 +00:00
GitHub Actions Bot
b32a64b0fa
4.22.0-beta.42
2023-03-06 11:44:36 +00:00
GitHub Actions Bot
4c6361d82e
4.22.0-beta.41
2023-03-06 10:58:58 +00:00
GitHub Actions Bot
62a1e20d83
4.22.0-beta.40
2023-03-06 09:01:47 +00:00
GitHub Actions Bot
24cb13dee4
4.22.0-beta.39
2023-03-03 15:36:50 +00:00
GitHub Actions Bot
24afbdeac1
4.22.0-beta.38
2023-03-03 12:31:43 +00:00
GitHub Actions Bot
1782df36cc
4.22.0-beta.37
2023-03-03 12:11:36 +00:00
GitHub Actions Bot
ac38dc9c36
4.22.0-beta.36
2023-03-03 12:06:06 +00:00
GitHub Actions Bot
b47b2b2642
4.22.0-beta.35
2023-03-02 14:13:47 +00:00
GitHub Actions Bot
b7ad071a36
4.22.0-beta.34
2023-03-02 13:50:15 +00:00
GitHub Actions Bot
456eb04591
4.22.0-beta.33
2023-03-02 08:53:09 +00:00
renovate[bot]
090f29fe45
chore(deps): update typescript-eslint monorepo to v5.53.0 ( #3236 )
...
[![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.52.0` ->
`5.53.0`](https://renovatebot.com/diffs/npm/@typescript-eslint%2feslint-plugin/5.52.0/5.53.0 )
|
[![age](https://badges.renovateapi.com/packages/npm/@typescript-eslint%2feslint-plugin/5.53.0/age-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://badges.renovateapi.com/packages/npm/@typescript-eslint%2feslint-plugin/5.53.0/adoption-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://badges.renovateapi.com/packages/npm/@typescript-eslint%2feslint-plugin/5.53.0/compatibility-slim/5.52.0 )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://badges.renovateapi.com/packages/npm/@typescript-eslint%2feslint-plugin/5.53.0/confidence-slim/5.52.0 )](https://docs.renovatebot.com/merge-confidence/ )
|
|
[@typescript-eslint/parser](https://togithub.com/typescript-eslint/typescript-eslint )
| [`5.52.0` ->
`5.53.0`](https://renovatebot.com/diffs/npm/@typescript-eslint%2fparser/5.52.0/5.53.0 )
|
[![age](https://badges.renovateapi.com/packages/npm/@typescript-eslint%2fparser/5.53.0/age-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://badges.renovateapi.com/packages/npm/@typescript-eslint%2fparser/5.53.0/adoption-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://badges.renovateapi.com/packages/npm/@typescript-eslint%2fparser/5.53.0/compatibility-slim/5.52.0 )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://badges.renovateapi.com/packages/npm/@typescript-eslint%2fparser/5.53.0/confidence-slim/5.52.0 )](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>typescript-eslint/typescript-eslint
(@​typescript-eslint/eslint-plugin)</summary>
###
[`v5.53.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#​5530-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5520v5530-2023-02-20 )
[Compare
Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.52.0...v5.53.0 )
##### Features
- **eslint-plugin:** \[consistent-generic-constructors] handle default
parameters
([#​6484](https://togithub.com/typescript-eslint/typescript-eslint/issues/6484 ))
([e8cebce](e8cebce972
))
- **eslint-plugin:** \[no-mixed-enums] add rule
([#​6102](https://togithub.com/typescript-eslint/typescript-eslint/issues/6102 ))
([16144d1](16144d1d6a
))
</details>
<details>
<summary>typescript-eslint/typescript-eslint
(@​typescript-eslint/parser)</summary>
###
[`v5.53.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#​5530-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5520v5530-2023-02-20 )
[Compare
Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.52.0...v5.53.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:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM0LjE1My4yIn0=-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-03-02 08:43:28 +00:00
renovate[bot]
8dda85527a
chore(deps): update dependency @babel/core to v7.21.0 ( #3230 )
...
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg )](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@babel/core](https://babel.dev/docs/en/next/babel-core )
([source](https://togithub.com/babel/babel )) | [`7.20.12` ->
`7.21.0`](https://renovatebot.com/diffs/npm/@babel%2fcore/7.20.12/7.21.0 )
|
[![age](https://badges.renovateapi.com/packages/npm/@babel%2fcore/7.21.0/age-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://badges.renovateapi.com/packages/npm/@babel%2fcore/7.21.0/adoption-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://badges.renovateapi.com/packages/npm/@babel%2fcore/7.21.0/compatibility-slim/7.20.12 )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://badges.renovateapi.com/packages/npm/@babel%2fcore/7.21.0/confidence-slim/7.20.12 )](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>babel/babel</summary>
###
[`v7.21.0`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v7210-2023-02-20 )
[Compare
Source](https://togithub.com/babel/babel/compare/v7.20.12...v7.21.0 )
##### 🚀 New Feature
- `babel-core`, `babel-helper-create-class-features-plugin`,
`babel-plugin-proposal-class-properties`,
`babel-plugin-proposal-private-methods`,
`babel-plugin-proposal-private-property-in-object`
- [#​15435](https://togithub.com/babel/babel/pull/15435 ) feat:
Implement `privateFieldsAsSymbols` assumption for classes
([@​fwienber](https://togithub.com/fwienber ))
- `babel-helper-create-regexp-features-plugin`,
`babel-plugin-proposal-regexp-modifiers`, `babel-standalone`
- [#​15226](https://togithub.com/babel/babel/pull/15226 ) feat:
Support regexp modifiers proposal
([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu ))
- `babel-cli`, `babel-core`, `babel-generator`,
`babel-plugin-transform-destructuring`,
`babel-plugin-transform-modules-commonjs`,
`babel-plugin-transform-react-jsx`, `babel-traverse`
- [#​15022](https://togithub.com/babel/babel/pull/15022 ) feat:
Generate sourcemaps of friendly call frames
([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu ))
- `babel-parser`, `babel-types`
- [#​15384](https://togithub.com/babel/babel/pull/15384 ) \[ts]
Support `const` modifier in type parameters
([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo ))
- `babel-generator`, `babel-helpers`, `babel-parser`,
`babel-plugin-proposal-decorators`, `babel-plugin-syntax-decorators`,
`babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime`
- [#​15405](https://togithub.com/babel/babel/pull/15405 ) Implement
decorators as presented at `2023-01` TC39 meeting
([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo ))
- `babel-parser`
- [#​15114](https://togithub.com/babel/babel/pull/15114 ) Parser
option to allow `new.target` outside functions
([@​overlookmotel](https://togithub.com/overlookmotel ))
- [#​15320](https://togithub.com/babel/babel/pull/15320 ) Add
`annexb: false` parser option to disable Annex B
([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo ))
- `babel-core`
- [#​15283](https://togithub.com/babel/babel/pull/15283 ) feat:
Support `.cts` as configuration file
([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu ))
- `babel-generator`, `babel-parser`, `babel-plugin-transform-typescript`
- [#​15381](https://togithub.com/babel/babel/pull/15381 ) \[ts]
Support `export type * from`
([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo ))
##### 🐛 Bug Fix
- `babel-plugin-transform-typescript`
- [#​15379](https://togithub.com/babel/babel/pull/15379 ) \[ts5.0]
Better inlining of constants in enums
([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu ))
- `babel-core`
- [#​15366](https://togithub.com/babel/babel/pull/15366 ) handling
circular/shared structures in deep-clone
([@​azizghuloum](https://togithub.com/azizghuloum ))
- `babel-helper-create-class-features-plugin`,
`babel-plugin-proposal-class-properties`,
`babel-plugin-proposal-class-static-block`,
`babel-plugin-proposal-private-methods`,
`babel-plugin-transform-classes`, `babel-plugin-transform-new-target`
- [#​15406](https://togithub.com/babel/babel/pull/15406 ) Preserve
class elements comments in class transform
([@​JLHwung](https://togithub.com/JLHwung ))
- `babel-parser`, `babel-plugin-transform-flow-comments`,
`babel-plugin-transform-flow-strip-types`, `babel-types`
- [#​15414](https://togithub.com/babel/babel/pull/15414 ) \[ts] Fix
restrictions for optional parameters
([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo ))
##### 💅 Polish
- `babel-parser`
- [#​15400](https://togithub.com/babel/babel/pull/15400 ) polish:
improve "`await` as identifier" error in modules
([@​JLHwung](https://togithub.com/JLHwung ))
##### 🏠 Internal
- `babel-core`
- [#​15137](https://togithub.com/babel/babel/pull/15137 ) Improve
CJS compat with ESM-based `@babel/core`
([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo ))
##### 🔬 Output optimization
- `babel-plugin-transform-typescript`
- [#​15418](https://togithub.com/babel/babel/pull/15418 ) \[ts]
Handle exponentiation operator in constant folding
([@​ehoogeveen-medweb](https://togithub.com/ehoogeveen-medweb ))
</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-03-02 02:37:06 +00:00
GitHub Actions Bot
1d299744b1
4.22.0-beta.32
2023-03-01 15:06:03 +00:00
GitHub Actions Bot
c37453f4b5
4.22.0-beta.31
2023-03-01 13:28:24 +00:00
GitHub Actions Bot
c056c67721
4.22.0-beta.30
2023-03-01 13:10:11 +00:00
GitHub Actions Bot
173e5a9a91
4.22.0-beta.29
2023-03-01 12:41:53 +00:00
GitHub Actions Bot
5e1886fe93
4.22.0-beta.28
2023-03-01 12:24:10 +00:00
GitHub Actions Bot
3832148c0c
4.22.0-beta.27
2023-03-01 12:10:13 +00:00
GitHub Actions Bot
2fece60369
4.22.0-beta.26
2023-03-01 12:05:10 +00:00
GitHub Actions Bot
7bf5be1ada
4.22.0-beta.25
2023-03-01 07:49:34 +00:00
renovate[bot]
46fb1d7886
chore(deps): update dependency @types/uuid to v9.0.1 ( #3225 )
...
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg )](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@types/uuid](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/uuid )
([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped )) |
[`9.0.0` ->
`9.0.1`](https://renovatebot.com/diffs/npm/@types%2fuuid/9.0.0/9.0.1 ) |
[![age](https://badges.renovateapi.com/packages/npm/@types%2fuuid/9.0.1/age-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://badges.renovateapi.com/packages/npm/@types%2fuuid/9.0.1/adoption-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://badges.renovateapi.com/packages/npm/@types%2fuuid/9.0.1/compatibility-slim/9.0.0 )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://badges.renovateapi.com/packages/npm/@types%2fuuid/9.0.1/confidence-slim/9.0.0 )](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM0LjE1My4yIn0=-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-03-01 07:48:56 +00:00
renovate[bot]
cc7553770e
chore(deps): update dependency @swc/core to v1.3.36 ( #3219 )
...
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg )](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@swc/core](https://swc.rs )
([source](https://togithub.com/swc-project/swc )) | [`1.3.35` ->
`1.3.36`](https://renovatebot.com/diffs/npm/@swc%2fcore/1.3.35/1.3.36 ) |
[![age](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.36/age-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.36/adoption-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.36/compatibility-slim/1.3.35 )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.36/confidence-slim/1.3.35 )](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>swc-project/swc</summary>
###
[`v1.3.36`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#​1336---2023-02-21 )
[Compare
Source](https://togithub.com/swc-project/swc/compare/v1.3.35...v1.3.36 )
##### Bug Fixes
- **(bindings/cli)** Rename `--config` to `--config-json`
([#​6932](https://togithub.com/swc-project/swc/issues/6932 ))
([cb4436b](cb4436bd6e
))
- **(bindings/node)** Treat `.cts` and `.mts` as input by default
([#​6959](https://togithub.com/swc-project/swc/issues/6959 ))
([d5c0dec](d5c0dec40c
))
- **(bundler)** Don't panic while finding exports
([#​6947](https://togithub.com/swc-project/swc/issues/6947 ))
([542bb62](542bb62ef7
))
- **(css/modules)** Fix CSS `animation` on CSS Modules
([#​6969](https://togithub.com/swc-project/swc/issues/6969 ))
([4771aa2](4771aa206a
))
- **(es/minifier)** Fix `toFixed`, `toPrecision`, `toExponential` and
`toString` of Number
([#​6960](https://togithub.com/swc-project/swc/issues/6960 ))
([9382bda](9382bda786
))
- **(es/minifier)** Fix optimization of expressions in numeric context
([#​6965](https://togithub.com/swc-project/swc/issues/6965 ))
([1dfadb8](1dfadb8790
))
- **(es/module)** Fix `jsc.paths` on Windows
([#​6930](https://togithub.com/swc-project/swc/issues/6930 ))
([1ec161a](1ec161a0f1
))
- **(es/react)** Fix handling of whitespaces
([#​6935](https://togithub.com/swc-project/swc/issues/6935 ))
([a9b25aa](a9b25aaf4a
))
- **(es/react)** Don't panic on `key` without a value
([#​6945](https://togithub.com/swc-project/swc/issues/6945 ))
([14454c9](14454c9dbd
))
- **(es/resolver)** Use type context for `export =` if it's unresolved
([#​6963](https://togithub.com/swc-project/swc/issues/6963 ))
([e946c43](e946c43f4e
))
##### Features
- **(es/minifier)** Drop unused import bindings
([#​6967](https://togithub.com/swc-project/swc/issues/6967 ))
([a27ffd2](a27ffd2242
))
##### Miscellaneous Tasks
- **(bot)** Allow org members to use bump comments
([#​6942](https://togithub.com/swc-project/swc/issues/6942 ))
([0324d5a](0324d5a78b
))
- **(swc_nodejs_common)** Remove swc_node_base from swc_nodejs_common
([#​6940](https://togithub.com/swc-project/swc/issues/6940 ))
([0771418](0771418dd0
))
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM0LjE1My4yIn0=-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-28 20:41:44 +00:00
GitHub Actions Bot
31580d67b9
4.22.0-beta.24
2023-02-28 16:58:53 +00:00
GitHub Actions Bot
b279197623
4.22.0-beta.23
2023-02-28 16:00:06 +00:00
Mateusz Kwasniewski
28a281da3d
fix: revert lib version ( #3218 )
2023-02-28 16:59:44 +01:00
GitHub Actions Bot
9f96c62943
4.22.0-beta.22
2023-02-28 14:39:52 +00:00
renovate[bot]
669afd16e6
chore: update dependency @swc/core to v1.3.36 ( #3211 )
2023-02-28 15:39:34 +01:00
GitHub Actions Bot
fcc512f1fc
4.22.0-beta.21
2023-02-28 14:18:06 +00:00
GitHub Actions Bot
91c940fcc9
4.22.0-beta.20
2023-02-28 13:53:27 +00:00
GitHub Actions Bot
99db4baae0
4.22.0-beta.19
2023-02-28 13:39:21 +00:00
GitHub Actions Bot
8ebe62db05
4.22.0-beta.18
2023-02-28 13:29:36 +00:00
GitHub Actions Bot
7802df1542
4.22.0-beta.17
2023-02-28 08:32:42 +00:00
GitHub Actions Bot
8e79820783
4.22.0-beta.16
2023-02-28 08:13:01 +00:00
GitHub Actions Bot
dab55bf3c6
4.22.0-beta.15
2023-02-28 06:50:32 +00:00
renovate[bot]
66c2fa469d
chore(deps): update dependency jest to v29.4.3 ( #3208 )
...
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg )](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [jest](https://jestjs.io/ )
([source](https://togithub.com/facebook/jest )) | [`29.4.2` ->
`29.4.3`](https://renovatebot.com/diffs/npm/jest/29.4.2/29.4.3 ) |
[![age](https://badges.renovateapi.com/packages/npm/jest/29.4.3/age-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://badges.renovateapi.com/packages/npm/jest/29.4.3/adoption-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://badges.renovateapi.com/packages/npm/jest/29.4.3/compatibility-slim/29.4.2 )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://badges.renovateapi.com/packages/npm/jest/29.4.3/confidence-slim/29.4.2 )](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>facebook/jest</summary>
###
[`v29.4.3`](https://togithub.com/facebook/jest/blob/HEAD/CHANGELOG.md#​2943 )
[Compare
Source](https://togithub.com/facebook/jest/compare/v29.4.2...v29.4.3 )
##### Features
- `[expect]` Update `toThrow()` to be able to use error `cause`s
([#​13606](https://togithub.com/facebook/jest/pull/13606 ))
- `[jest-core]` allow to use `workerIdleMemoryLimit` with only 1 worker
or `runInBand` option
([#​13846](https://togithub.com/facebook/jest/pull/13846 ))
- `[jest-message-util]` Add support for [error
`cause`s](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error/cause )
([#​13868](https://togithub.com/facebook/jest/pull/13868 ) &
[#​13912](https://togithub.com/facebook/jest/pull/13912 ))
- `[jest-runtime]` Revert `import assertions` for JSON modules as it's
been relegated to Stage 2
([#​13911](https://togithub.com/facebook/jest/pull/13911 ))
##### Fixes
- `[@jest/expect-utils]` `subsetEquality` should consider also an
object's inherited string keys
([#​13824](https://togithub.com/facebook/jest/pull/13824 ))
- `[jest-mock]` Clear mock state when `jest.restoreAllMocks()` is called
([#​13867](https://togithub.com/facebook/jest/pull/13867 ))
- `[jest-mock]` Prevent `mockImplementationOnce` and
`mockReturnValueOnce` bleeding into `withImplementation`
([#​13888](https://togithub.com/facebook/jest/pull/13888 ))
- `[jest-mock]` Do not restore mocks when `jest.resetAllMocks()` is
called ([#​13866](https://togithub.com/facebook/jest/pull/13866 ))
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNTIuNSIsInVwZGF0ZWRJblZlciI6IjM0LjE1Mi41In0=-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-28 04:56:03 +00:00
GitHub Actions Bot
84c7b55919
4.22.0-beta.14
2023-02-27 14:45:52 +00:00
GitHub Actions Bot
2d58de1a17
4.22.0-beta.13
2023-02-27 14:42:33 +00:00
GitHub Actions Bot
7a52552485
4.22.0-beta.12
2023-02-27 13:37:19 +00:00
GitHub Actions Bot
e9892a4ec9
4.22.0-beta.11
2023-02-27 12:00:25 +00:00
GitHub Actions Bot
ceef985419
4.22.0-beta.10
2023-02-27 10:35:55 +00:00
GitHub Actions Bot
5523dad5bb
4.22.0-beta.9
2023-02-27 10:31:07 +00:00
GitHub Actions Bot
5f4b0044f7
4.22.0-beta.8
2023-02-27 10:14:56 +00:00
GitHub Actions Bot
eee5365568
4.22.0-beta.7
2023-02-27 08:07:41 +00:00
GitHub Actions Bot
95797dcd06
4.22.0-beta.6
2023-02-24 11:20:01 +00:00
GitHub Actions Bot
411adca447
4.22.0-beta.5
2023-02-24 10:42:56 +00:00
GitHub Actions Bot
3f9e3aac21
4.22.0-beta.4
2023-02-24 10:31:57 +00:00
GitHub Actions Bot
fa52671a78
4.22.0-beta.3
2023-02-23 13:24:43 +00:00
GitHub Actions Bot
8dad8747f6
4.22.0-beta.2
2023-02-23 11:40:04 +00:00
GitHub Actions Bot
bc72e9c10f
4.22.0-beta.1
2023-02-23 10:49:22 +00:00
Mateusz Kwasniewski
6bc1601507
Update package.json
2023-02-22 13:12:19 +01:00
GitHub Actions Bot
2ba338cd14
4.21.1-beta.0
2023-02-22 12:10:51 +00:00
Mateusz Kwasniewski
341e8ead12
feat: extend refs in openapi ( #3170 )
2023-02-22 13:10:29 +01:00
GitHub Actions Bot
e6c5b22d4b
4.21.0
2023-02-22 11:38:12 +00:00
GitHub Actions Bot
19f0489981
4.21.0-beta.57
2023-02-22 10:16:04 +00:00
GitHub Actions Bot
a2c18d74f5
4.21.0-beta.56
2023-02-22 09:10:23 +00:00
renovate[bot]
f95060d563
chore(deps): update typescript-eslint monorepo to v5.52.0 ( #3175 )
...
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg )](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/typescript-eslint )
| [`5.51.0` ->
`5.52.0`](https://renovatebot.com/diffs/npm/@typescript-eslint%2feslint-plugin/5.51.0/5.52.0 )
|
[![age](https://badges.renovateapi.com/packages/npm/@typescript-eslint%2feslint-plugin/5.52.0/age-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://badges.renovateapi.com/packages/npm/@typescript-eslint%2feslint-plugin/5.52.0/adoption-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://badges.renovateapi.com/packages/npm/@typescript-eslint%2feslint-plugin/5.52.0/compatibility-slim/5.51.0 )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://badges.renovateapi.com/packages/npm/@typescript-eslint%2feslint-plugin/5.52.0/confidence-slim/5.51.0 )](https://docs.renovatebot.com/merge-confidence/ )
|
|
[@typescript-eslint/parser](https://togithub.com/typescript-eslint/typescript-eslint )
| [`5.51.0` ->
`5.52.0`](https://renovatebot.com/diffs/npm/@typescript-eslint%2fparser/5.51.0/5.52.0 )
|
[![age](https://badges.renovateapi.com/packages/npm/@typescript-eslint%2fparser/5.52.0/age-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://badges.renovateapi.com/packages/npm/@typescript-eslint%2fparser/5.52.0/adoption-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://badges.renovateapi.com/packages/npm/@typescript-eslint%2fparser/5.52.0/compatibility-slim/5.51.0 )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://badges.renovateapi.com/packages/npm/@typescript-eslint%2fparser/5.52.0/confidence-slim/5.51.0 )](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>typescript-eslint/typescript-eslint
(@​typescript-eslint/eslint-plugin)</summary>
###
[`v5.52.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#​5520-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5510v5520-2023-02-13 )
[Compare
Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.51.0...v5.52.0 )
##### Bug Fixes
- **eslint-plugin:** \[no-import-type-side-effects] correctly ignore
zero-specifier imports
([#​6444](https://togithub.com/typescript-eslint/typescript-eslint/issues/6444 ))
([d5a6688](d5a6688a22
))
- **eslint-plugin:** \[no-unnecessary-condition] account for optional
chaining on potentially void values
([#​6432](https://togithub.com/typescript-eslint/typescript-eslint/issues/6432 ))
([e1d9c67](e1d9c67981
)),
closes
[#​5255](https://togithub.com/typescript-eslint/typescript-eslint/issues/5255 )
- **eslint-plugin:** \[no-unnecessary-condition] fix false positive when
checking indexed access types
([#​6452](https://togithub.com/typescript-eslint/typescript-eslint/issues/6452 ))
([d569924](d569924cf3
))
- **eslint-plugin:** fix key-spacing when type starts on next line
([#​6412](https://togithub.com/typescript-eslint/typescript-eslint/issues/6412 ))
([3eb2eed](3eb2eed616
))
##### Features
- **eslint-plugin:** \[block-spacing] extending base rule for TS related
blocks
([#​6195](https://togithub.com/typescript-eslint/typescript-eslint/issues/6195 ))
([b2db3f5](b2db3f57d3
))
- **eslint-plugin:** \[explicit-function-return-type] add
allowFunctionsWithoutTypeParameters option
([#​6105](https://togithub.com/typescript-eslint/typescript-eslint/issues/6105 ))
([113640e](113640e974
))
- **eslint-plugin:** \[explicit-function-return-type] add allowIIFEs
option
([#​6237](https://togithub.com/typescript-eslint/typescript-eslint/issues/6237 ))
([a1b3f7b](a1b3f7b4d9
))
</details>
<details>
<summary>typescript-eslint/typescript-eslint
(@​typescript-eslint/parser)</summary>
###
[`v5.52.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#​5520-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5510v5520-2023-02-13 )
[Compare
Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.51.0...v5.52.0 )
**Note:** Version bump only for package
[@​typescript-eslint/parser](https://togithub.com/typescript-eslint/parser )
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about these
updates again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNDguMCIsInVwZGF0ZWRJblZlciI6IjM0LjE0OC4wIn0=-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-22 02:12:55 +00:00
GitHub Actions Bot
27447c46ee
4.21.0-beta.55
2023-02-21 14:11:58 +00:00
GitHub Actions Bot
03c3499546
4.21.0-beta.54
2023-02-21 13:48:06 +00:00
GitHub Actions Bot
f8535af687
4.21.0-beta.53
2023-02-21 11:46:52 +00:00
GitHub Actions Bot
4f475548ba
4.21.0-beta.52
2023-02-21 09:16:17 +00:00
renovate[bot]
55d48b2b3c
chore(deps): update dependency lint-staged to v13.1.2 ( #3165 )
...
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg )](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [lint-staged](https://togithub.com/okonet/lint-staged ) | [`13.1.1` ->
`13.1.2`](https://renovatebot.com/diffs/npm/lint-staged/13.1.1/13.1.2 ) |
[![age](https://badges.renovateapi.com/packages/npm/lint-staged/13.1.2/age-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://badges.renovateapi.com/packages/npm/lint-staged/13.1.2/adoption-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://badges.renovateapi.com/packages/npm/lint-staged/13.1.2/compatibility-slim/13.1.1 )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://badges.renovateapi.com/packages/npm/lint-staged/13.1.2/confidence-slim/13.1.1 )](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>okonet/lint-staged</summary>
###
[`v13.1.2`](https://togithub.com/okonet/lint-staged/releases/tag/v13.1.2 )
[Compare
Source](https://togithub.com/okonet/lint-staged/compare/v13.1.1...v13.1.2 )
##### Bug Fixes
- disable stash by default when using diff option
([#​1259](https://togithub.com/okonet/lint-staged/issues/1259 ))
([142c6f2](142c6f2250
))
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNDYuMSIsInVwZGF0ZWRJblZlciI6IjM0LjE0Ni4xIn0=-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-21 01:00:52 +00:00
GitHub Actions Bot
761de6a94e
4.21.0-beta.51
2023-02-20 15:06:30 +00:00
GitHub Actions Bot
ec8de3dead
4.21.0-beta.50
2023-02-20 14:27:48 +00:00
renovate[bot]
06f021bd4c
chore(deps): update dependency @types/express-session to v1.17.6 ( #3156 )
...
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg )](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@types/express-session](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/express-session )
([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped )) |
[`1.17.5` ->
`1.17.6`](https://renovatebot.com/diffs/npm/@types%2fexpress-session/1.17.5/1.17.6 )
|
[![age](https://badges.renovateapi.com/packages/npm/@types%2fexpress-session/1.17.6/age-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://badges.renovateapi.com/packages/npm/@types%2fexpress-session/1.17.6/adoption-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://badges.renovateapi.com/packages/npm/@types%2fexpress-session/1.17.6/compatibility-slim/1.17.5 )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://badges.renovateapi.com/packages/npm/@types%2fexpress-session/1.17.6/confidence-slim/1.17.5 )](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNDMuMSIsInVwZGF0ZWRJblZlciI6IjM0LjE0My4xIn0=-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-20 06:13:03 +00:00
renovate[bot]
1c90a3d617
chore(deps): update typescript-eslint monorepo to v5.51.0 ( #3138 )
...
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg )](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/typescript-eslint )
| [`5.48.1` ->
`5.51.0`](https://renovatebot.com/diffs/npm/@typescript-eslint%2feslint-plugin/5.48.1/5.51.0 )
|
[![age](https://badges.renovateapi.com/packages/npm/@typescript-eslint%2feslint-plugin/5.51.0/age-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://badges.renovateapi.com/packages/npm/@typescript-eslint%2feslint-plugin/5.51.0/adoption-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://badges.renovateapi.com/packages/npm/@typescript-eslint%2feslint-plugin/5.51.0/compatibility-slim/5.48.1 )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://badges.renovateapi.com/packages/npm/@typescript-eslint%2feslint-plugin/5.51.0/confidence-slim/5.48.1 )](https://docs.renovatebot.com/merge-confidence/ )
|
|
[@typescript-eslint/parser](https://togithub.com/typescript-eslint/typescript-eslint )
| [`5.48.1` ->
`5.51.0`](https://renovatebot.com/diffs/npm/@typescript-eslint%2fparser/5.48.1/5.51.0 )
|
[![age](https://badges.renovateapi.com/packages/npm/@typescript-eslint%2fparser/5.51.0/age-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://badges.renovateapi.com/packages/npm/@typescript-eslint%2fparser/5.51.0/adoption-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://badges.renovateapi.com/packages/npm/@typescript-eslint%2fparser/5.51.0/compatibility-slim/5.48.1 )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://badges.renovateapi.com/packages/npm/@typescript-eslint%2fparser/5.51.0/confidence-slim/5.48.1 )](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>typescript-eslint/typescript-eslint
(@​typescript-eslint/eslint-plugin)</summary>
###
[`v5.51.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#​5510-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5500v5510-2023-02-06 )
[Compare
Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.50.0...v5.51.0 )
##### Bug Fixes
- **eslint-plugin:** \[sort-type-constituents] fixed behavior change
([#​6384](https://togithub.com/typescript-eslint/typescript-eslint/issues/6384 ))
([5bf7f7f](5bf7f7fe48
)),
closes
[#​6339](https://togithub.com/typescript-eslint/typescript-eslint/issues/6339 )
- **eslint-plugin:** do not use .at(), Node 14 does not support it
([#​6402](https://togithub.com/typescript-eslint/typescript-eslint/issues/6402 ))
([077ed1b](077ed1b5be
))
##### Features
- **eslint-plugin:** \[naming-convention] improve performance by
removing unnecessary selectors
([#​6376](https://togithub.com/typescript-eslint/typescript-eslint/issues/6376 ))
([3647a1c](3647a1c1bb
))
- **eslint-plugin:** \[no-floating-promises] error on logical expression
([#​6356](https://togithub.com/typescript-eslint/typescript-eslint/issues/6356 ))
([f330e06](f330e06515
))
- **eslint-plugin:** \[no-import-type-side-effects] add rule to warn
against runtime side effects with `verbatimModuleSyntax`
([#​6394](https://togithub.com/typescript-eslint/typescript-eslint/issues/6394 ))
([b14d3be](b14d3be0f3
))
- **eslint-plugin:** \[strict-boolean-expressions] add allow nullable
enum to strict boolean expressions
([#​6096](https://togithub.com/typescript-eslint/typescript-eslint/issues/6096 ))
([d4747cd](d4747cd8cc
))
###
[`v5.50.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#​5500-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5490v5500-2023-01-31 )
[Compare
Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.49.0...v5.50.0 )
##### Bug Fixes
- **eslint-plugin:** \[ban-ts-comment] counts graphemes instead of
`String.prototype.length`
([#​5704](https://togithub.com/typescript-eslint/typescript-eslint/issues/5704 ))
([09d57ce](09d57cec89
))
- **eslint-plugin:** \[prefer-optional-chain] fix `ThisExpression` and
`PrivateIdentifier` errors
([#​6028](https://togithub.com/typescript-eslint/typescript-eslint/issues/6028 ))
([85e783c](85e783c1fa
))
- **eslint-plugin:** \[prefer-optional-chain] fixer produces wrong logic
([#​5919](https://togithub.com/typescript-eslint/typescript-eslint/issues/5919 ))
([b0f6c8e](b0f6c8ec0b
)),
closes
[#​1438](https://togithub.com/typescript-eslint/typescript-eslint/issues/1438 )
##### Features
- **eslint-plugin:** add `key-spacing` rule extension for interface &
type declarations
([#​6211](https://togithub.com/typescript-eslint/typescript-eslint/issues/6211 ))
([67706e7](67706e72e3
))
###
[`v5.49.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#​5490-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5482v5490-2023-01-23 )
[Compare
Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.48.2...v5.49.0 )
##### Features
- **eslint-plugin:** \[naming-convention] add support for `#private`
modifier on class members
([#​6259](https://togithub.com/typescript-eslint/typescript-eslint/issues/6259 ))
([c8a6d80](c8a6d80960
))
####
[5.48.2](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.48.1...v5.48.2 )
(2023-01-16)
**Note:** Version bump only for package
[@​typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin )
####
[5.48.1](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.48.0...v5.48.1 )
(2023-01-09)
**Note:** Version bump only for package
[@​typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin )
###
[`v5.48.2`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#​5482-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5481v5482-2023-01-16 )
[Compare
Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.48.1...v5.48.2 )
**Note:** Version bump only for package
[@​typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin )
</details>
<details>
<summary>typescript-eslint/typescript-eslint
(@​typescript-eslint/parser)</summary>
###
[`v5.51.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#​5510-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5500v5510-2023-02-06 )
[Compare
Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.50.0...v5.51.0 )
**Note:** Version bump only for package
[@​typescript-eslint/parser](https://togithub.com/typescript-eslint/parser )
###
[`v5.50.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#​5500-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5490v5500-2023-01-31 )
[Compare
Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.49.0...v5.50.0 )
**Note:** Version bump only for package
[@​typescript-eslint/parser](https://togithub.com/typescript-eslint/parser )
###
[`v5.49.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#​5490-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5482v5490-2023-01-23 )
[Compare
Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.48.2...v5.49.0 )
**Note:** Version bump only for package
[@​typescript-eslint/parser](https://togithub.com/typescript-eslint/parser )
####
[5.48.2](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.48.1...v5.48.2 )
(2023-01-16)
**Note:** Version bump only for package
[@​typescript-eslint/parser](https://togithub.com/typescript-eslint/parser )
####
[5.48.1](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.48.0...v5.48.1 )
(2023-01-09)
**Note:** Version bump only for package
[@​typescript-eslint/parser](https://togithub.com/typescript-eslint/parser )
###
[`v5.48.2`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#​5482-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5481v5482-2023-01-16 )
[Compare
Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.48.1...v5.48.2 )
**Note:** Version bump only for package
[@​typescript-eslint/parser](https://togithub.com/typescript-eslint/parser )
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about these
updates again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNDIuMSIsInVwZGF0ZWRJblZlciI6IjM0LjE0Mi4xIn0=-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-18 20:53:25 +00:00
renovate[bot]
c3ee4648b3
chore(deps): update dependency eslint to v8.34.0 ( #3150 )
...
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg )](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [eslint](https://eslint.org )
([source](https://togithub.com/eslint/eslint )) | [`8.33.0` ->
`8.34.0`](https://renovatebot.com/diffs/npm/eslint/8.33.0/8.34.0 ) |
[![age](https://badges.renovateapi.com/packages/npm/eslint/8.34.0/age-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://badges.renovateapi.com/packages/npm/eslint/8.34.0/adoption-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://badges.renovateapi.com/packages/npm/eslint/8.34.0/compatibility-slim/8.33.0 )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://badges.renovateapi.com/packages/npm/eslint/8.34.0/confidence-slim/8.33.0 )](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>eslint/eslint</summary>
### [`v8.34.0`](https://togithub.com/eslint/eslint/releases/tag/v8.34.0 )
[Compare
Source](https://togithub.com/eslint/eslint/compare/v8.33.0...v8.34.0 )
#### Features
-
[`9b2fcf7`](9b2fcf7e92
)
feat: `array-callback-return` supports `Array.prototype.toSorted`
([#​16845](https://togithub.com/eslint/eslint/issues/16845 ))
(SUZUKI Sosuke)
#### Bug Fixes
-
[`923f61d`](923f61d8fc
)
fix: false positive with assignment in `no-extra-parens`
([#​16872](https://togithub.com/eslint/eslint/issues/16872 ))
(Francesco Trotta)
#### Documentation
-
[`f0a9883`](f0a988384e
)
docs: split rules documentation
([#​16797](https://togithub.com/eslint/eslint/issues/16797 )) (Ben
Perlmutter)
-
[`67aa37b`](67aa37b583
)
docs: fix typo in command-line-interface.md
([#​16871](https://togithub.com/eslint/eslint/issues/16871 ))
(Kevin Rouchut)
-
[`337f7ed`](337f7ed961
)
docs: fix width of language input
([#​16849](https://togithub.com/eslint/eslint/issues/16849 ))
(Tanuj Kanti)
-
[`71349a1`](71349a1f70
)
docs: Configure a Parser page
([#​16803](https://togithub.com/eslint/eslint/issues/16803 )) (Ben
Perlmutter)
-
[`de7e925`](de7e925d03
)
docs: remove extra line numbers in example
([#​16848](https://togithub.com/eslint/eslint/issues/16848 ))
(jonz94)
-
[`ad38d77`](ad38d77102
)
docs: Update README (GitHub Actions Bot)
#### Chores
-
[`9dbe06d`](9dbe06d0ad
)
chore: add `type` property to array-element-newline schema
([#​16877](https://togithub.com/eslint/eslint/issues/16877 )) (MHO)
-
[`a061527`](a061527a03
)
chore: Remove unused functions
([#​16868](https://togithub.com/eslint/eslint/issues/16868 ))
(Nicholas C. Zakas)
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNDMuMSIsInVwZGF0ZWRJblZlciI6IjM0LjE0My4xIn0=-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-18 14:25:36 +00:00
renovate[bot]
f644543d25
fix(deps): update dependency unleash-client to v3.18.1 ( #3149 )
...
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg )](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [unleash-client](https://togithub.com/Unleash/unleash-client-node ) |
[`3.18.0` ->
`3.18.1`](https://renovatebot.com/diffs/npm/unleash-client/3.18.0/3.18.1 )
|
[![age](https://badges.renovateapi.com/packages/npm/unleash-client/3.18.1/age-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://badges.renovateapi.com/packages/npm/unleash-client/3.18.1/adoption-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://badges.renovateapi.com/packages/npm/unleash-client/3.18.1/compatibility-slim/3.18.0 )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://badges.renovateapi.com/packages/npm/unleash-client/3.18.1/confidence-slim/3.18.0 )](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>Unleash/unleash-client-node</summary>
###
[`v3.18.1`](https://togithub.com/Unleash/unleash-client-node/blob/HEAD/CHANGELOG.md#​3181 )
[Compare
Source](https://togithub.com/Unleash/unleash-client-node/compare/v3.18.0...v3.18.1 )
fix: add testcase for config-hash
chore(deps): bump http-cache-semantics from 4.1.0 to 4.1.1
([#​423](https://togithub.com/Unleash/unleash-client-node/issues/423 ))
fix: cyclic dependencies
fix: only produce hash of primitive values
chore(deps): update dependency
[@​typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin )
to v5.51.0
([#​419](https://togithub.com/Unleash/unleash-client-node/issues/419 ))
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNDMuMSIsInVwZGF0ZWRJblZlciI6IjM0LjE0My4xIn0=-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-18 11:12:31 +00:00
renovate[bot]
01aff33ebf
chore(deps): update dependency @swc/core to v1.3.35 ( #3148 )
...
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg )](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@swc/core](https://swc.rs )
([source](https://togithub.com/swc-project/swc )) | [`1.3.34` ->
`1.3.35`](https://renovatebot.com/diffs/npm/@swc%2fcore/1.3.34/1.3.35 ) |
[![age](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.35/age-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.35/adoption-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.35/compatibility-slim/1.3.34 )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.35/confidence-slim/1.3.34 )](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>swc-project/swc</summary>
###
[`v1.3.35`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#​1335---2023-02-10 )
[Compare
Source](https://togithub.com/swc-project/swc/compare/v1.3.34...v1.3.35 )
##### Bug Fixes
- **(es/minifier)** Don't skip shorthand properties from sequential
inliner
([#​6918](https://togithub.com/swc-project/swc/issues/6918 ))
([725d3fb](725d3fb645
))
- **(es/preset-env)** Fix default target
([#​6921](https://togithub.com/swc-project/swc/issues/6921 ))
([85a8def](85a8defc37
))
- **(es/typescript)** Fix handling of non-uppercase JSX elements
([#​6928](https://togithub.com/swc-project/swc/issues/6928 ))
([ebc65c7](ebc65c7dcb
))
##### Miscellaneous Tasks
- **general**: Bump swc_css_\*
([#​6924](https://togithub.com/swc-project/swc/issues/6924 ))
([75376cd](75376cd65c
))
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNDMuMSIsInVwZGF0ZWRJblZlciI6IjM0LjE0My4xIn0=-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-18 01:44:12 +00:00
renovate[bot]
83cbaf5917
chore(deps): update jest monorepo ( #3136 )
...
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg )](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@types/jest](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jest )
([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped )) |
[`29.2.5` ->
`29.4.0`](https://renovatebot.com/diffs/npm/@types%2fjest/29.2.5/29.4.0 )
|
[![age](https://badges.renovateapi.com/packages/npm/@types%2fjest/29.4.0/age-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://badges.renovateapi.com/packages/npm/@types%2fjest/29.4.0/adoption-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://badges.renovateapi.com/packages/npm/@types%2fjest/29.4.0/compatibility-slim/29.2.5 )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://badges.renovateapi.com/packages/npm/@types%2fjest/29.4.0/confidence-slim/29.2.5 )](https://docs.renovatebot.com/merge-confidence/ )
|
| [jest](https://jestjs.io/ )
([source](https://togithub.com/facebook/jest )) | [`29.3.1` ->
`29.4.2`](https://renovatebot.com/diffs/npm/jest/29.3.1/29.4.2 ) |
[![age](https://badges.renovateapi.com/packages/npm/jest/29.4.2/age-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://badges.renovateapi.com/packages/npm/jest/29.4.2/adoption-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://badges.renovateapi.com/packages/npm/jest/29.4.2/compatibility-slim/29.3.1 )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://badges.renovateapi.com/packages/npm/jest/29.4.2/confidence-slim/29.3.1 )](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>facebook/jest</summary>
###
[`v29.4.2`](https://togithub.com/facebook/jest/blob/HEAD/CHANGELOG.md#​2942 )
[Compare
Source](https://togithub.com/facebook/jest/compare/v29.4.1...v29.4.2 )
##### Features
- `[@jest/core]` Instrument significant lifecycle events with
[`performance.mark()`](https://nodejs.org/docs/latest-v16.x/api/perf_hooks.html#performancemarkname-options )
([#​13859](https://togithub.com/facebook/jest/pull/13859 ))
##### Fixes
- `[expect, @​jest/expect]` Provide type of `actual` as a generic
argument to `Matchers` to allow better-typed extensions
([#​13848](https://togithub.com/facebook/jest/pull/13848 ))
- `[jest-circus]` Added explicit mention of test failing because
`done()` is not being called in error message
([#​13847](https://togithub.com/facebook/jest/pull/13847 ))
- `[jest-runtime]` Handle CJS re-exports of node core modules from ESM
([#​13856](https://togithub.com/facebook/jest/pull/13856 ))
- `[jest-transform]` Downgrade `write-file-atomic` to v4
([#​13853](https://togithub.com/facebook/jest/pull/13853 ))
- `[jest-worker]` Ignore IPC messages not intended for Jest
([#​13543](https://togithub.com/facebook/jest/pull/13543 ))
##### Chore & Maintenance
- `[*]` make sure to exclude `.eslintcache` from published module
([#​13832](https://togithub.com/facebook/jest/pull/13832 ))
- `[docs]` Cleanup incorrect links in CHANGELOG.md
([#​13857](https://togithub.com/facebook/jest/pull/13857 ))
###
[`v29.4.1`](https://togithub.com/facebook/jest/blob/HEAD/CHANGELOG.md#​2941 )
[Compare
Source](https://togithub.com/facebook/jest/compare/v29.4.0...v29.4.1 )
##### Features
- `[expect, jest-circus, @​jest/types]` Implement
`numPassingAsserts` of testResults to track the number of passing
asserts in a test
([#​13795](https://togithub.com/facebook/jest/pull/13795 ))
- `[jest-core]` Add newlines to JSON output
([#​13817](https://togithub.com/facebook/jest/pull/13817 ))
- `[@jest/reporters]` Automatic log folding in GitHub Actions Reporter
([#​13626](https://togithub.com/facebook/jest/pull/13626 ))
##### Fixes
- `[@jest/expect-utils]` `toMatchObject` diffs should include `Symbol`
properties
([#​13810](https://togithub.com/facebook/jest/pull/13810 ))
- `[jest-runtime]` Handle missing `replaceProperty`
([#​13823](https://togithub.com/facebook/jest/pull/13823 ))
- `[@jest/types]` Add partial support for `done` callbacks in typings of
`each` ([#​13756](https://togithub.com/facebook/jest/pull/13756 ))
###
[`v29.4.0`](https://togithub.com/facebook/jest/blob/HEAD/CHANGELOG.md#​2940 )
[Compare
Source](https://togithub.com/facebook/jest/compare/v29.3.1...v29.4.0 )
##### Features
- `[expect, @​jest/expect-utils]` Support custom equality testers
([#​13654](https://togithub.com/facebook/jest/pull/13654 ))
- `[jest-config, jest-worker]` Use `os.availableParallelism` if
available to calculate number of workers to spawn
([#​13738](https://togithub.com/facebook/jest/pull/13738 ))
- `[@jest/globals, jest-mock]` Add `jest.replaceProperty()` that
replaces property value
([#​13496](https://togithub.com/facebook/jest/pull/13496 ))
- `[jest-haste-map]` ignore Sapling vcs directories (`.sl/`)
([#​13674](https://togithub.com/facebook/jest/pull/13674 ))
- `[jest-resolve]` Support subpath imports
([#​13705](https://togithub.com/facebook/jest/pull/13705 ),
[#​13723](https://togithub.com/facebook/jest/pull/13723 ),
[#​13777](https://togithub.com/facebook/jest/pull/13777 ))
- `[jest-runtime]` Add `jest.isolateModulesAsync` for scoped module
initialization of asynchronous functions
([#​13680](https://togithub.com/facebook/jest/pull/13680 ))
- `[jest-runtime]` Add `jest.isEnvironmentTornDown` function
([#​13741](https://togithub.com/facebook/jest/pull/13741 ))
- `[jest-test-result]` Added `skipped` and `focused` status to
`FormattedTestResult`
([#​13700](https://togithub.com/facebook/jest/pull/13700 ))
- `[jest-transform]` Support for asynchronous `createTransformer`
([#​13762](https://togithub.com/facebook/jest/pull/13762 ))
##### Fixes
- `[jest-environment-node]` Fix non-configurable globals
([#​13687](https://togithub.com/facebook/jest/pull/13687 ))
- `[@jest/expect-utils]` `toMatchObject` should handle `Symbol`
properties
([#​13639](https://togithub.com/facebook/jest/pull/13639 ))
- `[jest-mock]` Fix `mockReset` and `resetAllMocks` `undefined` return
value([#​13692](https://togithub.com/facebook/jest/pull/13692 ))
- `[jest-resolve]` Add global paths to `require.resolve.paths`
([#​13633](https://togithub.com/facebook/jest/pull/13633 ))
- `[jest-resolve]` Correct node core module detection when using `node:`
specifiers
([#​13806](https://togithub.com/facebook/jest/pull/13806 ))
- `[jest-runtime]` Support WASM files that import JS resources
([#​13608](https://togithub.com/facebook/jest/pull/13608 ))
- `[jest-runtime]` Use the `scriptTransformer` cache in `jest-runner`
([#​13735](https://togithub.com/facebook/jest/pull/13735 ))
- `[jest-runtime]` Enforce import assertions when importing JSON in ESM
([#​12755](https://togithub.com/facebook/jest/pull/12755 ) &
[#​13805](https://togithub.com/facebook/jest/pull/13805 ))
- `[jest-snapshot]` Make sure to import `babel` outside of the sandbox
([#​13694](https://togithub.com/facebook/jest/pull/13694 ))
- `[jest-transform]` Ensure the correct configuration is passed to
preprocessors specified multiple times in the `transform` option
([#​13770](https://togithub.com/facebook/jest/pull/13770 ))
##### Chore & Maintenance
- `[@jest/fake-timers]` Update `@sinonjs/fake-timers`
([#​13612](https://togithub.com/facebook/jest/pull/13612 ))
- `[docs]` Improve custom puppeteer example to prevent worker warnings
([#​13619](https://togithub.com/facebook/jest/pull/13619 ))
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://togithub.com/renovatebot/renovate/discussions ) if
that's undesired.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNDIuMSIsInVwZGF0ZWRJblZlciI6IjM0LjE0Mi4xIn0=-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-17 18:19:34 +00:00
GitHub Actions Bot
3f7e63d72a
4.21.0-beta.49
2023-02-17 14:02:48 +00:00
GitHub Actions Bot
9a43658710
4.21.0-beta.48
2023-02-17 14:01:52 +00:00
GitHub Actions Bot
676cc11917
4.21.0-beta.47
2023-02-17 10:59:13 +00:00
GitHub Actions Bot
683bf2faba
4.21.0-beta.46
2023-02-17 10:13:06 +00:00
GitHub Actions Bot
fca0aba19b
4.21.0-beta.45
2023-02-16 12:36:15 +00:00
GitHub Actions Bot
e7606e3f7d
4.21.0-beta.44
2023-02-16 11:50:58 +00:00
GitHub Actions Bot
68cca1b019
4.21.0-beta.43
2023-02-16 09:20:59 +00:00
GitHub Actions Bot
339aa16d9c
4.21.0-beta.42
2023-02-16 07:09:12 +00:00
renovate[bot]
b5544ff33d
chore(deps): update dependency @swc/core to v1.3.34 ( #3125 )
...
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg )](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@swc/core](https://swc.rs )
([source](https://togithub.com/swc-project/swc )) | [`1.3.32` ->
`1.3.34`](https://renovatebot.com/diffs/npm/@swc%2fcore/1.3.32/1.3.34 ) |
[![age](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.34/age-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.34/adoption-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.34/compatibility-slim/1.3.32 )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.34/confidence-slim/1.3.32 )](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>swc-project/swc</summary>
###
[`v1.3.34`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#​1334---2023-02-08 )
[Compare
Source](https://togithub.com/swc-project/swc/compare/v1.3.32...v1.3.34 )
##### Bug Fixes
- **(bindings)** Don't require unnecessary package
([#​6902](https://togithub.com/swc-project/swc/issues/6902 ))
([964dfba](964dfbaf1a
))
- **(bindings/node)** Add `esnext` to `JscTarget`
([#​6908](https://togithub.com/swc-project/swc/issues/6908 ))
([82128e3](82128e3734
))
- **(css/modules)** Fix interop of `&` and `:global`
([#​6900](https://togithub.com/swc-project/swc/issues/6900 ))
([f85ea9c](f85ea9cb57
))
- **(es/minifier)** Respect span hygiene from expr simplifier
([#​6899](https://togithub.com/swc-project/swc/issues/6899 ))
([432dca6](432dca647b
))
- **(es/minifier)** Don't break ternary with assignment in test
([#​6906](https://togithub.com/swc-project/swc/issues/6906 ))
([951dafb](951dafbc1a
))
- **(es/module)** Fix SystemJS imports
([#​6879](https://togithub.com/swc-project/swc/issues/6879 ))
([85fffda](85fffdad02
))
- **(es/parser)** Fix stack overflow due to deeply nested if
([#​6910](https://togithub.com/swc-project/swc/issues/6910 ))
([f36d945](f36d945a33
))
- **(es/parser)** Don't use `stacker` for armv7
([#​6916](https://togithub.com/swc-project/swc/issues/6916 ))
([4c5d5a6](4c5d5a6fca
))
- **(es/resolver)** Resolve parameters correctly
([#​6890](https://togithub.com/swc-project/swc/issues/6890 ))
([861d87c](861d87cae6
))
- **(es/typescript)** Ignore jsx element names
([#​6911](https://togithub.com/swc-project/swc/issues/6911 ))
([ee3a107](ee3a1071a5
))
##### Documentation
- **(readme)** Split download badge
([#​6917](https://togithub.com/swc-project/swc/issues/6917 ))
([d779927](d779927b4d
))
##### Features
- **(bindings/cli)** Add `--config`
([#​6835](https://togithub.com/swc-project/swc/issues/6835 ))
([d993c4d](d993c4def6
))
- **(bindings/cli)** Support for *.mts/*.cts files
([#​6909](https://togithub.com/swc-project/swc/issues/6909 ))
([76bc8a2](76bc8a2974
))
##### Miscellaneous Tasks
- **(bindings/cli)** Enable `preferUnplugged` by default for the plugins
([#​6912](https://togithub.com/swc-project/swc/issues/6912 ))
([17f1c50](17f1c50287
))-
**general**: Make issue templates mention `no +1`
([#​6894](https://togithub.com/swc-project/swc/issues/6894 ))
([5d5140f](5d5140f0a5
))
##### Testing
- **(es/module)** Add a test for `jsc.paths` on windows
([#​6915](https://togithub.com/swc-project/swc/issues/6915 ))
([d18027c](d18027cf9b
))
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMzguMyIsInVwZGF0ZWRJblZlciI6IjM0LjEzOC4zIn0=-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-15 22:39:44 +00:00
renovate[bot]
69693f933c
chore(deps): update dependency fast-check to v3.6.3 ( #3114 )
...
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg )](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [fast-check](https://togithub.com/dubzzz/fast-check ) | [`3.5.0` ->
`3.6.3`](https://renovatebot.com/diffs/npm/fast-check/3.5.0/3.6.3 ) |
[![age](https://badges.renovateapi.com/packages/npm/fast-check/3.6.3/age-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://badges.renovateapi.com/packages/npm/fast-check/3.6.3/adoption-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://badges.renovateapi.com/packages/npm/fast-check/3.6.3/compatibility-slim/3.5.0 )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://badges.renovateapi.com/packages/npm/fast-check/3.6.3/confidence-slim/3.5.0 )](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>dubzzz/fast-check</summary>
###
[`v3.6.3`](https://togithub.com/dubzzz/fast-check/blob/HEAD/packages/fast-check/CHANGELOG.md#​363 )
[Compare
Source](https://togithub.com/dubzzz/fast-check/compare/v3.6.2...v3.6.3 )
*Fix broken replay based on path*
\[[Code](https://togithub.com/dubzzz/fast-check/tree/v3.6.3 )]\[[Diff](https://togithub.com/dubzzz/fast-check/compare/v3.6.2...v3.6.3 )]
#### Fixes
- ([PR#​3617](https://togithub.com/dubzzz/fast-check/pull/3617 ))
Bug: Fix broken replay based on path
- ([PR#​3583](https://togithub.com/dubzzz/fast-check/pull/3583 ))
CI: Do not run publish workflow of fast-check for vitest
- ([PR#​3616](https://togithub.com/dubzzz/fast-check/pull/3616 ))
CI: Always build against latest node
###
[`v3.6.2`](https://togithub.com/dubzzz/fast-check/blob/HEAD/packages/fast-check/CHANGELOG.md#​362 )
[Compare
Source](https://togithub.com/dubzzz/fast-check/compare/v3.6.1...v3.6.2 )
*Still work in fake timer contexts*
\[[Code](https://togithub.com/dubzzz/fast-check/tree/v3.6.2 )]\[[Diff](https://togithub.com/dubzzz/fast-check/compare/v3.6.1...v3.6.2 )]
#### Fixes
- ([PR#​3571](https://togithub.com/dubzzz/fast-check/pull/3571 ))
Bug: Resist to fake timers in interruptAfterTimeLimit
- ([PR#​3572](https://togithub.com/dubzzz/fast-check/pull/3572 ))
Bug: Resist to fake timers in timeout
- ([PR#​3564](https://togithub.com/dubzzz/fast-check/pull/3564 ))
Performance: Drop bailout linked to toss
###
[`v3.6.1`](https://togithub.com/dubzzz/fast-check/blob/HEAD/packages/fast-check/CHANGELOG.md#​361 )
[Compare
Source](https://togithub.com/dubzzz/fast-check/compare/v3.6.0...v3.6.1 )
*Some more performance improvements*
\[[Code](https://togithub.com/dubzzz/fast-check/tree/v3.6.1 )]\[[Diff](https://togithub.com/dubzzz/fast-check/compare/v3.6.0...v3.6.1 )]
#### Fixes
- ([PR#​3563](https://togithub.com/dubzzz/fast-check/pull/3563 ))
Performance: Mutate rng inplace in tosser
###
[`v3.6.0`](https://togithub.com/dubzzz/fast-check/blob/HEAD/packages/fast-check/CHANGELOG.md#​360 )
[Compare
Source](https://togithub.com/dubzzz/fast-check/compare/v3.5.1...v3.6.0 )
*Slightly faster execution of properties*
\[[Code](https://togithub.com/dubzzz/fast-check/tree/v3.6.0 )]\[[Diff](https://togithub.com/dubzzz/fast-check/compare/v3.5.0...v3.6.0 )]
#### Features
- ([PR#​3547](https://togithub.com/dubzzz/fast-check/pull/3547 ))
Slightly faster thanks to pure-rand v6
- ([PR#​3552](https://togithub.com/dubzzz/fast-check/pull/3552 ))
Do not wrap stream when dropping 0 items
- ([PR#​3551](https://togithub.com/dubzzz/fast-check/pull/3551 ))
Faster implementation of internal function `runIdToFrequency`
- ([PR#​3553](https://togithub.com/dubzzz/fast-check/pull/3553 ))
Drop useless internal stream conversions
- ([PR#​3554](https://togithub.com/dubzzz/fast-check/pull/3554 ))
Tosser must immediately produce values
#### Fixes
- ([PR#​3556](https://togithub.com/dubzzz/fast-check/pull/3556 ))
CI: Enable sourceMap in unpublished for coverage
- ([PR#​3512](https://togithub.com/dubzzz/fast-check/pull/3512 ))
Script: Add `--cache` option to Prettier
- ([PR#​3523](https://togithub.com/dubzzz/fast-check/pull/3523 ))
Script: Initialize default devcontainer
- ([PR#​3524](https://togithub.com/dubzzz/fast-check/pull/3524 ))
Script: Install and setup nvs inside Dockerfile
***
###
[`v3.5.1`](https://togithub.com/dubzzz/fast-check/blob/HEAD/packages/fast-check/CHANGELOG.md#​351 )
[Compare
Source](https://togithub.com/dubzzz/fast-check/compare/v3.5.0...v3.5.1 )
*Still work in fake timer contexts*
\[[Code](https://togithub.com/dubzzz/fast-check/tree/v3.5.1 )]\[[Diff](https://togithub.com/dubzzz/fast-check/compare/v3.5.0...v3.5.1 )]
#### Fixes
- ([PR#​3571](https://togithub.com/dubzzz/fast-check/pull/3571 ))
Bug: Resist to fake timers in interruptAfterTimeLimit
- ([PR#​3572](https://togithub.com/dubzzz/fast-check/pull/3572 ))
Bug: Resist to fake timers in timeout
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMzMuMCIsInVwZGF0ZWRJblZlciI6IjM0LjEzOC4zIn0=-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-15 22:28:56 +00:00
GitHub Actions Bot
0be625ae31
4.21.0-beta.41
2023-02-15 15:44:31 +00:00
GitHub Actions Bot
58f2f834ad
4.21.0-beta.40
2023-02-15 12:39:39 +00:00
GitHub Actions Bot
8ac834a1b7
4.21.0-beta.39
2023-02-15 10:47:48 +00:00
GitHub Actions Bot
79e351e484
4.21.0-beta.38
2023-02-15 09:26:48 +00:00
GitHub Actions Bot
aec6f14929
4.21.0-beta.37
2023-02-15 08:13:53 +00:00
renovate[bot]
232ad28661
chore(deps): update dependency eslint to v8.33.0 ( #3113 )
...
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg )](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [eslint](https://eslint.org )
([source](https://togithub.com/eslint/eslint )) | [`8.31.0` ->
`8.33.0`](https://renovatebot.com/diffs/npm/eslint/8.31.0/8.33.0 ) |
[![age](https://badges.renovateapi.com/packages/npm/eslint/8.33.0/age-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://badges.renovateapi.com/packages/npm/eslint/8.33.0/adoption-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://badges.renovateapi.com/packages/npm/eslint/8.33.0/compatibility-slim/8.31.0 )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://badges.renovateapi.com/packages/npm/eslint/8.33.0/confidence-slim/8.31.0 )](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>eslint/eslint</summary>
### [`v8.33.0`](https://togithub.com/eslint/eslint/releases/tag/v8.33.0 )
[Compare
Source](https://togithub.com/eslint/eslint/compare/v8.32.0...v8.33.0 )
#### Features
-
[`2cc7954`](2cc7954cdb
)
feat: add `restrictDefaultExports` option to no-restricted-exports rule
([#​16785](https://togithub.com/eslint/eslint/issues/16785 ))
(Nitin Kumar)
#### Documentation
-
[`17f4be2`](17f4be2b66
)
docs: Fix examples in no-multiple-empty-lines rule
([#​16835](https://togithub.com/eslint/eslint/issues/16835 ))
(jonz94)
-
[`9c7cfe3`](9c7cfe33c4
)
docs: 'Source Code' content in 'Set up Development Environment' page
([#​16780](https://togithub.com/eslint/eslint/issues/16780 )) (Ben
Perlmutter)
-
[`ede5c64`](ede5c64754
)
docs: Custom processors page
([#​16802](https://togithub.com/eslint/eslint/issues/16802 )) (Ben
Perlmutter)
-
[`2620614`](2620614f52
)
docs: Code of Conduct page
([#​16781](https://togithub.com/eslint/eslint/issues/16781 )) (Ben
Perlmutter)
-
[`50a8efd`](50a8efd957
)
docs: report a sec vulnerability page
([#​16808](https://togithub.com/eslint/eslint/issues/16808 )) (Ben
Perlmutter)
-
[`ed60afd`](ed60afd445
)
docs: Update page titles, section landing pages, and side TOC
([#​16760](https://togithub.com/eslint/eslint/issues/16760 )) (Ben
Perlmutter)
-
[`333c712`](333c712435
)
docs: add background to code-path-diagrams for dark-mode
([#​16822](https://togithub.com/eslint/eslint/issues/16822 ))
(Tanuj Kanti)
-
[`f5f7b9b`](f5f7b9b8b5
)
docs: Update README (GitHub Actions Bot)
-
[`2aa4f5f`](2aa4f5fb2f
)
docs: no-constant-condition: Add multi-comparison example
([#​16776](https://togithub.com/eslint/eslint/issues/16776 ))
(Sebastian Simon)
-
[`40287db`](40287dbe74
)
docs: Remove Google Group icon
([#​16779](https://togithub.com/eslint/eslint/issues/16779 ))
(Nicholas C. Zakas)
-
[`ea10ca5`](ea10ca5b7b
)
docs: 'a .eslint' -> 'an .eslint' for consistency
([#​16809](https://togithub.com/eslint/eslint/issues/16809 )) (Ben
Perlmutter)
-
[`3be0748`](3be07488ee
)
docs: add example for nodejs lintText api
([#​16789](https://togithub.com/eslint/eslint/issues/16789 )) (Siva
K)
-
[`ce4f5ff`](ce4f5ff305
)
docs: Replace removed related rules with a valid rule
([#​16800](https://togithub.com/eslint/eslint/issues/16800 ))
(Ville Saalo)
### [`v8.32.0`](https://togithub.com/eslint/eslint/releases/tag/v8.32.0 )
[Compare
Source](https://togithub.com/eslint/eslint/compare/v8.31.0...v8.32.0 )
#### Features
-
[`fc20f24`](fc20f242a2
)
feat: add suggestions for redundant wrapping in prefer-regex-literals
([#​16658](https://togithub.com/eslint/eslint/issues/16658 ))
(YeonJuan)
#### Bug Fixes
-
[`b4f8329`](b4f8329164
)
fix: ignore directives for no-fallthrough
([#​16757](https://togithub.com/eslint/eslint/issues/16757 ))
(gfyoung)
#### Documentation
-
[`17b65ad`](17b65ad10d
)
docs: IA Update page URL move
([#​16665](https://togithub.com/eslint/eslint/issues/16665 )) (Ben
Perlmutter)
-
[`5981296`](5981296d5c
)
docs: fix theme switcher button
([#​16752](https://togithub.com/eslint/eslint/issues/16752 )) (Sam
Chen)
-
[`6669413`](66694136b6
)
docs: deploy prerelease docs under the `/docs/next/` path
([#​16541](https://togithub.com/eslint/eslint/issues/16541 ))
(Nitin Kumar)
-
[`78ecfe0`](78ecfe0e52
)
docs: use inline code for rule options name
([#​16768](https://togithub.com/eslint/eslint/issues/16768 ))
(Percy Ma)
-
[`fc2ea59`](fc2ea598ae
)
docs: Update README (GitHub Actions Bot)
-
[`762a872`](762a8727fb
)
docs: Update README (GitHub Actions Bot)
#### Chores
-
[`2952d6e`](2952d6ed95
)
chore: sync templates/\*.md files with issue templates
([#​16758](https://togithub.com/eslint/eslint/issues/16758 ))
(gfyoung)
-
[`3e34418`](3e34418b31
)
chore: Add new issues to triage project
([#​16740](https://togithub.com/eslint/eslint/issues/16740 ))
(Nicholas C. Zakas)
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMzMuMCIsInVwZGF0ZWRJblZlciI6IjM0LjEzMy4wIn0=-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-15 08:09:22 +00:00
GitHub Actions Bot
938fd768ec
4.21.0-beta.36
2023-02-15 07:45:23 +00:00
renovate[bot]
a1450cb7ae
chore(deps): update dependency lint-staged to v13.1.1 ( #3111 )
...
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg )](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [lint-staged](https://togithub.com/okonet/lint-staged ) | [`13.1.0` ->
`13.1.1`](https://renovatebot.com/diffs/npm/lint-staged/13.1.0/13.1.1 ) |
[![age](https://badges.renovateapi.com/packages/npm/lint-staged/13.1.1/age-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://badges.renovateapi.com/packages/npm/lint-staged/13.1.1/adoption-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://badges.renovateapi.com/packages/npm/lint-staged/13.1.1/compatibility-slim/13.1.0 )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://badges.renovateapi.com/packages/npm/lint-staged/13.1.1/confidence-slim/13.1.0 )](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>okonet/lint-staged</summary>
###
[`v13.1.1`](https://togithub.com/okonet/lint-staged/releases/tag/v13.1.1 )
[Compare
Source](https://togithub.com/okonet/lint-staged/compare/v13.1.0...v13.1.1 )
##### Bug Fixes
- allow re-enabling `--stash` when using the `--diff` option
([99390c3](99390c31a8
))
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMzMuMCIsInVwZGF0ZWRJblZlciI6IjM0LjEzMy4wIn0=-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-14 21:04:05 +00:00
GitHub Actions Bot
a31120aa8b
4.21.0-beta.35
2023-02-14 16:04:15 +00:00
GitHub Actions Bot
6c72efb300
4.21.0-beta.34
2023-02-14 14:52:38 +00:00
GitHub Actions Bot
94b0471c4e
4.21.0-beta.33
2023-02-14 14:35:33 +00:00
GitHub Actions Bot
f071922d15
4.21.0-beta.32
2023-02-14 14:02:24 +00:00
GitHub Actions Bot
0a32647d75
4.21.0-beta.31
2023-02-14 13:29:38 +00:00
GitHub Actions Bot
6c84ebc8ed
4.21.0-beta.30
2023-02-14 13:26:02 +00:00
GitHub Actions Bot
a9121150ff
4.21.0-beta.29
2023-02-14 12:53:43 +00:00
GitHub Actions Bot
0203027ee2
4.21.0-beta.28
2023-02-14 12:24:54 +00:00
GitHub Actions Bot
3977fd9487
4.21.0-beta.27
2023-02-14 12:14:16 +00:00
GitHub Actions Bot
4ec8d3cb33
4.21.0-beta.26
2023-02-14 10:25:32 +00:00
GitHub Actions Bot
c78b2d8325
4.21.0-beta.25
2023-02-14 07:12:08 +00:00
GitHub Actions Bot
0887bbb66a
4.21.0-beta.24
2023-02-13 07:40:29 +00:00
renovate[bot]
7700b31074
chore(deps): update dependency superagent to v8.0.9 ( #3090 )
...
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg )](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [superagent](https://togithub.com/ladjs/superagent ) | [`8.0.6` ->
`8.0.9`](https://renovatebot.com/diffs/npm/superagent/8.0.6/8.0.9 ) |
[![age](https://badges.renovateapi.com/packages/npm/superagent/8.0.9/age-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://badges.renovateapi.com/packages/npm/superagent/8.0.9/adoption-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://badges.renovateapi.com/packages/npm/superagent/8.0.9/compatibility-slim/8.0.6 )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://badges.renovateapi.com/packages/npm/superagent/8.0.9/confidence-slim/8.0.6 )](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>ladjs/superagent</summary>
###
[`v8.0.9`](https://togithub.com/ladjs/superagent/releases/tag/v8.0.9 )
[Compare
Source](https://togithub.com/ladjs/superagent/compare/v8.0.8...v8.0.9 )
- fix: fixed eslintrc config
[`53d2d8a`](https://togithub.com/ladjs/superagent/commit/53d2d8a )
- chore: bump deps
[`82f7498`](https://togithub.com/ladjs/superagent/commit/82f7498 )
- Merge pull request
[#​1761](https://togithub.com/ladjs/superagent/issues/1761 ) from
Leafly-com/fix/follow-redirect-cookies
[`cd094f5`](https://togithub.com/ladjs/superagent/commit/cd094f5 )
- Merge pull request
[#​1762](https://togithub.com/ladjs/superagent/issues/1762 ) from
Leafly-com/fix-cookie-header
[`4268ae4`](https://togithub.com/ladjs/superagent/commit/4268ae4 )
- fix(cookies): parse header correctly when merging cookies
[`4aac580`](https://togithub.com/ladjs/superagent/commit/4aac580 )
- fix(redirects): emit correct response in redirect event
[`e2538f3`](https://togithub.com/ladjs/superagent/commit/e2538f3 )
###
[`v8.0.8`](https://togithub.com/ladjs/superagent/releases/tag/v8.0.8 )
[Compare
Source](https://togithub.com/ladjs/superagent/compare/v8.0.7...v8.0.8 )
- Merge pull request
[#​1757](https://togithub.com/ladjs/superagent/issues/1757 ) from
ShiraNagen/cookies-domains
[`93835cb`](https://togithub.com/ladjs/superagent/commit/93835cb )
- fix(cookies): send cookies to allowed domains
[`e98489a`](https://togithub.com/ladjs/superagent/commit/e98489a )
###
[`v8.0.7`](https://togithub.com/ladjs/superagent/releases/tag/v8.0.7 )
[Compare
Source](https://togithub.com/ladjs/superagent/compare/v8.0.6...v8.0.7 )
- chore: bump deps
[`dd85a8e`](https://togithub.com/ladjs/superagent/commit/dd85a8e )
- Merge pull request
[#​1756](https://togithub.com/ladjs/superagent/issues/1756 ) from
sashashura/patch-1
[`3adc458`](https://togithub.com/ladjs/superagent/commit/3adc458 )
- build: harden ci.yml permissions
[`5fe4d09`](https://togithub.com/ladjs/superagent/commit/5fe4d09 )
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjM0LjEzMC4xIn0=-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-12 19:45:24 +00:00
renovate[bot]
2f1e3c53c6
chore(deps): update dependency @types/node to v16.18.12 ( #3087 )
...
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg )](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@types/node](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node )
([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped )) |
[`16.18.11` ->
`16.18.12`](https://renovatebot.com/diffs/npm/@types%2fnode/16.18.11/16.18.12 )
|
[![age](https://badges.renovateapi.com/packages/npm/@types%2fnode/16.18.12/age-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://badges.renovateapi.com/packages/npm/@types%2fnode/16.18.12/adoption-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://badges.renovateapi.com/packages/npm/@types%2fnode/16.18.12/compatibility-slim/16.18.11 )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://badges.renovateapi.com/packages/npm/@types%2fnode/16.18.12/confidence-slim/16.18.11 )](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjM0LjEzMC4xIn0=-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-12 05:22:13 +00:00
renovate[bot]
db1b49deb9
chore(deps): update dependency eslint-plugin-import to v2.27.5 ( #3086 )
...
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg )](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[eslint-plugin-import](https://togithub.com/import-js/eslint-plugin-import )
| [`2.27.4` ->
`2.27.5`](https://renovatebot.com/diffs/npm/eslint-plugin-import/2.27.4/2.27.5 )
|
[![age](https://badges.renovateapi.com/packages/npm/eslint-plugin-import/2.27.5/age-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://badges.renovateapi.com/packages/npm/eslint-plugin-import/2.27.5/adoption-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://badges.renovateapi.com/packages/npm/eslint-plugin-import/2.27.5/compatibility-slim/2.27.4 )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://badges.renovateapi.com/packages/npm/eslint-plugin-import/2.27.5/confidence-slim/2.27.4 )](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>import-js/eslint-plugin-import</summary>
###
[`v2.27.5`](https://togithub.com/import-js/eslint-plugin-import/blob/HEAD/CHANGELOG.md#​2275---2023-01-16 )
[Compare
Source](https://togithub.com/import-js/eslint-plugin-import/compare/v2.27.4...v2.27.5 )
##### Fixed
- \[`order]`: Fix group ranks order when alphabetizing
(\[[#​2674](https://togithub.com/import-js/eslint-plugin-import/issues/2674 )],
thanks \[[@​Pearce-Ropion](https://togithub.com/Pearce-Ropion )])
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjM0LjEzMC4xIn0=-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-12 00:03:33 +00:00
renovate[bot]
5f8e0c9458
chore(deps): update dependency @types/express to v4.17.17 ( #3082 )
...
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg )](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@types/express](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/express )
([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped )) |
[`4.17.15` ->
`4.17.17`](https://renovatebot.com/diffs/npm/@types%2fexpress/4.17.15/4.17.17 )
|
[![age](https://badges.renovateapi.com/packages/npm/@types%2fexpress/4.17.17/age-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://badges.renovateapi.com/packages/npm/@types%2fexpress/4.17.17/adoption-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://badges.renovateapi.com/packages/npm/@types%2fexpress/4.17.17/compatibility-slim/4.17.15 )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://badges.renovateapi.com/packages/npm/@types%2fexpress/4.17.17/confidence-slim/4.17.15 )](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMjQuMiIsInVwZGF0ZWRJblZlciI6IjM0LjEyNC4yIn0=-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-11 05:13:23 +00:00
renovate[bot]
2ac1c6387b
chore(deps): update dependency @swc/core to v1.3.32 ( #3078 )
...
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg )](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@swc/core](https://swc.rs )
([source](https://togithub.com/swc-project/swc )) | [`1.3.26` ->
`1.3.32`](https://renovatebot.com/diffs/npm/@swc%2fcore/1.3.26/1.3.32 ) |
[![age](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.32/age-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.32/adoption-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.32/compatibility-slim/1.3.26 )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.32/confidence-slim/1.3.26 )](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>swc-project/swc</summary>
###
[`v1.3.32`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#​1332---2023-02-01 )
[Compare
Source](https://togithub.com/swc-project/swc/compare/v1.3.31...v1.3.32 )
##### Bug Fixes
- **(es)** Remove useless message
([#​6882](https://togithub.com/swc-project/swc/issues/6882 ))
([9301703](9301703311
))
- **(es/compat)** Make optional chaining pass less permissive
([#​6885](https://togithub.com/swc-project/swc/issues/6885 ))
([57781e9](57781e90d3
))
##### Testing
- **(es/compat)** Add a test for a fixed issue
([#​6887](https://togithub.com/swc-project/swc/issues/6887 ))
([e79d466](e79d46697c
))
##### Build
- **(cargo)** Drop dependencies on `retain_mut`
([#​6884](https://togithub.com/swc-project/swc/issues/6884 ))
([d6a24a2](d6a24a28e8
))
###
[`v1.3.31`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#​1331---2023-01-30 )
[Compare
Source](https://togithub.com/swc-project/swc/compare/v1.3.30...v1.3.31 )
##### Bug Fixes
- **(es/compat)** Fix optional chaining pass
([#​6875](https://togithub.com/swc-project/swc/issues/6875 ))
([d808864](d8088646df
))
- **(visit)** Fix detection of `Option<Vec<T>>`
([#​6872](https://togithub.com/swc-project/swc/issues/6872 ))
([508267d](508267dccf
))
##### Features
- **(bindings/cli)** Append `sourceMappingURL=` to the output
([#​6873](https://togithub.com/swc-project/swc/issues/6873 ))
([c4db8e4](c4db8e42a1
))
- **(es/loader)** Support `node:` prefix from `NodeModulesResolver`
([#​6868](https://togithub.com/swc-project/swc/issues/6868 ))
([6b7249d](6b7249dcde
))
###
[`v1.3.30`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#​1330---2023-01-28 )
[Compare
Source](https://togithub.com/swc-project/swc/compare/v1.3.29...v1.3.30 )
##### Bug Fixes
- **(es/minifier)** Track reassign in parent scope
([#​6865](https://togithub.com/swc-project/swc/issues/6865 ))
([c0e72ef](c0e72ef64a
))
- **(es/module)** Fix handling of `this` for `systemjs`
([#​6857](https://togithub.com/swc-project/swc/issues/6857 ))
([39c75fd](39c75fdcce
))
- **(es/parser)** Fix parsing of generics
([#​6859](https://togithub.com/swc-project/swc/issues/6859 ))
([60d9403](60d9403073
))
##### Features
- **(es/minifier)** Improve compatibility of `arrows` with `terser`
([#​6862](https://togithub.com/swc-project/swc/issues/6862 ))
([d1687d8](d1687d8e01
))
##### Miscellaneous Tasks
- **(ci)** FIx CI
([#​6861](https://togithub.com/swc-project/swc/issues/6861 ))
([45cdfed](45cdfed6c8
))
###
[`v1.3.29`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#​1329---2023-01-26 )
[Compare
Source](https://togithub.com/swc-project/swc/compare/v1.3.28...v1.3.29 )
##### Bug Fixes
- **(plugin)** Make `span_to_source` use dedicated function
([#​6853](https://togithub.com/swc-project/swc/issues/6853 ))
([99d48e3](99d48e305e
))
##### Refactor
- **(es/minifier)** Merge `cond_init` with `reassigned`
([#​6850](https://togithub.com/swc-project/swc/issues/6850 ))
([55225cb](55225cb994
))
###
[`v1.3.28`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#​1328---2023-01-24 )
[Compare
Source](https://togithub.com/swc-project/swc/compare/v1.3.27...v1.3.28 )
##### Bug Fixes
- **(es/codegen)** Fix codegen of string literals with `\x000`
([#​6838](https://togithub.com/swc-project/swc/issues/6838 ))
([df70261](df702614e1
))
- **(es/minifier)** Don't inline into `await` from sequential inliner
([#​6839](https://togithub.com/swc-project/swc/issues/6839 ))
([21e1478](21e14787c5
))
##### Miscellaneous Tasks
- **(ci)** Make stale action to wait 30 days
([#​6828](https://togithub.com/swc-project/swc/issues/6828 ))
([1ef2347](1ef2347bdf
))
##### Performance
- **(es/minifier)** Make pure function check `O(1)`
([#​6840](https://togithub.com/swc-project/swc/issues/6840 ))
([58208ef](58208ef8ae
))
##### Refactor
- **(es/preset-env)** Use a const fn instead of a macro
([#​6844](https://togithub.com/swc-project/swc/issues/6844 ))
([2fcab36](2fcab36418
))
- **(es/typescript)** Remove unused code
([#​6830](https://togithub.com/swc-project/swc/issues/6830 ))
([7205543](7205543d5f
))
###
[`v1.3.27`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#​1327---2023-01-17 )
[Compare
Source](https://togithub.com/swc-project/swc/compare/v1.3.26...v1.3.27 )
##### Bug Fixes
- **(es/codegen)** Skip space if jsx attrs is empty
([#​6823](https://togithub.com/swc-project/swc/issues/6823 ))
([e9fdac2](e9fdac216c
))
- **(es/compat)** Ignore `this` in nested scopes in `classes` pass
([#​6796](https://togithub.com/swc-project/swc/issues/6796 ))
([07676d5](07676d5515
))
- **(es/plugin)** Fix starter template
([#​6815](https://togithub.com/swc-project/swc/issues/6815 ))
([38fb70c](38fb70c237
))
- **(es/renamer)** Handle rest params correctly
([#​6821](https://togithub.com/swc-project/swc/issues/6821 ))
([ebce18b](ebce18b221
))
- **(es/transform)** Apply `hygiene` and `resolver` if minify is
specified
([#​6793](https://togithub.com/swc-project/swc/issues/6793 ))
([c145409](c14540905f
))
##### Features
- **(css/parser)** Normalize at-rules
([#​6705](https://togithub.com/swc-project/swc/issues/6705 ))
([43e7519](43e75194e5
))
- **(es/ast)** Add `EsNext` to `EsVersion`
([#​6816](https://togithub.com/swc-project/swc/issues/6816 ))
([ff78b8f](ff78b8f7e0
))
- **(es/helper)** Use `require` to load polyfills and helpers in Script
([#​6778](https://togithub.com/swc-project/swc/issues/6778 ))
([ad8d043](ad8d043f1d
))
- **(es/minifier)** Remove noop spreads
([#​6803](https://togithub.com/swc-project/swc/issues/6803 ))
([8f683e3](8f683e3f77
))
- **(es/quote)** Allow using `Str` as a var
([#​6797](https://togithub.com/swc-project/swc/issues/6797 ))
([224eff9](224eff91eb
))
- **(es/renamer)** Support `safari10` from the name mangler
([#​6801](https://togithub.com/swc-project/swc/issues/6801 ))
([631dd78](631dd7872b
))
- **(es/renamer)** Rename synthesized identifiers even on `eval`
([#​6818](https://togithub.com/swc-project/swc/issues/6818 ))
([82bd5c2](82bd5c2041
))
##### Testing
- **(es)** Enable execution tests for fixed issues
([#​6805](https://togithub.com/swc-project/swc/issues/6805 ))
([e7ea054](e7ea054c63
))
- **(es/compat)** Add a test to verify parameters passs
([#​6792](https://togithub.com/swc-project/swc/issues/6792 ))
([7dc5ccb](7dc5ccb0fc
))
- **(es/minifier)** Add a test for an invalid issue
([#​6802](https://togithub.com/swc-project/swc/issues/6802 ))
([a299fd0](a299fd0418
))
- **(es/preset-env)** Add a test for a wrong issue
([#​6794](https://togithub.com/swc-project/swc/issues/6794 ))
([b29aa5b](b29aa5b5a0
))
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMjQuMiIsInVwZGF0ZWRJblZlciI6IjM0LjEyNC4yIn0=-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-11 02:35:42 +00:00
GitHub Actions Bot
f43c265f9f
4.21.0-beta.23
2023-02-10 14:07:42 +00:00
renovate[bot]
6e44a65c58
fix(deps): update dependency unleash-client to v3.18.0 ( #2956 )
...
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg )](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [unleash-client](https://togithub.com/Unleash/unleash-client-node ) |
[`3.16.1` ->
`3.18.0`](https://renovatebot.com/diffs/npm/unleash-client/3.16.1/3.18.0 )
|
[![age](https://badges.renovateapi.com/packages/npm/unleash-client/3.18.0/age-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://badges.renovateapi.com/packages/npm/unleash-client/3.18.0/adoption-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://badges.renovateapi.com/packages/npm/unleash-client/3.18.0/compatibility-slim/3.16.1 )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://badges.renovateapi.com/packages/npm/unleash-client/3.18.0/confidence-slim/3.16.1 )](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>Unleash/unleash-client-node</summary>
###
[`v3.18.0`](https://togithub.com/Unleash/unleash-client-node/blob/HEAD/CHANGELOG.md#​3180 )
[Compare
Source](https://togithub.com/Unleash/unleash-client-node/compare/v3.17.0...v3.18.0 )
feat: gracefully handle unsuccessful metrics post
([#​414](https://togithub.com/Unleash/unleash-client-node/issues/414 ))
feat/flush metrics
([#​415](https://togithub.com/Unleash/unleash-client-node/issues/415 ))
feat: add metrics jitter support
([#​412](https://togithub.com/Unleash/unleash-client-node/issues/412 ))
fix: Allow SDK to startup when backup data is corrupt
([#​418](https://togithub.com/Unleash/unleash-client-node/issues/418 ))
fix: flexible-rollout random stickiness is not random enough
([#​417](https://togithub.com/Unleash/unleash-client-node/issues/417 ))
fix: build correct version on npm version
chore(deps): update dependency eslint-plugin-import to v2.27.5
([#​416](https://togithub.com/Unleash/unleash-client-node/issues/416 ))
chore(deps): update dependency
[@​typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin )
to v5.48.2
([#​413](https://togithub.com/Unleash/unleash-client-node/issues/413 ))
chore(deps): update dependency eslint to v8.32.0
([#​410](https://togithub.com/Unleash/unleash-client-node/issues/410 ))
chore(deps): update dependency prettier to v2.8.3
([#​406](https://togithub.com/Unleash/unleash-client-node/issues/406 ))
chore(deps): update dependency eslint-plugin-import to v2.27.4
([#​404](https://togithub.com/Unleash/unleash-client-node/issues/404 ))
###
[`v3.17.0`](https://togithub.com/Unleash/unleash-client-node/blob/HEAD/CHANGELOG.md#​3170 )
[Compare
Source](https://togithub.com/Unleash/unleash-client-node/compare/v3.16.1...v3.17.0 )
- feat: Only initialize the SDK once.
([#​368](https://togithub.com/Unleash/unleash-client-node/issues/368 ))
- fix: upgrade semver to 7.3.8
- fix: add resolution for debug
- fix: add resolution for minimatch
- fix: add resolution for qs
- fix: add resolution for json5
- fix: update yarn.lock
- docs: Update the readme with info from docs.getunleash
([#​399](https://togithub.com/Unleash/unleash-client-node/issues/399 ))
- docs: minor fix in README
- chore(deps): update dependency debug to v4
([#​402](https://togithub.com/Unleash/unleash-client-node/issues/402 ))
- chore(deps): update dependency json5 to v2
([#​401](https://togithub.com/Unleash/unleash-client-node/issues/401 ))
- chore(deps): update dependency eslint to v8.31.0
([#​394](https://togithub.com/Unleash/unleash-client-node/issues/394 ))
- chore(deps): update dependency nock to v13.3.0
([#​400](https://togithub.com/Unleash/unleash-client-node/issues/400 ))
- chore(deps): update dependency
[@​typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin )
to v5.48.1
([#​395](https://togithub.com/Unleash/unleash-client-node/issues/395 ))
- chore(deps): update dependency eslint-config-prettier to v8.6.0
([#​396](https://togithub.com/Unleash/unleash-client-node/issues/396 ))
- chore(deps): update dependency prettier to v2.8.2
([#​398](https://togithub.com/Unleash/unleash-client-node/issues/398 ))
- chore(deps): update dependency
[@​typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin )
to v5.47.1
([#​346](https://togithub.com/Unleash/unleash-client-node/issues/346 ))
- chore(deps): update dependency typescript to v4.9.4
([#​386](https://togithub.com/Unleash/unleash-client-node/issues/386 ))
- chore(deps): update dependency sinon to v15
([#​391](https://togithub.com/Unleash/unleash-client-node/issues/391 ))
- chore(deps): update dependency
[@​types/node](https://togithub.com/types/node ) to v18
([#​380](https://togithub.com/Unleash/unleash-client-node/issues/380 ))
- chore(deps): update dependency
[@​types/node](https://togithub.com/types/node ) to v14.18.36
([#​382](https://togithub.com/Unleash/unleash-client-node/issues/382 ))
- chore(deps): update dependency eslint to v8.30.0
([#​367](https://togithub.com/Unleash/unleash-client-node/issues/367 ))
- chore(deps): update dependency prettier to v2.8.1
([#​387](https://togithub.com/Unleash/unleash-client-node/issues/387 ))
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMDUuNCIsInVwZGF0ZWRJblZlciI6IjM0LjExNy4xIn0=-->
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Ivar Conradi Østhus <ivar@getunleash.ai>
2023-02-10 10:51:53 +01:00
GitHub Actions Bot
354cfa4135
4.21.0-beta.22
2023-02-09 13:23:28 +00:00
GitHub Actions Bot
c1679a9222
4.21.0-beta.21
2023-02-09 10:01:57 +00:00
GitHub Actions Bot
b7fdcd36c0
4.21.0-beta.20
2023-02-09 09:06:15 +00:00
GitHub Actions Bot
fc15e09f5d
4.21.0-beta.19
2023-02-09 08:48:04 +00:00
GitHub Actions Bot
5541446e0b
4.21.0-beta.18
2023-02-09 08:14:05 +00:00
GitHub Actions Bot
5158d04c52
4.21.0-beta.17
2023-02-08 18:49:06 +00:00
GitHub Actions Bot
1502fbc2dd
4.21.0-beta.16
2023-02-08 18:14:58 +00:00
GitHub Actions Bot
a65e2528aa
4.21.0-beta.15
2023-02-08 16:03:31 +00:00
GitHub Actions Bot
98d1079169
4.21.0-beta.14
2023-02-08 15:50:59 +00:00
GitHub Actions Bot
7e46f0fb7a
4.21.0-beta.13
2023-02-08 15:36:06 +00:00
GitHub Actions Bot
4e6acc397f
4.21.0-beta.12
2023-02-08 15:18:01 +00:00
GitHub Actions Bot
1b221e1b0d
4.21.0-beta.11
2023-02-08 15:09:59 +00:00
GitHub Actions Bot
50f9815191
4.21.0-beta.10
2023-02-08 15:02:31 +00:00
GitHub Actions Bot
17bedaae12
4.21.0-beta.9
2023-02-08 14:41:45 +00:00
GitHub Actions Bot
1de8c1b02e
4.21.0-beta.8
2023-02-08 11:02:13 +00:00
GitHub Actions Bot
c8f15c7abc
4.21.0-beta.7
2023-02-07 08:16:23 +00:00
GitHub Actions Bot
e7f68eedd5
4.21.0-beta.6
2023-02-06 14:47:30 +00:00
GitHub Actions Bot
afe01b5528
4.21.0-beta.5
2023-02-01 11:16:18 +00:00
GitHub Actions Bot
b0ef6920e8
4.21.0-beta.4
2023-01-30 11:02:47 +00:00
GitHub Actions Bot
83aa4cc91b
4.21.0-beta.3
2023-01-30 10:14:24 +00:00
GitHub Actions Bot
1e35c30fde
4.21.0-beta.2
2023-01-30 08:03:57 +00:00
GitHub Actions Bot
200cfd284b
4.21.0-beta.1
2023-01-27 11:22:45 +00:00
GitHub Actions Bot
04dad9e33e
4.21.0-beta.0
2023-01-26 11:42:51 +00:00
GitHub Actions Bot
f0b119f2f7
4.20.0-beta.6
2023-01-23 14:28:28 +00:00
renovate[bot]
c41f888810
chore(deps): update dependency eslint-plugin-import to v2.27.4 ( #2955 )
...
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg )](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[eslint-plugin-import](https://togithub.com/import-js/eslint-plugin-import )
| [`2.26.0` ->
`2.27.4`](https://renovatebot.com/diffs/npm/eslint-plugin-import/2.26.0/2.27.4 )
|
[![age](https://badges.renovateapi.com/packages/npm/eslint-plugin-import/2.27.4/age-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://badges.renovateapi.com/packages/npm/eslint-plugin-import/2.27.4/adoption-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://badges.renovateapi.com/packages/npm/eslint-plugin-import/2.27.4/compatibility-slim/2.26.0 )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://badges.renovateapi.com/packages/npm/eslint-plugin-import/2.27.4/confidence-slim/2.26.0 )](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>import-js/eslint-plugin-import</summary>
###
[`v2.27.4`](https://togithub.com/import-js/eslint-plugin-import/blob/HEAD/CHANGELOG.md#​2274---2023-01-11 )
[Compare
Source](https://togithub.com/import-js/eslint-plugin-import/compare/v2.27.3...v2.27.4 )
##### Fixed
- `semver` should be a prod dep
(\[[#​2668](https://togithub.com/import-js/eslint-plugin-import/issues/2668 )])
###
[`v2.27.3`](https://togithub.com/import-js/eslint-plugin-import/blob/HEAD/CHANGELOG.md#​2273---2023-01-11 )
[Compare
Source](https://togithub.com/import-js/eslint-plugin-import/compare/v2.27.2...v2.27.3 )
##### Fixed
- \[`no-empty-named-blocks`]: rewrite rule to only check import
declarations
(\[[#​2666](https://togithub.com/import-js/eslint-plugin-import/issues/2666 )])
###
[`v2.27.2`](https://togithub.com/import-js/eslint-plugin-import/blob/HEAD/CHANGELOG.md#​2272---2023-01-11 )
[Compare
Source](https://togithub.com/import-js/eslint-plugin-import/compare/v2.27.1...v2.27.2 )
##### Fixed
- \[`no-duplicates`]: do not unconditionally require `typescript`
(\[[#​2665](https://togithub.com/import-js/eslint-plugin-import/issues/2665 )])
###
[`v2.27.1`](https://togithub.com/import-js/eslint-plugin-import/blob/HEAD/CHANGELOG.md#​2271---2023-01-11 )
[Compare
Source](https://togithub.com/import-js/eslint-plugin-import/compare/v2.27.0...v2.27.1 )
##### Fixed
- `array.prototype.flatmap` should be a prod dep
(\[[#​2664](https://togithub.com/import-js/eslint-plugin-import/issues/2664 )],
thanks \[[@​cristobal](https://togithub.com/cristobal )])
###
[`v2.27.0`](https://togithub.com/import-js/eslint-plugin-import/blob/HEAD/CHANGELOG.md#​2270---2023-01-11 )
[Compare
Source](https://togithub.com/import-js/eslint-plugin-import/compare/v2.26.0...v2.27.0 )
##### Added
- \[`newline-after-import`]: add `considerComments` option
(\[[#​2399](https://togithub.com/import-js/eslint-plugin-import/issues/2399 )],
thanks \[[@​pri1311](https://togithub.com/pri1311 )])
- \[`no-cycle`]: add `allowUnsafeDynamicCyclicDependency` option
(\[[#​2387](https://togithub.com/import-js/eslint-plugin-import/issues/2387 )],
thanks \[[@​GerkinDev](https://togithub.com/GerkinDev )])
- \[`no-restricted-paths`]: support arrays for `from` and `target`
options
(\[[#​2466](https://togithub.com/import-js/eslint-plugin-import/issues/2466 )],
thanks \[[@​AdriAt360](https://togithub.com/AdriAt360 )])
- \[`no-anonymous-default-export`]: add `allowNew` option
(\[[#​2505](https://togithub.com/import-js/eslint-plugin-import/issues/2505 )],
thanks \[[@​DamienCassou](https://togithub.com/DamienCassou )])
- \[`order`]: Add `distinctGroup` option
(\[[#​2395](https://togithub.com/import-js/eslint-plugin-import/issues/2395 )],
thanks \[[@​hyperupcall](https://togithub.com/hyperupcall )])
- \[`no-extraneous-dependencies`]: Add `includeInternal` option
(\[[#​2541](https://togithub.com/import-js/eslint-plugin-import/issues/2541 )],
thanks \[[@​bdwain](https://togithub.com/bdwain )])
- \[`no-extraneous-dependencies`]: Add `includeTypes` option
(\[[#​2543](https://togithub.com/import-js/eslint-plugin-import/issues/2543 )],
thanks \[[@​bdwain](https://togithub.com/bdwain )])
- \[`order`]: new `alphabetize.orderImportKind` option to sort imports
with same path based on their kind (`type`, `typeof`)
(\[[#​2544](https://togithub.com/import-js/eslint-plugin-import/issues/2544 )],
thanks \[[@​stropho](https://togithub.com/stropho )])
- \[`consistent-type-specifier-style`]: add rule
(\[[#​2473](https://togithub.com/import-js/eslint-plugin-import/issues/2473 )],
thanks \[[@​bradzacher](https://togithub.com/bradzacher )])
- Add \[`no-empty-named-blocks`] rule
(\[[#​2568](https://togithub.com/import-js/eslint-plugin-import/issues/2568 )],
thanks \[[@​guilhermelimak](https://togithub.com/guilhermelimak )])
- \[`prefer-default-export`]: add "target" option
(\[[#​2602](https://togithub.com/import-js/eslint-plugin-import/issues/2602 )],
thanks \[[@​azyzz228](https://togithub.com/azyzz228 )])
- \[`no-absolute-path`]: add fixer
(\[[#​2613](https://togithub.com/import-js/eslint-plugin-import/issues/2613 )],
thanks \[[@​adipascu](https://togithub.com/adipascu )])
- \[`no-duplicates`]: support inline type import with `inlineTypeImport`
option
(\[[#​2475](https://togithub.com/import-js/eslint-plugin-import/issues/2475 )],
thanks \[[@​snewcomer](https://togithub.com/snewcomer )])
##### Fixed
- \[`order`]: move nested imports closer to main import entry
(\[[#​2396](https://togithub.com/import-js/eslint-plugin-import/issues/2396 )],
thanks \[[@​pri1311](https://togithub.com/pri1311 )])
- \[`no-restricted-paths`]: fix an error message
(\[[#​2466](https://togithub.com/import-js/eslint-plugin-import/issues/2466 )],
thanks \[[@​AdriAt360](https://togithub.com/AdriAt360 )])
- \[`no-restricted-paths`]: use `Minimatch.match` instead of `minimatch`
to comply with Windows Native paths
(\[[#​2466](https://togithub.com/import-js/eslint-plugin-import/issues/2466 )],
thanks \[[@​AdriAt360](https://togithub.com/AdriAt360 )])
- \[`order`]: require with member expression could not be fixed if
alphabetize.order was used
(\[[#​2490](https://togithub.com/import-js/eslint-plugin-import/issues/2490 )],
thanks \[[@​msvab](https://togithub.com/msvab )])
- \[`order`]: leave more space in rankings for consecutive path groups
(\[[#​2506](https://togithub.com/import-js/eslint-plugin-import/issues/2506 )],
thanks \[[@​Pearce-Ropion](https://togithub.com/Pearce-Ropion )])
- \[`no-cycle`]: add ExportNamedDeclaration statements to dependencies
(\[[#​2511](https://togithub.com/import-js/eslint-plugin-import/issues/2511 )],
thanks \[[@​BenoitZugmeyer](https://togithub.com/BenoitZugmeyer )])
- \[`dynamic-import-chunkname`]: prevent false report on a valid webpack
magic comment
(\[[#​2330](https://togithub.com/import-js/eslint-plugin-import/issues/2330 )],
thanks \[[@​mhmadhamster](https://togithub.com/mhmadhamster )])
- \[`export`]: do not error on TS export overloads
(\[[#​1590](https://togithub.com/import-js/eslint-plugin-import/issues/1590 )],
thanks \[[@​ljharb](https://togithub.com/ljharb )])
- \[`no-unresolved`], \[`extensions`]: ignore type only exports
(\[[#​2436](https://togithub.com/import-js/eslint-plugin-import/issues/2436 )],
thanks \[[@​Lukas-Kullmann](https://togithub.com/Lukas-Kullmann )])
- `ExportMap`: add missing param to function
(\[[#​2589](https://togithub.com/import-js/eslint-plugin-import/issues/2589 )],
thanks \[[@​Fdawgs](https://togithub.com/Fdawgs )])
- \[`no-unused-modules`]: `checkPkgFieldObject` filters boolean fields
from checks
(\[[#​2598](https://togithub.com/import-js/eslint-plugin-import/issues/2598 )],
thanks \[[@​mpint](https://togithub.com/mpint )])
- \[`no-cycle`]: accept Flow `typeof` imports, just like `type`
(\[[#​2608](https://togithub.com/import-js/eslint-plugin-import/issues/2608 )],
thanks \[[@​gnprice](https://togithub.com/gnprice )])
- \[`no-import-module-exports`]: avoid a false positive for import
variables
(\[[#​2315](https://togithub.com/import-js/eslint-plugin-import/issues/2315 )],
thanks
\[[@​BarryThePenguin](https://togithub.com/BarryThePenguin )])
##### Changed
- \[Tests] \[`named`]: Run all TypeScript test
(\[[#​2427](https://togithub.com/import-js/eslint-plugin-import/issues/2427 )],
thanks \[[@​ProdigySim](https://togithub.com/ProdigySim )])
- \[readme] note use of typescript in readme `import/extensions` section
(\[[#​2440](https://togithub.com/import-js/eslint-plugin-import/issues/2440 )],
thanks
\[[@​OutdatedVersion](https://togithub.com/OutdatedVersion )])
- \[Docs] \[`order`]: use correct default value
(\[[#​2392](https://togithub.com/import-js/eslint-plugin-import/issues/2392 )],
thanks \[[@​hyperupcall](https://togithub.com/hyperupcall )])
- \[meta] replace git.io link in comments with the original URL
(\[[#​2444](https://togithub.com/import-js/eslint-plugin-import/issues/2444 )],
thanks \[[@​liby](https://togithub.com/liby )])
- \[Docs] remove global install in readme
(\[[#​2412](https://togithub.com/import-js/eslint-plugin-import/issues/2412 )],
thanks \[[@​aladdin-add](https://togithub.com/aladdin-add )])
- \[readme] clarify `eslint-import-resolver-typescript` usage
(\[[#​2503](https://togithub.com/import-js/eslint-plugin-import/issues/2503 )],
thanks \[[@​JounQin](https://togithub.com/JounQin )])
- \[Refactor] \[`no-cycle`]: Add per-run caching of traversed paths
(\[[#​2419](https://togithub.com/import-js/eslint-plugin-import/issues/2419 )],
thanks \[[@​nokel81](https://togithub.com/nokel81 )])
- \[Performance] `ExportMap`: add caching after parsing for an ambiguous
module
(\[[#​2531](https://togithub.com/import-js/eslint-plugin-import/issues/2531 )],
thanks \[[@​stenin-nikita](https://togithub.com/stenin-nikita )])
- \[Docs] \[`no-useless-path-segments`]: fix paths
(\[[#​2424](https://togithub.com/import-js/eslint-plugin-import/issues/2424 )],
thanks \[[@​s-h-a-d-o-w](https://togithub.com/s-h-a-d-o-w )])
- \[Tests] \[`no-cycle`]: add passing test cases
(\[[#​2438](https://togithub.com/import-js/eslint-plugin-import/issues/2438 )],
thanks \[[@​georeith](https://togithub.com/georeith )])
- \[Refactor] \[`no-extraneous-dependencies`] improve performance using
cache
(\[[#​2374](https://togithub.com/import-js/eslint-plugin-import/issues/2374 )],
thanks \[[@​meowtec](https://togithub.com/meowtec )])
- \[meta] `CONTRIBUTING.md`: mention inactive PRs
(\[[#​2546](https://togithub.com/import-js/eslint-plugin-import/issues/2546 )],
thanks \[[@​stropho](https://togithub.com/stropho )])
- \[readme] make json for setting groups multiline
(\[[#​2570](https://togithub.com/import-js/eslint-plugin-import/issues/2570 )],
thanks \[[@​bertyhell](https://togithub.com/bertyhell )])
- \[Tests] \[`no-restricted-paths`]: Tests for `import type` statements
(\[[#​2459](https://togithub.com/import-js/eslint-plugin-import/issues/2459 )],
thanks \[[@​golergka](https://togithub.com/golergka )])
- \[Tests] \[`no-restricted-paths`]: fix one failing `import type` test
case, submitted by \[[@​golergka](https://togithub.com/golergka )],
thanks \[[@​azyzz228](https://togithub.com/azyzz228 )]
- \[Docs] automate docs with eslint-doc-generator
(\[[#​2582](https://togithub.com/import-js/eslint-plugin-import/issues/2582 )],
thanks \[[@​bmish](https://togithub.com/bmish )])
- \[readme] Increase clarity around typescript configuration
(\[[#​2588](https://togithub.com/import-js/eslint-plugin-import/issues/2588 )],
thanks \[[@​Nfinished](https://togithub.com/Nfinished )])
- \[Docs] update `eslint-doc-generator` to v1.0.0
(\[[#​2605](https://togithub.com/import-js/eslint-plugin-import/issues/2605 )],
thanks \[[@​bmish](https://togithub.com/bmish )])
- \[Perf] \[`no-cycle`], \[`no-internal-modules`],
\[`no-restricted-paths`]: use `anyOf` instead of `oneOf` (thanks
\[[@​ljharb](https://togithub.com/ljharb )],
\[[@​remcohaszing](https://togithub.com/remcohaszing )])
</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:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMDUuNCIsInVwZGF0ZWRJblZlciI6IjM0LjEwNS40In0=-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-01-20 22:20:45 +00:00
GitHub Actions Bot
aa96d9baf7
4.20.0-beta.5
2023-01-19 13:22:10 +00:00
renovate[bot]
5ca8772606
chore(deps): update dependency @swc/core to v1.3.26 ( #2928 )
...
[![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.25` ->
`1.3.26`](https://renovatebot.com/diffs/npm/@swc%2fcore/1.3.25/1.3.26 ) |
[![age](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.26/age-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.26/adoption-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.26/compatibility-slim/1.3.25 )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.26/confidence-slim/1.3.25 )](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>swc-project/swc</summary>
###
[`v1.3.26`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#​1326---2023-01-11 )
[Compare
Source](https://togithub.com/swc-project/swc/compare/v1.3.25...v1.3.26 )
##### Bug Fixes
- **(common)** Mark `\r` as a line ending
([#​6752](https://togithub.com/swc-project/swc/issues/6752 ))
([26a0c13](26a0c13589
))
- **(es)** Remove useless context
([#​6777](https://togithub.com/swc-project/swc/issues/6777 ))
([ae3cfa7](ae3cfa7d2d
))
- **(es/codegen)** Fix LineCol calculation of printed files
([#​6763](https://togithub.com/swc-project/swc/issues/6763 ))
([2b503c1](2b503c16d5
))
- **(es/codegen)** Skip `lo` of a program if body is not empty
([#​6773](https://togithub.com/swc-project/swc/issues/6773 ))
([3f0f664](3f0f664c48
))
- **(es/decorator)** Fix type detection for template literal types
([#​6786](https://togithub.com/swc-project/swc/issues/6786 ))
([bbfa97a](bbfa97a475
))
- **(es/helpers)** Make ` _classPrivateFieldLooseBase ` return receiver
([#​6770](https://togithub.com/swc-project/swc/issues/6770 ))
([1d14760](1d147602c0
))
- **(es/minifier)** Make name mangler respect `toplevel`
([#​6774](https://togithub.com/swc-project/swc/issues/6774 ))
([ec7e913](ec7e913815
))
- **(es/minifier)** Don't inline conditionally initialized vars
([#​6751](https://togithub.com/swc-project/swc/issues/6751 ))
([336b1d8](336b1d8b4d
))
- **(es/minifier)** Make AST compressor respect `toplevel`
([#​6775](https://togithub.com/swc-project/swc/issues/6775 ))
([06770cf](06770cff04
))
- **(es/parser)** Allow parsing `import.meta` as an expression
([#​6783](https://togithub.com/swc-project/swc/issues/6783 ))
([ff8face](ff8facef64
))
##### Features
- **(es/minifier)** Make name mangler understand block scoping
([#​6670](https://togithub.com/swc-project/swc/issues/6670 ))
([a1ccc8a](a1ccc8afdf
))
- **(es/minifier)** Handle boolean in `Evaluator`
([#​6756](https://togithub.com/swc-project/swc/issues/6756 ))
([8a6a1cb](8a6a1cbcf1
))
- **(es/typescript)** Support const modifier on type parameters
([#​6672](https://togithub.com/swc-project/swc/issues/6672 ))
([019cf37](019cf37199
))
##### Miscellaneous Tasks
- **(ci)** Fix CI action
([#​6772](https://togithub.com/swc-project/swc/issues/6772 ))
([6d365de](6d365de9e2
))
##### Testing
- **(es)** Add a test for a fixed source map issue
([#​6768](https://togithub.com/swc-project/swc/issues/6768 ))
([6c126da](6c126da1d4
))
- **(es/module)** Add a test for invalid issue
([#​6785](https://togithub.com/swc-project/swc/issues/6785 ))
([0ef84e1](0ef84e1c00
))
</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:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMDUuNCIsInVwZGF0ZWRJblZlciI6IjM0LjEwNS40In0=-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-01-19 04:01:14 +00:00
renovate[bot]
ed711dab2d
chore(deps): update dependency nock to v13.3.0 ( #2920 )
...
[![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.2.9` ->
`13.3.0`](https://renovatebot.com/diffs/npm/nock/13.2.9/13.3.0 ) |
[![age](https://badges.renovateapi.com/packages/npm/nock/13.3.0/age-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://badges.renovateapi.com/packages/npm/nock/13.3.0/adoption-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://badges.renovateapi.com/packages/npm/nock/13.3.0/compatibility-slim/13.2.9 )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://badges.renovateapi.com/packages/npm/nock/13.3.0/confidence-slim/13.2.9 )](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>nock/nock</summary>
### [`v13.3.0`](https://togithub.com/nock/nock/releases/tag/v13.3.0 )
[Compare
Source](https://togithub.com/nock/nock/compare/v13.2.9...v13.3.0 )
##### Features
- support for WHATWG URLs
([#​2437](https://togithub.com/nock/nock/issues/2437 ))
([3375382](33753828a5
))
</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:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMDUuMSIsInVwZGF0ZWRJblZlciI6IjM0LjEwNS4xIn0=-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-01-18 23:29:11 +00:00
GitHub Actions Bot
e0d7603eb3
4.20.0-beta.4
2023-01-18 11:15:46 +00:00
GitHub Actions Bot
1565153080
4.20.0-beta.3
2023-01-17 13:42:51 +00:00
renovate[bot]
1a410a4ed5
chore(deps): update typescript-eslint monorepo to v5.48.1 ( #2908 )
...
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg )](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/typescript-eslint )
| [`5.48.0` ->
`5.48.1`](https://renovatebot.com/diffs/npm/@typescript-eslint%2feslint-plugin/5.48.0/5.48.1 )
|
[![age](https://badges.renovateapi.com/packages/npm/@typescript-eslint%2feslint-plugin/5.48.1/age-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://badges.renovateapi.com/packages/npm/@typescript-eslint%2feslint-plugin/5.48.1/adoption-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://badges.renovateapi.com/packages/npm/@typescript-eslint%2feslint-plugin/5.48.1/compatibility-slim/5.48.0 )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://badges.renovateapi.com/packages/npm/@typescript-eslint%2feslint-plugin/5.48.1/confidence-slim/5.48.0 )](https://docs.renovatebot.com/merge-confidence/ )
|
|
[@typescript-eslint/parser](https://togithub.com/typescript-eslint/typescript-eslint )
| [`5.48.0` ->
`5.48.1`](https://renovatebot.com/diffs/npm/@typescript-eslint%2fparser/5.48.0/5.48.1 )
|
[![age](https://badges.renovateapi.com/packages/npm/@typescript-eslint%2fparser/5.48.1/age-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://badges.renovateapi.com/packages/npm/@typescript-eslint%2fparser/5.48.1/adoption-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://badges.renovateapi.com/packages/npm/@typescript-eslint%2fparser/5.48.1/compatibility-slim/5.48.0 )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://badges.renovateapi.com/packages/npm/@typescript-eslint%2fparser/5.48.1/confidence-slim/5.48.0 )](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>typescript-eslint/typescript-eslint
(@​typescript-eslint/eslint-plugin)</summary>
###
[`v5.48.1`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#​5481-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5480v5481-2023-01-09 )
[Compare
Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.48.0...v5.48.1 )
**Note:** Version bump only for package
[@​typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin )
</details>
<details>
<summary>typescript-eslint/typescript-eslint
(@​typescript-eslint/parser)</summary>
###
[`v5.48.1`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#​5481-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5480v5481-2023-01-09 )
[Compare
Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.48.0...v5.48.1 )
**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:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMDIuNyIsInVwZGF0ZWRJblZlciI6IjM0LjEwMi43In0=-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-01-17 02:48:23 +00:00
renovate[bot]
854810ec49
chore(deps): update dependency @swc/core to v1.3.25 ( #2894 )
...
[![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.24` ->
`1.3.25`](https://renovatebot.com/diffs/npm/@swc%2fcore/1.3.24/1.3.25 ) |
[![age](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.25/age-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.25/adoption-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.25/compatibility-slim/1.3.24 )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.25/confidence-slim/1.3.24 )](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>swc-project/swc</summary>
###
[`v1.3.25`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#​1325---2023-01-05 )
[Compare
Source](https://togithub.com/swc-project/swc/compare/v1.3.24...v1.3.25 )
##### Bug Fixes
- **(bindings/cli)** Skip empty stdin in non tty environments
([#​6714](https://togithub.com/swc-project/swc/issues/6714 ))
([0076418](0076418819
))
- **(cli)** Use the `--source-maps` option
([#​6708](https://togithub.com/swc-project/swc/issues/6708 ))
([24cd384](24cd384c20
))
- **(es)** Preserve license comments by default
([#​6703](https://togithub.com/swc-project/swc/issues/6703 ))
([58700f2](58700f2bec
))
- **(es)** Remove import statement canonicalization
([#​6716](https://togithub.com/swc-project/swc/issues/6716 ))
([b451fa9](b451fa9e88
))
- **(es)** Fix wasm
([#​6755](https://togithub.com/swc-project/swc/issues/6755 ))
([b46815a](b46815a684
))
- **(es/compat)** Fix syntax context of `async-to-generator`
([#​6741](https://togithub.com/swc-project/swc/issues/6741 ))
([206c0db](206c0dbebe
))
- **(es/minifier)** Fix usage counter to fix infinite loop
([#​6744](https://togithub.com/swc-project/swc/issues/6744 ))
([88d40e8](88d40e8ab8
))
- **(es/parser)** Fix priority of `>>>`
([#​6748](https://togithub.com/swc-project/swc/issues/6748 ))
([65a0d3a](65a0d3a310
))
- **(es/plugin)** Fix plugin starter template
([#​6723](https://togithub.com/swc-project/swc/issues/6723 ))
([082dc21](082dc2101b
))
- **(es/react)** Force refresh if code contains `@refresh reset`
([#​6749](https://togithub.com/swc-project/swc/issues/6749 ))
([36b26d3](36b26d3496
))
- **(es/utils)** Fix detection of hoisting
([#​6738](https://togithub.com/swc-project/swc/issues/6738 ))
([b5d31cc](b5d31cc2da
))
- **(preset-env)** Update data
([#​6719](https://togithub.com/swc-project/swc/issues/6719 ))
([d506c96](d506c96805
))
##### Documentation
- **(es)** Fix example
([#​6743](https://togithub.com/swc-project/swc/issues/6743 ))
([79afcb5](79afcb5d81
))
##### Features
- **(bindings)** Remove `swcx` from `@swc/core`
([#​6720](https://togithub.com/swc-project/swc/issues/6720 ))
([30dd65b](30dd65bb83
))
- **(css/parser)** Normalize urange
([#​6704](https://togithub.com/swc-project/swc/issues/6704 ))
([8af627d](8af627d5c4
))
- **(css/prefixer)** Support page break
([#​6693](https://togithub.com/swc-project/swc/issues/6693 ))
([27a8b7e](27a8b7e50b
))
- **(css/prefixer)** Support `clamp`
([#​6695](https://togithub.com/swc-project/swc/issues/6695 ))
([1722428](1722428909
))
- **(es/jest)** Support chaining of jest function calls
([#​6747](https://togithub.com/swc-project/swc/issues/6747 ))
([72fb606](72fb606eb2
))
##### Miscellaneous Tasks
- **(ci)** Fix publish action
([ed2277f](ed2277fc07
))
- **(ci)** Fix publish action
([#​6757](https://togithub.com/swc-project/swc/issues/6757 ))
([7e6e7b1](7e6e7b107e
))
##### Performance
- **(es/preset-env)** Use `VisitMut` instead of `Fold` for polyfill
([#​6734](https://togithub.com/swc-project/swc/issues/6734 ))
([98da644](98da6444b6
))
##### Refactor
- **(css/codegen)** Do not use `raw`
([#​6674](https://togithub.com/swc-project/swc/issues/6674 ))
([ebebd60](ebebd60875
))
</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:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMDAuMSIsInVwZGF0ZWRJblZlciI6IjM0LjEwMC4xIn0=-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-01-13 06:05:36 +00:00
GitHub Actions Bot
2b8f1ee0d7
4.20.0-beta.2
2023-01-06 09:43:07 +00:00
renovate[bot]
157b54d420
chore(deps): update dependency @babel/core to v7.20.12 ( #2825 )
...
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg )](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@babel/core](https://babel.dev/docs/en/next/babel-core )
([source](https://togithub.com/babel/babel )) | [`7.20.7` ->
`7.20.12`](https://renovatebot.com/diffs/npm/@babel%2fcore/7.20.7/7.20.12 )
|
[![age](https://badges.renovateapi.com/packages/npm/@babel%2fcore/7.20.12/age-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://badges.renovateapi.com/packages/npm/@babel%2fcore/7.20.12/adoption-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://badges.renovateapi.com/packages/npm/@babel%2fcore/7.20.12/compatibility-slim/7.20.7 )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://badges.renovateapi.com/packages/npm/@babel%2fcore/7.20.12/confidence-slim/7.20.7 )](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>babel/babel</summary>
###
[`v7.20.12`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v72012-2023-01-04 )
[Compare
Source](https://togithub.com/babel/babel/compare/v7.20.7...v7.20.12 )
##### 🐛 Bug Fix
- `babel-traverse`
- [#​15224](https://togithub.com/babel/babel/pull/15224 ) Fix
`TaggedTemplateLiteral` evaluation
([@​nmn](https://togithub.com/nmn ))
- `babel-helper-create-class-features-plugin`,
`babel-plugin-proposal-class-properties`
- [#​15312](https://togithub.com/babel/babel/pull/15312 ) fix:
`delete this` in static class properties initialization
([@​SuperSodaSea](https://togithub.com/SuperSodaSea ))
##### 💅 Polish
- `babel-traverse`
- [#​15313](https://togithub.com/babel/babel/pull/15313 ) Implement
support for evaluating computed properties.
([@​JBYoshi](https://togithub.com/JBYoshi ))
</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:eyJjcmVhdGVkSW5WZXIiOiIzNC44MS4wIiwidXBkYXRlZEluVmVyIjoiMzQuODEuMCJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-01-04 22:44:01 +00:00
renovate[bot]
0af162a8e6
chore(deps): update dependency eslint-config-prettier to v8.6.0 ( #2795 )
...
[![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.5.0` ->
`8.6.0`](https://renovatebot.com/diffs/npm/eslint-config-prettier/8.5.0/8.6.0 )
|
[![age](https://badges.renovateapi.com/packages/npm/eslint-config-prettier/8.6.0/age-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://badges.renovateapi.com/packages/npm/eslint-config-prettier/8.6.0/adoption-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://badges.renovateapi.com/packages/npm/eslint-config-prettier/8.6.0/compatibility-slim/8.5.0 )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://badges.renovateapi.com/packages/npm/eslint-config-prettier/8.6.0/confidence-slim/8.5.0 )](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>prettier/eslint-config-prettier</summary>
###
[`v8.6.0`](https://togithub.com/prettier/eslint-config-prettier/blob/HEAD/CHANGELOG.md#Version-860-2023-01-02 )
[Compare
Source](https://togithub.com/prettier/eslint-config-prettier/compare/v8.5.0...v8.6.0 )
- Added: \[vue/multiline-ternary]. Thanks to
[@​xcatliu](https://togithub.com/xcatliu )!
</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:eyJjcmVhdGVkSW5WZXIiOiIzNC43NC4yIiwidXBkYXRlZEluVmVyIjoiMzQuNzQuMiJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-01-04 03:30:02 +00:00
renovate[bot]
baff943763
chore(deps): update dependency husky to v8.0.3 ( #2803 )
...
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg )](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [husky](https://typicode.github.io/husky )
([source](https://togithub.com/typicode/husky )) | [`8.0.2` ->
`8.0.3`](https://renovatebot.com/diffs/npm/husky/8.0.2/8.0.3 ) |
[![age](https://badges.renovateapi.com/packages/npm/husky/8.0.3/age-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://badges.renovateapi.com/packages/npm/husky/8.0.3/adoption-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://badges.renovateapi.com/packages/npm/husky/8.0.3/compatibility-slim/8.0.2 )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://badges.renovateapi.com/packages/npm/husky/8.0.3/confidence-slim/8.0.2 )](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>typicode/husky</summary>
### [`v8.0.3`](https://togithub.com/typicode/husky/releases/tag/v8.0.3 )
[Compare
Source](https://togithub.com/typicode/husky/compare/v8.0.2...v8.0.3 )
- fix: add git not installed message
[#​1208](https://togithub.com/typicode/husky/issues/1208 )
</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:eyJjcmVhdGVkSW5WZXIiOiIzNC43NC4yIiwidXBkYXRlZEluVmVyIjoiMzQuNzQuMiJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-01-03 20:59:24 +00:00
renovate[bot]
5fe16207db
chore(deps): update typescript-eslint monorepo to v5.48.0 ( #2796 )
...
[![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.47.1` ->
`5.48.0`](https://renovatebot.com/diffs/npm/@typescript-eslint%2feslint-plugin/5.47.1/5.48.0 )
|
[![age](https://badges.renovateapi.com/packages/npm/@typescript-eslint%2feslint-plugin/5.48.0/age-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://badges.renovateapi.com/packages/npm/@typescript-eslint%2feslint-plugin/5.48.0/adoption-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://badges.renovateapi.com/packages/npm/@typescript-eslint%2feslint-plugin/5.48.0/compatibility-slim/5.47.1 )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://badges.renovateapi.com/packages/npm/@typescript-eslint%2feslint-plugin/5.48.0/confidence-slim/5.47.1 )](https://docs.renovatebot.com/merge-confidence/ )
|
|
[@typescript-eslint/parser](https://togithub.com/typescript-eslint/typescript-eslint )
| [`5.47.1` ->
`5.48.0`](https://renovatebot.com/diffs/npm/@typescript-eslint%2fparser/5.47.1/5.48.0 )
|
[![age](https://badges.renovateapi.com/packages/npm/@typescript-eslint%2fparser/5.48.0/age-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://badges.renovateapi.com/packages/npm/@typescript-eslint%2fparser/5.48.0/adoption-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://badges.renovateapi.com/packages/npm/@typescript-eslint%2fparser/5.48.0/compatibility-slim/5.47.1 )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://badges.renovateapi.com/packages/npm/@typescript-eslint%2fparser/5.48.0/confidence-slim/5.47.1 )](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>typescript-eslint/typescript-eslint
(@​typescript-eslint/eslint-plugin)</summary>
###
[`v5.48.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#​5480-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5471v5480-2023-01-02 )
[Compare
Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.47.1...v5.48.0 )
##### Features
- **eslint-plugin:** specify which method is unbound and added test case
([#​6281](https://togithub.com/typescript-eslint/typescript-eslint/issues/6281 ))
([cf3ffdd](cf3ffdd49a
))
####
[5.47.1](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.47.0...v5.47.1 )
(2022-12-26)
##### Bug Fixes
- **ast-spec:** correct some incorrect ast types
([#​6257](https://togithub.com/typescript-eslint/typescript-eslint/issues/6257 ))
([0f3f645](0f3f64571e
))
- **eslint-plugin:** \[member-ordering] correctly invert
optionalityOrder
([#​6256](https://togithub.com/typescript-eslint/typescript-eslint/issues/6256 ))
([ccd45d4](ccd45d4a99
))
</details>
<details>
<summary>typescript-eslint/typescript-eslint
(@​typescript-eslint/parser)</summary>
###
[`v5.48.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#​5480-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5471v5480-2023-01-02 )
[Compare
Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.47.1...v5.48.0 )
**Note:** Version bump only for package
[@​typescript-eslint/parser](https://togithub.com/typescript-eslint/parser )
####
[5.47.1](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.47.0...v5.47.1 )
(2022-12-26)
**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:eyJjcmVhdGVkSW5WZXIiOiIzNC43NC4yIiwidXBkYXRlZEluVmVyIjoiMzQuNzQuMiJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-01-03 01:45:14 +00:00
renovate[bot]
7150ff1b13
chore(deps): update dependency eslint to v8.31.0 ( #2787 )
...
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg )](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [eslint](https://eslint.org )
([source](https://togithub.com/eslint/eslint )) | [`8.30.0` ->
`8.31.0`](https://renovatebot.com/diffs/npm/eslint/8.30.0/8.31.0 ) |
[![age](https://badges.renovateapi.com/packages/npm/eslint/8.31.0/age-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://badges.renovateapi.com/packages/npm/eslint/8.31.0/adoption-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://badges.renovateapi.com/packages/npm/eslint/8.31.0/compatibility-slim/8.30.0 )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://badges.renovateapi.com/packages/npm/eslint/8.31.0/confidence-slim/8.30.0 )](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>eslint/eslint</summary>
### [`v8.31.0`](https://togithub.com/eslint/eslint/releases/tag/v8.31.0 )
[Compare
Source](https://togithub.com/eslint/eslint/compare/v8.30.0...v8.31.0 )
##### Features
-
[`52c7c73`](52c7c73c05
)
feat: check assignment patterns in no-underscore-dangle
([#​16693](https://togithub.com/eslint/eslint/issues/16693 ))
(Milos Djermanovic)
-
[`b401cde`](b401cde47d
)
feat: add options to check destructuring in no-underscore-dangle
([#​16006](https://togithub.com/eslint/eslint/issues/16006 ))
(Morten Kaltoft)
-
[`30d0daf`](30d0daf55e
)
feat: group properties with values in parentheses in `key-spacing`
([#​16677](https://togithub.com/eslint/eslint/issues/16677 ))
(Francesco Trotta)
##### Bug Fixes
-
[`35439f1`](35439f1572
)
fix: correct syntax error in `prefer-arrow-callback` autofix
([#​16722](https://togithub.com/eslint/eslint/issues/16722 ))
(Francesco Trotta)
-
[`87b2470`](87b247058e
)
fix: new instance of FlatESLint should load latest config file version
([#​16608](https://togithub.com/eslint/eslint/issues/16608 ))
(Milos Djermanovic)
##### Documentation
-
[`4339dc4`](4339dc462d
)
docs: Update README (GitHub Actions Bot)
-
[`4e4049c`](4e4049c5fa
)
docs: optimize code block structure
([#​16669](https://togithub.com/eslint/eslint/issues/16669 )) (Sam
Chen)
-
[`54a7ade`](54a7ade5d8
)
docs: do not escape code blocks of formatters examples
([#​16719](https://togithub.com/eslint/eslint/issues/16719 )) (Sam
Chen)
-
[`e5ecfef`](e5ecfefa1c
)
docs: Add function call example for no-undefined
([#​16712](https://togithub.com/eslint/eslint/issues/16712 ))
(Elliot Huffman)
-
[`a3262f0`](a3262f0a63
)
docs: Add mastodon link
([#​16638](https://togithub.com/eslint/eslint/issues/16638 ))
(Amaresh S M)
-
[`a14ccf9`](a14ccf91af
)
docs: clarify files property
([#​16709](https://togithub.com/eslint/eslint/issues/16709 )) (Sam
Chen)
-
[`3b29eb1`](3b29eb14e0
)
docs: fix npm link
([#​16710](https://togithub.com/eslint/eslint/issues/16710 ))
(Abdullah Osama)
-
[`a638673`](a638673ee6
)
docs: fix search bar focus on `Esc`
([#​16700](https://togithub.com/eslint/eslint/issues/16700 ))
(Shanmughapriyan S)
-
[`f62b722`](f62b722251
)
docs: country flag missing in windows
([#​16698](https://togithub.com/eslint/eslint/issues/16698 ))
(Shanmughapriyan S)
-
[`4d27ec6`](4d27ec6019
)
docs: display zh-hans in the docs language switcher
([#​16686](https://togithub.com/eslint/eslint/issues/16686 ))
(Percy Ma)
-
[`8bda20e`](8bda20e827
)
docs: remove manually maintained anchors
([#​16685](https://togithub.com/eslint/eslint/issues/16685 ))
(Percy Ma)
-
[`b68440f`](b68440ff2b
)
docs: User Guide Getting Started expansion
([#​16596](https://togithub.com/eslint/eslint/issues/16596 )) (Ben
Perlmutter)
##### Chores
-
[`65d4e24`](65d4e24c36
)
chore: Upgrade
[@​eslint/eslintrc](https://togithub.com/eslint/eslintrc )[@​1](https://togithub.com/1 ).4.1
([#​16729](https://togithub.com/eslint/eslint/issues/16729 ))
(Brandon Mills)
-
[`8d93081`](8d93081a71
)
chore: fix CI failure
([#​16721](https://togithub.com/eslint/eslint/issues/16721 )) (Sam
Chen)
-
[`8f17247`](8f17247a93
)
chore: Set up automatic updating of README
([#​16717](https://togithub.com/eslint/eslint/issues/16717 ))
(Nicholas C. Zakas)
-
[`4cd87cb`](4cd87cb3c5
)
ci: bump actions/stale from 6 to 7
([#​16713](https://togithub.com/eslint/eslint/issues/16713 ))
(dependabot\[bot])
-
[`fd20c75`](fd20c75b10
)
chore: sort package.json scripts in alphabetical order
([#​16705](https://togithub.com/eslint/eslint/issues/16705 ))
(Darius Dzien)
-
[`10a5c78`](10a5c78393
)
chore: update ignore patterns in `eslint.config.js`
([#​16678](https://togithub.com/eslint/eslint/issues/16678 ))
(Milos Djermanovic)
</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:eyJjcmVhdGVkSW5WZXIiOiIzNC43NC4yIiwidXBkYXRlZEluVmVyIjoiMzQuNzQuMiJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-01-02 22:32:10 +00:00
GitHub Actions Bot
9e40cfd4c7
4.20.0-beta.1
2023-01-02 11:49:45 +00:00
GitHub Actions Bot
aab809cac3
4.20.0-beta.0
2023-01-02 10:49:20 +00:00
renovate[bot]
53d5d2928f
chore(deps): update dependency @types/jest to v29.2.5 ( #2785 )
...
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg )](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@types/jest](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jest )
([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped )) |
[`29.2.4` ->
`29.2.5`](https://renovatebot.com/diffs/npm/@types%2fjest/29.2.4/29.2.5 )
|
[![age](https://badges.renovateapi.com/packages/npm/@types%2fjest/29.2.5/age-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://badges.renovateapi.com/packages/npm/@types%2fjest/29.2.5/adoption-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://badges.renovateapi.com/packages/npm/@types%2fjest/29.2.5/compatibility-slim/29.2.4 )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://badges.renovateapi.com/packages/npm/@types%2fjest/29.2.5/confidence-slim/29.2.4 )](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:eyJjcmVhdGVkSW5WZXIiOiIzNC43NC4yIiwidXBkYXRlZEluVmVyIjoiMzQuNzQuMiJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-12-31 02:43:09 +00:00
renovate[bot]
6a4973d438
chore(deps): update dependency tsc-watch to v6 ( #2771 )
...
[![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 ) | [`5.0.3` ->
`6.0.0`](https://renovatebot.com/diffs/npm/tsc-watch/5.0.3/6.0.0 ) |
[![age](https://badges.renovateapi.com/packages/npm/tsc-watch/6.0.0/age-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://badges.renovateapi.com/packages/npm/tsc-watch/6.0.0/adoption-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://badges.renovateapi.com/packages/npm/tsc-watch/6.0.0/compatibility-slim/5.0.3 )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://badges.renovateapi.com/packages/npm/tsc-watch/6.0.0/confidence-slim/5.0.3 )](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>gilamran/tsc-watch</summary>
###
[`v6.0.0`](https://togithub.com/gilamran/tsc-watch/blob/HEAD/CHANGELOG.md#v600---12092022 )
[Compare
Source](https://togithub.com/gilamran/tsc-watch/compare/v5.0.3...9d1bd0b24f5d37a8e4a4bc3a5988520906ec8f52 )
- killing processes once, and waiting for them to complete before
starting a new one
- added signalEmittedFiles, thanks to
[@​pp0rtal](https://togithub.com/pp0rtal )
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC43NC4yIiwidXBkYXRlZEluVmVyIjoiMzQuNzQuMiJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-12-28 16:27:48 +01:00
renovate[bot]
1f20dc4a6a
chore(deps): update dependency fast-check to v3.5.0 ( #2756 )
...
[![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.3.0` ->
`3.5.0`](https://renovatebot.com/diffs/npm/fast-check/3.3.0/3.5.0 ) |
[![age](https://badges.renovateapi.com/packages/npm/fast-check/3.5.0/age-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://badges.renovateapi.com/packages/npm/fast-check/3.5.0/adoption-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://badges.renovateapi.com/packages/npm/fast-check/3.5.0/compatibility-slim/3.3.0 )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://badges.renovateapi.com/packages/npm/fast-check/3.5.0/confidence-slim/3.3.0 )](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>dubzzz/fast-check</summary>
###
[`v3.5.0`](https://togithub.com/dubzzz/fast-check/blob/HEAD/packages/fast-check/CHANGELOG.md#​350 )
[Compare
Source](https://togithub.com/dubzzz/fast-check/compare/v3.4.0...v3.5.0 )
*Interrupt running tasks when `interruptAfterTimeLimit` exceeded*
\[[Code](https://togithub.com/dubzzz/fast-check/tree/v3.5.0 )]\[[Diff](https://togithub.com/dubzzz/fast-check/compare/v3.4.0...v3.5.0 )]
#### Features
- ([PR#​3507](https://togithub.com/dubzzz/fast-check/pull/3507 ))
Interrupt predicates when `interruptAfterTimeLimit`
- ([PR#​3508](https://togithub.com/dubzzz/fast-check/pull/3508 ))
Mark interrupted runs without any success as failures
***
###
[`v3.4.0`](https://togithub.com/dubzzz/fast-check/blob/HEAD/packages/fast-check/CHANGELOG.md#​340 )
[Compare
Source](https://togithub.com/dubzzz/fast-check/compare/v3.3.0...v3.4.0 )
*Better handling of timeout with beforeEach and afterEach*
\[[Code](https://togithub.com/dubzzz/fast-check/tree/v3.4.0 )]\[[Diff](https://togithub.com/dubzzz/fast-check/compare/v3.3.0...v3.4.0 )]
#### Features
- ([PR#​3464](https://togithub.com/dubzzz/fast-check/pull/3464 ))
No timeout for beforeEach or afterEach
#### Fixes
- ([PR#​3428](https://togithub.com/dubzzz/fast-check/pull/3428 ))
Bug: Avoid stack overflow during shrinking of tuples
- ([PR#​3432](https://togithub.com/dubzzz/fast-check/pull/3432 ))
Bug: Avoid stack overflow during shrinking of arrays
- ([PR#​3354](https://togithub.com/dubzzz/fast-check/pull/3354 ))
CI: Ignore version bump checks on publish
- ([PR#​3379](https://togithub.com/dubzzz/fast-check/pull/3379 ))
CI: Fix configuration for rollup esm tests
- ([PR#​3394](https://togithub.com/dubzzz/fast-check/pull/3394 ))
CI: Limit scope of "All ...bump declared"
- ([PR#​3393](https://togithub.com/dubzzz/fast-check/pull/3393 ))
CI: Run tests against Node 18.x
- ([PR#​3446](https://togithub.com/dubzzz/fast-check/pull/3446 ))
CI: Drop circular deps for dev topo builds
- ([PR#​3417](https://togithub.com/dubzzz/fast-check/pull/3417 ))
Clean: Drop v2 to v3 codemods from the repository
- ([PR#​3351](https://togithub.com/dubzzz/fast-check/pull/3351 ))
Doc: Update changelogs following backports
- ([PR#​3458](https://togithub.com/dubzzz/fast-check/pull/3458 ))
Doc: Document how to use `context` in `examples`
- ([PR#​3476](https://togithub.com/dubzzz/fast-check/pull/3476 ))
Doc: Revamp sponsoring section to show GitHub Sponsors
- ([PR#​3473](https://togithub.com/dubzzz/fast-check/pull/3473 ))
Funding: Re-order links in funding section
- ([PR#​3427](https://togithub.com/dubzzz/fast-check/pull/3427 ))
Refactor: Expose shrinker of tuples internally
- ([PR#​3468](https://togithub.com/dubzzz/fast-check/pull/3468 ))
Script: Ensure we don't release workspace-based packages
***
</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:eyJjcmVhdGVkSW5WZXIiOiIzNC43My4zIiwidXBkYXRlZEluVmVyIjoiMzQuNzMuMyJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-12-28 09:10:10 +01:00
renovate[bot]
ef86f76295
chore(deps): update dependency eslint to v8.30.0 ( #2755 )
...
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg )](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [eslint](https://eslint.org )
([source](https://togithub.com/eslint/eslint )) | [`8.29.0` ->
`8.30.0`](https://renovatebot.com/diffs/npm/eslint/8.29.0/8.30.0 ) |
[![age](https://badges.renovateapi.com/packages/npm/eslint/8.30.0/age-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://badges.renovateapi.com/packages/npm/eslint/8.30.0/adoption-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://badges.renovateapi.com/packages/npm/eslint/8.30.0/compatibility-slim/8.29.0 )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://badges.renovateapi.com/packages/npm/eslint/8.30.0/confidence-slim/8.29.0 )](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>eslint/eslint</summary>
### [`v8.30.0`](https://togithub.com/eslint/eslint/releases/tag/v8.30.0 )
[Compare
Source](https://togithub.com/eslint/eslint/compare/v8.29.0...v8.30.0 )
#### Features
-
[`075ef2c`](075ef2cf31
)
feat: add suggestion for no-return-await
([#​16637](https://togithub.com/eslint/eslint/issues/16637 ))
(Daniel Bartholomae)
-
[`7190d98`](7190d98ff4
)
feat: update globals
([#​16654](https://togithub.com/eslint/eslint/issues/16654 ))
(Sébastien Règne)
#### Bug Fixes
-
[`1a327aa`](1a327aae57
)
fix: Ensure flat config unignores work consistently like eslintrc
([#​16579](https://togithub.com/eslint/eslint/issues/16579 ))
(Nicholas C. Zakas)
-
[`9b8bb72`](9b8bb72c49
)
fix: autofix recursive functions in no-var
([#​16611](https://togithub.com/eslint/eslint/issues/16611 ))
(Milos Djermanovic)
#### Documentation
-
[`6a8cd94`](6a8cd94ed0
)
docs: Clarify Discord info in issue template config
([#​16663](https://togithub.com/eslint/eslint/issues/16663 ))
(Nicholas C. Zakas)
-
[`ad44344`](ad44344ef6
)
docs: CLI documentation standardization
([#​16563](https://togithub.com/eslint/eslint/issues/16563 )) (Ben
Perlmutter)
-
[`293573e`](293573eb53
)
docs: fix broken line numbers
([#​16606](https://togithub.com/eslint/eslint/issues/16606 )) (Sam
Chen)
-
[`fa2c64b`](fa2c64be10
)
docs: use relative links for internal links
([#​16631](https://togithub.com/eslint/eslint/issues/16631 ))
(Percy Ma)
-
[`75276c9`](75276c9bc7
)
docs: reorder options in no-unused-vars
([#​16625](https://togithub.com/eslint/eslint/issues/16625 ))
(Milos Djermanovic)
-
[`7276fe5`](7276fe5776
)
docs: Fix anchor in URL
([#​16628](https://togithub.com/eslint/eslint/issues/16628 )) (Karl
Horky)
-
[`6bef135`](6bef1350e6
)
docs: don't apply layouts to html formatter example
([#​16591](https://togithub.com/eslint/eslint/issues/16591 ))
(Tanuj Kanti)
-
[`dfc7ec1`](dfc7ec11b1
)
docs: Formatters page updates
([#​16566](https://togithub.com/eslint/eslint/issues/16566 )) (Ben
Perlmutter)
-
[`8ba124c`](8ba124cfd8
)
docs: update the `prefer-const` example
([#​16607](https://togithub.com/eslint/eslint/issues/16607 ))
(Pavel)
-
[`e6cb05a`](e6cb05aa35
)
docs: fix css leaking
([#​16603](https://togithub.com/eslint/eslint/issues/16603 )) (Sam
Chen)
#### Chores
-
[`f2c4737`](f2c4737242
)
chore: upgrade
[@​eslint/eslintrc](https://togithub.com/eslint/eslintrc )[@​1](https://togithub.com/1 ).4.0
([#​16675](https://togithub.com/eslint/eslint/issues/16675 ))
(Milos Djermanovic)
-
[`ba74253`](ba74253e8b
)
chore: standardize npm script names per
[#​14827](https://togithub.com/eslint/eslint/issues/14827 )
([#​16315](https://togithub.com/eslint/eslint/issues/16315 ))
(Patrick McElhaney)
-
[`0d9af4c`](0d9af4c567
)
ci: fix npm v9 problem with `file:`
([#​16664](https://togithub.com/eslint/eslint/issues/16664 ))
(Milos Djermanovic)
-
[`90c9219`](90c9219181
)
refactor: migrate off deprecated function-style rules in all tests
([#​16618](https://togithub.com/eslint/eslint/issues/16618 ))
(Bryan Mishkin)
</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:eyJjcmVhdGVkSW5WZXIiOiIzNC43My4zIiwidXBkYXRlZEluVmVyIjoiMzQuNzMuMyJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-12-28 07:12:58 +00:00
renovate[bot]
d9ce2ad50f
fix(deps): update dependency unleash-client to v3.16.1 ( #2752 )
...
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg )](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [unleash-client](https://togithub.com/Unleash/unleash-client-node ) |
[`3.16.0` ->
`3.16.1`](https://renovatebot.com/diffs/npm/unleash-client/3.16.0/3.16.1 )
|
[![age](https://badges.renovateapi.com/packages/npm/unleash-client/3.16.1/age-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://badges.renovateapi.com/packages/npm/unleash-client/3.16.1/adoption-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://badges.renovateapi.com/packages/npm/unleash-client/3.16.1/compatibility-slim/3.16.0 )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://badges.renovateapi.com/packages/npm/unleash-client/3.16.1/confidence-slim/3.16.0 )](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>Unleash/unleash-client-node</summary>
###
[`v3.16.1`](https://togithub.com/Unleash/unleash-client-node/blob/HEAD/CHANGELOG.md#​3161 )
[Compare
Source](https://togithub.com/Unleash/unleash-client-node/compare/v3.16.0...v3.16.1 )
- fix: handle socket hang up gracefully.
([#​392](https://togithub.com/Unleash/unleash-client-node/issues/392 ))
- chore(deps): update dependency
[@​types/semver](https://togithub.com/types/semver ) to v7.3.13
([#​383](https://togithub.com/Unleash/unleash-client-node/issues/383 ))
- chore(deps): update dependency lint-staged to v12.5.0
([#​369](https://togithub.com/Unleash/unleash-client-node/issues/369 ))
- chore(deps): update dependency
[@​types/node](https://togithub.com/types/node ) to v14.18.32
([#​365](https://togithub.com/Unleash/unleash-client-node/issues/365 ))
- chore: Update build-details
</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:eyJjcmVhdGVkSW5WZXIiOiIzNC43My4zIiwidXBkYXRlZEluVmVyIjoiMzQuNzMuMyJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-12-27 20:47:37 +01:00
renovate[bot]
d833b459e3
chore(deps): update dependency @types/nodemailer to v6.4.7 ( #2745 )
...
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg )](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@types/nodemailer](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/nodemailer )
([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped )) |
[`6.4.6` ->
`6.4.7`](https://renovatebot.com/diffs/npm/@types%2fnodemailer/6.4.6/6.4.7 )
|
[![age](https://badges.renovateapi.com/packages/npm/@types%2fnodemailer/6.4.7/age-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://badges.renovateapi.com/packages/npm/@types%2fnodemailer/6.4.7/adoption-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://badges.renovateapi.com/packages/npm/@types%2fnodemailer/6.4.7/compatibility-slim/6.4.6 )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://badges.renovateapi.com/packages/npm/@types%2fnodemailer/6.4.7/confidence-slim/6.4.6 )](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:eyJjcmVhdGVkSW5WZXIiOiIzNC43My4zIiwidXBkYXRlZEluVmVyIjoiMzQuNzMuMyJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-12-27 12:11:05 +00:00
renovate[bot]
18a05bf30e
chore(deps): update dependency @swc/core to v1.3.24 ( #2741 )
...
[![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.22` ->
`1.3.24`](https://renovatebot.com/diffs/npm/@swc%2fcore/1.3.22/1.3.24 ) |
[![age](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.24/age-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.24/adoption-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.24/compatibility-slim/1.3.22 )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.24/confidence-slim/1.3.22 )](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>swc-project/swc</summary>
###
[`v1.3.24`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#​1324---2022-12-21 )
[Compare
Source](https://togithub.com/swc-project/swc/compare/v1.3.23...v1.3.24 )
##### Bug Fixes
- **(css/minifier)** Don't remove custom variables with different case
([#​6655](https://togithub.com/swc-project/swc/issues/6655 ))
([dd7280d](dd7280d5bd
))
- **(css/minifier)** Fix a bug with a modern hash
([#​6664](https://togithub.com/swc-project/swc/issues/6664 ))
([1d3e06a](1d3e06aa88
))
- **(es/helpers)** Fix loose mode
([#​6691](https://togithub.com/swc-project/swc/issues/6691 ))
([5016ebe](5016ebed8f
))
- **(es/minifier)** Abort IIFE invoker completely on eval
([#​6659](https://togithub.com/swc-project/swc/issues/6659 ))
([bb9fab8](bb9fab8d03
))
- **(es/minifier)** Don't inline invalid LHS into an update argument
([#​6680](https://togithub.com/swc-project/swc/issues/6680 ))
([7e6ec8d](7e6ec8d587
))
- **(es/preset-env)** Align polyfills with
`@babel/plugin-polyfill-corejs3`
([#​6673](https://togithub.com/swc-project/swc/issues/6673 ))
([5fed222](5fed222829
))
##### Features
- **(css/compat)** Support function notation
([#​6651](https://togithub.com/swc-project/swc/issues/6651 ))
([39afc46](39afc4627e
))
- **(css/compat)** Support `not` with multiple arguments
([#​6668](https://togithub.com/swc-project/swc/issues/6668 ))
([352896f](352896f4cb
))
- **(css/compat)** Support `hwb` color
([#​6687](https://togithub.com/swc-project/swc/issues/6687 ))
([b23cf50](b23cf50f4f
))
- **(css/minifier)** Compress alpha in a hex
([#​6653](https://togithub.com/swc-project/swc/issues/6653 ))
([f6292e6](f6292e63b5
))
- **(css/minifier)** Improve compression of media at-rules
([#​6665](https://togithub.com/swc-project/swc/issues/6665 ))
([2fd3ced](2fd3ced40c
))
- **(css/parser)** Normalize hex colors
([#​6652](https://togithub.com/swc-project/swc/issues/6652 ))
([b257d5d](b257d5d591
))
- **(css/parser)** Normalize selector AST
([#​6657](https://togithub.com/swc-project/swc/issues/6657 ))
([649438b](649438b76a
))
- **(css/parser)** Normalize declaration and important
([#​6663](https://togithub.com/swc-project/swc/issues/6663 ))
([1fc97a7](1fc97a7cea
))
- **(css/parser)** Normalize dimension
([#​6654](https://togithub.com/swc-project/swc/issues/6654 ))
([3d3863d](3d3863dc1f
))
- **(css/parser)** Normalize URL functions
([#​6675](https://togithub.com/swc-project/swc/issues/6675 ))
([c01464e](c01464e452
))
- **(css/parser)** Normalize at-rule names
([#​6676](https://togithub.com/swc-project/swc/issues/6676 ))
([7f8ba9c](7f8ba9c22c
))
- **(css/parser)** Normalize keyframe selectors
([#​6688](https://togithub.com/swc-project/swc/issues/6688 ))
([d7a0524](d7a0524fb6
))
- **(css/parser)** Normalize and improve function name
([#​6667](https://togithub.com/swc-project/swc/issues/6667 ))
([2571070](2571070148
))
- **(css/prefixer)** Support font-face format
([#​6644](https://togithub.com/swc-project/swc/issues/6644 ))
([199ac74](199ac74618
))
- **(css/prefixer)** Support `word-wrap`
([#​6679](https://togithub.com/swc-project/swc/issues/6679 ))
([46241b4](46241b4e55
))
- **(css/prefixer)** Support `place-*` properties
([#​6685](https://togithub.com/swc-project/swc/issues/6685 ))
([d8df1b5](d8df1b53d1
))
- **(css/prefixer)** Support `overflow`
([#​6678](https://togithub.com/swc-project/swc/issues/6678 ))
([1c7f003](1c7f003779
))
- **(es/minifier)** Improve simplification of `?.`
([#​6681](https://togithub.com/swc-project/swc/issues/6681 ))
([707b1e3](707b1e3cd2
))
##### Miscellaneous Tasks
- **(ci)** Fix upload of cli binaries
([#​6701](https://togithub.com/swc-project/swc/issues/6701 ))
([025d626](025d6268cd
))
- **(helpers)** Fix license
([#​6690](https://togithub.com/swc-project/swc/issues/6690 ))
([8a71dbc](8a71dbca6d
))
##### Performance
- **(css/prefixer)** Use `JsWord` instead of `&str`
([#​6658](https://togithub.com/swc-project/swc/issues/6658 ))
([d27a270](d27a270fec
))
- **(es/minifier)** Use rope-like structure for the name mangler
([#​6661](https://togithub.com/swc-project/swc/issues/6661 ))
([cb4173a](cb4173aa73
))
##### Refactor
- **(css/compat)** Merge nesting into the compiler
([#​6686](https://togithub.com/swc-project/swc/issues/6686 ))
([1840e74](1840e748af
))
- **(css/prefixer)** Use `eq_ignore_span`
([#​6656](https://togithub.com/swc-project/swc/issues/6656 ))
([d4660a4](d4660a4673
))
##### Testing
- **(css/parser)** Add a test
([#​6666](https://togithub.com/swc-project/swc/issues/6666 ))
([87e1efd](87e1efd98c
))
##### Build
- **(bindings)** Crash in GraalVM
([#​6689](https://togithub.com/swc-project/swc/issues/6689 ))
([e7849db](e7849dbc6a
))
###
[`v1.3.23`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#​1323---2022-12-14 )
[Compare
Source](https://togithub.com/swc-project/swc/compare/v1.3.22...v1.3.23 )
##### Bug Fixes
- **(css/minifier)** Fix compressions of transform functions
([#​6617](https://togithub.com/swc-project/swc/issues/6617 ))
([208fd55](208fd559ba
))
- **(css/minifier)** Fix compression of timing functions
([#​6618](https://togithub.com/swc-project/swc/issues/6618 ))
([59e8bf4](59e8bf4976
))
- **(css/minifier)** Fix minification of `@supports` at-rule
([#​6632](https://togithub.com/swc-project/swc/issues/6632 ))
([d3fbfff](d3fbfffb32
))
- **(es/codegen)** Don't print trailing coma for a rest argument
([#​6610](https://togithub.com/swc-project/swc/issues/6610 ))
([68d76af](68d76afe5d
))
- **(es/codegen)** Fix codegen of TypeScript mapped types
([#​6621](https://togithub.com/swc-project/swc/issues/6621 ))
([5c53a74](5c53a74f55
))
- **(es/fixer)** Add correct parens to `OptChainExpr` in `MemberExpr`
([#​6639](https://togithub.com/swc-project/swc/issues/6639 ))
([be5ea7f](be5ea7fe17
))
- **(es/minifier)** Abort IIFE invoker on `eval`
([#​6478](https://togithub.com/swc-project/swc/issues/6478 ))
([8b2e1d1](8b2e1d17e5
))
- **(es/minifier)** Abort sequential inliner on optional chaining
([#​6637](https://togithub.com/swc-project/swc/issues/6637 ))
([e4e4d6c](e4e4d6cf6b
))
- **(es/parser)** Parse types in `CallExpression` inside templates
([#​6611](https://togithub.com/swc-project/swc/issues/6611 ))
([c44f1d0](c44f1d0a7f
))
- **(html/parser)** Fix parsing of CDATA in the svg context
([#​6620](https://togithub.com/swc-project/swc/issues/6620 ))
([19c2ee5](19c2ee593d
))
- **(node-swc)** Add missing `const_to_let` to the type
([#​6615](https://togithub.com/swc-project/swc/issues/6615 ))
([7e841a5](7e841a5d30
))
##### Features
- **(css/compat)** Add `Compiler`
([#​6626](https://togithub.com/swc-project/swc/issues/6626 ))
([b3bbd74](b3bbd742bf
))
- **(css/compat)** Support custom media queries
([#​6625](https://togithub.com/swc-project/swc/issues/6625 ))
([a5f7b4b](a5f7b4b8aa
))
- **(css/compat)** Implement compat pass for media ranges
([#​6631](https://togithub.com/swc-project/swc/issues/6631 ))
([704b3ce](704b3ceb9c
))
- **(css/compat)** Support color with hex alpha
([#​6643](https://togithub.com/swc-project/swc/issues/6643 ))
([fe06b80](fe06b8061c
))
- **(css/minifier)** Support `to` and `from` with `initial`
([#​6613](https://togithub.com/swc-project/swc/issues/6613 ))
([cb49fa6](cb49fa6f1d
))
- **(css/minifier)** Remove adjacent identical declarations
([#​6619](https://togithub.com/swc-project/swc/issues/6619 ))
([fb94694](fb94694cf3
))
- **(css/prefixer)** Prefix percentage with `opacity`
([#​6638](https://togithub.com/swc-project/swc/issues/6638 ))
([2fee4d1](2fee4d167a
))
- **(css/prefixer)** Support `display`
([#​6640](https://togithub.com/swc-project/swc/issues/6640 ))
([c8b724f](c8b724f14d
))
- **(css/prefixer)** Support nested calc
([#​6645](https://togithub.com/swc-project/swc/issues/6645 ))
([5d0dc6e](5d0dc6e731
))
- **(dbg-swc)** Kill `creduce` on drop
([#​6614](https://togithub.com/swc-project/swc/issues/6614 ))
([2bf7805](2bf7805980
))
##### Miscellaneous Tasks
- **(atoms)** Make `sort.sh` cross-platform
([#​6629](https://togithub.com/swc-project/swc/issues/6629 ))
([3f469ff](3f469fff0b
))
- **(ci)** Adjust upload of cli binaries
([#​6624](https://togithub.com/swc-project/swc/issues/6624 ))
([81b352d](81b352d966
))
- **(es/minifier)** Expose `globals_defs` pass
([#​6633](https://togithub.com/swc-project/swc/issues/6633 ))
([08ccb83](08ccb8384c
))
##### Performance
- **(html/codegen)** Reduce allocations
([#​6622](https://togithub.com/swc-project/swc/issues/6622 ))
([bfdafdb](bfdafdbb89
))
- **(html/minifier)** Reduce allocations
([#​6623](https://togithub.com/swc-project/swc/issues/6623 ))
([7d3aa66](7d3aa66bb8
))
##### Refactor
- **(dbg-swc)** Cleanup and document reducer
([#​6647](https://togithub.com/swc-project/swc/issues/6647 ))
([b13a079](b13a079481
))
##### Testing
- **(es/minifier)** Enable size tests created from `creduce`
([#​6646](https://togithub.com/swc-project/swc/issues/6646 ))
([7f3e698](7f3e6983e5
))
</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:eyJjcmVhdGVkSW5WZXIiOiIzNC43My4zIiwidXBkYXRlZEluVmVyIjoiMzQuNzMuMyJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-12-27 12:59:11 +01:00
renovate[bot]
52961f245c
chore(deps): update dependency @types/express to v4.17.15 ( #2743 )
...
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg )](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@types/express](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/express )
([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped )) |
[`4.17.14` ->
`4.17.15`](https://renovatebot.com/diffs/npm/@types%2fexpress/4.17.14/4.17.15 )
|
[![age](https://badges.renovateapi.com/packages/npm/@types%2fexpress/4.17.15/age-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://badges.renovateapi.com/packages/npm/@types%2fexpress/4.17.15/adoption-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://badges.renovateapi.com/packages/npm/@types%2fexpress/4.17.15/compatibility-slim/4.17.14 )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://badges.renovateapi.com/packages/npm/@types%2fexpress/4.17.15/confidence-slim/4.17.14 )](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:eyJjcmVhdGVkSW5WZXIiOiIzNC43My4zIiwidXBkYXRlZEluVmVyIjoiMzQuNzMuMyJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-12-27 12:38:02 +01:00
renovate[bot]
a445c9c2b6
chore(deps): update dependency @types/node to v16.18.11 ( #2744 )
...
[![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.8` ->
`16.18.11`](https://renovatebot.com/diffs/npm/@types%2fnode/16.18.8/16.18.11 )
|
[![age](https://badges.renovateapi.com/packages/npm/@types%2fnode/16.18.11/age-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://badges.renovateapi.com/packages/npm/@types%2fnode/16.18.11/adoption-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://badges.renovateapi.com/packages/npm/@types%2fnode/16.18.11/compatibility-slim/16.18.8 )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://badges.renovateapi.com/packages/npm/@types%2fnode/16.18.11/confidence-slim/16.18.8 )](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:eyJjcmVhdGVkSW5WZXIiOiIzNC43My4zIiwidXBkYXRlZEluVmVyIjoiMzQuNzMuMyJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-12-27 12:37:21 +01:00
renovate[bot]
0fbeeecfd1
fix(deps): update dependency uuid to v9 ( #2401 )
...
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg )](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [uuid](https://togithub.com/uuidjs/uuid ) | [`^8.3.2` ->
`^9.0.0`](https://renovatebot.com/diffs/npm/uuid/8.3.2/9.0.0 ) |
[![age](https://badges.renovateapi.com/packages/npm/uuid/9.0.0/age-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://badges.renovateapi.com/packages/npm/uuid/9.0.0/adoption-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://badges.renovateapi.com/packages/npm/uuid/9.0.0/compatibility-slim/8.3.2 )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://badges.renovateapi.com/packages/npm/uuid/9.0.0/confidence-slim/8.3.2 )](https://docs.renovatebot.com/merge-confidence/ )
|
|
[@types/uuid](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/uuid )
([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped )) |
[`8.3.4` ->
`9.0.0`](https://renovatebot.com/diffs/npm/@types%2fuuid/8.3.4/9.0.0 ) |
[![age](https://badges.renovateapi.com/packages/npm/@types%2fuuid/9.0.0/age-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://badges.renovateapi.com/packages/npm/@types%2fuuid/9.0.0/adoption-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://badges.renovateapi.com/packages/npm/@types%2fuuid/9.0.0/compatibility-slim/8.3.4 )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://badges.renovateapi.com/packages/npm/@types%2fuuid/9.0.0/confidence-slim/8.3.4 )](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>uuidjs/uuid</summary>
###
[`v9.0.0`](https://togithub.com/uuidjs/uuid/blob/HEAD/CHANGELOG.md#​900-httpsgithubcomuuidjsuuidcomparev832v900-2022-09-05 )
[Compare
Source](https://togithub.com/uuidjs/uuid/compare/v8.3.2...v9.0.0 )
##### ⚠ BREAKING CHANGES
- Drop Node.js 10.x support. This library always aims at supporting one
EOLed LTS release which by this time now is 12.x which has reached EOL
30 Apr 2022.
- Remove the minified UMD build from the package.
Minified code is hard to audit and since this is a widely used library
it seems more appropriate nowadays to optimize for auditability than to
ship a legacy module format that, at best, serves educational purposes
nowadays.
For production browser use cases, users should be using a bundler. For
educational purposes, today's online sandboxes like replit.com offer
convenient ways to load npm modules, so the use case for UMD through
repos like UNPKG or jsDelivr has largely vanished.
- Drop IE 11 and Safari 10 support. Drop support for browsers that don't
correctly implement const/let and default arguments, and no longer
transpile the browser build to ES2015.
This also removes the fallback on msCrypto instead of the crypto API.
Browser tests are run in the first supported version of each supported
browser and in the latest (as of this commit) version available on
Browserstack.
##### Features
- optimize uuid.v1 by 1.3x uuid.v4 by 4.3x (430%)
([#​597](https://togithub.com/uuidjs/uuid/issues/597 ))
([3a033f6](3a033f6bab
))
- remove UMD build
([#​645](https://togithub.com/uuidjs/uuid/issues/645 ))
([e948a0f](e948a0f22b
)),
closes [#​620](https://togithub.com/uuidjs/uuid/issues/620 )
- use native crypto.randomUUID when available
([#​600](https://togithub.com/uuidjs/uuid/issues/600 ))
([c9e076c](c9e076c852
))
##### Bug Fixes
- add Jest/jsdom compatibility
([#​642](https://togithub.com/uuidjs/uuid/issues/642 ))
([16f9c46](16f9c469ed
))
- change default export to named function
([#​545](https://togithub.com/uuidjs/uuid/issues/545 ))
([c57bc5a](c57bc5a9a0
))
- handle error when parameter is not set in v3 and v5
([#​622](https://togithub.com/uuidjs/uuid/issues/622 ))
([fcd7388](fcd7388169
))
- run npm audit fix
([#​644](https://togithub.com/uuidjs/uuid/issues/644 ))
([04686f5](04686f54c5
))
- upgrading from uuid3 broken link
([#​568](https://togithub.com/uuidjs/uuid/issues/568 ))
([1c849da](1c849da6e1
))
##### build
- drop Node.js 8.x from babel transpile target
([#​603](https://togithub.com/uuidjs/uuid/issues/603 ))
([aa11485](aa11485826
))
- drop support for legacy browsers (IE11, Safari 10)
([#​604](https://togithub.com/uuidjs/uuid/issues/604 ))
([0f433e5](0f433e5ec4
))
- drop node 10.x to upgrade dev dependencies
([#​653](https://togithub.com/uuidjs/uuid/issues/653 ))
([28a5712](28a571283f
)),
closes [#​643](https://togithub.com/uuidjs/uuid/issues/643 )
##### [8.3.2](https://togithub.com/uuidjs/uuid/compare/v8.3.1...v8.3.2 )
(2020-12-08)
##### Bug Fixes
- lazy load getRandomValues
([#​537](https://togithub.com/uuidjs/uuid/issues/537 ))
([16c8f6d](16c8f6df2f
)),
closes [#​536](https://togithub.com/uuidjs/uuid/issues/536 )
##### [8.3.1](https://togithub.com/uuidjs/uuid/compare/v8.3.0...v8.3.1 )
(2020-10-04)
##### Bug Fixes
- support expo>=39.0.0
([#​515](https://togithub.com/uuidjs/uuid/issues/515 ))
([c65a0f3](c65a0f3fa7
)),
closes [#​375](https://togithub.com/uuidjs/uuid/issues/375 )
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about 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:eyJjcmVhdGVkSW5WZXIiOiIzNC4yMS42IiwidXBkYXRlZEluVmVyIjoiMzQuNjIuMSJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-12-27 11:25:55 +01:00
renovate[bot]
03dc65bf2a
chore(deps): update dependency @babel/core to v7.20.7 ( #2740 )
...
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg )](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@babel/core](https://babel.dev/docs/en/next/babel-core )
([source](https://togithub.com/babel/babel )) | [`7.20.5` ->
`7.20.7`](https://renovatebot.com/diffs/npm/@babel%2fcore/7.20.5/7.20.7 )
|
[![age](https://badges.renovateapi.com/packages/npm/@babel%2fcore/7.20.7/age-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://badges.renovateapi.com/packages/npm/@babel%2fcore/7.20.7/adoption-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://badges.renovateapi.com/packages/npm/@babel%2fcore/7.20.7/compatibility-slim/7.20.5 )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://badges.renovateapi.com/packages/npm/@babel%2fcore/7.20.7/confidence-slim/7.20.5 )](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>babel/babel</summary>
###
[`v7.20.7`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v7207-2022-12-22 )
[Compare
Source](https://togithub.com/babel/babel/compare/v7.20.5...v7.20.7 )
##### 👓 Spec Compliance
- `babel-helper-member-expression-to-functions`,
`babel-helper-replace-supers`, `babel-plugin-proposal-class-properties`,
`babel-plugin-transform-classes`
- [#​15223](https://togithub.com/babel/babel/pull/15223 ) fix:
Deleting super property should throw
([@​SuperSodaSea](https://togithub.com/SuperSodaSea ))
- `babel-helpers`, `babel-plugin-proposal-class-properties`,
`babel-plugin-transform-classes`, `babel-plugin-transform-object-super`
- [#​15241](https://togithub.com/babel/babel/pull/15241 ) fix:
Throw correct error types from sed ant class TDZ helpers
([@​SuperSodaSea](https://togithub.com/SuperSodaSea ))
##### 🐛 Bug Fix
- `babel-parser`, `babel-plugin-transform-typescript`
- [#​15209](https://togithub.com/babel/babel/pull/15209 ) fix:
Support auto accessors with TypeScript annotations
([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu ))
- `babel-traverse`
- [#​15287](https://togithub.com/babel/babel/pull/15287 ) Fix
`.parentPath` after rename in `SwitchCase`
([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo ))
- `babel-plugin-transform-typescript`, `babel-traverse`
- [#​15284](https://togithub.com/babel/babel/pull/15284 ) fix: Ts
import type and func with duplicate name
([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu ))
- `babel-plugin-transform-block-scoping`
- [#​15278](https://togithub.com/babel/babel/pull/15278 ) Fix tdz
analysis for reassigned captured for bindings
([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo ))
- `babel-plugin-proposal-async-generator-functions`, `babel-preset-env`
- [#​15235](https://togithub.com/babel/babel/pull/15235 ) fix:
Transform `for await` with shadowed variables
([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu ))
- `babel-generator`, `babel-plugin-proposal-optional-chaining`
- [#​15258](https://togithub.com/babel/babel/pull/15258 ) fix:
Correctly generate `(a ?? b) as T`
([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu ))
- `babel-plugin-transform-react-jsx`, `babel-types`
- [#​15233](https://togithub.com/babel/babel/pull/15233 ) fix: Emit
correct sourcemap ranges for `JSXText`
([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu ))
- `babel-core`, `babel-helpers`,
`babel-plugin-transform-computed-properties`, `babel-runtime-corejs2`,
`babel-runtime-corejs3`, `babel-runtime`
- [#​15232](https://togithub.com/babel/babel/pull/15232 ) fix:
Computed properties should keep original definition order
([@​SuperSodaSea](https://togithub.com/SuperSodaSea ))
- `babel-helper-member-expression-to-functions`,
`babel-helper-replace-supers`, `babel-plugin-proposal-class-properties`,
`babel-plugin-transform-classes`
- [#​15223](https://togithub.com/babel/babel/pull/15223 ) fix:
Deleting super property should throw
([@​SuperSodaSea](https://togithub.com/SuperSodaSea ))
- `babel-generator`
- [#​15216](https://togithub.com/babel/babel/pull/15216 ) fix:
Print newlines for leading Comments of `TSEnumMember`
([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu ))
##### 💅 Polish
- `babel-plugin-transform-block-scoping`, `babel-traverse`
- [#​15275](https://togithub.com/babel/babel/pull/15275 ) Improve
relative execution tracking in fn exprs
([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo ))
##### 🏠 Internal
- `babel-helper-define-map`, `babel-plugin-transform-property-mutators`
- [#​15274](https://togithub.com/babel/babel/pull/15274 ) Inline &
simplify `@babel/helper-define-map`
([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo ))
- `babel-core`, `babel-plugin-proposal-class-properties`,
`babel-plugin-transform-block-scoping`,
`babel-plugin-transform-classes`,
`babel-plugin-transform-destructuring`,
`babel-plugin-transform-parameters`,
`babel-plugin-transform-regenerator`, `babel-plugin-transform-runtime`,
`babel-preset-env`, `babel-traverse`
- [#​15200](https://togithub.com/babel/babel/pull/15200 ) Rewrite
`transform-block-scoping` plugin
([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo ))
##### 🏃♀️ Performance
- `babel-helper-compilation-targets`
- [#​15228](https://togithub.com/babel/babel/pull/15228 ) perf:
Speed up `getTargets`
([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu ))
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC43My4zIiwidXBkYXRlZEluVmVyIjoiMzQuNzMuMyJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-12-27 10:07:48 +00:00
renovate[bot]
3437e4ee30
chore(deps): update typescript-eslint monorepo to v5.47.1 ( #2426 )
...
[![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.42.1` ->
`5.47.1`](https://renovatebot.com/diffs/npm/@typescript-eslint%2feslint-plugin/5.42.1/5.47.1 )
|
[![age](https://badges.renovateapi.com/packages/npm/@typescript-eslint%2feslint-plugin/5.47.1/age-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://badges.renovateapi.com/packages/npm/@typescript-eslint%2feslint-plugin/5.47.1/adoption-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://badges.renovateapi.com/packages/npm/@typescript-eslint%2feslint-plugin/5.47.1/compatibility-slim/5.42.1 )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://badges.renovateapi.com/packages/npm/@typescript-eslint%2feslint-plugin/5.47.1/confidence-slim/5.42.1 )](https://docs.renovatebot.com/merge-confidence/ )
|
|
[@typescript-eslint/parser](https://togithub.com/typescript-eslint/typescript-eslint )
| [`5.42.1` ->
`5.47.1`](https://renovatebot.com/diffs/npm/@typescript-eslint%2fparser/5.42.1/5.47.1 )
|
[![age](https://badges.renovateapi.com/packages/npm/@typescript-eslint%2fparser/5.47.1/age-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://badges.renovateapi.com/packages/npm/@typescript-eslint%2fparser/5.47.1/adoption-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://badges.renovateapi.com/packages/npm/@typescript-eslint%2fparser/5.47.1/compatibility-slim/5.42.1 )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://badges.renovateapi.com/packages/npm/@typescript-eslint%2fparser/5.47.1/confidence-slim/5.42.1 )](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>typescript-eslint/typescript-eslint
(@​typescript-eslint/eslint-plugin)</summary>
###
[`v5.47.1`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#​5471-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5470v5471-2022-12-26 )
[Compare
Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.47.0...v5.47.1 )
##### Bug Fixes
- **ast-spec:** correct some incorrect ast types
([#​6257](https://togithub.com/typescript-eslint/typescript-eslint/issues/6257 ))
([0f3f645](0f3f64571e
))
- **eslint-plugin:** \[member-ordering] correctly invert
optionalityOrder
([#​6256](https://togithub.com/typescript-eslint/typescript-eslint/issues/6256 ))
([ccd45d4](ccd45d4a99
))
###
[`v5.47.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#​5470-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5461v5470-2022-12-19 )
[Compare
Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.46.1...v5.47.0 )
##### Features
- **eslint-plugin:** \[no-floating-promises] add suggestion fixer to add
an 'await'
([#​5943](https://togithub.com/typescript-eslint/typescript-eslint/issues/5943 ))
([9e35ef9](9e35ef9af3
))
####
[5.46.1](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.46.0...v5.46.1 )
(2022-12-12)
**Note:** Version bump only for package
[@​typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin )
###
[`v5.46.1`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#​5461-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5460v5461-2022-12-12 )
[Compare
Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.46.0...v5.46.1 )
**Note:** Version bump only for package
[@​typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin )
###
[`v5.46.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#​5460-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5451v5460-2022-12-08 )
[Compare
Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.45.1...v5.46.0 )
##### Bug Fixes
- **eslint-plugin:** \[ban-types] update message to suggest `object`
instead of `Record<string, unknown>`
([#​6079](https://togithub.com/typescript-eslint/typescript-eslint/issues/6079 ))
([d91a5fc](d91a5fc41b
))
##### Features
- **eslint-plugin:** \[prefer-nullish-coalescing] logic and test for
strict null checks
([#​6174](https://togithub.com/typescript-eslint/typescript-eslint/issues/6174 ))
([8a91cbd](8a91cbd9fb
))
####
[5.45.1](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.45.0...v5.45.1 )
(2022-12-05)
##### Bug Fixes
- **eslint-plugin:** \[keyword-spacing] unexpected space before/after in
`import type`
([#​6095](https://togithub.com/typescript-eslint/typescript-eslint/issues/6095 ))
([98caa92](98caa92ca8
))
- **eslint-plugin:** \[no-shadow] add call and method signatures to
`ignoreFunctionTypeParameterNameValueShadow`
([#​6129](https://togithub.com/typescript-eslint/typescript-eslint/issues/6129 ))
([9d58b6b](9d58b6be24
))
- **eslint-plugin:** \[prefer-optional-chain] collect MetaProperty type
([#​6083](https://togithub.com/typescript-eslint/typescript-eslint/issues/6083 ))
([d7114d3](d7114d3ab0
))
- **eslint-plugin:** \[sort-type-constituents,
sort-type-union-intersection-members] handle some required parentheses
cases in the fixer
([#​6118](https://togithub.com/typescript-eslint/typescript-eslint/issues/6118 ))
([5d49d5d](5d49d5dbee
))
###
[`v5.45.1`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#​5451-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5450v5451-2022-12-05 )
[Compare
Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.45.0...v5.45.1 )
##### Bug Fixes
- **eslint-plugin:** \[keyword-spacing] unexpected space before/after in
`import type`
([#​6095](https://togithub.com/typescript-eslint/typescript-eslint/issues/6095 ))
([98caa92](98caa92ca8
))
- **eslint-plugin:** \[no-shadow] add call and method signatures to
`ignoreFunctionTypeParameterNameValueShadow`
([#​6129](https://togithub.com/typescript-eslint/typescript-eslint/issues/6129 ))
([9d58b6b](9d58b6be24
))
- **eslint-plugin:** \[prefer-optional-chain] collect MetaProperty type
([#​6083](https://togithub.com/typescript-eslint/typescript-eslint/issues/6083 ))
([d7114d3](d7114d3ab0
))
- **eslint-plugin:** \[sort-type-constituents,
sort-type-union-intersection-members] handle some required parentheses
cases in the fixer
([#​6118](https://togithub.com/typescript-eslint/typescript-eslint/issues/6118 ))
([5d49d5d](5d49d5dbee
))
###
[`v5.45.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#​5450-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5440v5450-2022-11-28 )
[Compare
Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.44.0...v5.45.0 )
##### Bug Fixes
- **eslint-plugin:** \[array-type] --fix flag removes parentheses from
type
([#​5997](https://togithub.com/typescript-eslint/typescript-eslint/issues/5997 ))
([42b33af](42b33af256
))
- **eslint-plugin:** \[keyword-spacing] prevent crash on no options
([#​6073](https://togithub.com/typescript-eslint/typescript-eslint/issues/6073 ))
([1f19998](1f19998e3e
))
- **eslint-plugin:** \[member-ordering] support private fields
([#​5859](https://togithub.com/typescript-eslint/typescript-eslint/issues/5859 ))
([f02761a](f02761af19
))
- **eslint-plugin:** \[prefer-readonly] report if a member's property is
reassigned
([#​6043](https://togithub.com/typescript-eslint/typescript-eslint/issues/6043 ))
([6e079eb](6e079eb35c
))
##### Features
- **eslint-plugin:** \[member-ordering] add a required option for
required vs. optional member ordering
([#​5965](https://togithub.com/typescript-eslint/typescript-eslint/issues/5965 ))
([2abadc6](2abadc6c26
))
###
[`v5.44.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#​5440-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5430v5440-2022-11-21 )
[Compare
Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.43.0...v5.44.0 )
##### Bug Fixes
- **eslint-plugin:** \[no-empty-interface] disable autofix for
declaration merging with class
([#​5920](https://togithub.com/typescript-eslint/typescript-eslint/issues/5920 ))
([a4f85b8](a4f85b8cfe
))
- **eslint-plugin:** \[no-unnecessary-condition] handle index signature
type
([#​5912](https://togithub.com/typescript-eslint/typescript-eslint/issues/5912 ))
([5baad08](5baad0893f
))
- **eslint-plugin:** \[prefer-optional-chain] handle binary expressions
in negated or
([#​5992](https://togithub.com/typescript-eslint/typescript-eslint/issues/5992 ))
([2778ff0](2778ff0c3d
))
- **typescript-estree:** don't consider a cached program unless it's
specified in the current `parserOptions.project` config
([#​5999](https://togithub.com/typescript-eslint/typescript-eslint/issues/5999 ))
([530e0e6](530e0e618c
))
##### Features
- **eslint-plugin:** \[adjacent-overload-signatures] check
BlockStatement nodes
([#​5998](https://togithub.com/typescript-eslint/typescript-eslint/issues/5998 ))
([97d3e56](97d3e56709
))
- **eslint-plugin:** \[keyword-spacing] Support spacing in import-type
syntax
([#​5977](https://togithub.com/typescript-eslint/typescript-eslint/issues/5977 ))
([6a735e1](6a735e142e
))
###
[`v5.43.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#​5430-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5421v5430-2022-11-14 )
[Compare
Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.42.1...v5.43.0 )
##### Bug Fixes
- **eslint-plugin:** \[no-shadow] handle false positives on generics and
parameters
([#​5902](https://togithub.com/typescript-eslint/typescript-eslint/issues/5902 ))
([769e8c8](769e8c8b9a
))
- **eslint-plugin:** \[promise-function-async] handle keyword token
([#​5907](https://togithub.com/typescript-eslint/typescript-eslint/issues/5907 ))
([f25a94f](f25a94fa75
))
##### Features
- **eslint-plugin:** \[consistent-type-imports] support fixing to inline
types
([#​5050](https://togithub.com/typescript-eslint/typescript-eslint/issues/5050 ))
([75dcdf1](75dcdf164d
))
- **eslint-plugin:** \[naming-convention] add support for "override" and
"async" modifiers
([#​5310](https://togithub.com/typescript-eslint/typescript-eslint/issues/5310 ))
([#​5610](https://togithub.com/typescript-eslint/typescript-eslint/issues/5610 ))
([c759da1](c759da1693
))
- **eslint-plugin:** \[prefer-optional-chain] support suggesting `!foo
|| !foo.bar` as a valid match for the rule
([#​5594](https://togithub.com/typescript-eslint/typescript-eslint/issues/5594 ))
([923d486](923d486c8c
))
####
[5.42.1](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.42.0...v5.42.1 )
(2022-11-07)
##### Bug Fixes
- **eslint-plugin:** isTypeReadonly stack overflow
([#​5875](https://togithub.com/typescript-eslint/typescript-eslint/issues/5875 ))
([#​5876](https://togithub.com/typescript-eslint/typescript-eslint/issues/5876 ))
([2d9a33c](2d9a33cfb2
))
</details>
<details>
<summary>typescript-eslint/typescript-eslint
(@​typescript-eslint/parser)</summary>
###
[`v5.47.1`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#​5471-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5470v5471-2022-12-26 )
[Compare
Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.47.0...v5.47.1 )
**Note:** Version bump only for package
[@​typescript-eslint/parser](https://togithub.com/typescript-eslint/parser )
###
[`v5.47.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#​5470-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5461v5470-2022-12-19 )
[Compare
Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.46.1...v5.47.0 )
**Note:** Version bump only for package
[@​typescript-eslint/parser](https://togithub.com/typescript-eslint/parser )
####
[5.46.1](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.46.0...v5.46.1 )
(2022-12-12)
**Note:** Version bump only for package
[@​typescript-eslint/parser](https://togithub.com/typescript-eslint/parser )
###
[`v5.46.1`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#​5461-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5460v5461-2022-12-12 )
[Compare
Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.46.0...v5.46.1 )
**Note:** Version bump only for package
[@​typescript-eslint/parser](https://togithub.com/typescript-eslint/parser )
###
[`v5.46.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#​5460-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5451v5460-2022-12-08 )
[Compare
Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.45.1...v5.46.0 )
**Note:** Version bump only for package
[@​typescript-eslint/parser](https://togithub.com/typescript-eslint/parser )
####
[5.45.1](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.45.0...v5.45.1 )
(2022-12-05)
##### Bug Fixes
- **parser:** remove the jsx option requirement for automatic jsx pragma
resolution
([#​6134](https://togithub.com/typescript-eslint/typescript-eslint/issues/6134 ))
([e777f5e](e777f5e225
))
###
[`v5.45.1`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#​5451-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5450v5451-2022-12-05 )
[Compare
Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.45.0...v5.45.1 )
##### Bug Fixes
- **parser:** remove the jsx option requirement for automatic jsx pragma
resolution
([#​6134](https://togithub.com/typescript-eslint/typescript-eslint/issues/6134 ))
([e777f5e](e777f5e225
))
###
[`v5.45.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#​5450-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5440v5450-2022-11-28 )
[Compare
Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.44.0...v5.45.0 )
**Note:** Version bump only for package
[@​typescript-eslint/parser](https://togithub.com/typescript-eslint/parser )
###
[`v5.44.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#​5440-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5430v5440-2022-11-21 )
[Compare
Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.43.0...v5.44.0 )
**Note:** Version bump only for package
[@​typescript-eslint/parser](https://togithub.com/typescript-eslint/parser )
###
[`v5.43.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#​5430-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5421v5430-2022-11-14 )
[Compare
Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.42.1...v5.43.0 )
**Note:** Version bump only for package
[@​typescript-eslint/parser](https://togithub.com/typescript-eslint/parser )
####
[5.42.1](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.42.0...v5.42.1 )
(2022-11-07)
**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:eyJjcmVhdGVkSW5WZXIiOiIzNC4yMy4xIiwidXBkYXRlZEluVmVyIjoiMzQuNzMuMyJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-12-27 10:47:40 +01:00
renovate[bot]
470c8d96c1
chore(deps): update dependency prettier to v2.8.1 ( #2509 )
...
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg )](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [prettier](https://prettier.io )
([source](https://togithub.com/prettier/prettier )) | [`2.7.1` ->
`2.8.1`](https://renovatebot.com/diffs/npm/prettier/2.7.1/2.8.1 ) |
[![age](https://badges.renovateapi.com/packages/npm/prettier/2.8.1/age-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://badges.renovateapi.com/packages/npm/prettier/2.8.1/adoption-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://badges.renovateapi.com/packages/npm/prettier/2.8.1/compatibility-slim/2.7.1 )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://badges.renovateapi.com/packages/npm/prettier/2.8.1/confidence-slim/2.7.1 )](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>prettier/prettier</summary>
###
[`v2.8.1`](https://togithub.com/prettier/prettier/blob/HEAD/CHANGELOG.md#​281 )
[Compare
Source](https://togithub.com/prettier/prettier/compare/2.8.0...2.8.1 )
[diff](https://togithub.com/prettier/prettier/compare/2.8.0...2.8.1 )
##### Fix SCSS map in arguments
([#​9184](https://togithub.com/prettier/prettier/pull/9184 ) by
[@​agamkrbit](https://togithub.com/agamkrbit ))
<!-- prettier-ignore -->
```scss
// Input
$display-breakpoints: map-deep-merge(
(
"print-only": "only print",
"screen-only": "only screen",
"xs-only": "only screen and (max-width: #{map-get($grid-breakpoints, "sm")-1})",
),
$display-breakpoints
);
// Prettier 2.8.0
$display-breakpoints: map-deep-merge(
(
"print-only": "only print",
"screen-only": "only screen",
"xs-only": "only screen and (max-width: #{map-get($grid-breakpoints, " sm
")-1})",
),
$display-breakpoints
);
// Prettier 2.8.1
$display-breakpoints: map-deep-merge(
(
"print-only": "only print",
"screen-only": "only screen",
"xs-only": "only screen and (max-width: #{map-get($grid-breakpoints, "sm")-1})",
),
$display-breakpoints
);
```
##### Support auto accessors syntax
([#​13919](https://togithub.com/prettier/prettier/pull/13919 ) by
[@​sosukesuzuki](https://togithub.com/sosukesuzuki ))
Support for [Auto Accessors
Syntax](https://devblogs.microsoft.com/typescript/announcing-typescript-4-9/#auto-accessors-in-classes )
landed in TypeScript 4.9.
(Doesn't work well with `babel-ts` parser)
<!-- prettier-ignore -->
```tsx
class Foo {
accessor foo: number = 3;
}
```
###
[`v2.8.0`](https://togithub.com/prettier/prettier/blob/HEAD/CHANGELOG.md#​280 )
[Compare
Source](https://togithub.com/prettier/prettier/compare/2.7.1...2.8.0 )
[diff](https://togithub.com/prettier/prettier/compare/2.7.1...2.8.0 )
🔗 [Release Notes](https://prettier.io/blog/2022/11/23/2.8.0.html )
</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:eyJjcmVhdGVkSW5WZXIiOiIzNC4zMC4yIiwidXBkYXRlZEluVmVyIjoiMzQuNjIuMSJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Gastón Fournier <gaston@getunleash.ai>
2022-12-27 10:45:43 +01:00
GitHub Actions Bot
5bef9bbfdd
4.19.1
2022-12-15 12:46:12 +00:00
GitHub Actions Bot
97cf3cd418
4.19.0
2022-12-15 12:03:45 +00:00
GitHub Actions Bot
e716ddc0ee
4.19.0-beta.2
2022-12-15 07:43:43 +00:00
GitHub Actions Bot
3549be0251
4.19.0-beta.1
2022-12-14 09:03:49 +00:00
GitHub Actions Bot
8aeba08e9f
4.19.0-beta.0
2022-12-13 08:26:11 +00:00
renovate[bot]
fe0fc9a554
chore(deps): update dependency @types/node to v16.18.8 ( #2662 )
...
[![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.7` ->
`16.18.8`](https://renovatebot.com/diffs/npm/@types%2fnode/16.18.7/16.18.8 )
|
[![age](https://badges.renovateapi.com/packages/npm/@types%2fnode/16.18.8/age-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://badges.renovateapi.com/packages/npm/@types%2fnode/16.18.8/adoption-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://badges.renovateapi.com/packages/npm/@types%2fnode/16.18.8/compatibility-slim/16.18.7 )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://badges.renovateapi.com/packages/npm/@types%2fnode/16.18.8/confidence-slim/16.18.7 )](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC41NC4wIiwidXBkYXRlZEluVmVyIjoiMzQuNTQuMCJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-12-10 20:34:16 +00:00
renovate[bot]
7c54804dd0
chore(deps): update dependency lint-staged to v13.1.0 ( #2659 )
...
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg )](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [lint-staged](https://togithub.com/okonet/lint-staged ) | [`13.0.4` ->
`13.1.0`](https://renovatebot.com/diffs/npm/lint-staged/13.0.4/13.1.0 ) |
[![age](https://badges.renovateapi.com/packages/npm/lint-staged/13.1.0/age-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://badges.renovateapi.com/packages/npm/lint-staged/13.1.0/adoption-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://badges.renovateapi.com/packages/npm/lint-staged/13.1.0/compatibility-slim/13.0.4 )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://badges.renovateapi.com/packages/npm/lint-staged/13.1.0/confidence-slim/13.0.4 )](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>okonet/lint-staged</summary>
###
[`v13.1.0`](https://togithub.com/okonet/lint-staged/releases/tag/v13.1.0 )
[Compare
Source](https://togithub.com/okonet/lint-staged/compare/v13.0.4...v13.1.0 )
##### Features
- expose cli entrance from "lint-staged/bin"
([#​1237](https://togithub.com/okonet/lint-staged/issues/1237 ))
([eabf1d2](eabf1d217d
))
</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:eyJjcmVhdGVkSW5WZXIiOiIzNC41NC4wIiwidXBkYXRlZEluVmVyIjoiMzQuNTQuMCJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-12-10 15:04:05 +00:00
renovate[bot]
41d125956a
chore(deps): update dependency eslint to v8.29.0 ( #2658 )
...
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg )](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [eslint](https://eslint.org )
([source](https://togithub.com/eslint/eslint )) | [`8.28.0` ->
`8.29.0`](https://renovatebot.com/diffs/npm/eslint/8.28.0/8.29.0 ) |
[![age](https://badges.renovateapi.com/packages/npm/eslint/8.29.0/age-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://badges.renovateapi.com/packages/npm/eslint/8.29.0/adoption-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://badges.renovateapi.com/packages/npm/eslint/8.29.0/compatibility-slim/8.28.0 )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://badges.renovateapi.com/packages/npm/eslint/8.29.0/confidence-slim/8.28.0 )](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>eslint/eslint</summary>
### [`v8.29.0`](https://togithub.com/eslint/eslint/releases/tag/v8.29.0 )
[Compare
Source](https://togithub.com/eslint/eslint/compare/v8.28.0...v8.29.0 )
#### Features
-
[`49a07c5`](49a07c52c5
)
feat: add `allowParensAfterCommentPattern` option to no-extra-parens
([#​16561](https://togithub.com/eslint/eslint/issues/16561 ))
(Nitin Kumar)
-
[`e6a865d`](e6a865d70a
)
feat: `prefer-named-capture-group` add suggestions
([#​16544](https://togithub.com/eslint/eslint/issues/16544 )) (Josh
Goldberg)
-
[`a91332b`](a91332b8bd
)
feat: In no-invalid-regexp validate flags also for non-literal patterns
([#​16583](https://togithub.com/eslint/eslint/issues/16583 ))
(trosos)
#### Documentation
-
[`0311d81`](0311d81834
)
docs: Configuring Plugins page intro, page tweaks, and rename
([#​16534](https://togithub.com/eslint/eslint/issues/16534 )) (Ben
Perlmutter)
-
[`57089b1`](57089b1ede
)
docs: add a property assignment example for camelcase rule
([#​16605](https://togithub.com/eslint/eslint/issues/16605 ))
(Milos Djermanovic)
-
[`b6ab030`](b6ab030897
)
docs: add docs codeowners
([#​16601](https://togithub.com/eslint/eslint/issues/16601 ))
(Strek)
-
[`6380c87`](6380c87c56
)
docs: fix sitemap and feed
([#​16592](https://togithub.com/eslint/eslint/issues/16592 ))
(Milos Djermanovic)
-
[`ade621d`](ade621dd12
)
docs: perf debounce the search query
([#​16586](https://togithub.com/eslint/eslint/issues/16586 ))
(Shanmughapriyan S)
-
[`fbcf3ab`](fbcf3abd54
)
docs: fix searchbar clear button
([#​16585](https://togithub.com/eslint/eslint/issues/16585 ))
(Shanmughapriyan S)
-
[`f894035`](f89403553b
)
docs: HTTPS link to yeoman.io
([#​16582](https://togithub.com/eslint/eslint/issues/16582 ))
(Christian Oliff)
-
[`de12b26`](de12b266f2
)
docs: Update configuration file pages
([#​16509](https://togithub.com/eslint/eslint/issues/16509 )) (Ben
Perlmutter)
-
[`1ae9f20`](1ae9f20674
)
docs: update correct code examples for `no-extra-parens` rule
([#​16560](https://togithub.com/eslint/eslint/issues/16560 ))
(Nitin Kumar)
#### Chores
-
[`7628403`](7628403a57
)
chore: add discord channel link
([#​16590](https://togithub.com/eslint/eslint/issues/16590 ))
(Amaresh S M)
-
[`f5808cb`](f5808cb515
)
chore: fix rule doc headers check
([#​16564](https://togithub.com/eslint/eslint/issues/16564 ))
(Milos Djermanovic)
</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:eyJjcmVhdGVkSW5WZXIiOiIzNC41NC4wIiwidXBkYXRlZEluVmVyIjoiMzQuNTQuMCJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-12-10 12:50:10 +00:00
renovate[bot]
dbdd1eae48
chore(deps): update dependency @swc/jest to v0.2.24 ( #2655 )
...
[![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.23` ->
`0.2.24`](https://renovatebot.com/diffs/npm/@swc%2fjest/0.2.23/0.2.24 ) |
[![age](https://badges.renovateapi.com/packages/npm/@swc%2fjest/0.2.24/age-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://badges.renovateapi.com/packages/npm/@swc%2fjest/0.2.24/adoption-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://badges.renovateapi.com/packages/npm/@swc%2fjest/0.2.24/compatibility-slim/0.2.23 )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://badges.renovateapi.com/packages/npm/@swc%2fjest/0.2.24/confidence-slim/0.2.23 )](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>swc-project/jest</summary>
###
[`v0.2.24`](https://togithub.com/swc-project/jest/compare/v0.2.23...08419c0d91b4952e50b519cf378ada85636b0be9 )
[Compare
Source](https://togithub.com/swc-project/jest/compare/v0.2.23...08419c0d91b4952e50b519cf378ada85636b0be9 )
</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:eyJjcmVhdGVkSW5WZXIiOiIzNC41MS4wIiwidXBkYXRlZEluVmVyIjoiMzQuNTEuMCJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-12-10 04:11:08 +00:00
renovate[bot]
49c463ce19
chore(deps): update dependency @swc/core to v1.3.22 ( #2648 )
...
[![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.21` ->
`1.3.22`](https://renovatebot.com/diffs/npm/@swc%2fcore/1.3.21/1.3.22 ) |
[![age](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.22/age-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.22/adoption-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.22/compatibility-slim/1.3.21 )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.22/confidence-slim/1.3.21 )](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>swc-project/swc</summary>
###
[`v1.3.22`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#​1322---2022-12-09 )
[Compare
Source](https://togithub.com/swc-project/swc/compare/v1.3.21...v1.3.22 )
##### Bug Fixes
- **(common)** Fix handling of input source maps
([#​6561](https://togithub.com/swc-project/swc/issues/6561 ))
([4af52c7](4af52c79ae
))
- **(common)** Fix `BytePos` -> `CharPos` calculations
([#​6574](https://togithub.com/swc-project/swc/issues/6574 ))
([a203fdb](a203fdb1b6
))
- **(css/parser)** Fix recovery more for invalid component values in
declaration value
([#​6560](https://togithub.com/swc-project/swc/issues/6560 ))
([db1eb48](db1eb483fd
))
- **(css/parser)** Fix parsing of nested rules
([#​6563](https://togithub.com/swc-project/swc/issues/6563 ))
([a1fe907](a1fe9076c2
))
- **(css/parser)** Fix a small bug
([#​6591](https://togithub.com/swc-project/swc/issues/6591 ))
([4de378c](4de378cb1e
))
- **(css/parser)** Avoid skipping extra whitespaces
([#​6592](https://togithub.com/swc-project/swc/issues/6592 ))
([d8936ad](d8936ade5b
))
- **(es/compat)** Prepend generated `_loop` to the correct scope
([#​6604](https://togithub.com/swc-project/swc/issues/6604 ))
([4c2d422](4c2d42261e
))
- **(es/parser)** Fix `typeof` in `TSCallSignatureDeclaration`
([#​6553](https://togithub.com/swc-project/swc/issues/6553 ))
([aa28aa0](aa28aa0c7f
))
- **(es/parser)** Fix parsing of JSX with ASI
([#​6577](https://togithub.com/swc-project/swc/issues/6577 ))
([ad95ead](ad95ead291
))
- **(es/resolver)** Reset `in_type` flag correctly
([#​6597](https://togithub.com/swc-project/swc/issues/6597 ))
([29ba05d](29ba05d137
))
- **(es/typescript)** Strip inline type declarations
([#​6600](https://togithub.com/swc-project/swc/issues/6600 ))
([fe0c651](fe0c65195d
))
- **(node-swc)** Sync types for `jsc.optimizer.globals`
([#​6603](https://togithub.com/swc-project/swc/issues/6603 ))
([b97aa45](b97aa45c5c
))
- **(xml/parser)** Fix parsing of legacy document types
([#​6555](https://togithub.com/swc-project/swc/issues/6555 ))
([cdf0d8a](cdf0d8a8b5
))
- **(xml/parser)** Fix various bugs
([#​6566](https://togithub.com/swc-project/swc/issues/6566 ))
([01232f0](01232f0988
))
##### Features
- **(css/ast)** Make AST intuitive
([#​6606](https://togithub.com/swc-project/swc/issues/6606 ))
([b4eef53](b4eef53680
))
- **(css/plugin)** Prepare Wasm plugins
([#​6567](https://togithub.com/swc-project/swc/issues/6567 ))
([8cdc28c](8cdc28cdfa
))
- **(css/plugin)** Support Wasm plugin
([#​6568](https://togithub.com/swc-project/swc/issues/6568 ))
([fa8f7b0](fa8f7b00fc
))
- **(es/analyzer)** Extract the analyzer from the minifier to a separate
crate ([#​6586](https://togithub.com/swc-project/swc/issues/6586 ))
([e1d01d8](e1d01d8b7a
))
- **(html/parser)** Improve lexer
([#​6543](https://togithub.com/swc-project/swc/issues/6543 ))
([49b7e9e](49b7e9e224
))
##### Miscellaneous Tasks
- **(ci)** Add debug logs for cli binaries
([#​6556](https://togithub.com/swc-project/swc/issues/6556 ))
([8083484](80834843f4
))
- **(ci)** Fix CI
([#​6558](https://togithub.com/swc-project/swc/issues/6558 ))
([8587589](85875897f1
))
- **(ci)** Fix benchmark action
([#​6582](https://togithub.com/swc-project/swc/issues/6582 ))
([d8adc58](d8adc58011
))
- **(ci)** Fix benchmark action
([#​6596](https://togithub.com/swc-project/swc/issues/6596 ))
([154c315](154c315d91
))
- **(css/lexer)** Fix typo
([#​6588](https://togithub.com/swc-project/swc/issues/6588 ))
([f383836](f383836bad
))
##### Performance
- **(css/ast)** Reduce token size
([#​6569](https://togithub.com/swc-project/swc/issues/6569 ))
([8633d27](8633d27df0
))
- **(css/codegen)** Reduce allocations
([#​6599](https://togithub.com/swc-project/swc/issues/6599 ))
([538d63e](538d63eb80
))
- **(css/minifier)** Remove redundant clone
([#​6579](https://togithub.com/swc-project/swc/issues/6579 ))
([70ac028](70ac0286e5
))
- **(css/minifier)** Remove more redundant clones
([#​6580](https://togithub.com/swc-project/swc/issues/6580 ))
([4171ee7](4171ee7fb3
))
- **(css/minifier)** Improve performance
([#​6583](https://togithub.com/swc-project/swc/issues/6583 ))
([7895599](78955995a2
))
- **(css/parser)** Reduce clones and allocations
([#​6585](https://togithub.com/swc-project/swc/issues/6585 ))
([6479670](64796701e4
))
- **(css/parser)** Reduce number of function calls
([#​6587](https://togithub.com/swc-project/swc/issues/6587 ))
([252edb5](252edb550b
))
- **(css/parser)** Don't allocate for comparisons
([#​6593](https://togithub.com/swc-project/swc/issues/6593 ))
([08b6eab](08b6eab010
))
- **(html/parser)** Optimize usage of buffers
([#​6590](https://togithub.com/swc-project/swc/issues/6590 ))
([d6e9613](d6e961368b
))
##### Refactor
- **(common)** Cleanup source_map.rs
([#​6570](https://togithub.com/swc-project/swc/issues/6570 ))
([b3ea52f](b3ea52f863
))
- **(es/minifier)** Remove unnecessary code
([#​6575](https://togithub.com/swc-project/swc/issues/6575 ))
([586bfd5](586bfd5480
))
- **(xml/parser)** Simplify logic for parsing elements
([#​6557](https://togithub.com/swc-project/swc/issues/6557 ))
([85a03e7](85a03e71b7
))
##### Testing
- **(css/parser)** Move vendor tests
([#​6564](https://togithub.com/swc-project/swc/issues/6564 ))
([4d422b6](4d422b6228
))
</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:eyJjcmVhdGVkSW5WZXIiOiIzNC41MS4wIiwidXBkYXRlZEluVmVyIjoiMzQuNTEuMCJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-12-09 17:42:55 +00:00
GitHub Actions Bot
f42404405d
4.18.7
2022-12-09 08:51:43 +00:00
renovate[bot]
03d7cea6dc
chore(deps): update dependency @types/node to v16.18.7 ( #2642 )
...
[![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.6` ->
`16.18.7`](https://renovatebot.com/diffs/npm/@types%2fnode/16.18.6/16.18.7 )
|
[![age](https://badges.renovateapi.com/packages/npm/@types%2fnode/16.18.7/age-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://badges.renovateapi.com/packages/npm/@types%2fnode/16.18.7/adoption-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://badges.renovateapi.com/packages/npm/@types%2fnode/16.18.7/compatibility-slim/16.18.6 )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://badges.renovateapi.com/packages/npm/@types%2fnode/16.18.7/confidence-slim/16.18.6 )](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:eyJjcmVhdGVkSW5WZXIiOiIzNC41MS4wIiwidXBkYXRlZEluVmVyIjoiMzQuNTEuMCJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-12-08 20:23:27 +00:00
renovate[bot]
c5f708b3d4
chore(deps): update dependency supertest to v6.3.3 ( #2631 )
...
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg )](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [supertest](https://togithub.com/visionmedia/supertest ) | [`6.3.1` ->
`6.3.3`](https://renovatebot.com/diffs/npm/supertest/6.3.1/6.3.3 ) |
[![age](https://badges.renovateapi.com/packages/npm/supertest/6.3.3/age-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://badges.renovateapi.com/packages/npm/supertest/6.3.3/adoption-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://badges.renovateapi.com/packages/npm/supertest/6.3.3/compatibility-slim/6.3.1 )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://badges.renovateapi.com/packages/npm/supertest/6.3.3/confidence-slim/6.3.1 )](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>visionmedia/supertest</summary>
### [`v6.3.3`](https://togithub.com/ladjs/supertest/releases/tag/v6.3.3 )
[Compare
Source](https://togithub.com/visionmedia/supertest/compare/v6.3.2...v6.3.3 )
- chore: bump deps
[`2910f73`](https://togithub.com/visionmedia/supertest/commit/2910f73 )
### [`v6.3.2`](https://togithub.com/ladjs/supertest/releases/tag/v6.3.2 )
[Compare
Source](https://togithub.com/visionmedia/supertest/compare/v6.3.1...v6.3.2 )
- docs: added maintainer note
[`e24875d`](https://togithub.com/visionmedia/supertest/commit/e24875d )
- docs: fixed links
[`5b59ddc`](https://togithub.com/visionmedia/supertest/commit/5b59ddc )
</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:eyJjcmVhdGVkSW5WZXIiOiIzNC41MS4wIiwidXBkYXRlZEluVmVyIjoiMzQuNTEuMCJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-12-08 04:33:13 +00:00
renovate[bot]
ef2e1e4b1f
chore(deps): update dependency superagent to v8.0.6 ( #2630 )
...
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg )](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [superagent](https://togithub.com/ladjs/superagent ) | [`8.0.4` ->
`8.0.6`](https://renovatebot.com/diffs/npm/superagent/8.0.4/8.0.6 ) |
[![age](https://badges.renovateapi.com/packages/npm/superagent/8.0.6/age-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://badges.renovateapi.com/packages/npm/superagent/8.0.6/adoption-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://badges.renovateapi.com/packages/npm/superagent/8.0.6/compatibility-slim/8.0.4 )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://badges.renovateapi.com/packages/npm/superagent/8.0.6/confidence-slim/8.0.4 )](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>ladjs/superagent</summary>
###
[`v8.0.6`](https://togithub.com/ladjs/superagent/releases/tag/v8.0.6 )
[Compare
Source](https://togithub.com/ladjs/superagent/compare/v8.0.5...v8.0.6 )
- chore: bump deps
[`7d5e3a8`](https://togithub.com/ladjs/superagent/commit/7d5e3a8 )
###
[`v8.0.5`](https://togithub.com/ladjs/superagent/releases/tag/v8.0.5 )
[Compare
Source](https://togithub.com/ladjs/superagent/compare/v8.0.4...v8.0.5 )
- docs: fixed links, added maintainer note
[`08a18b9`](https://togithub.com/ladjs/superagent/commit/08a18b9 )
- Merge pull request
[#​1753](https://togithub.com/ladjs/superagent/issues/1753 ) from
lamweili/patch-1
[`92b1435`](https://togithub.com/ladjs/superagent/commit/92b1435 )
- chore(deps-dev): downgraded mocha from ^10.1.0 to ^6.2.3
[`889e90c`](https://togithub.com/ladjs/superagent/commit/889e90c )
</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:eyJjcmVhdGVkSW5WZXIiOiIzNC40OS4wIiwidXBkYXRlZEluVmVyIjoiMzQuNDkuMCJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-12-08 04:22:49 +00:00
renovate[bot]
ece2949d4b
chore(deps): update dependency openapi-enforcer to v1.22.2 ( #2629 )
...
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg )](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [openapi-enforcer](https://openapi-enforcer.com )
([source](https://togithub.com/byu-oit/openapi-enforcer )) | [`1.22.1` ->
`1.22.2`](https://renovatebot.com/diffs/npm/openapi-enforcer/1.22.1/1.22.2 )
|
[![age](https://badges.renovateapi.com/packages/npm/openapi-enforcer/1.22.2/age-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://badges.renovateapi.com/packages/npm/openapi-enforcer/1.22.2/adoption-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://badges.renovateapi.com/packages/npm/openapi-enforcer/1.22.2/compatibility-slim/1.22.1 )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://badges.renovateapi.com/packages/npm/openapi-enforcer/1.22.2/confidence-slim/1.22.1 )](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>byu-oit/openapi-enforcer</summary>
###
[`v1.22.2`](https://togithub.com/byu-oit/openapi-enforcer/blob/HEAD/CHANGELOG.md#​1222 )
[Compare
Source](11e77301c5...72e13f2b91
)
##### Fixed
- **Fix Validation of `not` Sub Schema**
Any time a schema had the property `not`, it was not validating
correctly.
This code for this fix, including tests, is thanks to
[gaetano-guerriero](https://togithub.com/gaetano-guerriero ).
</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:eyJjcmVhdGVkSW5WZXIiOiIzNC40OS4wIiwidXBkYXRlZEluVmVyIjoiMzQuNDkuMCJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-12-07 20:55:52 +00:00
renovate[bot]
3135243e19
chore(deps): update dependency @types/node to v16.18.6 ( #2628 )
...
[![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.4` ->
`16.18.6`](https://renovatebot.com/diffs/npm/@types%2fnode/16.18.4/16.18.6 )
|
[![age](https://badges.renovateapi.com/packages/npm/@types%2fnode/16.18.6/age-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://badges.renovateapi.com/packages/npm/@types%2fnode/16.18.6/adoption-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://badges.renovateapi.com/packages/npm/@types%2fnode/16.18.6/compatibility-slim/16.18.4 )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://badges.renovateapi.com/packages/npm/@types%2fnode/16.18.6/confidence-slim/16.18.4 )](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:eyJjcmVhdGVkSW5WZXIiOiIzNC40OS4wIiwidXBkYXRlZEluVmVyIjoiMzQuNDkuMCJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-12-07 20:45:29 +00:00
renovate[bot]
7aa2ac4803
chore(deps): update dependency @types/jest to v29.2.4 ( #2626 )
...
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg )](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@types/jest](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jest )
([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped )) |
[`29.2.3` ->
`29.2.4`](https://renovatebot.com/diffs/npm/@types%2fjest/29.2.3/29.2.4 )
|
[![age](https://badges.renovateapi.com/packages/npm/@types%2fjest/29.2.4/age-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://badges.renovateapi.com/packages/npm/@types%2fjest/29.2.4/adoption-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://badges.renovateapi.com/packages/npm/@types%2fjest/29.2.4/compatibility-slim/29.2.3 )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://badges.renovateapi.com/packages/npm/@types%2fjest/29.2.4/confidence-slim/29.2.3 )](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC40OS4wIiwidXBkYXRlZEluVmVyIjoiMzQuNDkuMCJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-12-07 20:34:54 +00:00
renovate[bot]
8bbf0c4ade
chore(deps): update dependency @types/cors to v2.8.13 ( #2614 )
...
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg )](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@types/cors](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/cors )
([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped )) |
[`2.8.12` ->
`2.8.13`](https://renovatebot.com/diffs/npm/@types%2fcors/2.8.12/2.8.13 )
|
[![age](https://badges.renovateapi.com/packages/npm/@types%2fcors/2.8.13/age-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://badges.renovateapi.com/packages/npm/@types%2fcors/2.8.13/adoption-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://badges.renovateapi.com/packages/npm/@types%2fcors/2.8.13/compatibility-slim/2.8.12 )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://badges.renovateapi.com/packages/npm/@types%2fcors/2.8.13/confidence-slim/2.8.12 )](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:eyJjcmVhdGVkSW5WZXIiOiIzNC40OS4wIiwidXBkYXRlZEluVmVyIjoiMzQuNDkuMCJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-12-07 01:32:17 +00:00
sjaanus
848ade9279
4.18.6
2022-12-06 15:03:26 +02:00
Ivar Conradi Østhus
fdd0509939
Revert "fix: json-schema-to-ts is a dev-dependency"
...
This reverts commit 29e7eb3805
.
2022-12-06 13:30:51 +01:00
Ivar Conradi Østhus
29e7eb3805
fix: json-schema-to-ts is a dev-dependency
2022-12-06 13:06:46 +01:00
Ivar Conradi Østhus
bc0472d176
fix: upgrade express to v4.18.2
2022-12-06 12:46:42 +01:00
sjaanus
228ddabf73
4.18.5
2022-12-06 12:18:28 +02:00
GitHub Actions Bot
47ec2ffcbf
4.18.4
2022-12-06 08:20:51 +00:00
GitHub Actions Bot
cfc347f1b6
4.18.2
2022-12-06 07:42:09 +00:00
sjaanus
fd32c80201
4.18.1
2022-12-05 14:03:32 +02:00
sjaanus
a65a47e3b5
4.18.0
2022-12-05 12:52:48 +02:00
sjaanus
67fd18f500
4.18.0-beta.14
2022-12-05 12:15:24 +02:00
Fredrik Strand Oseberg
bc3744d565
fix: remove stray only ( #2589 )
...
This removes stray onlys in our tests and adds a linter rule that will
error if only is present. Also updates the test result of one of our
tests as a result of [this pull
request](https://github.com/Unleash/unleash/pull/2344 )
2022-12-02 13:10:39 +01:00
renovate[bot]
60c9718b8d
chore(deps): update dependency @types/node to v16.18.4 ( #2576 )
...
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg )](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@types/node](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node )
([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped )) |
[`16.18.3` ->
`16.18.4`](https://renovatebot.com/diffs/npm/@types%2fnode/16.18.3/16.18.4 )
|
[![age](https://badges.renovateapi.com/packages/npm/@types%2fnode/16.18.4/age-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://badges.renovateapi.com/packages/npm/@types%2fnode/16.18.4/adoption-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://badges.renovateapi.com/packages/npm/@types%2fnode/16.18.4/compatibility-slim/16.18.3 )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://badges.renovateapi.com/packages/npm/@types%2fnode/16.18.4/confidence-slim/16.18.3 )](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC40Mi4wIiwidXBkYXRlZEluVmVyIjoiMzQuNDIuMCJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-12-01 03:10:13 +00:00
renovate[bot]
2212d0bbf6
chore(deps): update dependency @swc/core to v1.3.21 ( #2575 )
...
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg )](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@swc/core](https://swc.rs )
([source](https://togithub.com/swc-project/swc )) | [`1.3.20` ->
`1.3.21`](https://renovatebot.com/diffs/npm/@swc%2fcore/1.3.20/1.3.21 ) |
[![age](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.21/age-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.21/adoption-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.21/compatibility-slim/1.3.20 )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.21/confidence-slim/1.3.20 )](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>swc-project/swc</summary>
###
[`v1.3.21`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#​1321---2022-11-30 )
[Compare
Source](https://togithub.com/swc-project/swc/compare/v1.3.20...v1.3.21 )
##### Bug Fixes
- **(ci)** Fix publish action for binaries
([#​6517](https://togithub.com/swc-project/swc/issues/6517 ))
([2ac3201](2ac32017ba
))
- **(es/minifier)** Don't drop used variables from sequential inliner
([#​6520](https://togithub.com/swc-project/swc/issues/6520 ))
([b394f9f](b394f9f1d3
))
- **(es/minifier)** Make sequential inliner respect resolution order
([#​6509](https://togithub.com/swc-project/swc/issues/6509 ))
([27ae59e](27ae59e77b
))
- **(es/minifier)** Use unsafe option for arrow => method
([#​6521](https://togithub.com/swc-project/swc/issues/6521 ))
([9752b43](9752b43f94
))
- **(es/minifier)** Don't convert a signed integer literal key to a
numeric literal
([#​6529](https://togithub.com/swc-project/swc/issues/6529 ))
([81224b5](81224b5d67
))
- **(html/parser)** Fix parsing of cdata
([#​6534](https://togithub.com/swc-project/swc/issues/6534 ))
([e3cbe7e](e3cbe7e9a9
))
##### Features
- **(common)** Add contexts to the error messages
([#​6526](https://togithub.com/swc-project/swc/issues/6526 ))
([b8fe04f](b8fe04f720
))
- **(es/parser)** Make error message helpful
([#​6535](https://togithub.com/swc-project/swc/issues/6535 ))
([cb15721](cb157215d2
))
- **(es/preset-env)** Update data
([#​6538](https://togithub.com/swc-project/swc/issues/6538 ))
([ae63220](ae6322064d
))
- **(xml/parser)** Parse cdata section
([#​6531](https://togithub.com/swc-project/swc/issues/6531 ))
([7f8c4e0](7f8c4e04b2
))
##### Miscellaneous Tasks
- **(bindings)** Fix jemalloc on aarch64
([#​6541](https://togithub.com/swc-project/swc/issues/6541 ))
([d56b5a8](d56b5a890a
))
- **(swc_core)** Reexport more modules
([#​6548](https://togithub.com/swc-project/swc/issues/6548 ))
([9b58cce](9b58cce10b
))
##### Performance
- **(common)** Fix perf bug of sourcemap for inputs with multi-byte
chars ([#​6523](https://togithub.com/swc-project/swc/issues/6523 ))
([47908a4](47908a49d3
))
##### Refactor
- **(css/parser)** Canonicalize only if required
([#​6532](https://togithub.com/swc-project/swc/issues/6532 ))
([251e98c](251e98c055
))
##### Testing
- **(es/minifier)** Add tests for preserving top-level directives
([#​6545](https://togithub.com/swc-project/swc/issues/6545 ))
([8d8f150](8d8f150792
))
- **(es/transforms)** Add tests about preserving top-level directives
([#​6518](https://togithub.com/swc-project/swc/issues/6518 ))
([5ff87af](5ff87afa78
))
- **(es/typescript)** Migrate inline tests to fixture tests
([#​6546](https://togithub.com/swc-project/swc/issues/6546 ))
([cddbc41](cddbc41430
))
- **(ts/compat)** Migrate inline tests to fixture testing
([#​6475](https://togithub.com/swc-project/swc/issues/6475 ))
([cc4646a](cc4646a4cc
))-
**general**: Use correct extensions for fixture tests
([#​6539](https://togithub.com/swc-project/swc/issues/6539 ))
([7ee86d1](7ee86d1d25
))
##### Build
- **(cargo)** Update `browerslist-rs`
([#​6547](https://togithub.com/swc-project/swc/issues/6547 ))
([d730186](d730186e9f
))
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC40Mi4wIiwidXBkYXRlZEluVmVyIjoiMzQuNDIuMCJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-11-30 23:29:35 +00:00
sjaanus
5c74efc6c6
4.18.0-beta.13
2022-11-30 15:14:49 +02:00
kwasniew
87211dd22e
4.18.0-beta.12
2022-11-29 09:55:46 +01:00
renovate[bot]
1c5b96fcab
chore(deps): update dependency @babel/core to v7.20.5 ( #2551 )
...
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg )](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@babel/core](https://babel.dev/docs/en/next/babel-core )
([source](https://togithub.com/babel/babel )) | [`7.20.2` ->
`7.20.5`](https://renovatebot.com/diffs/npm/@babel%2fcore/7.20.2/7.20.5 )
|
[![age](https://badges.renovateapi.com/packages/npm/@babel%2fcore/7.20.5/age-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://badges.renovateapi.com/packages/npm/@babel%2fcore/7.20.5/adoption-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://badges.renovateapi.com/packages/npm/@babel%2fcore/7.20.5/compatibility-slim/7.20.2 )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://badges.renovateapi.com/packages/npm/@babel%2fcore/7.20.5/confidence-slim/7.20.2 )](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>babel/babel</summary>
###
[`v7.20.5`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v7205-2022-11-28 )
[Compare
Source](https://togithub.com/babel/babel/compare/v7.20.2...v7.20.5 )
##### 👓 Spec Compliance
- `babel-helpers`, `babel-plugin-transform-destructuring`,
`babel-plugin-transform-modules-commonjs`, `babel-preset-env`,
`babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime`,
`babel-traverse`
- [#​15183](https://togithub.com/babel/babel/pull/15183 ) Improve
array destructuring spec compliance
([@​SuperSodaSea](https://togithub.com/SuperSodaSea ))
- `babel-cli`, `babel-helpers`,
`babel-plugin-proposal-class-properties`,
`babel-plugin-proposal-class-static-block`,
`babel-plugin-transform-classes`, `babel-plugin-transform-runtime`,
`babel-preset-env`
- [#​15182](https://togithub.com/babel/babel/pull/15182 ) fix:
apply toPropertyKey when defining class members
([@​JLHwung](https://togithub.com/JLHwung ))
- `babel-helper-create-class-features-plugin`, `babel-helpers`,
`babel-plugin-proposal-decorators`,
`babel-plugin-proposal-private-property-in-object`, `babel-preset-env`,
`babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime`
- [#​15133](https://togithub.com/babel/babel/pull/15133 ) fix:
validate rhs of `in` when transpiling `#p in C`
([@​JLHwung](https://togithub.com/JLHwung ))
##### 🐛 Bug Fix
- `babel-parser`
- [#​15225](https://togithub.com/babel/babel/pull/15225 ) Parse
`using[foo]` as computed member expression
([@​JLHwung](https://togithub.com/JLHwung ))
- [#​15207](https://togithub.com/babel/babel/pull/15207 ) Export
`ParseResult` type ([@​davydof](https://togithub.com/davydof ))
- [#​15198](https://togithub.com/babel/babel/pull/15198 ) fix:
parse `import module, ...`
([@​JLHwung](https://togithub.com/JLHwung ))
- `babel-helper-wrap-function`, `babel-preset-env`, `babel-traverse`
- [#​15181](https://togithub.com/babel/babel/pull/15181 ) fix: Edge
cases for async functions and `noNewArrow` assumption
([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu ))
- `babel-plugin-transform-arrow-functions`,
`babel-plugin-transform-parameters`, `babel-traverse`
- [#​15163](https://togithub.com/babel/babel/pull/15163 ) fix:
Throw error when compiling `super()` in arrow functions with default /
rest parameters
([@​SuperSodaSea](https://togithub.com/SuperSodaSea ))
- `babel-helpers`, `babel-node`,
`babel-plugin-proposal-async-generator-functions`,
`babel-plugin-transform-regenerator`, `babel-preset-env`,
`babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime`
- [#​15194](https://togithub.com/babel/babel/pull/15194 ) fix: Bump
`regenerator` and add tests
([@​SuperSodaSea](https://togithub.com/SuperSodaSea ))
- `babel-helper-create-regexp-features-plugin`
- [#​15192](https://togithub.com/babel/babel/pull/15192 ) fix:
Update `regjsparser` for `@babel/standalone`
([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu ))
- `babel-parser`, `babel-types`
- [#​15109](https://togithub.com/babel/babel/pull/15109 ) fix:
Babel 8 types
([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu ))
- `babel-generator`
- [#​15143](https://togithub.com/babel/babel/pull/15143 ) Don't
print inner comments as leading when wrapping in `(``)`
([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo ))
- `babel-plugin-transform-block-scoping`, `babel-traverse`
- [#​15167](https://togithub.com/babel/babel/pull/15167 ) Register
`switch`'s `discriminant` in the outer scope
([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo ))
##### 💅 Polish
- `babel-generator`
- [#​15173](https://togithub.com/babel/babel/pull/15173 ) Improve
generator behavior when `comments:false`
([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu ))
- `babel-plugin-transform-block-scoping`
- [#​15164](https://togithub.com/babel/babel/pull/15164 ) Only
extract IDs for TDZ checks in assign when necessary
([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo ))
##### 🏠 Internal
- `babel-core`, `babel-parser`
- [#​15202](https://togithub.com/babel/babel/pull/15202 ) Bump
typescript to 4.9.3 ([@​JLHwung](https://togithub.com/JLHwung ))
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC40MC4yIiwidXBkYXRlZEluVmVyIjoiMzQuNDAuMiJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-11-28 21:52:20 +00:00
renovate[bot]
f9cc36522c
chore(deps): update dependency @types/make-fetch-happen to v10.0.1 ( #2539 )
...
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg )](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@types/make-fetch-happen](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/make-fetch-happen )
([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped )) |
[`10.0.0` ->
`10.0.1`](https://renovatebot.com/diffs/npm/@types%2fmake-fetch-happen/10.0.0/10.0.1 )
|
[![age](https://badges.renovateapi.com/packages/npm/@types%2fmake-fetch-happen/10.0.1/age-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://badges.renovateapi.com/packages/npm/@types%2fmake-fetch-happen/10.0.1/adoption-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://badges.renovateapi.com/packages/npm/@types%2fmake-fetch-happen/10.0.1/compatibility-slim/10.0.0 )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://badges.renovateapi.com/packages/npm/@types%2fmake-fetch-happen/10.0.1/confidence-slim/10.0.0 )](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4zNy4wIiwidXBkYXRlZEluVmVyIjoiMzQuMzcuMCJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-11-28 18:58:07 +00:00
renovate[bot]
b5e1c72cc1
chore(deps): update dependency @swc/core to v1.3.20 ( #2536 )
...
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg )](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@swc/core](https://swc.rs )
([source](https://togithub.com/swc-project/swc )) | [`1.3.19` ->
`1.3.20`](https://renovatebot.com/diffs/npm/@swc%2fcore/1.3.19/1.3.20 ) |
[![age](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.20/age-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.20/adoption-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.20/compatibility-slim/1.3.19 )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.20/confidence-slim/1.3.19 )](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>swc-project/swc</summary>
###
[`v1.3.20`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#​1320---2022-11-26 )
[Compare
Source](https://togithub.com/swc-project/swc/compare/v1.3.19...v1.3.20 )
##### Bug Fixes
- **(es/codegen)** Preserve parens for `new` in optional chaining
([#​6484](https://togithub.com/swc-project/swc/issues/6484 ))
([1ca281a](1ca281a6cf
))
- **(es/minifier)** Preserve classes with side effects in static fields
([#​6480](https://togithub.com/swc-project/swc/issues/6480 ))
([8d906b4](8d906b45e5
))
- **(es/react)** Allow spread children
([#​6505](https://togithub.com/swc-project/swc/issues/6505 ))
([90aa6c8](90aa6c8318
))
- **(es/visit)** Visit TypeScript satisfies expressions
([#​6511](https://togithub.com/swc-project/swc/issues/6511 ))
([0cee0e1](0cee0e1af7
))
##### Features
- **(es/codegen)** Skip whitespaces for comments in minify mode
([#​6465](https://togithub.com/swc-project/swc/issues/6465 ))
([08a9e21](08a9e21b36
))
##### Miscellaneous Tasks
- **(ci)** Reduce trigger scope for PRs
([#​6486](https://togithub.com/swc-project/swc/issues/6486 ))
([7fe091a](7fe091af1f
))
- **(ci)** Skip benchmark for forks
([#​6489](https://togithub.com/swc-project/swc/issues/6489 ))
([78af96e](78af96e507
))
##### Performance
- **(es/helpers)** Improve fast-path for helper detection
([#​6502](https://togithub.com/swc-project/swc/issues/6502 ))
([b3b5526](b3b5526be4
))
##### Refactor
- **(binding/wasm)** Use binding_macro
([#​6487](https://togithub.com/swc-project/swc/issues/6487 ))
([d957aac](d957aac056
))
- **(es)** Remove settings related to `privateInObject`
([#​6468](https://togithub.com/swc-project/swc/issues/6468 ))
([c57307d](c57307d002
))
##### Build
- **(publish)** Upload cli binaries to github release
([#​6495](https://togithub.com/swc-project/swc/issues/6495 ))
([4f8af16](4f8af16156
))
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4zNy4wIiwidXBkYXRlZEluVmVyIjoiMzQuMzcuMCJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-11-28 09:10:57 +00:00
kwasniew
2afadf31be
4.18.0-beta.11
2022-11-28 07:26:26 +01:00
renovate[bot]
ad19779b4f
chore(deps): update dependency superagent to v8.0.4 ( #2535 )
...
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg )](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [superagent](https://togithub.com/visionmedia/superagent ) | [`8.0.3`
-> `8.0.4`](https://renovatebot.com/diffs/npm/superagent/8.0.3/8.0.4 ) |
[![age](https://badges.renovateapi.com/packages/npm/superagent/8.0.4/age-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://badges.renovateapi.com/packages/npm/superagent/8.0.4/adoption-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://badges.renovateapi.com/packages/npm/superagent/8.0.4/compatibility-slim/8.0.3 )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://badges.renovateapi.com/packages/npm/superagent/8.0.4/confidence-slim/8.0.3 )](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>visionmedia/superagent</summary>
###
[`v8.0.4`](https://togithub.com/visionmedia/superagent/releases/tag/v8.0.4 )
[Compare
Source](https://togithub.com/visionmedia/superagent/compare/v8.0.3...v8.0.4 )
- Merge pull request
[#​1752](https://togithub.com/visionmedia/superagent/issues/1752 )
from romainmnr/patch-1
[`ca42089`](https://togithub.com/visionmedia/superagent/commit/ca42089 )
- Merge pull request
[#​1750](https://togithub.com/visionmedia/superagent/issues/1750 )
from lopezac/patch-1
[`79374d6`](https://togithub.com/visionmedia/superagent/commit/79374d6 )
- Add missing typing for withCredentials()
[`68a14c8`](https://togithub.com/visionmedia/superagent/commit/68a14c8 )
- Fix overflow pre tag index.md
[`5099d32`](https://togithub.com/visionmedia/superagent/commit/5099d32 )
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4zNC4xIiwidXBkYXRlZEluVmVyIjoiMzQuMzQuMSJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-11-25 23:09:10 +00:00
renovate[bot]
a2c50c6224
chore(deps): update dependency lint-staged to v13.0.4 ( #2532 )
...
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg )](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [lint-staged](https://togithub.com/okonet/lint-staged ) | [`13.0.3` ->
`13.0.4`](https://renovatebot.com/diffs/npm/lint-staged/13.0.3/13.0.4 ) |
[![age](https://badges.renovateapi.com/packages/npm/lint-staged/13.0.4/age-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://badges.renovateapi.com/packages/npm/lint-staged/13.0.4/adoption-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://badges.renovateapi.com/packages/npm/lint-staged/13.0.4/compatibility-slim/13.0.3 )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://badges.renovateapi.com/packages/npm/lint-staged/13.0.4/confidence-slim/13.0.3 )](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>okonet/lint-staged</summary>
###
[`v13.0.4`](https://togithub.com/okonet/lint-staged/releases/tag/v13.0.4 )
[Compare
Source](https://togithub.com/okonet/lint-staged/compare/v13.0.3...v13.0.4 )
##### Bug Fixes
- **deps:** update all dependencies
([336f3b5](336f3b513a
))
- **deps:** update all dependencies
([ec995e5](ec995e53fb
))
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4zNC4wIiwidXBkYXRlZEluVmVyIjoiMzQuMzQuMCJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-11-25 14:36:51 +00:00
kwasniew
4aff5ad379
4.18.0-beta.10
2022-11-22 14:06:52 +01:00
renovate[bot]
d0cecf37fb
chore(deps): update dependency @swc/core to v1.3.19 ( #2482 )
...
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg )](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@swc/core](https://swc.rs )
([source](https://togithub.com/swc-project/swc )) | [`1.3.18` ->
`1.3.19`](https://renovatebot.com/diffs/npm/@swc%2fcore/1.3.18/1.3.19 ) |
[![age](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.19/age-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.19/adoption-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.19/compatibility-slim/1.3.18 )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.19/confidence-slim/1.3.18 )](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>swc-project/swc</summary>
###
[`v1.3.19`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#​1319---2022-11-20 )
[Compare
Source](https://togithub.com/swc-project/swc/compare/v1.3.18...v1.3.19 )
##### Bug Fixes
- **(es/compat)** Fix consecutive optional call
([#​6461](https://togithub.com/swc-project/swc/issues/6461 ))
([f7072db](f7072dbb7e
))
- **(es/lints)** Revert check for reassignment to classes
([#​6472](https://togithub.com/swc-project/swc/issues/6472 ))
([ca20d94](ca20d94a74
))
- **(es/minifier)** Preserve unused imported specifiers
([#​6458](https://togithub.com/swc-project/swc/issues/6458 ))
([dabea71](dabea71c44
))
- **(es/minifier)** Abort inliner on fn declarations used multiple time
([#​6473](https://togithub.com/swc-project/swc/issues/6473 ))
([15ad2c2](15ad2c2568
))
- **(es/minifier)** Avoid dropping statements which has side-effects
([#​6476](https://togithub.com/swc-project/swc/issues/6476 ))
([9154bbc](9154bbc111
))
- **(es/modules)** Remove wrong check for `jsc.paths`
([#​6470](https://togithub.com/swc-project/swc/issues/6470 ))
([072bd13](072bd13023
))
- **(es/parser)** Fix parsing of regexp
([#​6469](https://togithub.com/swc-project/swc/issues/6469 ))
([3e702b9](3e702b9804
))
- **(xml/parser)** Fix parsing of comments
([#​6449](https://togithub.com/swc-project/swc/issues/6449 ))
([3a0d98b](3a0d98b6e9
))
##### Features
- **(es/minifier)** Support script fully
([#​6455](https://togithub.com/swc-project/swc/issues/6455 ))
([4d7b920](4d7b920bd4
))
- **(html/minifier)** Remove empty script and style tags with attributes
([#​6447](https://togithub.com/swc-project/swc/issues/6447 ))
([7441721](74417217a9
))
- **(html/minifier)** Use the latest `EsVersion`
([#​6453](https://togithub.com/swc-project/swc/issues/6453 ))
([7f6bf59](7f6bf59a98
))
##### Refactor
- **(bindings)** Deprecate `jsvalue::*_serde`
([#​6462](https://togithub.com/swc-project/swc/issues/6462 ))
([dd4b9e8](dd4b9e87de
))
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4yOC4wIiwidXBkYXRlZEluVmVyIjoiMzQuMjguMCJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-11-20 23:38:16 +00:00
renovate[bot]
f5c1d472b0
chore(deps): update dependency eslint to v8.28.0 ( #2479 )
...
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg )](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [eslint](https://eslint.org )
([source](https://togithub.com/eslint/eslint )) | [`8.27.0` ->
`8.28.0`](https://renovatebot.com/diffs/npm/eslint/8.27.0/8.28.0 ) |
[![age](https://badges.renovateapi.com/packages/npm/eslint/8.28.0/age-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://badges.renovateapi.com/packages/npm/eslint/8.28.0/adoption-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://badges.renovateapi.com/packages/npm/eslint/8.28.0/compatibility-slim/8.27.0 )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://badges.renovateapi.com/packages/npm/eslint/8.28.0/confidence-slim/8.27.0 )](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>eslint/eslint</summary>
### [`v8.28.0`](https://togithub.com/eslint/eslint/releases/tag/v8.28.0 )
[Compare
Source](https://togithub.com/eslint/eslint/compare/v8.27.0...v8.28.0 )
#### Features
-
[`63bce44`](63bce44e7b
)
feat: add `ignoreClassFieldInitialValues` option to no-magic-numbers
([#​16539](https://togithub.com/eslint/eslint/issues/16539 ))
(Milos Djermanovic)
-
[`8385ecd`](8385ecdbbe
)
feat: multiline properties in rule `key-spacing` with option `align`
([#​16532](https://togithub.com/eslint/eslint/issues/16532 ))
(Francesco Trotta)
-
[`a4e89db`](a4e89dbe85
)
feat: `no-obj-calls` support `Intl`
([#​16543](https://togithub.com/eslint/eslint/issues/16543 ))
(Sosuke Suzuki)
#### Bug Fixes
-
[`c50ae4f`](c50ae4f840
)
fix: Ensure that dot files are found with globs.
([#​16550](https://togithub.com/eslint/eslint/issues/16550 ))
(Nicholas C. Zakas)
-
[`9432b67`](9432b67f76
)
fix: throw error for first unmatched pattern
([#​16533](https://togithub.com/eslint/eslint/issues/16533 ))
(Milos Djermanovic)
-
[`e76c382`](e76c382772
)
fix: allow `* 1` when followed by `/` in no-implicit-coercion
([#​16522](https://togithub.com/eslint/eslint/issues/16522 ))
(Milos Djermanovic)
#### Documentation
-
[`34c05a7`](34c05a779a
)
docs: Language Options page intro and tweaks
([#​16511](https://togithub.com/eslint/eslint/issues/16511 )) (Ben
Perlmutter)
-
[`3e66387`](3e663873c9
)
docs: add intro and edit ignoring files page
([#​16510](https://togithub.com/eslint/eslint/issues/16510 )) (Ben
Perlmutter)
-
[`436f712`](436f712843
)
docs: fix Header UI inconsistency
([#​16464](https://togithub.com/eslint/eslint/issues/16464 ))
(Tanuj Kanti)
-
[`f743816`](f743816967
)
docs: switch to wrench emoji for auto-fixable rules
([#​16545](https://togithub.com/eslint/eslint/issues/16545 ))
(Bryan Mishkin)
-
[`bc0547e`](bc0547eb14
)
docs: improve styles for versions and languages page
([#​16553](https://togithub.com/eslint/eslint/issues/16553 ))
(Nitin Kumar)
-
[`6070f58`](6070f58d80
)
docs: clarify esquery issue workaround
([#​16556](https://togithub.com/eslint/eslint/issues/16556 ))
(Milos Djermanovic)
-
[`b48e4f8`](b48e4f89c5
)
docs: Command Line Interface intro and tweaks
([#​16535](https://togithub.com/eslint/eslint/issues/16535 )) (Ben
Perlmutter)
-
[`b92b30f`](b92b30f93d
)
docs: Add Rules page intro and content tweaks
([#​16523](https://togithub.com/eslint/eslint/issues/16523 )) (Ben
Perlmutter)
-
[`1769b42`](1769b42339
)
docs: Integrations page introduction
([#​16548](https://togithub.com/eslint/eslint/issues/16548 )) (Ben
Perlmutter)
-
[`a8d0a57`](a8d0a57cbc
)
docs: make table of contents sticky on desktop
([#​16506](https://togithub.com/eslint/eslint/issues/16506 )) (Sam
Chen)
-
[`a01315a`](a01315a7d8
)
docs: fix route of japanese translation site
([#​16542](https://togithub.com/eslint/eslint/issues/16542 ))
(Tanuj Kanti)
-
[`0515628`](0515628539
)
docs: use emoji instead of svg for deprecated rule
([#​16536](https://togithub.com/eslint/eslint/issues/16536 ))
(Bryan Mishkin)
-
[`68f1288`](68f12882fb
)
docs: set default layouts
([#​16484](https://togithub.com/eslint/eslint/issues/16484 ))
(Percy Ma)
-
[`776827a`](776827a174
)
docs: init config about specifying shared configs
([#​16483](https://togithub.com/eslint/eslint/issues/16483 ))
(Percy Ma)
-
[`5c39425`](5c39425fc5
)
docs: fix broken link to plugins
([#​16520](https://togithub.com/eslint/eslint/issues/16520 )) (Ádám
T. Nagy)
-
[`c97c789`](c97c789768
)
docs: Add missing no-new-native-nonconstructor docs code fence
([#​16503](https://togithub.com/eslint/eslint/issues/16503 ))
(Brandon Mills)
#### Chores
-
[`e94a4a9`](e94a4a95ee
)
chore: Add tests to verify
[#​16038](https://togithub.com/eslint/eslint/issues/16038 ) is
fixed ([#​16538](https://togithub.com/eslint/eslint/issues/16538 ))
(Nicholas C. Zakas)
-
[`e13f194`](e13f194f89
)
chore: stricter validation of `meta.docs.description` in core rules
([#​16529](https://togithub.com/eslint/eslint/issues/16529 ))
(Milos Djermanovic)
-
[`72dbfbc`](72dbfbc0c4
)
chore: use `pkg` parameter in `getNpmPackageVersion`
([#​16525](https://togithub.com/eslint/eslint/issues/16525 ))
(webxmsj)
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4yNy4zIiwidXBkYXRlZEluVmVyIjoiMzQuMjcuMyJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-11-19 23:32:29 +00:00
kwasniew
ef693d4c1a
4.18.0-beta.9
2022-11-18 10:50:52 +01:00
sjaanus
0ba00cc7f8
4.18.0-beta.8
2022-11-17 11:14:47 +02:00
renovate[bot]
8dac08c5aa
chore(deps): update dependency @swc/core to v1.3.18 ( #2445 )
...
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg )](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@swc/core](https://swc.rs )
([source](https://togithub.com/swc-project/swc )) | [`1.3.17` ->
`1.3.18`](https://renovatebot.com/diffs/npm/@swc%2fcore/1.3.17/1.3.18 ) |
[![age](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.18/age-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.18/adoption-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.18/compatibility-slim/1.3.17 )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.18/confidence-slim/1.3.17 )](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>swc-project/swc</summary>
###
[`v1.3.18`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#​1318---2022-11-16 )
[Compare
Source](https://togithub.com/swc-project/swc/compare/v1.3.17...v1.3.18 )
##### Bug Fixes
- **(es/minifier)** Fix code for dropping unreachable statements
([#​6429](https://togithub.com/swc-project/swc/issues/6429 ))
([bb544ba](bb544ba2f5
))
- **(es/modules)** Fix `jsc.paths`
([#​6454](https://togithub.com/swc-project/swc/issues/6454 ))
([05d185d](05d185d59b
))
- **(es/plugins/proxy)** Adjust import with compile time flags
([#​6451](https://togithub.com/swc-project/swc/issues/6451 ))
([f14b156](f14b156a60
))
- **(html/minifier)** Fix script/style merging
([#​6443](https://togithub.com/swc-project/swc/issues/6443 ))
([1dfd8ce](1dfd8cef88
))
- **(xml/parser)** Fix parsing of pi
([#​6450](https://togithub.com/swc-project/swc/issues/6450 ))
([6388920](638892071a
))
##### Features
- **(css/parser)** Add `parse_string_input`
([#​6441](https://togithub.com/swc-project/swc/issues/6441 ))
([9600308](9600308108
))
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4yNi4wIiwidXBkYXRlZEluVmVyIjoiMzQuMjYuMCJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-11-16 10:12:00 +00:00
renovate[bot]
3628258dbf
chore(deps): update dependency @swc/core to v1.3.17 ( #2431 )
...
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg )](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@swc/core](https://swc.rs )
([source](https://togithub.com/swc-project/swc )) | [`1.3.16` ->
`1.3.17`](https://renovatebot.com/diffs/npm/@swc%2fcore/1.3.16/1.3.17 ) |
[![age](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.17/age-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.17/adoption-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.17/compatibility-slim/1.3.16 )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.17/confidence-slim/1.3.16 )](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>swc-project/swc</summary>
###
[`v1.3.17`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#​1317---2022-11-15 )
[Compare
Source](https://togithub.com/swc-project/swc/compare/v1.3.16...v1.3.17 )
##### Bug Fixes
- **(bindings)** Revert
[#​6436](https://togithub.com/swc-project/swc/issues/6436 )
([#​6444](https://togithub.com/swc-project/swc/issues/6444 ))
([948e35b](948e35bcd6
))
- **(css/parser)** Fix a bug with scope in block
([#​6402](https://togithub.com/swc-project/swc/issues/6402 ))
([3d7545d](3d7545d89b
))
- **(es/compat)** Improve `destructuring` pass
([#​6412](https://togithub.com/swc-project/swc/issues/6412 ))
([6728603](67286032b1
))
- **(es/compat)** Fix span hygiene of function naming pass
([#​6345](https://togithub.com/swc-project/swc/issues/6345 ))
([81a4bb3](81a4bb304a
))
- **(es/minifier)** Preserve op of the op-assignments in seq inliner
([#​6428](https://togithub.com/swc-project/swc/issues/6428 ))
([5fd7ab8](5fd7ab87b6
))
- **(es/minifier)** Change the default of `mangle.toplevel` to false
([#​6439](https://togithub.com/swc-project/swc/issues/6439 ))
([99934b0](99934b09f7
))
- **(es/modules)** Fix `jsc.paths` of `.ts` imports
([#​6431](https://togithub.com/swc-project/swc/issues/6431 ))
([9c9c3eb](9c9c3ebd2c
))
##### Miscellaneous Tasks
- **(ci)** Ensure to honor node package manager
([#​6437](https://togithub.com/swc-project/swc/issues/6437 ))
([8ca3cc7](8ca3cc7875
))
##### Refactor
- **(bindings)** Deprecate `JsValue::*_serde`
([#​6436](https://togithub.com/swc-project/swc/issues/6436 ))
([1dd8b3d](1dd8b3d9d5
))
- **(es/plugins)** Simplify `read_result_*`
([#​6426](https://togithub.com/swc-project/swc/issues/6426 ))
([7a1c2a1](7a1c2a1e2c
))
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4yNC4xIiwidXBkYXRlZEluVmVyIjoiMzQuMjQuMSJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-11-15 15:34:23 +00:00
kwasniew
99fd4e831e
4.18.0-beta.7
2022-11-15 13:23:59 +01:00
sjaanus
b891d1ec4f
4.18.0-beta.6
2022-11-15 11:08:31 +02:00
renovate[bot]
ca328d6bcf
chore(deps): update dependency @types/jest to v29.2.3 ( #2427 )
...
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg )](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@types/jest](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jest )
([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped )) |
[`29.2.2` ->
`29.2.3`](https://renovatebot.com/diffs/npm/@types%2fjest/29.2.2/29.2.3 )
|
[![age](https://badges.renovateapi.com/packages/npm/@types%2fjest/29.2.3/age-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://badges.renovateapi.com/packages/npm/@types%2fjest/29.2.3/adoption-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://badges.renovateapi.com/packages/npm/@types%2fjest/29.2.3/compatibility-slim/29.2.2 )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://badges.renovateapi.com/packages/npm/@types%2fjest/29.2.3/confidence-slim/29.2.2 )](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4yMy4xIiwidXBkYXRlZEluVmVyIjoiMzQuMjMuMSJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-11-15 01:59:36 +00:00
renovate[bot]
d04b41fce4
chore(deps): update dependency @swc/core to v1.3.16 ( #2412 )
...
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg )](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@swc/core](https://swc.rs )
([source](https://togithub.com/swc-project/swc )) | [`1.3.15` ->
`1.3.16`](https://renovatebot.com/diffs/npm/@swc%2fcore/1.3.15/1.3.16 ) |
[![age](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.16/age-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.16/adoption-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.16/compatibility-slim/1.3.15 )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.16/confidence-slim/1.3.15 )](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>swc-project/swc</summary>
###
[`v1.3.16`](https://togithub.com/swc-project/swc/compare/v1.3.15...v1.3.16 )
[Compare
Source](https://togithub.com/swc-project/swc/compare/v1.3.15...v1.3.16 )
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4yMy4xIiwidXBkYXRlZEluVmVyIjoiMzQuMjMuMSJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-11-13 17:34:57 +00:00
renovate[bot]
e33c9728d3
chore(deps): update dependency @swc/core to v1.3.15 ( #2410 )
...
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg )](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@swc/core](https://swc.rs )
([source](https://togithub.com/swc-project/swc )) | [`1.3.14` ->
`1.3.15`](https://renovatebot.com/diffs/npm/@swc%2fcore/1.3.14/1.3.15 ) |
[![age](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.15/age-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.15/adoption-slim )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.15/compatibility-slim/1.3.14 )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.15/confidence-slim/1.3.14 )](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>swc-project/swc</summary>
###
[`v1.3.15`](https://togithub.com/swc-project/swc/compare/v1.3.14...v1.3.15 )
[Compare
Source](https://togithub.com/swc-project/swc/compare/v1.3.14...v1.3.15 )
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4yMS42IiwidXBkYXRlZEluVmVyIjoiMzQuMjEuNiJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-11-12 12:29:37 +00:00