1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-10-18 20:09:08 +02:00
Commit Graph

1605 Commits

Author SHA1 Message Date
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#&#8203;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
([#&#8203;7131](https://togithub.com/swc-project/swc/issues/7131))
([150c2b6](150c2b6fba))

- **(css/compat)** Remove usage of `box_syntax`
([#&#8203;7153](https://togithub.com/swc-project/swc/issues/7153))
([6f0bf66](6f0bf665c2))

- **(es/compat)** Handle import/export in `reserved_word`
([#&#8203;7165](https://togithub.com/swc-project/swc/issues/7165))
([065d11c](065d11cb9b))

- **(es/compat)** Fix the position for temp var injection
([#&#8203;7171](https://togithub.com/swc-project/swc/issues/7171))
([23fb8c5](23fb8c5563))

- **(es/react)** Respect `import_source` in new jsx
([#&#8203;7128](https://togithub.com/swc-project/swc/issues/7128))
([5d7acfd](5d7acfd9cb))

- **(es/renamer)** Don't use symbols used by declarations if `eval`
exists
([#&#8203;7116](https://togithub.com/swc-project/swc/issues/7116))
([6d9763e](6d9763e8c0))

- **(es/visit)** Fix handling of `Program` of `AndThen`
([#&#8203;7120](https://togithub.com/swc-project/swc/issues/7120))
([d50689e](d50689eab0))

- **(fast-graph)** Use fxhash instead of ahash to make iteration order
consistent
([#&#8203;7133](https://togithub.com/swc-project/swc/issues/7133))
([b13eb4c](b13eb4c811))

##### Documentation

- **(es)** Fix doc url
([#&#8203;7123](https://togithub.com/swc-project/swc/issues/7123))
([1e4abcb](1e4abcb11d))

##### Features

- **(css/parser)** Add `legacy_ie` to the `ParserConfig`
([#&#8203;7109](https://togithub.com/swc-project/swc/issues/7109))
([5e58b3e](5e58b3e5f6))

- **(es/react)** Support script within automatic runtime
([#&#8203;7126](https://togithub.com/swc-project/swc/issues/7126))
([05a2815](05a2815e6c))

##### Miscellaneous Tasks

- **(cargo)** Refactor `Cargo.toml` to reduce merge conflict
([#&#8203;7139](https://togithub.com/swc-project/swc/issues/7139))
([2826198](28261985b0))

##### Refactor

- **(ast)** Make serde optional
([#&#8203;7138](https://togithub.com/swc-project/swc/issues/7138))
([30bc086](30bc086052))

- **(es)** Remove needless build scripts to reduce compile time
([#&#8203;7129](https://togithub.com/swc-project/swc/issues/7129))
([dfe1a3f](dfe1a3f496))

- **(es/codegen)** Extract code from generic functions to reduce compile
time ([#&#8203;7127](https://togithub.com/swc-project/swc/issues/7127))
([08fa94f](08fa94fc73))

- **(es/parser)** Remove `EnumKind` to reduce compile time
([#&#8203;7137](https://togithub.com/swc-project/swc/issues/7137))
([915f747](915f747cb7))

- **(macros)** Reduce compile time
([#&#8203;7132](https://togithub.com/swc-project/swc/issues/7132))
([2154a3f](2154a3f117))

##### Build

- **(cargo)** Update `rustc` to `nightly-2023-03-28`
([#&#8203;7154](https://togithub.com/swc-project/swc/issues/7154))
([e445502](e445502072))

- **(cargo)** Revert rustc upgrade
([#&#8203;7162](https://togithub.com/swc-project/swc/issues/7162))
([12546c8](12546c853a))

- **(cargo)** Update `rustc` to `nightly-2023-03-20`
([#&#8203;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`
- [#&#8203;15478](https://togithub.com/babel/babel/pull/15478) Fix
support for `import/export` in `.cts` files
([@&#8203;liuxingbaoyu](https://togithub.com/liuxingbaoyu))
-   `babel-generator`
- [#&#8203;15496](https://togithub.com/babel/babel/pull/15496) Fix
compact printing of non-null assertion operators
([@&#8203;rtsao](https://togithub.com/rtsao))

##### 💅 Polish

- `babel-helper-create-class-features-plugin`,
`babel-plugin-proposal-class-properties`,
`babel-plugin-transform-typescript`, `babel-traverse`
- [#&#8203;15427](https://togithub.com/babel/babel/pull/15427) Fix
moving comments of removed nodes
([@&#8203;nicolo-ribaudo](https://togithub.com/nicolo-ribaudo))

##### 🏠 Internal

-   Other
- [#&#8203;15519](https://togithub.com/babel/babel/pull/15519) Update
Prettier integration test
([@&#8203;fisker](https://togithub.com/fisker))
-   `babel-parser`
- [#&#8203;15510](https://togithub.com/babel/babel/pull/15510) refactor:
introduce `lookaheadInLineCharCode`
([@&#8203;JLHwung](https://togithub.com/JLHwung))
-   `babel-code-frame`, `babel-highlight`
- [#&#8203;15499](https://togithub.com/babel/babel/pull/15499) Polish
babel-code-frame highlight test
([@&#8203;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#&#8203;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`
([#&#8203;7105](https://togithub.com/swc-project/swc/issues/7105))
([a4d1af1](a4d1af18de))

- **(es/ast)** Fix `EqIgnoreSpan` impl of `Number`
([#&#8203;7112](https://togithub.com/swc-project/swc/issues/7112))
([6a570a3](6a570a334c))

- **(es/compat)** Don't modify private fields from `reserved_words` pass
([#&#8203;7113](https://togithub.com/swc-project/swc/issues/7113))
([2bc631d](2bc631df87))

- **(es/minifier)** Pass `keep_*` in config to `compress` and `mangle`
([#&#8203;7102](https://togithub.com/swc-project/swc/issues/7102))
([6a1201c](6a1201cfc4))

- **(es/minifier)** Don't inline into arrow heads
([#&#8203;7099](https://togithub.com/swc-project/swc/issues/7099))
([610e1bb](610e1bb581))

- **(es/parser)** Fix parsing of static accessors
([#&#8203;7108](https://togithub.com/swc-project/swc/issues/7108))
([dd2b16d](dd2b16db9e))

##### Features

- **(es/resolver)** Make scope context identical to the vars
([#&#8203;7095](https://togithub.com/swc-project/swc/issues/7095))
([0f09e35](0f09e356c3))-
**general**: Feat(css/minifier) Follow the CSS spec more rigorously
([#&#8203;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
([#&#8203;7097](https://togithub.com/swc-project/swc/issues/7097))
([f250f24](f250f243cb))

- **(es/resolver)** Make syntax context for unresolved and top-level
stable
([#&#8203;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#&#8203;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
([#&#8203;7077](https://togithub.com/swc-project/swc/issues/7077))
([7bbec92](7bbec92d23))

- **(css/codegen)** Respect `raw` of `Str`
([#&#8203;7078](https://togithub.com/swc-project/swc/issues/7078))
([7849a2d](7849a2d75d))

- **(css/parser)** Fix parsing of `:global(> *)`
([#&#8203;7082](https://togithub.com/swc-project/swc/issues/7082))
([60f74ea](60f74ea076))

- **(es/codegen)** Emit `type_params` for `TsConstructSignatureDecl`
([#&#8203;7080](https://togithub.com/swc-project/swc/issues/7080))
([8353acc](8353accb13))

- **(es/minifier)** Preserve `delete` of unresolved variables
([#&#8203;7072](https://togithub.com/swc-project/swc/issues/7072))
([86295ba](86295ba8f2))

- **(es/minifier)** Accept `keep_fnames` and `keep_classnames`
([#&#8203;7090](https://togithub.com/swc-project/swc/issues/7090))
([0086914](00869147d3))

- **(es/minifier)** Remove wrong optimization of `new RegExp(…)`
([#&#8203;7091](https://togithub.com/swc-project/swc/issues/7091))
([493a4f7](493a4f7042))

- **(es/react)** Align to `babel@8` behavior
([#&#8203;7081](https://togithub.com/swc-project/swc/issues/7081))
([7b491a6](7b491a69a5))

- **(testing)** Ignore `non_snake_case` for generated test names
([#&#8203;7087](https://togithub.com/swc-project/swc/issues/7087))
([1c254b1](1c254b1c44))

##### Performance

- **(es/lexer)** Use jump table for `skip_space`
([#&#8203;7073](https://togithub.com/swc-project/swc/issues/7073))
([f854d51](f854d51343))

##### Refactor

- **general**: Fix lints using clippy from `nightly-2023-03-13`
([#&#8203;6920](https://togithub.com/swc-project/swc/issues/6920))
([963c460](963c460613))

###
[`v1.3.40`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#&#8203;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`
([#&#8203;7060](https://togithub.com/swc-project/swc/issues/7060))
([1b40689](1b40689c3a))

- **(es)** Support stable rustc again
([#&#8203;7057](https://togithub.com/swc-project/swc/issues/7057))
([fbb3016](fbb3016870))

- **(es)** Respect the value of assumptions
([#&#8203;7065](https://togithub.com/swc-project/swc/issues/7065))
([11d4874](11d4874a2e))

- **(es/ast)** Fix memory layout
([#&#8203;7062](https://togithub.com/swc-project/swc/issues/7062))
([085c6f3](085c6f35f1))

- **(es/compat)** Handle `useDefineForClassFields: false`
([#&#8203;7055](https://togithub.com/swc-project/swc/issues/7055))
([bb6dde7](bb6dde7943))

- **(es/compat)** Insert the variable declaration nearest to the
available statements
([#&#8203;7067](https://togithub.com/swc-project/swc/issues/7067))
([ae348e3](ae348e32e1))

- **(es/parser)** Handle class members with `accessor` as the name
([#&#8203;7046](https://togithub.com/swc-project/swc/issues/7046))
([9acaf4d](9acaf4deeb))

- **(es/preset-env)** Update data for core-js3
([#&#8203;7023](https://togithub.com/swc-project/swc/issues/7023))
([3730463](3730463874))

##### Features

- **(es/compat)** Simplify static blocks in classes
([#&#8203;7056](https://togithub.com/swc-project/swc/issues/7056))
([b78ce8b](b78ce8b7c2))

##### Miscellaneous Tasks

- **(ci)** Fix CI
([#&#8203;7070](https://togithub.com/swc-project/swc/issues/7070))
([97945d0](97945d02b8))

##### Performance

- **(es/lexer)** Make lexer faster
([#&#8203;7052](https://togithub.com/swc-project/swc/issues/7052))
([d1d0607](d1d0607158))

- **(es/lexer)** Use jump table for `read_token`
([#&#8203;7058](https://togithub.com/swc-project/swc/issues/7058))
([9beefaa](9beefaa1d5))

###
[`v1.3.39`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#&#8203;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
([#&#8203;7020](https://togithub.com/swc-project/swc/issues/7020))
([1318afe](1318afe2b4))

- **(es/transforms)** Handle member object in missing else branch
([#&#8203;7027](https://togithub.com/swc-project/swc/issues/7027))
([5c7c8e0](5c7c8e0736))

- **(es/transforms)** Handle object shorthand in `const_modules`
([#&#8203;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
([#&#8203;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
([#&#8203;6980](https://togithub.com/swc-project/swc/issues/6980))
([9841f0b](9841f0b5d1))

- **(es/ast)** Shrink size of `Expr`
([#&#8203;7041](https://togithub.com/swc-project/swc/issues/7041))
([a9fe1d2](a9fe1d2d22))

- **(es/lexer)** Use string searcher for lexing line comments
([#&#8203;7043](https://togithub.com/swc-project/swc/issues/7043))
([962b0fc](962b0fc8af))

- **(es/parser)** Use Cow for `_` in numeric literals
([#&#8203;7031](https://togithub.com/swc-project/swc/issues/7031))
([30546a2](30546a28f2))

- **(es/parser)** Use `SmartString` as the buffer
([#&#8203;7033](https://togithub.com/swc-project/swc/issues/7033))
([f378a14](f378a14888))

- **(es/utils)** Introduce `NodeIgnoringSpan`
([#&#8203;7030](https://togithub.com/swc-project/swc/issues/7030))
([8bfef35](8bfef35c1b))

##### Testing

- **(es/quote)** Fix doctests
([#&#8203;7038](https://togithub.com/swc-project/swc/issues/7038))
([e698a34](e698a34816))

###
[`v1.3.38`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#&#8203;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`
([#&#8203;7000](https://togithub.com/swc-project/swc/issues/7000))
([30cff01](30cff01656))

- **(es)** Allow any kind of input source maps if it's enabled
([#&#8203;7002](https://togithub.com/swc-project/swc/issues/7002))
([da5367b](da5367b3fb))

- **(es/minifier)** Don't skip expressions with side effects from seq
inliner
([#&#8203;7007](https://togithub.com/swc-project/swc/issues/7007))
([cfeb088](cfeb088c37))

- **(es/minifier)** Don't create invalid property names
([#&#8203;7010](https://togithub.com/swc-project/swc/issues/7010))
([bb2486c](bb2486c459))

- **(es/parser)** Fix parsing of an array spread in tsx properties
([#&#8203;7011](https://togithub.com/swc-project/swc/issues/7011))
([6d6731f](6d6731f355))

- **(es/preset-env)** Move `findLast` and `findLastIndex` to finished
proposals
([#&#8203;7012](https://togithub.com/swc-project/swc/issues/7012))
([b46a724](b46a7248c6))

- **(es/typescript)** Treat export default declarations as declarations
([#&#8203;7017](https://togithub.com/swc-project/swc/issues/7017))
([34f9ad3](34f9ad3778))

##### Features

- **(es/minifier)** Optimize calls to
`Boolean`/`Number`/`String`/`Symbol`
([#&#8203;7006](https://togithub.com/swc-project/swc/issues/7006))
([06cbb90](06cbb9002d))

- **(es/parser)** Support auto accessors
([#&#8203;6981](https://togithub.com/swc-project/swc/issues/6981))
([37533a2](37533a23fd))

- **(es/parser)** Add an option to disallow ambiguous jsx
([#&#8203;6913](https://togithub.com/swc-project/swc/issues/6913))
([a6471f3](a6471f34c0))

- **(es/transforms)** Add an option to drop unused imports
([#&#8203;6962](https://togithub.com/swc-project/swc/issues/6962))
([67d0a89](67d0a89ae6))

- **(es/transforms)** Support namespace imports from `const_modules`
([#&#8203;7013](https://togithub.com/swc-project/swc/issues/7013))
([3cb03d5](3cb03d5299))

- **(es/typescript)** Support `export type * from "mod"`
([#&#8203;6867](https://togithub.com/swc-project/swc/issues/6867))
([beb38d3](beb38d34a2))

##### Miscellaneous Tasks

- **(ci)** Fix CI
([#&#8203;7014](https://togithub.com/swc-project/swc/issues/7014))
([a431a3a](a431a3a204))

##### Refactor

- **(es/parser)** Make lexer not generic over `Input`
([#&#8203;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`
- [#&#8203;15479](https://togithub.com/babel/babel/pull/15479) disallow
mixins/implements in flow interface
([@&#8203;JLHwung](https://togithub.com/JLHwung))

##### 🐛 Bug Fix

-   `babel-parser`
- [#&#8203;15423](https://togithub.com/babel/babel/pull/15423) \[ts]
Allow keywords in tuple labels
([@&#8203;Harpica](https://togithub.com/Harpica))
-   `babel-plugin-transform-typescript`
- [#&#8203;15489](https://togithub.com/babel/babel/pull/15489) Register
`var` decls generated by `import ... =` TS transform
([@&#8203;amoeller](https://togithub.com/amoeller))
- [#&#8203;15494](https://togithub.com/babel/babel/pull/15494) fix:
Consider `export { type foo }` as type-only usage
([@&#8203;magic-akari](https://togithub.com/magic-akari))

##### 💅 Polish

-   `babel-traverse`, `babel-types`
- [#&#8203;15484](https://togithub.com/babel/babel/pull/15484) Skip node
deprecation warnings when used by an old `@babel` package
([@&#8203;nicolo-ribaudo](https://togithub.com/nicolo-ribaudo))
-   `babel-generator`
- [#&#8203;15480](https://togithub.com/babel/babel/pull/15480) chore:
Improve `jsonCompatibleStrings` deprecation
([@&#8203;liuxingbaoyu](https://togithub.com/liuxingbaoyu))

##### 🏠 Internal

- [#&#8203;15465](https://togithub.com/babel/babel/pull/15465) Add
ESLint-readable package name
([@&#8203;nzakas](https://togithub.com/nzakas))

##### 🔬 Output optimization

-   `babel-plugin-transform-typescript`, `babel-preset-typescript`
- [#&#8203;15467](https://togithub.com/babel/babel/pull/15467) Optimize
TS enums output
([@&#8203;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