Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: bump yarn to v4 - fix #435 #438

Merged
merged 4 commits into from
Feb 9, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion .github/workflows/build-library.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,11 @@ jobs:
with:
node-version: "20.x"
registry-url: "https://registry.npmjs.org"
- run: yarn install --frozen-lockfile

- name: Enable Corepack
run: corepack enable

- run: yarn install --immutable

- name: run prettier checker
run: yarn prettier:check
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,11 @@ jobs:
with:
node-version: "20.x"
registry-url: "https://registry.npmjs.org"
- run: yarn install --frozen-lockfile

- name: Enable Corepack
run: corepack enable

- run: yarn install --immutable

- name: run prettier checker
run: yarn prettier:check
Expand Down
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@ dist
node_modules
.idea
.vite
coverage
coverage

.yarn
1 change: 0 additions & 1 deletion .npmrc

This file was deleted.

4 changes: 4 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
nodeLinker: node-modules
npmScopes:
jsr:
npmRegistryServer: "https://npm.jsr.io"
2 changes: 1 addition & 1 deletion examples/example/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
dist
node_modules
.idea
.vite
.vite
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@
}
],
"dependencies": {
"@tulib/vite-tulip-plugin": "1.0.15",
"@babel/helper-hoist-variables": "^7.24.7",
"@tulib/vite-tulip-plugin": "1.0.15",
"howler": "2.2.4",
"p2": "0.7.1",
"pixi.js": "8.6.6"
"pixi.js": "8.7.3"
},
"devDependencies": {
"@babel/core": "7.26.0",
"@babel/preset-env": "7.26.0",
"@babel/core": "7.26.8",
"@babel/preset-env": "7.26.8",
"@babel/preset-typescript": "7.26.0",
"@tsd/typescript": "5.6.3",
"@types/howler": "2.2.12",
Expand Down Expand Up @@ -54,5 +54,5 @@
"html"
]
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
"packageManager": "yarn@4.6.0"
}
8,799 changes: 5,474 additions & 3,325 deletions yarn.lock

Large diffs are not rendered by default.