1 Commits
Author SHA1 Message Date
Philipp e95a834903 chore: migrate package manager from npm to pnpm
Lint / pre-commit Linting (push) Successful in 2m37s
Test / Run Tests (push) Failing after 1m6s
2026-08-10 23:50:17 +02:00
4 changed files with 30 additions and 40 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ jobs:
- uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 - uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
with: with:
node-version: '24' node-version: '24'
- uses: pnpm/action-setup@0977fd99725f1db4007ccb2928dbb4e90d06cc86 # v6.0.10 - uses: pnpm/action-setup@v4
- run: pnpm install --frozen-lockfile - run: pnpm install --frozen-lockfile
shell: bash shell: bash
- run: pnpm test - run: pnpm test
+8 -8
View File
File diff suppressed because one or more lines are too long
+3 -4
View File
@@ -3,7 +3,6 @@
"version": "0.2.1", "version": "0.2.1",
"description": "Deploys screeps code to the official game or a private server.", "description": "Deploys screeps code to the official game or a private server.",
"type": "module", "type": "module",
"packageManager": "pnpm@11.21.0",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"start": "node index.js", "start": "node index.js",
@@ -17,8 +16,8 @@
"screeps-api": "^1.7.2" "screeps-api": "^1.7.2"
}, },
"devDependencies": { "devDependencies": {
"@vercel/ncc": "^0.44.1", "@vercel/ncc": "^0.38.4",
"@vitest/coverage-v8": "^4.1.10", "@vitest/coverage-v8": "^4.0.16",
"vitest": "^4.1.10" "vitest": "^4.0.16"
} }
} }
+18 -27
View File
@@ -22,14 +22,14 @@ importers:
version: 1.16.1(supports-color@7.2.0) version: 1.16.1(supports-color@7.2.0)
devDependencies: devDependencies:
'@vercel/ncc': '@vercel/ncc':
specifier: ^0.44.1 specifier: ^0.38.4
version: 0.44.1 version: 0.38.4
'@vitest/coverage-v8': '@vitest/coverage-v8':
specifier: ^4.1.10 specifier: ^4.0.16
version: 4.1.10(vitest@4.1.10) version: 4.1.10(vitest@4.1.10)
vitest: vitest:
specifier: ^4.1.10 specifier: ^4.0.16
version: 4.1.10(@vitest/coverage-v8@4.1.10)(vite@8.2.1(yaml@2.9.0)) version: 4.1.10(@vitest/coverage-v8@4.1.10)(vite@8.2.1)
packages: packages:
@@ -203,8 +203,8 @@ packages:
'@types/estree@1.0.9': '@types/estree@1.0.9':
resolution: {integrity: sha512-GhdPgy1el4/ImP05X05Uw4cw2/M93BCUmnEvWZNStlCzEKME4Fkk+YpoA5OiHNQmoS7Cafb8Xa3Pya8m1Qrzeg==} resolution: {integrity: sha512-GhdPgy1el4/ImP05X05Uw4cw2/M93BCUmnEvWZNStlCzEKME4Fkk+YpoA5OiHNQmoS7Cafb8Xa3Pya8m1Qrzeg==}
'@vercel/ncc@0.44.1': '@vercel/ncc@0.38.4':
resolution: {integrity: sha512-cUjIE5P2YY1n+Kt9rFIazMMpGoPn1Fic04rOmTkElMkiDP5oszGfERMpo2shVkFKDL7rVppdM2pqJKC59shQWQ==} resolution: {integrity: sha512-8LwjnlP39s08C08J5NstzriPvW1SP8Zfpp1BvC2sI35kPeZnHfxVkCwu4/+Wodgnd60UtT1n8K8zw+Mp7J9JmQ==}
hasBin: true hasBin: true
'@vitest/coverage-v8@4.1.10': '@vitest/coverage-v8@4.1.10':
@@ -773,11 +773,6 @@ packages:
utf-8-validate: utf-8-validate:
optional: true optional: true
yaml@2.9.0:
resolution: {integrity: sha512-2AvhNX3mb8zd6Zy7INTtSpl1F15HW6Wnqj0srWlkKLcpYl/gMIMJiyuGq2KeI2YFxUPjdlB+3Lc10seMLtL4cA==}
engines: {node: '>= 14.6'}
hasBin: true
yamljs@0.3.0: yamljs@0.3.0:
resolution: {integrity: sha512-C/FsVVhht4iPQYXOInoxUM/1ELSf9EsgKH34FofQOp6hwCPrW4vG4w5++TED3xRUo8gD7l0P1J1dLlDYzODsTQ==} resolution: {integrity: sha512-C/FsVVhht4iPQYXOInoxUM/1ELSf9EsgKH34FofQOp6hwCPrW4vG4w5++TED3xRUo8gD7l0P1J1dLlDYzODsTQ==}
hasBin: true hasBin: true
@@ -906,7 +901,7 @@ snapshots:
'@types/estree@1.0.9': {} '@types/estree@1.0.9': {}
'@vercel/ncc@0.44.1': {} '@vercel/ncc@0.38.4': {}
'@vitest/coverage-v8@4.1.10(vitest@4.1.10)': '@vitest/coverage-v8@4.1.10(vitest@4.1.10)':
dependencies: dependencies:
@@ -920,7 +915,7 @@ snapshots:
obug: 2.1.4 obug: 2.1.4
std-env: 4.2.0 std-env: 4.2.0
tinyrainbow: 3.1.1 tinyrainbow: 3.1.1
vitest: 4.1.10(@vitest/coverage-v8@4.1.10)(vite@8.2.1(yaml@2.9.0)) vitest: 4.1.10(@vitest/coverage-v8@4.1.10)(vite@8.2.1)
'@vitest/expect@4.1.10': '@vitest/expect@4.1.10':
dependencies: dependencies:
@@ -931,13 +926,13 @@ snapshots:
chai: 6.2.2 chai: 6.2.2
tinyrainbow: 3.1.1 tinyrainbow: 3.1.1
'@vitest/mocker@4.1.10(vite@8.2.1(yaml@2.9.0))': '@vitest/mocker@4.1.10(vite@8.2.1)':
dependencies: dependencies:
'@vitest/spy': 4.1.10 '@vitest/spy': 4.1.10
estree-walker: 3.0.3 estree-walker: 3.0.3
magic-string: 0.30.21 magic-string: 0.30.21
optionalDependencies: optionalDependencies:
vite: 8.2.1(yaml@2.9.0) vite: 8.2.1
'@vitest/pretty-format@4.1.10': '@vitest/pretty-format@4.1.10':
dependencies: dependencies:
@@ -983,7 +978,7 @@ snapshots:
form-data: 4.0.6 form-data: 4.0.6
proxy-from-env: 1.1.0 proxy-from-env: 1.1.0
transitivePeerDependencies: transitivePeerDependencies:
- debug - debug
balanced-match@1.0.2: {} balanced-match@1.0.2: {}
@@ -1301,7 +1296,7 @@ snapshots:
bufferutil: 4.1.0 bufferutil: 4.1.0
utf-8-validate: 5.0.10 utf-8-validate: 5.0.10
transitivePeerDependencies: transitivePeerDependencies:
- supports-color - supports-color
semver@7.8.5: {} semver@7.8.5: {}
@@ -1349,7 +1344,7 @@ snapshots:
node-gyp-build: 4.8.4 node-gyp-build: 4.8.4
optional: true optional: true
vite@8.2.1(yaml@2.9.0): vite@8.2.1:
dependencies: dependencies:
lightningcss: 1.33.0 lightningcss: 1.33.0
picomatch: 4.0.5 picomatch: 4.0.5
@@ -1358,12 +1353,11 @@ snapshots:
tinyglobby: 0.2.17 tinyglobby: 0.2.17
optionalDependencies: optionalDependencies:
fsevents: 2.3.3 fsevents: 2.3.3
yaml: 2.9.0
vitest@4.1.10(@vitest/coverage-v8@4.1.10)(vite@8.2.1(yaml@2.9.0)): vitest@4.1.10(@vitest/coverage-v8@4.1.10)(vite@8.2.1):
dependencies: dependencies:
'@vitest/expect': 4.1.10 '@vitest/expect': 4.1.10
'@vitest/mocker': 4.1.10(vite@8.2.1(yaml@2.9.0)) '@vitest/mocker': 4.1.10(vite@8.2.1)
'@vitest/pretty-format': 4.1.10 '@vitest/pretty-format': 4.1.10
'@vitest/runner': 4.1.10 '@vitest/runner': 4.1.10
'@vitest/snapshot': 4.1.10 '@vitest/snapshot': 4.1.10
@@ -1380,12 +1374,12 @@ snapshots:
tinyexec: 1.3.0 tinyexec: 1.3.0
tinyglobby: 0.2.17 tinyglobby: 0.2.17
tinyrainbow: 3.1.1 tinyrainbow: 3.1.1
vite: 8.2.1(yaml@2.9.0) vite: 8.2.1
why-is-node-running: 2.3.0 why-is-node-running: 2.3.0
optionalDependencies: optionalDependencies:
'@vitest/coverage-v8': 4.1.10(vitest@4.1.10) '@vitest/coverage-v8': 4.1.10(vitest@4.1.10)
transitivePeerDependencies: transitivePeerDependencies:
- msw - msw
why-is-node-running@2.3.0: why-is-node-running@2.3.0:
dependencies: dependencies:
@@ -1399,9 +1393,6 @@ snapshots:
bufferutil: 4.1.0 bufferutil: 4.1.0
utf-8-validate: 5.0.10 utf-8-validate: 5.0.10
yaml@2.9.0:
optional: true
yamljs@0.3.0: yamljs@0.3.0:
dependencies: dependencies:
argparse: 1.0.10 argparse: 1.0.10