Skip to content

Commit

Permalink
feat: upgrade yarn (#4142)
Browse files Browse the repository at this point in the history
  • Loading branch information
tlebon authored Apr 27, 2023
1 parent b51fb16 commit cc60394
Show file tree
Hide file tree
Showing 8 changed files with 21,249 additions and 13,513 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_build_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,15 +62,15 @@ jobs:
access_token: ${{github.token}}

- name: Yarn cache
uses: c-hive/gha-yarn-cache@v2
uses: c-hive/gha-yarn-cache@v2.1.0

- name: Authenticate git clone
env:
GH_TOKEN: ${{secrets.OTTO_THE_BOT_GH_TOKEN}}
run: echo -e "machine github.com\n login ${GH_TOKEN}" > ~/.netrc

- name: Install JS dependencies
run: yarn --frozen-lockfile
run: yarn --immutable

- name: Test
if: matrix.DISTRIBUTION == 'DISTRIBUTION_0'
Expand Down
18 changes: 18 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,21 @@ wire-account.zip
.env.defaults
/config
resource

# yarn 2 - not using zero-installs
.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions

# yarn 2 - not using zero-installs
server/.pnp.*
server/.yarn/*
server/!.yarn/patches
server/!.yarn/plugins
server/!.yarn/releases
server/!.yarn/sdks
server/!.yarn/versions
541 changes: 541 additions & 0 deletions .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs

Large diffs are not rendered by default.

873 changes: 873 additions & 0 deletions .yarn/releases/yarn-3.5.0.cjs

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
nodeLinker: node-modules

npmRegistryServer: 'https://registry.npmjs.org'

plugins:
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
spec: '@yarnpkg/plugin-interactive-tools'

yarnPath: .yarn/releases/yarn-3.5.0.cjs
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -128,5 +128,6 @@
"webpack:dev": "webpack --config webpack.config.dev.js",
"changelog": "node ./bin/changelog.js"
},
"version": "2.5.0"
"version": "2.5.0",
"packageManager": "[email protected]"
}
10,170 changes: 6,217 additions & 3,953 deletions server/yarn.lock

Large diffs are not rendered by default.

23,144 changes: 13,587 additions & 9,557 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit cc60394

Please sign in to comment.