diff --git a/.github/workflows/pr-playwright.yaml b/.github/workflows/pr-playwright.yaml index e1712d5b3f2..f85da4de1c5 100644 --- a/.github/workflows/pr-playwright.yaml +++ b/.github/workflows/pr-playwright.yaml @@ -16,7 +16,7 @@ jobs: fetch-depth: 0 - uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4 with: - node-version: 18 + node-version: 20 - name: Determine changes id: scan env: @@ -51,7 +51,7 @@ jobs: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 - uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4 with: - node-version: 18 + node-version: 20 - name: Install dependencies run: yarn - name: Install playwright diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index 1e8e50aca45..d0c6a2dfc65 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [18, 20] + node-version: [20] steps: - name: Checkout uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 diff --git a/package.json b/package.json index 053ff7da516..9e6783cf442 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "3.3.0", "private": true, "engines": { - "node": "18 || 20" + "node": "20" }, "scripts": { "preinstall": "npx only-allow yarn", diff --git a/packages/app/package.json b/packages/app/package.json index e908e05bc44..210902c62d8 100644 --- a/packages/app/package.json +++ b/packages/app/package.json @@ -48,7 +48,7 @@ "@mui/icons-material": "^5.15.16", "@mui/material": "^5.15.16", "@mui/styles": "^5.15.16", - "@redhat-developer/red-hat-developer-hub-theme": "0.3.0", + "@redhat-developer/red-hat-developer-hub-theme": "0.4.0", "react": "^18.0.0", "react-dom": "^18.0.0", "react-router": "^6.23.0", diff --git a/plugins/analytics-module-matomo/package.json b/plugins/analytics-module-matomo/package.json index 8102c9e14a0..7c8b3e47381 100644 --- a/plugins/analytics-module-matomo/package.json +++ b/plugins/analytics-module-matomo/package.json @@ -1,6 +1,6 @@ { "name": "@janus-idp/backstage-plugin-analytics-module-matomo", - "version": "1.6.2", + "version": "1.6.3", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", @@ -42,7 +42,7 @@ "@backstage/dev-utils": "1.0.36", "@backstage/test-utils": "1.5.9", "@janus-idp/cli": "1.15.1", - "@redhat-developer/red-hat-developer-hub-theme": "0.3.0", + "@redhat-developer/red-hat-developer-hub-theme": "0.4.0", "@testing-library/jest-dom": "6.4.8", "@testing-library/react": "14.3.1", "@testing-library/user-event": "14.5.2", diff --git a/plugins/analytics-provider-segment/package.json b/plugins/analytics-provider-segment/package.json index 49d66727268..41f2491d270 100644 --- a/plugins/analytics-provider-segment/package.json +++ b/plugins/analytics-provider-segment/package.json @@ -1,6 +1,6 @@ { "name": "@janus-idp/backstage-plugin-analytics-provider-segment", - "version": "1.8.2", + "version": "1.8.3", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", @@ -53,7 +53,7 @@ "@backstage/dev-utils": "1.0.36", "@backstage/test-utils": "1.5.9", "@janus-idp/cli": "1.15.1", - "@redhat-developer/red-hat-developer-hub-theme": "0.3.0", + "@redhat-developer/red-hat-developer-hub-theme": "0.4.0", "@testing-library/dom": "9.3.4", "@testing-library/jest-dom": "6.4.8", "@testing-library/react": "14.3.1", diff --git a/plugins/bulk-import/package.json b/plugins/bulk-import/package.json index 00578a099b2..9179388c1c8 100644 --- a/plugins/bulk-import/package.json +++ b/plugins/bulk-import/package.json @@ -1,6 +1,6 @@ { "name": "@janus-idp/backstage-plugin-bulk-import", - "version": "1.5.4", + "version": "1.5.5", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", @@ -65,7 +65,7 @@ "@backstage/test-utils": "1.5.9", "@janus-idp/cli": "1.15.1", "@playwright/test": "1.45.3", - "@redhat-developer/red-hat-developer-hub-theme": "0.3.0", + "@redhat-developer/red-hat-developer-hub-theme": "0.4.0", "@testing-library/jest-dom": "6.4.8", "@testing-library/react": "14.3.1", "@testing-library/user-event": "14.5.2", diff --git a/plugins/jfrog-artifactory/package.json b/plugins/jfrog-artifactory/package.json index e78b50527dc..ef63fbe9c05 100644 --- a/plugins/jfrog-artifactory/package.json +++ b/plugins/jfrog-artifactory/package.json @@ -1,6 +1,6 @@ { "name": "@janus-idp/backstage-plugin-jfrog-artifactory", - "version": "1.8.2", + "version": "1.8.3", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", @@ -53,7 +53,7 @@ "@backstage/dev-utils": "1.0.36", "@backstage/test-utils": "1.5.9", "@janus-idp/cli": "1.15.1", - "@redhat-developer/red-hat-developer-hub-theme": "0.3.0", + "@redhat-developer/red-hat-developer-hub-theme": "0.4.0", "@testing-library/jest-dom": "6.4.8", "@testing-library/react": "14.3.1", "@testing-library/user-event": "14.5.2", diff --git a/plugins/kiali/package.json b/plugins/kiali/package.json index 498df09cf44..85720cd36c6 100644 --- a/plugins/kiali/package.json +++ b/plugins/kiali/package.json @@ -1,6 +1,6 @@ { "name": "@janus-idp/backstage-plugin-kiali", - "version": "1.31.2", + "version": "1.31.3", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", @@ -85,7 +85,7 @@ "@backstage/test-utils": "1.5.9", "@janus-idp/cli": "1.15.1", "@playwright/test": "1.45.3", - "@redhat-developer/red-hat-developer-hub-theme": "0.3.0", + "@redhat-developer/red-hat-developer-hub-theme": "0.4.0", "@testing-library/jest-dom": "6.4.8", "@testing-library/react": "14.3.1", "@testing-library/user-event": "14.5.2", diff --git a/plugins/matomo/package.json b/plugins/matomo/package.json index 5dd8269629b..241794ecd9d 100644 --- a/plugins/matomo/package.json +++ b/plugins/matomo/package.json @@ -1,6 +1,6 @@ { "name": "@janus-idp/backstage-plugin-matomo", - "version": "1.8.2", + "version": "1.8.3", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", @@ -54,7 +54,7 @@ "@backstage/dev-utils": "1.0.36", "@backstage/test-utils": "1.5.9", "@janus-idp/cli": "1.15.1", - "@redhat-developer/red-hat-developer-hub-theme": "0.3.0", + "@redhat-developer/red-hat-developer-hub-theme": "0.4.0", "@testing-library/jest-dom": "6.4.8", "@testing-library/react": "14.3.1", "@testing-library/user-event": "14.5.2", diff --git a/plugins/nexus-repository-manager/README.md b/plugins/nexus-repository-manager/README.md index 4eff59da362..fd72e85de05 100644 --- a/plugins/nexus-repository-manager/README.md +++ b/plugins/nexus-repository-manager/README.md @@ -1,3 +1,9 @@ +# ❗DEPRECATED❗ + +This package has been deprecated. + +Please use the **[@backstage-community/plugin-nexus-repository-manager](https://www.npmjs.com/package/@backstage-community/plugin-nexus-repository-manager)** package instead. + # Nexus Repository Manager plugin for Backstage The Nexus Repository Manager plugin displays the information about your build artifacts that are available in the Nexus Repository Manager in your Backstage application. diff --git a/plugins/nexus-repository-manager/package.json b/plugins/nexus-repository-manager/package.json index f389e556d3f..f2d14441232 100644 --- a/plugins/nexus-repository-manager/package.json +++ b/plugins/nexus-repository-manager/package.json @@ -1,6 +1,7 @@ { "name": "@janus-idp/backstage-plugin-nexus-repository-manager", "version": "1.10.2", + "private": true, "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", @@ -56,7 +57,7 @@ "@backstage/test-utils": "1.5.9", "@hey-api/openapi-ts": "0.34.5", "@janus-idp/cli": "1.15.1", - "@redhat-developer/red-hat-developer-hub-theme": "0.3.0", + "@redhat-developer/red-hat-developer-hub-theme": "0.4.0", "@testing-library/jest-dom": "6.4.8", "@testing-library/react": "14.3.1", "@testing-library/react-hooks": "8.0.1", diff --git a/plugins/ocm/package.json b/plugins/ocm/package.json index f02096b5821..9c818991d99 100644 --- a/plugins/ocm/package.json +++ b/plugins/ocm/package.json @@ -1,6 +1,6 @@ { "name": "@janus-idp/backstage-plugin-ocm", - "version": "5.0.2", + "version": "5.0.3", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", @@ -62,7 +62,7 @@ "@backstage/plugin-catalog": "1.21.1", "@backstage/test-utils": "1.5.9", "@janus-idp/cli": "1.15.1", - "@redhat-developer/red-hat-developer-hub-theme": "0.3.0", + "@redhat-developer/red-hat-developer-hub-theme": "0.4.0", "@testing-library/jest-dom": "6.4.8", "@testing-library/react": "14.3.1", "@testing-library/user-event": "14.5.2", diff --git a/plugins/openshift-image-registry/package.json b/plugins/openshift-image-registry/package.json index 474685558cf..cc0591a75d8 100644 --- a/plugins/openshift-image-registry/package.json +++ b/plugins/openshift-image-registry/package.json @@ -1,6 +1,6 @@ { "name": "@janus-idp/backstage-plugin-openshift-image-registry", - "version": "1.9.2", + "version": "1.9.3", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", @@ -51,7 +51,7 @@ "@backstage/dev-utils": "1.0.36", "@backstage/test-utils": "1.5.9", "@janus-idp/cli": "1.15.1", - "@redhat-developer/red-hat-developer-hub-theme": "0.3.0", + "@redhat-developer/red-hat-developer-hub-theme": "0.4.0", "@testing-library/jest-dom": "6.4.8", "@testing-library/react": "14.3.1", "@testing-library/user-event": "14.5.2", diff --git a/plugins/orchestrator/package.json b/plugins/orchestrator/package.json index 00a1fc81eb1..1634e5779cb 100644 --- a/plugins/orchestrator/package.json +++ b/plugins/orchestrator/package.json @@ -1,6 +1,6 @@ { "name": "@janus-idp/backstage-plugin-orchestrator", - "version": "1.24.0", + "version": "1.24.1", "license": "Apache-2.0", "main": "src/index.ts", "types": "src/index.ts", @@ -84,7 +84,7 @@ "@backstage/test-utils": "1.5.9", "@backstage/types": "^1.1.1", "@janus-idp/cli": "1.15.1", - "@redhat-developer/red-hat-developer-hub-theme": "0.3.0", + "@redhat-developer/red-hat-developer-hub-theme": "0.4.0", "@storybook/preview-api": "7.6.20", "@storybook/react": "7.6.20", "@testing-library/react": "14.3.1", diff --git a/plugins/quay/package.json b/plugins/quay/package.json index c9704788ef3..b5a83acd574 100644 --- a/plugins/quay/package.json +++ b/plugins/quay/package.json @@ -1,6 +1,6 @@ { "name": "@janus-idp/backstage-plugin-quay", - "version": "1.12.3", + "version": "1.12.4", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", @@ -61,7 +61,7 @@ "@backstage/test-utils": "1.5.9", "@janus-idp/cli": "1.15.1", "@playwright/test": "1.45.3", - "@redhat-developer/red-hat-developer-hub-theme": "0.3.0", + "@redhat-developer/red-hat-developer-hub-theme": "0.4.0", "@testing-library/jest-dom": "6.4.8", "@testing-library/react": "14.3.1", "@testing-library/react-hooks": "8.0.1", diff --git a/plugins/rbac/package.json b/plugins/rbac/package.json index 92a002dd773..5c87c4434c1 100644 --- a/plugins/rbac/package.json +++ b/plugins/rbac/package.json @@ -1,6 +1,6 @@ { "name": "@janus-idp/backstage-plugin-rbac", - "version": "1.30.2", + "version": "1.30.3", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", @@ -70,7 +70,7 @@ "@backstage/test-utils": "1.5.9", "@janus-idp/cli": "1.15.1", "@playwright/test": "1.45.3", - "@redhat-developer/red-hat-developer-hub-theme": "0.3.0", + "@redhat-developer/red-hat-developer-hub-theme": "0.4.0", "@testing-library/jest-dom": "6.4.8", "@testing-library/react": "14.3.1", "@testing-library/react-hooks": "8.0.1", diff --git a/plugins/tekton/package.json b/plugins/tekton/package.json index 99686ac6ae0..d09ae85b1d4 100644 --- a/plugins/tekton/package.json +++ b/plugins/tekton/package.json @@ -1,6 +1,6 @@ { "name": "@janus-idp/backstage-plugin-tekton", - "version": "3.13.3", + "version": "3.13.4", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", @@ -76,7 +76,7 @@ "@backstage/test-utils": "1.5.9", "@janus-idp/cli": "1.15.1", "@playwright/test": "1.45.3", - "@redhat-developer/red-hat-developer-hub-theme": "0.3.0", + "@redhat-developer/red-hat-developer-hub-theme": "0.4.0", "@testing-library/jest-dom": "6.4.8", "@testing-library/react": "14.3.1", "@testing-library/react-hooks": "8.0.1", diff --git a/plugins/topology/package.json b/plugins/topology/package.json index e8cafcde5fd..efa18ca10b6 100644 --- a/plugins/topology/package.json +++ b/plugins/topology/package.json @@ -1,6 +1,6 @@ { "name": "@janus-idp/backstage-plugin-topology", - "version": "1.28.2", + "version": "1.28.3", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", @@ -73,7 +73,7 @@ "@backstage/dev-utils": "1.0.36", "@backstage/test-utils": "1.5.9", "@janus-idp/cli": "1.15.1", - "@redhat-developer/red-hat-developer-hub-theme": "0.3.0", + "@redhat-developer/red-hat-developer-hub-theme": "0.4.0", "@testing-library/jest-dom": "6.4.8", "@testing-library/react": "14.3.1", "@testing-library/react-hooks": "8.0.1", diff --git a/plugins/web-terminal/package.json b/plugins/web-terminal/package.json index 1870d473df7..f904d5318a6 100644 --- a/plugins/web-terminal/package.json +++ b/plugins/web-terminal/package.json @@ -1,6 +1,6 @@ { "name": "@janus-idp/backstage-plugin-web-terminal", - "version": "1.9.2", + "version": "1.9.3", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", @@ -56,7 +56,7 @@ "@backstage/dev-utils": "1.0.36", "@backstage/test-utils": "1.5.9", "@janus-idp/cli": "1.15.1", - "@redhat-developer/red-hat-developer-hub-theme": "0.3.0", + "@redhat-developer/red-hat-developer-hub-theme": "0.4.0", "@testing-library/jest-dom": "6.4.8", "@testing-library/react": "14.3.1", "@testing-library/user-event": "14.5.2", diff --git a/yarn.lock b/yarn.lock index 789a82901cd..9a5b339f504 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10277,10 +10277,10 @@ dependencies: "@react-hookz/deep-equal" "^1.0.4" -"@redhat-developer/red-hat-developer-hub-theme@0.3.0": - version "0.3.0" - resolved "https://registry.yarnpkg.com/@redhat-developer/red-hat-developer-hub-theme/-/red-hat-developer-hub-theme-0.3.0.tgz#be90c97b06301ef7ef28857cde38640f5ded590d" - integrity sha512-uF5KDxhZPIhTVekeMlkorb9UwY9tAiPTVmwVob3/Fk353geT8DR5w4oYlmWC9G8qHrKqxUUqjGpoMvx+bY+GcA== +"@redhat-developer/red-hat-developer-hub-theme@0.4.0": + version "0.4.0" + resolved "https://registry.yarnpkg.com/@redhat-developer/red-hat-developer-hub-theme/-/red-hat-developer-hub-theme-0.4.0.tgz#5325fffd038021bfb676eae6a5cf5849f2702d40" + integrity sha512-y1ljmIgq9SlMZA2SNR7fseU7FmCIqqdrQypEKSqjqIZQ9Un/YpdJTwpst9+RzZd/SdG+LmF5YEifeNGtO7Ke6Q== "@remix-run/router@1.16.0": version "1.16.0"