Skip to content

Commit

Permalink
chore: Update yarn to 4.x
Browse files Browse the repository at this point in the history
  • Loading branch information
mromulus committed Feb 16, 2024
1 parent 6510f09 commit c93e97b
Show file tree
Hide file tree
Showing 6 changed files with 1,068 additions and 1,624 deletions.
6 changes: 0 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,6 @@
/node_modules
.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions

spec/examples.txt

Expand All @@ -55,6 +50,5 @@ node_modules
# https://vitejs.dev/guide/env-and-mode.html#env-files
*.local


.env
.makerc-vars
546 changes: 0 additions & 546 deletions .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs

This file was deleted.

7 changes: 2 additions & 5 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
compressionLevel: mixed
enableGlobalCache: false
enableTelemetry: 0

nodeLinker: node-modules

plugins:
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
spec: "@yarnpkg/plugin-interactive-tools"
5 changes: 2 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,7 @@ RUN apk add --no-cache --update build-base \
graphviz \
ttf-dejavu

RUN corepack enable && yarn set version stable

RUN corepack enable

RUN mkdir $APP_PATH
WORKDIR $APP_PATH
Expand Down Expand Up @@ -94,7 +93,7 @@ RUN apk add --no-cache --update \
tzdata \
less

RUN corepack enable && yarn set version stable
RUN corepack enable

RUN addgroup -S -g ${CONTAINER_GROUP_ID} $CONTAINER_USER_NAME && adduser -S -u ${CONTAINER_USER_ID} -g $CONTAINER_USER_NAME -h /home/$CONTAINER_USER_NAME -s /bin/bash $CONTAINER_USER_NAME

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@
"defaults"
],
"type": "module",
"packageManager": "yarn@3.3.1"
"packageManager": "yarn@4.1.0"
}
Loading

0 comments on commit c93e97b

Please sign in to comment.