Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (janus-idp#579)
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 18, 2023
1 parent d31e0d2 commit b5ba124
Show file tree
Hide file tree
Showing 8 changed files with 244 additions and 101 deletions.
15 changes: 15 additions & 0 deletions .changeset/renovate-6e4e44c.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
'app': patch
'backend': patch
'@internal/plugin-scalprum-backend': patch
---

Updated dependency `@mui/icons-material` to `5.14.14`.
Updated dependency `@mui/lab` to `5.0.0-alpha.149`.
Updated dependency `@mui/material` to `5.14.14`.
Updated dependency `react-router-dom` to `6.17.0`.
Updated dependency `@types/node` to `18.18.5`.
Updated dependency `@types/react` to `17.0.68`.
Updated dependency `better-sqlite3` to `8.7.0`.
Updated dependency `winston` to `3.11.0`.
Updated dependency `@types/express` to `4.17.19`.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.18.0
18.18.2
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.1695740477 AS skeleton
FROM registry.access.redhat.com/ubi9/nodejs-18:1-70.1697547871 AS skeleton
# hadolint ignore=DL3002
USER 0

Expand Down Expand Up @@ -103,7 +103,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.1695740475 AS runner
FROM registry.access.redhat.com/ubi9/nodejs-18-minimal:1-74.1697537911 AS runner
USER 0

# Env vars
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@
"lint-staged": "14.0.1",
"node-gyp": "9.4.0",
"prettier": "3.0.3",
"turbo": "1.10.14",
"turbo": "1.10.15",
"typescript": "5.2.2"
},
"resolutions": {
"@types/react": "17.0.66",
"@types/react": "17.0.68",
"@types/react-dom": "17.0.21"
},
"prettier": "@spotify/prettier-config",
Expand Down
12 changes: 6 additions & 6 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.3.1",
"@janus-idp/backstage-plugin-tekton": "2.0.0",
"@janus-idp/backstage-plugin-topology": "1.15.6",
"@mui/icons-material": "5.14.11",
"@mui/lab": "5.0.0-alpha.146",
"@mui/material": "5.14.11",
"@mui/icons-material": "5.14.14",
"@mui/lab": "5.0.0-alpha.149",
"@mui/material": "5.14.14",
"@roadiehq/backstage-plugin-argo-cd": "2.3.4",
"@roadiehq/backstage-plugin-datadog": "2.1.16",
"@roadiehq/backstage-plugin-github-insights": "2.3.21",
Expand All @@ -71,7 +71,7 @@
"history": "5.3.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-router-dom": "6.16.0",
"react-router-dom": "6.17.0",
"react-use": "17.4.0",
"swr": "2.2.4",
"tss-react": "4.9.2"
Expand All @@ -83,8 +83,8 @@
"@testing-library/react": "12.1.5",
"@testing-library/react-hooks": "8.0.1",
"@testing-library/user-event": "14.4.3",
"@types/node": "18.18.0",
"@types/react": "17.0.66",
"@types/node": "18.18.5",
"@types/react": "17.0.68",
"@types/react-dom": "17.0.21"
},
"browserslist": {
Expand Down
6 changes: 3 additions & 3 deletions packages/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,20 +54,20 @@
"@backstage/plugin-events-backend": "0.2.14",
"@backstage/plugin-events-node": "0.2.14",
"app": "*",
"better-sqlite3": "8.6.0",
"better-sqlite3": "8.7.0",
"dockerode": "3.3.5",
"express": "4.18.2",
"express-promise-router": "4.1.1",
"isolated-vm": "4.6.0",
"pg": "8.11.3",
"winston": "3.10.0",
"winston": "3.11.0",
"express-prom-bundle": "6.6.0",
"prom-client": "14.2.0"
},
"devDependencies": {
"@backstage/cli": "0.22.13",
"@types/dockerode": "3.3.20",
"@types/express": "4.17.18",
"@types/express": "4.17.19",
"@types/express-serve-static-core": "4.17.37"
},
"files": [
Expand Down
4 changes: 2 additions & 2 deletions plugins/scalprum-backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@
"@backstage/backend-plugin-api": "^0.6.5",
"@backstage/backend-plugin-manager": "npm:@janus-idp/backend-plugin-manager@0.0.5-janus.0",
"@backstage/config": "^1.1.0",
"@types/express": "4.17.18",
"@types/express": "4.17.19",
"express": "4.18.2",
"express-promise-router": "4.1.1",
"node-fetch": "2.7.0",
"winston": "3.10.0"
"winston": "3.11.0"
},
"devDependencies": {
"@backstage/cli": "0.22.13",
Expand Down
Loading

0 comments on commit b5ba124

Please sign in to comment.