Skip to content

Commit d899665

Browse files
authored
sync(*): develop to master
sync(*): develop to master
2 parents 6264f15 + 2569b8f commit d899665

File tree

211 files changed

+10715
-10668
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

211 files changed

+10715
-10668
lines changed
File renamed without changes.

.github/ISSUE_TEMPLATE/manager_components_feature_request.yml renamed to .github/ISSUE_TEMPLATE/muk_feature_request.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
name: New Feature Request for Manager Components (Internal)
1+
name: New Feature Request for MUK (Internal)
22
description: Request for new component/hook/util
3-
title: '[manager-components]: <TITLE>'
4-
labels: ['manager-components', 'feature']
5-
projects: ["ovh/22"]
3+
title: '[muk]: <TITLE>'
4+
labels: ['muk', 'feature']
5+
projects: ['ovh/22']
66
body:
77
- type: markdown
88
attributes:
@@ -12,8 +12,8 @@ body:
1212
value: Please make sure to check if similar component already exists.
1313
- type: checkboxes
1414
attributes:
15-
label: Have you already checked if a similar item is present on manager-components?
16-
description: Before to open a request on our GitHub repository, did you already check if the similar item is present on the manager-components storybook?
15+
label: Have you already checked if a similar item is present on muk?
16+
description: Before to open a request on our GitHub repository, did you already check if the similar item is present on the muk storybook?
1717
options:
1818
- label: Yes, I have already checked the existing components/hooks/utils.
1919
required: false

.github/labeler.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ sign-up:
6363
enabler:
6464
- packages/manager/apps/carbon-calculator/**
6565
- packages/manager/apps/iam/**
66-
manager-components:
67-
- packages/manager-components/src/**
66+
muk:
67+
- packages/manager-ui-kit/**
6868
common:
6969
- packages/components/**
7070
- packages/manager/core/**

.github/workflows/pnpm-migration.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,3 +93,8 @@ jobs:
9393
gh pr edit "$BRANCH" --add-label "pnpm-migration" || true
9494
gh pr edit "$BRANCH" --add-label "$TICKET" || true
9595
gh pr edit "$BRANCH" --add-reviewer helabenkhalfallah || true
96+
97+
- name: Trigger CI by amending commit
98+
run: |
99+
git commit --amend --no-edit --allow-empty
100+
git push origin "$BRANCH" --force-with-lease

packages/manager-tools/manager-forge-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
},
2828
"devDependencies": {
2929
"@ovh-ux/manager-static-analysis-kit": "^0.14.0",
30-
"@ovh-ux/manager-tests-setup": "^0.4.7",
30+
"@ovh-ux/manager-tests-setup": "^0.6.1",
3131
"@ovh-ux/manager-vite-config": "^0.15.2",
3232
"@types/figlet": "^1.7.0",
3333
"@types/node": "^24.10.0",

packages/manager-tools/manager-forge-cli/templates/application/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"devDependencies": {
4545
"@ovh-ux/manager-static-analysis-kit": "0.12.0",
4646
"@ovh-ux/manager-tailwind-config": "*",
47-
"@ovh-ux/manager-tests-setup": "^0.5.0",
47+
"@ovh-ux/manager-tests-setup": "^0.6.1",
4848
"@ovh-ux/manager-vite-config": "*",
4949
"@tanstack/react-query-devtools": "5.90.2",
5050
"@tailwindcss/postcss": "^4.1.17",

packages/manager-tools/manager-forge-cli/templates/module/package-node.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"@ovh-ux/manager-core-utils": "^0.3.0",
3131
"@ovh-ux/manager-module-common-api": "*",
3232
"@ovh-ux/manager-static-analysis-kit": "0.13.0",
33-
"@ovh-ux/manager-tests-setup": "0.6.0",
33+
"@ovh-ux/manager-tests-setup": "0.6.1",
3434
"@ovh-ux/manager-vite-config": "0.15.0",
3535
"concurrently": "^9.2.1",
3636
"msw": "2.1.7",

packages/manager-tools/manager-forge-cli/templates/module/package-react.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"@ovh-ux/manager-module-common-api": "*",
3232
"@ovh-ux/manager-react-shell-client": "^0.11.2",
3333
"@ovh-ux/manager-static-analysis-kit": "0.13.0",
34-
"@ovh-ux/manager-tests-setup": "0.6.0",
34+
"@ovh-ux/manager-tests-setup": "0.6.1",
3535
"@ovh-ux/manager-vite-config": "0.15.0",
3636
"@tanstack/react-query": "5.51.21",
3737
"@tanstack/react-query-devtools": "5.51.21",
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"title": "Module généré via forge cli"
3+
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"title": "Módulo gerado através de forge cli"
3+
}

0 commit comments

Comments
 (0)