mirror of
https://github.com/Unleash/unleash.git
synced 2024-12-28 00:06:53 +01:00
5ca8772606
2714 Commits
Author | SHA1 | Message | Date | |
---|---|---|---|---|
sjaanus
|
dc468430ce
|
Refactor makestyles 2 2 (#2827) | ||
Gastón Fournier
|
29be130757
|
fix: enforce weight precision to 1 decimal (#2749)
## About the changes According to our docs, we only support up to 1 decimal place for weights. This is to use integers to represent the percentages (we divide them by 10) and supporting more decimals results in bad maths due to floating point arithmetics. This PRs adds Frontend and Backend validations to enforce this restriction Closes #2222 ## Discussion points Should we reconsider supporting more decimal places, that door remains open, but for now we'll just adhere to our documentation because that change would require some development. |
||
Tymoteusz Czech
|
1653b0449a
|
Orval generator POC (#2724)
for #2715 |
||
Mateusz Kwasniewski
|
674e36b40b
|
Styled components batch4.1 (#2812)
Co-authored-by: Tymoteusz Czech <2625371+Tymek@users.noreply.github.com> |
||
Fredrik Strand Oseberg
|
94c90b7731
|
Refactor/make styles batch 6 part 3 (#2823)
Last set of components refactoring for batch 6 |
||
Nuno Góis
|
005e4b6858
|
feat: service accounts (UI) (#2734)
https://linear.app/unleash/issue/2-541/ui-for-service-accounts Adds basic CRUD UI to Service Accounts - New tab/page, table, create/edit form in a modal, token dialog, delete dialog, actions cell. |
||
sjaanus
|
d1054a3de5
|
Refactor makestyles 2-1 (#2820) | ||
Tymoteusz Czech
|
f2eb96000e
|
fix: segment delete confirmation double dialog flash (#2819) | ||
Nuno Góis
|
4005bb8a8b
|
feat: service accounts (UI - extract PAT form) (#2733)
https://linear.app/unleash/issue/2-540/extract-pat-form By refactoring the UI logic and extracting the PAT form we can use the same component on our service account creation form. |
||
Nuno Góis
|
11f4435a9e
|
feat: service accounts (hooks) (#2732)
https://linear.app/unleash/issue/2-539/hooks-for-service-accounts Creates and adapts hooks for the Service Accounts feature, to be used by the FE. |
||
Gastón Fournier
|
bf77182ca7
|
feat: limit the amount of results coming from Prometheus (#2776)
## About the changes To avoid showing too much data in the traffic screen, limit the number of results to `topk`. ## Discussion points Top 10 is a rule of thumb, but maybe we could do top 25. Until we gather more data, I believe this should be good enough |
||
Tymoteusz Czech
|
111dddd746
|
fix: archived feature layout (#2713) | ||
sjaanus
|
45652f6bf9
|
Makestyles 7-1 (#2813) | ||
renovate[bot]
|
52882e40e9
|
chore(deps): update dependency vite to v4.0.4 (#2810)
[![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)) | [`4.0.3` -> `4.0.4`](https://renovatebot.com/diffs/npm/vite/4.0.3/4.0.4) | [![age](https://badges.renovateapi.com/packages/npm/vite/4.0.4/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/vite/4.0.4/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/vite/4.0.4/compatibility-slim/4.0.3)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/vite/4.0.4/confidence-slim/4.0.3)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>vitejs/vite</summary> ### [`v4.0.4`](https://togithub.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#small404-2023-01-03-small) [Compare Source](https://togithub.com/vitejs/vite/compare/v4.0.3...v4.0.4) - fix: importmap should insert before module preload link ([#​11492](https://togithub.com/vitejs/vite/issues/11492)) ([25c64d7](https://togithub.com/vitejs/vite/commit/25c64d7)), closes [#​11492](https://togithub.com/vitejs/vite/issues/11492) - fix: server.host with ipv6 missed \[] (fix [#​11466](https://togithub.com/vitejs/vite/issues/11466)) ([#​11509](https://togithub.com/vitejs/vite/issues/11509)) ([2c38bae](https://togithub.com/vitejs/vite/commit/2c38bae)), closes [#​11466](https://togithub.com/vitejs/vite/issues/11466) [#​11509](https://togithub.com/vitejs/vite/issues/11509) - fix: stop considering parent URLs as public file ([#​11145](https://togithub.com/vitejs/vite/issues/11145)) ([568a014](https://togithub.com/vitejs/vite/commit/568a014)), closes [#​11145](https://togithub.com/vitejs/vite/issues/11145) - fix(build): invalidate chunk hash when css changed ([#​11475](https://togithub.com/vitejs/vite/issues/11475)) ([7a97a04](https://togithub.com/vitejs/vite/commit/7a97a04)), closes [#​11475](https://togithub.com/vitejs/vite/issues/11475) - fix(cli): ctrl+C no longer kills processes ([#​11434](https://togithub.com/vitejs/vite/issues/11434)) ([#​11518](https://togithub.com/vitejs/vite/issues/11518)) ([718fc1d](https://togithub.com/vitejs/vite/commit/718fc1d)), closes [#​11434](https://togithub.com/vitejs/vite/issues/11434) [#​11518](https://togithub.com/vitejs/vite/issues/11518) - fix(cli): revert ctrl+C no longer kills processes ([#​11434](https://togithub.com/vitejs/vite/issues/11434)) ([#​11518](https://togithub.com/vitejs/vite/issues/11518)) ([#​11562](https://togithub.com/vitejs/vite/issues/11562)) ([3748acb](https://togithub.com/vitejs/vite/commit/3748acb)), closes [#​11434](https://togithub.com/vitejs/vite/issues/11434) [#​11518](https://togithub.com/vitejs/vite/issues/11518) [#​11562](https://togithub.com/vitejs/vite/issues/11562) - fix(optimizer): check .vite/deps directory existence before removing ([#​11499](https://togithub.com/vitejs/vite/issues/11499)) ([1b043f9](https://togithub.com/vitejs/vite/commit/1b043f9)), closes [#​11499](https://togithub.com/vitejs/vite/issues/11499) - fix(ssr): emit js sourcemaps for ssr builds ([#​11343](https://togithub.com/vitejs/vite/issues/11343)) ([f12a1ab](https://togithub.com/vitejs/vite/commit/f12a1ab)), closes [#​11343](https://togithub.com/vitejs/vite/issues/11343) - chore: update license ([#​11476](https://togithub.com/vitejs/vite/issues/11476)) ([3d346c0](https://togithub.com/vitejs/vite/commit/3d346c0)), closes [#​11476](https://togithub.com/vitejs/vite/issues/11476) - chore(deps): update dependency [@​rollup/plugin-json](https://togithub.com/rollup/plugin-json) to v6 ([#​11553](https://togithub.com/vitejs/vite/issues/11553)) ([3647d07](https://togithub.com/vitejs/vite/commit/3647d07)), closes [#​11553](https://togithub.com/vitejs/vite/issues/11553) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/Unleash/unleash). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC43NC4yIiwidXBkYXRlZEluVmVyIjoiMzQuNzQuMiJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> |
||
Fredrik Strand Oseberg
|
093156f5f5
|
Refactor/make styles batch 6 part 2 (#2811)
Adds another batch of refactored components |
||
sjaanus
|
b631618532
|
Makestyles refactor #7/1 (#2805) | ||
Mateusz Kwasniewski
|
cc1512cd44
|
refactor: styled component in header (#2808) | ||
sjaanus
|
88d649d239
|
Allow hiding environments from the feature overview screen (#2727) | ||
Thomas Heartman
|
c2a3872386
|
Fix(typo): Fix "login"/"log in", "logout"/"log out" issues (#2807)
## What This change updates some places in the docs where we use the terms "login" and "logout" incorrectly. A "login" is a noun, typically referring to the set of credentials you need to _log in_ to a service. The verb form, the act of signing in, is written in two words: to "log in". A similar logic applies to "logout" and "log out", although I don't find the term "logout" in my dictionary. However, I think it makes sense to talk about "logout requests" (and I see references to logout in other services and documentation), so I'm happy to use that as a noun. Regardless, the act of logging out is to "log out". |
||
Mateusz Kwasniewski
|
644ec69a13
|
refactor: extract styled components (#2798) | ||
Fredrik Strand Oseberg
|
241ede8ca9
|
Refactor/make styles batch 6 (#2793)
Refactors a number of components in the frontend away from deprecated makeStyles |
||
Mateusz Kwasniewski
|
231b26995c
|
refactor: batch of changes for styled components (#2791) | ||
renovate[bot]
|
7150ff1b13
|
chore(deps): update dependency eslint to v8.31.0 (#2787)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [eslint](https://eslint.org) ([source](https://togithub.com/eslint/eslint)) | [`8.30.0` -> `8.31.0`](https://renovatebot.com/diffs/npm/eslint/8.30.0/8.31.0) | [![age](https://badges.renovateapi.com/packages/npm/eslint/8.31.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/eslint/8.31.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/eslint/8.31.0/compatibility-slim/8.30.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/eslint/8.31.0/confidence-slim/8.30.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>eslint/eslint</summary> ### [`v8.31.0`](https://togithub.com/eslint/eslint/releases/tag/v8.31.0) [Compare Source](https://togithub.com/eslint/eslint/compare/v8.30.0...v8.31.0) ##### Features - [`52c7c73`]( |
||
renovate[bot]
|
84f69df050
|
chore(deps): update dependency immer to v9.0.17 (#2789)
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [immer](https://togithub.com/immerjs/immer) | [`9.0.16` ->
`9.0.17`](https://renovatebot.com/diffs/npm/immer/9.0.16/9.0.17) |
[![age](https://badges.renovateapi.com/packages/npm/immer/9.0.17/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/immer/9.0.17/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/immer/9.0.17/compatibility-slim/9.0.16)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/immer/9.0.17/confidence-slim/9.0.16)](https://docs.renovatebot.com/merge-confidence/)
|
---
### Release Notes
<details>
<summary>immerjs/immer</summary>
### [`v9.0.17`](https://togithub.com/immerjs/immer/releases/tag/v9.0.17)
[Compare
Source](https://togithub.com/immerjs/immer/compare/v9.0.16...v9.0.17)
##### Bug Fixes
- special case NaN in setter
([#​912](https://togithub.com/immerjs/immer/issues/912))
([5721bb7](
|
||
sjaanus
|
8a8cd1bf27
|
UI Flags cleanup (#2778) | ||
sjaanus
|
c62d775933
|
Fix padding for tabs in admin section (#2772)
Tabs from admin section were missing paddings left-right. This PR adds these paddings. |
||
Nuno Góis
|
88004a6138
|
feat: allows creation of PATs for other users (#2718)
https://linear.app/unleash/issue/2-530/api-allow-creation-of-pats-for-other-users ![image](https://user-images.githubusercontent.com/14320932/208720680-5d5ccee7-1972-4f5b-8024-3a69d50a571f.png) Adds and takes into account the following permissions: - **READ_USER_PAT**; - **CREATE_USER_PAT**; - **DELETE_USER_PAT**; API only, will make some exploration on UI soon. Co-authored-by: Gastón Fournier <gaston@getunleash.ai> |
||
sjaanus
|
d5e47ac352
|
formatApiPath / formatAssetPath - Implement smart functionality to detect double subpath (#2777)
Today we have two functions that wrap our paths with the subpath. Since all of our customers are hosted on a subpath, such as /eubb1001, we need to account for this path when building API paths and asset paths. These functions could be smarter, we could, for example detect if we have already added the base path and ignore it if it already exists. **This PR implements this and adds 2 capabilities:** 1. If there is list of paths that need to be joined and one is subset of another, it is removed. 2. All duplicate paths in the list are removed |
||
Tymoteusz Czech
|
340bcf1d1b
|
fix: add frontend eslint check (#2562)
Add eslint to CI pipeline |
||
renovate[bot]
|
e9e6d610f4
|
chore(deps): update dependency vitest to v0.26.3 (#2788)
[![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.26.2` -> `0.26.3`](https://renovatebot.com/diffs/npm/vitest/0.26.2/0.26.3) | [![age](https://badges.renovateapi.com/packages/npm/vitest/0.26.3/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/vitest/0.26.3/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/vitest/0.26.3/compatibility-slim/0.26.2)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/vitest/0.26.3/confidence-slim/0.26.2)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>vitest-dev/vitest</summary> ### [`v0.26.3`](https://togithub.com/vitest-dev/vitest/releases/tag/v0.26.3) [Compare Source](https://togithub.com/vitest-dev/vitest/compare/v0.26.2...v0.26.3) ##### 🚀 Features - **mock**: Expose a `importOriginal` helper to the factory - by [@​antfu](https://togithub.com/antfu) in [https://github.com/vitest-dev/vitest/issues/2551](https://togithub.com/vitest-dev/vitest/issues/2551) [<samp>(853ee)</samp>](https://togithub.com/vitest-dev/vitest/commit/853eeddb) ##### 🐞 Bug Fixes - Correctly automock nested interoped defaults - by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/2559](https://togithub.com/vitest-dev/vitest/issues/2559) [<samp>(a431d)</samp>](https://togithub.com/vitest-dev/vitest/commit/a431df80) - Start tracking module resolution as soon as possible for easier tracking - by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/2560](https://togithub.com/vitest-dev/vitest/issues/2560) [<samp>(9f41e)</samp>](https://togithub.com/vitest-dev/vitest/commit/9f41edda) - Don't hang when mocking module with circular dependency - by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/2572](https://togithub.com/vitest-dev/vitest/issues/2572) [<samp>(c479d)</samp>](https://togithub.com/vitest-dev/vitest/commit/c479d9c0) - Show list of tests when typechecking - by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/2585](https://togithub.com/vitest-dev/vitest/issues/2585) [<samp>(32a57)</samp>](https://togithub.com/vitest-dev/vitest/commit/32a577b1) - **api**: Make api parse error stacks and return sourcePos in onTaskUpdate - by [@​adrienbaron](https://togithub.com/adrienbaron) in [https://github.com/vitest-dev/vitest/issues/2563](https://togithub.com/vitest-dev/vitest/issues/2563) [<samp>(ef77d)</samp>](https://togithub.com/vitest-dev/vitest/commit/ef77dccf) - **coverage**: Env-replacer to remove query params from sourcemaps filenames - by [@​AriPerkkio](https://togithub.com/AriPerkkio) in [https://github.com/vitest-dev/vitest/issues/2584](https://togithub.com/vitest-dev/vitest/issues/2584) [<samp>(dba13)</samp>](https://togithub.com/vitest-dev/vitest/commit/dba13374) ##### [View changes on GitHub](https://togithub.com/vitest-dev/vitest/compare/v0.26.2...v0.26.3) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/Unleash/unleash). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC43NC4yIiwidXBkYXRlZEluVmVyIjoiMzQuNzQuMiJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> |
||
renovate[bot]
|
4317b2ed60
|
chore(deps): update dependency @types/react-table to v7.7.14 (#2786)
[![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/react-table](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-table) ([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped)) | [`7.7.13` -> `7.7.14`](https://renovatebot.com/diffs/npm/@types%2freact-table/7.7.13/7.7.14) | [![age](https://badges.renovateapi.com/packages/npm/@types%2freact-table/7.7.14/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@types%2freact-table/7.7.14/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@types%2freact-table/7.7.14/compatibility-slim/7.7.13)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@types%2freact-table/7.7.14/confidence-slim/7.7.13)](https://docs.renovatebot.com/merge-confidence/) | --- ### ⚠ Dependency Lookup Warnings ⚠ Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/Unleash/unleash). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC43NC4yIiwidXBkYXRlZEluVmVyIjoiMzQuNzQuMiJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> |
||
renovate[bot]
|
53d5d2928f
|
chore(deps): update dependency @types/jest to v29.2.5 (#2785)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@types/jest](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jest) ([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped)) | [`29.2.4` -> `29.2.5`](https://renovatebot.com/diffs/npm/@types%2fjest/29.2.4/29.2.5) | [![age](https://badges.renovateapi.com/packages/npm/@types%2fjest/29.2.5/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@types%2fjest/29.2.5/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@types%2fjest/29.2.5/compatibility-slim/29.2.4)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@types%2fjest/29.2.5/confidence-slim/29.2.4)](https://docs.renovatebot.com/merge-confidence/) | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/Unleash/unleash). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC43NC4yIiwidXBkYXRlZEluVmVyIjoiMzQuNzQuMiJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> |
||
renovate[bot]
|
4643f88511
|
chore(deps): update dependency @uiw/codemirror-theme-duotone to v4.19.5 (#2779)
[![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.4` -> `4.19.5`](https://renovatebot.com/diffs/npm/@uiw%2fcodemirror-theme-duotone/4.19.4/4.19.5) | [![age](https://badges.renovateapi.com/packages/npm/@uiw%2fcodemirror-theme-duotone/4.19.5/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@uiw%2fcodemirror-theme-duotone/4.19.5/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@uiw%2fcodemirror-theme-duotone/4.19.5/compatibility-slim/4.19.4)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@uiw%2fcodemirror-theme-duotone/4.19.5/confidence-slim/4.19.4)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>uiwjs/react-codemirror</summary> ### [`v4.19.5`](https://togithub.com/uiwjs/react-codemirror/releases/tag/v4.19.5) [Compare Source](https://togithub.com/uiwjs/react-codemirror/compare/v4.19.4...v4.19.5) [![](https://img.shields.io/badge/Open%20in-unpkg-blue)](https://uiwjs.github.io/npm-unpkg/#/pkg/@​uiw/react-codemirror@4.19.5/file/README.md) Documentation v4.19.5: https://raw.githack.com/uiwjs/react-codemirror/1222b42/index.html\ Comparing Changes: https://github.com/uiwjs/react-codemirror/compare/v4.19.4...v4.19.5 ```shell npm i @​uiw/react-codemirror@4.19.5 ``` - 🌍 website: fix themes all error. [`3023dcd`](https://togithub.com/uiwjs/react-codemirror/commit/3023dcd) [@​jaywcjlove](https://togithub.com/jaywcjlove) - 🐞 fix(core): don't set editor content if value is undefined [#​441](https://togithub.com/uiwjs/react-codemirror/issues/441) ([#​442](https://togithub.com/uiwjs/react-codemirror/issues/442)) [`0551523`](https://togithub.com/uiwjs/react-codemirror/commit/0551523) [@​mrdrogdrog](https://togithub.com/mrdrogdrog) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/Unleash/unleash). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC43NC4yIiwidXBkYXRlZEluVmVyIjoiMzQuNzQuMiJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> |
||
renovate[bot]
|
2a18dba936
|
chore(deps): update dependency @uiw/react-codemirror to v4.19.5 (#2780)
[![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.4` -> `4.19.5`](https://renovatebot.com/diffs/npm/@uiw%2freact-codemirror/4.19.4/4.19.5) | [![age](https://badges.renovateapi.com/packages/npm/@uiw%2freact-codemirror/4.19.5/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@uiw%2freact-codemirror/4.19.5/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@uiw%2freact-codemirror/4.19.5/compatibility-slim/4.19.4)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@uiw%2freact-codemirror/4.19.5/confidence-slim/4.19.4)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>uiwjs/react-codemirror</summary> ### [`v4.19.5`](https://togithub.com/uiwjs/react-codemirror/releases/tag/v4.19.5) [Compare Source](https://togithub.com/uiwjs/react-codemirror/compare/v4.19.4...v4.19.5) [![](https://img.shields.io/badge/Open%20in-unpkg-blue)](https://uiwjs.github.io/npm-unpkg/#/pkg/@​uiw/react-codemirror@4.19.5/file/README.md) Documentation v4.19.5: https://raw.githack.com/uiwjs/react-codemirror/1222b42/index.html\ Comparing Changes: https://github.com/uiwjs/react-codemirror/compare/v4.19.4...v4.19.5 ```shell npm i @​uiw/react-codemirror@4.19.5 ``` - 🌍 website: fix themes all error. [`3023dcd`](https://togithub.com/uiwjs/react-codemirror/commit/3023dcd) [@​jaywcjlove](https://togithub.com/jaywcjlove) - 🐞 fix(core): don't set editor content if value is undefined [#​441](https://togithub.com/uiwjs/react-codemirror/issues/441) ([#​442](https://togithub.com/uiwjs/react-codemirror/issues/442)) [`0551523`](https://togithub.com/uiwjs/react-codemirror/commit/0551523) [@​mrdrogdrog](https://togithub.com/mrdrogdrog) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/Unleash/unleash). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC43NC4yIiwidXBkYXRlZEluVmVyIjoiMzQuNzQuMiJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> |
||
renovate[bot]
|
b3e7ec822a
|
chore(deps): update dependency vite-tsconfig-paths to v4 (#2774)
[![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-tsconfig-paths](https://togithub.com/aleclarson/vite-tsconfig-paths) | [`3.6.0` -> `4.0.3`](https://renovatebot.com/diffs/npm/vite-tsconfig-paths/3.6.0/4.0.3) | [![age](https://badges.renovateapi.com/packages/npm/vite-tsconfig-paths/4.0.3/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/vite-tsconfig-paths/4.0.3/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/vite-tsconfig-paths/4.0.3/compatibility-slim/3.6.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/vite-tsconfig-paths/4.0.3/confidence-slim/3.6.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>aleclarson/vite-tsconfig-paths</summary> ### [`v4.0.3`](https://togithub.com/aleclarson/vite-tsconfig-paths/compare/v4.0.2...v4.0.3) [Compare Source](https://togithub.com/aleclarson/vite-tsconfig-paths/compare/v4.0.2...v4.0.3) ### [`v4.0.2`](https://togithub.com/aleclarson/vite-tsconfig-paths/compare/v4.0.1...v4.0.2) [Compare Source](https://togithub.com/aleclarson/vite-tsconfig-paths/compare/v4.0.1...v4.0.2) ### [`v4.0.1`](https://togithub.com/aleclarson/vite-tsconfig-paths/compare/v4.0.0...v4.0.1) [Compare Source](https://togithub.com/aleclarson/vite-tsconfig-paths/compare/v4.0.0...v4.0.1) ### [`v4.0.0`](https://togithub.com/aleclarson/vite-tsconfig-paths/compare/v3.6.0...v4.0.0) [Compare Source](https://togithub.com/aleclarson/vite-tsconfig-paths/compare/v3.6.0...v4.0.0) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/Unleash/unleash). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC43NC4yIiwidXBkYXRlZEluVmVyIjoiMzQuNzQuMiJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> |
||
renovate[bot]
|
e1be9b0f12
|
chore(deps): update dependency vite to v4 (#2773)
[![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.5` ->
`4.0.3`](https://renovatebot.com/diffs/npm/vite/3.2.5/4.0.3) |
[![age](https://badges.renovateapi.com/packages/npm/vite/4.0.3/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/vite/4.0.3/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/vite/4.0.3/compatibility-slim/3.2.5)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/vite/4.0.3/confidence-slim/3.2.5)](https://docs.renovatebot.com/merge-confidence/)
|
---
### Release Notes
<details>
<summary>vitejs/vite</summary>
###
[`v4.0.3`](https://togithub.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#small403-2022-12-21-small)
[Compare
Source](https://togithub.com/vitejs/vite/compare/v4.0.2...v4.0.3)
- chore(deps): update dependency
[@​rollup/plugin-commonjs](https://togithub.com/rollup/plugin-commonjs)
to v24 ([#​11420](https://togithub.com/vitejs/vite/issues/11420))
([241db16](https://togithub.com/vitejs/vite/commit/241db16)), closes
[#​11420](https://togithub.com/vitejs/vite/issues/11420)
- chore(typo): fix typo
([#​11445](https://togithub.com/vitejs/vite/issues/11445))
([ed80ea5](https://togithub.com/vitejs/vite/commit/ed80ea5)), closes
[#​11445](https://togithub.com/vitejs/vite/issues/11445)
- fix(ssr): ignore module exports condition
([#​11409](https://togithub.com/vitejs/vite/issues/11409))
([d3c9c0b](https://togithub.com/vitejs/vite/commit/d3c9c0b)), closes
[#​11409](https://togithub.com/vitejs/vite/issues/11409)
- feat: allow import.meta.hot define override
([#​8944](https://togithub.com/vitejs/vite/issues/8944))
([857d578](https://togithub.com/vitejs/vite/commit/857d578)), closes
[#​8944](https://togithub.com/vitejs/vite/issues/8944)
###
[`v4.0.2`](https://togithub.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#small402-2022-12-18-small)
[Compare
Source](https://togithub.com/vitejs/vite/compare/v4.0.1...v4.0.2)
- fix: fix the error message in the `toOutputFilePathWithoutRuntime`
function
([#​11367](https://togithub.com/vitejs/vite/issues/11367))
([8820f75](https://togithub.com/vitejs/vite/commit/8820f75)), closes
[#​11367](https://togithub.com/vitejs/vite/issues/11367)
- fix: make `vite optimize` prebundle for dev
([#​11387](https://togithub.com/vitejs/vite/issues/11387))
([b4ced0f](https://togithub.com/vitejs/vite/commit/b4ced0f)), closes
[#​11387](https://togithub.com/vitejs/vite/issues/11387)
- fix: revert
[#​11290](https://togithub.com/vitejs/vite/issues/11290)
([#​11412](https://togithub.com/vitejs/vite/issues/11412))
([6587d2f](https://togithub.com/vitejs/vite/commit/6587d2f)), closes
[#​11290](https://togithub.com/vitejs/vite/issues/11290)
[#​11412](https://togithub.com/vitejs/vite/issues/11412)
- fix: server and preview open fails to add slash before relative path
([#​11394](https://togithub.com/vitejs/vite/issues/11394))
([57276b7](https://togithub.com/vitejs/vite/commit/57276b7)), closes
[#​11394](https://togithub.com/vitejs/vite/issues/11394)
- fix: skip applescript when no Chromium browser found (fixes
[#​11205](https://togithub.com/vitejs/vite/issues/11205))
([#​11406](https://togithub.com/vitejs/vite/issues/11406))
([274d1f3](https://togithub.com/vitejs/vite/commit/274d1f3)), closes
[#​11205](https://togithub.com/vitejs/vite/issues/11205)
[#​11406](https://togithub.com/vitejs/vite/issues/11406)
- fix(deps): update dependency ufo to v1
([#​11372](https://togithub.com/vitejs/vite/issues/11372))
([4288300](https://togithub.com/vitejs/vite/commit/4288300)), closes
[#​11372](https://togithub.com/vitejs/vite/issues/11372)
- chore: typecheck create-vite
([#​11295](https://togithub.com/vitejs/vite/issues/11295))
([af86e5b](https://togithub.com/vitejs/vite/commit/af86e5b)), closes
[#​11295](https://togithub.com/vitejs/vite/issues/11295)
- chore(deps): update dependency convert-source-map to v2
([#​10548](https://togithub.com/vitejs/vite/issues/10548))
([8dc6528](https://togithub.com/vitejs/vite/commit/8dc6528)), closes
[#​10548](https://togithub.com/vitejs/vite/issues/10548)
- chore(deps): update dependency mlly to v1
([#​11370](https://togithub.com/vitejs/vite/issues/11370))
([9662d4d](https://togithub.com/vitejs/vite/commit/9662d4d)), closes
[#​11370](https://togithub.com/vitejs/vite/issues/11370)
###
[`v4.0.1`](https://togithub.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#small401-2022-12-12-small)
[Compare
Source](
|
||
renovate[bot]
|
b61267e713
|
chore(deps): update react-router monorepo to v6.6.1 (#2762)
[![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.5` -> `6.6.1`](https://renovatebot.com/diffs/npm/react-router/6.4.5/6.6.1) | [![age](https://badges.renovateapi.com/packages/npm/react-router/6.6.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/react-router/6.6.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/react-router/6.6.1/compatibility-slim/6.4.5)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/react-router/6.6.1/confidence-slim/6.4.5)](https://docs.renovatebot.com/merge-confidence/) | | [react-router-dom](https://togithub.com/remix-run/react-router) | [`6.4.5` -> `6.6.1`](https://renovatebot.com/diffs/npm/react-router-dom/6.4.5/6.6.1) | [![age](https://badges.renovateapi.com/packages/npm/react-router-dom/6.6.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/react-router-dom/6.6.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/react-router-dom/6.6.1/compatibility-slim/6.4.5)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/react-router-dom/6.6.1/confidence-slim/6.4.5)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>remix-run/react-router (react-router)</summary> ### [`v6.6.1`](https://togithub.com/remix-run/react-router/blob/HEAD/packages/react-router/CHANGELOG.md#​661) [Compare Source](https://togithub.com/remix-run/react-router/compare/react-router@6.6.0...react-router@6.6.1) ##### Patch Changes - Updated dependencies: - `@remix-run/router@1.2.1` ### [`v6.6.0`](https://togithub.com/remix-run/react-router/blob/HEAD/packages/react-router/CHANGELOG.md#​660) [Compare Source](https://togithub.com/remix-run/react-router/compare/react-router@6.5.0...react-router@6.6.0) ##### Patch Changes - Prevent `useLoaderData` usage in `errorElement` ([#​9735](https://togithub.com/remix-run/react-router/pull/9735)) - Updated dependencies: - `@remix-run/router@1.2.0` ### [`v6.5.0`](https://togithub.com/remix-run/react-router/blob/HEAD/packages/react-router/CHANGELOG.md#​650) [Compare Source](https://togithub.com/remix-run/react-router/compare/react-router@6.4.5...react-router@6.5.0) This release introduces support for [Optional Route Segments](https://togithub.com/remix-run/react-router/issues/9546). Now, adding a `?` to the end of any path segment will make that entire segment optional. This works for both static segments and dynamic parameters. **Optional Params Examples** - `<Route path=":lang?/about>` will match: - `/:lang/about` - `/about` - `<Route path="/multistep/:widget1?/widget2?/widget3?">` will match: - `/multistep` - `/multistep/:widget1` - `/multistep/:widget1/:widget2` - `/multistep/:widget1/:widget2/:widget3` **Optional Static Segment Example** - `<Route path="/home?">` will match: - `/` - `/home` - `<Route path="/fr?/about">` will match: - `/about` - `/fr/about` ##### Minor Changes - Allows optional routes and optional static segments ([#​9650](https://togithub.com/remix-run/react-router/pull/9650)) ##### Patch Changes - Stop incorrectly matching on partial named parameters, i.e. `<Route path="prefix-:param">`, to align with how splat parameters work. If you were previously relying on this behavior then it's recommended to extract the static portion of the path at the `useParams` call site: ([#​9506](https://togithub.com/remix-run/react-router/pull/9506)) ```jsx // Old behavior at URL /prefix-123 <Route path="prefix-:id" element={<Comp /> }> function Comp() { let params = useParams(); // { id: '123' } let id = params.id; // "123" ... } // New behavior at URL /prefix-123 <Route path=":id" element={<Comp /> }> function Comp() { let params = useParams(); // { id: 'prefix-123' } let id = params.id.replace(/^prefix-/, ''); // "123" ... } ``` - Updated dependencies: - `@remix-run/router@1.1.0` </details> <details> <summary>remix-run/react-router (react-router-dom)</summary> ### [`v6.6.1`](https://togithub.com/remix-run/react-router/blob/HEAD/packages/react-router-dom/CHANGELOG.md#​661) [Compare Source](https://togithub.com/remix-run/react-router/compare/react-router-dom@6.6.0...react-router-dom@6.6.1) ##### Patch Changes - Updated dependencies: - `@remix-run/router@1.2.1` - `react-router@6.6.1` ### [`v6.6.0`](https://togithub.com/remix-run/react-router/blob/HEAD/packages/react-router-dom/CHANGELOG.md#​660) [Compare Source](https://togithub.com/remix-run/react-router/compare/react-router-dom@6.5.0...react-router-dom@6.6.0) ##### Minor Changes - Add `useBeforeUnload()` hook ([#​9664](https://togithub.com/remix-run/react-router/pull/9664)) - Remove `unstable_` prefix from `createStaticHandler`/`createStaticRouter`/`StaticRouterProvider` ([#​9738](https://togithub.com/remix-run/react-router/pull/9738)) ##### Patch Changes - Proper hydration of `Error` objects from `StaticRouterProvider` ([#​9664](https://togithub.com/remix-run/react-router/pull/9664)) - Support uppercase `<Form method>` and `useSubmit` method values ([#​9664](https://togithub.com/remix-run/react-router/pull/9664)) - Skip initial scroll restoration for SSR apps with `hydrationData` ([#​9664](https://togithub.com/remix-run/react-router/pull/9664)) - Fix `<button formmethod>` form submission overriddes ([#​9664](https://togithub.com/remix-run/react-router/pull/9664)) - Updated dependencies: - `@remix-run/router@1.2.0` - `react-router@6.6.0` ### [`v6.5.0`](https://togithub.com/remix-run/react-router/blob/HEAD/packages/react-router-dom/CHANGELOG.md#​650) [Compare Source](https://togithub.com/remix-run/react-router/compare/react-router-dom@6.4.5...react-router-dom@6.5.0) ##### Patch Changes - Updated dependencies: - `react-router@6.5.0` - `@remix-run/router@1.1.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 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:eyJjcmVhdGVkSW5WZXIiOiIzNC43My4zIiwidXBkYXRlZEluVmVyIjoiMzQuNzMuMyJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> |
||
renovate[bot]
|
268f469b2b
|
chore(deps): update dependency chartjs-adapter-date-fns to v3 (#2767)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [chartjs-adapter-date-fns](https://www.chartjs.org) ([source](https://togithub.com/chartjs/chartjs-adapter-date-fns)) | [`2.0.1` -> `3.0.0`](https://renovatebot.com/diffs/npm/chartjs-adapter-date-fns/2.0.1/3.0.0) | [![age](https://badges.renovateapi.com/packages/npm/chartjs-adapter-date-fns/3.0.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/chartjs-adapter-date-fns/3.0.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/chartjs-adapter-date-fns/3.0.0/compatibility-slim/2.0.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/chartjs-adapter-date-fns/3.0.0/confidence-slim/2.0.1)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>chartjs/chartjs-adapter-date-fns</summary> ### [`v3.0.0`](https://togithub.com/chartjs/chartjs-adapter-date-fns/releases/tag/v3.0.0) [Compare Source](https://togithub.com/chartjs/chartjs-adapter-date-fns/compare/v2.0.1...v3.0.0) ### Essential Links - [npm](https://www.npmjs.com/package/chartjs-adapter-date-fns) <!----> - [#​50](https://togithub.com/chartjs/chartjs-adapter-date-fns/issues/50) Bump terser from 5.7.0 to 5.14.2 - [#​57](https://togithub.com/chartjs/chartjs-adapter-date-fns/issues/57) Bump engine.io and socket.io #### Enhancements - [#​63](https://togithub.com/chartjs/chartjs-adapter-date-fns/issues/63) feat: package as a module Thanks to [@​dependabot](https://togithub.com/dependabot), [@​dependabot](https://togithub.com/dependabot)\[bot] and [@​kurkle](https://togithub.com/kurkle) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/Unleash/unleash). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC43NC4yIiwidXBkYXRlZEluVmVyIjoiMzQuNzQuMiJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> |
||
renovate[bot]
|
6d914d2a01
|
chore(deps): update dependency vite-plugin-svgr to v2.4.0 (#2759)
[![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.3.0` -> `2.4.0`](https://renovatebot.com/diffs/npm/vite-plugin-svgr/2.3.0/2.4.0) | [![age](https://badges.renovateapi.com/packages/npm/vite-plugin-svgr/2.4.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/vite-plugin-svgr/2.4.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/vite-plugin-svgr/2.4.0/compatibility-slim/2.3.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/vite-plugin-svgr/2.4.0/confidence-slim/2.3.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>pd4d10/vite-plugin-svgr</summary> ### [`v2.4.0`](https://togithub.com/pd4d10/vite-plugin-svgr/releases/tag/v2.4.0) [Compare Source](https://togithub.com/pd4d10/vite-plugin-svgr/compare/v2.3.0...v2.4.0) ##### 🚀 Features - Support node16 module resolution - by [@​gunters63](https://togithub.com/gunters63) in [https://github.com/pd4d10/vite-plugin-svgr/issues/66](https://togithub.com/pd4d10/vite-plugin-svgr/issues/66) [<samp>(115bc)</samp>](https://togithub.com/pd4d10/vite-plugin-svgr/commit/115bc87) ##### [View changes on GitHub](https://togithub.com/pd4d10/vite-plugin-svgr/compare/v2.3.0...v2.4.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:eyJjcmVhdGVkSW5WZXIiOiIzNC43My4zIiwidXBkYXRlZEluVmVyIjoiMzQuNzMuMyJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> |
||
sjaanus
|
6c621bf65b
|
Fix crashing search bars (#2765) | ||
renovate[bot]
|
25858cae82
|
chore(deps): update dependency sass to v1.57.1 (#2757)
[![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.2` -> `1.57.1`](https://renovatebot.com/diffs/npm/sass/1.56.2/1.57.1) | [![age](https://badges.renovateapi.com/packages/npm/sass/1.57.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/sass/1.57.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/sass/1.57.1/compatibility-slim/1.56.2)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/sass/1.57.1/confidence-slim/1.56.2)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>sass/dart-sass</summary> ### [`v1.57.1`](https://togithub.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#​1571) [Compare Source](https://togithub.com/sass/dart-sass/compare/1.57.0...1.57.1) - No user-visible changes. ### [`v1.57.0`](https://togithub.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#​1570) [Compare Source](https://togithub.com/sass/dart-sass/compare/1.56.2...1.57.0) - Add a `split($string, $separator, $limit: null)` function to `sass:string` that splits a string into separate substrings based on a separator string. ##### JavaScript API - **Potentially breaking bug fix**: Custom functions in both the modern and legacy API now properly reject signatures with whitespace between the function name and parentheses. - Custom functions in the legacy API now allow signatures with whitespace before the function name, to match a bug in Node Sass. ##### Dart API - **Potentially breaking bug fix**: `Callable.fromSignature()` and `AsyncCallable.fromSignature()` now reject signatures with whitespace between the function name and parentheses. </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/Unleash/unleash). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC43My4zIiwidXBkYXRlZEluVmVyIjoiMzQuNzMuMyJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> |
||
renovate[bot]
|
1fa75cb620
|
chore(deps): update dependency vitest to v0.26.2 (#2760)
[![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.7` -> `0.26.2`](https://renovatebot.com/diffs/npm/vitest/0.25.7/0.26.2) | [![age](https://badges.renovateapi.com/packages/npm/vitest/0.26.2/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/vitest/0.26.2/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/vitest/0.26.2/compatibility-slim/0.25.7)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/vitest/0.26.2/confidence-slim/0.25.7)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>vitest-dev/vitest</summary> ### [`v0.26.2`](https://togithub.com/vitest-dev/vitest/releases/tag/v0.26.2) [Compare Source](https://togithub.com/vitest-dev/vitest/compare/v0.26.1...v0.26.2) ##### 🚀 Features - Project name - by [@​antfu](https://togithub.com/antfu) [<samp>(84f98)</samp>](https://togithub.com/vitest-dev/vitest/commit/84f98e70) ##### 🐞 Bug Fixes - Improve "isInternaRequest" check - by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/2541](https://togithub.com/vitest-dev/vitest/issues/2541) [<samp>(2bb9a)</samp>](https://togithub.com/vitest-dev/vitest/commit/2bb9a391) - Use correct word when printing "long-running" warning - by [@​simon-abbott](https://togithub.com/simon-abbott) in [https://github.com/vitest-dev/vitest/issues/2546](https://togithub.com/vitest-dev/vitest/issues/2546) [<samp>(8dc1c)</samp>](https://togithub.com/vitest-dev/vitest/commit/8dc1c3cb) - Pass down diff options - by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/2545](https://togithub.com/vitest-dev/vitest/issues/2545) [<samp>(98c94)</samp>](https://togithub.com/vitest-dev/vitest/commit/98c94e65) - **cli**: Respect inline config `dir` - by [@​antfu](https://togithub.com/antfu) in [https://github.com/vitest-dev/vitest/issues/2550](https://togithub.com/vitest-dev/vitest/issues/2550) [<samp>(f6b59)</samp>](https://togithub.com/vitest-dev/vitest/commit/f6b592a9) ##### [View changes on GitHub](https://togithub.com/vitest-dev/vitest/compare/v0.26.1...v0.26.2) ### [`v0.26.1`](https://togithub.com/vitest-dev/vitest/releases/tag/v0.26.1) [Compare Source](https://togithub.com/vitest-dev/vitest/compare/v0.26.0...v0.26.1) ##### 🚀 Features - Add more options to configure diff output - by [@​sheremet-va](https://togithub.com/sheremet-va) and [@​dammy001](https://togithub.com/dammy001) in [https://github.com/vitest-dev/vitest/issues/2522](https://togithub.com/vitest-dev/vitest/issues/2522) [<samp>(7ae14)</samp>](https://togithub.com/vitest-dev/vitest/commit/7ae1417f) ##### 🐞 Bug Fixes - Don't resolve builtin Node modules - by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/2538](https://togithub.com/vitest-dev/vitest/issues/2538) [<samp>(1cbc2)</samp>](https://togithub.com/vitest-dev/vitest/commit/1cbc24dc) ##### [View changes on GitHub](https://togithub.com/vitest-dev/vitest/compare/v0.26.0...v0.26.1) ### [`v0.26.0`](https://togithub.com/vitest-dev/vitest/releases/tag/v0.26.0) [Compare Source](https://togithub.com/vitest-dev/vitest/compare/v0.25.8...v0.26.0) ##### 🚨 Breaking Changes - **vite-node:** Rewrite how vite-node resolves id - by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/2463](https://togithub.com/vitest-dev/vitest/issues/2463) [<samp>(58ee8)</samp>](https://togithub.com/vitest-dev/vitest/commit/58ee8e9b) - Correctly interop nested default for external and inlined modules - by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/2512](https://togithub.com/vitest-dev/vitest/issues/2512) [<samp>(084e9)</samp>](https://togithub.com/vitest-dev/vitest/commit/084e929c) - If your environment is `node`, Vitest will not resolve invalid named exports (exports that are on "default" property will not magically appear as named exports), unless `deps.interopDefault` is enabled, or dependency is in `deps.inline`. This change doesn't affect `jsdom`, `happy-dom` or `edge` environments. - **web-worker:** Make web-worker implementation more compatible with spec - by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/2431](https://togithub.com/vitest-dev/vitest/issues/2431) [<samp>(c3a63)</samp>](https://togithub.com/vitest-dev/vitest/commit/c3a63524) - Messages are now cloned with `structuredClone`, if it's available, or fallbacks to a polyfill. - Added support for `SharedWorker` ##### 🚀 Features - Introduce a native way to set env and globals - by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/2515](https://togithub.com/vitest-dev/vitest/issues/2515) [<samp>(b114d)</samp>](https://togithub.com/vitest-dev/vitest/commit/b114d49f) - Add html reporter based on Vitest UI - by [@​poyoho](https://togithub.com/poyoho) and [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/2444](https://togithub.com/vitest-dev/vitest/issues/2444) [<samp>(b8f34)</samp>](https://togithub.com/vitest-dev/vitest/commit/b8f34eb8) - If you have `@vitest/ui` installed, you can now use `'html'` reporter to get a [beautiful UI](https://vitest.dev/guide/ui.html) to view your test results, inspect module graph and read log messages. ##### 🐞 Bug Fixes - Allow assigning new hotContext - by [@​cometkim](https://togithub.com/cometkim) in [https://github.com/vitest-dev/vitest/issues/2524](https://togithub.com/vitest-dev/vitest/issues/2524) [<samp>(b4c43)</samp>](https://togithub.com/vitest-dev/vitest/commit/b4c43cd5) ##### [View changes on GitHub](https://togithub.com/vitest-dev/vitest/compare/v0.25.8...v0.26.0) ### [`v0.25.8`](https://togithub.com/vitest-dev/vitest/releases/tag/v0.25.8) [Compare Source](https://togithub.com/vitest-dev/vitest/compare/v0.25.7...v0.25.8) ##### 🚀 Features - Add mts, cts files to coverage - by [@​poyoho](https://togithub.com/poyoho) and [@​AriPerkkio](https://togithub.com/AriPerkkio) in [https://github.com/vitest-dev/vitest/issues/2492](https://togithub.com/vitest-dev/vitest/issues/2492) [<samp>(799f9)</samp>](https://togithub.com/vitest-dev/vitest/commit/799f9a17) ##### 🐞 Bug Fixes - Don't throw unhandled error, if import was caught - by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/2494](https://togithub.com/vitest-dev/vitest/issues/2494) [<samp>(0a87e)</samp>](https://togithub.com/vitest-dev/vitest/commit/0a87ebb4) - **coverage**: Esbuild to preserve legal comments for ignore hints - by [@​AriPerkkio](https://togithub.com/AriPerkkio) in [https://github.com/vitest-dev/vitest/issues/2496](https://togithub.com/vitest-dev/vitest/issues/2496) [<samp>(c85ed)</samp>](https://togithub.com/vitest-dev/vitest/commit/c85edb1e) ##### [View changes on GitHub](https://togithub.com/vitest-dev/vitest/compare/v0.25.7...v0.25.8) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/Unleash/unleash). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC43My4zIiwidXBkYXRlZEluVmVyIjoiMzQuNzMuMyJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> |
||
renovate[bot]
|
ef86f76295
|
chore(deps): update dependency eslint to v8.30.0 (#2755)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [eslint](https://eslint.org) ([source](https://togithub.com/eslint/eslint)) | [`8.29.0` -> `8.30.0`](https://renovatebot.com/diffs/npm/eslint/8.29.0/8.30.0) | [![age](https://badges.renovateapi.com/packages/npm/eslint/8.30.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/eslint/8.30.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/eslint/8.30.0/compatibility-slim/8.29.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/eslint/8.30.0/confidence-slim/8.29.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>eslint/eslint</summary> ### [`v8.30.0`](https://togithub.com/eslint/eslint/releases/tag/v8.30.0) [Compare Source](https://togithub.com/eslint/eslint/compare/v8.29.0...v8.30.0) #### Features - [`075ef2c`]( |
||
renovate[bot]
|
2b46e4b700
|
chore(deps): update dependency @types/react-table to v7.7.13 (#2758)
[![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/react-table](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-table) ([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped)) | [`7.7.12` -> `7.7.13`](https://renovatebot.com/diffs/npm/@types%2freact-table/7.7.12/7.7.13) | [![age](https://badges.renovateapi.com/packages/npm/@types%2freact-table/7.7.13/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@types%2freact-table/7.7.13/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@types%2freact-table/7.7.13/compatibility-slim/7.7.12)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@types%2freact-table/7.7.13/confidence-slim/7.7.12)](https://docs.renovatebot.com/merge-confidence/) | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/Unleash/unleash). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC43My4zIiwidXBkYXRlZEluVmVyIjoiMzQuNzMuMyJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> |
||
renovate[bot]
|
ee59ae0387
|
chore(deps): update dependency @codemirror/state to v6.2.0 (#2753)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@codemirror/state](https://togithub.com/codemirror/state) | [`6.1.4` -> `6.2.0`](https://renovatebot.com/diffs/npm/@codemirror%2fstate/6.1.4/6.2.0) | [![age](https://badges.renovateapi.com/packages/npm/@codemirror%2fstate/6.2.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@codemirror%2fstate/6.2.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@codemirror%2fstate/6.2.0/compatibility-slim/6.1.4)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@codemirror%2fstate/6.2.0/confidence-slim/6.1.4)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>codemirror/state</summary> ### [`v6.2.0`](https://togithub.com/codemirror/state/blob/HEAD/CHANGELOG.md#​620-2022-12-26) [Compare Source](https://togithub.com/codemirror/state/compare/6.1.4...6.2.0) ##### New features `EditorSelection.range` now accepts an optional 4th argument to specify the bidi level of the range's head position. </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/Unleash/unleash). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC43My4zIiwidXBkYXRlZEluVmVyIjoiMzQuNzMuMyJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> |
||
renovate[bot]
|
d5d8c752f4
|
chore(deps): update dependency @uiw/codemirror-theme-duotone to v4.19.4 (#2746)
[![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.2` -> `4.19.4`](https://renovatebot.com/diffs/npm/@uiw%2fcodemirror-theme-duotone/4.19.2/4.19.4) | [![age](https://badges.renovateapi.com/packages/npm/@uiw%2fcodemirror-theme-duotone/4.19.4/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@uiw%2fcodemirror-theme-duotone/4.19.4/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@uiw%2fcodemirror-theme-duotone/4.19.4/compatibility-slim/4.19.2)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@uiw%2fcodemirror-theme-duotone/4.19.4/confidence-slim/4.19.2)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>uiwjs/react-codemirror</summary> ### [`v4.19.4`](https://togithub.com/uiwjs/react-codemirror/releases/tag/v4.19.4) [Compare Source](https://togithub.com/uiwjs/react-codemirror/compare/v4.19.3...v4.19.4) [![](https://img.shields.io/badge/Open%20in-unpkg-blue)](https://uiwjs.github.io/npm-unpkg/#/pkg/@​uiw/react-codemirror@4.19.4/file/README.md) Documentation v4.19.4: https://raw.githack.com/uiwjs/react-codemirror/9fbca2c/index.html\ Comparing Changes: https://github.com/uiwjs/react-codemirror/compare/v4.19.3...v4.19.4 ```shell npm i @​uiw/react-codemirror@4.19.4 ``` - 🌟 feat(zebra-stripes): add className option. [#​433](https://togithub.com/uiwjs/react-codemirror/issues/433) [`964bb2c`](https://togithub.com/uiwjs/react-codemirror/commit/964bb2c) [@​jaywcjlove](https://togithub.com/jaywcjlove) - 🌟 feat(classname): add classname extension. [#​433](https://togithub.com/uiwjs/react-codemirror/issues/433) [`48dbe9c`](https://togithub.com/uiwjs/react-codemirror/commit/48dbe9c) [@​jaywcjlove](https://togithub.com/jaywcjlove) - 🌍 website: update website theme. [`3de68f4`](https://togithub.com/uiwjs/react-codemirror/commit/3de68f4) [@​jaywcjlove](https://togithub.com/jaywcjlove) ### [`v4.19.3`](https://togithub.com/uiwjs/react-codemirror/releases/tag/v4.19.3) [Compare Source](https://togithub.com/uiwjs/react-codemirror/compare/v4.19.2...v4.19.3) [![](https://img.shields.io/badge/Open%20in-unpkg-blue)](https://uiwjs.github.io/npm-unpkg/#/pkg/@​uiw/react-codemirror@4.19.3/file/README.md) Documentation v4.19.3: https://raw.githack.com/uiwjs/react-codemirror/6cae541/index.html\ Comparing Changes: https://github.com/uiwjs/react-codemirror/compare/v4.19.2...v4.19.3 ```shell npm i @​uiw/react-codemirror@4.19.3 ``` - 🐞 fix: provide none option for theme. [#​431](https://togithub.com/uiwjs/react-codemirror/issues/431) [`efca8ed`](https://togithub.com/uiwjs/react-codemirror/commit/efca8ed) [@​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:eyJjcmVhdGVkSW5WZXIiOiIzNC43My4zIiwidXBkYXRlZEluVmVyIjoiMzQuNzMuMyJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> |
||
renovate[bot]
|
2fb5699e84
|
chore(deps): update dependency msw to v0.49.2 (#2748)
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [msw](https://mswjs.io/) ([source](https://togithub.com/mswjs/msw)) |
[`0.49.1` ->
`0.49.2`](https://renovatebot.com/diffs/npm/msw/0.49.1/0.49.2) |
[![age](https://badges.renovateapi.com/packages/npm/msw/0.49.2/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/msw/0.49.2/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/msw/0.49.2/compatibility-slim/0.49.1)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/msw/0.49.2/confidence-slim/0.49.1)](https://docs.renovatebot.com/merge-confidence/)
|
---
### Release Notes
<details>
<summary>mswjs/msw</summary>
### [`v0.49.2`](https://togithub.com/mswjs/msw/releases/tag/v0.49.2)
[Compare
Source](https://togithub.com/mswjs/msw/compare/v0.49.1...v0.49.2)
#### v0.49.2 (2022-12-13)
##### Bug Fixes
- use `globalThis.fetch` in `ctx.fetch` utility
([#​1490](https://togithub.com/mswjs/msw/issues/1490))
([`42cdbc7`](
|
||
renovate[bot]
|
af209079b0
|
chore(deps): update dependency @uiw/react-codemirror to v4.19.4 (#2747)
[![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.2` -> `4.19.4`](https://renovatebot.com/diffs/npm/@uiw%2freact-codemirror/4.19.2/4.19.4) | [![age](https://badges.renovateapi.com/packages/npm/@uiw%2freact-codemirror/4.19.4/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@uiw%2freact-codemirror/4.19.4/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@uiw%2freact-codemirror/4.19.4/compatibility-slim/4.19.2)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@uiw%2freact-codemirror/4.19.4/confidence-slim/4.19.2)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>uiwjs/react-codemirror</summary> ### [`v4.19.4`](https://togithub.com/uiwjs/react-codemirror/releases/tag/v4.19.4) [Compare Source](https://togithub.com/uiwjs/react-codemirror/compare/v4.19.3...v4.19.4) [![](https://img.shields.io/badge/Open%20in-unpkg-blue)](https://uiwjs.github.io/npm-unpkg/#/pkg/@​uiw/react-codemirror@4.19.4/file/README.md) Documentation v4.19.4: https://raw.githack.com/uiwjs/react-codemirror/9fbca2c/index.html\ Comparing Changes: https://github.com/uiwjs/react-codemirror/compare/v4.19.3...v4.19.4 ```shell npm i @​uiw/react-codemirror@4.19.4 ``` - 🌟 feat(zebra-stripes): add className option. [#​433](https://togithub.com/uiwjs/react-codemirror/issues/433) [`964bb2c`](https://togithub.com/uiwjs/react-codemirror/commit/964bb2c) [@​jaywcjlove](https://togithub.com/jaywcjlove) - 🌟 feat(classname): add classname extension. [#​433](https://togithub.com/uiwjs/react-codemirror/issues/433) [`48dbe9c`](https://togithub.com/uiwjs/react-codemirror/commit/48dbe9c) [@​jaywcjlove](https://togithub.com/jaywcjlove) - 🌍 website: update website theme. [`3de68f4`](https://togithub.com/uiwjs/react-codemirror/commit/3de68f4) [@​jaywcjlove](https://togithub.com/jaywcjlove) ### [`v4.19.3`](https://togithub.com/uiwjs/react-codemirror/releases/tag/v4.19.3) [Compare Source](https://togithub.com/uiwjs/react-codemirror/compare/v4.19.2...v4.19.3) [![](https://img.shields.io/badge/Open%20in-unpkg-blue)](https://uiwjs.github.io/npm-unpkg/#/pkg/@​uiw/react-codemirror@4.19.3/file/README.md) Documentation v4.19.3: https://raw.githack.com/uiwjs/react-codemirror/6cae541/index.html\ Comparing Changes: https://github.com/uiwjs/react-codemirror/compare/v4.19.2...v4.19.3 ```shell npm i @​uiw/react-codemirror@4.19.3 ``` - 🐞 fix: provide none option for theme. [#​431](https://togithub.com/uiwjs/react-codemirror/issues/431) [`efca8ed`](https://togithub.com/uiwjs/react-codemirror/commit/efca8ed) [@​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:eyJjcmVhdGVkSW5WZXIiOiIzNC43My4zIiwidXBkYXRlZEluVmVyIjoiMzQuNzMuMyJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> |
||
renovate[bot]
|
d2c898e065
|
chore(deps): update dependency @testing-library/dom to v8.19.1 (#2742)
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@testing-library/dom](https://togithub.com/testing-library/dom-testing-library)
| [`8.19.0` ->
`8.19.1`](https://renovatebot.com/diffs/npm/@testing-library%2fdom/8.19.0/8.19.1)
|
[![age](https://badges.renovateapi.com/packages/npm/@testing-library%2fdom/8.19.1/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/@testing-library%2fdom/8.19.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/@testing-library%2fdom/8.19.1/compatibility-slim/8.19.0)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/@testing-library%2fdom/8.19.1/confidence-slim/8.19.0)](https://docs.renovatebot.com/merge-confidence/)
|
---
### Release Notes
<details>
<summary>testing-library/dom-testing-library</summary>
###
[`v8.19.1`](https://togithub.com/testing-library/dom-testing-library/releases/tag/v8.19.1)
[Compare
Source](https://togithub.com/testing-library/dom-testing-library/compare/v8.19.0...v8.19.1)
##### Bug Fixes
- Bump used `aria-query` types
([#​1198](https://togithub.com/testing-library/dom-testing-library/issues/1198))
([9f363af](
|
||
renovate[bot]
|
470c8d96c1
|
chore(deps): update dependency prettier to v2.8.1 (#2509)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [prettier](https://prettier.io) ([source](https://togithub.com/prettier/prettier)) | [`2.7.1` -> `2.8.1`](https://renovatebot.com/diffs/npm/prettier/2.7.1/2.8.1) | [![age](https://badges.renovateapi.com/packages/npm/prettier/2.8.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/prettier/2.8.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/prettier/2.8.1/compatibility-slim/2.7.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/prettier/2.8.1/confidence-slim/2.7.1)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>prettier/prettier</summary> ### [`v2.8.1`](https://togithub.com/prettier/prettier/blob/HEAD/CHANGELOG.md#​281) [Compare Source](https://togithub.com/prettier/prettier/compare/2.8.0...2.8.1) [diff](https://togithub.com/prettier/prettier/compare/2.8.0...2.8.1) ##### Fix SCSS map in arguments ([#​9184](https://togithub.com/prettier/prettier/pull/9184) by [@​agamkrbit](https://togithub.com/agamkrbit)) <!-- prettier-ignore --> ```scss // Input $display-breakpoints: map-deep-merge( ( "print-only": "only print", "screen-only": "only screen", "xs-only": "only screen and (max-width: #{map-get($grid-breakpoints, "sm")-1})", ), $display-breakpoints ); // Prettier 2.8.0 $display-breakpoints: map-deep-merge( ( "print-only": "only print", "screen-only": "only screen", "xs-only": "only screen and (max-width: #{map-get($grid-breakpoints, " sm ")-1})", ), $display-breakpoints ); // Prettier 2.8.1 $display-breakpoints: map-deep-merge( ( "print-only": "only print", "screen-only": "only screen", "xs-only": "only screen and (max-width: #{map-get($grid-breakpoints, "sm")-1})", ), $display-breakpoints ); ``` ##### Support auto accessors syntax ([#​13919](https://togithub.com/prettier/prettier/pull/13919) by [@​sosukesuzuki](https://togithub.com/sosukesuzuki)) Support for [Auto Accessors Syntax](https://devblogs.microsoft.com/typescript/announcing-typescript-4-9/#auto-accessors-in-classes) landed in TypeScript 4.9. (Doesn't work well with `babel-ts` parser) <!-- prettier-ignore --> ```tsx class Foo { accessor foo: number = 3; } ``` ### [`v2.8.0`](https://togithub.com/prettier/prettier/blob/HEAD/CHANGELOG.md#​280) [Compare Source](https://togithub.com/prettier/prettier/compare/2.7.1...2.8.0) [diff](https://togithub.com/prettier/prettier/compare/2.7.1...2.8.0) 🔗 [Release Notes](https://prettier.io/blog/2022/11/23/2.8.0.html) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/Unleash/unleash). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4zMC4yIiwidXBkYXRlZEluVmVyIjoiMzQuNjIuMSJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Gastón Fournier <gaston@getunleash.ai> |
||
renovate[bot]
|
408b81690d
|
chore(deps): update dependency @vitejs/plugin-react to v3 (#2665)
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@vitejs/plugin-react](https://togithub.com/vitejs/vite-plugin-react/tree/main/packages/plugin-react#readme)
([source](https://togithub.com/vitejs/vite-plugin-react)) | [`2.2.0` ->
`3.0.0`](https://renovatebot.com/diffs/npm/@vitejs%2fplugin-react/2.2.0/3.0.0)
|
[![age](https://badges.renovateapi.com/packages/npm/@vitejs%2fplugin-react/3.0.0/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/@vitejs%2fplugin-react/3.0.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/@vitejs%2fplugin-react/3.0.0/compatibility-slim/2.2.0)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/@vitejs%2fplugin-react/3.0.0/confidence-slim/2.2.0)](https://docs.renovatebot.com/merge-confidence/)
|
---
### Release Notes
<details>
<summary>vitejs/vite-plugin-react</summary>
###
[`v3.0.0`](https://togithub.com/vitejs/vite-plugin-react/blob/HEAD/packages/plugin-react/CHANGELOG.md#​300-2022-12-09)
[Compare
Source](
|
||
Nuno Góis
|
2d16730cc2
|
feat: adds an optional dialog and markdown support (#2728)
Adds the option of showing a dialog and adds markdown support to it, could be useful to show changelogs inside Unleash in the future. ![image](https://user-images.githubusercontent.com/14320932/209147164-ed19c9ab-fae5-452b-9aab-075d058ba10e.png) |
||
Nuno Góis
|
aaa96f71cb
|
feat: message banner (#2726)
Related to: https://linear.app/unleash/issue/2-511/exploration-build-data-for-the-possibility-of-showing-an-alert-to-the Namely: https://unleash-internal.slack.com/archives/C046LV85N3C/p1671443897386729 The idea is to have a general message banner that can be controlled through a feature flag in Unleash to display announcements, warnings, informations, etc. Currently using mock feature flags, but the idea is to bind this to a feature flag we can manage in our Unleash instance, and use its payload to provide information to end users whenever we want. Co-authored-by: Gastón Fournier <gaston@getunleash.ai> |
||
sjaanus
|
e533b44c5b
|
Adds tracking to maintenance feature (#2723)
Adds tracking with plausible to maintenance feature |
||
sjaanus
|
be045dc13a
|
Remove favorites feature flag (#2722) | ||
sjaanus
|
a0619e963d
|
Maintenance mode for users (#2716) | ||
Nuno Góis
|
1ef84da688
|
fix: set a more generous maxWidth in access timeago cells (#2714)
https://unleash-internal.slack.com/archives/C046LV6HH6W/p1671533789519689 |
||
Gastón Fournier
|
4b519ead4f
|
perf: Simplify queries to prometheus (#2706)
## About the changes This PR improves our queries to Prometheus (instead of making multiple queries do only one) and improves the UI and the code. The reports aggregate all HTTP methods (GET, POST, PUT, DELETE, OPTIONS, HEAD and PATCH) without distinction under the same "endpoint" (a relative path inside unleash up to a certain depth) Co-authored-by: Nuno Góis <nuno@getunleash.ai> |
||
Tymoteusz Czech
|
2c15841af4
|
fix: metrics one hour select label (#2712) | ||
sjaanus
|
2d5455d203
|
Maintenance mode middleware (#2707) | ||
Nuno Góis
|
d2d5629a36
|
Feat lazy loading network (#2709)
Adds lazy loading to the network routes, so we end up with smaller chunks in the build. Also adds a `start:prod` script that can prove useful to test the chunk loading behaviour locally. |
||
Nuno Góis
|
a3ac96f763
|
Feat network overview (#2708)
https://linear.app/unleash/issue/2-512/exploration-network-overview-represented-as-a-flow-chart <img width="1307" alt="image" src="https://user-images.githubusercontent.com/14320932/208110067-294a0b91-d52e-49d1-9024-fa5e8530e2d8.png"> |
||
Nuno Góis
|
1d1219a055
|
Use new useConditionallyHiddenColumns hook (#2695)
https://linear.app/unleash/issue/2-515/adapt-tables-to-use-the-new-useconditionallyhiddencolumns-hook Uses the new `useConditionallyHiddenColumns` hook, like mentioned here: https://github.com/Unleash/unleash/pull/2691 Also includes small fixes for things I caught along the way. See comments below. |
||
sjaanus
|
d42e90544f
|
Maintenance mode UI (#2704) | ||
Mateusz Kwasniewski
|
f4480d516b
|
remove change request flag (#2703) | ||
Nuno Góis
|
90f0d665f9
|
fix: disable networkView for dev, fail more gracefully (#2701)
Disables networkView for dev for now. Attempts to fail more gracefully both on the service and front-end. |
||
Mateusz Kwasniewski
|
2e615cdd35
|
refresh change request, add conflict margin, set time ago (#2700) | ||
Christopher Kolstad
|
23094b016e
|
feat: first draft of chart for instance traffic in frontend (#2670)
## What We've already added the backend for this. This is the initial work for drawing a chart for instance traffic in the frontend. It requires the environment variable `PROMETHEUS_API` set to a valid prometheus-query-language (promql) supported backend, such as Prometheus itself or Victoria Metrics. Besides, at the moment we're hiding this functionality behind the flag `UNLEASH_EXPERIMENTAL_NETWORK_VIEW` which has to be set to true Co-authored-by: Christopher Kolstad <chriswk@getunleash.ai> Co-authored-by: Gastón Fournier <gaston@getunleash.ai> |
||
Ivar Conradi Østhus
|
09c87c755f
|
Fix/remove settings cache (#2694)
In this PR we remove the general SettingService cache, as it will not work across multiple horizontal unleash instances, events are not published across. We also fix the CORS origin to: - Access-Control-Allow-Origin set to "*" if no Origin is configured - Access-Control-Allow-Origin set to "*" if any Origin is configured to "*" - - Access-Control-Allow-Origin set to array and have the "cors" middleware to return an exact match on the user provided Origin. Co-authored-by: Fredrik Oseberg <fredrik.no@gmail.com> |
||
Nuno Góis
|
db7b39af2d
|
fix: upgrades useHiddenColumns hook to fix related issues (#2691)
https://linear.app/unleash/issue/2-514/fix-issues-with-conditionally-hidden-table-columns This upgrades the old `useHiddenColumns` to a new `useConditionallyHiddenColumns`. This implementation covers some issues and edge cases, and should hopefully be the standard way of achieving responsive visibility for table columns from now on. Some of these issues included incorrectly showing/hiding table columns, whether when resizing the window or at page load, even when the proper conditions were met to toggle their visibility. This PR adapts the tables that were already using `useHiddenColumns` to use the new approach. I'll create a new PR after this one to adapt our other existing tables to use this new approach as well. |
||
Nuno Góis
|
fe2f2f5705
|
Update dialogue design (#2342)
https://linear.app/unleash/issue/2-509/update-dialogues-to-match-new-designs Update dialogues to match the look on the new designs: ![image](https://user-images.githubusercontent.com/14320932/200525669-35525761-1c3e-4c60-94a7-e21b1de99ad7.png) |
||
Mateusz Kwasniewski
|
a54d53a117
|
added contraints checking in change request permissions (#2690) | ||
Mateusz Kwasniewski
|
cb0398ca63
|
loosen permissions for change requests (#2682) | ||
Nuno Góis
|
eb433185a1
|
fix: remove tooltip from favorites cell, some refactoring (#2687)
https://linear.app/unleash/issue/2-510/favorite-cell-tooltips-is-buggy-when-pinned-remove-tooltips Tooltips were buggy when using the pinned feature, so I aligned with @NicolaeUnleash and decided to remove them for now: <img width="407" alt="image" src="https://user-images.githubusercontent.com/14320932/207380515-476a4bec-c1c0-43af-adb8-f7001ae75e9c.png"> Also includes a slight refactor on this component. |
||
Nuno Góis
|
212083b5ed
|
fix: favorite tooltip topleft flash (#2686)
Fixes an issue where the tooltip would flash on the top left when going through the rows. |
||
Nuno Góis
|
4afd505164
|
feat: make favorites a global preference (#2685)
https://linear.app/unleash/issue/2-508/make-pinned-favorites-a-global-preference Also introduces a `useGlobalLocalStorage` hook where system-wide preferences that are stored in LocalStorage can be maintained. |
||
Nuno Góis
|
e05d924663
|
fix: misc UI/UX fixes, mostly related with favorites (#2683)
https://linear.app/unleash/issue/2-504/misc-frontend-related-fixes-mostly-related-with-favorites |
||
Nuno Góis
|
a8cd3166d1
|
fix: adds bottom margin to SSO sync info box (#2674)
https://linear.app/unleash/issue/2-495/group-form-small-ui-fix |
||
sjaanus
|
419640fb2b
|
Add unique trackable URLs for Pro/Enterprise feature lead generation (#2684)
Add unique trackable URLs for Pro/Enterprise feature lead generation |
||
sjaanus
|
fb06fa9f46
|
Remove full width access tab (#2679)
Remove full width access tab |
||
Gastón Fournier
|
025c8bd7d9
|
style: remove empty file (#2680)
This file is not needed and was probably committed by accident. |
||
Mateusz Kwasniewski
|
086241e583
|
change request ui tweaks (#2676) | ||
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. |
||
Nuno Góis
|
5086ec7921
|
remove feature flag: tokens last seen (#2673)
https://linear.app/unleash/issue/2-470/clean-up-flag |
||
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 |
||
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 [@​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 [@​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 [@​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> |
||
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 [@​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> |
||
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#​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" [#​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> |
||
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`]( |
||
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/@​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 @​uiw/react-codemirror@4.19.2 ``` - 🌍 website: update sider menus. [`a78b606`](https://togithub.com/uiwjs/react-codemirror/commit/a78b606) [@​jaywcjlove](https://togithub.com/jaywcjlove) - 📖 doc(tokyo-night): update document. [`73b518e`](https://togithub.com/uiwjs/react-codemirror/commit/73b518e) [@​jaywcjlove](https://togithub.com/jaywcjlove) - 🌍 website: fix menu active. [`b19e563`](https://togithub.com/uiwjs/react-codemirror/commit/b19e563) [@​jaywcjlove](https://togithub.com/jaywcjlove) - 🐞 fix(theme): Highlight components with green ([#​429](https://togithub.com/uiwjs/react-codemirror/issues/429)) [`cbb7c7a`](https://togithub.com/uiwjs/react-codemirror/commit/cbb7c7a) [@​karlhorky](https://togithub.com/karlhorky) - 🌍 website(theme): Support tags.standard(tags.tagName) in Theme Editor. [#​430](https://togithub.com/uiwjs/react-codemirror/issues/430) [`af0e3c1`](https://togithub.com/uiwjs/react-codemirror/commit/af0e3c1) [@​jaywcjlove](https://togithub.com/jaywcjlove) - 🐞 fix(github): modify tagName color in github theme. [#​430](https://togithub.com/uiwjs/react-codemirror/issues/430) [`c50705e`](https://togithub.com/uiwjs/react-codemirror/commit/c50705e) [@​jaywcjlove](https://togithub.com/jaywcjlove) - 🐞 fix(sublime): modify tagName color in sublime theme. ([#​430](https://togithub.com/uiwjs/react-codemirror/issues/430)) [`cbb41d1`](https://togithub.com/uiwjs/react-codemirror/commit/cbb41d1) [@​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> |
||
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/@​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 @​uiw/react-codemirror@4.19.2 ``` - 🌍 website: update sider menus. [`a78b606`](https://togithub.com/uiwjs/react-codemirror/commit/a78b606) [@​jaywcjlove](https://togithub.com/jaywcjlove) - 📖 doc(tokyo-night): update document. [`73b518e`](https://togithub.com/uiwjs/react-codemirror/commit/73b518e) [@​jaywcjlove](https://togithub.com/jaywcjlove) - 🌍 website: fix menu active. [`b19e563`](https://togithub.com/uiwjs/react-codemirror/commit/b19e563) [@​jaywcjlove](https://togithub.com/jaywcjlove) - 🐞 fix(theme): Highlight components with green ([#​429](https://togithub.com/uiwjs/react-codemirror/issues/429)) [`cbb7c7a`](https://togithub.com/uiwjs/react-codemirror/commit/cbb7c7a) [@​karlhorky](https://togithub.com/karlhorky) - 🌍 website(theme): Support tags.standard(tags.tagName) in Theme Editor. [#​430](https://togithub.com/uiwjs/react-codemirror/issues/430) [`af0e3c1`](https://togithub.com/uiwjs/react-codemirror/commit/af0e3c1) [@​jaywcjlove](https://togithub.com/jaywcjlove) - 🐞 fix(github): modify tagName color in github theme. [#​430](https://togithub.com/uiwjs/react-codemirror/issues/430) [`c50705e`](https://togithub.com/uiwjs/react-codemirror/commit/c50705e) [@​jaywcjlove](https://togithub.com/jaywcjlove) - 🐞 fix(sublime): modify tagName color in sublime theme. ([#​430](https://togithub.com/uiwjs/react-codemirror/issues/430)) [`cbb41d1`](https://togithub.com/uiwjs/react-codemirror/commit/cbb41d1) [@​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> |
||
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/@​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 @​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) [@​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/@​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 @​uiw/react-codemirror@4.19.0 ``` - 🌟 feat(theme): add aura theme. [`e7c7f0f`](https://togithub.com/uiwjs/react-codemirror/commit/e7c7f0f) [@​jaywcjlove](https://togithub.com/jaywcjlove) - 🌟 feat(theme): add TokyoNight theme. [`4af4add`](https://togithub.com/uiwjs/react-codemirror/commit/4af4add) [@​jaywcjlove](https://togithub.com/jaywcjlove) - 🌟 feat(theme): add TokyoNightStorm theme. [`e67f5ee`](https://togithub.com/uiwjs/react-codemirror/commit/e67f5ee) [@​jaywcjlove](https://togithub.com/jaywcjlove) - 🌟 feat(theme): add tokyoNightDay theme. [`6f5a908`](https://togithub.com/uiwjs/react-codemirror/commit/6f5a908) [@​jaywcjlove](https://togithub.com/jaywcjlove) - 💄 chore: update workflows config. [`709fabb`](https://togithub.com/uiwjs/react-codemirror/commit/709fabb) [@​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/@​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 @​uiw/react-codemirror@4.18.2 ``` - 🎨 style(themes): Modify the gutter border-right style. [`64b5993`](https://togithub.com/uiwjs/react-codemirror/commit/64b5993) [@​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/@​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 @​uiw/react-codemirror@4.18.1 ``` - 🌍 website: add themes home page. [`fea984f`](https://togithub.com/uiwjs/react-codemirror/commit/fea984f) [@​jaywcjlove](https://togithub.com/jaywcjlove) - 🌟 feat(theme): add noctis-lilac theme. [`f30c552`](https://togithub.com/uiwjs/react-codemirror/commit/f30c552) [@​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/@​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 @​uiw/react-codemirror@4.18.0 ``` - 🌍 website: update website example. [`a4411dc`](https://togithub.com/uiwjs/react-codemirror/commit/a4411dc) [@​jaywcjlove](https://togithub.com/jaywcjlove) - 🌟 feat(xcode): add xcodeLightInit/xcodeDarkInit method to xcode theme. [`70d3db5`](https://togithub.com/uiwjs/react-codemirror/commit/70d3db5) [@​jaywcjlove](https://togithub.com/jaywcjlove) - 🌟 feat(sublime): add sublimeInit method to xcode theme. [`a664aae`](https://togithub.com/uiwjs/react-codemirror/commit/a664aae) [@​jaywcjlove](https://togithub.com/jaywcjlove) - 🌟 feat(solarized): add solarizedLightInit/solarizedDarkInit method to solarized theme. [`26aee9f`](https://togithub.com/uiwjs/react-codemirror/commit/26aee9f) [@​jaywcjlove](https://togithub.com/jaywcjlove) - 🌍 website: fix theme all type errors. [`d45e5ee`](https://togithub.com/uiwjs/react-codemirror/commit/d45e5ee) [@​jaywcjlove](https://togithub.com/jaywcjlove) - 🌟 feat(okaidia): add okaidiaInit method to okaidia theme. [`adf94e5`](https://togithub.com/uiwjs/react-codemirror/commit/adf94e5) [@​jaywcjlove](https://togithub.com/jaywcjlove) - 🌟 feat(nord): add nordInit method to nord theme. [`14811ae`](https://togithub.com/uiwjs/react-codemirror/commit/14811ae) [@​jaywcjlove](https://togithub.com/jaywcjlove) - 🌟 feat(material): add materialInit method to material theme. [`129d8e3`](https://togithub.com/uiwjs/react-codemirror/commit/129d8e3) [@​jaywcjlove](https://togithub.com/jaywcjlove) - 🌟 feat(gruvbox): add gruvboxDarkInit/gruvboxLightInit method to gruvbox theme. [`c5c0afe`](https://togithub.com/uiwjs/react-codemirror/commit/c5c0afe) [@​jaywcjlove](https://togithub.com/jaywcjlove) - 🌟 feat(github): add githubDarkInit/githubLightInit method to github theme. [`2aacb6f`](https://togithub.com/uiwjs/react-codemirror/commit/2aacb6f) [@​jaywcjlove](https://togithub.com/jaywcjlove) - 🌟 feat(eclipse): add eclipseInit method to eclipse theme. [`3cd796d`](https://togithub.com/uiwjs/react-codemirror/commit/3cd796d) [@​jaywcjlove](https://togithub.com/jaywcjlove) - 🌟 feat(duotone): add duotoneLightInit/duotoneDarkInit method to duotone theme. [`4044b17`](https://togithub.com/uiwjs/react-codemirror/commit/4044b17) [@​jaywcjlove](https://togithub.com/jaywcjlove) - 🌟 feat(dracula): add draculaInit method to dracula theme. [`8c4e397`](https://togithub.com/uiwjs/react-codemirror/commit/8c4e397) [@​jaywcjlove](https://togithub.com/jaywcjlove) - 🌟 feat(darcula): add darculaInit method to darcula theme. [`23c896c`](https://togithub.com/uiwjs/react-codemirror/commit/23c896c) [@​jaywcjlove](https://togithub.com/jaywcjlove) - 🌟 feat(bespin): add bespinInit method to bespin theme. [`0515402`](https://togithub.com/uiwjs/react-codemirror/commit/0515402) [@​jaywcjlove](https://togithub.com/jaywcjlove) - 🌟 feat(bbedit): add bbeditInit method to bbedit theme. [`e6b66d0`](https://togithub.com/uiwjs/react-codemirror/commit/e6b66d0) [@​jaywcjlove](https://togithub.com/jaywcjlove) - 🌟 feat(atomone): add atomoneInit method to atomone theme. [`82d86e5`](https://togithub.com/uiwjs/react-codemirror/commit/82d86e5) [@​jaywcjlove](https://togithub.com/jaywcjlove) - 🌟 feat(androidstudio): add androidstudioInit method to androidstudio theme. [`61f38d1`](https://togithub.com/uiwjs/react-codemirror/commit/61f38d1) [@​jaywcjlove](https://togithub.com/jaywcjlove) - 🌟 feat(abcdef): add abcdefInit method to abcdef theme. [`b8cf12f`](https://togithub.com/uiwjs/react-codemirror/commit/b8cf12f) [@​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/@​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 @​uiw/react-codemirror@4.17.1 ``` - 🎨 style(github): update github style. [`0d483e8`](https://togithub.com/uiwjs/react-codemirror/commit/0d483e8) [@​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/@​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 @​uiw/react-codemirror@4.17.0 ``` - 🌟 feat: add workflows config. [`43e76ac`](https://togithub.com/uiwjs/react-codemirror/commit/43e76ac) [@​jaywcjlove](https://togithub.com/jaywcjlove) - 💄 chore: update workflows config. [`0eb8053`](https://togithub.com/uiwjs/react-codemirror/commit/0eb8053) [@​jaywcjlove](https://togithub.com/jaywcjlove) - 🌟 feat(theme): add material theme. [`a2fe1d8`](https://togithub.com/uiwjs/react-codemirror/commit/a2fe1d8) [@​jaywcjlove](https://togithub.com/jaywcjlove) - 💄 chore(theme): update gruvbox theme. [`18c1977`](https://togithub.com/uiwjs/react-codemirror/commit/18c1977) [@​jaywcjlove](https://togithub.com/jaywcjlove) - 🌟 feat(theme): add solarized theme. [`d6899db`](https://togithub.com/uiwjs/react-codemirror/commit/d6899db) [@​jaywcjlove](https://togithub.com/jaywcjlove) - 💄 chore: update workflows config. [`a104c88`](https://togithub.com/uiwjs/react-codemirror/commit/a104c88) [@​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/@​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 @​uiw/react-codemirror@4.16.0 ``` - 📖 doc(vscode): update README.md [`7bd0ed7`](https://togithub.com/uiwjs/react-codemirror/commit/7bd0ed7) [@​jaywcjlove](https://togithub.com/jaywcjlove) - 🌟 feat: add zebra-stripes component. [#​424](https://togithub.com/uiwjs/react-codemirror/issues/424) [`bdb7e9a`](https://togithub.com/uiwjs/react-codemirror/commit/bdb7e9a) [@​jaywcjlove](https://togithub.com/jaywcjlove) - 🐞 fix(deps): update codemirror ([#​417](https://togithub.com/uiwjs/react-codemirror/issues/417)) [`09ab14f`](https://togithub.com/uiwjs/react-codemirror/commit/09ab14f) [@​renovate-bot](https://togithub.com/renovate-bot) - 💄 chore(deps): update dependency prettier to ~2.8.0 ([#​420](https://togithub.com/uiwjs/react-codemirror/issues/420)) [`52822d8`](https://togithub.com/uiwjs/react-codemirror/commit/52822d8) [@​renovate-bot](https://togithub.com/renovate-bot) - 💄 chore(deps): update dependency lint-staged to ~13.1.0 ([#​425](https://togithub.com/uiwjs/react-codemirror/issues/425)) [`b9d6ef6`](https://togithub.com/uiwjs/react-codemirror/commit/b9d6ef6) [@​renovate-bot](https://togithub.com/renovate-bot) - 🌟 feat(theme): add nord theme. [`2717cdd`](https://togithub.com/uiwjs/react-codemirror/commit/2717cdd) [@​jaywcjlove](https://togithub.com/jaywcjlove) - 🌟 feat(theme): add gruvbox light theme. [`2df3352`](https://togithub.com/uiwjs/react-codemirror/commit/2df3352) [@​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> |
||
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/@​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 @​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) [@​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/@​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 @​uiw/react-codemirror@4.19.0 ``` - 🌟 feat(theme): add aura theme. [`e7c7f0f`](https://togithub.com/uiwjs/react-codemirror/commit/e7c7f0f) [@​jaywcjlove](https://togithub.com/jaywcjlove) - 🌟 feat(theme): add TokyoNight theme. [`4af4add`](https://togithub.com/uiwjs/react-codemirror/commit/4af4add) [@​jaywcjlove](https://togithub.com/jaywcjlove) - 🌟 feat(theme): add TokyoNightStorm theme. [`e67f5ee`](https://togithub.com/uiwjs/react-codemirror/commit/e67f5ee) [@​jaywcjlove](https://togithub.com/jaywcjlove) - 🌟 feat(theme): add tokyoNightDay theme. [`6f5a908`](https://togithub.com/uiwjs/react-codemirror/commit/6f5a908) [@​jaywcjlove](https://togithub.com/jaywcjlove) - 💄 chore: update workflows config. [`709fabb`](https://togithub.com/uiwjs/react-codemirror/commit/709fabb) [@​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/@​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 @​uiw/react-codemirror@4.18.2 ``` - 🎨 style(themes): Modify the gutter border-right style. [`64b5993`](https://togithub.com/uiwjs/react-codemirror/commit/64b5993) [@​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/@​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 @​uiw/react-codemirror@4.18.1 ``` - 🌍 website: add themes home page. [`fea984f`](https://togithub.com/uiwjs/react-codemirror/commit/fea984f) [@​jaywcjlove](https://togithub.com/jaywcjlove) - 🌟 feat(theme): add noctis-lilac theme. [`f30c552`](https://togithub.com/uiwjs/react-codemirror/commit/f30c552) [@​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/@​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 @​uiw/react-codemirror@4.18.0 ``` - 🌍 website: update website example. [`a4411dc`](https://togithub.com/uiwjs/react-codemirror/commit/a4411dc) [@​jaywcjlove](https://togithub.com/jaywcjlove) - 🌟 feat(xcode): add xcodeLightInit/xcodeDarkInit method to xcode theme. [`70d3db5`](https://togithub.com/uiwjs/react-codemirror/commit/70d3db5) [@​jaywcjlove](https://togithub.com/jaywcjlove) - 🌟 feat(sublime): add sublimeInit method to xcode theme. [`a664aae`](https://togithub.com/uiwjs/react-codemirror/commit/a664aae) [@​jaywcjlove](https://togithub.com/jaywcjlove) - 🌟 feat(solarized): add solarizedLightInit/solarizedDarkInit method to solarized theme. [`26aee9f`](https://togithub.com/uiwjs/react-codemirror/commit/26aee9f) [@​jaywcjlove](https://togithub.com/jaywcjlove) - 🌍 website: fix theme all type errors. [`d45e5ee`](https://togithub.com/uiwjs/react-codemirror/commit/d45e5ee) [@​jaywcjlove](https://togithub.com/jaywcjlove) - 🌟 feat(okaidia): add okaidiaInit method to okaidia theme. [`adf94e5`](https://togithub.com/uiwjs/react-codemirror/commit/adf94e5) [@​jaywcjlove](https://togithub.com/jaywcjlove) - 🌟 feat(nord): add nordInit method to nord theme. [`14811ae`](https://togithub.com/uiwjs/react-codemirror/commit/14811ae) [@​jaywcjlove](https://togithub.com/jaywcjlove) - 🌟 feat(material): add materialInit method to material theme. [`129d8e3`](https://togithub.com/uiwjs/react-codemirror/commit/129d8e3) [@​jaywcjlove](https://togithub.com/jaywcjlove) - 🌟 feat(gruvbox): add gruvboxDarkInit/gruvboxLightInit method to gruvbox theme. [`c5c0afe`](https://togithub.com/uiwjs/react-codemirror/commit/c5c0afe) [@​jaywcjlove](https://togithub.com/jaywcjlove) - 🌟 feat(github): add githubDarkInit/githubLightInit method to github theme. [`2aacb6f`](https://togithub.com/uiwjs/react-codemirror/commit/2aacb6f) [@​jaywcjlove](https://togithub.com/jaywcjlove) - 🌟 feat(eclipse): add eclipseInit method to eclipse theme. [`3cd796d`](https://togithub.com/uiwjs/react-codemirror/commit/3cd796d) [@​jaywcjlove](https://togithub.com/jaywcjlove) - 🌟 feat(duotone): add duotoneLightInit/duotoneDarkInit method to duotone theme. [`4044b17`](https://togithub.com/uiwjs/react-codemirror/commit/4044b17) [@​jaywcjlove](https://togithub.com/jaywcjlove) - 🌟 feat(dracula): add draculaInit method to dracula theme. [`8c4e397`](https://togithub.com/uiwjs/react-codemirror/commit/8c4e397) [@​jaywcjlove](https://togithub.com/jaywcjlove) - 🌟 feat(darcula): add darculaInit method to darcula theme. [`23c896c`](https://togithub.com/uiwjs/react-codemirror/commit/23c896c) [@​jaywcjlove](https://togithub.com/jaywcjlove) - 🌟 feat(bespin): add bespinInit method to bespin theme. [`0515402`](https://togithub.com/uiwjs/react-codemirror/commit/0515402) [@​jaywcjlove](https://togithub.com/jaywcjlove) - 🌟 feat(bbedit): add bbeditInit method to bbedit theme. [`e6b66d0`](https://togithub.com/uiwjs/react-codemirror/commit/e6b66d0) [@​jaywcjlove](https://togithub.com/jaywcjlove) - 🌟 feat(atomone): add atomoneInit method to atomone theme. [`82d86e5`](https://togithub.com/uiwjs/react-codemirror/commit/82d86e5) [@​jaywcjlove](https://togithub.com/jaywcjlove) - 🌟 feat(androidstudio): add androidstudioInit method to androidstudio theme. [`61f38d1`](https://togithub.com/uiwjs/react-codemirror/commit/61f38d1) [@​jaywcjlove](https://togithub.com/jaywcjlove) - 🌟 feat(abcdef): add abcdefInit method to abcdef theme. [`b8cf12f`](https://togithub.com/uiwjs/react-codemirror/commit/b8cf12f) [@​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/@​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 @​uiw/react-codemirror@4.17.1 ``` - 🎨 style(github): update github style. [`0d483e8`](https://togithub.com/uiwjs/react-codemirror/commit/0d483e8) [@​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/@​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 @​uiw/react-codemirror@4.17.0 ``` - 🌟 feat: add workflows config. [`43e76ac`](https://togithub.com/uiwjs/react-codemirror/commit/43e76ac) [@​jaywcjlove](https://togithub.com/jaywcjlove) - 💄 chore: update workflows config. [`0eb8053`](https://togithub.com/uiwjs/react-codemirror/commit/0eb8053) [@​jaywcjlove](https://togithub.com/jaywcjlove) - 🌟 feat(theme): add material theme. [`a2fe1d8`](https://togithub.com/uiwjs/react-codemirror/commit/a2fe1d8) [@​jaywcjlove](https://togithub.com/jaywcjlove) - 💄 chore(theme): update gruvbox theme. [`18c1977`](https://togithub.com/uiwjs/react-codemirror/commit/18c1977) [@​jaywcjlove](https://togithub.com/jaywcjlove) - 🌟 feat(theme): add solarized theme. [`d6899db`](https://togithub.com/uiwjs/react-codemirror/commit/d6899db) [@​jaywcjlove](https://togithub.com/jaywcjlove) - 💄 chore: update workflows config. [`a104c88`](https://togithub.com/uiwjs/react-codemirror/commit/a104c88) [@​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/@​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 @​uiw/react-codemirror@4.16.0 ``` - 📖 doc(vscode): update README.md [`7bd0ed7`](https://togithub.com/uiwjs/react-codemirror/commit/7bd0ed7) [@​jaywcjlove](https://togithub.com/jaywcjlove) - 🌟 feat: add zebra-stripes component. [#​424](https://togithub.com/uiwjs/react-codemirror/issues/424) [`bdb7e9a`](https://togithub.com/uiwjs/react-codemirror/commit/bdb7e9a) [@​jaywcjlove](https://togithub.com/jaywcjlove) - 🐞 fix(deps): update codemirror ([#​417](https://togithub.com/uiwjs/react-codemirror/issues/417)) [`09ab14f`](https://togithub.com/uiwjs/react-codemirror/commit/09ab14f) [@​renovate-bot](https://togithub.com/renovate-bot) - 💄 chore(deps): update dependency prettier to ~2.8.0 ([#​420](https://togithub.com/uiwjs/react-codemirror/issues/420)) [`52822d8`](https://togithub.com/uiwjs/react-codemirror/commit/52822d8) [@​renovate-bot](https://togithub.com/renovate-bot) - 💄 chore(deps): update dependency lint-staged to ~13.1.0 ([#​425](https://togithub.com/uiwjs/react-codemirror/issues/425)) [`b9d6ef6`](https://togithub.com/uiwjs/react-codemirror/commit/b9d6ef6) [@​renovate-bot](https://togithub.com/renovate-bot) - 🌟 feat(theme): add nord theme. [`2717cdd`](https://togithub.com/uiwjs/react-codemirror/commit/2717cdd) [@​jaywcjlove](https://togithub.com/jaywcjlove) - 🌟 feat(theme): add gruvbox light theme. [`2df3352`](https://togithub.com/uiwjs/react-codemirror/commit/2df3352) [@​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> |
||
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> |
||
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. |
||
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. |
||
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> |
||
Mateusz Kwasniewski
|
a87145b5ef
|
Fix strategy screen 404 (#2638) | ||
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#​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> |
||
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#​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#​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#​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#​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>` ([#​9589](https://togithub.com/remix-run/react-router/pull/9589), [#​9647](https://togithub.com/remix-run/react-router/pull/9647)) - Properly serialize/deserialize `ErrorResponse` instances when using built-in hydration ([#​9593](https://togithub.com/remix-run/react-router/pull/9593)) - Support `basename` in static data routers ([#​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> |