mirror of
https://github.com/Unleash/unleash.git
synced 2024-12-22 19:07:54 +01:00
ac16e7e3ba
6730 Commits
Author | SHA1 | Message | Date | |
---|---|---|---|---|
Nuno Góis
|
ac16e7e3ba
|
feat: add tags to the new feature overview sidepanel (#2488)
https://linear.app/unleash/issue/2-423/update-feature-toggle-overview-sidepanel |
||
Thomas Heartman
|
d5fbd0b743
|
refactor: move docs into new structure / fix links for SEO (#2416)
## What This (admittedly massive) PR updates the "physical" documentation structure and fixes url inconsistencies and SEO problems reported by marketing. The main points are: - remove or move directories : advanced, user_guide, deploy, api - move the files contained within to the appropriate one of topics, how-to, tutorials, or reference - update internal doc links and product links to the content - create client-side redirects for all the urls that have changed. A number of the files have been renamed in small ways to better match their url and to make them easier to find. Additionally, the top-level api directory has been moved to /reference/api/legacy/unleash (see the discussion points section for more on this). ## Why When moving our doc structure to diataxis a while back, we left the "physical' files lying where they were, because it didn't matter much to the new structure. However, that did introduce some inconsistencies with where you place docs and how we organize them. There's also the discrepancies in whether urls us underscores or hyphens (which isn't necessarily the same as their file name), which has been annoying me for a while, but now has also been raised by marketing as an issue in terms of SEO. ## Discussion points The old, hand-written API docs have been moved from /api to /reference/api/legacy/unleash. There _is_ a /reference/api/unleash directory, but this is being populated by the OpenAPI plugin, and mixing those could only cause trouble. However, I'm unsure about putting /legacy/ in the title, because the API isn't legacy, the docs are. Maybe we could use another path? Like /old-docs/ or something? I'd appreciate some input on this. |
||
Christopher Kolstad
|
f937e80272
|
fix: Updated event to include project (#2491)
### What Our EnvironmentVariant needs project name so this PR makes sure our service accepts the project id as one of the arguments. |
||
Nuno Góis
|
3dca3d53f9
|
feat: improved feature overview sidepanel env toggles (#2487)
https://linear.app/unleash/issue/2-423/update-feature-toggle-overview-sidepanel |
||
Gastón Fournier
|
97372cf48c
|
fix: flaky tests on segments order (#2472)
## About the changes This test fails randomly, example: https://github.com/Unleash/unleash/actions/runs/3496006349/jobs/5853415518#step:5:376 It's not so frequent but I tested locally one out of 4 or 8 runs fails because the rows returned are in the wrong order. ## Discussion points If the order of segments is relevant, we should look into how we're fetching them or applying a `sort()` before returning from the query. I've validated on my machine that even if the segments are sent in order, when pulled from the db sometimes they are processed in a different order |
||
Mateusz Kwasniewski
|
b39f6a2f0d
|
disable approvers select when no access (#2486) | ||
andreas-unleash
|
6e5b214475
|
implement proxy all endpoint (#2460)
Signed-off-by: andreas-unleash <andreas@getunleash.ai> <!-- 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! ❤️ --> This PR implements the `all` endpoint of unleash-proxy, by adding an experimental flag that can control the behaviour ## 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> |
||
Gastón Fournier
|
efd47b72a8
|
feat: Add variants per env (#2471)
## About the changes Variants are now stored in each environment rather than in the feature toggle. This enables RBAC, suggest changes, etc to also apply to variants. Relates to [roadmap](https://github.com/orgs/Unleash/projects/10) item: #2254 ### Important files - **src/lib/db/feature-strategy-store.ts** a complex query was moved to a view named `features_view` - **src/lib/services/state-service.ts** export version number increased due to the new format ## Discussion points We're keeping the old column as a safeguard to be able to go back Co-authored-by: sighphyre <liquidwicked64@gmail.com> Co-authored-by: Christopher Kolstad <chriswk@getunleash.ai> |
||
andreas-unleash
|
a165eb191c
|
add back removed permissions and eventType from module exports (#2476)
Signed-off-by: andreas-unleash <andreas@getunleash.ai> <!-- 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! ❤️ --> This PR adds (back) the permissions and eventType module exports ## 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> |
||
renovate[bot]
|
39e9643226
|
chore(deps): update dependency msw to v0.49.0 (#2480)
[![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.48.3` ->
`0.49.0`](https://renovatebot.com/diffs/npm/msw/0.48.3/0.49.0) |
[![age](https://badges.renovateapi.com/packages/npm/msw/0.49.0/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/msw/0.49.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/msw/0.49.0/compatibility-slim/0.48.3)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/msw/0.49.0/confidence-slim/0.48.3)](https://docs.renovatebot.com/merge-confidence/)
|
---
### Release Notes
<details>
<summary>mswjs/msw</summary>
### [`v0.49.0`](https://togithub.com/mswjs/msw/releases/tag/v0.49.0)
[Compare
Source](https://togithub.com/mswjs/msw/compare/v0.48.3...v0.49.0)
#### v0.49.0 (2022-11-19)
##### Features
- support TypeScript 4.9, drop support for TypeScript 4.2, 4.3
([#​1467](https://togithub.com/mswjs/msw/issues/1467))
([`af0277d`](
|
||
renovate[bot]
|
1c5dfe9a9e
|
chore(deps): update dependency jsdom to v20.0.3 (#2483)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [jsdom](https://togithub.com/jsdom/jsdom) | [`20.0.2` -> `20.0.3`](https://renovatebot.com/diffs/npm/jsdom/20.0.2/20.0.3) | [![age](https://badges.renovateapi.com/packages/npm/jsdom/20.0.3/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/jsdom/20.0.3/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/jsdom/20.0.3/compatibility-slim/20.0.2)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/jsdom/20.0.3/confidence-slim/20.0.2)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>jsdom/jsdom</summary> ### [`v20.0.3`](https://togithub.com/jsdom/jsdom/blob/HEAD/Changelog.md#​2003) [Compare Source](https://togithub.com/jsdom/jsdom/compare/20.0.2...20.0.3) - Updated dependencies, notably `w3c-xmlserializer`, which fixes using `DOMParser` on XML documents containing emoji. </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:eyJjcmVhdGVkSW5WZXIiOiIzNC4yOC4wIiwidXBkYXRlZEluVmVyIjoiMzQuMjguMCJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> |
||
renovate[bot]
|
d0cecf37fb
|
chore(deps): update dependency @swc/core to v1.3.19 (#2482)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@swc/core](https://swc.rs) ([source](https://togithub.com/swc-project/swc)) | [`1.3.18` -> `1.3.19`](https://renovatebot.com/diffs/npm/@swc%2fcore/1.3.18/1.3.19) | [![age](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.19/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.19/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.19/compatibility-slim/1.3.18)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.19/confidence-slim/1.3.18)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>swc-project/swc</summary> ### [`v1.3.19`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#​1319---2022-11-20) [Compare Source](https://togithub.com/swc-project/swc/compare/v1.3.18...v1.3.19) ##### Bug Fixes - **(es/compat)** Fix consecutive optional call ([#​6461](https://togithub.com/swc-project/swc/issues/6461)) ([f7072db]( |
||
renovate[bot]
|
f5c1d472b0
|
chore(deps): update dependency eslint to v8.28.0 (#2479)
[![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.27.0` -> `8.28.0`](https://renovatebot.com/diffs/npm/eslint/8.27.0/8.28.0) | [![age](https://badges.renovateapi.com/packages/npm/eslint/8.28.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/eslint/8.28.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/eslint/8.28.0/compatibility-slim/8.27.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/eslint/8.28.0/confidence-slim/8.27.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>eslint/eslint</summary> ### [`v8.28.0`](https://togithub.com/eslint/eslint/releases/tag/v8.28.0) [Compare Source](https://togithub.com/eslint/eslint/compare/v8.27.0...v8.28.0) #### Features - [`63bce44`]( |
||
renovate[bot]
|
1aad6fca46
|
chore(deps): update dependency vite-tsconfig-paths to v3.6.0 (#2481)
[![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.5.2` -> `3.6.0`](https://renovatebot.com/diffs/npm/vite-tsconfig-paths/3.5.2/3.6.0) | [![age](https://badges.renovateapi.com/packages/npm/vite-tsconfig-paths/3.6.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/vite-tsconfig-paths/3.6.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/vite-tsconfig-paths/3.6.0/compatibility-slim/3.5.2)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/vite-tsconfig-paths/3.6.0/confidence-slim/3.5.2)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>aleclarson/vite-tsconfig-paths</summary> ### [`v3.6.0`](https://togithub.com/aleclarson/vite-tsconfig-paths/compare/v3.5.2...v3.6.0) [Compare Source](https://togithub.com/aleclarson/vite-tsconfig-paths/compare/v3.5.2...v3.6.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:eyJjcmVhdGVkSW5WZXIiOiIzNC4yOC4wIiwidXBkYXRlZEluVmVyIjoiMzQuMjguMCJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> |
||
renovate[bot]
|
d9cf6a377a
|
chore(deps): update dependency @uiw/react-codemirror to v4.15.1 (#2469)
[![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.0` -> `4.15.1`](https://renovatebot.com/diffs/npm/@uiw%2freact-codemirror/4.15.0/4.15.1) | [![age](https://badges.renovateapi.com/packages/npm/@uiw%2freact-codemirror/4.15.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@uiw%2freact-codemirror/4.15.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@uiw%2freact-codemirror/4.15.1/compatibility-slim/4.15.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@uiw%2freact-codemirror/4.15.1/confidence-slim/4.15.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>uiwjs/react-codemirror</summary> ### [`v4.15.1`](https://togithub.com/uiwjs/react-codemirror/releases/tag/v4.15.1) [Compare Source](https://togithub.com/uiwjs/react-codemirror/compare/v4.15.0...v4.15.1) [![](https://img.shields.io/badge/Open%20in-unpkg-blue)](https://uiwjs.github.io/npm-unpkg/#/pkg/@​uiw/react-codemirror@4.15.1/file/README.md) Documentation v4.15.1: https://raw.githack.com/uiwjs/react-codemirror/732e9c3/index.html\ Comparing Changes: https://github.com/uiwjs/react-codemirror/compare/v4.15.0...v4.15.1 ```shell npm i @​uiw/react-codemirror@4.15.1 ``` - 🐞 fix(theme): Fix and simplify VS Code dark theme ([#​416](https://togithub.com/uiwjs/react-codemirror/issues/416)) [`c2f74b2`](https://togithub.com/uiwjs/react-codemirror/commit/c2f74b2) [@​karlhorky](https://togithub.com/karlhorky) </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:eyJjcmVhdGVkSW5WZXIiOiIzNC4yNi40IiwidXBkYXRlZEluVmVyIjoiMzQuMjYuNCJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> |
||
renovate[bot]
|
e9b0720503
|
chore(deps): update dpage/pgadmin4 docker tag to v6.16 (#2475)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Update | Change | |---|---|---| | dpage/pgadmin4 | minor | `6.15` -> `6.16` | --- ### 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:eyJjcmVhdGVkSW5WZXIiOiIzNC4yNy4zIiwidXBkYXRlZEluVmVyIjoiMzQuMjcuMyJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> |
||
NicolaeUnleash
|
65ba1bf4e0
|
docs: Update Unleash proxy illustration (#2477)
Updates the diagram presented in the docs to better illustrate how it works and to use the correct endpoint. |
||
Nuno Góis
|
93bd9d869a
|
Variants per environment (frontend) (#2453)
![image](https://user-images.githubusercontent.com/14320932/202286759-b9c30228-59cc-4c58-a7b0-3c6c3d0ecba6.png) ## About the changes https://linear.app/unleash/issue/2-425/variants-crud-new-environment-cards-with-tables-inside-add-edit-and Basically created parallel components for the **variants per environments** feature, so both flows should work correctly depending on the feature flag state. Some of the duplication means that cleanup should be straightforward - Once we're happy with this feature it should be enough to delete `frontend/src/component/feature/FeatureView/FeatureVariants/FeatureVariantsList` and do some little extra cleanup. I noticed we had some legacy-looking code in variants, so this involved *some* rewriting of the current variants logic. Hopefully this new code looks nicer, more maintainable, and more importantly **doesn't break anything**. Relates to [roadmap](https://github.com/orgs/Unleash/projects/10) item: #2254 ### Important files Everything inside the `frontend/src/component/feature/FeatureView/FeatureVariants/FeatureEnvironmentVariants` folder. |
||
JarrodSC
|
31dc31fdf4
|
Docs: Updated personal access tokens for accuracy (#2459)
Updated **personal access tokens** section to reflect that users technically can set the expiration date to **never**. |
||
kwasniew
|
ef693d4c1a
|
4.18.0-beta.9 | ||
Mateusz Kwasniewski
|
50f9746963
|
older safari does not support gap (#2470) | ||
andreas-unleash
|
cd9627ef0b
|
Virtualize users table (#2429)
<!-- 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! ❤️ --> Virtualise the Users' table ## 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? --> Co-authored-by: Tymoteusz Czech <2625371+Tymek@users.noreply.github.com> |
||
Mateusz Kwasniewski
|
ac65778cfa
|
separate protected and unprotected routes (#2466) | ||
renovate[bot]
|
51ccf65367
|
chore(deps): update dependency @uiw/codemirror-theme-duotone to v4.15.1 (#2468)
[![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.0` -> `4.15.1`](https://renovatebot.com/diffs/npm/@uiw%2fcodemirror-theme-duotone/4.15.0/4.15.1) | [![age](https://badges.renovateapi.com/packages/npm/@uiw%2fcodemirror-theme-duotone/4.15.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@uiw%2fcodemirror-theme-duotone/4.15.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@uiw%2fcodemirror-theme-duotone/4.15.1/compatibility-slim/4.15.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@uiw%2fcodemirror-theme-duotone/4.15.1/confidence-slim/4.15.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>uiwjs/react-codemirror</summary> ### [`v4.15.1`](https://togithub.com/uiwjs/react-codemirror/releases/tag/v4.15.1) [Compare Source](https://togithub.com/uiwjs/react-codemirror/compare/v4.15.0...v4.15.1) [![](https://img.shields.io/badge/Open%20in-unpkg-blue)](https://uiwjs.github.io/npm-unpkg/#/pkg/@​uiw/react-codemirror@4.15.1/file/README.md) Documentation v4.15.1: https://raw.githack.com/uiwjs/react-codemirror/732e9c3/index.html\ Comparing Changes: https://github.com/uiwjs/react-codemirror/compare/v4.15.0...v4.15.1 ```shell npm i @​uiw/react-codemirror@4.15.1 ``` - 🐞 fix(theme): Fix and simplify VS Code dark theme ([#​416](https://togithub.com/uiwjs/react-codemirror/issues/416)) [`c2f74b2`](https://togithub.com/uiwjs/react-codemirror/commit/c2f74b2) [@​karlhorky](https://togithub.com/karlhorky) </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:eyJjcmVhdGVkSW5WZXIiOiIzNC4yNi40IiwidXBkYXRlZEluVmVyIjoiMzQuMjYuNCJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> |
||
renovate[bot]
|
865cfeaf99
|
chore(deps): update dependency @uiw/codemirror-theme-duotone to v4.15.0 (#2461)
[![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.14.0` -> `4.15.0`](https://renovatebot.com/diffs/npm/@uiw%2fcodemirror-theme-duotone/4.14.0/4.15.0) | [![age](https://badges.renovateapi.com/packages/npm/@uiw%2fcodemirror-theme-duotone/4.15.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@uiw%2fcodemirror-theme-duotone/4.15.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@uiw%2fcodemirror-theme-duotone/4.15.0/compatibility-slim/4.14.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@uiw%2fcodemirror-theme-duotone/4.15.0/confidence-slim/4.14.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>uiwjs/react-codemirror</summary> ### [`v4.15.0`](https://togithub.com/uiwjs/react-codemirror/releases/tag/v4.15.0) [Compare Source](https://togithub.com/uiwjs/react-codemirror/compare/v4.14.3...v4.15.0) [![](https://img.shields.io/badge/Open%20in-unpkg-blue)](https://uiwjs.github.io/npm-unpkg/#/pkg/@​uiw/react-codemirror@4.15.0/file/README.md) Documentation v4.15.0: https://raw.githack.com/uiwjs/react-codemirror/21cd7a1/index.html\ Comparing Changes: https://github.com/uiwjs/react-codemirror/compare/v4.14.3...v4.15.0 ```shell npm i @​uiw/react-codemirror@4.15.0 ``` - 🌟 feat(theme): add fontFamily option. [#​409](https://togithub.com/uiwjs/react-codemirror/issues/409) [`6fa5ad5`](https://togithub.com/uiwjs/react-codemirror/commit/6fa5ad5) [@​jaywcjlove](https://togithub.com/jaywcjlove) - 🐞 fix(theme): Add font-family to VS Code dark theme ([#​413](https://togithub.com/uiwjs/react-codemirror/issues/413)) [`d1150da`](https://togithub.com/uiwjs/react-codemirror/commit/d1150da) [@​karlhorky](https://togithub.com/karlhorky) - 🎨 style(vscode): add vscodeDarkInit method. [#​409](https://togithub.com/uiwjs/react-codemirror/issues/409) [`82e931c`](https://togithub.com/uiwjs/react-codemirror/commit/82e931c) [@​jaywcjlove](https://togithub.com/jaywcjlove) - 📖 doc(vscode): Update preview image ([#​414](https://togithub.com/uiwjs/react-codemirror/issues/414)) [`9d09fb0`](https://togithub.com/uiwjs/react-codemirror/commit/9d09fb0) [@​karlhorky](https://togithub.com/karlhorky) - 🐞 fix: Fix "cannot set properties of undefined" ([#​415](https://togithub.com/uiwjs/react-codemirror/issues/415)) [`3a566f2`](https://togithub.com/uiwjs/react-codemirror/commit/3a566f2) [@​karlhorky](https://togithub.com/karlhorky) - 🌍 website: fix type error. [`15b2bee`](https://togithub.com/uiwjs/react-codemirror/commit/15b2bee) [@​jaywcjlove](https://togithub.com/jaywcjlove) ### [`v4.14.3`](https://togithub.com/uiwjs/react-codemirror/releases/tag/v4.14.3) [Compare Source](https://togithub.com/uiwjs/react-codemirror/compare/v4.14.2...v4.14.3) [![](https://img.shields.io/badge/Open%20in-unpkg-blue)](https://uiwjs.github.io/npm-unpkg/#/pkg/@​uiw/react-codemirror@4.14.3/file/README.md) Documentation v4.14.3: https://raw.githack.com/uiwjs/react-codemirror/1310dcb/index.html\ Comparing Changes: https://github.com/uiwjs/react-codemirror/compare/v4.14.2...v4.14.3 ```shell npm i @​uiw/react-codemirror@4.14.3 ``` - 🐞 fix(theme): Fix foreground and function name colors ([#​412](https://togithub.com/uiwjs/react-codemirror/issues/412)) [`aa703c6`](https://togithub.com/uiwjs/react-codemirror/commit/aa703c6) [@​karlhorky](https://togithub.com/karlhorky) ### [`v4.14.2`](https://togithub.com/uiwjs/react-codemirror/releases/tag/v4.14.2) [Compare Source](https://togithub.com/uiwjs/react-codemirror/compare/v4.14.1...v4.14.2) [![](https://img.shields.io/badge/Open%20in-unpkg-blue)](https://uiwjs.github.io/npm-unpkg/#/pkg/@​uiw/react-codemirror@4.14.2/file/README.md) Documentation v4.14.2: https://raw.githack.com/uiwjs/react-codemirror/4df190b/index.html\ Comparing Changes: https://github.com/uiwjs/react-codemirror/compare/v4.14.1...v4.14.2 ```shell npm i @​uiw/react-codemirror@4.14.2 ``` - 🐞 fix(codemirror-themes): fix theme selection style error. [#​406](https://togithub.com/uiwjs/react-codemirror/issues/406) [`a029a3e`](https://togithub.com/uiwjs/react-codemirror/commit/a029a3e) [@​jaywcjlove](https://togithub.com/jaywcjlove) - 🐞 fix(deps): update codemirror to ~6.2.0 ([#​407](https://togithub.com/uiwjs/react-codemirror/issues/407)) [`47d18e0`](https://togithub.com/uiwjs/react-codemirror/commit/47d18e0) [@​renovate-bot](https://togithub.com/renovate-bot) - 💄 chore(deps): update dependency lerna to v6 ([#​387](https://togithub.com/uiwjs/react-codemirror/issues/387)) [`7176370`](https://togithub.com/uiwjs/react-codemirror/commit/7176370) [@​renovate-bot](https://togithub.com/renovate-bot) - 📖 doc(vscode): update vscode theme document. [`92a06fc`](https://togithub.com/uiwjs/react-codemirror/commit/92a06fc) [@​jaywcjlove](https://togithub.com/jaywcjlove) ### [`v4.14.1`](https://togithub.com/uiwjs/react-codemirror/releases/tag/v4.14.1) [Compare Source](https://togithub.com/uiwjs/react-codemirror/compare/v4.14.0...v4.14.1) [![](https://img.shields.io/badge/Open%20in-unpkg-blue)](https://uiwjs.github.io/npm-unpkg/#/pkg/@​uiw/react-codemirror@4.14.1/file/README.md) Documentation v4.14.1: https://raw.githack.com/uiwjs/react-codemirror/6686da7/index.html\ Comparing Changes: https://github.com/uiwjs/react-codemirror/compare/v4.14.0...v4.14.1 ```shell npm i @​uiw/react-codemirror@4.14.1 ``` - 📖 doc(theme): Update README.md [`09521dd`](https://togithub.com/uiwjs/react-codemirror/commit/09521dd) [@​jaywcjlove](https://togithub.com/jaywcjlove) - 🎨 style(vscode): modify vscode theme backgournd color. [#​409](https://togithub.com/uiwjs/react-codemirror/issues/409) [`20b3978`](https://togithub.com/uiwjs/react-codemirror/commit/20b3978) [@​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:eyJjcmVhdGVkSW5WZXIiOiIzNC4yNi40IiwidXBkYXRlZEluVmVyIjoiMzQuMjYuNCJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> |
||
renovate[bot]
|
f46be4439f
|
chore(deps): update dependency @uiw/react-codemirror to v4.15.0 (#2457)
[![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.13.2` -> `4.15.0`](https://renovatebot.com/diffs/npm/@uiw%2freact-codemirror/4.13.2/4.15.0) | [![age](https://badges.renovateapi.com/packages/npm/@uiw%2freact-codemirror/4.15.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@uiw%2freact-codemirror/4.15.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@uiw%2freact-codemirror/4.15.0/compatibility-slim/4.13.2)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@uiw%2freact-codemirror/4.15.0/confidence-slim/4.13.2)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>uiwjs/react-codemirror</summary> ### [`v4.15.0`](https://togithub.com/uiwjs/react-codemirror/releases/tag/v4.15.0) [Compare Source](https://togithub.com/uiwjs/react-codemirror/compare/v4.14.3...v4.15.0) [![](https://img.shields.io/badge/Open%20in-unpkg-blue)](https://uiwjs.github.io/npm-unpkg/#/pkg/@​uiw/react-codemirror@4.15.0/file/README.md) Documentation v4.15.0: https://raw.githack.com/uiwjs/react-codemirror/21cd7a1/index.html\ Comparing Changes: https://github.com/uiwjs/react-codemirror/compare/v4.14.3...v4.15.0 ```shell npm i @​uiw/react-codemirror@4.15.0 ``` - 🌟 feat(theme): add fontFamily option. [#​409](https://togithub.com/uiwjs/react-codemirror/issues/409) [`6fa5ad5`](https://togithub.com/uiwjs/react-codemirror/commit/6fa5ad5) [@​jaywcjlove](https://togithub.com/jaywcjlove) - 🐞 fix(theme): Add font-family to VS Code dark theme ([#​413](https://togithub.com/uiwjs/react-codemirror/issues/413)) [`d1150da`](https://togithub.com/uiwjs/react-codemirror/commit/d1150da) [@​karlhorky](https://togithub.com/karlhorky) - 🎨 style(vscode): add vscodeDarkInit method. [#​409](https://togithub.com/uiwjs/react-codemirror/issues/409) [`82e931c`](https://togithub.com/uiwjs/react-codemirror/commit/82e931c) [@​jaywcjlove](https://togithub.com/jaywcjlove) - 📖 doc(vscode): Update preview image ([#​414](https://togithub.com/uiwjs/react-codemirror/issues/414)) [`9d09fb0`](https://togithub.com/uiwjs/react-codemirror/commit/9d09fb0) [@​karlhorky](https://togithub.com/karlhorky) - 🐞 fix: Fix "cannot set properties of undefined" ([#​415](https://togithub.com/uiwjs/react-codemirror/issues/415)) [`3a566f2`](https://togithub.com/uiwjs/react-codemirror/commit/3a566f2) [@​karlhorky](https://togithub.com/karlhorky) - 🌍 website: fix type error. [`15b2bee`](https://togithub.com/uiwjs/react-codemirror/commit/15b2bee) [@​jaywcjlove](https://togithub.com/jaywcjlove) ### [`v4.14.3`](https://togithub.com/uiwjs/react-codemirror/releases/tag/v4.14.3) [Compare Source](https://togithub.com/uiwjs/react-codemirror/compare/v4.14.2...v4.14.3) [![](https://img.shields.io/badge/Open%20in-unpkg-blue)](https://uiwjs.github.io/npm-unpkg/#/pkg/@​uiw/react-codemirror@4.14.3/file/README.md) Documentation v4.14.3: https://raw.githack.com/uiwjs/react-codemirror/1310dcb/index.html\ Comparing Changes: https://github.com/uiwjs/react-codemirror/compare/v4.14.2...v4.14.3 ```shell npm i @​uiw/react-codemirror@4.14.3 ``` - 🐞 fix(theme): Fix foreground and function name colors ([#​412](https://togithub.com/uiwjs/react-codemirror/issues/412)) [`aa703c6`](https://togithub.com/uiwjs/react-codemirror/commit/aa703c6) [@​karlhorky](https://togithub.com/karlhorky) ### [`v4.14.2`](https://togithub.com/uiwjs/react-codemirror/releases/tag/v4.14.2) [Compare Source](https://togithub.com/uiwjs/react-codemirror/compare/v4.14.1...v4.14.2) [![](https://img.shields.io/badge/Open%20in-unpkg-blue)](https://uiwjs.github.io/npm-unpkg/#/pkg/@​uiw/react-codemirror@4.14.2/file/README.md) Documentation v4.14.2: https://raw.githack.com/uiwjs/react-codemirror/4df190b/index.html\ Comparing Changes: https://github.com/uiwjs/react-codemirror/compare/v4.14.1...v4.14.2 ```shell npm i @​uiw/react-codemirror@4.14.2 ``` - 🐞 fix(codemirror-themes): fix theme selection style error. [#​406](https://togithub.com/uiwjs/react-codemirror/issues/406) [`a029a3e`](https://togithub.com/uiwjs/react-codemirror/commit/a029a3e) [@​jaywcjlove](https://togithub.com/jaywcjlove) - 🐞 fix(deps): update codemirror to ~6.2.0 ([#​407](https://togithub.com/uiwjs/react-codemirror/issues/407)) [`47d18e0`](https://togithub.com/uiwjs/react-codemirror/commit/47d18e0) [@​renovate-bot](https://togithub.com/renovate-bot) - 💄 chore(deps): update dependency lerna to v6 ([#​387](https://togithub.com/uiwjs/react-codemirror/issues/387)) [`7176370`](https://togithub.com/uiwjs/react-codemirror/commit/7176370) [@​renovate-bot](https://togithub.com/renovate-bot) - 📖 doc(vscode): update vscode theme document. [`92a06fc`](https://togithub.com/uiwjs/react-codemirror/commit/92a06fc) [@​jaywcjlove](https://togithub.com/jaywcjlove) ### [`v4.14.1`](https://togithub.com/uiwjs/react-codemirror/releases/tag/v4.14.1) [Compare Source](https://togithub.com/uiwjs/react-codemirror/compare/v4.14.0...v4.14.1) [![](https://img.shields.io/badge/Open%20in-unpkg-blue)](https://uiwjs.github.io/npm-unpkg/#/pkg/@​uiw/react-codemirror@4.14.1/file/README.md) Documentation v4.14.1: https://raw.githack.com/uiwjs/react-codemirror/6686da7/index.html\ Comparing Changes: https://github.com/uiwjs/react-codemirror/compare/v4.14.0...v4.14.1 ```shell npm i @​uiw/react-codemirror@4.14.1 ``` - 📖 doc(theme): Update README.md [`09521dd`](https://togithub.com/uiwjs/react-codemirror/commit/09521dd) [@​jaywcjlove](https://togithub.com/jaywcjlove) - 🎨 style(vscode): modify vscode theme backgournd color. [#​409](https://togithub.com/uiwjs/react-codemirror/issues/409) [`20b3978`](https://togithub.com/uiwjs/react-codemirror/commit/20b3978) [@​jaywcjlove](https://togithub.com/jaywcjlove) ### [`v4.14.0`](https://togithub.com/uiwjs/react-codemirror/releases/tag/v4.14.0) [Compare Source](https://togithub.com/uiwjs/react-codemirror/compare/v4.13.2...v4.14.0) [![](https://img.shields.io/badge/Open%20in-unpkg-blue)](https://uiwjs.github.io/npm-unpkg/#/pkg/@​uiw/react-codemirror@4.14.0/file/README.md) Documentation v4.14.0: https://raw.githack.com/uiwjs/react-codemirror/73f21ee/index.html\ Comparing Changes: https://github.com/uiwjs/react-codemirror/compare/v4.13.2...v4.14.0 ```shell npm i @​uiw/react-codemirror@4.14.0 ``` - 🌟 feat: add gutterActiveForeground option. [`4566d71`](https://togithub.com/uiwjs/react-codemirror/commit/4566d71) [@​jaywcjlove](https://togithub.com/jaywcjlove) - 🌟 feat: add `vscode` theme. [#​409](https://togithub.com/uiwjs/react-codemirror/issues/409) [`c1be57a`](https://togithub.com/uiwjs/react-codemirror/commit/c1be57a) [@​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:eyJjcmVhdGVkSW5WZXIiOiIzNC4yNi4yIiwidXBkYXRlZEluVmVyIjoiMzQuMjYuNCJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> |
||
renovate[bot]
|
d1f657bf0a
|
fix(deps): update dependency docusaurus-theme-openapi-docs to v1.4.5 (#2370)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [docusaurus-theme-openapi-docs](https://togithub.com/PaloAltoNetworks/docusaurus-openapi-docs) | [`1.4.4` -> `1.4.5`](https://renovatebot.com/diffs/npm/docusaurus-theme-openapi-docs/1.4.4/1.4.5) | [![age](https://badges.renovateapi.com/packages/npm/docusaurus-theme-openapi-docs/1.4.5/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/docusaurus-theme-openapi-docs/1.4.5/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/docusaurus-theme-openapi-docs/1.4.5/compatibility-slim/1.4.4)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/docusaurus-theme-openapi-docs/1.4.5/confidence-slim/1.4.4)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>PaloAltoNetworks/docusaurus-openapi-docs</summary> ### [`v1.4.5`](https://togithub.com/PaloAltoNetworks/docusaurus-openapi-docs/blob/HEAD/CHANGELOG.md#​145-Nov-15-2022) [Compare Source](https://togithub.com/PaloAltoNetworks/docusaurus-openapi-docs/compare/v1.4.4...v1.4.5) High level enhancements - Bug fixes and polish - Re-introduce missing `--openapi-input-background` variable to `styles.css` Other enhancements and bug fixes - \[Bug] Add condition for handling arrays of discriminators ([#​344](https://togithub.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/344)) </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:eyJjcmVhdGVkSW5WZXIiOiIzNC4xOS4wIiwidXBkYXRlZEluVmVyIjoiMzQuMjQuMSJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> |
||
renovate[bot]
|
1b901bb6c0
|
chore(deps): update dependency chartjs-adapter-date-fns to v2.0.1 (#2454)
[![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.0` -> `2.0.1`](https://renovatebot.com/diffs/npm/chartjs-adapter-date-fns/2.0.0/2.0.1) | [![age](https://badges.renovateapi.com/packages/npm/chartjs-adapter-date-fns/2.0.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/chartjs-adapter-date-fns/2.0.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/chartjs-adapter-date-fns/2.0.1/compatibility-slim/2.0.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/chartjs-adapter-date-fns/2.0.1/confidence-slim/2.0.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>chartjs/chartjs-adapter-date-fns</summary> ### [`v2.0.1`](https://togithub.com/chartjs/chartjs-adapter-date-fns/releases/tag/v2.0.1) [Compare Source](https://togithub.com/chartjs/chartjs-adapter-date-fns/compare/v2.0.0...v2.0.1) ### Essential Links - [npm](https://www.npmjs.com/package/chartjs-adapter-date-fns) <!----> - [#​52](https://togithub.com/chartjs/chartjs-adapter-date-fns/issues/52) Bump version to v2.0.1 - [#​55](https://togithub.com/chartjs/chartjs-adapter-date-fns/issues/55) Bump minimatch from 3.0.4 to 3.1.2 - [#​48](https://togithub.com/chartjs/chartjs-adapter-date-fns/issues/48) Fix peerDependencies of chart.js version <3.0.0 - [#​47](https://togithub.com/chartjs/chartjs-adapter-date-fns/issues/47) Bump ansi-regex from 5.0.0 to 5.0.1 - [#​46](https://togithub.com/chartjs/chartjs-adapter-date-fns/issues/46) Bump path-parse from 1.0.6 to 1.0.7 - [#​43](https://togithub.com/chartjs/chartjs-adapter-date-fns/issues/43) Bump follow-redirects from 1.14.1 to 1.14.8 - [#​44](https://togithub.com/chartjs/chartjs-adapter-date-fns/issues/44) Bump karma from 6.3.2 to 6.3.16 - [#​45](https://togithub.com/chartjs/chartjs-adapter-date-fns/issues/45) Bump minimist from 1.2.5 to 1.2.6 - [#​36](https://togithub.com/chartjs/chartjs-adapter-date-fns/issues/36) Bump hosted-git-info from 2.8.8 to 2.8.9 #### Development - [#​37](https://togithub.com/chartjs/chartjs-adapter-date-fns/issues/37) Fix indent of rollup.config, update deps Thanks to [@​LeeLenaleee](https://togithub.com/LeeLenaleee), [@​dependabot](https://togithub.com/dependabot), [@​dependabot](https://togithub.com/dependabot)\[bot], [@​jacksonGross](https://togithub.com/jacksonGross) 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**: 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:eyJjcmVhdGVkSW5WZXIiOiIzNC4yNi4yIiwidXBkYXRlZEluVmVyIjoiMzQuMjYuMiJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> |
||
Mateusz Kwasniewski
|
c9c5cf5364
|
conditional message for change request strategy form (#2465) | ||
Tymoteusz Czech
|
42eadef8da
|
Custom roles redesign (#2439)
## About the changes Visual update to project permissions ![image](https://user-images.githubusercontent.com/2625371/201968786-81d6e068-43e0-43ba-b3d9-d8e550345409.png) Closes [linear 1-366](https://linear.app/unleash/issue/1-366/frontend-custom-roles-redesign) Relates to [roadmap](https://github.com/orgs/Unleash/projects/10) item: #2251 |
||
Gastón Fournier
|
8e1fc73221
|
fix: flaky test on number of projects statistic (#2463) | ||
Nuno Góis
|
e9fa156aec
|
fix: tags highlight case sensitivity (#2462)
Search is already case insensitive, so it makes sense that the highlight style is as well. |
||
Gastón Fournier
|
dc08f1dadd
|
fix: broken UI after import (#2447)
fix: broken UI when importing features into environments which are not linked to the feature's project ## Related to - PR: https://github.com/Unleash/unleash/pull/2209 - Issue: https://github.com/Unleash/unleash/issues/2186 - Issue: https://github.com/Unleash/unleash/issues/2193 ## Expected behaviour: After importing we should see: ![image](https://user-images.githubusercontent.com/455064/202149719-fa74b3b7-3936-443b-9d0e-8f1ca2e779f4.png) ## About the changes **The problem:** when we import we have projects, features and environments. Each feature belongs to a project (this is by default and the imported file enforces that). The links between projects and features, or projects and environments, depend on us creating those relationships. When we add a feature to an environment we're not validating that the project and the environment are connected. Because of that, in some situations (like in this test), we can end up with a project with features but no environment. This breaks a weak constraint we had which is that all projects should have at least one environment. **This PR makes the following assumption when importing**: _if a feature is added to an environment, and that environment is still not linked to the project that feature belongs to, then the project and environments have to be linked_. The rationale behind this is that the user couldn't have generated this export file without the project and environment being linked together. |
||
andreas-unleash
|
726ede5cbe
|
Define exports for enterprise (#2435)
<!-- 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! ❤️ --> This PR sets up exports so that we can import in enterprise with just "unleash-server". This will free us to refactor unleash internals without breaking enterprise ## 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? --> |
||
sjaanus
|
0ba00cc7f8
|
4.18.0-beta.8 | ||
sjaanus
|
9176ffae1e
|
Change requests - add multiple reviewers (#2448)
This PR adds implements the frontend and migrations part of multiple reviewers. 2 UI parts: 1. Configuration to add the count of required approvals 2. Handle multiple approvers in review page. |
||
Mateusz Kwasniewski
|
f2dde9d63a
|
stop making enterprise calls in oss (#2449) | ||
renovate[bot]
|
6cd61466f3
|
chore(deps): update dependency @uiw/codemirror-theme-duotone to v4.14.0 (#2456)
[![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.13.2` -> `4.14.0`](https://renovatebot.com/diffs/npm/@uiw%2fcodemirror-theme-duotone/4.13.2/4.14.0) | [![age](https://badges.renovateapi.com/packages/npm/@uiw%2fcodemirror-theme-duotone/4.14.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@uiw%2fcodemirror-theme-duotone/4.14.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@uiw%2fcodemirror-theme-duotone/4.14.0/compatibility-slim/4.13.2)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@uiw%2fcodemirror-theme-duotone/4.14.0/confidence-slim/4.13.2)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>uiwjs/react-codemirror</summary> ### [`v4.14.0`](https://togithub.com/uiwjs/react-codemirror/releases/tag/v4.14.0) [Compare Source](https://togithub.com/uiwjs/react-codemirror/compare/v4.13.2...v4.14.0) [![](https://img.shields.io/badge/Open%20in-unpkg-blue)](https://uiwjs.github.io/npm-unpkg/#/pkg/@​uiw/react-codemirror@4.14.0/file/README.md) Documentation v4.14.0: https://raw.githack.com/uiwjs/react-codemirror/73f21ee/index.html\ Comparing Changes: https://github.com/uiwjs/react-codemirror/compare/v4.13.2...v4.14.0 ```shell npm i @​uiw/react-codemirror@4.14.0 ``` - 🌟 feat: add gutterActiveForeground option. [`4566d71`](https://togithub.com/uiwjs/react-codemirror/commit/4566d71) [@​jaywcjlove](https://togithub.com/jaywcjlove) - 🌟 feat: add `vscode` theme. [#​409](https://togithub.com/uiwjs/react-codemirror/issues/409) [`c1be57a`](https://togithub.com/uiwjs/react-codemirror/commit/c1be57a) [@​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:eyJjcmVhdGVkSW5WZXIiOiIzNC4yNi4yIiwidXBkYXRlZEluVmVyIjoiMzQuMjYuMiJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> |
||
renovate[bot]
|
bffea7dcb9
|
fix(deps): update dependency docusaurus-plugin-openapi-docs to v1.4.5 (#2369)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [docusaurus-plugin-openapi-docs](https://togithub.com/PaloAltoNetworks/docusaurus-openapi-docs) | [`1.4.4` -> `1.4.5`](https://renovatebot.com/diffs/npm/docusaurus-plugin-openapi-docs/1.4.4/1.4.5) | [![age](https://badges.renovateapi.com/packages/npm/docusaurus-plugin-openapi-docs/1.4.5/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/docusaurus-plugin-openapi-docs/1.4.5/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/docusaurus-plugin-openapi-docs/1.4.5/compatibility-slim/1.4.4)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/docusaurus-plugin-openapi-docs/1.4.5/confidence-slim/1.4.4)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>PaloAltoNetworks/docusaurus-openapi-docs</summary> ### [`v1.4.5`](https://togithub.com/PaloAltoNetworks/docusaurus-openapi-docs/blob/HEAD/CHANGELOG.md#​145-Nov-15-2022) [Compare Source](https://togithub.com/PaloAltoNetworks/docusaurus-openapi-docs/compare/v1.4.4...v1.4.5) High level enhancements - Bug fixes and polish - Re-introduce missing `--openapi-input-background` variable to `styles.css` Other enhancements and bug fixes - \[Bug] Add condition for handling arrays of discriminators ([#​344](https://togithub.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/344)) </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:eyJjcmVhdGVkSW5WZXIiOiIzNC4xOS4wIiwidXBkYXRlZEluVmVyIjoiMzQuMjQuMSJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> |
||
Nuno Góis
|
538bbe7105
|
fix: make the tags column have a fixed width (#2451)
By setting a fixed width in the tags column we can save some extra space. |
||
Mateusz Kwasniewski
|
e25a108ea8
|
add comment with current user avatar (#2452) | ||
Fredrik Strand Oseberg
|
978674e33a
|
feat: update strategy segments with edit / create strategy (#2420)
* Refactors how we add / edit segments to make it more ergonomic to work with in regards to change requests |
||
Mateusz Kwasniewski
|
51ad239553
|
first draft of the comments ui (#2440) | ||
renovate[bot]
|
8dac08c5aa
|
chore(deps): update dependency @swc/core to v1.3.18 (#2445)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@swc/core](https://swc.rs) ([source](https://togithub.com/swc-project/swc)) | [`1.3.17` -> `1.3.18`](https://renovatebot.com/diffs/npm/@swc%2fcore/1.3.17/1.3.18) | [![age](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.18/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.18/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.18/compatibility-slim/1.3.17)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.18/confidence-slim/1.3.17)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>swc-project/swc</summary> ### [`v1.3.18`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#​1318---2022-11-16) [Compare Source](https://togithub.com/swc-project/swc/compare/v1.3.17...v1.3.18) ##### Bug Fixes - **(es/minifier)** Fix code for dropping unreachable statements ([#​6429](https://togithub.com/swc-project/swc/issues/6429)) ([bb544ba]( |
||
andreas-unleash
|
48c340585b
|
Copy strategy bug fix (#2444)
<!-- 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! ❤️ --> This PR fixes a bug where when you copy a strategy, instead of the strategy being copied to the target environment, it was copied to the source environment ## 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? --> |
||
renovate[bot]
|
5761aabb76
|
chore(deps): update dependency msw to v0.48.3 (#2443)
[![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.48.2` -> `0.48.3`](https://renovatebot.com/diffs/npm/msw/0.48.2/0.48.3) | [![age](https://badges.renovateapi.com/packages/npm/msw/0.48.3/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/msw/0.48.3/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/msw/0.48.3/compatibility-slim/0.48.2)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/msw/0.48.3/confidence-slim/0.48.2)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>mswjs/msw</summary> ### [`v0.48.3`](https://togithub.com/mswjs/msw/releases/tag/v0.48.3) [Compare Source](https://togithub.com/mswjs/msw/compare/v0.48.2...v0.48.3) #### v0.48.3 (2022-11-15) ##### Bug Fixes - **SetupApi:** validate given request handlers ([#​1460](https://togithub.com/mswjs/msw/issues/1460)) ([`a06a944`]( |
||
renovate[bot]
|
e29b7d6738
|
chore(deps): update material-ui monorepo (#2432)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@mui/icons-material](https://mui.com/material-ui/material-icons/) ([source](https://togithub.com/mui/material-ui)) | [`5.10.9` -> `5.10.14`](https://renovatebot.com/diffs/npm/@mui%2ficons-material/5.10.9/5.10.14) | [![age](https://badges.renovateapi.com/packages/npm/@mui%2ficons-material/5.10.14/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@mui%2ficons-material/5.10.14/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@mui%2ficons-material/5.10.14/compatibility-slim/5.10.9)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@mui%2ficons-material/5.10.14/confidence-slim/5.10.9)](https://docs.renovatebot.com/merge-confidence/) | | [@mui/lab](https://mui.com/material-ui/about-the-lab/) ([source](https://togithub.com/mui/material-ui)) | [`5.0.0-alpha.107` -> `5.0.0-alpha.108`](https://renovatebot.com/diffs/npm/@mui%2flab/5.0.0-alpha.107/5.0.0-alpha.108) | [![age](https://badges.renovateapi.com/packages/npm/@mui%2flab/5.0.0-alpha.108/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@mui%2flab/5.0.0-alpha.108/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@mui%2flab/5.0.0-alpha.108/compatibility-slim/5.0.0-alpha.107)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@mui%2flab/5.0.0-alpha.108/confidence-slim/5.0.0-alpha.107)](https://docs.renovatebot.com/merge-confidence/) | | [@mui/material](https://mui.com/material-ui/getting-started/overview/) ([source](https://togithub.com/mui/material-ui)) | [`5.10.13` -> `5.10.14`](https://renovatebot.com/diffs/npm/@mui%2fmaterial/5.10.13/5.10.14) | [![age](https://badges.renovateapi.com/packages/npm/@mui%2fmaterial/5.10.14/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@mui%2fmaterial/5.10.14/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@mui%2fmaterial/5.10.14/compatibility-slim/5.10.13)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@mui%2fmaterial/5.10.14/confidence-slim/5.10.13)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>mui/material-ui (@​mui/icons-material)</summary> ### [`v5.10.14`](https://togithub.com/mui/material-ui/blob/HEAD/CHANGELOG.md#v51014) [Compare Source](https://togithub.com/mui/material-ui/compare/v5.10.9...v5.10.14) <!-- generated comparing v5.10.13..master --> *Nov 14, 2022* A big thanks to the 17 contributors who made this release possible. Here are some highlights ✨: - 🚀 [@​siriwatknp](https://togithub.com/siriwatknp) added the Autocomplete component to the Joy UI ([#​34315](https://togithub.com/mui/material-ui/issues/34315)) - ♿ [@​sfavello](https://togithub.com/sfavello) improved the accessibility of the Material UI's Autocomplete by adding support for the Delete key ([#​33822](https://togithub.com/mui/material-ui/issues/33822)) - Many other 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements. ##### `@mui/material@5.10.14` - \[Material UI] Add `palette.background.defaultChannel` token ([#​35061](https://togithub.com/mui/material-ui/issues/35061)) [@​siriwatknp](https://togithub.com/siriwatknp) - \[Autocomplete] Remove tags with the Delete key ([#​33822](https://togithub.com/mui/material-ui/issues/33822)) [@​sfavello](https://togithub.com/sfavello) - \[IconButton] custom color causes type error ([#​34521](https://togithub.com/mui/material-ui/issues/34521)) [@​kushagra010](https://togithub.com/kushagra010) ##### `@mui/system@5.10.14` - \[Unstable_Gridv2] sorted responsize keys based on breakpoint value ([#​34987](https://togithub.com/mui/material-ui/issues/34987)) [@​sai6855](https://togithub.com/sai6855) ##### `@mui/joy@5.0.0-alpha.54` - \[Joy] Export `FormControl`, `LinearProgress` and `ListSubheader` components from `@mui/joy` ([#​35003](https://togithub.com/mui/material-ui/issues/35003)) [@​Studio384](https://togithub.com/Studio384) - \[Joy] Miscellaneous fixes ([#​35044](https://togithub.com/mui/material-ui/issues/35044)) [@​siriwatknp](https://togithub.com/siriwatknp) - \[Joy] Add `Autocomplete` component ([#​34315](https://togithub.com/mui/material-ui/issues/34315)) [@​siriwatknp](https://togithub.com/siriwatknp) - \[Joy] Saturate a bit the gray palette ([#​35148](https://togithub.com/mui/material-ui/issues/35148)) [@​danilo-leal](https://togithub.com/danilo-leal) - \[Autocomplete]\[joy] Fix types ([#​35153](https://togithub.com/mui/material-ui/issues/35153)) [@​siriwatknp](https://togithub.com/siriwatknp) ##### Docs - \[blog] Fix font size of code blocks on iOS [@​oliviertassinari](https://togithub.com/oliviertassinari) - \[docs] Accessibility - increase default contrastThreshold for WCAG AA compliance ([#​34901](https://togithub.com/mui/material-ui/issues/34901)) [@​kennethbigler](https://togithub.com/kennethbigler) - \[docs] Correct the keepMounted section on the Drawer page ([#​35076](https://togithub.com/mui/material-ui/issues/35076)) [@​michaldudak](https://togithub.com/michaldudak) - \[docs] Fix code editor styles mismatches ([#​35108](https://togithub.com/mui/material-ui/issues/35108)) [@​oliviertassinari](https://togithub.com/oliviertassinari) - \[docs] Allows to access the next MUI-X ([#​34798](https://togithub.com/mui/material-ui/issues/34798)) [@​alexfauquette](https://togithub.com/alexfauquette) - \[docs] Fix bugs with live edit demos ([#​35106](https://togithub.com/mui/material-ui/issues/35106)) [@​oliviertassinari](https://togithub.com/oliviertassinari) - \[docs] Fix `MarkdownElement` regression from adding CSS variables ([#​35096](https://togithub.com/mui/material-ui/issues/35096)) [@​siriwatknp](https://togithub.com/siriwatknp) - \[docs] Add a new gold sponsor ([#​35089](https://togithub.com/mui/material-ui/issues/35089)) [@​hbjORbj](https://togithub.com/hbjORbj) - \[docs] Fix scroll issue on expanded live demos ([#​35064](https://togithub.com/mui/material-ui/issues/35064)) [@​bharatkashyap](https://togithub.com/bharatkashyap) - \[docs] Improve alignment of the sponsors [@​oliviertassinari](https://togithub.com/oliviertassinari) - \[docs] Improve code font family v2 ([#​35053](https://togithub.com/mui/material-ui/issues/35053)) [@​oliviertassinari](https://togithub.com/oliviertassinari) - \[docs] Upgrade to Next.js 13 ([#​35001](https://togithub.com/mui/material-ui/issues/35001)) [@​mnajdova](https://togithub.com/mnajdova) - \[docs] Fix typo in changelog [@​oliviertassinari](https://togithub.com/oliviertassinari) - \[docs] Update Joy UI templates to use latest components ([#​35058](https://togithub.com/mui/material-ui/issues/35058)) [@​siriwatknp](https://togithub.com/siriwatknp) - \[website] Fix design kits showcase throwing an error ([#​35093](https://togithub.com/mui/material-ui/issues/35093)) [@​cherniavskii](https://togithub.com/cherniavskii) - \[website] Fix margin bug on CTA [@​oliviertassinari](https://togithub.com/oliviertassinari) - \[website] Link respective repositories in product pages ([#​35046](https://togithub.com/mui/material-ui/issues/35046)) [@​sidtohan](https://togithub.com/sidtohan) - \[website] Migrate blog pages to use CSS theme variables ([#​34976](https://togithub.com/mui/material-ui/issues/34976)) [@​siriwatknp](https://togithub.com/siriwatknp) - \[website] Update DoiT International logo and links with new brand ([#​35030](https://togithub.com/mui/material-ui/issues/35030)) [@​ofir5300](https://togithub.com/ofir5300) - \[website] Improve visual design app bar ([#​35111](https://togithub.com/mui/material-ui/issues/35111)) [@​oliviertassinari](https://togithub.com/oliviertassinari) ##### Core - \[core] Convert scripts to ES modules ([#​35036](https://togithub.com/mui/material-ui/issues/35036)) [@​michaldudak](https://togithub.com/michaldudak) - \[core] Show the whole version to make blame easier [@​oliviertassinari](https://togithub.com/oliviertassinari) - \[core] Polish GitHub Action version [@​oliviertassinari](https://togithub.com/oliviertassinari) - \[core] Ignore icons to speed up CodeQL [@​oliviertassinari](https://togithub.com/oliviertassinari) - \[core] Feedback on branch protection [@​oliviertassinari](https://togithub.com/oliviertassinari) - \[core] Revert CI ([#​35098](https://togithub.com/mui/material-ui/issues/35098)) [@​siriwatknp](https://togithub.com/siriwatknp) - \[core] Fix job name to match the CI ([#​35097](https://togithub.com/mui/material-ui/issues/35097)) [@​siriwatknp](https://togithub.com/siriwatknp) - \[core] ESLint fixes for tests ([#​34924](https://togithub.com/mui/material-ui/issues/34924)) [@​Janpot](https://togithub.com/Janpot) - \[core] Ignore unrelated folders from github actions ([#​35028](https://togithub.com/mui/material-ui/issues/35028)) [@​siriwatknp](https://togithub.com/siriwatknp) - \[core] Use pretty-quick instead of custom script ([#​34062](https://togithub.com/mui/material-ui/issues/34062)) [@​Janpot](https://togithub.com/Janpot) All contributors of this release in alphabetical order: [@​alexfauquette](https://togithub.com/alexfauquette), [@​bharatkashyap](https://togithub.com/bharatkashyap), [@​cherniavskii](https://togithub.com/cherniavskii), [@​danilo-leal](https://togithub.com/danilo-leal), [@​hbjORbj](https://togithub.com/hbjORbj), [@​Janpot](https://togithub.com/Janpot), [@​kennethbigler](https://togithub.com/kennethbigler), [@​kushagra010](https://togithub.com/kushagra010), [@​michaldudak](https://togithub.com/michaldudak), [@​mnajdova](https://togithub.com/mnajdova), [@​ofir5300](https://togithub.com/ofir5300), [@​oliviertassinari](https://togithub.com/oliviertassinari), [@​sai6855](https://togithub.com/sai6855), [@​sfavello](https://togithub.com/sfavello), [@​sidtohan](https://togithub.com/sidtohan), [@​siriwatknp](https://togithub.com/siriwatknp), [@​Studio384](https://togithub.com/Studio384) </details> <details> <summary>mui/material-ui (@​mui/lab)</summary> ### [`v5.0.0-alpha.108`]( |
||
renovate[bot]
|
3638f0d09a
|
chore(deps): update dependency @codemirror/state to v6.1.4 (#2441)
[![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.3` -> `6.1.4`](https://renovatebot.com/diffs/npm/@codemirror%2fstate/6.1.3/6.1.4) | [![age](https://badges.renovateapi.com/packages/npm/@codemirror%2fstate/6.1.4/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@codemirror%2fstate/6.1.4/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@codemirror%2fstate/6.1.4/compatibility-slim/6.1.3)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@codemirror%2fstate/6.1.4/confidence-slim/6.1.3)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>codemirror/state</summary> ### [`v6.1.4`](https://togithub.com/codemirror/state/blob/HEAD/CHANGELOG.md#​614-2022-11-15) [Compare Source](https://togithub.com/codemirror/state/compare/6.1.3...6.1.4) ##### Bug fixes Fix a bug that caused the `openStart` value passed to span iterators to be incorrect around widgets in some circumstances. </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:eyJjcmVhdGVkSW5WZXIiOiIzNC4yNC4xIiwidXBkYXRlZEluVmVyIjoiMzQuMjQuMSJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> |
||
renovate[bot]
|
c1abac2a18
|
chore(deps): update dependency vite to v3.2.4 (#2437)
[![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.3` -> `3.2.4`](https://renovatebot.com/diffs/npm/vite/3.2.3/3.2.4) | [![age](https://badges.renovateapi.com/packages/npm/vite/3.2.4/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/vite/3.2.4/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/vite/3.2.4/compatibility-slim/3.2.3)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/vite/3.2.4/confidence-slim/3.2.3)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>vitejs/vite</summary> ### [`v3.2.4`](https://togithub.com/vitejs/vite/releases/tag/v3.2.4) [Compare Source](https://togithub.com/vitejs/vite/compare/v3.2.3...v3.2.4) Please refer to [CHANGELOG.md](https://togithub.com/vitejs/vite/blob/v3.2.4/packages/vite/CHANGELOG.md) for details. </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:eyJjcmVhdGVkSW5WZXIiOiIzNC4yNC4xIiwidXBkYXRlZEluVmVyIjoiMzQuMjQuMSJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> |
||
renovate[bot]
|
3628258dbf
|
chore(deps): update dependency @swc/core to v1.3.17 (#2431)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@swc/core](https://swc.rs) ([source](https://togithub.com/swc-project/swc)) | [`1.3.16` -> `1.3.17`](https://renovatebot.com/diffs/npm/@swc%2fcore/1.3.16/1.3.17) | [![age](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.17/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.17/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.17/compatibility-slim/1.3.16)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@swc%2fcore/1.3.17/confidence-slim/1.3.16)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>swc-project/swc</summary> ### [`v1.3.17`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#​1317---2022-11-15) [Compare Source](https://togithub.com/swc-project/swc/compare/v1.3.16...v1.3.17) ##### Bug Fixes - **(bindings)** Revert [#​6436](https://togithub.com/swc-project/swc/issues/6436) ([#​6444](https://togithub.com/swc-project/swc/issues/6444)) ([948e35b]( |