Skip to content

Commit 6b0bd9a

Browse files
chore(deps): update yarn to v3.8.7 (redhat-developer#2326)
* chore(deps): update yarn to v3.8.7 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * update dockerfiles to use new yarn version Signed-off-by: Kashish Mittal <[email protected]> --------- Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Signed-off-by: Kashish Mittal <[email protected]> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Kashish Mittal <[email protected]>
1 parent 4db5bc8 commit 6b0bd9a

File tree

6 files changed

+122
-122
lines changed

6 files changed

+122
-122
lines changed

.rhdh/docker/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ ENV EXTERNAL_SOURCE_NESTED=$REMOTE_SOURCES/upstream1/app/distgit/containers/rhdh
4040
ENV CONTAINER_SOURCE=$REMOTE_SOURCES_DIR
4141

4242
# Env vars
43-
ENV YARN=$CONTAINER_SOURCE/.yarn/releases/yarn-3.8.6.cjs
43+
ENV YARN=$CONTAINER_SOURCE/.yarn/releases/yarn-3.8.7.cjs
4444

4545
WORKDIR $CONTAINER_SOURCE/
4646
COPY $EXTERNAL_SOURCE_NESTED/.yarn ./.yarn

.yarn/releases/yarn-3.8.6.cjs .yarn/releases/yarn-3.8.7.cjs

+116-116
Large diffs are not rendered by default.

.yarnrc.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ plugins:
44
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
55
spec: "@yarnpkg/plugin-workspace-tools"
66

7-
yarnPath: .yarn/releases/yarn-3.8.6.cjs
7+
yarnPath: .yarn/releases/yarn-3.8.7.cjs

docker/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ ENV EXTERNAL_SOURCE_NESTED=.
4040
ENV CONTAINER_SOURCE=/opt/app-root/src
4141

4242
# Env vars
43-
ENV YARN=$CONTAINER_SOURCE/.yarn/releases/yarn-3.8.6.cjs
43+
ENV YARN=$CONTAINER_SOURCE/.yarn/releases/yarn-3.8.7.cjs
4444

4545
WORKDIR $CONTAINER_SOURCE/
4646
COPY $EXTERNAL_SOURCE_NESTED/.yarn ./.yarn

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,5 +71,5 @@
7171
"jest": {
7272
"testTimeout": 20000
7373
},
74-
"packageManager": "[email protected].6"
74+
"packageManager": "[email protected].7"
7575
}

yarn.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -44401,11 +44401,11 @@ __metadata:
4440144401

4440244402
"typescript@patch:[email protected]#~builtin<compat/typescript>":
4440344403
version: 5.7.3
44404-
resolution: "typescript@patch:typescript@npm%3A5.7.3#~builtin<compat/typescript>::version=5.7.3&hash=cef18b"
44404+
resolution: "typescript@patch:typescript@npm%3A5.7.3#~builtin<compat/typescript>::version=5.7.3&hash=5786d5"
4440544405
bin:
4440644406
tsc: bin/tsc
4440744407
tsserver: bin/tsserver
44408-
checksum: 633cd749d6cd7bc842c6b6245847173bba99742a60776fae3c0fbcc0d1733cd51a733995e5f4dadd8afb0e64e57d3c7dbbeae953a072ee303940eca69e22f311
44408+
checksum: 081eb086b0247a54cd8d61e34c10c3325037b0fdf00e135738d923e4e79f492e128be31ed03980039874ef1aa2e6fded8067f7be0cd92790efd2576e1d70e723
4440944409
languageName: node
4441044410
linkType: hard
4441144411

0 commit comments

Comments
 (0)