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 |
|
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 |
|