Skip to content

Commit 3a80c30

Browse files
rhdh-botgithub-actions[bot]Eswaraiahsapramkarthikjeeyar
authored
adoption-insights - version:bump to v1.39.1 (#909)
* v1.39.1 version bump * adoption-insights - version:bump to v1.39.1 (#915) * adoption-insights - version:bump to v1.39.1 * adoption-insights - version:bump to v1.39.1 * adoption-insights - version:bump to v1.39.1 * fix adoption insights dev mode in v1.39.1 * update api-reports * update api reports --------- Co-authored-by: Karthik <karthik.jk11@gmail.com> --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Eswaraiah Sapram <esapram@redhat.com> Co-authored-by: Karthik <karthik.jk11@gmail.com>
1 parent d85e0e9 commit 3a80c30

81 files changed

Lines changed: 979 additions & 2103 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
'@red-hat-developer-hub/backstage-plugin-adoption-insights': minor
3+
'@red-hat-developer-hub/backstage-plugin-adoption-insights-backend': minor
4+
'@red-hat-developer-hub/backstage-plugin-adoption-insights-common': minor
5+
'@red-hat-developer-hub/backstage-plugin-analytics-module-adoption-insights': minor
6+
---
7+
8+
Backstage version bump to v1.39.1

workspaces/adoption-insights/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ To start the app, run:
66

77
```sh
88
yarn install
9-
yarn dev
9+
yarn start
1010
```
1111

1212
To generate knip reports for this app, run:

workspaces/adoption-insights/app-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,4 +119,4 @@ kubernetes:
119119
# see https://backstage.io/docs/permissions/getting-started for more on the permission framework
120120
permission:
121121
# setting this to `false` will disable permissions
122-
enabled: true
122+
enabled: false
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "1.36.1"
2+
"version": "1.39.1"
33
}

workspaces/adoption-insights/package.json

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66
"node": "18 || 20"
77
},
88
"scripts": {
9-
"dev": "yarn workspaces foreach -A --include backend --include app --parallel --jobs unlimited -v -i run start",
10-
"start": "yarn workspace app start",
9+
"start": "backstage-cli repo start",
1110
"start-backend": "yarn workspace backend start",
1211
"tsc": "tsc",
1312
"tsc:full": "tsc --skipLibCheck true --incremental false",
@@ -38,12 +37,12 @@
3837
"directory": "workspaces/adoption-insights"
3938
},
4039
"devDependencies": {
41-
"@backstage/cli": "^0.30.0",
40+
"@backstage/cli": "^0.32.1",
4241
"@backstage/e2e-test-utils": "^0.1.1",
43-
"@backstage/repo-tools": "^0.13.0",
42+
"@backstage/repo-tools": "^0.13.4",
4443
"@changesets/cli": "^2.27.1",
4544
"@playwright/test": "1.52.0",
46-
"@spotify/prettier-config": "^12.0.0",
45+
"@spotify/prettier-config": "^15.0.0",
4746
"knip": "^5.27.4",
4847
"node-gyp": "^9.0.0",
4948
"prettier": "^2.3.2",
@@ -52,8 +51,8 @@
5251
"resolutions": {
5352
"@types/react": "^18",
5453
"@types/react-dom": "^18",
55-
"@backstage/plugin-catalog-backend": "1.31.0",
56-
"@backstage/plugin-scaffolder-backend": "1.29.0"
54+
"@backstage/plugin-catalog-backend": "2.0.0",
55+
"@backstage/plugin-scaffolder-backend": "1.33.0"
5756
},
5857
"prettier": "@spotify/prettier-config",
5958
"lint-staged": {

workspaces/adoption-insights/packages/app/package.json

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -19,30 +19,30 @@
1919
"lint": "backstage-cli package lint"
2020
},
2121
"dependencies": {
22-
"@backstage/app-defaults": "^1.5.17",
23-
"@backstage/catalog-model": "^1.7.3",
24-
"@backstage/cli": "^0.30.0",
25-
"@backstage/core-app-api": "^1.15.5",
26-
"@backstage/core-components": "^0.16.4",
27-
"@backstage/core-plugin-api": "^1.10.4",
28-
"@backstage/integration-react": "^1.2.4",
29-
"@backstage/plugin-api-docs": "^0.12.4",
30-
"@backstage/plugin-catalog": "^1.27.0",
31-
"@backstage/plugin-catalog-common": "^1.1.3",
32-
"@backstage/plugin-catalog-graph": "^0.4.16",
33-
"@backstage/plugin-catalog-import": "^0.12.10",
34-
"@backstage/plugin-catalog-react": "^1.15.2",
35-
"@backstage/plugin-kubernetes": "^0.12.4",
36-
"@backstage/plugin-org": "^0.6.36",
37-
"@backstage/plugin-permission-react": "^0.4.31",
38-
"@backstage/plugin-scaffolder": "^1.28.0",
39-
"@backstage/plugin-search": "^1.4.23",
40-
"@backstage/plugin-search-react": "^1.8.6",
41-
"@backstage/plugin-techdocs": "^1.12.3",
42-
"@backstage/plugin-techdocs-module-addons-contrib": "^1.1.21",
43-
"@backstage/plugin-techdocs-react": "^1.2.14",
44-
"@backstage/plugin-user-settings": "^0.8.19",
45-
"@backstage/theme": "^0.6.4",
22+
"@backstage/app-defaults": "^1.6.2",
23+
"@backstage/catalog-model": "^1.7.4",
24+
"@backstage/cli": "^0.32.1",
25+
"@backstage/core-app-api": "^1.17.0",
26+
"@backstage/core-components": "^0.17.2",
27+
"@backstage/core-plugin-api": "^1.10.7",
28+
"@backstage/integration-react": "^1.2.7",
29+
"@backstage/plugin-api-docs": "^0.12.7",
30+
"@backstage/plugin-catalog": "^1.30.0",
31+
"@backstage/plugin-catalog-common": "^1.1.4",
32+
"@backstage/plugin-catalog-graph": "^0.4.19",
33+
"@backstage/plugin-catalog-import": "^0.13.0",
34+
"@backstage/plugin-catalog-react": "^1.18.0",
35+
"@backstage/plugin-kubernetes": "^0.12.7",
36+
"@backstage/plugin-org": "^0.6.39",
37+
"@backstage/plugin-permission-react": "^0.4.34",
38+
"@backstage/plugin-scaffolder": "^1.31.0",
39+
"@backstage/plugin-search": "^1.4.26",
40+
"@backstage/plugin-search-react": "^1.9.0",
41+
"@backstage/plugin-techdocs": "^1.12.6",
42+
"@backstage/plugin-techdocs-module-addons-contrib": "^1.1.24",
43+
"@backstage/plugin-techdocs-react": "^1.2.17",
44+
"@backstage/plugin-user-settings": "^0.8.22",
45+
"@backstage/theme": "^0.6.6",
4646
"@material-ui/core": "^4.12.2",
4747
"@material-ui/icons": "^4.9.1",
4848
"@mui/icons-material": "5.17.1",
@@ -54,7 +54,7 @@
5454
"react-router-dom": "^6.3.0"
5555
},
5656
"devDependencies": {
57-
"@backstage/test-utils": "^1.7.5",
57+
"@backstage/test-utils": "^1.7.8",
5858
"@playwright/test": "1.52.0",
5959
"@testing-library/dom": "^9.0.0",
6060
"@testing-library/jest-dom": "^6.0.0",

workspaces/adoption-insights/packages/app/src/App.test.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16-
import React from 'react';
1716
import { render, waitFor } from '@testing-library/react';
1817
import App from './App';
1918

workspaces/adoption-insights/packages/app/src/App.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16-
import React from 'react';
1716
import { Navigate, Route } from 'react-router-dom';
1817
import { apiDocsPlugin, ApiExplorerPage } from '@backstage/plugin-api-docs';
1918
import {

workspaces/adoption-insights/packages/app/src/components/Root/LogoFull.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16-
import React from 'react';
1716
import { makeStyles } from '@material-ui/core';
1817

1918
const useStyles = makeStyles({

workspaces/adoption-insights/packages/app/src/components/Root/LogoIcon.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16-
import React from 'react';
1716
import { makeStyles } from '@material-ui/core';
1817

1918
const useStyles = makeStyles({

0 commit comments

Comments
 (0)