Skip to content

feat(mrc): adding and adapting ods react 19 #17749

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

helabenkhalfallah
Copy link
Contributor

ref: MANAGER-18612

Description

Ticket Reference: #...

Additional Information

ref: MANAGER-18612

Signed-off-by: helabenkhalfallah <[email protected]>
@helabenkhalfallah helabenkhalfallah requested a review from a team as a code owner June 20, 2025 10:57
@helabenkhalfallah helabenkhalfallah changed the base branch from master to develop June 20, 2025 10:57
@github-actions github-actions bot added dependencies Pull requests that update a dependency file feature New feature labels Jun 20, 2025
Copy link
Contributor

yarn.lock changes

Summary

Status Count
ADDED 74
UPDATED 2
DOWNGRADED 1
Click to toggle table visibility
Name Status Previous Current
@ark-ui/react ADDED - 5.1.0
@floating-ui/dom UPDATED 1.6.11 1.6.13
@floating-ui/utils UPDATED 0.2.8 0.2.9
@internationalized/date ADDED - 3.7.0
@internationalized/number ADDED - 3.6.0
@ovh-ux/manager-common-translations ADDED - 0.5.3
@ovh-ux/manager-tests-setup DOWNGRADED 0.2.0 0.1.0
@ovhcloud/ods-react ADDED - 19.0.0-alpha.2
@zag-js/accordion ADDED - 1.4.1
@zag-js/anatomy ADDED - 1.4.1
@zag-js/aria-hidden ADDED - 1.4.1
@zag-js/auto-resize ADDED - 1.4.1
@zag-js/avatar ADDED - 1.4.1
@zag-js/carousel ADDED - 1.4.1
@zag-js/checkbox ADDED - 1.4.1
@zag-js/clipboard ADDED - 1.4.1
@zag-js/collapsible ADDED - 1.4.1
@zag-js/collection ADDED - 1.4.1
@zag-js/color-picker ADDED - 1.4.1
@zag-js/color-utils ADDED - 1.4.1
@zag-js/combobox ADDED - 1.4.1
@zag-js/core ADDED - 1.4.1
@zag-js/date-picker ADDED - 1.4.1
@zag-js/date-utils ADDED - 1.4.1
@zag-js/dialog ADDED - 1.4.1
@zag-js/dismissable ADDED - 1.4.1
@zag-js/dom-query ADDED - 1.4.1
@zag-js/editable ADDED - 1.4.1
@zag-js/element-rect ADDED - 1.4.1
@zag-js/element-size ADDED - 1.4.1
@zag-js/file-upload ADDED - 1.4.1
@zag-js/file-utils ADDED - 1.4.1
@zag-js/focus-trap ADDED - 1.4.1
@zag-js/focus-visible ADDED - 1.4.1
@zag-js/highlight-word ADDED - 1.4.1
@zag-js/hover-card ADDED - 1.4.1
@zag-js/i18n-utils ADDED - 1.4.1
@zag-js/interact-outside ADDED - 1.4.1
@zag-js/live-region ADDED - 1.4.1
@zag-js/menu ADDED - 1.4.1
@zag-js/number-input ADDED - 1.4.1
@zag-js/pagination ADDED - 1.4.1
@zag-js/pin-input ADDED - 1.4.1
@zag-js/popover ADDED - 1.4.1
@zag-js/popper ADDED - 1.4.1
@zag-js/presence ADDED - 1.4.1
@zag-js/progress ADDED - 1.4.1
@zag-js/qr-code ADDED - 1.4.1
@zag-js/radio-group ADDED - 1.4.1
@zag-js/rating-group ADDED - 1.4.1
@zag-js/react ADDED - 1.4.1
@zag-js/rect-utils ADDED - 1.4.1
@zag-js/remove-scroll ADDED - 1.4.1
@zag-js/scroll-snap ADDED - 1.4.1
@zag-js/select ADDED - 1.4.1
@zag-js/signature-pad ADDED - 1.4.1
@zag-js/slider ADDED - 1.4.1
@zag-js/splitter ADDED - 1.4.1
@zag-js/steps ADDED - 1.4.1
@zag-js/store ADDED - 1.4.1
@zag-js/switch ADDED - 1.4.1
@zag-js/tabs ADDED - 1.4.1
@zag-js/tags-input ADDED - 1.4.1
@zag-js/time-picker ADDED - 1.4.1
@zag-js/timer ADDED - 1.4.1
@zag-js/toast ADDED - 1.4.1
@zag-js/toggle ADDED - 1.4.1
@zag-js/toggle-group ADDED - 1.4.1
@zag-js/tooltip ADDED - 1.4.1
@zag-js/tour ADDED - 1.4.1
@zag-js/tree-view ADDED - 1.4.1
@zag-js/types ADDED - 1.4.1
@zag-js/utils ADDED - 1.4.1
perfect-freehand ADDED - 1.2.2
proxy-compare ADDED - 3.0.1
proxy-memoize ADDED - 3.0.1
uqr ADDED - 0.1.2

@helabenkhalfallah helabenkhalfallah marked this pull request as draft June 20, 2025 10:57
@helabenkhalfallah
Copy link
Contributor Author

helabenkhalfallah commented Jun 20, 2025

Capture d’écran 2025-06-20 à 12 17 33 Capture d’écran 2025-06-20 à 12 23 43 Capture d’écran 2025-06-20 à 12 40 06 Capture d’écran 2025-06-20 à 12 40 29 Capture d’écran 2025-06-20 à 12 53 21 Capture d’écran 2025-06-20 à 12 53 32

Some angular unrelated MRC errors:
image

Resolved like this:

'packages/manager/modules/**/index*',


...
{
      files: [
        '**/App.tsx',
        'packages/manager/modules/**/index*',
        '**/test.{setup,provider}.tsx',
        '**/vitest.config.{js,ts,mjs,mts}',
        '**/vite.config.{js,ts,mjs,mts}',
        '**/tests-setup/src/index.js',
        '**/__tests__/**/*.{ts,tsx}',
        '**/*.{test,spec,step}.{ts,tsx}',
        '**/*.{mock,Mock,MOCK,Mocked,Mocking}*.{ts,tsx}',
        '**/*Test*.{ts,tsx}',
      ],
      rules: {
        'import/no-extraneous-dependencies': 'off',
      },
      env: {
        mocha: true,
        node: true,
        jest: true,
      },
    },
....
hbenkhal@K59LFGX5Y4 manager-new-version % yarn lint:js
yarn run v1.22.22
$ eslint --cache --quiet --format=pretty "packages" "scripts"
✨  Done in 171.94s.


hbenkhal@K59LFGX5Y4 manager-new-version % yarn lint:tsx
yarn run v1.22.22
$ eslint --quiet "packages/{manager/apps,manager-react-components}/**/*.{tsx,ts}"
=============

WARNING: You are currently running a version of TypeScript which is not officially supported by @typescript-eslint/typescript-estree.

You may find that it works just fine, or you may not.

SUPPORTED TYPESCRIPT VERSIONS: >=3.3.1 <4.5.0

YOUR TYPESCRIPT VERSION: 4.9.5

Please only submit bug reports when using the officially supported version.

=============
✨  Done in 137.38s.
hbenkhal@K59LFGX5Y4 manager-new-version % 

ref: MANAGER-18612

Signed-off-by: helabenkhalfallah <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file feature New feature universe-public-cloud
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant