Skip to content

Commit

Permalink
Upgrade yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
WCByrne committed Sep 30, 2024
1 parent 1cca228 commit 6ccbd6a
Show file tree
Hide file tree
Showing 10 changed files with 2,390 additions and 3,192 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: "18"
node-version: "20.12.2"
cache: yarn
- name: Install
run: yarn
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: "18"
node-version: "20.12.2"
cache: yarn
scope: "@lingo-app"
- name: Install
Expand Down
363 changes: 0 additions & 363 deletions .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs

This file was deleted.

9 changes: 0 additions & 9 deletions .yarn/plugins/@yarnpkg/plugin-typescript.cjs

This file was deleted.

550 changes: 0 additions & 550 deletions .yarn/plugins/@yarnpkg/plugin-version.cjs

This file was deleted.

801 changes: 0 additions & 801 deletions .yarn/releases/yarn-3.2.4.cjs

This file was deleted.

925 changes: 925 additions & 0 deletions .yarn/releases/yarn-4.5.0.cjs

Large diffs are not rendered by default.

14 changes: 5 additions & 9 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,11 @@
compressionLevel: mixed

enableGlobalCache: false

npmAuthToken: "${NPM_AUTH_TOKEN:-}"

npmPublishAccess: public

npmPublishRegistry: "${NPM_REGISTRY:-}"

plugins:
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
spec: "@yarnpkg/plugin-interactive-tools"
- path: .yarn/plugins/@yarnpkg/plugin-typescript.cjs
spec: "@yarnpkg/plugin-typescript"
- path: .yarn/plugins/@yarnpkg/plugin-version.cjs
spec: "@yarnpkg/plugin-version"

yarnPath: .yarn/releases/yarn-3.2.4.cjs
yarnPath: .yarn/releases/yarn-4.5.0.cjs
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"build": "tsc --project tsconfig.build.json",
"test": "jest ./test/unitTests",
"integration-test": "jest ./test/integrationTests",
"validate": "prettier --check \"./**/*.ts\" && eslint './{src,test}/**/*.{js,ts}'",
"validate": "prettier --check \"./{src,test}/**/*.ts\" && eslint './{src,test}/**/*.{js,ts}'",
"format": "prettier --write \"./**/*.ts\"",
"setup": "yarn dlx @yarnpkg/sdks vscode"
},
Expand Down Expand Up @@ -46,5 +46,5 @@
"preset": "ts-jest",
"globals": {}
},
"packageManager": "yarn@3.2.4"
"packageManager": "yarn@4.5.0"
}
2,912 changes: 1,456 additions & 1,456 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit 6ccbd6a

Please sign in to comment.