renovate[bot]
|
7debbeb00d
|
chore(deps): update dependency @swc/core to v1.3.49 (#3546)
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@swc/core](https://swc.rs)
([source](https://togithub.com/swc-project/swc)) | [`1.3.44` ->
`1.3.49`](https://renovatebot.com/diffs/npm/@swc%2fcore/1.3.44/1.3.49) |
[![age](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.49/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.49/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.49/compatibility-slim/1.3.44)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.49/confidence-slim/1.3.44)](https://docs.renovatebot.com/merge-confidence/)
|
---
### Release Notes
<details>
<summary>swc-project/swc</summary>
###
[`v1.3.49`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#​1349---2023-04-10)
[Compare
Source](https://togithub.com/swc-project/swc/compare/v1.3.47...v1.3.49)
##### Features
- **(plugin/runner)** Update `wasmer` to `v3`
([#​7197](https://togithub.com/swc-project/swc/issues/7197))
([56bdacc](56bdacc72d ))
##### Refactor
- **(plugin/runner)** Fix publish action
([#​7234](https://togithub.com/swc-project/swc/issues/7234))
([b868ed0](b868ed02a3 ))
###
[`v1.3.47`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#​1347---2023-04-10)
[Compare
Source](https://togithub.com/swc-project/swc/compare/v1.3.46...v1.3.47)
##### Bug Fixes
- **(bindings/node)** Make peer dependency of helpers optional
([#​7216](https://togithub.com/swc-project/swc/issues/7216))
([e86d598](e86d59882a ))
- **(es/compat)** Fix `finally` handling of `generator`
([#​7215](https://togithub.com/swc-project/swc/issues/7215))
([f5c62fb](f5c62fbbf8 ))
- **(es/minifier)** Don't remove used var decl
([#​7200](https://togithub.com/swc-project/swc/issues/7200))
([73bc29e](73bc29eeb0 ))
- **(es/testing)** Ensure that we call `fold_program`
([#​7222](https://togithub.com/swc-project/swc/issues/7222))
([e241201](e241201bf7 ))
- **(es/typescript)** Fix computation of enum bits
([#​7219](https://togithub.com/swc-project/swc/issues/7219))
([29bf176](29bf1760be ))
##### Features
- **(es)** Expose stage 3 decorator
([#​7220](https://togithub.com/swc-project/swc/issues/7220))
([a7a53c6](a7a53c6208 ))
##### Refactor
- **(macros/ast-node)** Drop `darling` to reduce compile time
([#​7214](https://togithub.com/swc-project/swc/issues/7214))
([3f61638](3f61638cbf ))
###
[`v1.3.46`](https://togithub.com/swc-project/swc/compare/v1.3.45...v1.3.46)
[Compare
Source](https://togithub.com/swc-project/swc/compare/v1.3.45...v1.3.46)
###
[`v1.3.45`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#​1345---2023-04-04)
[Compare
Source](https://togithub.com/swc-project/swc/compare/v1.3.44...v1.3.45)
##### Bug Fixes
- **(es)** Allow missing `.map` file
([#​7141](https://togithub.com/swc-project/swc/issues/7141))
([3e6a186](3e6a1869e8 ))
- **(es/compat)** Handle shorthand object prop while renaming
([#​7176](https://togithub.com/swc-project/swc/issues/7176))
([0a80e05](0a80e0506b ))
- **(es/helpers)** Use snake_case for helpers
([#​7147](https://togithub.com/swc-project/swc/issues/7147))
([3ca954b](3ca954b9f9 ))
- **(es/modules)** Hint nodejs for multiple `export *`
([#​7184](https://togithub.com/swc-project/swc/issues/7184))
([98f1493](98f14931e7 ))
- **(es/parser)** Fix infinite loop on jsx in js
([#​7191](https://togithub.com/swc-project/swc/issues/7191))
([414e669](414e66910d ))
- **(es/typescript)** Mark `A` as a type in `export { type A }`
([#​7196](https://togithub.com/swc-project/swc/issues/7196))
([ddfbc93](ddfbc93624 ))
- **(swc_core)** Fix a feature name
([#​7198](https://togithub.com/swc-project/swc/issues/7198))
([bfe6544](bfe654438f ))
##### Features
- **(css/modules)** Preserve spans of CSS class names
([#​7185](https://togithub.com/swc-project/swc/issues/7185))
([df7b4e7](df7b4e71d2 ))
- **(es/compat)** Implement stage 3 decorator, without auto accessor
([#​6950](https://togithub.com/swc-project/swc/issues/6950))
([7a863ad](7a863ad18f ))
- **(es/helpers)** Use named export and unify import path
([#​7182](https://togithub.com/swc-project/swc/issues/7182))
([a13a78e](a13a78e3fe ))
- **(plugin/runner)** Improve cache path
([#​7188](https://togithub.com/swc-project/swc/issues/7188))
([976667f](976667f7d9 ))
##### Testing
- **(es/plugin)** Enable E2E plugin test
([#​7178](https://togithub.com/swc-project/swc/issues/7178))
([a785f18](a785f18740 ))
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/Unleash/unleash).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS40OC4yIiwidXBkYXRlZEluVmVyIjoiMzUuNDguMiJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2023-04-17 20:56:27 +00:00 |
|
GitHub Actions Bot
|
ecc334b3fb
|
4.23.0-beta.48
|
2023-04-17 13:04:20 +00:00 |
|
GitHub Actions Bot
|
51c3f4733b
|
4.23.0-beta.47
|
2023-04-17 09:36:11 +00:00 |
|
GitHub Actions Bot
|
7cc2777d36
|
4.23.0-beta.46
|
2023-04-17 09:22:10 +00:00 |
|
GitHub Actions Bot
|
f92a154cd1
|
4.23.0-beta.45
|
2023-04-17 08:52:11 +00:00 |
|
GitHub Actions Bot
|
472e277757
|
4.23.0-beta.44
|
2023-04-17 07:11:42 +00:00 |
|
Gastón Fournier
|
ea9bf7f447
|
chore: add linter rules for regexp (#3500)
## About the changes
Add linter rules for regexp security vulnerabilities
Commit 1c5d54c76e [fails due to
regexp/no-super-linear-backtracking](https://github.com/Unleash/unleash/actions/runs/4668430535/jobs/8265506170#step:5:37)
as reported here:
https://github.com/Unleash/unleash/security/code-scanning/1
[0127d1a ](0127d1a746 )
fixes the issues and warnings by running `yarn lint --fix`
|
2023-04-17 07:11:22 +00:00 |
|
GitHub Actions Bot
|
da1e1c29aa
|
4.23.0-beta.43
|
2023-04-14 12:30:29 +00:00 |
|
GitHub Actions Bot
|
ebd00a9de3
|
4.23.0-beta.42
|
2023-04-14 11:39:16 +00:00 |
|
GitHub Actions Bot
|
98e536bf2c
|
4.23.0-beta.41
|
2023-04-14 10:39:34 +00:00 |
|
GitHub Actions Bot
|
4054b4cf3a
|
4.23.0-beta.40
|
2023-04-14 10:26:41 +00:00 |
|
GitHub Actions Bot
|
74986d672e
|
4.23.0-beta.39
|
2023-04-14 08:37:38 +00:00 |
|
GitHub Actions Bot
|
39b53c8f2c
|
4.23.0-beta.38
|
2023-04-14 06:59:43 +00:00 |
|
GitHub Actions Bot
|
5a2184ccd0
|
4.23.0-beta.37
|
2023-04-13 13:09:30 +00:00 |
|
GitHub Actions Bot
|
0940b0aa52
|
4.23.0-beta.36
|
2023-04-13 12:52:14 +00:00 |
|
GitHub Actions Bot
|
f55c18b475
|
4.23.0-beta.35
|
2023-04-13 12:34:06 +00:00 |
|
GitHub Actions Bot
|
5d31d26530
|
4.23.0-beta.34
|
2023-04-13 11:06:20 +00:00 |
|
GitHub Actions Bot
|
8270d44e40
|
4.23.0-beta.33
|
2023-04-13 09:24:49 +00:00 |
|
GitHub Actions Bot
|
a735ad7251
|
4.23.0-beta.32
|
2023-04-13 08:09:14 +00:00 |
|
GitHub Actions Bot
|
aba33e55ee
|
4.23.0-beta.31
|
2023-04-12 13:22:36 +00:00 |
|
GitHub Actions Bot
|
014a8a2280
|
4.23.0-beta.30
|
2023-04-12 09:58:00 +00:00 |
|
GitHub Actions Bot
|
b776589448
|
4.23.0-beta.29
|
2023-04-12 09:35:19 +00:00 |
|
GitHub Actions Bot
|
3231c7d00e
|
4.23.0-beta.28
|
2023-04-12 06:43:35 +00:00 |
|
GitHub Actions Bot
|
63043bff7e
|
4.23.0-beta.27
|
2023-04-12 06:06:01 +00:00 |
|
GitHub Actions Bot
|
19d318d684
|
4.23.0-beta.26
|
2023-04-11 14:14:21 +00:00 |
|
GitHub Actions Bot
|
6afa52463b
|
4.23.0-beta.25
|
2023-04-11 12:50:08 +00:00 |
|
GitHub Actions Bot
|
358dcf1196
|
4.23.0-beta.24
|
2023-04-11 07:20:31 +00:00 |
|
GitHub Actions Bot
|
8222f293e0
|
4.23.0-beta.23
|
2023-04-10 13:17:33 +00:00 |
|
GitHub Actions Bot
|
d0ddf72cd8
|
4.23.0-beta.22
|
2023-04-10 08:00:46 +00:00 |
|
GitHub Actions Bot
|
3936a30403
|
4.23.0-beta.21
|
2023-04-10 07:50:57 +00:00 |
|
renovate[bot]
|
0964044bdf
|
chore(deps): update dependency @types/node to v16.18.23 (#3482)
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@types/node](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node)
([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped)) |
[`16.18.22` ->
`16.18.23`](https://renovatebot.com/diffs/npm/@types%2fnode/16.18.22/16.18.23)
|
[![age](https://badges.renovateapi.com/packages/npm/@types%2fnode/16.18.23/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/@types%2fnode/16.18.23/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/@types%2fnode/16.18.23/compatibility-slim/16.18.22)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/@types%2fnode/16.18.23/confidence-slim/16.18.22)](https://docs.renovatebot.com/merge-confidence/)
|
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/Unleash/unleash).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4zNC4xIiwidXBkYXRlZEluVmVyIjoiMzUuMzQuMSJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2023-04-08 03:28:36 +00:00 |
|
renovate[bot]
|
334b53b763
|
chore(deps): update dependency @swc/core to v1.3.44 (#3480)
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@swc/core](https://swc.rs)
([source](https://togithub.com/swc-project/swc)) | [`1.3.42` ->
`1.3.44`](https://renovatebot.com/diffs/npm/@swc%2fcore/1.3.42/1.3.44) |
[![age](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.44/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.44/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.44/compatibility-slim/1.3.42)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.44/confidence-slim/1.3.42)](https://docs.renovatebot.com/merge-confidence/)
|
---
### Release Notes
<details>
<summary>swc-project/swc</summary>
###
[`v1.3.44`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#​1344---2023-03-30)
[Compare
Source](https://togithub.com/swc-project/swc/compare/v1.3.42...v1.3.44)
##### Bug Fixes
- **(css/codegen)** Preserve `raw` of numbers
([#​7131](https://togithub.com/swc-project/swc/issues/7131))
([150c2b6](150c2b6fba ))
- **(css/compat)** Remove usage of `box_syntax`
([#​7153](https://togithub.com/swc-project/swc/issues/7153))
([6f0bf66](6f0bf665c2 ))
- **(es/compat)** Handle import/export in `reserved_word`
([#​7165](https://togithub.com/swc-project/swc/issues/7165))
([065d11c](065d11cb9b ))
- **(es/compat)** Fix the position for temp var injection
([#​7171](https://togithub.com/swc-project/swc/issues/7171))
([23fb8c5](23fb8c5563 ))
- **(es/react)** Respect `import_source` in new jsx
([#​7128](https://togithub.com/swc-project/swc/issues/7128))
([5d7acfd](5d7acfd9cb ))
- **(es/renamer)** Don't use symbols used by declarations if `eval`
exists
([#​7116](https://togithub.com/swc-project/swc/issues/7116))
([6d9763e](6d9763e8c0 ))
- **(es/visit)** Fix handling of `Program` of `AndThen`
([#​7120](https://togithub.com/swc-project/swc/issues/7120))
([d50689e](d50689eab0 ))
- **(fast-graph)** Use fxhash instead of ahash to make iteration order
consistent
([#​7133](https://togithub.com/swc-project/swc/issues/7133))
([b13eb4c](b13eb4c811 ))
##### Documentation
- **(es)** Fix doc url
([#​7123](https://togithub.com/swc-project/swc/issues/7123))
([1e4abcb](1e4abcb11d ))
##### Features
- **(css/parser)** Add `legacy_ie` to the `ParserConfig`
([#​7109](https://togithub.com/swc-project/swc/issues/7109))
([5e58b3e](5e58b3e5f6 ))
- **(es/react)** Support script within automatic runtime
([#​7126](https://togithub.com/swc-project/swc/issues/7126))
([05a2815](05a2815e6c ))
##### Miscellaneous Tasks
- **(cargo)** Refactor `Cargo.toml` to reduce merge conflict
([#​7139](https://togithub.com/swc-project/swc/issues/7139))
([2826198](28261985b0 ))
##### Refactor
- **(ast)** Make serde optional
([#​7138](https://togithub.com/swc-project/swc/issues/7138))
([30bc086](30bc086052 ))
- **(es)** Remove needless build scripts to reduce compile time
([#​7129](https://togithub.com/swc-project/swc/issues/7129))
([dfe1a3f](dfe1a3f496 ))
- **(es/codegen)** Extract code from generic functions to reduce compile
time ([#​7127](https://togithub.com/swc-project/swc/issues/7127))
([08fa94f](08fa94fc73 ))
- **(es/parser)** Remove `EnumKind` to reduce compile time
([#​7137](https://togithub.com/swc-project/swc/issues/7137))
([915f747](915f747cb7 ))
- **(macros)** Reduce compile time
([#​7132](https://togithub.com/swc-project/swc/issues/7132))
([2154a3f](2154a3f117 ))
##### Build
- **(cargo)** Update `rustc` to `nightly-2023-03-28`
([#​7154](https://togithub.com/swc-project/swc/issues/7154))
([e445502](e445502072 ))
- **(cargo)** Revert rustc upgrade
([#​7162](https://togithub.com/swc-project/swc/issues/7162))
([12546c8](12546c853a ))
- **(cargo)** Update `rustc` to `nightly-2023-03-20`
([#​7170](https://togithub.com/swc-project/swc/issues/7170))
([0259a74](0259a7465f ))
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/Unleash/unleash).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4zNC4xIiwidXBkYXRlZEluVmVyIjoiMzUuMzQuMSJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2023-04-07 23:33:38 +00:00 |
|
renovate[bot]
|
3319d34f59
|
chore(deps): update dependency @babel/core to v7.21.4 (#3479)
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@babel/core](https://babel.dev/docs/en/next/babel-core)
([source](https://togithub.com/babel/babel)) | [`7.21.3` ->
`7.21.4`](https://renovatebot.com/diffs/npm/@babel%2fcore/7.21.3/7.21.4)
|
[![age](https://badges.renovateapi.com/packages/npm/@babel%2fcore/7.21.4/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/@babel%2fcore/7.21.4/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/@babel%2fcore/7.21.4/compatibility-slim/7.21.3)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/@babel%2fcore/7.21.4/confidence-slim/7.21.3)](https://docs.renovatebot.com/merge-confidence/)
|
---
### Release Notes
<details>
<summary>babel/babel</summary>
###
[`v7.21.4`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v7214-2023-03-31)
[Compare
Source](https://togithub.com/babel/babel/compare/v7.21.3...v7.21.4)
##### 🐛 Bug Fix
- `babel-core`, `babel-helper-module-imports`, `babel-preset-typescript`
- [#​15478](https://togithub.com/babel/babel/pull/15478) Fix
support for `import/export` in `.cts` files
([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu))
- `babel-generator`
- [#​15496](https://togithub.com/babel/babel/pull/15496) Fix
compact printing of non-null assertion operators
([@​rtsao](https://togithub.com/rtsao))
##### 💅 Polish
- `babel-helper-create-class-features-plugin`,
`babel-plugin-proposal-class-properties`,
`babel-plugin-transform-typescript`, `babel-traverse`
- [#​15427](https://togithub.com/babel/babel/pull/15427) Fix
moving comments of removed nodes
([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo))
##### 🏠 Internal
- Other
- [#​15519](https://togithub.com/babel/babel/pull/15519) Update
Prettier integration test
([@​fisker](https://togithub.com/fisker))
- `babel-parser`
- [#​15510](https://togithub.com/babel/babel/pull/15510) refactor:
introduce `lookaheadInLineCharCode`
([@​JLHwung](https://togithub.com/JLHwung))
- `babel-code-frame`, `babel-highlight`
- [#​15499](https://togithub.com/babel/babel/pull/15499) Polish
babel-code-frame highlight test
([@​JLHwung](https://togithub.com/JLHwung))
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/Unleash/unleash).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4zNC4xIiwidXBkYXRlZEluVmVyIjoiMzUuMzQuMSJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2023-04-07 19:08:20 +00:00 |
|
GitHub Actions Bot
|
db31da1e9e
|
4.23.0-beta.20
|
2023-04-07 11:31:46 +00:00 |
|
GitHub Actions Bot
|
9c4322d1fb
|
4.23.0-beta.19
|
2023-04-07 09:21:17 +00:00 |
|
GitHub Actions Bot
|
2949db161f
|
4.23.0-beta.18
|
2023-04-07 09:10:37 +00:00 |
|
GitHub Actions Bot
|
c0af30b89f
|
4.23.0-beta.17
|
2023-04-07 08:34:58 +00:00 |
|
GitHub Actions Bot
|
1d3fc2ca71
|
4.23.0-beta.16
|
2023-04-06 17:50:39 +00:00 |
|
GitHub Actions Bot
|
e0b59ba689
|
4.23.0-beta.15
|
2023-04-06 13:34:49 +00:00 |
|
GitHub Actions Bot
|
2b1bf40b11
|
4.23.0-beta.14
|
2023-04-06 11:46:15 +00:00 |
|
GitHub Actions Bot
|
d33f11511a
|
4.23.0-beta.13
|
2023-04-06 09:47:21 +00:00 |
|
GitHub Actions Bot
|
70d802883b
|
4.23.0-beta.12
|
2023-04-05 11:21:19 +00:00 |
|
GitHub Actions Bot
|
368b066219
|
4.23.0-beta.11
|
2023-04-05 09:40:11 +00:00 |
|
GitHub Actions Bot
|
0491c08d5e
|
4.23.0-beta.10
|
2023-04-05 08:21:10 +00:00 |
|
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 |
|