Skip to content

Commit 65b6e24

Browse files
philibeascaleway-botchambo-e
authored
chore(yarn): upgrade yarn version (#505)
* chore(release): publish - @scaleway/[email protected] - @scaleway/[email protected] - @scaleway/[email protected] * Update .github/workflows/ci.yml Co-authored-by: Manu Chambon <[email protected]> Co-authored-by: Scaleway Bot <[email protected]> Co-authored-by: Manu Chambon <[email protected]>
1 parent 901b87a commit 65b6e24

File tree

7 files changed

+12516
-8848
lines changed

7 files changed

+12516
-8848
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
uses: actions/[email protected]
5353
with:
5454
node-version: 17
55-
- run: yarn --pure-lockfile
55+
- run: yarn --immutable --inline-builds
5656
- run: yarn run build
5757
- run: echo //registry.npmjs.org/:_authToken=${NPM_TOKEN} > .npmrc
5858
env:

.gitignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11
node_modules
2+
.yarn/*
3+
!.yarn/patches
4+
!.yarn/releases
5+
!.yarn/plugins
6+
!.yarn/sdks
7+
!.yarn/versions
8+
.pnp.*
9+
210
.eslintcache
311
dist
412
coverage

.yarn/install-state.gz

1.14 MB
Binary file not shown.

.yarn/releases/yarn-3.1.0.cjs

Lines changed: 768 additions & 0 deletions
Large diffs are not rendered by default.

.yarnrc.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
nodeLinker: node-modules
2+
3+
yarnPath: .yarn/releases/yarn-3.1.0.cjs

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"scripts": {
4343
"lint": "eslint --ext js,ts,tsx --cache .",
4444
"lint:fix": "yarn run lint --fix",
45-
"build": "lerna exec --stream --ignore @scaleway/eslint-* --ignore @scaleway/countries -- rollup -c ../../rollup.config.mjs",
45+
"build": "lerna exec --stream --ignore @scaleway/eslint-config-react --ignore @scaleway/countries -- rollup -c ../../rollup.config.mjs",
4646
"build:profile": "cross-env PROFILE=true yarn run build",
4747
"commit": "npx git-cz -a",
4848
"test": "TZ=UTC jest",
@@ -91,5 +91,6 @@
9191
}
9292
]
9393
]
94-
}
94+
},
95+
"packageManager": "[email protected]"
9596
}

yarn.lock

Lines changed: 11733 additions & 8845 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)