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

6972 Commits

Author SHA1 Message Date
Fredrik Strand Oseberg
cef4181f11
Fix/cr UI fixes (#2675)
This PR contains multiple UI fixes for the change request. It changes
font sizes, icon colors, margins and paddings to be more consistent.
2022-12-12 16:32:38 +01:00
Nuno Góis
5086ec7921
remove feature flag: tokens last seen (#2673)
https://linear.app/unleash/issue/2-470/clean-up-flag
2022-12-12 14:32:35 +00:00
Nuno Góis
e8d0fdba1f
remove feature flag: toggle tag filtering (#2668)
https://linear.app/unleash/issue/2-482/clean-up-feature-flag-after-this-goes-ga

Relevant discussion:
https://unleash-internal.slack.com/archives/C046LV6HH6W/p1670837328201169
2022-12-12 13:21:12 +00:00
Thomas Heartman
a3fdef11ab
docs: various fixes (#2669)
## What

This PR contains a number of minor fixes to the docs in terms of
formatting and redirects. The changes are:

- Adding an availability notice for the front-end API reference docs
(with links to the release blog post).

- Fix malformed admonition headers in the Unleash proxy docs and
impression data docs.

-   Add missing redirects:

- `/advanced/custom_activation_strategy` ->
`/reference/custom-activation-strategies`
- `/docs/deploy/configuring_unleash` ->
`/reference/deploy/configuring-unleash`
- `/docs/user_guide/connect_sdk` -> `/reference/sdks`(this one goes to
the SDKs doc instead of the quickstart because there's more
comprehensive information there and because `/user_guide/connect_sdk`
already goes there)
    -   `/sdks/proxy-javascript` -> `/reference/sdks/javascript-browser`
    -   `/sdks/proxy-react`-> `/reference/sdks/react`
- `/docs/getting_started` -> `/tutorials/quickstart` (this does not go
to "Deploy: getting started" because that is its own link)

## Why

Because keeping the docs up to date and accessible is important.
2022-12-12 14:08:13 +01:00
Gastón Fournier
5fe238c896
task: Expose prometheus metrics (#2586)
## About the changes
This connects our backend with Prometheus (or compatible) metrics
service, and exposes raw data (i.e. acting as a proxy)

Co-authored-by: Christopher Kolstad <chriswk@getunleash.ai>
2022-12-12 14:05:56 +01:00
renovate[bot]
39ef840af8
chore(deps): update dpage/pgadmin4 docker tag to v6.17 (#2664)
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| dpage/pgadmin4 | minor | `6.16` -> `6.17` |

---

### 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-11 00:42:25 +00:00
renovate[bot]
99e5dda89c
chore(deps): update dependency vitest to v0.25.7 (#2663)
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [vitest](https://togithub.com/vitest-dev/vitest) | [`0.25.6` ->
`0.25.7`](https://renovatebot.com/diffs/npm/vitest/0.25.6/0.25.7) |
[![age](https://badges.renovateapi.com/packages/npm/vitest/0.25.7/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/vitest/0.25.7/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/vitest/0.25.7/compatibility-slim/0.25.6)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/vitest/0.25.7/confidence-slim/0.25.6)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>vitest-dev/vitest</summary>

###
[`v0.25.7`](https://togithub.com/vitest-dev/vitest/releases/tag/v0.25.7)

[Compare
Source](https://togithub.com/vitest-dev/vitest/compare/v0.25.6...v0.25.7)

#####    🚀 Features

- Support Vite 4  -  by
[@&#8203;sheremet-va](https://togithub.com/sheremet-va) in
[https://github.com/vitest-dev/vitest/issues/2470](https://togithub.com/vitest-dev/vitest/issues/2470)
[<samp>(3bb6b)</samp>](https://togithub.com/vitest-dev/vitest/commit/3bb6b0c8)

#####    🐞 Bug Fixes

- Restart on config change crashes  -  by
[@&#8203;AriPerkkio](https://togithub.com/AriPerkkio) in
[https://github.com/vitest-dev/vitest/issues/2481](https://togithub.com/vitest-dev/vitest/issues/2481)
[<samp>(286e9)</samp>](https://togithub.com/vitest-dev/vitest/commit/286e9cf7)
- **coverage-istanbul**: Clear coverage map after use  -  by
[@&#8203;AriPerkkio](https://togithub.com/AriPerkkio) in
[https://github.com/vitest-dev/vitest/issues/2466](https://togithub.com/vitest-dev/vitest/issues/2466)
[<samp>(e6a18)</samp>](https://togithub.com/vitest-dev/vitest/commit/e6a18c74)

#####     [View changes on
GitHub](https://togithub.com/vitest-dev/vitest/compare/v0.25.6...v0.25.7)

</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 22:58:44 +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]
14dd9c7c9d
chore(deps): update dependency vite-plugin-svgr to v2.3.0 (#2661)
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [vite-plugin-svgr](https://togithub.com/pd4d10/vite-plugin-svgr) |
[`2.2.2` ->
`2.3.0`](https://renovatebot.com/diffs/npm/vite-plugin-svgr/2.2.2/2.3.0)
|
[![age](https://badges.renovateapi.com/packages/npm/vite-plugin-svgr/2.3.0/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/vite-plugin-svgr/2.3.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/vite-plugin-svgr/2.3.0/compatibility-slim/2.2.2)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/vite-plugin-svgr/2.3.0/confidence-slim/2.2.2)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>pd4d10/vite-plugin-svgr</summary>

###
[`v2.3.0`](https://togithub.com/pd4d10/vite-plugin-svgr/releases/tag/v2.3.0)

[Compare
Source](https://togithub.com/pd4d10/vite-plugin-svgr/compare/v2.2.2...v2.3.0)

#####    🚀 Features

- Add compatibility with vite@4  -  by
[@&#8203;twhitbeck](https://togithub.com/twhitbeck) in
[https://github.com/pd4d10/vite-plugin-svgr/issues/64](https://togithub.com/pd4d10/vite-plugin-svgr/issues/64)
[<samp>(4689c)</samp>](https://togithub.com/pd4d10/vite-plugin-svgr/commit/4689cd9)

#####     [View changes on
GitHub](https://togithub.com/pd4d10/vite-plugin-svgr/compare/v2.2.2...v2.3.0)

</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 20:23:29 +00:00
renovate[bot]
8fc5d39141
chore(deps): update dependency react-hooks-global-state to v2.1.0 (#2660)
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[react-hooks-global-state](https://togithub.com/dai-shi/react-hooks-global-state)
| [`2.0.0` ->
`2.1.0`](https://renovatebot.com/diffs/npm/react-hooks-global-state/2.0.0/2.1.0)
|
[![age](https://badges.renovateapi.com/packages/npm/react-hooks-global-state/2.1.0/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/react-hooks-global-state/2.1.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/react-hooks-global-state/2.1.0/compatibility-slim/2.0.0)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/react-hooks-global-state/2.1.0/confidence-slim/2.0.0)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>dai-shi/react-hooks-global-state</summary>

###
[`v2.1.0`](https://togithub.com/dai-shi/react-hooks-global-state/blob/HEAD/CHANGELOG.md#&#8203;210---2022-12-04)

[Compare
Source](https://togithub.com/dai-shi/react-hooks-global-state/compare/v2.0.0...v2.1.0)

##### Added

- expose "subscribe" function for "createGlobalState"
[#&#8203;85](https://togithub.com/dai-shi/react-hooks-global-state/issues/85)

</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 17:26:53 +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"
([#&#8203;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
([#&#8203;16561](https://togithub.com/eslint/eslint/issues/16561))
(Nitin Kumar)
-
[`e6a865d`](e6a865d70a)
feat: `prefer-named-capture-group` add suggestions
([#&#8203;16544](https://togithub.com/eslint/eslint/issues/16544)) (Josh
Goldberg)
-
[`a91332b`](a91332b8bd)
feat: In no-invalid-regexp validate flags also for non-literal patterns
([#&#8203;16583](https://togithub.com/eslint/eslint/issues/16583))
(trosos)

#### Documentation

-
[`0311d81`](0311d81834)
docs: Configuring Plugins page intro, page tweaks, and rename
([#&#8203;16534](https://togithub.com/eslint/eslint/issues/16534)) (Ben
Perlmutter)
-
[`57089b1`](57089b1ede)
docs: add a property assignment example for camelcase rule
([#&#8203;16605](https://togithub.com/eslint/eslint/issues/16605))
(Milos Djermanovic)
-
[`b6ab030`](b6ab030897)
docs: add docs codeowners
([#&#8203;16601](https://togithub.com/eslint/eslint/issues/16601))
(Strek)
-
[`6380c87`](6380c87c56)
docs: fix sitemap and feed
([#&#8203;16592](https://togithub.com/eslint/eslint/issues/16592))
(Milos Djermanovic)
-
[`ade621d`](ade621dd12)
docs: perf debounce the search query
([#&#8203;16586](https://togithub.com/eslint/eslint/issues/16586))
(Shanmughapriyan S)
-
[`fbcf3ab`](fbcf3abd54)
docs: fix searchbar clear button
([#&#8203;16585](https://togithub.com/eslint/eslint/issues/16585))
(Shanmughapriyan S)
-
[`f894035`](f89403553b)
docs: HTTPS link to yeoman.io
([#&#8203;16582](https://togithub.com/eslint/eslint/issues/16582))
(Christian Oliff)
-
[`de12b26`](de12b266f2)
docs: Update configuration file pages
([#&#8203;16509](https://togithub.com/eslint/eslint/issues/16509)) (Ben
Perlmutter)
-
[`1ae9f20`](1ae9f20674)
docs: update correct code examples for `no-extra-parens` rule
([#&#8203;16560](https://togithub.com/eslint/eslint/issues/16560))
(Nitin Kumar)

#### Chores

-
[`7628403`](7628403a57)
chore: add discord channel link
([#&#8203;16590](https://togithub.com/eslint/eslint/issues/16590))
(Amaresh S M)
-
[`f5808cb`](f5808cb515)
chore: fix rule doc headers check
([#&#8203;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]
4d4590afe9
chore(deps): update dependency @uiw/react-codemirror to v4.19.2 (#2657)
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@uiw/react-codemirror](https://uiwjs.github.io/react-codemirror)
([source](https://togithub.com/uiwjs/react-codemirror)) | [`4.19.1` ->
`4.19.2`](https://renovatebot.com/diffs/npm/@uiw%2freact-codemirror/4.19.1/4.19.2)
|
[![age](https://badges.renovateapi.com/packages/npm/@uiw%2freact-codemirror/4.19.2/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/@uiw%2freact-codemirror/4.19.2/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/@uiw%2freact-codemirror/4.19.2/compatibility-slim/4.19.1)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/@uiw%2freact-codemirror/4.19.2/confidence-slim/4.19.1)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>uiwjs/react-codemirror</summary>

###
[`v4.19.2`](https://togithub.com/uiwjs/react-codemirror/releases/tag/v4.19.2)

[Compare
Source](https://togithub.com/uiwjs/react-codemirror/compare/v4.19.1...v4.19.2)


[![](https://img.shields.io/badge/Open%20in-unpkg-blue)](https://uiwjs.github.io/npm-unpkg/#/pkg/@&#8203;uiw/react-codemirror@4.19.2/file/README.md)

Documentation v4.19.2:
https://raw.githack.com/uiwjs/react-codemirror/01a4b43/index.html\
Comparing Changes:
https://github.com/uiwjs/react-codemirror/compare/v4.19.1...v4.19.2

```shell
npm i @&#8203;uiw/react-codemirror@4.19.2
```

- 🌍 website: update sider menus.
[`a78b606`](https://togithub.com/uiwjs/react-codemirror/commit/a78b606)
[@&#8203;jaywcjlove](https://togithub.com/jaywcjlove)
- 📖 doc(tokyo-night): update document.
[`73b518e`](https://togithub.com/uiwjs/react-codemirror/commit/73b518e)
[@&#8203;jaywcjlove](https://togithub.com/jaywcjlove)
- 🌍 website: fix menu active.
[`b19e563`](https://togithub.com/uiwjs/react-codemirror/commit/b19e563)
[@&#8203;jaywcjlove](https://togithub.com/jaywcjlove)
- 🐞 fix(theme): Highlight components with green
([#&#8203;429](https://togithub.com/uiwjs/react-codemirror/issues/429))
[`cbb7c7a`](https://togithub.com/uiwjs/react-codemirror/commit/cbb7c7a)
[@&#8203;karlhorky](https://togithub.com/karlhorky)
- 🌍 website(theme): Support tags.standard(tags.tagName) in Theme Editor.
[#&#8203;430](https://togithub.com/uiwjs/react-codemirror/issues/430)
[`af0e3c1`](https://togithub.com/uiwjs/react-codemirror/commit/af0e3c1)
[@&#8203;jaywcjlove](https://togithub.com/jaywcjlove)
- 🐞 fix(github): modify tagName color in github theme.
[#&#8203;430](https://togithub.com/uiwjs/react-codemirror/issues/430)
[`c50705e`](https://togithub.com/uiwjs/react-codemirror/commit/c50705e)
[@&#8203;jaywcjlove](https://togithub.com/jaywcjlove)
- 🐞 fix(sublime): modify tagName color in sublime theme.
([#&#8203;430](https://togithub.com/uiwjs/react-codemirror/issues/430))
[`cbb41d1`](https://togithub.com/uiwjs/react-codemirror/commit/cbb41d1)
[@&#8203;jaywcjlove](https://togithub.com/jaywcjlove)

</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 10:37:47 +00:00
renovate[bot]
ab033290b2
chore(deps): update dependency @uiw/codemirror-theme-duotone to v4.19.2 (#2656)
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@uiw/codemirror-theme-duotone](https://uiwjs.github.io/react-codemirror/#/theme/data/duotone/light)
([source](https://togithub.com/uiwjs/react-codemirror)) | [`4.19.1` ->
`4.19.2`](https://renovatebot.com/diffs/npm/@uiw%2fcodemirror-theme-duotone/4.19.1/4.19.2)
|
[![age](https://badges.renovateapi.com/packages/npm/@uiw%2fcodemirror-theme-duotone/4.19.2/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/@uiw%2fcodemirror-theme-duotone/4.19.2/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/@uiw%2fcodemirror-theme-duotone/4.19.2/compatibility-slim/4.19.1)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/@uiw%2fcodemirror-theme-duotone/4.19.2/confidence-slim/4.19.1)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>uiwjs/react-codemirror</summary>

###
[`v4.19.2`](https://togithub.com/uiwjs/react-codemirror/releases/tag/v4.19.2)

[Compare
Source](https://togithub.com/uiwjs/react-codemirror/compare/v4.19.1...v4.19.2)


[![](https://img.shields.io/badge/Open%20in-unpkg-blue)](https://uiwjs.github.io/npm-unpkg/#/pkg/@&#8203;uiw/react-codemirror@4.19.2/file/README.md)

Documentation v4.19.2:
https://raw.githack.com/uiwjs/react-codemirror/01a4b43/index.html\
Comparing Changes:
https://github.com/uiwjs/react-codemirror/compare/v4.19.1...v4.19.2

```shell
npm i @&#8203;uiw/react-codemirror@4.19.2
```

- 🌍 website: update sider menus.
[`a78b606`](https://togithub.com/uiwjs/react-codemirror/commit/a78b606)
[@&#8203;jaywcjlove](https://togithub.com/jaywcjlove)
- 📖 doc(tokyo-night): update document.
[`73b518e`](https://togithub.com/uiwjs/react-codemirror/commit/73b518e)
[@&#8203;jaywcjlove](https://togithub.com/jaywcjlove)
- 🌍 website: fix menu active.
[`b19e563`](https://togithub.com/uiwjs/react-codemirror/commit/b19e563)
[@&#8203;jaywcjlove](https://togithub.com/jaywcjlove)
- 🐞 fix(theme): Highlight components with green
([#&#8203;429](https://togithub.com/uiwjs/react-codemirror/issues/429))
[`cbb7c7a`](https://togithub.com/uiwjs/react-codemirror/commit/cbb7c7a)
[@&#8203;karlhorky](https://togithub.com/karlhorky)
- 🌍 website(theme): Support tags.standard(tags.tagName) in Theme Editor.
[#&#8203;430](https://togithub.com/uiwjs/react-codemirror/issues/430)
[`af0e3c1`](https://togithub.com/uiwjs/react-codemirror/commit/af0e3c1)
[@&#8203;jaywcjlove](https://togithub.com/jaywcjlove)
- 🐞 fix(github): modify tagName color in github theme.
[#&#8203;430](https://togithub.com/uiwjs/react-codemirror/issues/430)
[`c50705e`](https://togithub.com/uiwjs/react-codemirror/commit/c50705e)
[@&#8203;jaywcjlove](https://togithub.com/jaywcjlove)
- 🐞 fix(sublime): modify tagName color in sublime theme.
([#&#8203;430](https://togithub.com/uiwjs/react-codemirror/issues/430))
[`cbb41d1`](https://togithub.com/uiwjs/react-codemirror/commit/cbb41d1)
[@&#8203;jaywcjlove](https://togithub.com/jaywcjlove)

</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 07:34:38 +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]
a67f85358c
chore(deps): update dependency @uiw/codemirror-theme-duotone to v4.19.1 (#2654)
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@uiw/codemirror-theme-duotone](https://uiwjs.github.io/react-codemirror/#/theme/data/duotone/light)
([source](https://togithub.com/uiwjs/react-codemirror)) | [`4.15.1` ->
`4.19.1`](https://renovatebot.com/diffs/npm/@uiw%2fcodemirror-theme-duotone/4.15.1/4.19.1)
|
[![age](https://badges.renovateapi.com/packages/npm/@uiw%2fcodemirror-theme-duotone/4.19.1/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/@uiw%2fcodemirror-theme-duotone/4.19.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/@uiw%2fcodemirror-theme-duotone/4.19.1/compatibility-slim/4.15.1)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/@uiw%2fcodemirror-theme-duotone/4.19.1/confidence-slim/4.15.1)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>uiwjs/react-codemirror</summary>

###
[`v4.19.1`](https://togithub.com/uiwjs/react-codemirror/releases/tag/v4.19.1)

[Compare
Source](https://togithub.com/uiwjs/react-codemirror/compare/v4.19.0...v4.19.1)


[![](https://img.shields.io/badge/Open%20in-unpkg-blue)](https://uiwjs.github.io/npm-unpkg/#/pkg/@&#8203;uiw/react-codemirror@4.19.1/file/README.md)

Documentation v4.19.1:
https://raw.githack.com/uiwjs/react-codemirror/a71c6e1/index.html\
Comparing Changes:
https://github.com/uiwjs/react-codemirror/compare/v4.19.0...v4.19.1

```shell
npm i @&#8203;uiw/react-codemirror@4.19.1
```

- 🌟 feat(material): add materialLightInit/materialDarkInit/materialLight
method to material theme.
[`c488397`](https://togithub.com/uiwjs/react-codemirror/commit/c488397)
[@&#8203;jaywcjlove](https://togithub.com/jaywcjlove)

###
[`v4.19.0`](https://togithub.com/uiwjs/react-codemirror/releases/tag/v4.19.0)

[Compare
Source](https://togithub.com/uiwjs/react-codemirror/compare/v4.18.2...v4.19.0)


[![](https://img.shields.io/badge/Open%20in-unpkg-blue)](https://uiwjs.github.io/npm-unpkg/#/pkg/@&#8203;uiw/react-codemirror@4.19.0/file/README.md)

Documentation v4.19.0:
https://raw.githack.com/uiwjs/react-codemirror/aa2b4d8/index.html\
Comparing Changes:
https://github.com/uiwjs/react-codemirror/compare/v4.18.2...v4.19.0

```shell
npm i @&#8203;uiw/react-codemirror@4.19.0
```

- 🌟 feat(theme): add aura theme.
[`e7c7f0f`](https://togithub.com/uiwjs/react-codemirror/commit/e7c7f0f)
[@&#8203;jaywcjlove](https://togithub.com/jaywcjlove)
- 🌟 feat(theme): add TokyoNight theme.
[`4af4add`](https://togithub.com/uiwjs/react-codemirror/commit/4af4add)
[@&#8203;jaywcjlove](https://togithub.com/jaywcjlove)
- 🌟 feat(theme): add TokyoNightStorm theme.
[`e67f5ee`](https://togithub.com/uiwjs/react-codemirror/commit/e67f5ee)
[@&#8203;jaywcjlove](https://togithub.com/jaywcjlove)
- 🌟 feat(theme): add tokyoNightDay theme.
[`6f5a908`](https://togithub.com/uiwjs/react-codemirror/commit/6f5a908)
[@&#8203;jaywcjlove](https://togithub.com/jaywcjlove)
- 💄 chore: update workflows config.
[`709fabb`](https://togithub.com/uiwjs/react-codemirror/commit/709fabb)
[@&#8203;jaywcjlove](https://togithub.com/jaywcjlove)

###
[`v4.18.2`](https://togithub.com/uiwjs/react-codemirror/releases/tag/v4.18.2)

[Compare
Source](https://togithub.com/uiwjs/react-codemirror/compare/v4.18.1...v4.18.2)


[![](https://img.shields.io/badge/Open%20in-unpkg-blue)](https://uiwjs.github.io/npm-unpkg/#/pkg/@&#8203;uiw/react-codemirror@4.18.2/file/README.md)

Documentation v4.18.2:
https://raw.githack.com/uiwjs/react-codemirror/1fd4697/index.html\
Comparing Changes:
https://github.com/uiwjs/react-codemirror/compare/v4.18.1...v4.18.2

```shell
npm i @&#8203;uiw/react-codemirror@4.18.2
```

- 🎨 style(themes): Modify the gutter border-right style.
[`64b5993`](https://togithub.com/uiwjs/react-codemirror/commit/64b5993)
[@&#8203;jaywcjlove](https://togithub.com/jaywcjlove)

###
[`v4.18.1`](https://togithub.com/uiwjs/react-codemirror/releases/tag/v4.18.1)

[Compare
Source](https://togithub.com/uiwjs/react-codemirror/compare/v4.18.0...v4.18.1)


[![](https://img.shields.io/badge/Open%20in-unpkg-blue)](https://uiwjs.github.io/npm-unpkg/#/pkg/@&#8203;uiw/react-codemirror@4.18.1/file/README.md)

Documentation v4.18.1:
https://raw.githack.com/uiwjs/react-codemirror/545f986/index.html\
Comparing Changes:
https://github.com/uiwjs/react-codemirror/compare/v4.18.0...v4.18.1

```shell
npm i @&#8203;uiw/react-codemirror@4.18.1
```

- 🌍 website: add themes home page.
[`fea984f`](https://togithub.com/uiwjs/react-codemirror/commit/fea984f)
[@&#8203;jaywcjlove](https://togithub.com/jaywcjlove)
- 🌟 feat(theme): add noctis-lilac theme.
[`f30c552`](https://togithub.com/uiwjs/react-codemirror/commit/f30c552)
[@&#8203;jaywcjlove](https://togithub.com/jaywcjlove)

###
[`v4.18.0`](https://togithub.com/uiwjs/react-codemirror/releases/tag/v4.18.0)

[Compare
Source](https://togithub.com/uiwjs/react-codemirror/compare/v4.17.1...v4.18.0)


[![](https://img.shields.io/badge/Open%20in-unpkg-blue)](https://uiwjs.github.io/npm-unpkg/#/pkg/@&#8203;uiw/react-codemirror@4.18.0/file/README.md)

Documentation v4.18.0:
https://raw.githack.com/uiwjs/react-codemirror/1b62d39/index.html\
Comparing Changes:
https://github.com/uiwjs/react-codemirror/compare/v4.17.1...v4.18.0

```shell
npm i @&#8203;uiw/react-codemirror@4.18.0
```

- 🌍 website: update website example.
[`a4411dc`](https://togithub.com/uiwjs/react-codemirror/commit/a4411dc)
[@&#8203;jaywcjlove](https://togithub.com/jaywcjlove)
- 🌟 feat(xcode): add xcodeLightInit/xcodeDarkInit method to xcode theme.
[`70d3db5`](https://togithub.com/uiwjs/react-codemirror/commit/70d3db5)
[@&#8203;jaywcjlove](https://togithub.com/jaywcjlove)
- 🌟 feat(sublime): add sublimeInit method to xcode theme.
[`a664aae`](https://togithub.com/uiwjs/react-codemirror/commit/a664aae)
[@&#8203;jaywcjlove](https://togithub.com/jaywcjlove)
- 🌟 feat(solarized): add solarizedLightInit/solarizedDarkInit method to
solarized theme.
[`26aee9f`](https://togithub.com/uiwjs/react-codemirror/commit/26aee9f)
[@&#8203;jaywcjlove](https://togithub.com/jaywcjlove)
- 🌍 website: fix theme all type errors.
[`d45e5ee`](https://togithub.com/uiwjs/react-codemirror/commit/d45e5ee)
[@&#8203;jaywcjlove](https://togithub.com/jaywcjlove)
- 🌟 feat(okaidia): add okaidiaInit method to okaidia theme.
[`adf94e5`](https://togithub.com/uiwjs/react-codemirror/commit/adf94e5)
[@&#8203;jaywcjlove](https://togithub.com/jaywcjlove)
- 🌟 feat(nord): add nordInit method to nord theme.
[`14811ae`](https://togithub.com/uiwjs/react-codemirror/commit/14811ae)
[@&#8203;jaywcjlove](https://togithub.com/jaywcjlove)
- 🌟 feat(material): add materialInit method to material theme.
[`129d8e3`](https://togithub.com/uiwjs/react-codemirror/commit/129d8e3)
[@&#8203;jaywcjlove](https://togithub.com/jaywcjlove)
- 🌟 feat(gruvbox): add gruvboxDarkInit/gruvboxLightInit method to
gruvbox theme.
[`c5c0afe`](https://togithub.com/uiwjs/react-codemirror/commit/c5c0afe)
[@&#8203;jaywcjlove](https://togithub.com/jaywcjlove)
- 🌟 feat(github): add githubDarkInit/githubLightInit method to github
theme.
[`2aacb6f`](https://togithub.com/uiwjs/react-codemirror/commit/2aacb6f)
[@&#8203;jaywcjlove](https://togithub.com/jaywcjlove)
- 🌟 feat(eclipse): add eclipseInit method to eclipse theme.
[`3cd796d`](https://togithub.com/uiwjs/react-codemirror/commit/3cd796d)
[@&#8203;jaywcjlove](https://togithub.com/jaywcjlove)
- 🌟 feat(duotone): add duotoneLightInit/duotoneDarkInit method to
duotone theme.
[`4044b17`](https://togithub.com/uiwjs/react-codemirror/commit/4044b17)
[@&#8203;jaywcjlove](https://togithub.com/jaywcjlove)
- 🌟 feat(dracula): add draculaInit method to dracula theme.
[`8c4e397`](https://togithub.com/uiwjs/react-codemirror/commit/8c4e397)
[@&#8203;jaywcjlove](https://togithub.com/jaywcjlove)
- 🌟 feat(darcula): add darculaInit method to darcula theme.
[`23c896c`](https://togithub.com/uiwjs/react-codemirror/commit/23c896c)
[@&#8203;jaywcjlove](https://togithub.com/jaywcjlove)
- 🌟 feat(bespin): add bespinInit method to bespin theme.
[`0515402`](https://togithub.com/uiwjs/react-codemirror/commit/0515402)
[@&#8203;jaywcjlove](https://togithub.com/jaywcjlove)
- 🌟 feat(bbedit): add bbeditInit method to bbedit theme.
[`e6b66d0`](https://togithub.com/uiwjs/react-codemirror/commit/e6b66d0)
[@&#8203;jaywcjlove](https://togithub.com/jaywcjlove)
- 🌟 feat(atomone): add atomoneInit method to atomone theme.
[`82d86e5`](https://togithub.com/uiwjs/react-codemirror/commit/82d86e5)
[@&#8203;jaywcjlove](https://togithub.com/jaywcjlove)
- 🌟 feat(androidstudio): add androidstudioInit method to androidstudio
theme.
[`61f38d1`](https://togithub.com/uiwjs/react-codemirror/commit/61f38d1)
[@&#8203;jaywcjlove](https://togithub.com/jaywcjlove)
- 🌟 feat(abcdef): add abcdefInit method to abcdef theme.
[`b8cf12f`](https://togithub.com/uiwjs/react-codemirror/commit/b8cf12f)
[@&#8203;jaywcjlove](https://togithub.com/jaywcjlove)

###
[`v4.17.1`](https://togithub.com/uiwjs/react-codemirror/releases/tag/v4.17.1)

[Compare
Source](https://togithub.com/uiwjs/react-codemirror/compare/v4.17.0...v4.17.1)


[![](https://img.shields.io/badge/Open%20in-unpkg-blue)](https://uiwjs.github.io/npm-unpkg/#/pkg/@&#8203;uiw/react-codemirror@4.17.1/file/README.md)

Documentation v4.17.1:
https://raw.githack.com/uiwjs/react-codemirror/0fcc2c9/index.html\
Comparing Changes:
https://github.com/uiwjs/react-codemirror/compare/v4.17.0...v4.17.1

```shell
npm i @&#8203;uiw/react-codemirror@4.17.1
```

- 🎨 style(github): update github style.
[`0d483e8`](https://togithub.com/uiwjs/react-codemirror/commit/0d483e8)
[@&#8203;jaywcjlove](https://togithub.com/jaywcjlove)

###
[`v4.17.0`](https://togithub.com/uiwjs/react-codemirror/releases/tag/v4.17.0)

[Compare
Source](https://togithub.com/uiwjs/react-codemirror/compare/v4.16.0...v4.17.0)


[![](https://img.shields.io/badge/Open%20in-unpkg-blue)](https://uiwjs.github.io/npm-unpkg/#/pkg/@&#8203;uiw/react-codemirror@4.17.0/file/README.md)

Documentation v4.17.0:
https://raw.githack.com/uiwjs/react-codemirror/d8e3be4/index.html\
Comparing Changes:
https://github.com/uiwjs/react-codemirror/compare/v4.16.0...v4.17.0

```shell
npm i @&#8203;uiw/react-codemirror@4.17.0
```

- 🌟 feat: add workflows config.
[`43e76ac`](https://togithub.com/uiwjs/react-codemirror/commit/43e76ac)
[@&#8203;jaywcjlove](https://togithub.com/jaywcjlove)
- 💄 chore: update workflows config.
[`0eb8053`](https://togithub.com/uiwjs/react-codemirror/commit/0eb8053)
[@&#8203;jaywcjlove](https://togithub.com/jaywcjlove)
- 🌟 feat(theme): add material theme.
[`a2fe1d8`](https://togithub.com/uiwjs/react-codemirror/commit/a2fe1d8)
[@&#8203;jaywcjlove](https://togithub.com/jaywcjlove)
- 💄 chore(theme): update gruvbox theme.
[`18c1977`](https://togithub.com/uiwjs/react-codemirror/commit/18c1977)
[@&#8203;jaywcjlove](https://togithub.com/jaywcjlove)
- 🌟 feat(theme): add solarized theme.
[`d6899db`](https://togithub.com/uiwjs/react-codemirror/commit/d6899db)
[@&#8203;jaywcjlove](https://togithub.com/jaywcjlove)
- 💄 chore: update workflows config.
[`a104c88`](https://togithub.com/uiwjs/react-codemirror/commit/a104c88)
[@&#8203;jaywcjlove](https://togithub.com/jaywcjlove)

###
[`v4.16.0`](https://togithub.com/uiwjs/react-codemirror/releases/tag/v4.16.0)

[Compare
Source](https://togithub.com/uiwjs/react-codemirror/compare/v4.15.1...v4.16.0)


[![](https://img.shields.io/badge/Open%20in-unpkg-blue)](https://uiwjs.github.io/npm-unpkg/#/pkg/@&#8203;uiw/react-codemirror@4.16.0/file/README.md)

Documentation v4.16.0:
https://raw.githack.com/uiwjs/react-codemirror/cacf4ae/index.html\
Comparing Changes:
https://github.com/uiwjs/react-codemirror/compare/v4.15.1...v4.16.0

```shell
npm i @&#8203;uiw/react-codemirror@4.16.0
```

- 📖 doc(vscode): update README.md
[`7bd0ed7`](https://togithub.com/uiwjs/react-codemirror/commit/7bd0ed7)
[@&#8203;jaywcjlove](https://togithub.com/jaywcjlove)
- 🌟 feat: add zebra-stripes component.
[#&#8203;424](https://togithub.com/uiwjs/react-codemirror/issues/424)
[`bdb7e9a`](https://togithub.com/uiwjs/react-codemirror/commit/bdb7e9a)
[@&#8203;jaywcjlove](https://togithub.com/jaywcjlove)
- 🐞 fix(deps): update codemirror
([#&#8203;417](https://togithub.com/uiwjs/react-codemirror/issues/417))
[`09ab14f`](https://togithub.com/uiwjs/react-codemirror/commit/09ab14f)
[@&#8203;renovate-bot](https://togithub.com/renovate-bot)
- 💄 chore(deps): update dependency prettier to ~2.8.0
([#&#8203;420](https://togithub.com/uiwjs/react-codemirror/issues/420))
[`52822d8`](https://togithub.com/uiwjs/react-codemirror/commit/52822d8)
[@&#8203;renovate-bot](https://togithub.com/renovate-bot)
- 💄 chore(deps): update dependency lint-staged to ~13.1.0
([#&#8203;425](https://togithub.com/uiwjs/react-codemirror/issues/425))
[`b9d6ef6`](https://togithub.com/uiwjs/react-codemirror/commit/b9d6ef6)
[@&#8203;renovate-bot](https://togithub.com/renovate-bot)
- 🌟 feat(theme): add nord theme.
[`2717cdd`](https://togithub.com/uiwjs/react-codemirror/commit/2717cdd)
[@&#8203;jaywcjlove](https://togithub.com/jaywcjlove)
- 🌟 feat(theme): add gruvbox light theme.
[`2df3352`](https://togithub.com/uiwjs/react-codemirror/commit/2df3352)
[@&#8203;jaywcjlove](https://togithub.com/jaywcjlove)

</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 01:56:58 +00:00
renovate[bot]
55ed4bf81a
chore(deps): update dependency @uiw/react-codemirror to v4.19.1 (#2653)
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@uiw/react-codemirror](https://uiwjs.github.io/react-codemirror)
([source](https://togithub.com/uiwjs/react-codemirror)) | [`4.15.1` ->
`4.19.1`](https://renovatebot.com/diffs/npm/@uiw%2freact-codemirror/4.15.1/4.19.1)
|
[![age](https://badges.renovateapi.com/packages/npm/@uiw%2freact-codemirror/4.19.1/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/@uiw%2freact-codemirror/4.19.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/@uiw%2freact-codemirror/4.19.1/compatibility-slim/4.15.1)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/@uiw%2freact-codemirror/4.19.1/confidence-slim/4.15.1)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>uiwjs/react-codemirror</summary>

###
[`v4.19.1`](https://togithub.com/uiwjs/react-codemirror/releases/tag/v4.19.1)

[Compare
Source](https://togithub.com/uiwjs/react-codemirror/compare/v4.19.0...v4.19.1)


[![](https://img.shields.io/badge/Open%20in-unpkg-blue)](https://uiwjs.github.io/npm-unpkg/#/pkg/@&#8203;uiw/react-codemirror@4.19.1/file/README.md)

Documentation v4.19.1:
https://raw.githack.com/uiwjs/react-codemirror/a71c6e1/index.html\
Comparing Changes:
https://github.com/uiwjs/react-codemirror/compare/v4.19.0...v4.19.1

```shell
npm i @&#8203;uiw/react-codemirror@4.19.1
```

- 🌟 feat(material): add materialLightInit/materialDarkInit/materialLight
method to material theme.
[`c488397`](https://togithub.com/uiwjs/react-codemirror/commit/c488397)
[@&#8203;jaywcjlove](https://togithub.com/jaywcjlove)

###
[`v4.19.0`](https://togithub.com/uiwjs/react-codemirror/releases/tag/v4.19.0)

[Compare
Source](https://togithub.com/uiwjs/react-codemirror/compare/v4.18.2...v4.19.0)


[![](https://img.shields.io/badge/Open%20in-unpkg-blue)](https://uiwjs.github.io/npm-unpkg/#/pkg/@&#8203;uiw/react-codemirror@4.19.0/file/README.md)

Documentation v4.19.0:
https://raw.githack.com/uiwjs/react-codemirror/aa2b4d8/index.html\
Comparing Changes:
https://github.com/uiwjs/react-codemirror/compare/v4.18.2...v4.19.0

```shell
npm i @&#8203;uiw/react-codemirror@4.19.0
```

- 🌟 feat(theme): add aura theme.
[`e7c7f0f`](https://togithub.com/uiwjs/react-codemirror/commit/e7c7f0f)
[@&#8203;jaywcjlove](https://togithub.com/jaywcjlove)
- 🌟 feat(theme): add TokyoNight theme.
[`4af4add`](https://togithub.com/uiwjs/react-codemirror/commit/4af4add)
[@&#8203;jaywcjlove](https://togithub.com/jaywcjlove)
- 🌟 feat(theme): add TokyoNightStorm theme.
[`e67f5ee`](https://togithub.com/uiwjs/react-codemirror/commit/e67f5ee)
[@&#8203;jaywcjlove](https://togithub.com/jaywcjlove)
- 🌟 feat(theme): add tokyoNightDay theme.
[`6f5a908`](https://togithub.com/uiwjs/react-codemirror/commit/6f5a908)
[@&#8203;jaywcjlove](https://togithub.com/jaywcjlove)
- 💄 chore: update workflows config.
[`709fabb`](https://togithub.com/uiwjs/react-codemirror/commit/709fabb)
[@&#8203;jaywcjlove](https://togithub.com/jaywcjlove)

###
[`v4.18.2`](https://togithub.com/uiwjs/react-codemirror/releases/tag/v4.18.2)

[Compare
Source](https://togithub.com/uiwjs/react-codemirror/compare/v4.18.1...v4.18.2)


[![](https://img.shields.io/badge/Open%20in-unpkg-blue)](https://uiwjs.github.io/npm-unpkg/#/pkg/@&#8203;uiw/react-codemirror@4.18.2/file/README.md)

Documentation v4.18.2:
https://raw.githack.com/uiwjs/react-codemirror/1fd4697/index.html\
Comparing Changes:
https://github.com/uiwjs/react-codemirror/compare/v4.18.1...v4.18.2

```shell
npm i @&#8203;uiw/react-codemirror@4.18.2
```

- 🎨 style(themes): Modify the gutter border-right style.
[`64b5993`](https://togithub.com/uiwjs/react-codemirror/commit/64b5993)
[@&#8203;jaywcjlove](https://togithub.com/jaywcjlove)

###
[`v4.18.1`](https://togithub.com/uiwjs/react-codemirror/releases/tag/v4.18.1)

[Compare
Source](https://togithub.com/uiwjs/react-codemirror/compare/v4.18.0...v4.18.1)


[![](https://img.shields.io/badge/Open%20in-unpkg-blue)](https://uiwjs.github.io/npm-unpkg/#/pkg/@&#8203;uiw/react-codemirror@4.18.1/file/README.md)

Documentation v4.18.1:
https://raw.githack.com/uiwjs/react-codemirror/545f986/index.html\
Comparing Changes:
https://github.com/uiwjs/react-codemirror/compare/v4.18.0...v4.18.1

```shell
npm i @&#8203;uiw/react-codemirror@4.18.1
```

- 🌍 website: add themes home page.
[`fea984f`](https://togithub.com/uiwjs/react-codemirror/commit/fea984f)
[@&#8203;jaywcjlove](https://togithub.com/jaywcjlove)
- 🌟 feat(theme): add noctis-lilac theme.
[`f30c552`](https://togithub.com/uiwjs/react-codemirror/commit/f30c552)
[@&#8203;jaywcjlove](https://togithub.com/jaywcjlove)

###
[`v4.18.0`](https://togithub.com/uiwjs/react-codemirror/releases/tag/v4.18.0)

[Compare
Source](https://togithub.com/uiwjs/react-codemirror/compare/v4.17.1...v4.18.0)


[![](https://img.shields.io/badge/Open%20in-unpkg-blue)](https://uiwjs.github.io/npm-unpkg/#/pkg/@&#8203;uiw/react-codemirror@4.18.0/file/README.md)

Documentation v4.18.0:
https://raw.githack.com/uiwjs/react-codemirror/1b62d39/index.html\
Comparing Changes:
https://github.com/uiwjs/react-codemirror/compare/v4.17.1...v4.18.0

```shell
npm i @&#8203;uiw/react-codemirror@4.18.0
```

- 🌍 website: update website example.
[`a4411dc`](https://togithub.com/uiwjs/react-codemirror/commit/a4411dc)
[@&#8203;jaywcjlove](https://togithub.com/jaywcjlove)
- 🌟 feat(xcode): add xcodeLightInit/xcodeDarkInit method to xcode theme.
[`70d3db5`](https://togithub.com/uiwjs/react-codemirror/commit/70d3db5)
[@&#8203;jaywcjlove](https://togithub.com/jaywcjlove)
- 🌟 feat(sublime): add sublimeInit method to xcode theme.
[`a664aae`](https://togithub.com/uiwjs/react-codemirror/commit/a664aae)
[@&#8203;jaywcjlove](https://togithub.com/jaywcjlove)
- 🌟 feat(solarized): add solarizedLightInit/solarizedDarkInit method to
solarized theme.
[`26aee9f`](https://togithub.com/uiwjs/react-codemirror/commit/26aee9f)
[@&#8203;jaywcjlove](https://togithub.com/jaywcjlove)
- 🌍 website: fix theme all type errors.
[`d45e5ee`](https://togithub.com/uiwjs/react-codemirror/commit/d45e5ee)
[@&#8203;jaywcjlove](https://togithub.com/jaywcjlove)
- 🌟 feat(okaidia): add okaidiaInit method to okaidia theme.
[`adf94e5`](https://togithub.com/uiwjs/react-codemirror/commit/adf94e5)
[@&#8203;jaywcjlove](https://togithub.com/jaywcjlove)
- 🌟 feat(nord): add nordInit method to nord theme.
[`14811ae`](https://togithub.com/uiwjs/react-codemirror/commit/14811ae)
[@&#8203;jaywcjlove](https://togithub.com/jaywcjlove)
- 🌟 feat(material): add materialInit method to material theme.
[`129d8e3`](https://togithub.com/uiwjs/react-codemirror/commit/129d8e3)
[@&#8203;jaywcjlove](https://togithub.com/jaywcjlove)
- 🌟 feat(gruvbox): add gruvboxDarkInit/gruvboxLightInit method to
gruvbox theme.
[`c5c0afe`](https://togithub.com/uiwjs/react-codemirror/commit/c5c0afe)
[@&#8203;jaywcjlove](https://togithub.com/jaywcjlove)
- 🌟 feat(github): add githubDarkInit/githubLightInit method to github
theme.
[`2aacb6f`](https://togithub.com/uiwjs/react-codemirror/commit/2aacb6f)
[@&#8203;jaywcjlove](https://togithub.com/jaywcjlove)
- 🌟 feat(eclipse): add eclipseInit method to eclipse theme.
[`3cd796d`](https://togithub.com/uiwjs/react-codemirror/commit/3cd796d)
[@&#8203;jaywcjlove](https://togithub.com/jaywcjlove)
- 🌟 feat(duotone): add duotoneLightInit/duotoneDarkInit method to
duotone theme.
[`4044b17`](https://togithub.com/uiwjs/react-codemirror/commit/4044b17)
[@&#8203;jaywcjlove](https://togithub.com/jaywcjlove)
- 🌟 feat(dracula): add draculaInit method to dracula theme.
[`8c4e397`](https://togithub.com/uiwjs/react-codemirror/commit/8c4e397)
[@&#8203;jaywcjlove](https://togithub.com/jaywcjlove)
- 🌟 feat(darcula): add darculaInit method to darcula theme.
[`23c896c`](https://togithub.com/uiwjs/react-codemirror/commit/23c896c)
[@&#8203;jaywcjlove](https://togithub.com/jaywcjlove)
- 🌟 feat(bespin): add bespinInit method to bespin theme.
[`0515402`](https://togithub.com/uiwjs/react-codemirror/commit/0515402)
[@&#8203;jaywcjlove](https://togithub.com/jaywcjlove)
- 🌟 feat(bbedit): add bbeditInit method to bbedit theme.
[`e6b66d0`](https://togithub.com/uiwjs/react-codemirror/commit/e6b66d0)
[@&#8203;jaywcjlove](https://togithub.com/jaywcjlove)
- 🌟 feat(atomone): add atomoneInit method to atomone theme.
[`82d86e5`](https://togithub.com/uiwjs/react-codemirror/commit/82d86e5)
[@&#8203;jaywcjlove](https://togithub.com/jaywcjlove)
- 🌟 feat(androidstudio): add androidstudioInit method to androidstudio
theme.
[`61f38d1`](https://togithub.com/uiwjs/react-codemirror/commit/61f38d1)
[@&#8203;jaywcjlove](https://togithub.com/jaywcjlove)
- 🌟 feat(abcdef): add abcdefInit method to abcdef theme.
[`b8cf12f`](https://togithub.com/uiwjs/react-codemirror/commit/b8cf12f)
[@&#8203;jaywcjlove](https://togithub.com/jaywcjlove)

###
[`v4.17.1`](https://togithub.com/uiwjs/react-codemirror/releases/tag/v4.17.1)

[Compare
Source](https://togithub.com/uiwjs/react-codemirror/compare/v4.17.0...v4.17.1)


[![](https://img.shields.io/badge/Open%20in-unpkg-blue)](https://uiwjs.github.io/npm-unpkg/#/pkg/@&#8203;uiw/react-codemirror@4.17.1/file/README.md)

Documentation v4.17.1:
https://raw.githack.com/uiwjs/react-codemirror/0fcc2c9/index.html\
Comparing Changes:
https://github.com/uiwjs/react-codemirror/compare/v4.17.0...v4.17.1

```shell
npm i @&#8203;uiw/react-codemirror@4.17.1
```

- 🎨 style(github): update github style.
[`0d483e8`](https://togithub.com/uiwjs/react-codemirror/commit/0d483e8)
[@&#8203;jaywcjlove](https://togithub.com/jaywcjlove)

###
[`v4.17.0`](https://togithub.com/uiwjs/react-codemirror/releases/tag/v4.17.0)

[Compare
Source](https://togithub.com/uiwjs/react-codemirror/compare/v4.16.0...v4.17.0)


[![](https://img.shields.io/badge/Open%20in-unpkg-blue)](https://uiwjs.github.io/npm-unpkg/#/pkg/@&#8203;uiw/react-codemirror@4.17.0/file/README.md)

Documentation v4.17.0:
https://raw.githack.com/uiwjs/react-codemirror/d8e3be4/index.html\
Comparing Changes:
https://github.com/uiwjs/react-codemirror/compare/v4.16.0...v4.17.0

```shell
npm i @&#8203;uiw/react-codemirror@4.17.0
```

- 🌟 feat: add workflows config.
[`43e76ac`](https://togithub.com/uiwjs/react-codemirror/commit/43e76ac)
[@&#8203;jaywcjlove](https://togithub.com/jaywcjlove)
- 💄 chore: update workflows config.
[`0eb8053`](https://togithub.com/uiwjs/react-codemirror/commit/0eb8053)
[@&#8203;jaywcjlove](https://togithub.com/jaywcjlove)
- 🌟 feat(theme): add material theme.
[`a2fe1d8`](https://togithub.com/uiwjs/react-codemirror/commit/a2fe1d8)
[@&#8203;jaywcjlove](https://togithub.com/jaywcjlove)
- 💄 chore(theme): update gruvbox theme.
[`18c1977`](https://togithub.com/uiwjs/react-codemirror/commit/18c1977)
[@&#8203;jaywcjlove](https://togithub.com/jaywcjlove)
- 🌟 feat(theme): add solarized theme.
[`d6899db`](https://togithub.com/uiwjs/react-codemirror/commit/d6899db)
[@&#8203;jaywcjlove](https://togithub.com/jaywcjlove)
- 💄 chore: update workflows config.
[`a104c88`](https://togithub.com/uiwjs/react-codemirror/commit/a104c88)
[@&#8203;jaywcjlove](https://togithub.com/jaywcjlove)

###
[`v4.16.0`](https://togithub.com/uiwjs/react-codemirror/releases/tag/v4.16.0)

[Compare
Source](https://togithub.com/uiwjs/react-codemirror/compare/v4.15.1...v4.16.0)


[![](https://img.shields.io/badge/Open%20in-unpkg-blue)](https://uiwjs.github.io/npm-unpkg/#/pkg/@&#8203;uiw/react-codemirror@4.16.0/file/README.md)

Documentation v4.16.0:
https://raw.githack.com/uiwjs/react-codemirror/cacf4ae/index.html\
Comparing Changes:
https://github.com/uiwjs/react-codemirror/compare/v4.15.1...v4.16.0

```shell
npm i @&#8203;uiw/react-codemirror@4.16.0
```

- 📖 doc(vscode): update README.md
[`7bd0ed7`](https://togithub.com/uiwjs/react-codemirror/commit/7bd0ed7)
[@&#8203;jaywcjlove](https://togithub.com/jaywcjlove)
- 🌟 feat: add zebra-stripes component.
[#&#8203;424](https://togithub.com/uiwjs/react-codemirror/issues/424)
[`bdb7e9a`](https://togithub.com/uiwjs/react-codemirror/commit/bdb7e9a)
[@&#8203;jaywcjlove](https://togithub.com/jaywcjlove)
- 🐞 fix(deps): update codemirror
([#&#8203;417](https://togithub.com/uiwjs/react-codemirror/issues/417))
[`09ab14f`](https://togithub.com/uiwjs/react-codemirror/commit/09ab14f)
[@&#8203;renovate-bot](https://togithub.com/renovate-bot)
- 💄 chore(deps): update dependency prettier to ~2.8.0
([#&#8203;420](https://togithub.com/uiwjs/react-codemirror/issues/420))
[`52822d8`](https://togithub.com/uiwjs/react-codemirror/commit/52822d8)
[@&#8203;renovate-bot](https://togithub.com/renovate-bot)
- 💄 chore(deps): update dependency lint-staged to ~13.1.0
([#&#8203;425](https://togithub.com/uiwjs/react-codemirror/issues/425))
[`b9d6ef6`](https://togithub.com/uiwjs/react-codemirror/commit/b9d6ef6)
[@&#8203;renovate-bot](https://togithub.com/renovate-bot)
- 🌟 feat(theme): add nord theme.
[`2717cdd`](https://togithub.com/uiwjs/react-codemirror/commit/2717cdd)
[@&#8203;jaywcjlove](https://togithub.com/jaywcjlove)
- 🌟 feat(theme): add gruvbox light theme.
[`2df3352`](https://togithub.com/uiwjs/react-codemirror/commit/2df3352)
[@&#8203;jaywcjlove](https://togithub.com/jaywcjlove)

</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 23:27:57 +00:00
renovate[bot]
768e2b2038
fix(deps): update dependency docusaurus-theme-openapi-docs to v1.4.7 (#2652)
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[docusaurus-theme-openapi-docs](https://togithub.com/PaloAltoNetworks/docusaurus-openapi-docs)
| [`1.4.5` ->
`1.4.7`](https://renovatebot.com/diffs/npm/docusaurus-theme-openapi-docs/1.4.5/1.4.7)
|
[![age](https://badges.renovateapi.com/packages/npm/docusaurus-theme-openapi-docs/1.4.7/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/docusaurus-theme-openapi-docs/1.4.7/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/docusaurus-theme-openapi-docs/1.4.7/compatibility-slim/1.4.5)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/docusaurus-theme-openapi-docs/1.4.7/confidence-slim/1.4.5)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>PaloAltoNetworks/docusaurus-openapi-docs</summary>

###
[`v1.4.7`](https://togithub.com/PaloAltoNetworks/docusaurus-openapi-docs/blob/HEAD/CHANGELOG.md#&#8203;147-Dec-2-2022)

[Compare
Source](https://togithub.com/PaloAltoNetworks/docusaurus-openapi-docs/compare/v1.4.6...v1.4.7)

High level enhancements

- Emergency patch to address regression bug introdudced by
[#&#8203;351](https://togithub.com/PaloAltoNetworks/docusaurus-openapi-docs/issues/351)

Other enhancements and bug fixes

- Import markdown utils from lib
([#&#8203;358](https://togithub.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/358))

###
[`v1.4.6`](https://togithub.com/PaloAltoNetworks/docusaurus-openapi-docs/blob/HEAD/CHANGELOG.md#&#8203;146-Dec-2-2022)

[Compare
Source](https://togithub.com/PaloAltoNetworks/docusaurus-openapi-docs/compare/v1.4.5...v1.4.6)

High level enhancements

-   Added support for swizzling `ApiItem` and `ApiDemoPanel` components!

Other enhancements and bug fixes

- Remove createProperties from items anyOneOf condition and add new
condition for handling items.properties
([#&#8203;356](https://togithub.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/356))
- \[Enhancement] Allow whitespace in key/token/password input
([#&#8203;354](https://togithub.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/354))
- \[Bug] Respect readOnly/writeOnly when creating example from schema
([#&#8203;353](https://togithub.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/353))
- \[Bug] Import Body from [@&#8203;theme](https://togithub.com/theme) in
makeRequest
([#&#8203;352](https://togithub.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/352))
- \[Experimental] Improve support for swizzling theme components
([#&#8203;351](https://togithub.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/351))
- Bump loader-utils from 2.0.3 to 2.0.4
([#&#8203;346](https://togithub.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/346))

</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 20:17:43 +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#&#8203;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
([#&#8203;6561](https://togithub.com/swc-project/swc/issues/6561))
([4af52c7](4af52c79ae))

- **(common)** Fix `BytePos` -> `CharPos` calculations
([#&#8203;6574](https://togithub.com/swc-project/swc/issues/6574))
([a203fdb](a203fdb1b6))

- **(css/parser)** Fix recovery more for invalid component values in
declaration value
([#&#8203;6560](https://togithub.com/swc-project/swc/issues/6560))
([db1eb48](db1eb483fd))

- **(css/parser)** Fix parsing of nested rules
([#&#8203;6563](https://togithub.com/swc-project/swc/issues/6563))
([a1fe907](a1fe9076c2))

- **(css/parser)** Fix a small bug
([#&#8203;6591](https://togithub.com/swc-project/swc/issues/6591))
([4de378c](4de378cb1e))

- **(css/parser)** Avoid skipping extra whitespaces
([#&#8203;6592](https://togithub.com/swc-project/swc/issues/6592))
([d8936ad](d8936ade5b))

- **(es/compat)** Prepend generated `_loop` to the correct scope
([#&#8203;6604](https://togithub.com/swc-project/swc/issues/6604))
([4c2d422](4c2d42261e))

- **(es/parser)** Fix `typeof` in `TSCallSignatureDeclaration`
([#&#8203;6553](https://togithub.com/swc-project/swc/issues/6553))
([aa28aa0](aa28aa0c7f))

- **(es/parser)** Fix parsing of JSX with ASI
([#&#8203;6577](https://togithub.com/swc-project/swc/issues/6577))
([ad95ead](ad95ead291))

- **(es/resolver)** Reset `in_type` flag correctly
([#&#8203;6597](https://togithub.com/swc-project/swc/issues/6597))
([29ba05d](29ba05d137))

- **(es/typescript)** Strip inline type declarations
([#&#8203;6600](https://togithub.com/swc-project/swc/issues/6600))
([fe0c651](fe0c65195d))

- **(node-swc)** Sync types for `jsc.optimizer.globals`
([#&#8203;6603](https://togithub.com/swc-project/swc/issues/6603))
([b97aa45](b97aa45c5c))

- **(xml/parser)** Fix parsing of legacy document types
([#&#8203;6555](https://togithub.com/swc-project/swc/issues/6555))
([cdf0d8a](cdf0d8a8b5))

- **(xml/parser)** Fix various bugs
([#&#8203;6566](https://togithub.com/swc-project/swc/issues/6566))
([01232f0](01232f0988))

##### Features

- **(css/ast)** Make AST intuitive
([#&#8203;6606](https://togithub.com/swc-project/swc/issues/6606))
([b4eef53](b4eef53680))

- **(css/plugin)** Prepare Wasm plugins
([#&#8203;6567](https://togithub.com/swc-project/swc/issues/6567))
([8cdc28c](8cdc28cdfa))

- **(css/plugin)** Support Wasm plugin
([#&#8203;6568](https://togithub.com/swc-project/swc/issues/6568))
([fa8f7b0](fa8f7b00fc))

- **(es/analyzer)** Extract the analyzer from the minifier to a separate
crate ([#&#8203;6586](https://togithub.com/swc-project/swc/issues/6586))
([e1d01d8](e1d01d8b7a))

- **(html/parser)** Improve lexer
([#&#8203;6543](https://togithub.com/swc-project/swc/issues/6543))
([49b7e9e](49b7e9e224))

##### Miscellaneous Tasks

- **(ci)** Add debug logs for cli binaries
([#&#8203;6556](https://togithub.com/swc-project/swc/issues/6556))
([8083484](80834843f4))

- **(ci)** Fix CI
([#&#8203;6558](https://togithub.com/swc-project/swc/issues/6558))
([8587589](85875897f1))

- **(ci)** Fix benchmark action
([#&#8203;6582](https://togithub.com/swc-project/swc/issues/6582))
([d8adc58](d8adc58011))

- **(ci)** Fix benchmark action
([#&#8203;6596](https://togithub.com/swc-project/swc/issues/6596))
([154c315](154c315d91))

- **(css/lexer)** Fix typo
([#&#8203;6588](https://togithub.com/swc-project/swc/issues/6588))
([f383836](f383836bad))

##### Performance

- **(css/ast)** Reduce token size
([#&#8203;6569](https://togithub.com/swc-project/swc/issues/6569))
([8633d27](8633d27df0))

- **(css/codegen)** Reduce allocations
([#&#8203;6599](https://togithub.com/swc-project/swc/issues/6599))
([538d63e](538d63eb80))

- **(css/minifier)** Remove redundant clone
([#&#8203;6579](https://togithub.com/swc-project/swc/issues/6579))
([70ac028](70ac0286e5))

- **(css/minifier)** Remove more redundant clones
([#&#8203;6580](https://togithub.com/swc-project/swc/issues/6580))
([4171ee7](4171ee7fb3))

- **(css/minifier)** Improve performance
([#&#8203;6583](https://togithub.com/swc-project/swc/issues/6583))
([7895599](78955995a2))

- **(css/parser)** Reduce clones and allocations
([#&#8203;6585](https://togithub.com/swc-project/swc/issues/6585))
([6479670](64796701e4))

- **(css/parser)** Reduce number of function calls
([#&#8203;6587](https://togithub.com/swc-project/swc/issues/6587))
([252edb5](252edb550b))

- **(css/parser)** Don't allocate for comparisons
([#&#8203;6593](https://togithub.com/swc-project/swc/issues/6593))
([08b6eab](08b6eab010))

- **(html/parser)** Optimize usage of buffers
([#&#8203;6590](https://togithub.com/swc-project/swc/issues/6590))
([d6e9613](d6e961368b))

##### Refactor

- **(common)** Cleanup source_map.rs
([#&#8203;6570](https://togithub.com/swc-project/swc/issues/6570))
([b3ea52f](b3ea52f863))

- **(es/minifier)** Remove unnecessary code
([#&#8203;6575](https://togithub.com/swc-project/swc/issues/6575))
([586bfd5](586bfd5480))

- **(xml/parser)** Simplify logic for parsing elements
([#&#8203;6557](https://togithub.com/swc-project/swc/issues/6557))
([85a03e7](85a03e71b7))

##### Testing

- **(css/parser)** Move vendor tests
([#&#8203;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
Shaswat Prabhat
59c043e1ab
Shaswat: Remove usage of useStyles from UserForm (#2619)
Changes for [issue](https://github.com/Unleash/unleash/issues/2606)

Co-authored-by: Nuno Góis <github@nunogois.com>
2022-12-09 12:10:30 +00:00
Nuno Góis
1bd95d44e5
fix: use instance status too many reqs (#2651)
Same as https://github.com/Unleash/unleash/pull/2650 but for
`useInstanceStatus`, since it followed a similar pattern.
2022-12-09 11:53:31 +01:00
Mateusz Kwasniewski
1e8801b652
remove postgres because we dont run tests anymore (#2649) 2022-12-09 11:52:48 +01:00
Zan Marolt
d76d9d863d
Add azure example to the documentation page (#2641)
## About the changes
Noticed there is missing link to the azure sso implementation example.
2022-12-09 10:49:38 +00:00
Egor Stronhin
d716175b47
Update README.md (#2620)
Added clear instructions for a quick start with proxy.
2022-12-09 11:48:29 +01:00
Nuno Góis
bc77342380
fix: too many reqs to feature toggle endpoint (#2650)
Fixes an issue where the feature toggle endpoint gets request too many
times repeatedly.
2022-12-09 10:37:09 +00:00
andreas-unleash
58622bbf99
Fix/change request search (#2647)
<!-- Thanks for creating a PR! To make it easier for reviewers and
everyone else to understand what your changes relate to, please add some
relevant content to the headings below. Feel free to ignore or delete
sections that you don't think are relevant. Thank you! ❤️ -->
Fixes bug in Project Change Requests Tab Search
## About the changes
<!-- Describe the changes introduced. What are they and why are they
being introduced? Feel free to also add screenshots or steps to view the
changes if they're visual. -->

<!-- Does it close an issue? Multiple? -->
Closes #

<!-- (For internal contributors): Does it relate to an issue on public
roadmap? -->
<!--
Relates to [roadmap](https://github.com/orgs/Unleash/projects/10) item:
#
-->

### Important files
<!-- PRs can contain a lot of changes, but not all changes are equally
important. Where should a reviewer start looking to get an overview of
the changes? Are any files particularly important? -->


## Discussion points
<!-- Anything about the PR you'd like to discuss before it gets merged?
Got any questions or doubts? -->

Signed-off-by: andreas-unleash <andreas@getunleash.ai>
2022-12-09 11:34:26 +02:00
GitHub Actions Bot
f42404405d 4.18.7 2022-12-09 08:51:43 +00:00
Mateusz Kwasniewski
b62b955f4d
do not test again when creting version from github actions (#2639) 2022-12-09 09:30:16 +01:00
Mateusz Kwasniewski
867a8a4e8d
remove experimental notice (#2640) 2022-12-09 09:30:00 +01:00
Mateusz Kwasniewski
a87145b5ef
Fix strategy screen 404 (#2638) 2022-12-09 09:29:44 +01:00
renovate[bot]
a3328a2d18
fix(deps): update dependency docusaurus-plugin-openapi-docs to v1.4.7 (#2646)
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[docusaurus-plugin-openapi-docs](https://togithub.com/PaloAltoNetworks/docusaurus-openapi-docs)
| [`1.4.5` ->
`1.4.7`](https://renovatebot.com/diffs/npm/docusaurus-plugin-openapi-docs/1.4.5/1.4.7)
|
[![age](https://badges.renovateapi.com/packages/npm/docusaurus-plugin-openapi-docs/1.4.7/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/docusaurus-plugin-openapi-docs/1.4.7/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/docusaurus-plugin-openapi-docs/1.4.7/compatibility-slim/1.4.5)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/docusaurus-plugin-openapi-docs/1.4.7/confidence-slim/1.4.5)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>PaloAltoNetworks/docusaurus-openapi-docs</summary>

###
[`v1.4.7`](https://togithub.com/PaloAltoNetworks/docusaurus-openapi-docs/blob/HEAD/CHANGELOG.md#&#8203;147-Dec-2-2022)

[Compare
Source](https://togithub.com/PaloAltoNetworks/docusaurus-openapi-docs/compare/v1.4.6...v1.4.7)

High level enhancements

- Emergency patch to address regression bug introdudced by
[#&#8203;351](https://togithub.com/PaloAltoNetworks/docusaurus-openapi-docs/issues/351)

Other enhancements and bug fixes

- Import markdown utils from lib
([#&#8203;358](https://togithub.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/358))

###
[`v1.4.6`](https://togithub.com/PaloAltoNetworks/docusaurus-openapi-docs/blob/HEAD/CHANGELOG.md#&#8203;146-Dec-2-2022)

[Compare
Source](https://togithub.com/PaloAltoNetworks/docusaurus-openapi-docs/compare/v1.4.5...v1.4.6)

High level enhancements

-   Added support for swizzling `ApiItem` and `ApiDemoPanel` components!

Other enhancements and bug fixes

- Remove createProperties from items anyOneOf condition and add new
condition for handling items.properties
([#&#8203;356](https://togithub.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/356))
- \[Enhancement] Allow whitespace in key/token/password input
([#&#8203;354](https://togithub.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/354))
- \[Bug] Respect readOnly/writeOnly when creating example from schema
([#&#8203;353](https://togithub.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/353))
- \[Bug] Import Body from [@&#8203;theme](https://togithub.com/theme) in
makeRequest
([#&#8203;352](https://togithub.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/352))
- \[Experimental] Improve support for swizzling theme components
([#&#8203;351](https://togithub.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/351))
- Bump loader-utils from 2.0.3 to 2.0.4
([#&#8203;346](https://togithub.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/346))

</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 07:55:01 +00:00
renovate[bot]
c60f94d61d
chore(deps): update storybook monorepo to v6.5.14 (#2645)
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@storybook/addon-actions](https://togithub.com/storybookjs/storybook/tree/main/addons/actions)
([source](https://togithub.com/storybookjs/storybook)) | [`6.5.13` ->
`6.5.14`](https://renovatebot.com/diffs/npm/@storybook%2faddon-actions/6.5.13/6.5.14)
|
[![age](https://badges.renovateapi.com/packages/npm/@storybook%2faddon-actions/6.5.14/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/@storybook%2faddon-actions/6.5.14/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/@storybook%2faddon-actions/6.5.14/compatibility-slim/6.5.13)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/@storybook%2faddon-actions/6.5.14/confidence-slim/6.5.13)](https://docs.renovatebot.com/merge-confidence/)
|
|
[@storybook/addon-essentials](https://togithub.com/storybookjs/storybook/tree/main/addons/essentials)
([source](https://togithub.com/storybookjs/storybook)) | [`6.5.13` ->
`6.5.14`](https://renovatebot.com/diffs/npm/@storybook%2faddon-essentials/6.5.13/6.5.14)
|
[![age](https://badges.renovateapi.com/packages/npm/@storybook%2faddon-essentials/6.5.14/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/@storybook%2faddon-essentials/6.5.14/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/@storybook%2faddon-essentials/6.5.14/compatibility-slim/6.5.13)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/@storybook%2faddon-essentials/6.5.14/confidence-slim/6.5.13)](https://docs.renovatebot.com/merge-confidence/)
|
|
[@storybook/addon-interactions](https://togithub.com/storybookjs/storybook/tree/main/addons/interactions)
([source](https://togithub.com/storybookjs/storybook)) | [`6.5.13` ->
`6.5.14`](https://renovatebot.com/diffs/npm/@storybook%2faddon-interactions/6.5.13/6.5.14)
|
[![age](https://badges.renovateapi.com/packages/npm/@storybook%2faddon-interactions/6.5.14/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/@storybook%2faddon-interactions/6.5.14/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/@storybook%2faddon-interactions/6.5.14/compatibility-slim/6.5.13)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/@storybook%2faddon-interactions/6.5.14/confidence-slim/6.5.13)](https://docs.renovatebot.com/merge-confidence/)
|
|
[@storybook/addon-links](https://togithub.com/storybookjs/storybook/tree/main/addons/links)
([source](https://togithub.com/storybookjs/storybook)) | [`6.5.13` ->
`6.5.14`](https://renovatebot.com/diffs/npm/@storybook%2faddon-links/6.5.13/6.5.14)
|
[![age](https://badges.renovateapi.com/packages/npm/@storybook%2faddon-links/6.5.14/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/@storybook%2faddon-links/6.5.14/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/@storybook%2faddon-links/6.5.14/compatibility-slim/6.5.13)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/@storybook%2faddon-links/6.5.14/confidence-slim/6.5.13)](https://docs.renovatebot.com/merge-confidence/)
|
|
[@storybook/react](https://togithub.com/storybookjs/storybook/tree/main/app/react)
([source](https://togithub.com/storybookjs/storybook)) | [`6.5.13` ->
`6.5.14`](https://renovatebot.com/diffs/npm/@storybook%2freact/6.5.13/6.5.14)
|
[![age](https://badges.renovateapi.com/packages/npm/@storybook%2freact/6.5.14/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/@storybook%2freact/6.5.14/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/@storybook%2freact/6.5.14/compatibility-slim/6.5.13)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/@storybook%2freact/6.5.14/confidence-slim/6.5.13)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>storybookjs/storybook</summary>

###
[`v6.5.14`](https://togithub.com/storybookjs/storybook/releases/tag/v6.5.14)

[Compare
Source](https://togithub.com/storybookjs/storybook/compare/v6.5.13...v6.5.14)

##### Bug Fixes

- Angular: Fix "**webpack_require**.nmd is not a function issue" in
Angular 15
[#&#8203;20043](https://togithub.com/storybooks/storybook/pull/20043)
- CLI/React native: Fix addons template to import register instead of
manager
[#&#8203;19620](https://togithub.com/storybooks/storybook/pull/19620)

##### Maintenance

- Core: Patch preview-web and refs to support React Native
[#&#8203;19975](https://togithub.com/storybooks/storybook/pull/19975)

##### Dependency Upgrades

- Upgrade loader-utils to 2.0.4 in storysource and source-loader
[#&#8203;19891](https://togithub.com/storybooks/storybook/pull/19891)

</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:eyJjcmVhdGVkSW5WZXIiOiIzNC41MS4wIiwidXBkYXRlZEluVmVyIjoiMzQuNTEuMCJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-12-09 04:13:41 +00:00
renovate[bot]
f91bc136bb
chore(deps): update dependency sass to v1.56.2 (#2644)
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [sass](https://togithub.com/sass/dart-sass) | [`1.56.1` ->
`1.56.2`](https://renovatebot.com/diffs/npm/sass/1.56.1/1.56.2) |
[![age](https://badges.renovateapi.com/packages/npm/sass/1.56.2/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/sass/1.56.2/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/sass/1.56.2/compatibility-slim/1.56.1)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/sass/1.56.2/confidence-slim/1.56.1)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>sass/dart-sass</summary>

###
[`v1.56.2`](https://togithub.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#&#8203;1562)

[Compare
Source](https://togithub.com/sass/dart-sass/compare/1.56.1...1.56.2)

##### Embedded Sass

-   The embedded compiler now supports version 1.2.0 of [the embedded
    protocol](https://togithub.com/sass/embedded-protocol).

</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 00:03:09 +00:00
renovate[bot]
ae107ee230
chore(deps): update react-router monorepo to v6.4.5 (#2643)
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [react-router](https://togithub.com/remix-run/react-router) | [`6.4.3`
-> `6.4.5`](https://renovatebot.com/diffs/npm/react-router/6.4.3/6.4.5)
|
[![age](https://badges.renovateapi.com/packages/npm/react-router/6.4.5/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/react-router/6.4.5/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/react-router/6.4.5/compatibility-slim/6.4.3)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/react-router/6.4.5/confidence-slim/6.4.3)](https://docs.renovatebot.com/merge-confidence/)
|
| [react-router-dom](https://togithub.com/remix-run/react-router) |
[`6.4.3` ->
`6.4.5`](https://renovatebot.com/diffs/npm/react-router-dom/6.4.3/6.4.5)
|
[![age](https://badges.renovateapi.com/packages/npm/react-router-dom/6.4.5/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/react-router-dom/6.4.5/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/react-router-dom/6.4.5/compatibility-slim/6.4.3)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/react-router-dom/6.4.5/confidence-slim/6.4.3)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>remix-run/react-router (react-router)</summary>

###
[`v6.4.5`](https://togithub.com/remix-run/react-router/blob/HEAD/packages/react-router/CHANGELOG.md#&#8203;645)

[Compare
Source](https://togithub.com/remix-run/react-router/compare/react-router@6.4.4...react-router@6.4.5)

##### Patch Changes

-   Updated dependencies:
    -   `@remix-run/router@1.0.5`

###
[`v6.4.4`](https://togithub.com/remix-run/react-router/blob/HEAD/packages/react-router/CHANGELOG.md#&#8203;644)

[Compare
Source](https://togithub.com/remix-run/react-router/compare/react-router@6.4.3...react-router@6.4.4)

##### Patch Changes

-   Updated dependencies:
    -   `@remix-run/router@1.0.4`

</details>

<details>
<summary>remix-run/react-router (react-router-dom)</summary>

###
[`v6.4.5`](https://togithub.com/remix-run/react-router/blob/HEAD/packages/react-router-dom/CHANGELOG.md#&#8203;645)

[Compare
Source](https://togithub.com/remix-run/react-router/compare/react-router-dom@6.4.4...react-router-dom@6.4.5)

##### Patch Changes

-   Updated dependencies:
    -   `@remix-run/router@1.0.5`
    -   `react-router@6.4.5`

###
[`v6.4.4`](https://togithub.com/remix-run/react-router/blob/HEAD/packages/react-router-dom/CHANGELOG.md#&#8203;644)

[Compare
Source](https://togithub.com/remix-run/react-router/compare/react-router-dom@6.4.3...react-router-dom@6.4.4)

##### Patch Changes

- Fix issues with encoded characters in `NavLink` and descendant
`<Routes>`
([#&#8203;9589](https://togithub.com/remix-run/react-router/pull/9589),
[#&#8203;9647](https://togithub.com/remix-run/react-router/pull/9647))
- Properly serialize/deserialize `ErrorResponse` instances when using
built-in hydration
([#&#8203;9593](https://togithub.com/remix-run/react-router/pull/9593))
- Support `basename` in static data routers
([#&#8203;9591](https://togithub.com/remix-run/react-router/pull/9591))
-   Updated dependencies:
    -   `@remix-run/router@1.0.4`
    -   `react-router@6.4.4`

</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:eyJjcmVhdGVkSW5WZXIiOiIzNC41MS4wIiwidXBkYXRlZEluVmVyIjoiMzQuNTEuMCJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-12-08 23:52:35 +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]
cdf386deb4
chore(deps): update dependency vitest to v0.25.6 (#2633)
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [vitest](https://togithub.com/vitest-dev/vitest) | [`0.25.3` ->
`0.25.6`](https://renovatebot.com/diffs/npm/vitest/0.25.3/0.25.6) |
[![age](https://badges.renovateapi.com/packages/npm/vitest/0.25.6/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/vitest/0.25.6/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/vitest/0.25.6/compatibility-slim/0.25.3)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/vitest/0.25.6/confidence-slim/0.25.3)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>vitest-dev/vitest</summary>

###
[`v0.25.6`](https://togithub.com/vitest-dev/vitest/releases/tag/v0.25.6)

[Compare
Source](https://togithub.com/vitest-dev/vitest/compare/v0.25.5...v0.25.6)

#####    🐞 Bug Fixes

- Expected reversed with actual  -  by
[@&#8203;poyoho](https://togithub.com/poyoho) in
[https://github.com/vitest-dev/vitest/issues/2460](https://togithub.com/vitest-dev/vitest/issues/2460)
[<samp>(f02c9)</samp>](https://togithub.com/vitest-dev/vitest/commit/f02c9828)
- Try to resolve id, if relative path is provided  -  by
[@&#8203;sheremet-va](https://togithub.com/sheremet-va) in
[https://github.com/vitest-dev/vitest/issues/2461](https://togithub.com/vitest-dev/vitest/issues/2461)
[<samp>(e9cb4)</samp>](https://togithub.com/vitest-dev/vitest/commit/e9cb4136)

#####     [View changes on
GitHub](https://togithub.com/vitest-dev/vitest/compare/v0.25.5...v0.25.6)

###
[`v0.25.5`](https://togithub.com/vitest-dev/vitest/releases/tag/v0.25.5)

[Compare
Source](https://togithub.com/vitest-dev/vitest/compare/v0.25.4...v0.25.5)

#####    🚀 Features

- **ui**: Show diff in report panel  -  by
[@&#8203;scarf005](https://togithub.com/scarf005) and
[@&#8203;sheremet-va](https://togithub.com/sheremet-va) in
[https://github.com/vitest-dev/vitest/issues/2406](https://togithub.com/vitest-dev/vitest/issues/2406)
and
[https://github.com/vitest-dev/vitest/issues/2423](https://togithub.com/vitest-dev/vitest/issues/2423)
[<samp>(8595c)</samp>](https://togithub.com/vitest-dev/vitest/commit/8595c0e5)

#####    🐞 Bug Fixes

- Correctly resolve filename, when running code  -  by
[@&#8203;sheremet-va](https://togithub.com/sheremet-va) in
[https://github.com/vitest-dev/vitest/issues/2439](https://togithub.com/vitest-dev/vitest/issues/2439)
[<samp>(2e789)</samp>](https://togithub.com/vitest-dev/vitest/commit/2e7892cb)
- Move sourcemapping source out of the sourcemap  -  by
[@&#8203;sheremet-va](https://togithub.com/sheremet-va) in
[https://github.com/vitest-dev/vitest/issues/2443](https://togithub.com/vitest-dev/vitest/issues/2443)
[<samp>(cc13c)</samp>](https://togithub.com/vitest-dev/vitest/commit/cc13c28c)

#####     [View changes on
GitHub](https://togithub.com/vitest-dev/vitest/compare/v0.25.4...v0.25.5)

###
[`v0.25.4`](https://togithub.com/vitest-dev/vitest/releases/tag/v0.25.4)

[Compare
Source](https://togithub.com/vitest-dev/vitest/compare/v0.25.3...v0.25.4)

#####    🚀 Features

- Slow test threshold  -  by
[@&#8203;poyoho](https://togithub.com/poyoho) and
[@&#8203;sheremet-va](https://togithub.com/sheremet-va) in
[https://github.com/vitest-dev/vitest/issues/2396](https://togithub.com/vitest-dev/vitest/issues/2396)
[<samp>(98974)</samp>](https://togithub.com/vitest-dev/vitest/commit/98974ba4)
- Format test tablename  -  by
[@&#8203;poyoho](https://togithub.com/poyoho) in
[https://github.com/vitest-dev/vitest/issues/2405](https://togithub.com/vitest-dev/vitest/issues/2405)
[<samp>(45c5c)</samp>](https://togithub.com/vitest-dev/vitest/commit/45c5c45a)
- Suspend process  -  by [@&#8203;poyoho](https://togithub.com/poyoho)
in
[https://github.com/vitest-dev/vitest/issues/2422](https://togithub.com/vitest-dev/vitest/issues/2422)
[<samp>(b8ee8)</samp>](https://togithub.com/vitest-dev/vitest/commit/b8ee821c)
- Format test objects in `each` title  -  by
[@&#8203;scarf005](https://togithub.com/scarf005) in
[https://github.com/vitest-dev/vitest/issues/2420](https://togithub.com/vitest-dev/vitest/issues/2420)
and
[https://github.com/vitest-dev/vitest/issues/2421](https://togithub.com/vitest-dev/vitest/issues/2421)
[<samp>(1868f)</samp>](https://togithub.com/vitest-dev/vitest/commit/1868f1c4)

#####    🐞 Bug Fixes

- Exit with code 1, when type tests fail  -  by
[@&#8203;sheremet-va](https://togithub.com/sheremet-va) in
[https://github.com/vitest-dev/vitest/issues/2378](https://togithub.com/vitest-dev/vitest/issues/2378)
[<samp>(98141)</samp>](https://togithub.com/vitest-dev/vitest/commit/9814124e)
- Tab affect vi.mock  -  by
[@&#8203;poyoho](https://togithub.com/poyoho) in
[https://github.com/vitest-dev/vitest/issues/2402](https://togithub.com/vitest-dev/vitest/issues/2402)
[<samp>(5a3de)</samp>](https://togithub.com/vitest-dev/vitest/commit/5a3deba5)
- Don't escape "\\" in diff view  -  by
[@&#8203;poyoho](https://togithub.com/poyoho) in
[https://github.com/vitest-dev/vitest/issues/2430](https://togithub.com/vitest-dev/vitest/issues/2430)
[<samp>(7d4e3)</samp>](https://togithub.com/vitest-dev/vitest/commit/7d4e3ed0)
- Correct test files status in json reporter  -  by
[@&#8203;brzezinskimarcin](https://togithub.com/brzezinskimarcin) in
[https://github.com/vitest-dev/vitest/issues/2417](https://togithub.com/vitest-dev/vitest/issues/2417)
and
[https://github.com/vitest-dev/vitest/issues/2419](https://togithub.com/vitest-dev/vitest/issues/2419)
[<samp>(ce931)</samp>](https://togithub.com/vitest-dev/vitest/commit/ce931956)
- Export all named CJS exports, if default export is a function  -  by
[@&#8203;sheremet-va](https://togithub.com/sheremet-va) in
[https://github.com/vitest-dev/vitest/issues/2435](https://togithub.com/vitest-dev/vitest/issues/2435)
[<samp>(d43f3)</samp>](https://togithub.com/vitest-dev/vitest/commit/d43f3f5c)
- Add test attributes to "testsuites" in junit reporter  -  by
[@&#8203;sheremet-va](https://togithub.com/sheremet-va) in
[https://github.com/vitest-dev/vitest/issues/2362](https://togithub.com/vitest-dev/vitest/issues/2362)
[<samp>(d0506)</samp>](https://togithub.com/vitest-dev/vitest/commit/d050604f)
- DynamicImportSettled also waits for nested imports  -  by
[@&#8203;sheremet-va](https://togithub.com/sheremet-va) in
[https://github.com/vitest-dev/vitest/issues/2389](https://togithub.com/vitest-dev/vitest/issues/2389)
[<samp>(5098b)</samp>](https://togithub.com/vitest-dev/vitest/commit/5098b217)
- Always apply vite ssr source maps  -  by
[@&#8203;sheremet-va](https://togithub.com/sheremet-va) in
[https://github.com/vitest-dev/vitest/issues/2433](https://togithub.com/vitest-dev/vitest/issues/2433)
[<samp>(cbf91)</samp>](https://togithub.com/vitest-dev/vitest/commit/cbf91ba7)
- Copy-pasting from module graph browser  -  by
[@&#8203;g4rry420](https://togithub.com/g4rry420) in
[https://github.com/vitest-dev/vitest/issues/2321](https://togithub.com/vitest-dev/vitest/issues/2321)
[<samp>(8920a)</samp>](https://togithub.com/vitest-dev/vitest/commit/8920aa45)
- **deps**: Update dependency strip-literal to v1  -  by
[@&#8203;renovate](https://togithub.com/renovate)\[bot]
in[https://github.com/vitest-dev/vitest/issues/2387](https://togithub.com/vitest-dev/vitest/issues/2387)7
[<samp>(824e1)</samp>](https://togithub.com/vitest-dev/vitest/commit/824e18c3)
- **mocker**: Set cache before mocking to allow circular dependencies
 -  by [@&#8203;danez](https://togithub.com/danez) in
[https://github.com/vitest-dev/vitest/issues/2391](https://togithub.com/vitest-dev/vitest/issues/2391)
[<samp>(fd829)</samp>](https://togithub.com/vitest-dev/vitest/commit/fd8292ac)

#####     [View changes on
GitHub](https://togithub.com/vitest-dev/vitest/compare/v0.25.3...v0.25.4)

</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 20:13:00 +00:00
Mateusz Kwasniewski
098755a9b4
Conditional swr (#2637) 2022-12-08 14:59:32 +01:00
andreas-unleash
6bccffef97
Fix/favorites UI improvements (#2636)
<!-- Thanks for creating a PR! To make it easier for reviewers and
everyone else to understand what your changes relate to, please add some
relevant content to the headings below. Feel free to ignore or delete
sections that you don't think are relevant. Thank you! ❤️ -->
Favorite UI improvements
## About the changes
<!-- Describe the changes introduced. What are they and why are they
being introduced? Feel free to also add screenshots or steps to view the
changes if they're visual. -->

<!-- Does it close an issue? Multiple? -->
Closes #

<!-- (For internal contributors): Does it relate to an issue on public
roadmap? -->
<!--
Relates to [roadmap](https://github.com/orgs/Unleash/projects/10) item:
#
-->

### Important files
<!-- PRs can contain a lot of changes, but not all changes are equally
important. Where should a reviewer start looking to get an overview of
the changes? Are any files particularly important? -->


## Discussion points
<!-- Anything about the PR you'd like to discuss before it gets merged?
Got any questions or doubts? -->

Signed-off-by: andreas-unleash <andreas@getunleash.ai>
2022-12-08 14:41:51 +02:00
Mateusz Kwasniewski
2107834768
hide discard for nonauthors (#2634) 2022-12-08 13:24:15 +01:00
Nuno Góis
1be2483e6a
Refactor premium feature (#2627)
https://linear.app/unleash/issue/2-491/improve-premiumfeature-component-and-how-its-implemented


![image](https://user-images.githubusercontent.com/14320932/206237837-6032c3c0-1e42-4be2-8b6f-223e0204e1b5.png)

Refactors `PremiumFeature` to be a bit more straightforward and match
new designs, both in standalone and tooltip modes.
This also fixes the fact that the change requests tab did not display
the premium feature info, along with other smaller fixes.

Co-authored-by: Christopher Kolstad <chriswk@getunleash.ai>
2022-12-08 11:42:54 +00:00
Mateusz Kwasniewski
fb2c30244c
adding missing enterprise check (#2635) 2022-12-08 12:37:20 +01:00
Nuno Góis
9b10b26ba4
fix: tags endpoint returning 404 when featureId is not set (#2621)
Leverages the new `useConditionalSWR` hook to fix the underlying issue
in the `useTags` hook, preventing edge cases where we try to fetch when
featureId is not correctly set.
2022-12-08 11:16:53 +00:00
Ivar Conradi Østhus
739b6c3170
fix(docs): add resulution for qs dep 2022-12-08 11:32:22 +01:00
Ivar Conradi Østhus
d9d9f01b37
feat: add capability to write heap snapshot. (#2611)
Is protected behind a config option called `enableHeapSnapshotEnpoint`.
When API endpoint is triggered it will write a heapSnapshot to disk.

Steps to create heap snapshot:

1. Add env variable `ENABLE_HEAP_SNAPSHOT_ENPOINT=true`. 
2. Call this endpoint: `/internal-backstage/heapSnapshot`
3. Download the created heapdump from the server. 

The snapshot can be loaded in the chrome dev-tool to analysis.
2022-12-08 11:25:39 +01:00
Mateusz Kwasniewski
353f50237d
Change request UI improvements pt2 (#2624) 2022-12-08 10:59:37 +01:00
renovate[bot]
1e0602c134
chore(deps): update dependency vite to v3.2.5 (#2632)
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [vite](https://togithub.com/vitejs/vite/tree/main/#readme)
([source](https://togithub.com/vitejs/vite)) | [`3.2.4` ->
`3.2.5`](https://renovatebot.com/diffs/npm/vite/3.2.4/3.2.5) |
[![age](https://badges.renovateapi.com/packages/npm/vite/3.2.5/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/vite/3.2.5/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/vite/3.2.5/compatibility-slim/3.2.4)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/vite/3.2.5/confidence-slim/3.2.4)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>vitejs/vite</summary>

###
[`v3.2.5`](https://togithub.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#small325-2022-12-05-small)

[Compare
Source](https://togithub.com/vitejs/vite/compare/v3.2.4...v3.2.5)

- chore: cherry pick more v4 bug fixes to v3
([#&#8203;11189](https://togithub.com/vitejs/vite/issues/11189))
([eba9b42](https://togithub.com/vitejs/vite/commit/eba9b42)), closes
[#&#8203;11189](https://togithub.com/vitejs/vite/issues/11189)
[#&#8203;10949](https://togithub.com/vitejs/vite/issues/10949)
[#&#8203;11056](https://togithub.com/vitejs/vite/issues/11056)
[#&#8203;8663](https://togithub.com/vitejs/vite/issues/8663)
[#&#8203;10958](https://togithub.com/vitejs/vite/issues/10958)
[#&#8203;11120](https://togithub.com/vitejs/vite/issues/11120)
[#&#8203;11122](https://togithub.com/vitejs/vite/issues/11122)
[#&#8203;11123](https://togithub.com/vitejs/vite/issues/11123)
[#&#8203;11132](https://togithub.com/vitejs/vite/issues/11132)
- chore: cherry pick v4 bug fix to v3
([#&#8203;11110](https://togithub.com/vitejs/vite/issues/11110))
([c93a526](https://togithub.com/vitejs/vite/commit/c93a526)), closes
[#&#8203;11110](https://togithub.com/vitejs/vite/issues/11110)
[#&#8203;10941](https://togithub.com/vitejs/vite/issues/10941)
[#&#8203;10987](https://togithub.com/vitejs/vite/issues/10987)
[#&#8203;10985](https://togithub.com/vitejs/vite/issues/10985)
[#&#8203;11067](https://togithub.com/vitejs/vite/issues/11067)
- fix: relocated logger to respect config.
([#&#8203;10787](https://togithub.com/vitejs/vite/issues/10787))
([#&#8203;10967](https://togithub.com/vitejs/vite/issues/10967))
([bc3b5a9](https://togithub.com/vitejs/vite/commit/bc3b5a9)), closes
[#&#8203;10787](https://togithub.com/vitejs/vite/issues/10787)
[#&#8203;10967](https://togithub.com/vitejs/vite/issues/10967)

</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 07:22:55 +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
[#&#8203;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#&#8203;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