Major update: (#8158)

- bump pQueue:
https://github.com/sindresorhus/p-queue/releases/tag/v9.0.0
  - throwOnTimeout is removed (and is always `true`)
- 0 is not a valid timeout, so, updated tests to pass a big number (no
normal code path assumes 0)
- happy dom: breaking changes: removed commonjs, new jest; nothing
affects us
This commit is contained in:
Matt Godbolt
2025-10-02 14:05:56 -05:00
committed by GitHub
parent 69cd083301
commit 8dc0cb6c94
4 changed files with 22 additions and 26 deletions

View File

@@ -57,7 +57,7 @@
"monaco-vim": "^0.4.2",
"morgan": "^1.10.1",
"node-targz": "^0.2.0",
"p-queue": "^8.1.1",
"p-queue": "^9.0.0",
"path-browserify": "^1.0.1",
"profanities": "^3.0.1",
"prom-client": "^15.1.3",
@@ -111,7 +111,7 @@
"css-minimizer-webpack-plugin": "^7.0.2",
"cypress": "^15.3.0",
"file-loader": "^6.2.0",
"happy-dom": "^18.0.1",
"happy-dom": "^19.0.2",
"husky": "^9.1.7",
"lint-staged": "^16.2.3",
"mini-css-extract-plugin": "^2.9.4",