Skip to content

Commit

Permalink
Merge pull request #7238 from pavinduLakshan/catalog_pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
pavinduLakshan authored Jan 2, 2025
2 parents 40b4aee + de6e955 commit 58c2e4e
Show file tree
Hide file tree
Showing 69 changed files with 21,325 additions and 16,003 deletions.
67 changes: 67 additions & 0 deletions .changeset/odd-trees-lie.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
---
"@wso2is/admin.identity-verification-providers.v1": patch
"@wso2is/admin.remote-repository-configuration.v1": patch
"@wso2is/admin.alternative-login-identifier.v1": patch
"@wso2is/admin.authentication-flow-builder.v1": patch
"@wso2is/admin.organization-discovery.v1": patch
"@wso2is/admin.application-templates.v1": patch
"@wso2is/admin.server-configurations.v1": patch
"@wso2is/admin.saml2-configuration.v1": patch
"@wso2is/admin.username-validation.v1": patch
"@wso2is/admin.wsfed-configuration.v1": patch
"@wso2is/admin.identity-providers.v1": patch
"@wso2is/admin.session-management.v1": patch
"@wso2is/admin.workflow-approvals.v1": patch
"@wso2is/admin.application-roles.v1": patch
"@wso2is/admin.remote-userstores.v1": patch
"@wso2is/admin.console-settings.v1": patch
"@wso2is/admin.email-management.v1": patch
"@wso2is/admin.email-providers.v1": patch
"@wso2is/admin.email-templates.v1": patch
"@wso2is/admin.private-key-jwt.v1": patch
"@wso2is/admin.administrators.v1": patch
"@wso2is/admin.authentication.v1": patch
"@wso2is/admin.api-resources.v1": patch
"@wso2is/admin.api-resources.v2": patch
"@wso2is/admin.authorization.v1": patch
"@wso2is/admin.email-and-sms.v1": patch
"@wso2is/admin.impersonation.v1": patch
"@wso2is/admin.login-flow.ai.v1": patch
"@wso2is/admin.organizations.v1": patch
"@wso2is/admin.sms-providers.v1": patch
"@wso2is/admin.sms-templates.v1": patch
"@wso2is/admin.template-core.v1": patch
"@wso2is/admin.applications.v1": patch
"@wso2is/admin.certificates.v1": patch
"@wso2is/admin.feature-gate.v1": patch
"@wso2is/admin.org-insights.v1": patch
"@wso2is/admin.provisioning.v1": patch
"@wso2is/admin.subscription.v1": patch
"@wso2is/admin.branding.ai.v1": patch
"@wso2is/admin.connections.v1": patch
"@wso2is/admin.oidc-scopes.v1": patch
"@wso2is/admin.extensions.v1": patch
"@wso2is/admin.userstores.v1": patch
"@wso2is/admin.validation.v1": patch
"@wso2is/common.branding.v1": patch
"@wso2is/admin.branding.v1": patch
"@wso2is/admin.actions.v1": patch
"@wso2is/admin.secrets.v1": patch
"@wso2is/admin.tenants.v1": patch
"@wso2is/admin.claims.v1": patch
"@wso2is/admin.groups.v1": patch
"@wso2is/admin.roles.v1": patch
"@wso2is/admin.roles.v2": patch
"@wso2is/admin.users.v1": patch
"@wso2is/admin.administration.v1": patch
"@wso2is/admin.core.v1": patch
"@wso2is/admin.home.v1": patch
"@wso2is/admin.logs.v1": patch
"@wso2is/common.ai.v1": patch
"@wso2is/unit-testing": patch
"@wso2is/myaccount": patch
"@wso2is/console": patch
"@wso2is/features": patch
---

Move React version to pnpm catalog
8 changes: 4 additions & 4 deletions .github/workflows/pr-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
strategy:
matrix:
node-version: [ lts/* ]
pnpm-version: [ 8.7.4 ]
pnpm-version: [ latest ]
steps:
- name: ⬇️ Checkout
id: checkout
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
strategy:
matrix:
node-version: [ lts/* ]
pnpm-version: [ 8.7.4 ]
pnpm-version: [ latest ]
steps:
- name: ⬇️ Checkout
id: checkout
Expand Down Expand Up @@ -148,7 +148,7 @@ jobs:
strategy:
matrix:
node-version: [ lts/* ]
pnpm-version: [ 8.7.4 ]
pnpm-version: [ latest ]
steps:
- name: ⬇️ Checkout
id: checkout
Expand Down Expand Up @@ -235,7 +235,7 @@ jobs:
node-version: [ lts/* ]
maven-version: [ 3.8.6 ]
java-version: [ 11 ]
pnpm-version: [ 8.7.4 ]
pnpm-version: [ latest ]
steps:
- name: ⬇️ Checkout
id: checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
node-version: [lts/*]
maven-version: [3.8.6]
java-version: [11]
pnpm-version: [8.7.4]
pnpm-version: [latest]
steps:
- name: ⬇️ Checkout
id: checkout
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ End-user apps in WSO2 Identity Server
1. Install NodeJS LTS(Latest Stable Version) from [https://nodejs.org/en/download/](https://nodejs.org/en/download/).
2. Install [pnpm](https://pnpm.io/).

> Note: Only PNPM v8 is supported at the moment.
> Note: PNPM v9.5.0 and above is supported.
```shell
corepack prepare pnpm@latest --activate
corepack prepare pnpm@9.5.0 --activate
```

Or, follow the other [recommended installation options](https://pnpm.io/installation).
Expand Down
2 changes: 1 addition & 1 deletion apps/console/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
"mustache": "^4.2.0",
"node-forge": "^0.10.0",
"rc-tree": "^4.0.0-beta.2",
"react": "^18.2.0",
"react": "catalog:",
"react-dom": "^18.2.0",
"react-draggable": "^4.2.0",
"react-helmet": "^5.2.1",
Expand Down
2 changes: 1 addition & 1 deletion apps/myaccount/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"path-browserify": "^1.0.1",
"postcss-loader": "^3.0.0",
"qrcode.react": "^1.0.0",
"react": "^18.2.0",
"react": "catalog:",
"react-dom": "^18.2.0",
"react-helmet": "^5.2.1",
"react-i18next": "^11.18.5",
Expand Down
2 changes: 1 addition & 1 deletion features/admin.actions.v1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
"typescript": "^4.6.4"
},
"peerDependencies": {
"react": "^18.2.0",
"react": "catalog:",
"react-dom": "^18.2.0",
"react-router-dom": "^4.3.1"
},
Expand Down
2 changes: 1 addition & 1 deletion features/admin.administrators.v1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"typescript": "^4.6.4"
},
"peerDependencies": {
"react": "^18.2.0",
"react": "catalog:",
"react-dom": "^18.2.0",
"react-router-dom": "^4.3.1"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"typescript": "^4.6.4"
},
"peerDependencies": {
"react": "^18.2.0",
"react": "catalog:",
"react-dom": "^18.2.0",
"react-router-dom": "^4.3.1"
},
Expand Down
2 changes: 1 addition & 1 deletion features/admin.api-resources.v1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"typescript": "^4.6.4"
},
"peerDependencies": {
"react": "^18.2.0",
"react": "catalog:",
"react-dom": "^18.2.0",
"react-router-dom": "^4.3.1"
},
Expand Down
2 changes: 1 addition & 1 deletion features/admin.api-resources.v2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"typescript": "^4.6.4"
},
"peerDependencies": {
"react": "^18.2.0",
"react": "catalog:",
"react-dom": "^18.2.0",
"react-router-dom": "^4.3.1"
},
Expand Down
2 changes: 1 addition & 1 deletion features/admin.application-roles.v1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"typescript": "^4.6.4"
},
"peerDependencies": {
"react": "^18.2.0",
"react": "catalog:",
"react-dom": "^18.2.0"
},
"browserslist": [
Expand Down
2 changes: 1 addition & 1 deletion features/admin.application-templates.v1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"typescript": "^4.6.4"
},
"peerDependencies": {
"react": "^18.2.0",
"react": "catalog:",
"react-dom": "^18.2.0",
"react-router-dom": "^4.3.1"
},
Expand Down
2 changes: 1 addition & 1 deletion features/admin.applications.v1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"typescript": "^4.6.4"
},
"peerDependencies": {
"react": "^18.2.0",
"react": "catalog:",
"react-dom": "^18.2.0",
"react-router-dom": "^4.3.1"
},
Expand Down
2 changes: 1 addition & 1 deletion features/admin.authentication-flow-builder.v1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"typescript": "^4.6.4"
},
"peerDependencies": {
"react": "^18.2.0",
"react": "catalog:",
"react-dom": "^18.2.0"
},
"browserslist": [
Expand Down
2 changes: 1 addition & 1 deletion features/admin.authentication.v1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
},
"peerDependencies": {
"@asgardeo/auth-react": "^5.1.2",
"react": "^18.2.0",
"react": "catalog:",
"react-dom": "^18.2.0",
"react-router-dom": "^4.3.1"
},
Expand Down
2 changes: 1 addition & 1 deletion features/admin.authorization.v1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
"typescript": "^4.6.4"
},
"peerDependencies": {
"react": "^18.2.0",
"react": "catalog:",
"react-dom": "^18.2.0",
"react-router-dom": "^4.3.1"
},
Expand Down
2 changes: 1 addition & 1 deletion features/admin.base.v1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"tslib": "*"
},
"peerDependencies": {
"react": "^18.2.0",
"react": "catalog:",
"react-dom": "^18.2.0"
}
}
2 changes: 1 addition & 1 deletion features/admin.branding.ai.v1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@
"typescript": "^4.6.4"
},
"peerDependencies": {
"react": "^18.2.0",
"react": "catalog:",
"react-dom": "^18.2.0",
"react-router-dom": "^4.3.1"
},
Expand Down
2 changes: 1 addition & 1 deletion features/admin.branding.v1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
"typescript": "^4.6.4"
},
"peerDependencies": {
"react": "^18.2.0",
"react": "catalog:",
"react-dom": "^18.2.0",
"react-router-dom": "^4.3.1"
},
Expand Down
2 changes: 1 addition & 1 deletion features/admin.certificates.v1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
"typescript": "^4.6.4"
},
"peerDependencies": {
"react": "^18.2.0",
"react": "catalog:",
"react-dom": "^18.2.0",
"react-router-dom": "^4.3.1"
},
Expand Down
2 changes: 1 addition & 1 deletion features/admin.claims.v1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
"typescript": "^4.6.4"
},
"peerDependencies": {
"react": "^18.2.0",
"react": "catalog:",
"react-dom": "^18.2.0",
"react-router-dom": "^4.3.1"
},
Expand Down
2 changes: 1 addition & 1 deletion features/admin.connections.v1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@
"typescript": "^4.6.4"
},
"peerDependencies": {
"react": "^18.2.0",
"react": "catalog:",
"react-dom": "^18.2.0",
"react-router-dom": "^4.3.1"
},
Expand Down
2 changes: 1 addition & 1 deletion features/admin.console-settings.v1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
"typescript": "^4.6.4"
},
"peerDependencies": {
"react": "^18.2.0",
"react": "catalog:",
"react-dom": "^18.2.0",
"react-router-dom": "^4.3.1"
},
Expand Down
2 changes: 1 addition & 1 deletion features/admin.core.v1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
},
"peerDependencies": {
"@asgardeo/auth-react": "^5.1.2",
"react": "^18.2.0",
"react": "catalog:",
"react-dom": "^18.2.0",
"react-router-dom": "^4.3.1"
},
Expand Down
2 changes: 1 addition & 1 deletion features/admin.email-and-sms.v1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
"typescript": "^4.6.4"
},
"peerDependencies": {
"react": "^18.2.0",
"react": "catalog:",
"react-dom": "^18.2.0",
"react-router-dom": "^4.3.1"
},
Expand Down
2 changes: 1 addition & 1 deletion features/admin.email-management.v1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
"typescript": "^4.6.4"
},
"peerDependencies": {
"react": "^18.2.0",
"react": "catalog:",
"react-dom": "^18.2.0",
"react-router-dom": "^4.3.1"
},
Expand Down
2 changes: 1 addition & 1 deletion features/admin.email-providers.v1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
"typescript": "^4.6.4"
},
"peerDependencies": {
"react": "^18.2.0",
"react": "catalog:",
"react-dom": "^18.2.0",
"react-router-dom": "^4.3.1"
},
Expand Down
2 changes: 1 addition & 1 deletion features/admin.email-templates.v1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
"typescript": "^4.6.4"
},
"peerDependencies": {
"react": "^18.2.0",
"react": "catalog:",
"react-dom": "^18.2.0",
"react-router-dom": "^4.3.1"
},
Expand Down
2 changes: 1 addition & 1 deletion features/admin.extensions.v1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@
"typescript": "^4.6.4"
},
"peerDependencies": {
"react": "^18.2.0",
"react": "catalog:",
"react-dom": "^18.2.0",
"react-router-dom": "^4.3.1"
},
Expand Down
2 changes: 1 addition & 1 deletion features/admin.feature-gate.v1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"typescript": "^4.6.4"
},
"peerDependencies": {
"react": "^18.2.0",
"react": "catalog:",
"react-dom": "^18.2.0",
"react-router-dom": "^4.3.1"
},
Expand Down
2 changes: 1 addition & 1 deletion features/admin.groups.v1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
"typescript": "^4.6.4"
},
"peerDependencies": {
"react": "^18.2.0",
"react": "catalog:",
"react-dom": "^18.2.0",
"react-router-dom": "^4.3.1"
},
Expand Down
2 changes: 1 addition & 1 deletion features/admin.home.v1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"typescript": "^4.6.4"
},
"peerDependencies": {
"react": "^18.2.0",
"react": "catalog:",
"react-dom": "^18.2.0",
"react-router-dom": "^4.3.1"
},
Expand Down
2 changes: 1 addition & 1 deletion features/admin.identity-providers.v1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
"typescript": "^4.6.4"
},
"peerDependencies": {
"react": "^18.2.0",
"react": "catalog:",
"react-dom": "^18.2.0",
"react-router-dom": "^4.3.1"
},
Expand Down
Loading

0 comments on commit 58c2e4e

Please sign in to comment.