chore: update configs, remove leftover yarn refs

This commit is contained in:
almeidx
2026-03-27 11:49:51 +00:00
parent 8d1cc2ff8a
commit cf11b69dd3
7 changed files with 8 additions and 19 deletions

2
.npmrc
View File

@@ -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

View File

@@ -37,6 +37,7 @@ rest/v8/*
utils/v8.ts
v8.ts
.yarn/*
djs/*
_generated_
pnpm-lock.yaml

View File

@@ -204,12 +204,6 @@
]
}
},
"pnpm": {
"onlyBuiltDependencies": [
"esbuild",
"unrs-resolver"
]
},
"packageManager": "pnpm@10.33.0",
"volta": {
"node": "24.14.1",

View File

@@ -1,2 +1,6 @@
packages:
- 'scripts/actions/documentation'
- scripts/actions/documentation
allowBuilds:
esbuild: true
unrs-resolver: true

7
website/.gitignore vendored
View File

@@ -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

View File

@@ -10,7 +10,6 @@
"search.exclude": {
"**/.docusaurus/": true,
"**/.git/": true,
"**/.yarn": true,
"**/*.code-search": true,
"**/bower_components": true,
"**/node_modules": true,

View File

@@ -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