Skip to content

Commit 10adaa0

Browse files
backstage-servicegithub-actions[bot]awanlin
authored
jfrog-artifactory - version:bump to v1.39.0 (#4029)
* v1.39.0 version bump * Manual changes for release Signed-off-by: Andre Wanlin <awanlin@spotify.com> --------- Signed-off-by: Andre Wanlin <awanlin@spotify.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Andre Wanlin <awanlin@spotify.com>
1 parent ccac2ae commit 10adaa0

File tree

11 files changed

+509
-452
lines changed

11 files changed

+509
-452
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@backstage-community/plugin-jfrog-artifactory': minor
3+
---
4+
5+
Backstage version bump to v1.39.0

workspaces/jfrog-artifactory/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:
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.0"
33
}

workspaces/jfrog-artifactory/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"node": "20 || 22"
77
},
88
"scripts": {
9+
"start": "backstage-cli repo start",
910
"tsc": "tsc",
1011
"tsc:full": "tsc --skipLibCheck true --incremental false",
1112
"build:all": "backstage-cli repo build --all",
@@ -35,9 +36,9 @@
3536
"directory": "workspaces/jfrog-artifactory"
3637
},
3738
"devDependencies": {
38-
"@backstage/cli": "^0.30.0",
39+
"@backstage/cli": "^0.32.1",
3940
"@backstage/e2e-test-utils": "^0.1.1",
40-
"@backstage/repo-tools": "^0.13.0",
41+
"@backstage/repo-tools": "^0.13.3",
4142
"@changesets/cli": "^2.27.1",
4243
"knip": "^5.27.4",
4344
"node-gyp": "^9.0.0",

workspaces/jfrog-artifactory/plugins/jfrog-artifactory/dev/index.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16-
import React from 'react';
17-
1816
import { Entity } from '@backstage/catalog-model';
1917
import { createDevApp } from '@backstage/dev-utils';
2018
import { EntityProvider } from '@backstage/plugin-catalog-react';

workspaces/jfrog-artifactory/plugins/jfrog-artifactory/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@
3030
"tsc": "tsc"
3131
},
3232
"dependencies": {
33-
"@backstage/catalog-model": "^1.7.3",
34-
"@backstage/core-components": "^0.16.4",
35-
"@backstage/core-plugin-api": "^1.10.4",
36-
"@backstage/plugin-catalog-react": "^1.15.2",
37-
"@backstage/theme": "^0.6.4",
33+
"@backstage/catalog-model": "^1.7.4",
34+
"@backstage/core-components": "^0.17.2",
35+
"@backstage/core-plugin-api": "^1.10.7",
36+
"@backstage/plugin-catalog-react": "^1.18.0",
37+
"@backstage/theme": "^0.6.6",
3838
"@janus-idp/shared-react": "^2.16.0",
3939
"@material-ui/core": "^4.9.13",
4040
"@material-ui/icons": "^4.11.3",
@@ -45,10 +45,10 @@
4545
"react-dom": "^16.13.1 || ^17.0.0 || ^18.0.0"
4646
},
4747
"devDependencies": {
48-
"@backstage/cli": "^0.30.0",
49-
"@backstage/core-app-api": "^1.15.5",
50-
"@backstage/dev-utils": "^1.1.7",
51-
"@backstage/test-utils": "^1.7.5",
48+
"@backstage/cli": "^0.32.1",
49+
"@backstage/core-app-api": "^1.17.0",
50+
"@backstage/dev-utils": "^1.1.10",
51+
"@backstage/test-utils": "^1.7.8",
5252
"@redhat-developer/red-hat-developer-hub-theme": "0.4.0",
5353
"@testing-library/jest-dom": "6.6.3",
5454
"@testing-library/react": "14.3.1",

workspaces/jfrog-artifactory/plugins/jfrog-artifactory/report.api.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,9 @@
33
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
44
55
```ts
6-
/// <reference types="react" />
7-
86
import { BackstagePlugin } from '@backstage/core-plugin-api';
97
import { Entity } from '@backstage/catalog-model';
10-
import { JSX as JSX_2 } from 'react';
8+
import { JSX as JSX_2 } from 'react/jsx-runtime';
119
import { RouteRef } from '@backstage/core-plugin-api';
1210

1311
// @public (undocumented)

workspaces/jfrog-artifactory/plugins/jfrog-artifactory/src/components/JfrogArtifactoryDashboardPage/JfrogArtifactoryDashboardPage.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16-
import React from 'react';
17-
1816
import { useEntity } from '@backstage/plugin-catalog-react';
1917

2018
import { JfrogArtifactoryRepository } from '../JfrogArtifactoryRepository';

workspaces/jfrog-artifactory/plugins/jfrog-artifactory/src/components/JfrogArtifactoryRepository/JfrogArtifactoryRepository.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16-
import React, { useState } from 'react';
16+
import { useState } from 'react';
1717
import { useAsync } from 'react-use';
1818

1919
import { Link, Progress, Table } from '@backstage/core-components';

workspaces/jfrog-artifactory/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"rootDir": ".",
1414
"lib": ["DOM", "DOM.Iterable", "ScriptHost", "ES2022"],
1515
"target": "ES2022",
16-
"useUnknownInCatchVariables": false
16+
"useUnknownInCatchVariables": false,
17+
"jsx": "react-jsx"
1718
}
1819
}

0 commit comments

Comments
 (0)