wso2 / identity-apps

Apache License 2.0
69 stars 259 forks source link

Bump `@oxygen-ui/react` & `@oxygen-ui/react-icons` #6985

Closed brionmario closed 3 weeks ago

brionmario commented 1 month ago

Purpose

Bump @oxygen-ui/react & @oxygen-ui/react-icons to v1.14.x

Related Issues

Related PRs

Checklist

Security checks

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 31.79%. Comparing base (4a0ad74) to head (4fd710e). Report is 20 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #6985 +/- ## ======================================= Coverage 31.79% 31.79% ======================================= Files 41 41 Lines 890 890 Branches 215 204 -11 ======================================= Hits 283 283 - Misses 557 607 +50 + Partials 50 0 -50 ``` | [Flag](https://app.codecov.io/gh/wso2/identity-apps/pull/6985/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=wso2) | Coverage Δ | | |---|---|---| | [@wso2is/core](https://app.codecov.io/gh/wso2/identity-apps/pull/6985/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=wso2) | `31.79% <ø> (ø)` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=wso2#carryforward-flags-in-the-pull-request-comment) to find out more. [see 14 files with indirect coverage changes](https://app.codecov.io/gh/wso2/identity-apps/pull/6985/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=wso2)
wso2-jenkins-bot commented 3 weeks ago

🦋 Changeset detected

The changes in this PR will be included in the next version bump.

Not sure what this means? Click here to learn what changesets are.

brionmario commented 3 weeks ago

Skipping a ESLint error related to hasRequiredScopes since this is just a version bump PR.

Error:   46:10  error  'hasRequiredScopes' import from '@wso2is/core/helpers' is restricted. Please use "import { useRequiredScopes } from '@wso2is/access-control'" instead. Refer documentation: https://github.com/wso2/identity-apps/blob/master/docs/write-code/PERFORMANCE.md#use-userequiredscopes-hook-instead-of-hasrequiredscopes-function  no-restricted-imports