Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ebebc0a

Browse files
chore(deps): update all non-major dependencies (#693)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6b8b82c commit ebebc0a

File tree

15 files changed

+630
-442
lines changed

15 files changed

+630
-442
lines changed

.changeset/renovate-129e1f6.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
'app': patch
3+
'backend': patch
4+
'@internal/plugin-dynamic-plugins-info-backend': patch
5+
'@internal/plugin-scalprum-backend': patch
6+
---
7+
8+
Updated dependency `@emotion/react` to `11.11.3`.
9+
Updated dependency `@mui/icons-material` to `5.15.6`.
10+
Updated dependency `@mui/lab` to `5.0.0-alpha.162`.
11+
Updated dependency `@mui/material` to `5.15.6`.
12+
Updated dependency `@scalprum/core` to `0.7.0`.
13+
Updated dependency `@scalprum/react-core` to `0.7.0`.
14+
Updated dependency `react-router-dom` to `6.21.3`.
15+
Updated dependency `react-use` to `17.5.0`.
16+
Updated dependency `@scalprum/react-test-utils` to `0.1.0`.
17+
Updated dependency `@types/node` to `18.19.9`.
18+
Updated dependency `better-sqlite3` to `9.3.0`.
19+
Updated dependency `express-rate-limit` to `7.1.5`.
20+
Updated dependency `isolated-vm` to `4.7.2`.
21+
Updated dependency `prom-client` to `15.1.0`.
22+
Updated dependency `@types/express` to `4.17.21`.

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
18.18.2
1+
18.19.0

docker/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
# 4. add Brew metadata
2020

2121
# Stage 1 - Build nodejs skeleton
22-
FROM registry.access.redhat.com/ubi9/nodejs-18:1-80 AS skeleton
22+
FROM registry.access.redhat.com/ubi9/nodejs-18:1-84 AS skeleton
2323
# hadolint ignore=DL3002
2424
USER 0
2525

@@ -94,7 +94,7 @@ COPY $EXTERNAL_SOURCE_NESTED/dynamic-plugins.default.yaml ./
9494
RUN $YARN install --frozen-lockfile --production --network-timeout 600000
9595

9696
# Stage 5 - Build the runner image
97-
FROM registry.access.redhat.com/ubi9/nodejs-18-minimal:1-85 AS runner
97+
FROM registry.access.redhat.com/ubi9/nodejs-18-minimal:1-89 AS runner
9898
USER 0
9999

100100
ENV CONTAINER_SOURCE=/opt/app-root/src

docker/brew.Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
# Stage 1 - Build nodejs skeleton
2222
#@follow_tag(registry.access.redhat.com/ubi9/nodejs-18:1)
23-
FROM registry.access.redhat.com/ubi9/nodejs-18:1-80 AS build
23+
FROM registry.access.redhat.com/ubi9/nodejs-18:1-84 AS build
2424
# hadolint ignore=DL3002
2525
USER 0
2626

@@ -168,7 +168,7 @@ RUN $YARN install --frozen-lockfile --production --network-timeout 600000
168168

169169
# Stage 5 - Build the runner image
170170
#@follow_tag(registry.access.redhat.com/ubi9/nodejs-18-minimal:1)
171-
FROM registry.access.redhat.com/ubi9/nodejs-18-minimal:1-85 AS runner
171+
FROM registry.access.redhat.com/ubi9/nodejs-18-minimal:1-89 AS runner
172172
USER 0
173173

174174
ENV CONTAINER_SOURCE=/opt/app-root/src

docker/prow.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# This Dockerfile used to run tests on OpenShift CI (Prow)
1717

1818
# Stage 1 - Build nodejs skeleton
19-
FROM registry.access.redhat.com/ubi9/nodejs-18:1-80 AS skeleton
19+
FROM registry.access.redhat.com/ubi9/nodejs-18:1-84 AS skeleton
2020
# hadolint ignore=DL3002
2121
USER 0
2222

dynamic-plugins/wrappers/backstage-plugin-lighthouse/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
},
2222
"dependencies": {
2323
"@backstage/plugin-lighthouse": "0.4.14",
24-
"@mui/icons-material": "5.14.16"
24+
"@mui/icons-material": "5.15.6"
2525
},
2626
"devDependencies": {
2727
"@backstage/cli": "0.25.1",

dynamic-plugins/wrappers/backstage-plugin-tech-radar/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"dependencies": {
2323
"@backstage/core-plugin-api": "1.8.2",
2424
"@backstage/plugin-tech-radar": "0.6.12",
25-
"@mui/icons-material": "5.14.16"
25+
"@mui/icons-material": "5.15.6"
2626
},
2727
"devDependencies": {
2828
"@backstage/cli": "0.25.1",

e2e-tests/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@
1313
"postinstall": "playwright install"
1414
},
1515
"devDependencies": {
16-
"@playwright/test": "1.40.1",
17-
"@types/node": "20.10.5",
16+
"@playwright/test": "1.41.1",
17+
"@types/node": "20.11.6",
1818
"@typescript-eslint/eslint-plugin": "5.59.6",
1919
"@typescript-eslint/parser": "5.59.6",
2020
"eslint": "8.40.0",
2121
"otplib": "12.0.1",
22-
"typescript": "5.0.4"
22+
"typescript": "5.3.3"
2323
},
2424
"dependencies": {
2525
"node-fetch": "3.3.2"

e2e-tests/yarn.lock

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -112,22 +112,22 @@
112112
"@otplib/plugin-crypto" "^12.0.1"
113113
"@otplib/plugin-thirty-two" "^12.0.1"
114114

115-
"@playwright/test@1.40.1":
116-
version "1.40.1"
117-
resolved "https://registry.yarnpkg.com/@playwright/test/-/test-1.40.1.tgz#9e66322d97b1d74b9f8718bacab15080f24cde65"
118-
integrity sha512-EaaawMTOeEItCRvfmkI9v6rBkF1svM8wjl/YPRrg2N2Wmp+4qJYkWtJsbew1szfKKDm6fPLy4YAanBhIlf9dWw==
115+
"@playwright/test@1.41.1":
116+
version "1.41.1"
117+
resolved "https://registry.yarnpkg.com/@playwright/test/-/test-1.41.1.tgz#6954139ed4a67999f1b17460aa3d184f4b334f18"
118+
integrity sha512-9g8EWTjiQ9yFBXc6HjCWe41msLpxEX0KhmfmPl9RPLJdfzL4F0lg2BdJ91O9azFdl11y1pmpwdjBiSxvqc+btw==
119119
dependencies:
120-
playwright "1.40.1"
120+
playwright "1.41.1"
121121

122122
"@types/json-schema@^7.0.9":
123123
version "7.0.11"
124124
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.11.tgz#d421b6c527a3037f7c84433fd2c4229e016863d3"
125125
integrity sha512-wOuvG1SN4Us4rez+tylwwwCV1psiNVOkJeM3AUWUNWg/jDQY2+HE/444y5gc+jBmRqASOm2Oeh5c1axHobwRKQ==
126126

127-
"@types/node@20.10.5":
128-
version "20.10.5"
129-
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.10.5.tgz#47ad460b514096b7ed63a1dae26fad0914ed3ab2"
130-
integrity sha512-nNPsNE65wjMxEKI93yOP+NPGGBJz/PoN3kZsVLee0XMiJolxSekEVD8wRwBUBqkwc7UWop0edW50yrCQW4CyRw==
127+
"@types/node@20.11.6":
128+
version "20.11.6"
129+
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.11.6.tgz#6adf4241460e28be53836529c033a41985f85b6e"
130+
integrity sha512-+EOokTnksGVgip2PbYbr3xnR7kZigh4LbybAfBAw5BpnQ+FqBYUsvCEjYd70IXKlbohQ64mzEYmMtlWUY8q//Q==
131131
dependencies:
132132
undici-types "~5.26.4"
133133

@@ -840,17 +840,17 @@ picomatch@^2.3.1:
840840
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42"
841841
integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==
842842

843-
playwright-core@1.40.1:
844-
version "1.40.1"
845-
resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.40.1.tgz#442d15e86866a87d90d07af528e0afabe4c75c05"
846-
integrity sha512-+hkOycxPiV534c4HhpfX6yrlawqVUzITRKwHAmYfmsVreltEl6fAZJ3DPfLMOODw0H3s1Itd6MDCWmP1fl/QvQ==
843+
playwright-core@1.41.1:
844+
version "1.41.1"
845+
resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.41.1.tgz#9c152670010d9d6f970f34b68e3e935d3c487431"
846+
integrity sha512-/KPO5DzXSMlxSX77wy+HihKGOunh3hqndhqeo/nMxfigiKzogn8kfL0ZBDu0L1RKgan5XHCPmn6zXd2NUJgjhg==
847847

848-
playwright@1.40.1:
849-
version "1.40.1"
850-
resolved "https://registry.yarnpkg.com/playwright/-/playwright-1.40.1.tgz#a11bf8dca15be5a194851dbbf3df235b9f53d7ae"
851-
integrity sha512-2eHI7IioIpQ0bS1Ovg/HszsN/XKNwEG1kbzSDDmADpclKc7CyqkHw7Mg2JCz/bbCxg25QUPcjksoMW7JcIFQmw==
848+
playwright@1.41.1:
849+
version "1.41.1"
850+
resolved "https://registry.yarnpkg.com/playwright/-/playwright-1.41.1.tgz#83325f34165840d019355c2a78a50f21ed9b9c85"
851+
integrity sha512-gdZAWG97oUnbBdRL3GuBvX3nDDmUOuqzV/D24dytqlKt+eI5KbwusluZRGljx1YoJKZ2NRPaeWiFTeGZO7SosQ==
852852
dependencies:
853-
playwright-core "1.40.1"
853+
playwright-core "1.41.1"
854854
optionalDependencies:
855855
fsevents "2.3.2"
856856

@@ -977,10 +977,10 @@ type-fest@^0.20.2:
977977
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.20.2.tgz#1bf207f4b28f91583666cb5fbd327887301cd5f4"
978978
integrity sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==
979979

980-
typescript@5.0.4:
981-
version "5.0.4"
982-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.0.4.tgz#b217fd20119bd61a94d4011274e0ab369058da3b"
983-
integrity sha512-cW9T5W9xY37cc+jfEnaUvX91foxtHkza3Nw3wkoF4sSlKn0MONdkdEndig/qPBWXNkmplh3NzayQzCiHM4/hqw==
980+
typescript@5.3.3:
981+
version "5.3.3"
982+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.3.3.tgz#b3ce6ba258e72e6305ba66f5c9b452aaee3ffe37"
983+
integrity sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==
984984

985985
undici-types@~5.26.4:
986986
version "5.26.5"

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -42,16 +42,16 @@
4242
},
4343
"devDependencies": {
4444
"@backstage/cli": "0.25.1",
45-
"@changesets/cli": "2.26.2",
46-
"@smithy/util-utf8": "2.0.2",
45+
"@changesets/cli": "2.27.1",
46+
"@smithy/util-utf8": "2.1.1",
4747
"@spotify/prettier-config": "15.0.0",
4848
"cross-var": "1.1.0",
4949
"husky": "8.0.3",
50-
"lint-staged": "15.0.2",
50+
"lint-staged": "15.2.0",
5151
"prettier": "3.1.1",
52-
"turbo": "1.10.16",
53-
"typescript": "5.2.2",
54-
"undici": "5.26.5"
52+
"turbo": "1.11.3",
53+
"typescript": "5.3.3",
54+
"undici": "5.28.2"
5555
},
5656
"resolutions": {
5757
"@types/react": "18",
@@ -66,5 +66,5 @@
6666
"*.{jsx,ts,tsx,mjs,cjs}": "turbo run lint --concurrency=1 -- --fix",
6767
"!(.eslintrc).js": "turbo run lint --concurrency=1 -- --fix"
6868
},
69-
"packageManager": "[email protected].19"
69+
"packageManager": "[email protected].21"
7070
}

0 commit comments

Comments
 (0)