Bump husky and update (#6065)

This commit is contained in:
Matt Godbolt
2024-01-29 22:13:29 -06:00
committed by GitHub
parent 61b979cd58
commit a8dd32f9a6
3 changed files with 20 additions and 23 deletions

View File

@@ -1,6 +1,3 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
make prereqs
npx lint-staged --verbose
python3 ./etc/scripts/util/propscheck.py

34
package-lock.json generated
View File

@@ -37,7 +37,7 @@
"fs-extra": "^11.2.0",
"golden-layout": "^1.5.9",
"http-proxy": "^1.18.1",
"husky": "^8.0.3",
"husky": "^9.0.7",
"jquery": "^3.7.1",
"js-cookie": "^3.0.5",
"jszip": "^3.10.1",
@@ -111,7 +111,7 @@
"cheerio": "^1.0.0-rc.12",
"codecov": "^3.8.3",
"css-loader": "^6.9.1",
"css-minimizer-webpack-plugin": "^5.0.1",
"css-minimizer-webpack-plugin": "^6.0.0",
"cypress": "^13.6.3",
"deep-equal-in-any-order": "^2.0.6",
"eslint": "^8.56.0",
@@ -7484,20 +7484,20 @@
}
},
"node_modules/css-minimizer-webpack-plugin": {
"version": "5.0.1",
"resolved": "https://registry.npmjs.org/css-minimizer-webpack-plugin/-/css-minimizer-webpack-plugin-5.0.1.tgz",
"integrity": "sha512-3caImjKFQkS+ws1TGcFn0V1HyDJFq1Euy589JlD6/3rV2kj+w7r5G9WDMgSHvpvXHNZ2calVypZWuEDQd9wfLg==",
"version": "6.0.0",
"resolved": "https://registry.npmjs.org/css-minimizer-webpack-plugin/-/css-minimizer-webpack-plugin-6.0.0.tgz",
"integrity": "sha512-BLpR9CCDkKvhO3i0oZQgad6v9pCxUuhSc5RT6iUEy9M8hBXi4TJb5vqF2GQ2deqYHmRi3O6IR9hgAZQWg0EBwA==",
"dev": true,
"dependencies": {
"@jridgewell/trace-mapping": "^0.3.18",
"cssnano": "^6.0.1",
"jest-worker": "^29.4.3",
"postcss": "^8.4.24",
"schema-utils": "^4.0.1",
"serialize-javascript": "^6.0.1"
"@jridgewell/trace-mapping": "^0.3.21",
"cssnano": "^6.0.3",
"jest-worker": "^29.7.0",
"postcss": "^8.4.33",
"schema-utils": "^4.2.0",
"serialize-javascript": "^6.0.2"
},
"engines": {
"node": ">= 14.15.0"
"node": ">= 18.12.0"
},
"funding": {
"type": "opencollective",
@@ -10748,14 +10748,14 @@
}
},
"node_modules/husky": {
"version": "8.0.3",
"resolved": "https://registry.npmjs.org/husky/-/husky-8.0.3.tgz",
"integrity": "sha512-+dQSyqPh4x1hlO1swXBiNb2HzTDN1I2IGLQx1GrBuiqFJfoMrnZWwVmatvSiO+Iz8fBUnf+lekwNo4c2LlXItg==",
"version": "9.0.7",
"resolved": "https://registry.npmjs.org/husky/-/husky-9.0.7.tgz",
"integrity": "sha512-vWdusw+y12DUEeoZqW1kplOFqk3tedGV8qlga8/SF6a3lOiWLqGZZQvfWvY0fQYdfiRi/u1DFNpudTSV9l1aCg==",
"bin": {
"husky": "lib/bin.js"
"husky": "bin.js"
},
"engines": {
"node": ">=14"
"node": ">=18"
},
"funding": {
"url": "https://github.com/sponsors/typicode"

View File

@@ -46,7 +46,7 @@
"fs-extra": "^11.2.0",
"golden-layout": "^1.5.9",
"http-proxy": "^1.18.1",
"husky": "^8.0.3",
"husky": "^9.0.7",
"jquery": "^3.7.1",
"js-cookie": "^3.0.5",
"jszip": "^3.10.1",
@@ -120,7 +120,7 @@
"cheerio": "^1.0.0-rc.12",
"codecov": "^3.8.3",
"css-loader": "^6.9.1",
"css-minimizer-webpack-plugin": "^5.0.1",
"css-minimizer-webpack-plugin": "^6.0.0",
"cypress": "^13.6.3",
"deep-equal-in-any-order": "^2.0.6",
"eslint": "^8.56.0",
@@ -179,7 +179,7 @@
"codecov": "codecov --disable=gcov",
"sentry": "npx -p @sentry/cli sentry-cli",
"update-browserslist": "npx browserslist@latest -- --update-db",
"prepare": "husky install",
"prepare": "husky",
"format": "prettier --write .",
"format-files": "prettier --write --ignore-unknown",
"ts-compile": "tsc",