Skip to content

Commit 6b11ca5

Browse files
committed
Migrate to Yarn 4.11 and remove asdf-related files
1 parent 7e34732 commit 6b11ca5

File tree

11 files changed

+955
-957
lines changed

11 files changed

+955
-957
lines changed

.github/workflows/dependabot.yml

Lines changed: 0 additions & 24 deletions
This file was deleted.

.github/workflows/pr-title.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,3 @@ jobs:
1717
- uses: amannn/action-semantic-pull-request@v5
1818
env:
1919
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
20-
with:
21-
types: |
22-
fix
23-
feat
24-
chore
25-
docs
26-
build
27-
content

.mise.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@ mise.path = "./node_modules/.bin" # add a directory to PATH
33

44
[tools]
55
just="1.25.2"
6-
nodejs="20.12.1"
7-
yarn="1.22.19"
6+
yarn= "4.9.4"
87
shellcheck="0.9.0"
98
jq="1.7.1"
109
usage = "latest"
10+
npm = "11.6.3"
11+
node = "22.16.0"

.plugin-versions

Lines changed: 0 additions & 7 deletions
This file was deleted.

.tool-versions

Lines changed: 0 additions & 4 deletions
This file was deleted.

.yarn/install-state.gz

0 Bytes
Binary file not shown.

.yarn/releases/yarn-4.0.2.cjs

Lines changed: 0 additions & 893 deletions
This file was deleted.

.yarn/releases/yarn-4.11.0.cjs

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

.yarnrc.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
compressionLevel: mixed
2+
23
enableGlobalCache: false
4+
35
nodeLinker: node-modules
4-
yarnPath: .yarn/releases/yarn-4.0.2.cjs
6+
57
npmAlwaysAuth: true
8+
69
npmAuthToken: "${NPM_AUTH_TOKEN:-''}"
7-
npmRegistryServer: 'https://registry.npmjs.org'
10+
11+
npmRegistryServer: "https://registry.npmjs.org"
12+
13+
yarnPath: .yarn/releases/yarn-4.11.0.cjs

asdf-plugin-manager.patch

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)