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

[DRAFT] feat(deps): update to node 18, yarn 4 #427

Merged
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v16
v18.20
45,806 changes: 21,229 additions & 24,577 deletions .pnp.cjs

Large diffs are not rendered by default.

1,119 changes: 574 additions & 545 deletions .pnp.loader.mjs

Large diffs are not rendered by default.

541 changes: 0 additions & 541 deletions .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs

This file was deleted.

9 changes: 0 additions & 9 deletions .yarn/plugins/@yarnpkg/plugin-typescript.cjs

This file was deleted.

874 changes: 0 additions & 874 deletions .yarn/releases/yarn-3.6.1.cjs

This file was deleted.

893 changes: 893 additions & 0 deletions .yarn/releases/yarn-4.1.1.cjs

Large diffs are not rendered by default.

20 changes: 13 additions & 7 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,20 @@
nodeLinker: pnp
compressionLevel: mixed

enableGlobalCache: false

enableHardenedMode: true

enableMirror: true

plugins:
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
spec: '@yarnpkg/plugin-interactive-tools'
- path: .yarn/plugins/@yarnpkg/plugin-typescript.cjs
spec: '@yarnpkg/plugin-typescript'
enableOfflineMode: true

enableTelemetry: false

nodeLinker: pnp

supportedArchitectures:
os:
- darwin
- linux

yarnPath: .yarn/releases/yarn-3.6.1.cjs
yarnPath: .yarn/releases/yarn-4.1.1.cjs
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"version": "0.0.0",
"engines": {
"node": ">=16.9.0 <17.0.0"
"node": ">=18.20.2 <19.0.0"
},
"scripts": {
"build": "vite build",
Expand Down Expand Up @@ -135,5 +135,5 @@
"vitest related --run --coverage=false"
]
},
"packageManager": "yarn@3.6.1"
"packageManager": "yarn@4.1.1"
}
7,642 changes: 3,821 additions & 3,821 deletions yarn.lock

Large diffs are not rendered by default.