8000 chore(deps): bump @backstage/plugin-github-actions from 0.6.10 to 0.6… · coder/backstage-plugins@e81208b · GitHub
[go: up one dir, main page]

Skip to content

Commit e81208b

Browse files
chore(deps): bump @backstage/plugin-github-actions from 0.6.10 to 0.6.14 (#99)
Bumps [@backstage/plugin-github-actions](https://github.com/backstage/backstage/tree/HEAD/plugins/github-actions) from 0.6.10 to 0.6.14. - [Release notes](https://github.com/backstage/backstage/releases) - [Changelog](https://github.com/backstage/backstage/blob/master/plugins/github-actions/CHANGELOG.md) - [Commits](https://github.com/backstage/backstage/commits/HEAD/plugins/github-actions) --- updated-dependencies: - dependency-name: "@backstage/plugin-github-actions" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 76d4fc6 commit e81208b

File tree

2 files changed

+54
-41
lines changed

2 files changed

+54
-41
lines changed

packages/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@backstage/plugin-catalog-graph": "^0.3.3",
2828
"@backstage/plugin-catalog-import": "^0.10.5",
2929
"@backstage/plugin-catalog-react": "^1.9.3",
30-
"@backstage/plugin-github-actions": "^0.6.10",
30+
"@backstage/plugin-github-actions": "^0.6.14",
3131
"@backstage/plugin-org": "^0.6.19",
3232
"@backstage/plugin-permission-react": "^0.4.19",
3333
"@backstage/plugin-scaffolder": "^1.17.1",

yarn.lock

Lines changed: 53 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -2333,6 +2333,16 @@
23332333
cross-fetch "^4.0.0"
23342334
uri-template "^2.0.0"
23352335

2336+
"@backstage/catalog-client@^1.6.3":
2337+
version "1.6.3"
2338+
resolved "https://registry.yarnpkg.com/@backstage/catalog-client/-/catalog-client-1.6.3.tgz#ee09bfc685b7721b4bced2d32b53733c4c16ce48"
2339+
integrity sha512-yCgc/vi1eVnQ8cFw4+sVuRCWN69aR2LjAqaq+o4Bcq297mAC88qQOp2CdwQvFVoEGhgdfsZ/4SiGjFj+51tYrA==
2340+
dependencies:
2341+
"@backstage/catalog-model" "^1.4.5"
2342+
"@backstage/errors" "^1.2.4"
2343+
cross-fetch "^4.0.0"
2344+
uri-template "^2.0.0"
2345+
23362346
"@backstage/catalog-model@^1.4.3", "@backstage/catalog-model@^1.4.4", "@backstage/catalog-model@^1.4.5":
23372347
version "1.4.5"
23382348
resolved "https://registry.yarnpkg.com/@backstage/catalog-model/-/catalog-model-1.4.5.tgz#b8f6309ff12b72dffdfe852d615c553ae13452c0"
@@ -2640,10 +2650,10 @@
26402650
zen-observable "^0.10.0"
26412651
zod "^3.22.4"
26422652

2643-
"@backstage/core-components@^0.14.0", "@backstage/core-components@^0.14.1", "@backstage/core-components@^0.14.2":
2644-
version "0.14.2"
2645-
resolved "https://registry.yarnpkg.com/@backstage/core-components/-/core-components-0.14.2.tgz#5de725e18d8a8beaa7ab72623e88cd76f7ead30a"
2646-
integrity sha512-krOVmkNd3sSOPD8Glbql6sMXhthdj9CGSki72qtkkax8Xx9GmwJ2kGEA2yEHLzM8UVwkV+aMtlISA5AUyW6SJQ==
2653+
"@backstage/core-components@^0.14.0", "@backstage/core-components@^0.14.1", "@backstage/core-components@^0.14.2", "@backstage/core-components@^0.14.3":
2654+
version "0.14.3"
2655+
resolved "https://registry.yarnpkg.com/@backstage/core-components/-/core-components-0.14.3.tgz#3de6ebe04d31ef6dc53b127b12d76490c7bba749"
2656+
integrity sha512-2NmGRkvyxJtzPnosfus1gIhP6mqFi9UxeBbjsdpKQTemnSDs6mt52MuGrCgKPvxLAzoLIQz0R4ontQWV045nIA==
26472657
dependencies:
26482658
"@backstage/config" "^1.2.0"
26492659
"@backstage/core-plugin-api" "^1.9.1"
@@ -2769,6 +2779,21 @@
27692779
zod "^3.22.4"
27702780
zod-to-json-schema "^3.21.4"
27712781

2782+
"@backstage/frontend-plugin-api@^0.6.3":
2783+
version "0.6.3"
2784+
resolved "https://registry.yarnpkg.com/@backstage/frontend-plugin-api/-/frontend-plugin-api-0.6.3.tgz#12a1909fec657eee8a90534fd0b5e3520d719bdb"
2785+
integrity sha512-AxfCcfSRp+mGdss2AEZDg84GTsJhfH1goxBpCrAzAZJa4ymvek0lYiDvTDhVVBHx01wMUoka7OWX2YlBd0MJRg==
2786+
dependencies:
2787+
"@backstage/core-components" "^0.14.3"
2788+
"@backstage/core-plugin-api" "^1.9.1"
2789+
"@backstage/types" "^1.1.1"
2790+
"@backstage/version-bridge" "^1.0.7"
2791+
"@material-ui/core" "^4.12.4"
2792+
"@types/react" "^16.13.1 || ^17.0.0 || ^18.0.0"
2793+
lodash "^4.17.21"
2794+
zod "^3.22.4"
2795+
zod-to-json-schema "^3.21.4"
2796+
27722797
"@backstage/integration-aws-node@^0.1.11", "@backstage/integration-aws-node@^0.1.8", "@backstage/integration-aws-node@^0.1.9":
27732798
version "0.1.11"
27742799
resolved "https://registry.yarnpkg.com/@backstage/integration-aws-node/-/integration-aws-node-0.1.11.tgz#2900fe695badf4816c9c59e059c013f74438e7cd"
@@ -2782,19 +2807,7 @@
27822807
"@backstage/config" "^1.2.0"
27832808
"@backstage/errors" "^1.2.4"
27842809

2785-
"@backstage/integration-react@^1.1.23", "@backstage/integration-react@^1.1.24":
2786-
version "1.1.24"
2787-
resolved "https://registry.yarnpkg.com/@backstage/integration-react/-/integration-react-1.1.24.tgz#2ae41ca6ad73cf5064bbe988229f0c942ba39198"
2788-
integrity sha512-C7aIYFCU14drZx9k0knDZeY4uq4oN5gbI4OVYJtQFVdZlgWwUuycxtw8ar9XAEzIl+UgPcpIpIWsbvOLBb8Qaw==
2789-
dependencies:
2790-
"@backstage/config" "^1.1.1"
2791-
"@backstage/core-plugin-api" "^1.9.0"
2792-
"@backstage/integration" "^1.9.0"
2793-
"@material-ui/core" "^4.12.2"
2794-
"@material-ui/icons" "^4.9.1"
2795-
"@types/react" "^16.13.1 || ^17.0.0"
2796-
2797-
"@backstage/integration-react@^1.1.25":
2810+
"@backstage/integration-react@^1.1.23", "@backstage/integration-react@^1.1.24", "@backstage/integration-react@^1.1.25":
27982811
version "1.1.25"
27992812
resolved "https://registry.yarnpkg.com/@backstage/integration-react/-/integration-react-1.1.25.tgz#2849e063799b3c2915809ce9785253aefd4dd471"
28002813
integrity sha512-WLpAD66mraSOoT2CBXFjFWxIuYAUz/sVVQUYQbnUKHtTOUjILyBcaDhwVRxYPEFjJH2AgKPwTHzxoNpstH60aw==
@@ -3239,17 +3252,17 @@
32393252
"@backstage/plugin-permission-node" "^0.7.26"
32403253
"@backstage/types" "^1.1.1"
32413254

3242-
"@backstage/plugin-catalog-react@^1.10.0", "@backstage/plugin-catalog-react@^1.11.1", "@backstage/plugin-catalog-react@^1.9.3":
3243-
version "1.11.1"
3244-
resolved "https://registry.yarnpkg.com/@backstage/plugin-catalog-react/-/plugin-catalog-react-1.11.1.tgz#9419a9396682a21c447f6dbf7752e52a4e8eaa10"
3245-
integrity sha512-C1xo8TGpb2bQZ5cHU1Jbi2KSeNQj64Xw7ls7g5RQwzjEACrWot62MXPHhmVG66jztZazu3KiPeM/HCok4cJRGA==
3255+
"@backstage/plugin-catalog-react@^1.10.0", "@backstage/plugin-catalog-react@^1.11.1", "@backstage/plugin-catalog-react@^1.11.2", "@backstage/plugin-catalog-react@^1.9.3":
3256+
version "1.11.2"
3257+
resolved "https://registry.yarnpkg.com/@backstage/plugin-catalog-react/-/plugin-catalog-react-1.11.2.tgz#93191f382e47d3a415419e73b579327c3628148f"
3258+
integrity sha512-8n4/UrAhXoQol8rje/vaHAnYQrtlSxF2QVNenxWYLXZRr65wbWj5aa45UddkrcfaBOef7CNEDBoqRH+osHHCZQ==
32463259
dependencies:
3247-
"@backstage/catalog-client" "^1.6.2"
3260+
"@backstage/catalog-client" "^1.6.3"
32483261
"@backstage/catalog-model" "^1.4.5"
3249-
"@backstage/core-components" "^0.14.2"
3262+
"@backstage/core-components" "^0.14.3"
32503263
"@backstage/core-plugin-api" "^1.9.1"
32513264
"@backstage/errors" "^1.2.4"
3252-
"@backstage/frontend-plugin-api" "^0.6.2"
3265+
"@backstage/frontend-plugin-api" "^0.6.3"
32533266
"@backstage/integration-react" "^1.1.25"
32543267
"@backstage/plugin-catalog-common" "^1.0.22"
32553268
"@backstage/plugin-permission-common" "^0.7.13"
@@ -3309,23 +3322,23 @@
33093322
dependencies:
33103323
"@backstage/backend-plugin-api" "^0.6.9"
33113324

3312-
"@backstage/plugin-github-actions@^0.6.10":
3313-
version "0.6.10"
3314-
resolved "https://registry.yarnpkg.com/@backstage/plugin-github-actions/-/plugin-github-actions-0.6.10.tgz#d64e9ba81a2138d36feb5b45209d7701492de364"
3315-
integrity sha512-l+OdaQy2m02Or+wTwV7S3i A3D4 2YTntyJa+ek+8xgQbvpi1eUweRlSM10vMg9o5PtI+CR5njdkPHIMTQyWRP9nFgFw==
3325+
"@backstage/plugin-github-actions@^0.6.14":
3326+
version "0.6.14"
3327+
resolved "https://registry.yarnpkg.com/@backstage/plugin-github-actions/-/plugin-github-actions-0.6.14.tgz#ac917d6bfde4c452b9db2ef2341091aeccc789de"
3328+
integrity sha512-PSe2l+K5S/TuVBPg4GMIEjEjFk7kE5TkyqVFweUCtucdErrN3+Wmq+6zo6zXb1vA9hUOFcTueQVYiOXx50mWrA==
33163329
dependencies:
3317-
"@backstage/catalog-model" "^1.4.3"
3318-
"@backstage/core-components" "^0.13.10"
3319-
"@backstage/core-plugin-api" "^1.8.2"
3320-
"@backstage/integration" "^1.8.0"
3321-
"@backstage/integration-react" "^1.1.23"
3322-
"@backstage/plugin-catalog-react" "^1.9.3"
3330+
"@backstage/catalog-model" "^1.4.5"
3331+
"@backstage/core-components" "^0.14.3"
3332+
"@backstage/core-plugin-api" "^1.9.1"
3333+
"@backstage/integration" "^1.9.1"
3334+
"@backstage/integration-react" "^1.1.25"
3335+
"@backstage/plugin-catalog-react" "^1.11.2"
33233336
"@material-ui/core" "^4.12.2"
33243337
"@material-ui/icons" "^4.9.1"
33253338
"@material-ui/lab" "4.0.0-alpha.61"
33263339
"@octokit/rest" "^19.0.3"
3327-
"@types/react" "^16.13.1 || ^17.0.0"
3328-
git-url-parse "^13.0.0"
3340+
"@types/react" "^16.13.1 || ^17.0.0 || ^18.0.0"
3341+
git-url-parse "^14.0.0"
33293342
luxon "^3.0.0"
33303343
react-use "^17.2.4"
33313344

@@ -8994,9 +9007,9 @@
89949007
"@types/react" "*"
89959008

89969009
"@types/react@*", "@types/react@^16.13.1 || ^17.0.0", "@types/react@^16.13.1 || ^17.0.0 || ^18.0.0", "@types/react@^18":
8997-
version "18.2.72"
8998-
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.72.tgz#3341a6d0746d1c7d8510810319323850c04bd6ed"
8999-
integrity sha512-/e7GWxGzXQF7OJAua7UAYqYi/4VpXEfbGtmYQcAQwP3SjjjAXfybTf/JK5S+SaetB/ChXl8Y2g1hCsj7jDXxcg==
9010+
version "18.2.73"
9011+
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.73.tgz#0579548ad122660d99e00499d22e33b81e73ed94"
9012+
integrity sha512-XcGdod0Jjv84HOC7N5ziY3x+qL0AfmubvKOZ9hJjJ2yd5EE+KYjWhdOjt387e9HPheHkdggF9atTifMRtyAaRA==
90009013
dependencies:
90019014
"@types/prop-types" "*"
90029015
csstype "^3.0.2"
@@ -9830,7 +9843,7 @@ anymatch@^3.0.3, anymatch@~3.1.2:
98309843
"@backstage/plugin-catalog-graph" "^0.3.3"
98319844
"@backstage/plugin-catalog-import" "^0.10.5"
98329845
"@backstage/plugin-catalog-react" "^1.9.3"
9833-
"@backstage/plugin-github-actions" "^0.6.10"
9846+
"@backstage/plugin-github-actions" "^0.6.14"
98349847
"@backstage/plugin-org" "^0.6.19"
98359848
"@backstage/plugin-permission-react" "^0.4.19"
98369849
"@backstage/plugin-scaffolder" "^1.17.1"

0 commit comments

Comments
 (0)
0