mirror of
https://github.com/Unleash/unleash.git
synced 2024-11-01 19:07:38 +01:00
214a3e6e5b
2929 Commits
Author | SHA1 | Message | Date | |
---|---|---|---|---|
Nuno Góis
|
4e36981c96
|
feat: improve variants modal UI/UX (#3307)
https://linear.app/unleash/issue/2-758/add-variant-improve-the-flow ![image](https://user-images.githubusercontent.com/14320932/225064841-7fdb3b23-a06d-4078-b33a-50166e54a8b8.png) ![image](https://user-images.githubusercontent.com/14320932/225063913-ff92a563-7aa8-493f-a0dd-ef16f1474151.png) ### Variants form - Fix variants edit form to follow natural tab order; - Update variants form UI to new design with multiple improvements and fixes, including a sticky header; - New variants are now added at the bottom of the edit form instead of at the top, with a smooth scroll and focus; ### Change requests - On the variants diff, use variant names instead of index; - Use an object-based diff logic (instead of array-based) for cleaner diffs on variants (thanks @thomasheartman !); - Display a table with the new variants data and display the diff on a `TooltipLink`; - Adapt strategy CR changes to the new `TooltipLink` logic for consistency; ### Other - `TooltipLink` and `Badge` components are now tab-selectable; - Small enhancements, refactors and improvements; --------- Co-authored-by: Gastón Fournier <gaston@getunleash.io> |
||
Gastón Fournier
|
8cdd68914e
|
chore: avoid building frontend when possible (#3278)
## About the changes This is based on @nunogois suggestion to split the build in two, so we don't build the frontend every time we run `yarn` e2e frontend tests were forced to run by modifying frontend/README.md ### Important files Some github actions had to be updated to also build the frontend. The Dockerfile building our docker image was also looked into but it should work as is ## Discussion points This is a potentially risky operation as we might overlook something that requires building the frontend which might lead to invalid builds. We need to make sure when we do this we don't have any release planned. |
||
andreas-unleash
|
efd9e523ed
|
feat: Generate new OAS types, tags component upgrade (#3269)
<!-- 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! ❤️ --> Create/Add/Remove at the same time per tag type ## 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 # [1-769](https://linear.app/unleash/issue/1-769/refactor-existing-tag-component-to-also-allow-removing-tags) <!-- (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> Co-authored-by: sjaanus <sellinjaanus@gmail.com> |
||
Tymoteusz Czech
|
30a753b93f
|
UI/bulk select (#3267)
Select multiple toggles on project overview. |
||
Nuno Góis
|
fe1e3566ee
|
fix: assume undefined instead of null on segment project (#3304)
Assume `undefined` instead of `null` for project in terms of interfacing with segments: If the `project` field is not present, that means that it is not set, which means we're dealing with a "global" segment. If we want to unset `project` and make a segment global, we simply don't send the `project` property on our PUT method. |
||
David Leek
|
792d0e42de
|
feat: add projectid to the segments table (#3287)
https://linear.app/unleash/issue/2-742/add-an-extra-column-in-global-segments-configuration-to-display-the <!-- 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! ❤️ --> ## 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. --> Adds projectid column to the segments table and defaults to the value "Global" if none is set. ![image](https://user-images.githubusercontent.com/707867/224053267-e52a398a-6f89-4d27-bd52-72b73eedc99a.png) <!-- (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? --> SegmentTable.tsx ## Discussion points <!-- Anything about the PR you'd like to discuss before it gets merged? Got any questions or doubts? --> --------- Co-authored-by: Nuno Góis <github@nunogois.com> |
||
andreas-unleash
|
3193423d2d
|
feat: Project scoped stickiness (#3289)
Project scoped stickiness <!-- 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! ❤️ --> Adds `projectScopedStickiness` flag to experimental.ts Refactor Stickiness select for reusability Modify FlexibleStrategy to respect the setting. Modify EnvironmentVariantModal to respect the setting ## 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> |
||
Tymoteusz Czech
|
85b63bd8f7
|
Update frontend OpenAPI schema (#3294) | ||
Nuno Góis
|
ff7185fe5b
|
feat: allow adding project to segment (#3290)
https://linear.app/unleash/issue/2-741/add-project-dropdown-into-creation-of-segments Allows users to bind a segment to a project when creating or editing a segment. <img width="1051" alt="image" src="https://user-images.githubusercontent.com/14320932/224103846-1fe1f849-496c-4a77-9831-53bcb36f822e.png"> |
||
Nuno Góis
|
d96a2134f3
|
fix: hide change password when simple auth is disabled (#3282)
https://linear.app/unleash/issue/2-764/change-password-should-be-disabled-when-password-login-is-disabled Hides "Change password" option on the profile page when "Password based login" is disabled. ![image](https://user-images.githubusercontent.com/14320932/224018081-d866a17f-97a4-4e6e-8057-2f60a20e3d52.png) |
||
renovate[bot]
|
7c85cab6b2
|
chore(deps): update dependency swr to v2.0.4 (#3281)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [swr](https://swr.vercel.app) ([source](https://togithub.com/vercel/swr)) | [`2.0.3` -> `2.0.4`](https://renovatebot.com/diffs/npm/swr/2.0.3/2.0.4) | [![age](https://badges.renovateapi.com/packages/npm/swr/2.0.4/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/swr/2.0.4/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/swr/2.0.4/compatibility-slim/2.0.3)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/swr/2.0.4/confidence-slim/2.0.3)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>vercel/swr</summary> ### [`v2.0.4`](https://togithub.com/vercel/swr/releases/tag/v2.0.4) [Compare Source](https://togithub.com/vercel/swr/compare/v2.0.3...v2.0.4) #### Patches - build: fix release job condition by [@​huozhi](https://togithub.com/huozhi) in [https://github.com/vercel/swr/pull/2392](https://togithub.com/vercel/swr/pull/2392) - types: fix some mutation type issue by [@​promer94](https://togithub.com/promer94) in [https://github.com/vercel/swr/pull/2421](https://togithub.com/vercel/swr/pull/2421) - fix: Error retry should be handled by global revalidator instead of local revalidation function by [@​promer94](https://togithub.com/promer94) in [https://github.com/vercel/swr/pull/2415](https://togithub.com/vercel/swr/pull/2415) - fix: ensure initCache setter function stays within bounds of subscriptions by [@​lfbergee](https://togithub.com/lfbergee) in [https://github.com/vercel/swr/pull/2411](https://togithub.com/vercel/swr/pull/2411) #### Misc - test: stream ssr e2e by [@​promer94](https://togithub.com/promer94) in [https://github.com/vercel/swr/pull/2395](https://togithub.com/vercel/swr/pull/2395) - test: fix an act warning by [@​koba04](https://togithub.com/koba04) in [https://github.com/vercel/swr/pull/2403](https://togithub.com/vercel/swr/pull/2403) #### New Contributors - [@​lfbergee](https://togithub.com/lfbergee) made their first contribution in [https://github.com/vercel/swr/pull/2411](https://togithub.com/vercel/swr/pull/2411) **Full Changelog**: https://github.com/vercel/swr/compare/v2.0.3...v2.0.4 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/Unleash/unleash). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNTkuMCIsInVwZGF0ZWRJblZlciI6IjM0LjE1OS4wIn0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> |
||
Jaanus Sellin
|
a52dd10cf8
|
feat: bulk update tags (#3274) | ||
Gastón Fournier
|
7c289369cc
|
chore: add a toggle for project segments (#3272)
## About the changes This adds a new flag that can be used in the UI to display project specific segments |
||
andreas-unleash
|
068c55a925
|
Feat/notifications cypress (#3244)
<!-- 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! ❤️ --> ## 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 # [1-743](https://linear.app/unleash/issue/1-743/add-cypress-test-for-notifications-happy-path) <!-- (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
|
5957d8f2ea
|
fix: load export dialog after envs loaded (#3234) | ||
Jaanus Sellin
|
b9a009b002
|
feat: fix global archive (#3259) | ||
NicolaeUnleash
|
23af7a3474
|
refactor: light theme colors (#3252)
## About the changes Refactoring the colors for the light theme to be much easier to continue with dark mode This is the first step to finish dark mode https://linear.app/unleash/project/[low][s][alpha]-dark-mode-in-unleash-admin-ui-31b407d13c4b/1 This PR uses `main-theme` as a placeholder for `dark-theme` for now due to the new changes. Still need to set the correct values here. --------- Co-authored-by: Nuno Góis <github@nunogois.com> |
||
Jaanus Sellin
|
f8a209a1d1
|
feat: add due date for invoices (#3257) | ||
Jaanus Sellin
|
8c0411dc20
|
feat: invoices created date (#3250) | ||
Jaanus Sellin
|
2672e7386d
|
feat: users ui adjustments (#3249) | ||
Nuno Góis
|
6a8ed55c63
|
feat: better segment info (#3243)
## About the changes - Updates the segment information on top to be clearer - No longer an experimental feature, but we do have some limits in place; - Also updates the documentation to better reflect this; Co-authored-by: @thomasheartman ![image](https://user-images.githubusercontent.com/14320932/222380864-029e7eef-bcee-4576-b9af-22a591d494a9.png) --------- Co-authored-by: Thomas Heartman <thomas@getunleash.ai> Co-authored-by: Gastón Fournier <gaston@getunleash.ai> |
||
Nuno Góis
|
ea83849cd3
|
refactor: rename sign-on log to login history (#3245)
Renames `sign-on log` to `login history`. |
||
Fredrik Strand Oseberg
|
7c988a063a
|
feat: add user created by (#3235)
Adds the user created by avatar and name to the notification. |
||
Fredrik Strand Oseberg
|
b000ecc8fd
|
feat: notifications ui polish (#3232)
This PR adds: * Keyboard events * Boxshadow * Filtering by unread notifications * Increases smartness for logic around when to prompt whether or not the functionality is useful |
||
Nuno Góis
|
45cfaece6f
|
feat: add download and delete all buttons to sign-on log UI (#3231)
Adds `Download sign-on log` and `Clear sign-on log` buttons to the UI, making it easy for admins to manage their sign-on log. ![image](https://user-images.githubusercontent.com/14320932/222138757-284c3f79-142f-4e25-847d-666938d4c12c.png) ![image](https://user-images.githubusercontent.com/14320932/222138863-bccf6343-41dd-4068-95b0-fac3ce37313f.png) |
||
Tymoteusz Czech
|
587c48e3fc
|
fix: strategy access tooltip (#3228)
Fixing this issue: ![image (9)](https://user-images.githubusercontent.com/2625371/222119224-f3482e5d-96b2-4ea3-a676-b77f349a1326.png) https://linear.app/unleash/issue/1-699/ui-bug-duplicate-strategy-tooltip |
||
Tymoteusz Czech
|
f1e59b2265
|
fix: project stats (#3227) | ||
renovate[bot]
|
d0061e19bd
|
chore(deps): update emotion monorepo to v11.10.6 (#3222)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@emotion/react](https://togithub.com/emotion-js/emotion/tree/main#readme) ([source](https://togithub.com/emotion-js/emotion)) | [`11.10.5` -> `11.10.6`](https://renovatebot.com/diffs/npm/@emotion%2freact/11.10.5/11.10.6) | [![age](https://badges.renovateapi.com/packages/npm/@emotion%2freact/11.10.6/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@emotion%2freact/11.10.6/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@emotion%2freact/11.10.6/compatibility-slim/11.10.5)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@emotion%2freact/11.10.6/confidence-slim/11.10.5)](https://docs.renovatebot.com/merge-confidence/) | | [@emotion/styled](https://togithub.com/emotion-js/emotion/tree/main#readme) ([source](https://togithub.com/emotion-js/emotion)) | [`11.10.5` -> `11.10.6`](https://renovatebot.com/diffs/npm/@emotion%2fstyled/11.10.5/11.10.6) | [![age](https://badges.renovateapi.com/packages/npm/@emotion%2fstyled/11.10.6/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@emotion%2fstyled/11.10.6/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@emotion%2fstyled/11.10.6/compatibility-slim/11.10.5)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@emotion%2fstyled/11.10.6/confidence-slim/11.10.5)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>emotion-js/emotion</summary> ### [`v11.10.6`](https://togithub.com/emotion-js/emotion/releases/tag/%40emotion/styled%4011.10.6) [Compare Source](https://togithub.com/emotion-js/emotion/compare/@emotion/react@11.10.5...@emotion/react@11.10.6) ##### Patch Changes - [#​2985](https://togithub.com/emotion-js/emotion/pull/2985) [`4e172c2a`]( |
||
Tymoteusz Czech
|
e209acfa25
|
feat: paid users limit in UI (#3210) | ||
renovate[bot]
|
564b04d865
|
chore(deps): update dependency vite to v4.1.4 (#3217)
[![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.1.1` -> `4.1.4`](https://renovatebot.com/diffs/npm/vite/4.1.1/4.1.4) | [![age](https://badges.renovateapi.com/packages/npm/vite/4.1.4/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/vite/4.1.4/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/vite/4.1.4/compatibility-slim/4.1.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/vite/4.1.4/confidence-slim/4.1.1)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>vitejs/vite</summary> ### [`v4.1.4`](https://togithub.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#small414-2023-02-21-small) [Compare Source](https://togithub.com/vitejs/vite/compare/v4.1.3...v4.1.4) - fix(define): should not stringify vite internal env ([#​12120](https://togithub.com/vitejs/vite/issues/12120)) ([73c3999](https://togithub.com/vitejs/vite/commit/73c3999)), closes [#​12120](https://togithub.com/vitejs/vite/issues/12120) - docs: update rollup docs links ([#​12130](https://togithub.com/vitejs/vite/issues/12130)) ([439a73f](https://togithub.com/vitejs/vite/commit/439a73f)), closes [#​12130](https://togithub.com/vitejs/vite/issues/12130) ### [`v4.1.3`](https://togithub.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#small413-2023-02-20-small) [Compare Source](https://togithub.com/vitejs/vite/compare/v4.1.2...v4.1.3) - fix: catch and handle websocket error ([#​11991](https://togithub.com/vitejs/vite/issues/11991)) ([#​12007](https://togithub.com/vitejs/vite/issues/12007)) ([4b5cc9f](https://togithub.com/vitejs/vite/commit/4b5cc9f)), closes [#​11991](https://togithub.com/vitejs/vite/issues/11991) [#​12007](https://togithub.com/vitejs/vite/issues/12007) - fix: do not append version query param when scanning for dependencies ([#​11961](https://togithub.com/vitejs/vite/issues/11961)) ([575bcf6](https://togithub.com/vitejs/vite/commit/575bcf6)), closes [#​11961](https://togithub.com/vitejs/vite/issues/11961) - fix(css): handle pure css chunk heuristic with special queries ([#​12091](https://togithub.com/vitejs/vite/issues/12091)) ([a873af5](https://togithub.com/vitejs/vite/commit/a873af5)), closes [#​12091](https://togithub.com/vitejs/vite/issues/12091) - fix(esbuild): umd helper insert into wrong position in lib mode ([#​11988](https://togithub.com/vitejs/vite/issues/11988)) ([86bc243](https://togithub.com/vitejs/vite/commit/86bc243)), closes [#​11988](https://togithub.com/vitejs/vite/issues/11988) - fix(html): respect disable modulepreload ([#​12111](https://togithub.com/vitejs/vite/issues/12111)) ([6c50119](https://togithub.com/vitejs/vite/commit/6c50119)), closes [#​12111](https://togithub.com/vitejs/vite/issues/12111) - fix(html): rewrite assets url in `<noscript>` ([#​11764](https://togithub.com/vitejs/vite/issues/11764)) ([1dba285](https://togithub.com/vitejs/vite/commit/1dba285)), closes [#​11764](https://togithub.com/vitejs/vite/issues/11764) - feat(preview): improve error when build output missing ([#​12096](https://togithub.com/vitejs/vite/issues/12096)) ([a0702a1](https://togithub.com/vitejs/vite/commit/a0702a1)), closes [#​12096](https://togithub.com/vitejs/vite/issues/12096) - feat(ssr): add importer path to error msg when invalid url import occur ([#​11606](https://togithub.com/vitejs/vite/issues/11606)) ([70729c0](https://togithub.com/vitejs/vite/commit/70729c0)), closes [#​11606](https://togithub.com/vitejs/vite/issues/11606) ### [`v4.1.2`](https://togithub.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#small412-2023-02-17-small) [Compare Source](https://togithub.com/vitejs/vite/compare/v4.1.1...v4.1.2) - fix: correct access to `crossOrigin` attribute ([#​12023](https://togithub.com/vitejs/vite/issues/12023)) ([6a0d356](https://togithub.com/vitejs/vite/commit/6a0d356)), closes [#​12023](https://togithub.com/vitejs/vite/issues/12023) - fix: narrow defineConfig return type ([#​12021](https://togithub.com/vitejs/vite/issues/12021)) ([18fa8f0](https://togithub.com/vitejs/vite/commit/18fa8f0)), closes [#​12021](https://togithub.com/vitejs/vite/issues/12021) - fix(define): inconsistent env values in build mode ([#​12058](https://togithub.com/vitejs/vite/issues/12058)) ([0a50c59](https://togithub.com/vitejs/vite/commit/0a50c59)), closes [#​12058](https://togithub.com/vitejs/vite/issues/12058) - fix(env): compatible with env variables ended with unescaped $ ([#​12031](https://togithub.com/vitejs/vite/issues/12031)) ([05b3df0](https://togithub.com/vitejs/vite/commit/05b3df0)), closes [#​12031](https://togithub.com/vitejs/vite/issues/12031) - fix(ssr): print file url in `ssrTransform` parse error ([#​12060](https://togithub.com/vitejs/vite/issues/12060)) ([19f39f7](https://togithub.com/vitejs/vite/commit/19f39f7)), closes [#​12060](https://togithub.com/vitejs/vite/issues/12060) - revert: narrow defineConfig return type ([#​12077](https://togithub.com/vitejs/vite/issues/12077)) ([54d511e](https://togithub.com/vitejs/vite/commit/54d511e)), closes [#​12077](https://togithub.com/vitejs/vite/issues/12077) - feat: support `import.meta.hot?.accept` ([#​12053](https://togithub.com/vitejs/vite/issues/12053)) ([081c27f](https://togithub.com/vitejs/vite/commit/081c27f)), closes [#​12053](https://togithub.com/vitejs/vite/issues/12053) - chore: add jsdoc default value ([#​11746](https://togithub.com/vitejs/vite/issues/11746)) ([8c87af7](https://togithub.com/vitejs/vite/commit/8c87af7)), closes [#​11746](https://togithub.com/vitejs/vite/issues/11746) - chore: fix typos ([#​12032](https://togithub.com/vitejs/vite/issues/12032)) ([ee1a686](https://togithub.com/vitejs/vite/commit/ee1a686)), closes [#​12032](https://togithub.com/vitejs/vite/issues/12032) - chore(deps): update dependency strip-literal to v1 ([#​12044](https://togithub.com/vitejs/vite/issues/12044)) ([5bd6c0a](https://togithub.com/vitejs/vite/commit/5bd6c0a)), closes [#​12044](https://togithub.com/vitejs/vite/issues/12044) - chore(pluginContainer): simplify error position judge condition ([#​12003](https://togithub.com/vitejs/vite/issues/12003)) ([e3ef9f4](https://togithub.com/vitejs/vite/commit/e3ef9f4)), closes [#​12003](https://togithub.com/vitejs/vite/issues/12003) </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:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM0LjE1My4yIn0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> |
||
renovate[bot]
|
c3ba8696a8
|
chore(deps): update dependency tss-react to v4.6.1 (#3216)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [tss-react](https://www.tss-react.dev) ([source](https://togithub.com/garronej/tss-react)) | [`4.6.0` -> `4.6.1`](https://renovatebot.com/diffs/npm/tss-react/4.6.0/4.6.1) | [![age](https://badges.renovateapi.com/packages/npm/tss-react/4.6.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/tss-react/4.6.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/tss-react/4.6.1/compatibility-slim/4.6.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/tss-react/4.6.1/confidence-slim/4.6.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>garronej/tss-react</summary> ### [`v4.6.1`](https://togithub.com/garronej/tss-react/releases/tag/v4.6.1) [Compare Source](https://togithub.com/garronej/tss-react/compare/v4.6.0...v4.6.1) <!-- Release notes generated using configuration in .github/release.yaml at refs/heads/main --> #### What's Changed ##### Other Changes - Reduce bundle size by [@​garronej](https://togithub.com/garronej) in [https://github.com/garronej/tss-react/pull/149](https://togithub.com/garronej/tss-react/pull/149) **Full Changelog**: https://github.com/garronej/tss-react/compare/v4.6.0...v4.6.1 </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:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM0LjE1My4yIn0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> |
||
Nuno Góis
|
d27f0fe5ab
|
feat: smarter auth type labels on sign-on log table (#3220)
Small change to make the `Authentication` column in the Sign-on Log table display nice-to-read labels for the multiple authentication types. ![image](https://user-images.githubusercontent.com/14320932/221917306-d115f447-bfda-4d18-9bc7-545d76c03c22.png) |
||
renovate[bot]
|
886774d89f
|
chore(deps): update dependency date-fns-tz to v2 (#3177)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [date-fns-tz](https://togithub.com/marnusw/date-fns-tz) | [`^1.3.7` -> `^2.0.0`](https://renovatebot.com/diffs/npm/date-fns-tz/1.3.7/2.0.0) | [![age](https://badges.renovateapi.com/packages/npm/date-fns-tz/2.0.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/date-fns-tz/2.0.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/date-fns-tz/2.0.0/compatibility-slim/1.3.7)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/date-fns-tz/2.0.0/confidence-slim/1.3.7)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>marnusw/date-fns-tz</summary> ### [`v2.0.0`](https://togithub.com/marnusw/date-fns-tz/blob/HEAD/CHANGELOG.md#v200-30-January-2023) [Compare Source](https://togithub.com/marnusw/date-fns-tz/compare/v1.3.8...v2.0.0) - \[BREAKING CHANGE] Optimize configuration for ESM exports (entry points for cjs / esm / typescript) ([#​212](https://togithub.com/marnusw/date-fns-tz/issues/212)) **Upgrade guide:** Both CJS and ESM imports now use the default import paths. CJS will continue working unchanged; to fix ESM imports: Before: ```js import { format } from 'date-fns-tz/esm' import utcToZonedTime from 'date-fns-tz/esm/utcToZonedTime' ``` After: ```js import { format } from 'date-fns-tz' import utcToZonedTime from 'date-fns-tz/utcToZonedTime' ``` ### [`v1.3.8`](https://togithub.com/marnusw/date-fns-tz/blob/HEAD/CHANGELOG.md#v138-30-January-2023) [Compare Source](https://togithub.com/marnusw/date-fns-tz/compare/v1.3.7...v1.3.8) - \[TESTS] Tests documenting `zonedTimeToUtc` daylight saving jumps ([#​220](https://togithub.com/marnusw/date-fns-tz/issues/220)) - \[TYPES] Update `format` types to match date-fns ([#​199](https://togithub.com/marnusw/date-fns-tz/issues/199)) - \[BUGFIX] Fixed `undefined` timezone error ([#​214](https://togithub.com/marnusw/date-fns-tz/issues/214)) </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:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNDguMCIsInVwZGF0ZWRJblZlciI6IjM0LjE0OC4wIn0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> |
||
Nuno Góis
|
c489151028
|
feat: add url/query sort/search to sign on log table (#3215)
https://linear.app/unleash/issue/2-729/adapt-signontable-to-use-querystored-sortsearch-params Adds the feature where the current sort + search are reflected in the URL. ![image](https://user-images.githubusercontent.com/14320932/221870486-22b7b0d5-1620-48f1-9d32-17a61cf11b52.png) (notice the URL at the top) |
||
Fredrik Strand Oseberg
|
87312f90ca
|
feat: implement plausible tracking (#3212)
Adds plausible event tracking for notifications. Refactors Feedback component to be reusable and to ask whether or not this functionality is useful. |
||
renovate[bot]
|
843c6ffbe3
|
chore(deps): update dependency sass to v1.58.3 (#3209)
[![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.58.1` -> `1.58.3`](https://renovatebot.com/diffs/npm/sass/1.58.1/1.58.3) | [![age](https://badges.renovateapi.com/packages/npm/sass/1.58.3/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/sass/1.58.3/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/sass/1.58.3/compatibility-slim/1.58.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/sass/1.58.3/confidence-slim/1.58.1)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>sass/dart-sass</summary> ### [`v1.58.3`](https://togithub.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#​1583) [Compare Source](https://togithub.com/sass/dart-sass/compare/1.58.2...1.58.3) - No user-visible changes. ### [`v1.58.2`](https://togithub.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#​1582) [Compare Source](https://togithub.com/sass/dart-sass/compare/1.58.1...1.58.2) ##### Command Line Interface - Add a timestamp to messages printed in `--watch` mode. - Print better `calc()`-based suggestions for `/`-as-division expression that contain calculation-incompatible constructs like unary minus. </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:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNTIuNSIsInVwZGF0ZWRJblZlciI6IjM0LjE1Mi41In0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> |
||
Nuno Góis
|
c0124371ca
|
feat: add authentication as a table filter (#3206)
Adds `auth` as a table filter. Also fixes the hook to correctly fetch the events based on the new return type. <img width="1046" alt="image" src="https://user-images.githubusercontent.com/14320932/221603312-a40055a8-4c23-4f1f-9a87-7fbd03e7b49e.png"> |
||
Jaanus Sellin
|
dcc02dc229
|
feat: only email users billable (#3205) | ||
renovate[bot]
|
540cda715b
|
chore(deps): update dependency @mui/material to v5.11.10 (#3207)
[![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/material](https://mui.com/material-ui/getting-started/overview/) ([source](https://togithub.com/mui/material-ui)) | [`5.11.9` -> `5.11.10`](https://renovatebot.com/diffs/npm/@mui%2fmaterial/5.11.9/5.11.10) | [![age](https://badges.renovateapi.com/packages/npm/@mui%2fmaterial/5.11.10/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@mui%2fmaterial/5.11.10/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@mui%2fmaterial/5.11.10/compatibility-slim/5.11.9)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@mui%2fmaterial/5.11.10/confidence-slim/5.11.9)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>mui/material-ui</summary> ### [`v5.11.10`](https://togithub.com/mui/material-ui/blob/HEAD/CHANGELOG.md#​51110) [Compare Source](https://togithub.com/mui/material-ui/compare/v5.11.9...v5.11.10) <!-- generated comparing v5.11.9..master --> *Feb 20, 2023* A big thanks to the 11 contributors who made this release possible. This release was mostly about 🐛 bug fixes and 📚 documentation improvements. ##### `@mui/material@5.11.10` - <!-- 22 -->\[Avatar] Fix ownerState usage with styleOverrides when fallback is used ([#​36228](https://togithub.com/mui/material-ui/issues/36228)) [@​sai6855](https://togithub.com/sai6855) - <!-- 21 -->\[Badge]\[material] Replace `BadgeUnstyled` with `useBadge` hook ([#​36158](https://togithub.com/mui/material-ui/issues/36158)) [@​hbjORbj](https://togithub.com/hbjORbj) - <!-- 03 -->\[Switch] Fix DOM warning when `type` isn't `checkbox` or `radio` ([#​36170](https://togithub.com/mui/material-ui/issues/36170)) [@​dani-mp](https://togithub.com/dani-mp) - <!-- 02 -->\[TextareaAutosize] Convert code to TypeScript ([#​35862](https://togithub.com/mui/material-ui/issues/35862)) [@​sai6855](https://togithub.com/sai6855) - <!-- 01 -->\[useMediaQuery] Fix behavior of noSsr with React 18 ([#​36056](https://togithub.com/mui/material-ui/issues/36056)) [@​oliviertassinari](https://togithub.com/oliviertassinari) ##### `@mui/joy@5.0.0-alpha.68` - <!-- 05 -->\[Joy] Add `zIndex` to theme ([#​36236](https://togithub.com/mui/material-ui/issues/36236)) [@​siriwatknp](https://togithub.com/siriwatknp) - <!-- 04 -->\[Joy] Remove transition from all components ([#​35952](https://togithub.com/mui/material-ui/issues/35952)) [@​hbjORbj](https://togithub.com/hbjORbj) ##### Docs - <!-- 20 -->\[docs]\[base] Fix base Input demos for Safari ([#​36213](https://togithub.com/mui/material-ui/issues/36213)) [@​mj12albert](https://togithub.com/mj12albert) - <!-- 16 -->\[docs] Fix 301 links [@​oliviertassinari](https://togithub.com/oliviertassinari) - <!-- 15 -->\[docs] Fix modal transition demos ([#​36137](https://togithub.com/mui/material-ui/issues/36137)) [@​oliviertassinari](https://togithub.com/oliviertassinari) - <!-- 14 -->\[docs] Update links to pt examples ([#​36237](https://togithub.com/mui/material-ui/issues/36237)) [@​Aleff13](https://togithub.com/Aleff13) - <!-- 13 -->\[docs] Update custom Typography variants example ([#​36185](https://togithub.com/mui/material-ui/issues/36185)) [@​mj12albert](https://togithub.com/mj12albert) - <!-- 12 -->\[docs] Change markdown numbering syntax ([#​36187](https://togithub.com/mui/material-ui/issues/36187)) [@​mj12albert](https://togithub.com/mj12albert) - <!-- 11 -->\[docs] Fix switch alignment in `Disabled tree items` section in Tree View docs ([#​36217](https://togithub.com/mui/material-ui/issues/36217)) [@​PunitSoniME](https://togithub.com/PunitSoniME) - <!-- 10 -->\[docs] Standardize example names ([#​36112](https://togithub.com/mui/material-ui/issues/36112)) [@​samuelsycamore](https://togithub.com/samuelsycamore) - <!-- 09 -->\[docs] Fix typo [@​oliviertassinari](https://togithub.com/oliviertassinari) - <!-- 08 -->\[docs] Fix markdown table alignments ([#​36136](https://togithub.com/mui/material-ui/issues/36136)) [@​oliviertassinari](https://togithub.com/oliviertassinari) - <!-- 07 -->\[docs] Small color tweaks to the docs search bar ([#​36160](https://togithub.com/mui/material-ui/issues/36160)) [@​danilo-leal](https://togithub.com/danilo-leal) - <!-- 06 -->\[docs]\[joy] Update class name prefixes in the `Anatomy` section ([#​36210](https://togithub.com/mui/material-ui/issues/36210)) [@​ZeeshanTamboli](https://togithub.com/ZeeshanTamboli) ##### Core - <!-- 19 -->\[core] Migrate nprogress to emotion ([#​36181](https://togithub.com/mui/material-ui/issues/36181)) [@​siriwatknp](https://togithub.com/siriwatknp) - <!-- 18 -->\[core] Enforce namespace import for ReactDOM ([#​36208](https://togithub.com/mui/material-ui/issues/36208)) [@​mj12albert](https://togithub.com/mj12albert) - <!-- 17 -->\[core] Fix deploy preview links ([#​36203](https://togithub.com/mui/material-ui/issues/36203)) [@​siriwatknp](https://togithub.com/siriwatknp) All contributors of this release in alphabetical order: [@​Aleff13](https://togithub.com/Aleff13), [@​dani-mp](https://togithub.com/dani-mp), [@​danilo-leal](https://togithub.com/danilo-leal), [@​hbjORbj](https://togithub.com/hbjORbj), [@​mj12albert](https://togithub.com/mj12albert), [@​oliviertassinari](https://togithub.com/oliviertassinari), [@​PunitSoniME](https://togithub.com/PunitSoniME), [@​sai6855](https://togithub.com/sai6855), [@​samuelsycamore](https://togithub.com/samuelsycamore), [@​siriwatknp](https://togithub.com/siriwatknp), [@​ZeeshanTamboli](https://togithub.com/ZeeshanTamboli) </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:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNTIuNSIsInVwZGF0ZWRJblZlciI6IjM0LjE1Mi41In0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> |
||
Nuno Góis
|
d94ba82e3a
|
chore: rename login-event to sign-on-log (#3204)
Renames `login-event` to `sign-on-log`, in preparation for the rename and refactor happening for this feature in Enterprise. |
||
Jaanus Sellin
|
af82202ada
|
feat: remove maintenance feature flag (#3199) | ||
Fredrik Strand Oseberg
|
ef2f184845
|
Feat/notifications UI followup (#3197)
This PR adds more capabilities to the notification UI. Including: * Displaying new notification types * Update visual expression based on whether it's read or not * Mark items as read * Follow the items link to go to the notification destination * Cleanup and styled components |
||
Nuno Góis
|
aa961823fe
|
feat: dateFormat in TimeAgoCell (#3202)
Slight refactor to `TimeAgoCell` that allows passing in a date format function. Suggested by @gastonfournier in https://github.com/Unleash/unleash/pull/3193#pullrequestreview-1315064957 |
||
Nuno Góis
|
a43542b0d1
|
feat: display sign on log (#3193)
## About the changes https://linear.app/unleash/issue/2-719/display-basic-sign-on-log-in-frontend Adds a basic, naïve way of displaying sign-on history. We can be OK with merging this for now if we want, given that it's behind a feature flag, and then iterate over it and implement the features and improvements we need in the meantime. ![image](https://user-images.githubusercontent.com/14320932/221217564-90868ce8-6608-4f30-b2e4-88f72f1e4ac6.png) <!-- (For internal contributors): Does it relate to an issue on public roadmap? --> Relates to [roadmap](https://github.com/orgs/Unleash/projects/10) item: #2951 |
||
Fredrik Strand Oseberg
|
20d3dfd895
|
fix: initial UI draft (#3191)
Initial draft for notifications UI behind a feature flag. I'd like to get this merged because the PR is cluttered by open api generation. In the next PR I will: * Clean up the SX and introduce styled components * Add a component for single notifications and implement the notification list |
||
Christopher Kolstad
|
57015eae27
|
fix: Import change tense of help message (#3188) | ||
Tymoteusz Czech
|
8b95eab7af
|
Add a flag for stripe integration (#3181) | ||
renovate[bot]
|
613babda4f
|
chore(deps): update dependency @types/react-dom to v17.0.19 (#3176)
[![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-dom](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-dom) ([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped)) | [`17.0.18` -> `17.0.19`](https://renovatebot.com/diffs/npm/@types%2freact-dom/17.0.18/17.0.19) | [![age](https://badges.renovateapi.com/packages/npm/@types%2freact-dom/17.0.19/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@types%2freact-dom/17.0.19/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@types%2freact-dom/17.0.19/compatibility-slim/17.0.18)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@types%2freact-dom/17.0.19/confidence-slim/17.0.18)](https://docs.renovatebot.com/merge-confidence/) | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about 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:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNDguMCIsInVwZGF0ZWRJblZlciI6IjM0LjE0OC4wIn0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> |
||
renovate[bot]
|
84dba702b4
|
chore(deps): update material-ui monorepo (#3174)
[![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.11.0` -> `5.11.9`](https://renovatebot.com/diffs/npm/@mui%2ficons-material/5.11.0/5.11.9) | [![age](https://badges.renovateapi.com/packages/npm/@mui%2ficons-material/5.11.9/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@mui%2ficons-material/5.11.9/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@mui%2ficons-material/5.11.9/compatibility-slim/5.11.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@mui%2ficons-material/5.11.9/confidence-slim/5.11.0)](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.119` -> `5.0.0-alpha.120`](https://renovatebot.com/diffs/npm/@mui%2flab/5.0.0-alpha.119/5.0.0-alpha.120) | [![age](https://badges.renovateapi.com/packages/npm/@mui%2flab/5.0.0-alpha.120/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@mui%2flab/5.0.0-alpha.120/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@mui%2flab/5.0.0-alpha.120/compatibility-slim/5.0.0-alpha.119)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@mui%2flab/5.0.0-alpha.120/confidence-slim/5.0.0-alpha.119)](https://docs.renovatebot.com/merge-confidence/) | | [@mui/material](https://mui.com/material-ui/getting-started/overview/) ([source](https://togithub.com/mui/material-ui)) | [`5.11.8` -> `5.11.9`](https://renovatebot.com/diffs/npm/@mui%2fmaterial/5.11.8/5.11.9) | [![age](https://badges.renovateapi.com/packages/npm/@mui%2fmaterial/5.11.9/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@mui%2fmaterial/5.11.9/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@mui%2fmaterial/5.11.9/compatibility-slim/5.11.8)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@mui%2fmaterial/5.11.9/confidence-slim/5.11.8)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>mui/material-ui</summary> ### [`v5.11.9`](https://togithub.com/mui/material-ui/blob/HEAD/CHANGELOG.md#​5119) [Compare Source](https://togithub.com/mui/material-ui/compare/v5.11.0...v5.11.9) <!-- generated comparing v5.11.8..master --> *Feb 14, 2023* A big thanks to the 17 contributors who made this release possible. Here are some highlights ✨: - 🐛 [@​rangoo94](https://togithub.com/rangoo94), [@​sai6855](https://togithub.com/sai6855), and [@​michaldudak](https://togithub.com/michaldudak) fixed a couple of bugs in the Autocomplete component ([#​36116](https://togithub.com/mui/material-ui/issues/36116), [#​35640](https://togithub.com/mui/material-ui/issues/35640), [#​36076](https://togithub.com/mui/material-ui/issues/36076), [#​36088](https://togithub.com/mui/material-ui/issues/36088)) - many other 🐛 bug fixes and 📚 documentation improvements ##### `@mui/material@5.11.9` - \[AppBar] Fix joinVars() not handling undefined ([#​36128](https://togithub.com/mui/material-ui/issues/36128)) [@​donaldnevermore](https://togithub.com/donaldnevermore) - \[Autocomplete] Fix tag removal regression ([#​36116](https://togithub.com/mui/material-ui/issues/36116)) [@​michaldudak](https://togithub.com/michaldudak) - \[Autocomplete] Correct padding of filled Autocomplete ([#​35640](https://togithub.com/mui/material-ui/issues/35640)) [@​michaldudak](https://togithub.com/michaldudak) - \[Grid]\[Stack] classNames prefixed with Mui ([#​36167](https://togithub.com/mui/material-ui/issues/36167)) [@​sai6855](https://togithub.com/sai6855) ##### `@mui/styled-engine@5.11.9` - \[StyledEngineProvider] Fix issue with cache not being defined ([#​36162](https://togithub.com/mui/material-ui/issues/36162)) [@​mnajdova](https://togithub.com/mnajdova) ##### `@mui/joy@5.0.0-alpha.67` - \[Joy] Add order dashboard template ([#​36081](https://togithub.com/mui/material-ui/issues/36081)) [@​siriwatknp](https://togithub.com/siriwatknp) - \[Joy] Remove classes prop from the components that have it ([#​36159](https://togithub.com/mui/material-ui/issues/36159)) [@​hbjORbj](https://togithub.com/hbjORbj) - \[Joy] Miscellaneous fixes ([#​36163](https://togithub.com/mui/material-ui/issues/36163)) [@​siriwatknp](https://togithub.com/siriwatknp) ##### `@mui/base@5.0.0-alpha.118` - \[base] Override the types of `slotProps` per slot ([#​35964](https://togithub.com/mui/material-ui/issues/35964)) [@​hbjORbj](https://togithub.com/hbjORbj) - \[Select]\[base] Prevent unnecessary rerendering of Select options ([#​35946](https://togithub.com/mui/material-ui/issues/35946)) [@​michaldudak](https://togithub.com/michaldudak) - \[Select]\[base] Update the generated docs ([#​36183](https://togithub.com/mui/material-ui/issues/36183)) [@​michaldudak](https://togithub.com/michaldudak) - \[useAutocomplete] Pass only valid values for the getOptionLabel prop ([#​36088](https://togithub.com/mui/material-ui/issues/36088)) [@​rangoo94](https://togithub.com/rangoo94) - \[useAutocomplete] Fix `useAutocomplete` disabled prop not disabling the input ([#​36076](https://togithub.com/mui/material-ui/issues/36076)) [@​sai6855](https://togithub.com/sai6855) - \[useInput] Add return value interface ([#​36036](https://togithub.com/mui/material-ui/issues/36036)) [@​Shorifpatwary](https://togithub.com/Shorifpatwary) - \[UseTabPanel] Add explicit return type ([#​36053](https://togithub.com/mui/material-ui/issues/36053)) [@​Shorifpatwary](https://togithub.com/Shorifpatwary) - \[useTabsList] Add explicit return type ([#​36048](https://togithub.com/mui/material-ui/issues/36048)) [@​sai6855](https://togithub.com/sai6855) - \[Tab] Add explicit return type to useTab ([#​36046](https://togithub.com/mui/material-ui/issues/36046)) [@​sai6855](https://togithub.com/sai6855) ##### `@mui/material-next@6.0.0-alpha.75` - \[Material You] Use `md` as a CSS var prefix ([#​36177](https://togithub.com/mui/material-ui/issues/36177)) [@​siriwatknp](https://togithub.com/siriwatknp) ##### Docs - \[docs] Fix the prop type regression on the API pages ([#​36168](https://togithub.com/mui/material-ui/issues/36168)) [@​mnajdova](https://togithub.com/mnajdova) - \[docs] Fix virtualized table column resizing ([#​36066](https://togithub.com/mui/material-ui/issues/36066)) [@​petyosi](https://togithub.com/petyosi) - \[docs] Fix react-spring demos ([#​36023](https://togithub.com/mui/material-ui/issues/36023)) [@​oliviertassinari](https://togithub.com/oliviertassinari) - \[docs] Fix classname mismatch on Joy docs ([#​36127](https://togithub.com/mui/material-ui/issues/36127)) [@​siriwatknp](https://togithub.com/siriwatknp) - \[docs] Fix typo in the released version of [@​mui/styled-engine](https://togithub.com/mui/styled-engine) ([#​36121](https://togithub.com/mui/material-ui/issues/36121)) [@​m4theushw](https://togithub.com/m4theushw) - \[docs] Fix demos showing TypeScript instead of JavaScript ([#​35850](https://togithub.com/mui/material-ui/issues/35850)) [@​mj12albert](https://togithub.com/mj12albert) - \[docs] Update release instructions ([#​36113](https://togithub.com/mui/material-ui/issues/36113)) [@​mj12albert](https://togithub.com/mj12albert) - \[docs] Rename `v6-alpha` to `v6-next` in navigation ([#​36102](https://togithub.com/mui/material-ui/issues/36102)) [@​LukasTy](https://togithub.com/LukasTy) - \[docs] Revise Joy UI "Input" page ([#​35970](https://togithub.com/mui/material-ui/issues/35970)) [@​LadyBluenotes](https://togithub.com/LadyBluenotes) - \[docs] Revise Joy UI "Typography" page ([#​35868](https://togithub.com/mui/material-ui/issues/35868)) [@​LadyBluenotes](https://togithub.com/LadyBluenotes) ##### Examples - \[examples]\[vitejs] Load Roboto font ([#​35678](https://togithub.com/mui/material-ui/issues/35678)) [@​oliv37](https://togithub.com/oliv37) ##### Core - \[blog] Fix the look and feel of the media description ([#​36069](https://togithub.com/mui/material-ui/issues/36069)) [@​oliviertassinari](https://togithub.com/oliviertassinari) - \[core] Add default preview url ([#​36118](https://togithub.com/mui/material-ui/issues/36118)) [@​siriwatknp](https://togithub.com/siriwatknp) - \[core] Migrate all the internals exported by `tests/utils/index.js` to TypeScript ([#​35382](https://togithub.com/mui/material-ui/issues/35382)) [@​flaviendelangle](https://togithub.com/flaviendelangle) - \[core] Convert the waterfall module to an internal package ([#​35323](https://togithub.com/mui/material-ui/issues/35323)) [@​michaldudak](https://togithub.com/michaldudak) - \[website] Fix homepage MD theme demo ([#​36027](https://togithub.com/mui/material-ui/issues/36027)) [@​oliviertassinari](https://togithub.com/oliviertassinari) - \[website] Revise the Lead Designer role job ad ([#​35912](https://togithub.com/mui/material-ui/issues/35912)) [@​danilo-leal](https://togithub.com/danilo-leal) - \[POC] Add deploy preview to PR body ([#​35995](https://togithub.com/mui/material-ui/issues/35995)) [@​siriwatknp](https://togithub.com/siriwatknp) All contributors of this release in alphabetical order: [@​danilo-leal](https://togithub.com/danilo-leal), [@​donaldnevermore](https://togithub.com/donaldnevermore), [@​flaviendelangle](https://togithub.com/flaviendelangle), [@​hbjORbj](https://togithub.com/hbjORbj), [@​LadyBluenotes](https://togithub.com/LadyBluenotes), [@​LukasTy](https://togithub.com/LukasTy), [@​m4theushw](https://togithub.com/m4theushw), [@​michaldudak](https://togithub.com/michaldudak), [@​mj12albert](https://togithub.com/mj12albert), [@​mnajdova](https://togithub.com/mnajdova), [@​oliv37](https://togithub.com/oliv37), [@​oliviertassinari](https://togithub.com/oliviertassinari), [@​petyosi](https://togithub.com/petyosi), [@​rangoo94](https://togithub.com/rangoo94), [@​sai6855](https://togithub.com/sai6855), [@​Shorifpatwary](https://togithub.com/Shorifpatwary), [@​siriwatknp](https://togithub.com/siriwatknp) </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. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNDguMCIsInVwZGF0ZWRJblZlciI6IjM0LjE0OC4wIn0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> |
||
renovate[bot]
|
d96d2a8027
|
chore(deps): update dependency vitest to v0.28.5 (#3167)
[![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.28.4` -> `0.28.5`](https://renovatebot.com/diffs/npm/vitest/0.28.4/0.28.5) | [![age](https://badges.renovateapi.com/packages/npm/vitest/0.28.5/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/vitest/0.28.5/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/vitest/0.28.5/compatibility-slim/0.28.4)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/vitest/0.28.5/confidence-slim/0.28.4)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>vitest-dev/vitest</summary> ### [`v0.28.5`](https://togithub.com/vitest-dev/vitest/releases/tag/v0.28.5) [Compare Source](https://togithub.com/vitest-dev/vitest/compare/v0.28.4...v0.28.5) ##### 🚀 Features - Add --script option to vite-node - by [@​jgoux](https://togithub.com/jgoux) and [@​dammy001](https://togithub.com/dammy001) in [https://github.com/vitest-dev/vitest/issues/2793](https://togithub.com/vitest-dev/vitest/issues/2793) [<samp>(d3d6b)</samp>](https://togithub.com/vitest-dev/vitest/commit/d3d6b1fc) - Inject executor directly into runner - by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/2858](https://togithub.com/vitest-dev/vitest/issues/2858) [<samp>(62c43)</samp>](https://togithub.com/vitest-dev/vitest/commit/62c43420) ##### 🐞 Bug Fixes - Don't call "afterAll" hooks, if suite was skipped - by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/2802](https://togithub.com/vitest-dev/vitest/issues/2802) [<samp>(aa1aa)</samp>](https://togithub.com/vitest-dev/vitest/commit/aa1aa4da) - Always display serialized error, even if it doesn't have stack - by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/2829](https://togithub.com/vitest-dev/vitest/issues/2829) [<samp>(ab5f8)</samp>](https://togithub.com/vitest-dev/vitest/commit/ab5f8927) - Clear mocks between tests - by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/2857](https://togithub.com/vitest-dev/vitest/issues/2857) [<samp>(c420c)</samp>](https://togithub.com/vitest-dev/vitest/commit/c420cb7b) - **expect**: - Check for no 'throw' type in toHaveReturned - by [@​trivikr](https://togithub.com/trivikr) in [https://github.com/vitest-dev/vitest/issues/2850](https://togithub.com/vitest-dev/vitest/issues/2850) [<samp>(1164c)</samp>](https://togithub.com/vitest-dev/vitest/commit/1164c478) - Accept array index as number in toHaveProperty - by [@​trivikr](https://togithub.com/trivikr) in [https://github.com/vitest-dev/vitest/issues/2808](https://togithub.com/vitest-dev/vitest/issues/2808) [<samp>(8705e)</samp>](https://togithub.com/vitest-dev/vitest/commit/8705e6b2) ##### 🏎 Performance - Don't inline Vitest entry - by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/2819](https://togithub.com/vitest-dev/vitest/issues/2819) [<samp>(570c6)</samp>](https://togithub.com/vitest-dev/vitest/commit/570c639e) ##### [View changes on GitHub](https://togithub.com/vitest-dev/vitest/compare/v0.28.4...v0.28.5) </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:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNDYuMSIsInVwZGF0ZWRJblZlciI6IjM0LjE0Ni4xIn0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> |
||
Fredrik Strand Oseberg
|
f8c826450e
|
Fix/decouple api token list (#3171)
Decouples the API token list and adds tracking. |
||
Fredrik Strand Oseberg
|
045973a432
|
fix: decouple forms (#3162)
This PR decouples the forms for creating API tokens and project level API tokens. The point of having a hook that provides the functionality for the form is that we can create specific forms that take care of implementing the logic needed for that form instead of having one form serving multiple use cases. |
||
Mateusz Kwasniewski
|
3800877be1
|
feat: drop full- for import/validate (#3168) | ||
renovate[bot]
|
4b21175c80
|
chore(deps): update dependency sass to v1.58.1 (#3166)
[![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.58.0` -> `1.58.1`](https://renovatebot.com/diffs/npm/sass/1.58.0/1.58.1) | [![age](https://badges.renovateapi.com/packages/npm/sass/1.58.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/sass/1.58.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/sass/1.58.1/compatibility-slim/1.58.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/sass/1.58.1/confidence-slim/1.58.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>sass/dart-sass</summary> ### [`v1.58.1`](https://togithub.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#​1581) [Compare Source](https://togithub.com/sass/dart-sass/compare/1.58.0...1.58.1) - Emit a unitless hue when serializing `hsl()` colors. The `deg` unit is incompatible with IE, and while that officially falls outside our compatibility policy, it's better to lean towards greater compatibility. </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:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNDYuMSIsInVwZGF0ZWRJblZlciI6IjM0LjE0Ni4xIn0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> |
||
renovate[bot]
|
d4e4b87fb6
|
chore(deps): update dependency @uiw/react-codemirror to v4.19.9 (#3164)
[![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.8` -> `4.19.9`](https://renovatebot.com/diffs/npm/@uiw%2freact-codemirror/4.19.8/4.19.9) | [![age](https://badges.renovateapi.com/packages/npm/@uiw%2freact-codemirror/4.19.9/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@uiw%2freact-codemirror/4.19.9/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@uiw%2freact-codemirror/4.19.9/compatibility-slim/4.19.8)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@uiw%2freact-codemirror/4.19.9/confidence-slim/4.19.8)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>uiwjs/react-codemirror</summary> ### [`v4.19.9`](https://togithub.com/uiwjs/react-codemirror/releases/tag/v4.19.9) [Compare Source](https://togithub.com/uiwjs/react-codemirror/compare/v4.19.8...v4.19.9) [![](https://img.shields.io/badge/Open%20in-unpkg-blue)](https://uiwjs.github.io/npm-unpkg/#/pkg/@​uiw/react-codemirror@4.19.9/file/README.md) Documentation v4.19.9: https://raw.githack.com/uiwjs/react-codemirror/2849af4/index.html\ Comparing Changes: https://github.com/uiwjs/react-codemirror/compare/v4.19.8...v4.19.9 ```shell npm i @​uiw/react-codemirror@4.19.9 ``` - 🌟 feat: export theme default settings. ([#​457](https://togithub.com/uiwjs/react-codemirror/issues/457)) [`3e7707d`](https://togithub.com/uiwjs/react-codemirror/commit/3e7707d) [@​jaywcjlove](https://togithub.com/jaywcjlove) - 📖 doc(themes): update document. ([#​457](https://togithub.com/uiwjs/react-codemirror/issues/457)) [`ee75999`](https://togithub.com/uiwjs/react-codemirror/commit/ee75999) [@​jaywcjlove](https://togithub.com/jaywcjlove) - 🐞 fix: themes with wrong dark / light property ([#​458](https://togithub.com/uiwjs/react-codemirror/issues/458)) [`459f625`](https://togithub.com/uiwjs/react-codemirror/commit/459f625) [@​felixroos](https://togithub.com/felixroos) </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:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNDYuMSIsInVwZGF0ZWRJblZlciI6IjM0LjE0Ni4xIn0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> |
||
renovate[bot]
|
fbd58330c1
|
chore(deps): update dependency @uiw/codemirror-theme-duotone to v4.19.9 (#3157)
[![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.8` -> `4.19.9`](https://renovatebot.com/diffs/npm/@uiw%2fcodemirror-theme-duotone/4.19.8/4.19.9) | [![age](https://badges.renovateapi.com/packages/npm/@uiw%2fcodemirror-theme-duotone/4.19.9/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@uiw%2fcodemirror-theme-duotone/4.19.9/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@uiw%2fcodemirror-theme-duotone/4.19.9/compatibility-slim/4.19.8)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@uiw%2fcodemirror-theme-duotone/4.19.9/confidence-slim/4.19.8)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>uiwjs/react-codemirror</summary> ### [`v4.19.9`](https://togithub.com/uiwjs/react-codemirror/releases/tag/v4.19.9) [Compare Source](https://togithub.com/uiwjs/react-codemirror/compare/v4.19.8...v4.19.9) [![](https://img.shields.io/badge/Open%20in-unpkg-blue)](https://uiwjs.github.io/npm-unpkg/#/pkg/@​uiw/react-codemirror@4.19.9/file/README.md) Documentation v4.19.9: https://raw.githack.com/uiwjs/react-codemirror/2849af4/index.html\ Comparing Changes: https://github.com/uiwjs/react-codemirror/compare/v4.19.8...v4.19.9 ```shell npm i @​uiw/react-codemirror@4.19.9 ``` - 🌟 feat: export theme default settings. ([#​457](https://togithub.com/uiwjs/react-codemirror/issues/457)) [`3e7707d`](https://togithub.com/uiwjs/react-codemirror/commit/3e7707d) [@​jaywcjlove](https://togithub.com/jaywcjlove) - 📖 doc(themes): update document. ([#​457](https://togithub.com/uiwjs/react-codemirror/issues/457)) [`ee75999`](https://togithub.com/uiwjs/react-codemirror/commit/ee75999) [@​jaywcjlove](https://togithub.com/jaywcjlove) - 🐞 fix: themes with wrong dark / light property ([#​458](https://togithub.com/uiwjs/react-codemirror/issues/458)) [`459f625`](https://togithub.com/uiwjs/react-codemirror/commit/459f625) [@​felixroos](https://togithub.com/felixroos) </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:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNDMuMSIsInVwZGF0ZWRJblZlciI6IjM0LjE0My4xIn0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> |
||
andreas-unleash
|
249856e3a1
|
fix token type description (#3158) | ||
renovate[bot]
|
e9b669a49a
|
chore(deps): update react-router monorepo to v6.8.1 (#3137)
[![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.6.2` -> `6.8.1`](https://renovatebot.com/diffs/npm/react-router/6.6.2/6.8.1) | [![age](https://badges.renovateapi.com/packages/npm/react-router/6.8.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/react-router/6.8.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/react-router/6.8.1/compatibility-slim/6.6.2)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/react-router/6.8.1/confidence-slim/6.6.2)](https://docs.renovatebot.com/merge-confidence/) | | [react-router-dom](https://togithub.com/remix-run/react-router) | [`6.6.2` -> `6.8.1`](https://renovatebot.com/diffs/npm/react-router-dom/6.6.2/6.8.1) | [![age](https://badges.renovateapi.com/packages/npm/react-router-dom/6.8.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/react-router-dom/6.8.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/react-router-dom/6.8.1/compatibility-slim/6.6.2)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/react-router-dom/6.8.1/confidence-slim/6.6.2)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>remix-run/react-router (react-router)</summary> ### [`v6.8.1`](https://togithub.com/remix-run/react-router/blob/HEAD/packages/react-router/CHANGELOG.md#​681) [Compare Source](https://togithub.com/remix-run/react-router/compare/react-router@6.8.0...react-router@6.8.1) ##### Patch Changes - Remove inaccurate console warning for POP navigations and update active blocker logic ([#​10030](https://togithub.com/remix-run/react-router/pull/10030)) - Updated dependencies: - `@remix-run/router@1.3.2` ### [`v6.8.0`](https://togithub.com/remix-run/react-router/blob/HEAD/packages/react-router/CHANGELOG.md#​680) [Compare Source]( |
||
renovate[bot]
|
c3ee4648b3
|
chore(deps): update dependency eslint to v8.34.0 (#3150)
[![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.33.0` -> `8.34.0`](https://renovatebot.com/diffs/npm/eslint/8.33.0/8.34.0) | [![age](https://badges.renovateapi.com/packages/npm/eslint/8.34.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/eslint/8.34.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/eslint/8.34.0/compatibility-slim/8.33.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/eslint/8.34.0/confidence-slim/8.33.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>eslint/eslint</summary> ### [`v8.34.0`](https://togithub.com/eslint/eslint/releases/tag/v8.34.0) [Compare Source](https://togithub.com/eslint/eslint/compare/v8.33.0...v8.34.0) #### Features - [`9b2fcf7`]( |
||
renovate[bot]
|
83cbaf5917
|
chore(deps): update jest monorepo (#3136)
[![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.5` -> `29.4.0`](https://renovatebot.com/diffs/npm/@types%2fjest/29.2.5/29.4.0) | [![age](https://badges.renovateapi.com/packages/npm/@types%2fjest/29.4.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@types%2fjest/29.4.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@types%2fjest/29.4.0/compatibility-slim/29.2.5)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@types%2fjest/29.4.0/confidence-slim/29.2.5)](https://docs.renovatebot.com/merge-confidence/) | | [jest](https://jestjs.io/) ([source](https://togithub.com/facebook/jest)) | [`29.3.1` -> `29.4.2`](https://renovatebot.com/diffs/npm/jest/29.3.1/29.4.2) | [![age](https://badges.renovateapi.com/packages/npm/jest/29.4.2/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/jest/29.4.2/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/jest/29.4.2/compatibility-slim/29.3.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/jest/29.4.2/confidence-slim/29.3.1)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>facebook/jest</summary> ### [`v29.4.2`](https://togithub.com/facebook/jest/blob/HEAD/CHANGELOG.md#​2942) [Compare Source](https://togithub.com/facebook/jest/compare/v29.4.1...v29.4.2) ##### Features - `[@jest/core]` Instrument significant lifecycle events with [`performance.mark()`](https://nodejs.org/docs/latest-v16.x/api/perf_hooks.html#performancemarkname-options) ([#​13859](https://togithub.com/facebook/jest/pull/13859)) ##### Fixes - `[expect, @​jest/expect]` Provide type of `actual` as a generic argument to `Matchers` to allow better-typed extensions ([#​13848](https://togithub.com/facebook/jest/pull/13848)) - `[jest-circus]` Added explicit mention of test failing because `done()` is not being called in error message ([#​13847](https://togithub.com/facebook/jest/pull/13847)) - `[jest-runtime]` Handle CJS re-exports of node core modules from ESM ([#​13856](https://togithub.com/facebook/jest/pull/13856)) - `[jest-transform]` Downgrade `write-file-atomic` to v4 ([#​13853](https://togithub.com/facebook/jest/pull/13853)) - `[jest-worker]` Ignore IPC messages not intended for Jest ([#​13543](https://togithub.com/facebook/jest/pull/13543)) ##### Chore & Maintenance - `[*]` make sure to exclude `.eslintcache` from published module ([#​13832](https://togithub.com/facebook/jest/pull/13832)) - `[docs]` Cleanup incorrect links in CHANGELOG.md ([#​13857](https://togithub.com/facebook/jest/pull/13857)) ### [`v29.4.1`](https://togithub.com/facebook/jest/blob/HEAD/CHANGELOG.md#​2941) [Compare Source](https://togithub.com/facebook/jest/compare/v29.4.0...v29.4.1) ##### Features - `[expect, jest-circus, @​jest/types]` Implement `numPassingAsserts` of testResults to track the number of passing asserts in a test ([#​13795](https://togithub.com/facebook/jest/pull/13795)) - `[jest-core]` Add newlines to JSON output ([#​13817](https://togithub.com/facebook/jest/pull/13817)) - `[@jest/reporters]` Automatic log folding in GitHub Actions Reporter ([#​13626](https://togithub.com/facebook/jest/pull/13626)) ##### Fixes - `[@jest/expect-utils]` `toMatchObject` diffs should include `Symbol` properties ([#​13810](https://togithub.com/facebook/jest/pull/13810)) - `[jest-runtime]` Handle missing `replaceProperty` ([#​13823](https://togithub.com/facebook/jest/pull/13823)) - `[@jest/types]` Add partial support for `done` callbacks in typings of `each` ([#​13756](https://togithub.com/facebook/jest/pull/13756)) ### [`v29.4.0`](https://togithub.com/facebook/jest/blob/HEAD/CHANGELOG.md#​2940) [Compare Source](https://togithub.com/facebook/jest/compare/v29.3.1...v29.4.0) ##### Features - `[expect, @​jest/expect-utils]` Support custom equality testers ([#​13654](https://togithub.com/facebook/jest/pull/13654)) - `[jest-config, jest-worker]` Use `os.availableParallelism` if available to calculate number of workers to spawn ([#​13738](https://togithub.com/facebook/jest/pull/13738)) - `[@jest/globals, jest-mock]` Add `jest.replaceProperty()` that replaces property value ([#​13496](https://togithub.com/facebook/jest/pull/13496)) - `[jest-haste-map]` ignore Sapling vcs directories (`.sl/`) ([#​13674](https://togithub.com/facebook/jest/pull/13674)) - `[jest-resolve]` Support subpath imports ([#​13705](https://togithub.com/facebook/jest/pull/13705), [#​13723](https://togithub.com/facebook/jest/pull/13723), [#​13777](https://togithub.com/facebook/jest/pull/13777)) - `[jest-runtime]` Add `jest.isolateModulesAsync` for scoped module initialization of asynchronous functions ([#​13680](https://togithub.com/facebook/jest/pull/13680)) - `[jest-runtime]` Add `jest.isEnvironmentTornDown` function ([#​13741](https://togithub.com/facebook/jest/pull/13741)) - `[jest-test-result]` Added `skipped` and `focused` status to `FormattedTestResult` ([#​13700](https://togithub.com/facebook/jest/pull/13700)) - `[jest-transform]` Support for asynchronous `createTransformer` ([#​13762](https://togithub.com/facebook/jest/pull/13762)) ##### Fixes - `[jest-environment-node]` Fix non-configurable globals ([#​13687](https://togithub.com/facebook/jest/pull/13687)) - `[@jest/expect-utils]` `toMatchObject` should handle `Symbol` properties ([#​13639](https://togithub.com/facebook/jest/pull/13639)) - `[jest-mock]` Fix `mockReset` and `resetAllMocks` `undefined` return value([#​13692](https://togithub.com/facebook/jest/pull/13692)) - `[jest-resolve]` Add global paths to `require.resolve.paths` ([#​13633](https://togithub.com/facebook/jest/pull/13633)) - `[jest-resolve]` Correct node core module detection when using `node:` specifiers ([#​13806](https://togithub.com/facebook/jest/pull/13806)) - `[jest-runtime]` Support WASM files that import JS resources ([#​13608](https://togithub.com/facebook/jest/pull/13608)) - `[jest-runtime]` Use the `scriptTransformer` cache in `jest-runner` ([#​13735](https://togithub.com/facebook/jest/pull/13735)) - `[jest-runtime]` Enforce import assertions when importing JSON in ESM ([#​12755](https://togithub.com/facebook/jest/pull/12755) & [#​13805](https://togithub.com/facebook/jest/pull/13805)) - `[jest-snapshot]` Make sure to import `babel` outside of the sandbox ([#​13694](https://togithub.com/facebook/jest/pull/13694)) - `[jest-transform]` Ensure the correct configuration is passed to preprocessors specified multiple times in the `transform` option ([#​13770](https://togithub.com/facebook/jest/pull/13770)) ##### Chore & Maintenance - `[@jest/fake-timers]` Update `@sinonjs/fake-timers` ([#​13612](https://togithub.com/facebook/jest/pull/13612)) - `[docs]` Improve custom puppeteer example to prevent worker warnings ([#​13619](https://togithub.com/facebook/jest/pull/13619)) </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. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNDIuMSIsInVwZGF0ZWRJblZlciI6IjM0LjE0Mi4xIn0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> |
||
Jaanus Sellin
|
f7cf334c80
|
feat: export/import plausible tracking (#3145) | ||
Jaanus Sellin
|
61f8e6a8ef
|
fix: change import ui permission and refactor (#3144) | ||
andreas-unleash
|
25ae05fea8
|
fix incorrect path (#3146)
<!-- 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! ❤️ --> ## 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> |
||
Tymoteusz Czech
|
c0ec6f20b2
|
Project stats feedback (#3131)
## About the changes ![image](https://user-images.githubusercontent.com/2625371/219385549-2c77ddbe-d5a3-428c-878d-5e76a536d43b.png) https://linear.app/unleash/issue/1-694/widgets-explanation-plausible-buttons |
||
Tymoteusz Czech
|
eac5fca44c
|
Update demo start script (#3143)
Starting with [Demo](https://app.unleash-hosted.com/demo/) backend should work with `cd frontend && yarn && yarn start:demo` |
||
andreas-unleash
|
350b55644a
|
Feat/project api token permissions (#3065)
<!-- 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! ❤️ -->
## 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. -->
Define and implements Project api token permissions
Assign permissions to existing roles
Adjust UI to support them
Adjust BE to implement
---------
Signed-off-by: andreas-unleash <andreas@getunleash.ai>
Co-authored-by: Fredrik Strand Oseberg <fredrik.no@gmail.com>
|
||
andreas-unleash
|
8289ab4adf
|
suggest tags plausible tracking (#3130)
<!-- 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! ❤️ --> ## 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 # [1-669](https://linear.app/unleash/issue/1-669/plausible-tracking-if-needed-in-preparation-for-beta) <!-- (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]
|
c82cb7b3fe
|
chore(deps): update dependency vitest to v0.28.4 (#3127)
[![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.27.1` -> `0.28.4`](https://renovatebot.com/diffs/npm/vitest/0.27.1/0.28.4) | [![age](https://badges.renovateapi.com/packages/npm/vitest/0.28.4/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/vitest/0.28.4/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/vitest/0.28.4/compatibility-slim/0.27.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/vitest/0.28.4/confidence-slim/0.27.1)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>vitest-dev/vitest</summary> ### [`v0.28.4`](https://togithub.com/vitest-dev/vitest/releases/tag/v0.28.4) [Compare Source](https://togithub.com/vitest-dev/vitest/compare/v0.28.3...v0.28.4) ##### 🐞 Bug Fixes - Setup correct utils inside asymmetric matchers - by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/2768](https://togithub.com/vitest-dev/vitest/issues/2768) [<samp>(415c8)</samp>](https://togithub.com/vitest-dev/vitest/commit/415c8a93) - Cjs exports has Object.prototype instead of null - by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/2769](https://togithub.com/vitest-dev/vitest/issues/2769) [<samp>(4fc49)</samp>](https://togithub.com/vitest-dev/vitest/commit/4fc492c6) - Duplicate callbacks in vite-node HMR - by [@​jgoux](https://togithub.com/jgoux) in [https://github.com/vitest-dev/vitest/issues/2792](https://togithub.com/vitest-dev/vitest/issues/2792) [<samp>(f0333)</samp>](https://togithub.com/vitest-dev/vitest/commit/f03337ae) - Do not include source files in `onWatcherStart` when `typecheck.ignoreSourceErrors` is true - by [@​mascii](https://togithub.com/mascii) and [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/2774](https://togithub.com/vitest-dev/vitest/issues/2774) [<samp>(d612e)</samp>](https://togithub.com/vitest-dev/vitest/commit/d612efdf) ##### [View changes on GitHub](https://togithub.com/vitest-dev/vitest/compare/v0.28.3...v0.28.4) ### [`v0.28.3`](https://togithub.com/vitest-dev/vitest/releases/tag/v0.28.3) [Compare Source](https://togithub.com/vitest-dev/vitest/compare/v0.28.2...v0.28.3) ##### 🚀 Features - Allow using atomics to communicate between threads - by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/2758](https://togithub.com/vitest-dev/vitest/issues/2758) [<samp>(3679c)</samp>](https://togithub.com/vitest-dev/vitest/commit/3679cf25) - Show active filename pattern on CLI - by [@​AriPerkkio](https://togithub.com/AriPerkkio) [<samp>(a0455)</samp>](https://togithub.com/vitest-dev/vitest/commit/a0455917) - Show active test name pattern on CLI - by [@​AriPerkkio](https://togithub.com/AriPerkkio) [<samp>(df7c4)</samp>](https://togithub.com/vitest-dev/vitest/commit/df7c410a) - Allow `config` option to be false - by [@​antfu](https://togithub.com/antfu) in [https://github.com/vitest-dev/vitest/issues/2749](https://togithub.com/vitest-dev/vitest/issues/2749) [<samp>(c66e3)</samp>](https://togithub.com/vitest-dev/vitest/commit/c66e335b) ##### 🐞 Bug Fixes - Watch mode's filename pattern to persist on unrelated file changes - by [@​AriPerkkio](https://togithub.com/AriPerkkio) [<samp>(712ac)</samp>](https://togithub.com/vitest-dev/vitest/commit/712ac15b) - Watch mode's filename pattern to persist re-run of failed tests, snapshot updates and testname filter changes - by [@​AriPerkkio](https://togithub.com/AriPerkkio) [<samp>(1c65a)</samp>](https://togithub.com/vitest-dev/vitest/commit/1c65ac48) - Dont incorrectly mark run failed if filename pattern excludes previously failed tests - by [@​AriPerkkio](https://togithub.com/AriPerkkio) [<samp>(61cf9)</samp>](https://togithub.com/vitest-dev/vitest/commit/61cf9a7a) - **coverage**: Istanbul crashes when no tests were run - by [@​AriPerkkio](https://togithub.com/AriPerkkio) in [https://github.com/vitest-dev/vitest/issues/2753](https://togithub.com/vitest-dev/vitest/issues/2753) [<samp>(ebc95)</samp>](https://togithub.com/vitest-dev/vitest/commit/ebc95add) ##### 🏎 Performance - Don't import vite in worker - by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/2759](https://togithub.com/vitest-dev/vitest/issues/2759) [<samp>(e49c1)</samp>](https://togithub.com/vitest-dev/vitest/commit/e49c13fa) ##### [View changes on GitHub](https://togithub.com/vitest-dev/vitest/compare/v0.28.2...v0.28.3) ### [`v0.28.2`](https://togithub.com/vitest-dev/vitest/releases/tag/v0.28.2) [Compare Source](https://togithub.com/vitest-dev/vitest/compare/v0.28.1...v0.28.2) ##### 🐞 Bug Fixes - Send stderr header log to stderr - by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/2736](https://togithub.com/vitest-dev/vitest/issues/2736) [<samp>(998ea)</samp>](https://togithub.com/vitest-dev/vitest/commit/998ea804) - Call afterAll, if beforeAll failed - by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/2737](https://togithub.com/vitest-dev/vitest/issues/2737) [<samp>(1904c)</samp>](https://togithub.com/vitest-dev/vitest/commit/1904c9c4) - **vite-node**: Don't cache modules with `timestamp: 0` - by [@​danielroe](https://togithub.com/danielroe) in [https://github.com/vitest-dev/vitest/issues/2747](https://togithub.com/vitest-dev/vitest/issues/2747) [<samp>(e88c0)</samp>](https://togithub.com/vitest-dev/vitest/commit/e88c04c4) ##### [View changes on GitHub](https://togithub.com/vitest-dev/vitest/compare/v0.28.1...v0.28.2) ### [`v0.28.1`](https://togithub.com/vitest-dev/vitest/releases/tag/v0.28.1) [Compare Source](https://togithub.com/vitest-dev/vitest/compare/v0.28.0...v0.28.1) ##### 🐞 Bug Fixes - Remove UI from Vitest dependencies - by [@​sheremet-va](https://togithub.com/sheremet-va) [<samp>(b120c)</samp>](https://togithub.com/vitest-dev/vitest/commit/b120ca3f) ##### [View changes on GitHub](https://togithub.com/vitest-dev/vitest/compare/v0.28.0...v0.28.1) ### [`v0.28.0`](https://togithub.com/vitest-dev/vitest/releases/tag/v0.28.0) [Compare Source](https://togithub.com/vitest-dev/vitest/compare/v0.27.3...v0.28.0) ##### 🚨 Breaking Changes - Don't rely on environment for interopDefault - by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/2682](https://togithub.com/vitest-dev/vitest/issues/2682) [<samp>(3f20c)</samp>](https://togithub.com/vitest-dev/vitest/commit/3f20cf5a) - Move test runner into a separate package - by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/2721](https://togithub.com/vitest-dev/vitest/issues/2721) [<samp>(482b7)</samp>](https://togithub.com/vitest-dev/vitest/commit/482b72fc) - To extend text context, you need to augment `@vitet/runner` package instead of `vitest` ##### 🐞 Bug Fixes - **coverage**: C8 to log warning when run in Stackblitz - by [@​AriPerkkio](https://togithub.com/AriPerkkio) in [https://github.com/vitest-dev/vitest/issues/2735](https://togithub.com/vitest-dev/vitest/issues/2735) [<samp>(b6c41)</samp>](https://togithub.com/vitest-dev/vitest/commit/b6c41caa) ##### [View changes on GitHub](https://togithub.com/vitest-dev/vitest/compare/v0.27.3...v0.28.0) ### [`v0.27.3`](https://togithub.com/vitest-dev/vitest/releases/tag/v0.27.3) [Compare Source](https://togithub.com/vitest-dev/vitest/compare/v0.27.2...v0.27.3) ##### 🚀 Features - Throw unhandled exception, if code throws "error" event - by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/2691](https://togithub.com/vitest-dev/vitest/issues/2691) [<samp>(6a30c)</samp>](https://togithub.com/vitest-dev/vitest/commit/6a30cdd3) - New `environmentMatchGlobs` option to auto infer env based on glob - by [@​antfu](https://togithub.com/antfu) in [https://github.com/vitest-dev/vitest/issues/2714](https://togithub.com/vitest-dev/vitest/issues/2714) [<samp>(3e142)</samp>](https://togithub.com/vitest-dev/vitest/commit/3e1429e5) - Add basic reporter which allow user to use reporter in ci - by [@​trim21](https://togithub.com/trim21) and [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/2612](https://togithub.com/vitest-dev/vitest/issues/2612) [<samp>(5df52)</samp>](https://togithub.com/vitest-dev/vitest/commit/5df522f7) - Improve "isCI" check - by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/2705](https://togithub.com/vitest-dev/vitest/issues/2705) [<samp>(e6457)</samp>](https://togithub.com/vitest-dev/vitest/commit/e64570df) ##### 🐞 Bug Fixes - Show error in the terminal, if "only" flag is used - by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/2696](https://togithub.com/vitest-dev/vitest/issues/2696) [<samp>(24d63)</samp>](https://togithub.com/vitest-dev/vitest/commit/24d63809) - Cpu and heap profiling options for workers - by [@​AriPerkkio](https://togithub.com/AriPerkkio) in [https://github.com/vitest-dev/vitest/issues/2702](https://togithub.com/vitest-dev/vitest/issues/2702) [<samp>(c31a0)</samp>](https://togithub.com/vitest-dev/vitest/commit/c31a0b20) - Show correct number of tests in test summary - by [@​poyoho](https://togithub.com/poyoho) in [https://github.com/vitest-dev/vitest/issues/2703](https://togithub.com/vitest-dev/vitest/issues/2703) [<samp>(859e7)</samp>](https://togithub.com/vitest-dev/vitest/commit/859e7f01) - Don't terminate workers on Node 14 to not trigger fatal error - by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/2697](https://togithub.com/vitest-dev/vitest/issues/2697) [<samp>(db9b6)</samp>](https://togithub.com/vitest-dev/vitest/commit/db9b6bb7) - Allow custom async matchers - by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/2707](https://togithub.com/vitest-dev/vitest/issues/2707) [<samp>(b5669)</samp>](https://togithub.com/vitest-dev/vitest/commit/b566912d) - Remove setup files from coverage - by [@​g4rry420](https://togithub.com/g4rry420) in [https://github.com/vitest-dev/vitest/issues/2574](https://togithub.com/vitest-dev/vitest/issues/2574) [<samp>(488e4)</samp>](https://togithub.com/vitest-dev/vitest/commit/488e4b9f) - `reportCoverage` context can be optional - by [@​antfu](https://togithub.com/antfu) [<samp>(4cd1e)</samp>](https://togithub.com/vitest-dev/vitest/commit/4cd1e5d7) - ENOENT assets when htmldir exists - by [@​everett1992](https://togithub.com/everett1992) in [https://github.com/vitest-dev/vitest/issues/2701](https://togithub.com/vitest-dev/vitest/issues/2701) [<samp>(5a656)</samp>](https://togithub.com/vitest-dev/vitest/commit/5a656753) - Correctly resolve paths relative to root, when used outside of root directory - by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/2687](https://togithub.com/vitest-dev/vitest/issues/2687) [<samp>(703aa)</samp>](https://togithub.com/vitest-dev/vitest/commit/703aab46) - **typecheck**: Store tmp tsconfig close to original one - by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/2660](https://togithub.com/vitest-dev/vitest/issues/2660) [<samp>(26f91)</samp>](https://togithub.com/vitest-dev/vitest/commit/26f915ad) ##### [View changes on GitHub](https://togithub.com/vitest-dev/vitest/compare/v0.27.2...v0.27.3) ### [`v0.27.2`](https://togithub.com/vitest-dev/vitest/releases/tag/v0.27.2) [Compare Source](https://togithub.com/vitest-dev/vitest/compare/v0.27.1...v0.27.2) ##### 🚀 Features - Add runAllTimersAsync from sinonjs - by [@​guillaumeduboc](https://togithub.com/guillaumeduboc) in [https://github.com/vitest-dev/vitest/issues/2209](https://togithub.com/vitest-dev/vitest/issues/2209) [<samp>(40187)</samp>](https://togithub.com/vitest-dev/vitest/commit/40187bdb) ##### 🐞 Bug Fixes - Document.defaultView references the same window as the global one - by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/2649](https://togithub.com/vitest-dev/vitest/issues/2649) [<samp>(1ac4b)</samp>](https://togithub.com/vitest-dev/vitest/commit/1ac4bb8d) - Trim input filename and test name - by [@​btea](https://togithub.com/btea) in [https://github.com/vitest-dev/vitest/issues/2650](https://togithub.com/vitest-dev/vitest/issues/2650) [<samp>(d3dcb)</samp>](https://togithub.com/vitest-dev/vitest/commit/d3dcbdc8) - Increase default teardownTimeout - by [@​sheremet-va](https://togithub.com/sheremet-va) [<samp>(13e53)</samp>](https://togithub.com/vitest-dev/vitest/commit/13e53ac7) - Mock css files imported with "require" - by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/2679](https://togithub.com/vitest-dev/vitest/issues/2679) [<samp>(6c1a2)</samp>](https://togithub.com/vitest-dev/vitest/commit/6c1a26a6) - Don't start watching files in "run" mode - by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/2680](https://togithub.com/vitest-dev/vitest/issues/2680) [<samp>(0a31e)</samp>](https://togithub.com/vitest-dev/vitest/commit/0a31e85c) - Rerun tests, when setup file is edited - by [@​mysteryven](https://togithub.com/mysteryven) and [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/2625](https://togithub.com/vitest-dev/vitest/issues/2625) [<samp>(019a6)</samp>](https://togithub.com/vitest-dev/vitest/commit/019a6d57) - Always show filename for unhandled errors - by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/2689](https://togithub.com/vitest-dev/vitest/issues/2689) [<samp>(15aa0)</samp>](https://togithub.com/vitest-dev/vitest/commit/15aa0156) - Define property instead of assigning it in vi.stubGlobal - by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/2685](https://togithub.com/vitest-dev/vitest/issues/2685) [<samp>(8a1d7)</samp>](https://togithub.com/vitest-dev/vitest/commit/8a1d7590) - **coverage**: Watch mode to use `coverage.all` only when all tests are run - by [@​AriPerkkio](https://togithub.com/AriPerkkio) in [https://github.com/vitest-dev/vitest/issues/2665](https://togithub.com/vitest-dev/vitest/issues/2665) [<samp>(85096)</samp>](https://togithub.com/vitest-dev/vitest/commit/85096281) - **typecheck**: Log tests with verbose reporter, correctly show "pass" tests - by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/2656](https://togithub.com/vitest-dev/vitest/issues/2656) [<samp>(61dde)</samp>](https://togithub.com/vitest-dev/vitest/commit/61ddebae) - **ui**: Don't show "connecting" screen in html reporter - by [@​poyoho](https://togithub.com/poyoho) in [https://github.com/vitest-dev/vitest/issues/2693](https://togithub.com/vitest-dev/vitest/issues/2693) [<samp>(d8548)</samp>](https://togithub.com/vitest-dev/vitest/commit/d8548c69) ##### 🏎 Performance - Don't resolve import path, if it was already resolved - by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/2659](https://togithub.com/vitest-dev/vitest/issues/2659) [<samp>(45cc3)</samp>](https://togithub.com/vitest-dev/vitest/commit/45cc3423) ##### [View changes on GitHub](https://togithub.com/vitest-dev/vitest/compare/v0.27.1...v0.27.2) </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:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMzguMyIsInVwZGF0ZWRJblZlciI6IjM0LjEzOC4zIn0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> |
||
renovate[bot]
|
f4af091964
|
chore(deps): update dependency @uiw/react-codemirror to v4.19.8 (#3135)
[![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.7` -> `4.19.8`](https://renovatebot.com/diffs/npm/@uiw%2freact-codemirror/4.19.7/4.19.8) | [![age](https://badges.renovateapi.com/packages/npm/@uiw%2freact-codemirror/4.19.8/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@uiw%2freact-codemirror/4.19.8/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@uiw%2freact-codemirror/4.19.8/compatibility-slim/4.19.7)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@uiw%2freact-codemirror/4.19.8/confidence-slim/4.19.7)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>uiwjs/react-codemirror</summary> ### [`v4.19.8`](https://togithub.com/uiwjs/react-codemirror/releases/tag/v4.19.8) [Compare Source](https://togithub.com/uiwjs/react-codemirror/compare/v4.19.7...v4.19.8) [![](https://img.shields.io/badge/Open%20in-unpkg-blue)](https://uiwjs.github.io/npm-unpkg/#/pkg/@​uiw/react-codemirror@4.19.8/file/README.md) Documentation v4.19.8: https://raw.githack.com/uiwjs/react-codemirror/4be6e8c/index.html\ Comparing Changes: https://github.com/uiwjs/react-codemirror/compare/v4.19.7...v4.19.8 ```shell npm i @​uiw/react-codemirror@4.19.8 ``` - 🐞 fix(deps): update dependency [@​codemirror/lang-sql](https://togithub.com/codemirror/lang-sql) to ~6.4.0 ([#​448](https://togithub.com/uiwjs/react-codemirror/issues/448)) [`714942a`](https://togithub.com/uiwjs/react-codemirror/commit/714942a) [@​renovate-bot](https://togithub.com/renovate-bot) - 💄 chore: update example [#​449](https://togithub.com/uiwjs/react-codemirror/issues/449) [`075531a`](https://togithub.com/uiwjs/react-codemirror/commit/075531a) [@​jaywcjlove](https://togithub.com/jaywcjlove) - 🐞 fix: Fix echo `onChange` call when value prop is changed ([#​456](https://togithub.com/uiwjs/react-codemirror/issues/456)) [`7637bff`](https://togithub.com/uiwjs/react-codemirror/commit/7637bff) [@​11bit](https://togithub.com/11bit) </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:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNDIuMSIsInVwZGF0ZWRJblZlciI6IjM0LjE0Mi4xIn0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> |
||
renovate[bot]
|
52755278ae
|
chore(deps): update dependency @uiw/codemirror-theme-duotone to v4.19.8 (#3134)
[![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.7` -> `4.19.8`](https://renovatebot.com/diffs/npm/@uiw%2fcodemirror-theme-duotone/4.19.7/4.19.8) | [![age](https://badges.renovateapi.com/packages/npm/@uiw%2fcodemirror-theme-duotone/4.19.8/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@uiw%2fcodemirror-theme-duotone/4.19.8/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@uiw%2fcodemirror-theme-duotone/4.19.8/compatibility-slim/4.19.7)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@uiw%2fcodemirror-theme-duotone/4.19.8/confidence-slim/4.19.7)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>uiwjs/react-codemirror</summary> ### [`v4.19.8`](https://togithub.com/uiwjs/react-codemirror/releases/tag/v4.19.8) [Compare Source](https://togithub.com/uiwjs/react-codemirror/compare/v4.19.7...v4.19.8) [![](https://img.shields.io/badge/Open%20in-unpkg-blue)](https://uiwjs.github.io/npm-unpkg/#/pkg/@​uiw/react-codemirror@4.19.8/file/README.md) Documentation v4.19.8: https://raw.githack.com/uiwjs/react-codemirror/4be6e8c/index.html\ Comparing Changes: https://github.com/uiwjs/react-codemirror/compare/v4.19.7...v4.19.8 ```shell npm i @​uiw/react-codemirror@4.19.8 ``` - 🐞 fix(deps): update dependency [@​codemirror/lang-sql](https://togithub.com/codemirror/lang-sql) to ~6.4.0 ([#​448](https://togithub.com/uiwjs/react-codemirror/issues/448)) [`714942a`](https://togithub.com/uiwjs/react-codemirror/commit/714942a) [@​renovate-bot](https://togithub.com/renovate-bot) - 💄 chore: update example [#​449](https://togithub.com/uiwjs/react-codemirror/issues/449) [`075531a`](https://togithub.com/uiwjs/react-codemirror/commit/075531a) [@​jaywcjlove](https://togithub.com/jaywcjlove) - 🐞 fix: Fix echo `onChange` call when value prop is changed ([#​456](https://togithub.com/uiwjs/react-codemirror/issues/456)) [`7637bff`](https://togithub.com/uiwjs/react-codemirror/commit/7637bff) [@​11bit](https://togithub.com/11bit) </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:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNDIuMSIsInVwZGF0ZWRJblZlciI6IjM0LjE0Mi4xIn0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> |
||
renovate[bot]
|
7a1413195d
|
chore(deps): update dependency vite to v4.1.1 (#3126)
[![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.4` ->
`4.1.1`](https://renovatebot.com/diffs/npm/vite/4.0.4/4.1.1) |
[![age](https://badges.renovateapi.com/packages/npm/vite/4.1.1/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/vite/4.1.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/vite/4.1.1/compatibility-slim/4.0.4)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/vite/4.1.1/confidence-slim/4.0.4)](https://docs.renovatebot.com/merge-confidence/)
|
---
### Release Notes
<details>
<summary>vitejs/vite</summary>
###
[`v4.1.1`](https://togithub.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#small411-2023-02-02-small)
[Compare
Source](
|
||
Mateusz Kwasniewski
|
f0c9f8b08b
|
feat: oss import (#3123) | ||
renovate[bot]
|
0e7eca059b
|
chore(deps): update dependency sass to v1.58.0 (#3116)
[![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.57.1` -> `1.58.0`](https://renovatebot.com/diffs/npm/sass/1.57.1/1.58.0) | [![age](https://badges.renovateapi.com/packages/npm/sass/1.58.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/sass/1.58.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/sass/1.58.0/compatibility-slim/1.57.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/sass/1.58.0/confidence-slim/1.57.1)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>sass/dart-sass</summary> ### [`v1.58.0`](https://togithub.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#​1580) [Compare Source](https://togithub.com/sass/dart-sass/compare/1.57.1...1.58.0) - Remove sourcemap comments from Sass sources. The generated sourcemap comment for the compiled CSS output remains unaffected. - Fix a bug in `@extend` logic where certain selectors with three or more combinators were incorrectly considered superselectors of similar selectors with fewer combinators, causing them to be incorrectly trimmed from the output. - Produce a better error message for a number with a leading `+` or `-`, a decimal point, but no digits. - Produce a better error message for a nested property whose name starts with `--`. - Fix a crash when a selector ends in an escaped backslash. - Add the relative length units from CSS Values 4 and CSS Contain 3 as known units to validate bad computation in `calc`. ##### Command Line Interface - The `--watch` flag will now track loads through calls to `meta.load-css()` as long as their URLs are literal strings without any interpolation. </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:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMzguMyIsInVwZGF0ZWRJblZlciI6IjM0LjEzOC4zIn0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> |
||
renovate[bot]
|
66ae817124
|
chore(deps): update dependency jsdom to v21.1.0 (#3115)
[![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) | [`21.0.0` -> `21.1.0`](https://renovatebot.com/diffs/npm/jsdom/21.0.0/21.1.0) | [![age](https://badges.renovateapi.com/packages/npm/jsdom/21.1.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/jsdom/21.1.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/jsdom/21.1.0/compatibility-slim/21.0.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/jsdom/21.1.0/confidence-slim/21.0.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>jsdom/jsdom</summary> ### [`v21.1.0`](https://togithub.com/jsdom/jsdom/blob/HEAD/Changelog.md#​2110) [Compare Source](https://togithub.com/jsdom/jsdom/compare/21.0.0...21.1.0) - Added `x`, `y`, `pageX`, `pageY`, `offsetX`, and `offsetY` to `MouseEvent`. (jenseng, ViniciusFXavier) - Added support for `unset` with `getComputedStyle()`. (jsnajdr) - Added the `submitter` property to `SubmitEvent`. (jenseng) - Fixed `MouseEvent`'s `screenX` and `screenY` to no longer coerce to integers, allowing fractional values. (jenseng) - Fixed `formEl.submit()` to not longer fire `submit` events. (jenseng) - Fixed stylesheets to no longer affect the document after their corresponding `<link>` is removed. (jsnajdr) - Fixed `pointer-events` to inherit when used with `getComputedStyle()`. (jnajdr) - Fixed `<script>` elements with no `src=""` to no longer fire `load` events. (t1ger2080) - Improved `getComputedStyle()` to cache its results, which should make it much faster. (jsnajdr) </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:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMzMuMCIsInVwZGF0ZWRJblZlciI6IjM0LjEzMy4wIn0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> |
||
Gastón Fournier
|
f8d30850e5
|
Network view not experimental (#3124)
## About the changes Promoted experimental networkView flag into a configuration that relies on prometheusApi being configured. Also, a follow-up on https://github.com/Unleash/unleash/pull/3054 moving this code to enterprise because it doesn't make sense to maintain this code in OSS where it's not being used. |
||
Jaanus Sellin
|
5574d27861
|
feat: Instance stats for export/import (#3121)
feat: instance stats for export/import |
||
Mateusz Kwasniewski
|
0d80be784c
|
feat: export project level feature toggles (#3120) | ||
renovate[bot]
|
90bbbc327b
|
chore(deps): update dependency tss-react to v4.6.0 (#2377)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [tss-react](https://www.tss-react.dev) ([source](https://togithub.com/garronej/tss-react)) | [`4.0.0` -> `4.6.0`](https://renovatebot.com/diffs/npm/tss-react/4.0.0/4.6.0) | [![age](https://badges.renovateapi.com/packages/npm/tss-react/4.6.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/tss-react/4.6.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/tss-react/4.6.0/compatibility-slim/4.0.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/tss-react/4.6.0/confidence-slim/4.0.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>garronej/tss-react</summary> ### [`v4.6.0`](https://togithub.com/garronej/tss-react/releases/tag/v4.6.0) [Compare Source](https://togithub.com/garronej/tss-react/compare/v4.5.2...v4.6.0) <!-- Release notes generated using configuration in .github/release.yaml at refs/heads/main --> **Full Changelog**: https://github.com/garronej/tss-react/compare/v4.5.2...v4.6.0 ### [`v4.5.2`](https://togithub.com/garronej/tss-react/releases/tag/v4.5.2) [Compare Source](https://togithub.com/garronej/tss-react/compare/v4.5.1...v4.5.2) <!-- Release notes generated using configuration in .github/release.yaml at refs/heads/main --> **Full Changelog**: https://github.com/garronej/tss-react/compare/v4.5.1...v4.5.2 ### [`v4.5.1`](https://togithub.com/garronej/tss-react/releases/tag/v4.5.1) [Compare Source](https://togithub.com/garronej/tss-react/compare/v4.5.0...v4.5.1) <!-- Release notes generated using configuration in .github/release.yaml at refs/heads/main --> **Full Changelog**: https://github.com/garronej/tss-react/compare/v4.5.0...v4.5.1 ### [`v4.5.0`](https://togithub.com/garronej/tss-react/releases/tag/v4.5.0) [Compare Source](https://togithub.com/garronej/tss-react/compare/v4.4.5...v4.5.0) <!-- Release notes generated using configuration in .github/release.yaml at refs/heads/main --> **Full Changelog**: https://github.com/garronej/tss-react/compare/v4.4.5...v4.5.0 ### [`v4.4.5`](https://togithub.com/garronej/tss-react/releases/tag/v4.4.5) [Compare Source](https://togithub.com/garronej/tss-react/compare/v4.4.4...v4.4.5) <!-- Release notes generated using configuration in .github/release.yaml at refs/heads/main --> **Full Changelog**: https://github.com/garronej/tss-react/compare/v4.4.4...v4.4.5 ### [`v4.4.4`](https://togithub.com/garronej/tss-react/releases/tag/v4.4.4) [Compare Source](https://togithub.com/garronej/tss-react/compare/v4.4.3...v4.4.4) <!-- Release notes generated using configuration in .github/release.yaml at refs/heads/main --> **Full Changelog**: https://github.com/garronej/tss-react/compare/v4.4.3...v4.4.4 ### [`v4.4.3`](https://togithub.com/garronej/tss-react/releases/tag/v4.4.3) [Compare Source](https://togithub.com/garronej/tss-react/compare/v4.4.2...v4.4.3) <!-- Release notes generated using configuration in .github/release.yaml at refs/heads/main --> **Full Changelog**: https://github.com/garronej/tss-react/compare/v4.4.2...v4.4.3 ### [`v4.4.2`](https://togithub.com/garronej/tss-react/releases/tag/v4.4.2) [Compare Source](https://togithub.com/garronej/tss-react/compare/v4.4.1...v4.4.2) <!-- Release notes generated using configuration in .github/release.yaml at refs/heads/main --> **Full Changelog**: https://github.com/garronej/tss-react/compare/v4.4.1...v4.4.2 ### [`v4.4.1`](https://togithub.com/garronej/tss-react/releases/tag/v4.4.1) [Compare Source](https://togithub.com/garronej/tss-react/compare/v4.4.0...v4.4.1) <!-- Release notes generated using configuration in .github/release.yaml at refs/heads/main --> **Full Changelog**: https://github.com/garronej/tss-react/compare/v4.4.0...v4.4.1 ### [`v4.4.0`](https://togithub.com/garronej/tss-react/releases/tag/v4.4.0) [Compare Source](https://togithub.com/garronej/tss-react/compare/v4.3.4...v4.4.0) <!-- Release notes generated using configuration in .github/release.yaml at refs/heads/main --> **Full Changelog**: https://github.com/garronej/tss-react/compare/v4.3.4...v4.4.0 ### [`v4.3.4`](https://togithub.com/garronej/tss-react/releases/tag/v4.3.4) [Compare Source](https://togithub.com/garronej/tss-react/compare/v4.3.3...v4.3.4) <!-- Release notes generated using configuration in .github/release.yaml at refs/heads/main --> **Full Changelog**: https://github.com/garronej/tss-react/compare/v4.3.3...v4.3.4 ### [`v4.3.3`](https://togithub.com/garronej/tss-react/releases/tag/v4.3.3) [Compare Source](https://togithub.com/garronej/tss-react/compare/v4.3.2...v4.3.3) <!-- Release notes generated using configuration in .github/release.yaml at refs/heads/main --> **Full Changelog**: https://github.com/garronej/tss-react/compare/v4.3.2...v4.3.3 ### [`v4.3.2`](https://togithub.com/garronej/tss-react/releases/tag/v4.3.2) [Compare Source](https://togithub.com/garronej/tss-react/compare/v4.3.1...v4.3.2) <!-- Release notes generated using configuration in .github/release.yaml at refs/heads/main --> **Full Changelog**: https://github.com/garronej/tss-react/compare/v4.3.1...v4.3.2 ### [`v4.3.1`](https://togithub.com/garronej/tss-react/releases/tag/v4.3.1) [Compare Source](https://togithub.com/garronej/tss-react/compare/v4.3.0...v4.3.1) <!-- Release notes generated using configuration in .github/release.yaml at refs/heads/main --> **Full Changelog**: https://github.com/garronej/tss-react/compare/v4.3.0...v4.3.1 ### [`v4.3.0`](https://togithub.com/garronej/tss-react/releases/tag/v4.3.0) [Compare Source](https://togithub.com/garronej/tss-react/compare/v4.2.0...v4.3.0) <!-- Release notes generated using configuration in .github/release.yaml at refs/heads/main --> **Full Changelog**: https://github.com/garronej/tss-react/compare/v4.2.0...v4.3.0 ### [`v4.2.0`](https://togithub.com/garronej/tss-react/releases/tag/v4.2.0) [Compare Source](https://togithub.com/garronej/tss-react/compare/v4.1.4...v4.2.0) <!-- Release notes generated using configuration in .github/release.yaml at refs/heads/main --> **Full Changelog**: https://github.com/garronej/tss-react/compare/v4.1.4...v4.2.0 ### [`v4.1.4`](https://togithub.com/garronej/tss-react/releases/tag/v4.1.4) [Compare Source](https://togithub.com/garronej/tss-react/compare/v4.1.3...v4.1.4) <!-- Release notes generated using configuration in .github/release.yaml at refs/heads/main --> **Full Changelog**: https://github.com/garronej/tss-react/compare/v4.1.3...v4.1.4 ### [`v4.1.3`](https://togithub.com/garronej/tss-react/releases/tag/v4.1.3) [Compare Source](https://togithub.com/garronej/tss-react/compare/v4.1.2...v4.1.3) <!-- Release notes generated using configuration in .github/release.yaml at refs/heads/main --> **Full Changelog**: https://github.com/garronej/tss-react/compare/v4.1.2...v4.1.3 ### [`v4.1.2`](https://togithub.com/garronej/tss-react/releases/tag/v4.1.2) [Compare Source](https://togithub.com/garronej/tss-react/compare/v4.1.1...v4.1.2) <!-- Release notes generated using configuration in .github/release.yaml at refs/heads/main --> #### What's Changed ##### Other Changes - fix [#​107](https://togithub.com/garronej/tss-react/issues/107) by [@​jiby-aurum](https://togithub.com/jiby-aurum) in [https://github.com/garronej/tss-react/pull/109](https://togithub.com/garronej/tss-react/pull/109) #### New Contributors - [@​jiby-aurum](https://togithub.com/jiby-aurum) made their first contribution in [https://github.com/garronej/tss-react/pull/109](https://togithub.com/garronej/tss-react/pull/109) **Full Changelog**: https://github.com/garronej/tss-react/compare/v4.1.1...v4.1.2 ### [`v4.1.1`](https://togithub.com/garronej/tss-react/releases/tag/v4.1.1) [Compare Source](https://togithub.com/garronej/tss-react/compare/v4.1.0...v4.1.1) <!-- Release notes generated using configuration in .github/release.yaml at refs/heads/main --> **Full Changelog**: https://github.com/garronej/tss-react/compare/v4.1.0...v4.1.1 ### [`v4.1.0`](https://togithub.com/garronej/tss-react/releases/tag/v4.1.0) [Compare Source](https://togithub.com/garronej/tss-react/compare/v4.0.0...v4.1.0) <!-- Release notes generated using configuration in .github/release.yaml at refs/heads/main --> #### What's Changed ##### Other Changes - v4.1.0-beta by [@​garronej](https://togithub.com/garronej) in [https://github.com/garronej/tss-react/pull/106](https://togithub.com/garronej/tss-react/pull/106) **Full Changelog**: https://github.com/garronej/tss-react/compare/v4.0.0...v4.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 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:eyJjcmVhdGVkSW5WZXIiOiIzNC4xOS4wIiwidXBkYXRlZEluVmVyIjoiMzQuMTI0LjIifQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> |
||
renovate[bot]
|
232ad28661
|
chore(deps): update dependency eslint to v8.33.0 (#3113)
[![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.31.0` -> `8.33.0`](https://renovatebot.com/diffs/npm/eslint/8.31.0/8.33.0) | [![age](https://badges.renovateapi.com/packages/npm/eslint/8.33.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/eslint/8.33.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/eslint/8.33.0/compatibility-slim/8.31.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/eslint/8.33.0/confidence-slim/8.31.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>eslint/eslint</summary> ### [`v8.33.0`](https://togithub.com/eslint/eslint/releases/tag/v8.33.0) [Compare Source](https://togithub.com/eslint/eslint/compare/v8.32.0...v8.33.0) #### Features - [`2cc7954`]( |
||
renovate[bot]
|
cc1f09952b
|
chore(deps): update dependency @vitejs/plugin-react to v3.1.0 (#3112)
[![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)) | [`3.0.1` ->
`3.1.0`](https://renovatebot.com/diffs/npm/@vitejs%2fplugin-react/3.0.1/3.1.0)
|
[![age](https://badges.renovateapi.com/packages/npm/@vitejs%2fplugin-react/3.1.0/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/@vitejs%2fplugin-react/3.1.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/@vitejs%2fplugin-react/3.1.0/compatibility-slim/3.0.1)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/@vitejs%2fplugin-react/3.1.0/confidence-slim/3.0.1)](https://docs.renovatebot.com/merge-confidence/)
|
---
### Release Notes
<details>
<summary>vitejs/vite-plugin-react</summary>
###
[`v3.1.0`](https://togithub.com/vitejs/vite-plugin-react/blob/HEAD/packages/plugin-react/CHANGELOG.md#​310-2023-02-02)
[Compare
Source](
|
||
renovate[bot]
|
ca7dac7a32
|
chore(deps): update dependency @testing-library/dom to v8.20.0 (#3100)
[![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.1` ->
`8.20.0`](https://renovatebot.com/diffs/npm/@testing-library%2fdom/8.19.1/8.20.0)
|
[![age](https://badges.renovateapi.com/packages/npm/@testing-library%2fdom/8.20.0/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/@testing-library%2fdom/8.20.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/@testing-library%2fdom/8.20.0/compatibility-slim/8.19.1)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/@testing-library%2fdom/8.20.0/confidence-slim/8.19.1)](https://docs.renovatebot.com/merge-confidence/)
|
---
### Release Notes
<details>
<summary>testing-library/dom-testing-library</summary>
###
[`v8.20.0`](https://togithub.com/testing-library/dom-testing-library/releases/tag/v8.20.0)
[Compare
Source](https://togithub.com/testing-library/dom-testing-library/compare/v8.19.1...v8.20.0)
##### Features
- add offline/online events
([#​1205](https://togithub.com/testing-library/dom-testing-library/issues/1205))
([0ce0c70](
|
||
renovate[bot]
|
d07276df15
|
chore(deps): update material-ui monorepo (#2577)
[![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.15` -> `5.11.0`](https://renovatebot.com/diffs/npm/@mui%2ficons-material/5.10.15/5.11.0) | [![age](https://badges.renovateapi.com/packages/npm/@mui%2ficons-material/5.11.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@mui%2ficons-material/5.11.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@mui%2ficons-material/5.11.0/compatibility-slim/5.10.15)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@mui%2ficons-material/5.11.0/confidence-slim/5.10.15)](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.109` -> `5.0.0-alpha.119`](https://renovatebot.com/diffs/npm/@mui%2flab/5.0.0-alpha.109/5.0.0-alpha.119) | [![age](https://badges.renovateapi.com/packages/npm/@mui%2flab/5.0.0-alpha.119/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@mui%2flab/5.0.0-alpha.119/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@mui%2flab/5.0.0-alpha.119/compatibility-slim/5.0.0-alpha.109)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@mui%2flab/5.0.0-alpha.119/confidence-slim/5.0.0-alpha.109)](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.15` -> `5.11.8`](https://renovatebot.com/diffs/npm/@mui%2fmaterial/5.10.15/5.11.8) | [![age](https://badges.renovateapi.com/packages/npm/@mui%2fmaterial/5.11.8/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@mui%2fmaterial/5.11.8/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@mui%2fmaterial/5.11.8/compatibility-slim/5.10.15)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@mui%2fmaterial/5.11.8/confidence-slim/5.10.15)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>mui/material-ui (@​mui/icons-material)</summary> ### [`v5.11.0`](https://togithub.com/mui/material-ui/blob/HEAD/CHANGELOG.md#​5110) [Compare Source](https://togithub.com/mui/material-ui/compare/v5.10.16...v5.11.0) <!-- generated comparing v5.10.17..master --> *Dec 13, 2022* A big thanks to the 19 contributors who made this release possible. Here are some highlights ✨: - 🔥 [@​mnajdova](https://togithub.com/mnajdova) enabled configuration of the `sx` prop in the `theme` ([#​35150](https://togithub.com/mui/material-ui/issues/35150)) - Many other 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements. ##### `@mui/material@5.11.0` - \[Alert] Update icon color in all variants ([#​35414](https://togithub.com/mui/material-ui/issues/35414)) [@​danilo-leal](https://togithub.com/danilo-leal) - \[Select] Fix `MenuProps.PopoverClasses` being overriden ([#​35394](https://togithub.com/mui/material-ui/issues/35394)) [@​vitorfrs-dev](https://togithub.com/vitorfrs-dev) - \[SwipeableDrawer] Fixed typescript warning "prop open undefined" ([#​34710](https://togithub.com/mui/material-ui/issues/34710)) [@​kraftware](https://togithub.com/kraftware) ##### `@mui/icons-material@5.11.0` - \[icons] Restore the PhoneInTalk icons ([#​35409](https://togithub.com/mui/material-ui/issues/35409)) [@​michaldudak](https://togithub.com/michaldudak) ##### `@mui/system@5.11.0` ##### BREAKING CHANGES - \[system] Enable configuring the `sx` prop in the `theme` ([#​35150](https://togithub.com/mui/material-ui/issues/35150)) [@​mnajdova](https://togithub.com/mnajdova) The breaking change is regarding an experimental API: ```diff -import { styled, experimental_sx } from '@​mui/material/styles'; +import { styled } from '@​mui/material/styles'; -const Component = styled('div)(experimental_sx({ p: 1 }}); +const Component = styled('div)(({ theme }) => theme.unstable_sx({ p: 1 }}); ``` ##### `@mui/joy@5.0.0-alpha.58` - \[Joy] Miscellaneous fixes ([#​35447](https://togithub.com/mui/material-ui/issues/35447)) [@​siriwatknp](https://togithub.com/siriwatknp) ##### `@mui/base@5.0.0-alpha.110` - \[PopperUnstyled] Update PopperTooltip to have correct width when closing with transition ([#​34714](https://togithub.com/mui/material-ui/issues/34714)) [@​EduardoSCosta](https://togithub.com/EduardoSCosta) ##### `@mui/material-next@6.0.0-alpha.66` - \[Material You] Add ripple on the button ([#​35299](https://togithub.com/mui/material-ui/issues/35299)) [@​mnajdova](https://togithub.com/mnajdova) ##### Docs - \[docs] Simplify state management in Text Field demo page ([#​35051](https://togithub.com/mui/material-ui/issues/35051)) [@​PratikDev](https://togithub.com/PratikDev) - \[docs] Improve `Responsive App bar with Drawer` demo ([#​35418](https://togithub.com/mui/material-ui/issues/35418)) [@​ZeeshanTamboli](https://togithub.com/ZeeshanTamboli) - \[docs] Improve line-height readability ([#​35387](https://togithub.com/mui/material-ui/issues/35387)) [@​oliviertassinari](https://togithub.com/oliviertassinari) - \[docs] Improve a bit the Composition docs ([#​35329](https://togithub.com/mui/material-ui/issues/35329)) [@​oliviertassinari](https://togithub.com/oliviertassinari) - \[docs] Refactor `ToggleButtonSizes` demo ([#​35375](https://togithub.com/mui/material-ui/issues/35375)) [@​Armanio](https://togithub.com/Armanio) - \[docs] Standardize the usage of callouts in the MUI Core docs ([#​35361](https://togithub.com/mui/material-ui/issues/35361)) [@​samuelsycamore](https://togithub.com/samuelsycamore) - \[docs] Format feedback to add a link to the commented section ([#​35381](https://togithub.com/mui/material-ui/issues/35381)) [@​alexfauquette](https://togithub.com/alexfauquette) - \[docs] Direct users from Material UI to MUI Base for duplicated components ([#​35293](https://togithub.com/mui/material-ui/issues/35293)) [@​samuelsycamore](https://togithub.com/samuelsycamore) - \[docs] Fix typo in FormControl API docs ([#​35449](https://togithub.com/mui/material-ui/issues/35449)) [@​Spanishiwa](https://togithub.com/Spanishiwa) - \[docs] Update callouts design ([#​35390](https://togithub.com/mui/material-ui/issues/35390)) [@​danilo-leal](https://togithub.com/danilo-leal) - \[website] New wave of open roles ([#​35240](https://togithub.com/mui/material-ui/issues/35240)) [@​mnajdova](https://togithub.com/mnajdova) - \[website] Developer survey 2022 ([#​35407](https://togithub.com/mui/material-ui/issues/35407)) [@​joserodolfofreitas](https://togithub.com/joserodolfofreitas) ##### Core - \[core] Fix [@​mui/material](https://togithub.com/mui/material) package building ([#​35324](https://togithub.com/mui/material-ui/issues/35324)) [@​timbset](https://togithub.com/timbset) - \[core] Fix leaking theme color override ([#​35444](https://togithub.com/mui/material-ui/issues/35444)) [@​oliviertassinari](https://togithub.com/oliviertassinari) - \[typescript] Add null to return type of OverridableComponent ([#​35311](https://togithub.com/mui/material-ui/issues/35311)) [@​tsollbach](https://togithub.com/tsollbach) - \[website] Migrate X page to use CSS theme variables ([#​34922](https://togithub.com/mui/material-ui/issues/34922)) [@​jesrodri](https://togithub.com/jesrodri) - \[website] Migrate `/core` page to use CSS variables ([#​35366](https://togithub.com/mui/material-ui/issues/35366)) [@​siriwatknp](https://togithub.com/siriwatknp) All contributors of this release in alphabetical order: [@​alexfauquette](https://togithub.com/alexfauquette), [@​Armanio](https://togithub.com/Armanio), [@​danilo-leal](https://togithub.com/danilo-leal), [@​EduardoSCosta](https://togithub.com/EduardoSCosta), [@​flaviendelangle](https://togithub.com/flaviendelangle), [@​jesrodri](https://togithub.com/jesrodri), [@​joserodolfofreitas](https://togithub.com/joserodolfofreitas), [@​kraftware](https://togithub.com/kraftware), [@​michaldudak](https://togithub.com/michaldudak), [@​mnajdova](https://togithub.com/mnajdova), [@​oliviertassinari](https://togithub.com/oliviertassinari), [@​PratikDev](https://togithub.com/PratikDev), [@​samuelsycamore](https://togithub.com/samuelsycamore), [@​siriwatknp](https://togithub.com/siriwatknp), [@​Spanishiwa](https://togithub.com/Spanishiwa), [@​timbset](https://togithub.com/timbset), [@​tsollbach](https://togithub.com/tsollbach), [@​vitorfrs-dev](https://togithub.com/vitorfrs-dev), [@​ZeeshanTamboli](https://togithub.com/ZeeshanTamboli) ### [`v5.10.16`](https://togithub.com/mui/material-ui/blob/HEAD/CHANGELOG.md#​51016) [Compare Source](https://togithub.com/mui/material-ui/compare/v5.10.15...v5.10.16) <!-- generated comparing v5.10.15..master --> *Nov 28, 2022* A big thanks to the 13 contributors who made this release possible. This release contains various 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements. ##### `@mui/material@5.10.16` - <!-- 21 -->\[Autocomplete] Fix inferred value type when `multiple` prop is `true` ([#​35275](https://togithub.com/mui/material-ui/issues/35275)) [@​fenghan34](https://togithub.com/fenghan34) - <!-- 19 -->\[Chip] Add `skipFocusWhenDisabled` prop to not allow focussing deletable chip if disabled ([#​35065](https://togithub.com/mui/material-ui/issues/35065)) [@​sai6855](https://togithub.com/sai6855) - <!-- 18 -->\[Chip] Remove unnecessary handleKeyDown event handler ([#​35231](https://togithub.com/mui/material-ui/issues/35231)) [@​ZeeshanTamboli](https://togithub.com/ZeeshanTamboli) - <!-- 05 -->\[FormControl] Add missing types in `useFormControl` ([#​35168](https://togithub.com/mui/material-ui/issues/35168)) [@​ZeeshanTamboli](https://togithub.com/ZeeshanTamboli) - <!-- 04 -->\[IconButton] Add missing color classes ([#​33820](https://togithub.com/mui/material-ui/issues/33820)) [@​Zetta56](https://togithub.com/Zetta56) - <!-- 03 -->\[SwipeableDrawer] Make paper ref accessible ([#​35082](https://togithub.com/mui/material-ui/issues/35082)) [@​sai6855](https://togithub.com/sai6855) ##### `@mui/system@5.10.16` - <!-- 02 -->\[system] Remove unnecessary parsed theme ([#​35239](https://togithub.com/mui/material-ui/issues/35239)) [@​siriwatknp](https://togithub.com/siriwatknp) - <!-- 01 -->\[theme] Fix TypeScript type for custom variants in responsive font sizes ([#​35057](https://togithub.com/mui/material-ui/issues/35057)) [@​ZeeshanTamboli](https://togithub.com/ZeeshanTamboli) ##### `@mui/base@5.0.0-alpha.108` - <!-- 20 -->\[Base] Allow useSlotProps to receive undefined elementType ([#​35192](https://togithub.com/mui/material-ui/issues/35192)) [@​leventdeniz](https://togithub.com/leventdeniz) ##### Docs - <!-- 13 -->\[docs] Improve feedback precision ([#​34641](https://togithub.com/mui/material-ui/issues/34641)) [@​alexfauquette](https://togithub.com/alexfauquette) - <!-- 12 -->\[docs] Add Black Friday notification [@​oliviertassinari](https://togithub.com/oliviertassinari) - <!-- 11 -->\[docs] Fix migration feedback ([#​35232](https://togithub.com/mui/material-ui/issues/35232)) [@​alexfauquette](https://togithub.com/alexfauquette) - <!-- 10 -->\[docs] Improve the useSelect demo styling ([#​33883](https://togithub.com/mui/material-ui/issues/33883)) [@​michaldudak](https://togithub.com/michaldudak) - <!-- 09 -->\[docs] Fix layout jump on first mistake ([#​35215](https://togithub.com/mui/material-ui/issues/35215)) [@​oliviertassinari](https://togithub.com/oliviertassinari) - <!-- 08 -->\[docs] Support demos with side effect imports ([#​35177](https://togithub.com/mui/material-ui/issues/35177)) [@​m4theushw](https://togithub.com/m4theushw) - <!-- 07 -->\[examples] Fix Next.js errors ([#​35246](https://togithub.com/mui/material-ui/issues/35246)) [@​oliviertassinari](https://togithub.com/oliviertassinari) - <!-- 06 -->\[examples] Updated Remix examples with the lates changes using React 18 ([#​35092](https://togithub.com/mui/material-ui/issues/35092)) [@​58bits](https://togithub.com/58bits) ##### Core - <!-- 17 -->\[core] Remove unused pattern ([#​35165](https://togithub.com/mui/material-ui/issues/35165)) [@​iamxukai](https://togithub.com/iamxukai) - <!-- 16 -->\[core] Fix Base version in changelog ([#​35224](https://togithub.com/mui/material-ui/issues/35224)) [@​siriwatknp](https://togithub.com/siriwatknp) - <!-- 15 -->\[core] Migrate `describeConformance` to TypeScript ([#​35193](https://togithub.com/mui/material-ui/issues/35193)) [@​flaviendelangle](https://togithub.com/flaviendelangle) - <!-- 14 -->\[core] Skip CI for docs and examples paths ([#​35225](https://togithub.com/mui/material-ui/issues/35225)) [@​siriwatknp](https://togithub.com/siriwatknp) All contributors of this release in alphabetical order: [@​58bits](https://togithub.com/58bits), [@​alexfauquette](https://togithub.com/alexfauquette), [@​fenghan34](https://togithub.com/fenghan34), [@​flaviendelangle](https://togithub.com/flaviendelangle), [@​iamxukai](https://togithub.com/iamxukai), [@​leventdeniz](https://togithub.com/leventdeniz), [@​m4theushw](https://togithub.com/m4theushw), [@​michaldudak](https://togithub.com/michaldudak), [@​oliviertassinari](https://togithub.com/oliviertassinari), [@​sai6855](https://togithub.com/sai6855), [@​siriwatknp](https://togithub.com/siriwatknp), [@​ZeeshanTamboli](https://togithub.com/ZeeshanTamboli), [@​Zetta56](https://togithub.com/Zetta56) </details> <details> <summary>mui/material-ui (@​mui/lab)</summary> ### [`v5.0.0-alpha.119`]( |
||
Nuno Góis
|
f30a8a66b0
|
refactor: remove old components after variants per env (#3110)
https://linear.app/unleash/issue/2-427/clean-up-previous-components-from-the-old-ui Major clean up after we fully migrated to variants per environment, removing old components. You can read more about it in the original PR: https://github.com/Unleash/unleash/pull/2453 |
||
Mateusz Kwasniewski
|
b1728c5fe2
|
feat: Export segments limited info (#3109) | ||
Nuno Góis
|
8729f082d2
|
refactor: remove variants per environment feature flag (#3102)
https://linear.app/unleash/issue/2-428/clean-up-feature-flag-once-were-done-with-the-migration Cleans up the variants per environment feature flag due to GA. |
||
Fredrik Strand Oseberg
|
a2499b7213
|
fix: fetch uiConfig when the user logs in (#3107)
This PR will force a refetch of the uiConfig after the user has logged into the system. |
||
Mateusz Kwasniewski
|
39d09a0f88
|
fix: Refresh after import (#3108) | ||
Mateusz Kwasniewski
|
c7aafec57e
|
feat: improve export and import lists (#3105) | ||
Mateusz Kwasniewski
|
57bce6e039
|
feat: validate import permissions (#3097) | ||
renovate[bot]
|
359f95103d
|
chore(deps): update dependency vite-tsconfig-paths to v4.0.5 (#3092)
[![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) | [`4.0.3` -> `4.0.5`](https://renovatebot.com/diffs/npm/vite-tsconfig-paths/4.0.3/4.0.5) | [![age](https://badges.renovateapi.com/packages/npm/vite-tsconfig-paths/4.0.5/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/vite-tsconfig-paths/4.0.5/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/vite-tsconfig-paths/4.0.5/compatibility-slim/4.0.3)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/vite-tsconfig-paths/4.0.5/confidence-slim/4.0.3)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>aleclarson/vite-tsconfig-paths</summary> ### [`v4.0.5`](https://togithub.com/aleclarson/vite-tsconfig-paths/compare/v4.0.4...v4.0.5) [Compare Source](https://togithub.com/aleclarson/vite-tsconfig-paths/compare/v4.0.4...v4.0.5) ### [`v4.0.4`](https://togithub.com/aleclarson/vite-tsconfig-paths/compare/v4.0.3...v4.0.4) [Compare Source](https://togithub.com/aleclarson/vite-tsconfig-paths/compare/v4.0.3...v4.0.4) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/Unleash/unleash). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjM0LjEzMC4xIn0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> |
||
renovate[bot]
|
346537bae9
|
chore(deps): update dependency swr to v2.0.3 (#3091)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [swr](https://swr.vercel.app) ([source](https://togithub.com/vercel/swr)) | [`2.0.0` -> `2.0.3`](https://renovatebot.com/diffs/npm/swr/2.0.0/2.0.3) | [![age](https://badges.renovateapi.com/packages/npm/swr/2.0.3/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/swr/2.0.3/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/swr/2.0.3/compatibility-slim/2.0.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/swr/2.0.3/confidence-slim/2.0.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>vercel/swr</summary> ### [`v2.0.3`](https://togithub.com/vercel/swr/releases/tag/v2.0.3) [Compare Source](https://togithub.com/vercel/swr/compare/v2.0.2...v2.0.3) #### Patches - fix: parameters passed to subscribe is inconsistent with its declaration by [@​hong24](https://togithub.com/hong24) in [https://github.com/vercel/swr/pull/2353](https://togithub.com/vercel/swr/pull/2353) - fix: when inifinite key changes, should use cached pagesize instead of initialSize by [@​promer94](https://togithub.com/promer94) in [https://github.com/vercel/swr/pull/2386](https://togithub.com/vercel/swr/pull/2386) - fix: make compare function only compare data ([#​2375](https://togithub.com/vercel/swr/issues/2375)) by [@​Retrospection](https://togithub.com/Retrospection) and [@​promer94](https://togithub.com/promer94) in [https://github.com/vercel/swr/pull/2387](https://togithub.com/vercel/swr/pull/2387) [https://github.com/vercel/swr/pull/2389](https://togithub.com/vercel/swr/pull/2389) - fix: initial loading state should be false with revalidation is disabed by [@​promer94](https://togithub.com/promer94) in [https://github.com/vercel/swr/pull/2382](https://togithub.com/vercel/swr/pull/2382) - fix: Ensure hydration matches the SSR result during streaming by [@​shuding](https://togithub.com/shuding) in [https://github.com/vercel/swr/pull/2391](https://togithub.com/vercel/swr/pull/2391) #### Chores - ci: only run release when tags pushed by [@​promer94](https://togithub.com/promer94) in [https://github.com/vercel/swr/pull/2388](https://togithub.com/vercel/swr/pull/2388) - unify `-` characters in README.md by [@​JanKaifer](https://togithub.com/JanKaifer) in [https://github.com/vercel/swr/pull/2334](https://togithub.com/vercel/swr/pull/2334) #### New Contributors - [@​hong24](https://togithub.com/hong24) made their first contribution in [https://github.com/vercel/swr/pull/2353](https://togithub.com/vercel/swr/pull/2353) - [@​Retrospection](https://togithub.com/Retrospection) made their first contribution in [https://github.com/vercel/swr/pull/2387](https://togithub.com/vercel/swr/pull/2387) - [@​JanKaifer](https://togithub.com/JanKaifer) made their first contribution in [https://github.com/vercel/swr/pull/2334](https://togithub.com/vercel/swr/pull/2334) **Full Changelog**: https://github.com/vercel/swr/compare/v2.0.2...v2.0.3 ### [`v2.0.2`](https://togithub.com/vercel/swr/releases/tag/v2.0.2) [Compare Source](https://togithub.com/vercel/swr/compare/v2.0.1...v2.0.2) #### Patches - fix: delay revalidation if a key is already active and has error by [@​promer94](https://togithub.com/promer94) in [https://github.com/vercel/swr/pull/2338](https://togithub.com/vercel/swr/pull/2338) - fix: createCacheHelper type by [@​promer94](https://togithub.com/promer94) in [https://github.com/vercel/swr/pull/2365](https://togithub.com/vercel/swr/pull/2365) #### Chores - release workflow by [@​huozhi](https://togithub.com/huozhi) in [https://github.com/vercel/swr/pull/2374](https://togithub.com/vercel/swr/pull/2374), [https://github.com/vercel/swr/pull/2381](https://togithub.com/vercel/swr/pull/2381), [https://github.com/vercel/swr/pull/2383](https://togithub.com/vercel/swr/pull/2383), [https://github.com/vercel/swr/pull/2384](https://togithub.com/vercel/swr/pull/2384), [https://github.com/vercel/swr/pull/2385](https://togithub.com/vercel/swr/pull/2385) **Full Changelog**: https://github.com/vercel/swr/compare/v2.0.1...v2.0.2 ### [`v2.0.1`](https://togithub.com/vercel/swr/releases/tag/v2.0.1) [Compare Source](https://togithub.com/vercel/swr/compare/2.0.0...v2.0.1) In this patch release, we majorly improved typing support and SWR can infer the types based on the configuration. - When the `suspense` option is `true`, the returned `data` will exclude `undefined` and the `isLoading` will always be `false`. - When the `fallbackData` option is provided, the returned `data` will be the same type of `fallbackData`, and the `isLoading` will always be `false`. Here's a demo for it: https://user-images.githubusercontent.com/4800338/213288879-ffbeeeb5-aca5-4a65-8229-69fbf9b0bf70.mp4 #### What's Changed - types: make FullConfiguration generic by [@​huozhi](https://togithub.com/huozhi) in [https://github.com/vercel/swr/pull/2273](https://togithub.com/vercel/swr/pull/2273) - type: enforce array literal as tuple by [@​promer94](https://togithub.com/promer94) in [https://github.com/vercel/swr/pull/2283](https://togithub.com/vercel/swr/pull/2283) - Improve type test by [@​promer94](https://togithub.com/promer94) in [https://github.com/vercel/swr/pull/2289](https://togithub.com/vercel/swr/pull/2289) - update bunchee to remove the extra target cli option by [@​huozhi](https://togithub.com/huozhi) in [https://github.com/vercel/swr/pull/2298](https://togithub.com/vercel/swr/pull/2298) - fix: useSWRMutation should always use the latest fetcher by [@​koba04](https://togithub.com/koba04) in [https://github.com/vercel/swr/pull/2290](https://togithub.com/vercel/swr/pull/2290) - types: conditional swr response by [@​huozhi](https://togithub.com/huozhi) in [https://github.com/vercel/swr/pull/2301](https://togithub.com/vercel/swr/pull/2301) - fix: types properites in exports fields by [@​koba04](https://togithub.com/koba04) in [https://github.com/vercel/swr/pull/2341](https://togithub.com/vercel/swr/pull/2341) - Update license year by [@​IcedMonk](https://togithub.com/IcedMonk) in [https://github.com/vercel/swr/pull/2344](https://togithub.com/vercel/swr/pull/2344) - feat: add all mutate options support to useSWRInfinite by [@​koba04](https://togithub.com/koba04) in [https://github.com/vercel/swr/pull/2350](https://togithub.com/vercel/swr/pull/2350) - ci: add publint to check packaging on CI by [@​koba04](https://togithub.com/koba04) in [https://github.com/vercel/swr/pull/2363](https://togithub.com/vercel/swr/pull/2363) #### New Contributors - [@​IcedMonk](https://togithub.com/IcedMonk) made their first contribution in [https://github.com/vercel/swr/pull/2344](https://togithub.com/vercel/swr/pull/2344) **Full Changelog**: https://github.com/vercel/swr/compare/2.0.0...v2.0.1 </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:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjM0LjEzMC4xIn0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> |
||
renovate[bot]
|
7135b9091f
|
chore(deps): update dependency msw to v0.49.3 (#3089)
[![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.2` ->
`0.49.3`](https://renovatebot.com/diffs/npm/msw/0.49.2/0.49.3) |
[![age](https://badges.renovateapi.com/packages/npm/msw/0.49.3/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/msw/0.49.3/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/msw/0.49.3/compatibility-slim/0.49.2)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/msw/0.49.3/confidence-slim/0.49.2)](https://docs.renovatebot.com/merge-confidence/)
|
---
### Release Notes
<details>
<summary>mswjs/msw</summary>
### [`v0.49.3`](https://togithub.com/mswjs/msw/releases/tag/v0.49.3)
[Compare
Source](https://togithub.com/mswjs/msw/compare/v0.49.2...v0.49.3)
#### v0.49.3 (2023-01-19)
##### Bug Fixes
- use EventTarget-based event emitter
([#​1522](https://togithub.com/mswjs/msw/issues/1522))
([`6a94b8c`](
|
||
renovate[bot]
|
df2015f6e6
|
chore(deps): update dependency immer to v9.0.19 (#3088)
[![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.17` -> `9.0.19`](https://renovatebot.com/diffs/npm/immer/9.0.17/9.0.19) | [![age](https://badges.renovateapi.com/packages/npm/immer/9.0.19/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/immer/9.0.19/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/immer/9.0.19/compatibility-slim/9.0.17)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/immer/9.0.19/confidence-slim/9.0.17)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>immerjs/immer</summary> ### [`v9.0.19`](https://togithub.com/immerjs/immer/releases/tag/v9.0.19) [Compare Source](https://togithub.com/immerjs/immer/compare/v9.0.18...v9.0.19) ##### Bug Fixes - don't freeze drafts returned from produce if they were passed in as draft ([#​917](https://togithub.com/immerjs/immer/issues/917)) ([46867f8]( |
||
renovate[bot]
|
882380fa2c
|
chore(deps): update dependency @uiw/react-codemirror to v4.19.7 (#3085)
[![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.6` -> `4.19.7`](https://renovatebot.com/diffs/npm/@uiw%2freact-codemirror/4.19.6/4.19.7) | [![age](https://badges.renovateapi.com/packages/npm/@uiw%2freact-codemirror/4.19.7/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@uiw%2freact-codemirror/4.19.7/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@uiw%2freact-codemirror/4.19.7/compatibility-slim/4.19.6)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@uiw%2freact-codemirror/4.19.7/confidence-slim/4.19.6)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>uiwjs/react-codemirror</summary> ### [`v4.19.7`](https://togithub.com/uiwjs/react-codemirror/releases/tag/v4.19.7) [Compare Source](https://togithub.com/uiwjs/react-codemirror/compare/v4.19.6...v4.19.7) [![](https://img.shields.io/badge/Open%20in-unpkg-blue)](https://uiwjs.github.io/npm-unpkg/#/pkg/@​uiw/react-codemirror@4.19.7/file/README.md) Documentation v4.19.7: https://raw.githack.com/uiwjs/react-codemirror/1c1efcf/index.html\ Comparing Changes: https://github.com/uiwjs/react-codemirror/compare/v4.19.6...v4.19.7 ```shell npm i @​uiw/react-codemirror@4.19.7 ``` - 📖 doc: Remove v3 doc preview given that we're already on v4 ([#​445](https://togithub.com/uiwjs/react-codemirror/issues/445)) [`6048cd0`](https://togithub.com/uiwjs/react-codemirror/commit/6048cd0) [@​djsavvy](https://togithub.com/djsavvy) - 🆎 type(theme): fix type error. ([#​444](https://togithub.com/uiwjs/react-codemirror/issues/444)) [`b51a9a6`](https://togithub.com/uiwjs/react-codemirror/commit/b51a9a6) [@​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:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjM0LjEzMC4xIn0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> |
||
renovate[bot]
|
c0f1e0d9c1
|
chore(deps): update dependency @uiw/codemirror-theme-duotone to v4.19.7 (#3084)
[![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.6` -> `4.19.7`](https://renovatebot.com/diffs/npm/@uiw%2fcodemirror-theme-duotone/4.19.6/4.19.7) | [![age](https://badges.renovateapi.com/packages/npm/@uiw%2fcodemirror-theme-duotone/4.19.7/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@uiw%2fcodemirror-theme-duotone/4.19.7/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@uiw%2fcodemirror-theme-duotone/4.19.7/compatibility-slim/4.19.6)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@uiw%2fcodemirror-theme-duotone/4.19.7/confidence-slim/4.19.6)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>uiwjs/react-codemirror</summary> ### [`v4.19.7`](https://togithub.com/uiwjs/react-codemirror/releases/tag/v4.19.7) [Compare Source](https://togithub.com/uiwjs/react-codemirror/compare/v4.19.6...v4.19.7) [![](https://img.shields.io/badge/Open%20in-unpkg-blue)](https://uiwjs.github.io/npm-unpkg/#/pkg/@​uiw/react-codemirror@4.19.7/file/README.md) Documentation v4.19.7: https://raw.githack.com/uiwjs/react-codemirror/1c1efcf/index.html\ Comparing Changes: https://github.com/uiwjs/react-codemirror/compare/v4.19.6...v4.19.7 ```shell npm i @​uiw/react-codemirror@4.19.7 ``` - 📖 doc: Remove v3 doc preview given that we're already on v4 ([#​445](https://togithub.com/uiwjs/react-codemirror/issues/445)) [`6048cd0`](https://togithub.com/uiwjs/react-codemirror/commit/6048cd0) [@​djsavvy](https://togithub.com/djsavvy) - 🆎 type(theme): fix type error. ([#​444](https://togithub.com/uiwjs/react-codemirror/issues/444)) [`b51a9a6`](https://togithub.com/uiwjs/react-codemirror/commit/b51a9a6) [@​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:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjM0LjEzMC4xIn0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> |
||
renovate[bot]
|
736e8d05aa
|
chore(deps): update dependency @types/react to v17.0.53 (#3083)
[![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](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react) ([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped)) | [`17.0.52` -> `17.0.53`](https://renovatebot.com/diffs/npm/@types%2freact/17.0.52/17.0.53) | [![age](https://badges.renovateapi.com/packages/npm/@types%2freact/17.0.53/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@types%2freact/17.0.53/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@types%2freact/17.0.53/compatibility-slim/17.0.52)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@types%2freact/17.0.53/confidence-slim/17.0.52)](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 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:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMjQuMiIsInVwZGF0ZWRJblZlciI6IjM0LjEyNC4yIn0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> |
||
Ivar Conradi Østhus
|
07e8a351bb
|
Fix/show tag events (#3064)
This PR fixes two issues with events today: 1. Feature toggles "Event log" must include all events, regardless of the project. This is important as feature toggles may move between 2. Add/remove tags on a feature toggle events should include project id in order to show up in the project specific event log. |
||
Gastón Fournier
|
0f78c17adc
|
fix: unknown in network view (#3069) | ||
Gastón Fournier
|
35d43df6dc
|
fix: x-axis not displaying the right date (#3068) | ||
Gastón Fournier
|
354b5b2976
|
chore: service accounts GA (#3059)
## About the changes This PR prepares the GA of service accounts: OpenAPI tags, documentation and flag removal Relates to [roadmap](https://github.com/orgs/Unleash/projects/10) item: #2942 --------- Co-authored-by: Nuno Góis <github@nunogois.com> |