diff --git a/.npmrc b/.npmrc index 7b0f3df6..5b6afa55 100644 --- a/.npmrc +++ b/.npmrc @@ -3,5 +3,3 @@ fund=false tag-version-prefix="" git-tag-version=false message="chore(release): %s 🎉" -auto-install-peers=true -strict-peer-dependencies=false diff --git a/.prettierignore b/.prettierignore index cb9f8134..a9a5b0ee 100644 --- a/.prettierignore +++ b/.prettierignore @@ -37,6 +37,7 @@ rest/v8/* utils/v8.ts v8.ts -.yarn/* djs/* _generated_ + +pnpm-lock.yaml diff --git a/package.json b/package.json index 1fe1d1a2..c891b140 100644 --- a/package.json +++ b/package.json @@ -204,12 +204,6 @@ ] } }, - "pnpm": { - "onlyBuiltDependencies": [ - "esbuild", - "unrs-resolver" - ] - }, "packageManager": "pnpm@10.33.0", "volta": { "node": "24.14.1", diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 6d273bf5..a93e213c 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -1,2 +1,6 @@ packages: - - 'scripts/actions/documentation' + - scripts/actions/documentation + +allowBuilds: + esbuild: true + unrs-resolver: true diff --git a/website/.gitignore b/website/.gitignore index 0ee52599..07623572 100644 --- a/website/.gitignore +++ b/website/.gitignore @@ -1,10 +1,5 @@ # Dependencies node_modules/ -.pnp/ - -# Yarn files -.yarn/install-state.gz -.yarn/build-state.yml # Production build/ @@ -28,6 +23,4 @@ Thumbs.db # Log files npm-debug.log* -yarn-debug.log* -yarn-error.log* *.log diff --git a/website/.vscode/settings.json b/website/.vscode/settings.json index efd8b425..b81a3dfa 100644 --- a/website/.vscode/settings.json +++ b/website/.vscode/settings.json @@ -10,7 +10,6 @@ "search.exclude": { "**/.docusaurus/": true, "**/.git/": true, - "**/.yarn": true, "**/*.code-search": true, "**/bower_components": true, "**/node_modules": true, diff --git a/website/docs/Contributing.mdx b/website/docs/Contributing.mdx index 10157168..bef79f47 100644 --- a/website/docs/Contributing.mdx +++ b/website/docs/Contributing.mdx @@ -35,7 +35,7 @@ request: ![An image showing the style of comment the automatic deno checker reports](./images/deno_types_out_of_sync.png) -The easiest way to solve this is to run the `build:deno` script (`yarn build:deno`) and pushing the results. +The easiest way to solve this is to run the `build:deno` script (`pnpm build:deno`) and pushing the results. ### Figure out if the update you want to contribute respects our rules about documentation