Skip to content

Commit 16fa28c

Browse files
authored
upgrade to pnpm 10 (#1433)
That way I can run `pnpm link`: https://pnpm.io/cli/link to test #1412
1 parent 7f31225 commit 16fa28c

33 files changed

+5470
-4831
lines changed

e2e/svelte/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "myapp",
33
"version": "0.0.1",
44
"private": true,
5-
"packageManager": "pnpm@8.10.5",
5+
"packageManager": "pnpm@10.10.0",
66
"scripts": {
77
"dev": "vite dev",
88
"build": "vite build",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"private": true,
33
"name": "@huggingface/root",
44
"license": "MIT",
5-
"packageManager": "pnpm@8.10.5",
5+
"packageManager": "pnpm@10.10.0",
66
"scripts": {
77
"lint": "eslint --quiet --fix --ext .cjs,.ts .eslintrc.cjs",
88
"lint:check": "eslint --ext .cjs,.ts .eslintrc.cjs",

packages/agents/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@huggingface/agents",
3-
"packageManager": "pnpm@8.10.5",
3+
"packageManager": "pnpm@10.10.0",
44
"version": "0.0.5",
55
"description": "Multi-modal agents using Hugging Face's models",
66
"repository": "https://github.com/huggingface/huggingface.js.git",

packages/agents/pnpm-lock.yaml

+16-11
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/blob/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@huggingface/blob",
3-
"packageManager": "pnpm@8.10.5",
3+
"packageManager": "pnpm@10.10.0",
44
"version": "0.0.2",
55
"description": "Utilities to convert URLs and files to Blobs, internally used by Hugging Face libs",
66
"repository": "https://github.com/huggingface/huggingface.js.git",

packages/blob/pnpm-lock.yaml

+17-10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/dduf/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@huggingface/dduf",
3-
"packageManager": "pnpm@8.10.5",
3+
"packageManager": "pnpm@10.10.0",
44
"version": "0.0.2",
55
"description": "Very alpha lib to check DDUF compliance",
66
"repository": "https://github.com/huggingface/huggingface.js.git",

packages/dduf/pnpm-lock.yaml

+20-14
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/dduf/src/check-dduf.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ describe("check-dduf", () => {
55
it("should work", async () => {
66
const files: DDUFFileEntry[] = [];
77
for await (const file of checkDDUF(
8-
new URL("https://huggingface.co/spaces/coyotte508/dduf-check/resolve/main/file-64.dduf")
8+
new URL("https://huggingface.co/spaces/DDUF/dduf-check/resolve/main/file-64.dduf")
99
)) {
1010
files.push(file);
1111
}

packages/doc-internal/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@huggingface/doc-internal",
3-
"packageManager": "pnpm@8.10.5",
3+
"packageManager": "pnpm@10.10.0",
44
"version": "1.0.0",
55
"description": "Package to generate doc for other @huggingface packages",
66
"private": true,

0 commit comments

Comments
 (0)