Skip to content

Commit

Permalink
Fixing lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
jesuino committed Jun 28, 2024
1 parent ce636d3 commit 6cec799
Show file tree
Hide file tree
Showing 4 changed files with 216 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,14 @@
"bundleDependencies": true,
"peerDependencies": {
"@backstage/backend-common": "^0.22.0",
"@backstage/backend-plugin-api": "^0.6.18",
"@backstage/backend-plugin-api": "^0.6.21",
"@backstage/plugin-catalog-node": "^1.12.3",
"@backstage/plugin-events-node": "^0.3.7",
"@backstage/backend-tasks": "^0.5.23",
"@backstage/catalog-model": "^1.5.0",
"@backstage/config": "^1.2.0",
"@backstage/integration": "^1.11.0",
"@backstage/plugin-catalog-common": "^1.0.23",
"@backstage/plugin-catalog-node": "^1.12.0",
"@backstage/plugin-events-node": "^0.3.4"
"@backstage/plugin-catalog-common": "^1.0.23"
},
"overrides": {
"@aws-sdk/util-utf8-browser": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,10 @@
},
"dependencies": {
"@backstage/backend-common": "^0.22.0",
"@backstage/plugin-catalog-backend-module-gitlab": "0.3.16"
"@backstage/backend-plugin-api": "^0.6.21",
"@backstage/plugin-catalog-backend-module-gitlab": "0.3.16",
"@backstage/plugin-catalog-node": "^1.12.3",
"@backstage/plugin-events-node": "^0.3.7"
},
"devDependencies": {
"@backstage/cli": "0.26.4",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import {
coreServices,
createBackendModule,
} from '@backstage/backend-plugin-api';
import { catalogProcessingExtensionPoint } from '@backstage/plugin-catalog-node';
import { catalogProcessingExtensionPoint } from '@backstage/plugin-catalog-node/alpha';
import { GitlabOrgDiscoveryEntityProvider } from '@backstage/plugin-catalog-backend-module-gitlab';
import { eventsServiceRef } from '@backstage/plugin-events-node';

Expand Down
208 changes: 207 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4116,6 +4116,75 @@
yauzl "^3.0.0"
yn "^4.0.0"

"@backstage/backend-common@^0.23.2":
version "0.23.2"
resolved "https://registry.yarnpkg.com/@backstage/backend-common/-/backend-common-0.23.2.tgz#d6374b5b8c4ebbedc58a2cd1560d0545231dda62"
integrity sha512-wCTvXvVxyCUJrHGoFGm941RWyxluzBOeuP4indoCtiJFngO0I0xsxkx7x1N/N9EVpi8/4gPzRhPEG8no3Dw2rQ==
dependencies:
"@aws-sdk/abort-controller" "^3.347.0"
"@aws-sdk/client-codecommit" "^3.350.0"
"@aws-sdk/client-s3" "^3.350.0"
"@aws-sdk/credential-providers" "^3.350.0"
"@aws-sdk/types" "^3.347.0"
"@backstage/backend-dev-utils" "^0.1.4"
"@backstage/backend-plugin-api" "^0.6.21"
"@backstage/cli-common" "^0.1.14"
"@backstage/config" "^1.2.0"
"@backstage/config-loader" "^1.8.1"
"@backstage/errors" "^1.2.4"
"@backstage/integration" "^1.12.0"
"@backstage/integration-aws-node" "^0.1.12"
"@backstage/plugin-auth-node" "^0.4.16"
"@backstage/types" "^1.1.1"
"@google-cloud/storage" "^7.0.0"
"@keyv/memcache" "^1.3.5"
"@keyv/redis" "^2.5.3"
"@kubernetes/client-node" "0.20.0"
"@manypkg/get-packages" "^1.1.3"
"@octokit/rest" "^19.0.3"
"@types/cors" "^2.8.6"
"@types/dockerode" "^3.3.0"
"@types/express" "^4.17.6"
"@types/luxon" "^3.0.0"
"@types/webpack-env" "^1.15.2"
archiver "^6.0.0"
base64-stream "^1.0.0"
compression "^1.7.4"
concat-stream "^2.0.0"
cors "^2.8.5"
dockerode "^4.0.0"
express "^4.17.1"
express-promise-router "^4.1.0"
fs-extra "^11.2.0"
git-url-parse "^14.0.0"
helmet "^6.0.0"
isomorphic-git "^1.23.0"
jose "^5.0.0"
keyv "^4.5.2"
knex "^3.0.0"
lodash "^4.17.21"
logform "^2.3.2"
luxon "^3.0.0"
minimatch "^9.0.0"
minimist "^1.2.5"
morgan "^1.10.0"
mysql2 "^3.0.0"
node-fetch "^2.6.7"
node-forge "^1.3.1"
p-limit "^3.1.0"
path-to-regexp "^6.2.1"
pg "^8.11.3"
raw-body "^2.4.1"
selfsigned "^2.0.0"
stoppable "^1.1.0"
tar "^6.1.12"
triple-beam "^1.4.1"
uuid "^9.0.0"
winston "^3.2.1"
winston-transport "^4.5.0"
yauzl "^3.0.0"
yn "^4.0.0"

"@backstage/[email protected]":
version "0.2.17"
resolved "https://registry.yarnpkg.com/@backstage/backend-defaults/-/backend-defaults-0.2.17.tgz#cbb2b7e0ac2c9b340513e38d762f7bc2d06e0ce0"
Expand Down Expand Up @@ -4370,6 +4439,23 @@
express "^4.17.1"
knex "^3.0.0"

"@backstage/backend-plugin-api@^0.6.21":
version "0.6.21"
resolved "https://registry.yarnpkg.com/@backstage/backend-plugin-api/-/backend-plugin-api-0.6.21.tgz#0d1b9222a8e69cfd500a0789edaff7d14a77dffe"
integrity sha512-Cek3jgJmUY6oGDAYd7o/M6fezSnOIHzCBEsJHeE4vakdZ2vYOGVWPGIQmWSylEhK/oEL54JUslB5VjHo1onL9A==
dependencies:
"@backstage/cli-common" "^0.1.14"
"@backstage/config" "^1.2.0"
"@backstage/errors" "^1.2.4"
"@backstage/plugin-auth-node" "^0.4.16"
"@backstage/plugin-permission-common" "^0.7.14"
"@backstage/types" "^1.1.1"
"@types/express" "^4.17.6"
"@types/luxon" "^3.0.0"
express "^4.17.1"
knex "^3.0.0"
luxon "^3.0.0"

"@backstage/backend-tasks@^0.5.15", "@backstage/backend-tasks@^0.5.18", "@backstage/backend-tasks@^0.5.21":
version "0.5.21"
resolved "https://registry.npmjs.org/@backstage/backend-tasks/-/backend-tasks-0.5.21.tgz#5f8c76f903bfd782f7c9099a19b8ca34f540f8ca"
Expand Down Expand Up @@ -4506,6 +4592,11 @@
resolved "https://registry.yarnpkg.com/@backstage/cli-common/-/cli-common-0.1.13.tgz#cbeda6a359ca4437fc782f0ac51bb957e8d49e73"
integrity sha512-UMgNAIJSeEPSMkzxiWCP8aFR8APsG21XczDnzwHdL/41F7g2C+KA6UeQc/3tzbe8XQo+PxbNLpReZeKSSnSPSQ==

"@backstage/cli-common@^0.1.14":
version "0.1.14"
resolved "https://registry.yarnpkg.com/@backstage/cli-common/-/cli-common-0.1.14.tgz#2291520acfbac860a05dd48fc3b876d5cd789b76"
integrity sha512-4kGWGrFuxoaCne2aHCOVW+vi8y2MLEMEj785SEApMG2J8jXJXUuIOzWw0MrN0pM1FqBXDb6aeQd+bmQMK/Ci+w==

"@backstage/[email protected]", "@backstage/cli-node@^0.2.5":
version "0.2.5"
resolved "https://registry.yarnpkg.com/@backstage/cli-node/-/cli-node-0.2.5.tgz#553257a70cb7bc5c8097ed0c801eb87295164771"
Expand Down Expand Up @@ -4695,6 +4786,28 @@
typescript-json-schema "^0.63.0"
yaml "^2.0.0"

"@backstage/config-loader@^1.8.1":
version "1.8.1"
resolved "https://registry.yarnpkg.com/@backstage/config-loader/-/config-loader-1.8.1.tgz#4383309ffe0488fa6c9dac33f3bec96181750e42"
integrity sha512-oPT+TZK1ppBjQXgOJ+pfsfE/Lov596WlBc5po9wElgnbQ720OsyAmystLKecvZ1HAjC/IGLKrPZMh9OAy/k36Q==
dependencies:
"@backstage/cli-common" "^0.1.14"
"@backstage/config" "^1.2.0"
"@backstage/errors" "^1.2.4"
"@backstage/types" "^1.1.1"
"@types/json-schema" "^7.0.6"
ajv "^8.10.0"
chokidar "^3.5.2"
fs-extra "^11.2.0"
json-schema "^0.4.0"
json-schema-merge-allof "^0.8.1"
json-schema-traverse "^1.0.0"
lodash "^4.17.21"
minimist "^1.2.5"
node-fetch "^2.6.7"
typescript-json-schema "^0.63.0"
yaml "^2.0.0"

"@backstage/[email protected]", "@backstage/config@^1.1.1", "@backstage/config@^1.2.0":
version "1.2.0"
resolved "https://registry.yarnpkg.com/@backstage/config/-/config-1.2.0.tgz#6a4d93197d0586ee3a40f9e4877c5cfd76c128f3"
Expand Down Expand Up @@ -5110,6 +5223,21 @@
lodash "^4.17.21"
luxon "^3.0.0"

"@backstage/integration@^1.12.0":
version "1.12.0"
resolved "https://registry.yarnpkg.com/@backstage/integration/-/integration-1.12.0.tgz#3e65aae7984dfc85de5a42140b8a581d76656459"
integrity sha512-4MpRYuV+IkzZ+BzMIkmtxR1YyhidIq7+JccqXXhorI8BoAQLUmTZqlryTh9uiWIwY4u/GrIUIvZ81fPVxALjCQ==
dependencies:
"@azure/identity" "^4.0.0"
"@backstage/config" "^1.2.0"
"@backstage/errors" "^1.2.4"
"@octokit/auth-app" "^4.0.0"
"@octokit/rest" "^19.0.3"
cross-fetch "^4.0.0"
git-url-parse "^14.0.0"
lodash "^4.17.21"
luxon "^3.0.0"

"@backstage/integration@^1.7.0", "@backstage/integration@^1.8.0", "@backstage/integration@^1.9.0", "@backstage/integration@^1.9.1":
version "1.9.1"
resolved "https://registry.yarnpkg.com/@backstage/integration/-/integration-1.9.1.tgz#31d98720383792a2bfd633274da7d1b49f9f49c4"
Expand Down Expand Up @@ -5513,6 +5641,29 @@
zod "^3.22.4"
zod-to-json-schema "^3.21.4"

"@backstage/plugin-auth-node@^0.4.16":
version "0.4.16"
resolved "https://registry.yarnpkg.com/@backstage/plugin-auth-node/-/plugin-auth-node-0.4.16.tgz#06409aa6b132c4415eb4390b95edf8f671450175"
integrity sha512-U687eLZ2fjvweR7861OB5h4E8xZSEOdvaOZeRKAFQ/Evh+KdsqCkmxHdNvS006ghG0+K9dXwjSFDQqz35StgyQ==
dependencies:
"@backstage/backend-common" "^0.23.2"
"@backstage/backend-plugin-api" "^0.6.21"
"@backstage/catalog-client" "^1.6.5"
"@backstage/catalog-model" "^1.5.0"
"@backstage/config" "^1.2.0"
"@backstage/errors" "^1.2.4"
"@backstage/types" "^1.1.1"
"@types/express" "*"
"@types/passport" "^1.0.3"
express "^4.17.1"
jose "^5.0.0"
lodash "^4.17.21"
node-fetch "^2.6.7"
passport "^0.7.0"
winston "^3.2.1"
zod "^3.22.4"
zod-to-json-schema "^3.21.4"

"@backstage/plugin-auth-react@^0.1.0":
version "0.1.1"
resolved "https://registry.yarnpkg.com/@backstage/plugin-auth-react/-/plugin-auth-react-0.1.1.tgz#8307b83c6d1958c2a0c790bed5d9d9c3f6598670"
Expand Down Expand Up @@ -5814,6 +5965,15 @@
"@backstage/plugin-permission-common" "^0.7.13"
"@backstage/plugin-search-common" "^1.2.11"

"@backstage/plugin-catalog-common@^1.0.24":
version "1.0.24"
resolved "https://registry.yarnpkg.com/@backstage/plugin-catalog-common/-/plugin-catalog-common-1.0.24.tgz#022c408b0e8c6b55e89779c6f4fef5f09e9f8e89"
integrity sha512-LozPOa/HgDdobb4/p54W02+exZfuu0tIdKs3OCdvcd8xRh4Y30Qxqpi/kGwsSXCLCBNZv3ffNRuzmYe58VlX/w==
dependencies:
"@backstage/catalog-model" "^1.5.0"
"@backstage/plugin-permission-common" "^0.7.14"
"@backstage/plugin-search-common" "^1.2.12"

"@backstage/[email protected]":
version "0.4.4"
resolved "https://registry.yarnpkg.com/@backstage/plugin-catalog-graph/-/plugin-catalog-graph-0.4.4.tgz#ff26dcec8ae437d07bbdc98093aa52503fe2a1b1"
Expand Down Expand Up @@ -5908,6 +6068,20 @@
"@backstage/plugin-permission-node" "^0.7.29"
"@backstage/types" "^1.1.1"

"@backstage/plugin-catalog-node@^1.12.3":
version "1.12.3"
resolved "https://registry.yarnpkg.com/@backstage/plugin-catalog-node/-/plugin-catalog-node-1.12.3.tgz#1a25c5f9ddf84d0d63881172a3edfdaae494c4e3"
integrity sha512-ovPF32JtyYzs53N8WLisH9nzYRZNOcSV3nIaql69BzfX8hyfnh7kPdSfxWsSYJANHIyL5z27kUHSAoFxq/tZnQ==
dependencies:
"@backstage/backend-plugin-api" "^0.6.21"
"@backstage/catalog-client" "^1.6.5"
"@backstage/catalog-model" "^1.5.0"
"@backstage/errors" "^1.2.4"
"@backstage/plugin-catalog-common" "^1.0.24"
"@backstage/plugin-permission-common" "^0.7.14"
"@backstage/plugin-permission-node" "^0.7.32"
"@backstage/types" "^1.1.1"

"@backstage/[email protected]", "@backstage/plugin-catalog-react@^1.11.3":
version "1.11.3"
resolved "https://registry.yarnpkg.com/@backstage/plugin-catalog-react/-/plugin-catalog-react-1.11.3.tgz#e83948f3c921791066499d30ef487a9f4ce5964b"
Expand Down Expand Up @@ -6071,6 +6245,13 @@
dependencies:
"@backstage/backend-plugin-api" "^0.6.18"

"@backstage/plugin-events-node@^0.3.7":
version "0.3.7"
resolved "https://registry.yarnpkg.com/@backstage/plugin-events-node/-/plugin-events-node-0.3.7.tgz#c97d3d5fa4dbd003d8db20de837729d70d0278e4"
integrity sha512-rjehJ8uBrU5oe1wXgLQ71CO34aNSqRTlbkc2SgSYLgrDLqk/tOjUo36M1HOHZODLokqndu20PSxXM3SfUQMEOg==
dependencies:
"@backstage/backend-plugin-api" "^0.6.21"

"@backstage/plugin-home-react@^0.1.12":
version "0.1.12"
resolved "https://registry.yarnpkg.com/@backstage/plugin-home-react/-/plugin-home-react-0.1.12.tgz#414997aa79e1c98e208233aab1e71eb5e8f81b55"
Expand Down Expand Up @@ -6367,6 +6548,23 @@
zod "^3.22.4"
zod-to-json-schema "^3.20.4"

"@backstage/plugin-permission-node@^0.7.32":
version "0.7.32"
resolved "https://registry.yarnpkg.com/@backstage/plugin-permission-node/-/plugin-permission-node-0.7.32.tgz#e462a4c8d6d8021ae5d8ff64bec84e176641fd77"
integrity sha512-jNKa2sNcQdbcQiGM8gdQa7SsX7SSAGmSUfLoD3F1BF9Hs18c90Mb1v1RFIcXfslHzzUVSLNFguRpZKZ+Mg0CPw==
dependencies:
"@backstage/backend-common" "^0.23.2"
"@backstage/backend-plugin-api" "^0.6.21"
"@backstage/config" "^1.2.0"
"@backstage/errors" "^1.2.4"
"@backstage/plugin-auth-node" "^0.4.16"
"@backstage/plugin-permission-common" "^0.7.14"
"@types/express" "^4.17.6"
express "^4.17.1"
express-promise-router "^4.1.0"
zod "^3.22.4"
zod-to-json-schema "^3.20.4"

"@backstage/[email protected]", "@backstage/plugin-permission-react@^0.4.22":
version "0.4.22"
resolved "https://registry.yarnpkg.com/@backstage/plugin-permission-react/-/plugin-permission-react-0.4.22.tgz#7a6d60a7ada0748ca7c23ccba64b1afc7b33045c"
Expand Down Expand Up @@ -7011,6 +7209,14 @@
"@backstage/plugin-permission-common" "^0.7.13"
"@backstage/types" "^1.1.1"

"@backstage/plugin-search-common@^1.2.12":
version "1.2.12"
resolved "https://registry.yarnpkg.com/@backstage/plugin-search-common/-/plugin-search-common-1.2.12.tgz#0575788183ad7a66d6496e2ba765ee11bada4f2d"
integrity sha512-tjRhkgUYenK+dr+PHiS6pnXASGEVmxqjgoWfYoVNlKcwrXYHbddDoUJ1n51P/urhHqGGiz9zJyt8og+gN+TNaQ==
dependencies:
"@backstage/plugin-permission-common" "^0.7.14"
"@backstage/types" "^1.1.1"

"@backstage/[email protected]", "@backstage/plugin-search-react@^1.7.10":
version "1.7.10"
resolved "https://registry.yarnpkg.com/@backstage/plugin-search-react/-/plugin-search-react-1.7.10.tgz#bdbf7e4d60f0561d1bd794d7585e0cb1621caba6"
Expand Down Expand Up @@ -29175,7 +29381,7 @@ trim-right@^1.0.1:
resolved "https://registry.yarnpkg.com/trim-right/-/trim-right-1.0.1.tgz#cb2e1203067e0c8de1f614094b9fe45704ea6003"
integrity sha512-WZGXGstmCWgeevgTL54hrCuw1dyMQIzWy7ZfqRJfSmJZBwklI15egmQytFP6bPidmw3M8d5yEowl1niq4vmqZw==

triple-beam@^1.3.0:
triple-beam@^1.3.0, triple-beam@^1.4.1:
version "1.4.1"
resolved "https://registry.yarnpkg.com/triple-beam/-/triple-beam-1.4.1.tgz#6fde70271dc6e5d73ca0c3b24e2d92afb7441984"
integrity sha512-aZbgViZrg1QNcG+LULa7nhZpJTZSLm/mXnHXnbAbjmN5aSa0y7V+wvv6+4WaBtpISJzThKy+PIPxc1Nq1EJ9mg==
Expand Down

0 comments on commit 6cec799

Please sign in to comment.