Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (janus-idp#630)
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Oct 31, 2023
1 parent a55e658 commit e6fe17b
Show file tree
Hide file tree
Showing 10 changed files with 300 additions and 263 deletions.
14 changes: 14 additions & 0 deletions .changeset/renovate-5fc1853.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
'app': patch
'backend': patch
'@internal/plugin-scalprum-backend': patch
---

Updated dependency `@mui/icons-material` to `5.14.15`.
Updated dependency `@mui/lab` to `5.0.0-alpha.150`.
Updated dependency `@mui/material` to `5.14.15`.
Updated dependency `tss-react` to `4.9.3`.
Updated dependency `@types/node` to `18.18.7`.
Updated dependency `@types/react` to `17.0.69`.
Updated dependency `@types/react-dom` to `17.0.22`.
Updated dependency `@types/express` to `4.17.20`.
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# 4. add Brew metadata

# Stage 1 - Build nodejs skeleton
FROM registry.access.redhat.com/ubi9/nodejs-18:1-70.1697547871 AS skeleton
FROM registry.access.redhat.com/ubi9/nodejs-18:1-70.1697667811 AS skeleton
# hadolint ignore=DL3002
USER 0

Expand Down Expand Up @@ -93,7 +93,7 @@ COPY $EXTERNAL_SOURCE_NESTED/dynamic-plugins.default.yaml ./
RUN $YARN install --frozen-lockfile --production --network-timeout 600000

# Stage 5 - Build the runner image
FROM registry.access.redhat.com/ubi9/nodejs-18-minimal:1-74.1697537911 AS runner
FROM registry.access.redhat.com/ubi9/nodejs-18-minimal:1-74.1697662866 AS runner
USER 0

# Env vars
Expand Down
2 changes: 1 addition & 1 deletion dynamic-plugins/imports/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"devDependencies": {
"@backstage/cli": "0.23.1",
"tar": "6.1.12"
"tar": "6.2.0"
},
"peerDependencies": {}
}
2 changes: 1 addition & 1 deletion e2e-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
"cypress": "13.3.3",
"eslint": "8.52.0",
"eslint-plugin-cypress": "2.15.1",
"typescript": "5.0.4"
"typescript": "5.2.2"
}
}
8 changes: 4 additions & 4 deletions e2e-test/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1898,10 +1898,10 @@ type-fest@^0.21.3:
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.21.3.tgz#d260a24b0198436e133fa26a524a6d65fa3b2e37"
integrity sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==

typescript@5.0.4:
version "5.0.4"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.0.4.tgz#b217fd20119bd61a94d4011274e0ab369058da3b"
integrity sha512-cW9T5W9xY37cc+jfEnaUvX91foxtHkza3Nw3wkoF4sSlKn0MONdkdEndig/qPBWXNkmplh3NzayQzCiHM4/hqw==
typescript@5.2.2:
version "5.2.2"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.2.2.tgz#5ebb5e5a5b75f085f22bc3f8460fba308310fa78"
integrity sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==

undici-types@~5.26.4:
version "5.26.5"
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
]
},
"dependencies": {
"node-gyp": "9.4.0"
"node-gyp": "9.4.1"
},
"devDependencies": {
"@backstage/cli": "0.23.1",
Expand All @@ -48,12 +48,12 @@
"husky": "8.0.3",
"lint-staged": "15.0.2",
"prettier": "3.0.3",
"turbo": "1.10.15",
"turbo": "1.10.16",
"typescript": "5.2.2"
},
"resolutions": {
"@types/react": "17.0.68",
"@types/react-dom": "17.0.21"
"@types/react": "17.0.69",
"@types/react-dom": "17.0.22"
},
"prettier": "@spotify/prettier-config",
"lint-staged": {
Expand Down
14 changes: 7 additions & 7 deletions packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@
"@janus-idp/backstage-plugin-quay": "1.4.2",
"@janus-idp/backstage-plugin-tekton": "3.0.2",
"@janus-idp/backstage-plugin-topology": "1.15.9",
"@mui/icons-material": "5.14.14",
"@mui/lab": "5.0.0-alpha.149",
"@mui/material": "5.14.14",
"@mui/icons-material": "5.14.15",
"@mui/lab": "5.0.0-alpha.150",
"@mui/material": "5.14.15",
"@roadiehq/backstage-plugin-argo-cd": "2.3.5",
"@roadiehq/backstage-plugin-datadog": "2.2.0",
"@roadiehq/backstage-plugin-github-insights": "2.3.21",
Expand All @@ -74,7 +74,7 @@
"react-router-dom": "6.17.0",
"react-use": "17.4.0",
"swr": "2.2.4",
"tss-react": "4.9.2"
"tss-react": "4.9.3"
},
"devDependencies": {
"@backstage/test-utils": "1.4.4",
Expand All @@ -83,9 +83,9 @@
"@testing-library/react": "12.1.5",
"@testing-library/react-hooks": "8.0.1",
"@testing-library/user-event": "14.5.1",
"@types/node": "18.18.5",
"@types/react": "17.0.68",
"@types/react-dom": "17.0.21"
"@types/node": "18.18.7",
"@types/react": "17.0.69",
"@types/react-dom": "17.0.22"
},
"browserslist": {
"production": [
Expand Down
2 changes: 1 addition & 1 deletion packages/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
},
"devDependencies": {
"@backstage/cli": "0.23.1",
"@types/express": "4.17.19",
"@types/express": "4.17.20",
"cross-env": "7.0.3"
},
"files": [
Expand Down
2 changes: 1 addition & 1 deletion plugins/scalprum-backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@backstage/backend-plugin-api": "0.6.6",
"@backstage/backend-plugin-manager": "npm:@janus-idp/backend-plugin-manager@0.0.2-janus.5",
"@backstage/config": "1.1.1",
"@types/express": "4.17.19",
"@types/express": "4.17.20",
"express": "4.18.2",
"node-fetch": "2.7.0",
"winston": "3.11.0"
Expand Down
Loading

0 comments on commit e6fe17b

Please sign in to comment.