chore: husky

This commit is contained in:
Mo
2022-06-13 11:12:55 -05:00
parent c915723bca
commit c233fa9b6f
41 changed files with 118 additions and 177 deletions

View File

@@ -1,6 +1,10 @@
name: Desktop Release
on:
push:
branches: [ develop, main ]
paths:
- packages/desktop/**
workflow_dispatch:
jobs:

Binary file not shown.

Binary file not shown.

View File

@@ -22,7 +22,6 @@
"start:server:web": "lerna run start --scope=@standardnotes/web-server",
"start:server:web:localhost": "lerna run start:no-binding --scope=@standardnotes/web-server",
"prepare": "husky install",
"release": "standard-version",
"reset": "find . -type dir -name node_modules | xargs rm -rf && rm -rf yarn.lock",
"version": "yarn install --no-immutable && git add yarn.lock"
},
@@ -43,7 +42,6 @@
"husky": "^8.0.1",
"lint-staged": "^13.0.1",
"prettier": "^2.6.2",
"standard-version": "^9.5.0",
"typescript": "^4.7.3",
"webpack": "^5.72.0",
"webpack-cli": "^4.9.2"

View File

@@ -29,8 +29,7 @@
"server-public": "http-server -p 3000 --cors",
"server-root": "http-server ./ -p 3000 --cors",
"server": "http-server ./build -p 3000 --cors",
"lint": "prettier --write 'src/**/*.{html,css,scss,js,jsx,ts,tsx,json}' README.md",
"prepare": "husky install"
"lint": "prettier --write 'src/**/*.{html,css,scss,js,jsx,ts,tsx,json}' README.md"
},
"eslintConfig": {
"extends": [
@@ -113,7 +112,6 @@
"@types/styled-components": "5.1.24",
"@types/uuid": "8.3.4",
"gh-pages": "3.2.3",
"husky": "7.0.0",
"lint-staged": "12.3.5",
"node-sass": "*",
"prettier": "2.5.1",

View File

@@ -18,8 +18,7 @@
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"lint": "prettier --write 'src/**/*.{html,css,scss,js,jsx,ts,tsx,json}' README.md",
"prepare": "husky install"
"lint": "prettier --write 'src/**/*.{html,css,scss,js,jsx,ts,tsx,json}' README.md"
},
"devDependencies": {
"@codemirror/lang-markdown": "^0.19.6",
@@ -52,7 +51,6 @@
"@types/react": "^17.0.40",
"@types/react-dom": "^17.0.13",
"@uiw/react-codemirror": "4.5.1",
"husky": "*",
"katex": "^0.15.2",
"lint-staged": "*",
"marked": "^4.0.12",

View File

@@ -1,4 +0,0 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
yarn run lint-staged

View File

@@ -29,8 +29,7 @@
"server-public": "http-server -p 3000 --cors",
"server-root": "http-server ./ -p 3000 --cors",
"server": "http-server ./build -p 3000 --cors",
"lint": "prettier --write 'src/**/*.{html,css,scss,js,jsx,ts,tsx,json}' README.md",
"prepare": "husky install"
"lint": "prettier --write 'src/**/*.{html,css,scss,js,jsx,ts,tsx,json}' README.md"
},
"eslintConfig": {
"extends": [
@@ -113,7 +112,6 @@
"@types/styled-components": "5.1.24",
"@types/uuid": "8.3.4",
"gh-pages": "3.2.3",
"husky": "7.0.0",
"lint-staged": "12.3.5",
"node-sass": "*",
"prettier": "2.5.1",

View File

@@ -1,4 +0,0 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
yarn run lint-staged

View File

@@ -18,8 +18,7 @@
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"lint": "prettier --write 'src/**/*.{html,css,scss,js,jsx,ts,tsx,json}' README.md",
"prepare": "husky install"
"lint": "prettier --write 'src/**/*.{html,css,scss,js,jsx,ts,tsx,json}' README.md"
},
"devDependencies": {
"@codemirror/lang-markdown": "^0.19.6",
@@ -52,7 +51,6 @@
"@types/react": "^17.0.40",
"@types/react-dom": "^17.0.13",
"@uiw/react-codemirror": "4.5.1",
"husky": "*",
"katex": "^0.15.2",
"lint-staged": "*",
"marked": "^4.0.12",

View File

@@ -1,2 +0,0 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

View File

@@ -1,3 +0,0 @@
module.exports = {
extends: ['@commitlint/config-conventional'],
}

View File

@@ -52,7 +52,6 @@
"devDependencies": {
"@babel/core": "^7.17.10",
"@babel/preset-env": "^7.17.10",
"@commitlint/config-conventional": "^16.2.4",
"@types/lodash": "^4.14.182",
"@types/mime-types": "^2.1.1",
"@types/node": "15",
@@ -61,7 +60,6 @@
"ava": "^4.2.0",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.2.5",
"commitlint": "^16.2.4",
"copy-webpack-plugin": "^10.2.4",
"electron-builder": "23.0.3",
"electron-notarize": "^1.2.1",
@@ -71,7 +69,6 @@
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.0.0",
"file-loader": "^6.2.0",
"husky": "^7.0.4",
"mime-types": "^2.1.35",
"prettier": "*",
"proxyquire": "^2.1.3",
@@ -135,11 +132,6 @@
]
}
},
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"ava": {
"concurrency": 0,
"extensions": [

252
yarn.lock
View File

@@ -1925,191 +1925,192 @@ __metadata:
languageName: node
linkType: hard
"@commitlint/cli@npm:^16.3.0":
version: 16.3.0
resolution: "@commitlint/cli@npm:16.3.0"
"@commitlint/cli@npm:^17.0.2":
version: 17.0.2
resolution: "@commitlint/cli@npm:17.0.2"
dependencies:
"@commitlint/format": ^16.2.1
"@commitlint/lint": ^16.2.4
"@commitlint/load": ^16.3.0
"@commitlint/read": ^16.2.1
"@commitlint/types": ^16.2.1
"@commitlint/format": ^17.0.0
"@commitlint/lint": ^17.0.0
"@commitlint/load": ^17.0.0
"@commitlint/read": ^17.0.0
"@commitlint/types": ^17.0.0
execa: ^5.0.0
lodash: ^4.17.19
resolve-from: 5.0.0
resolve-global: 1.0.0
yargs: ^17.0.0
bin:
commitlint: cli.js
checksum: 4fa791cd21fc4c61212de28cd4e64adc3de6d3a4f10ef89955d5382af6be95871d1a7cf210c6a7d74a8a6d75f008a52f7616bdc881776b292f45004ec2ced21a
checksum: 1f8a00da69fbc7ac6e2c4126a594a50e649c97b0516cd1504b28b7e3b5308ba3a0394465d1752d8544d70be4beb183fde5924d2e1ec9ae4ee395ae05f2f96574
languageName: node
linkType: hard
"@commitlint/config-conventional@npm:^16.2.4":
version: 16.2.4
resolution: "@commitlint/config-conventional@npm:16.2.4"
"@commitlint/config-conventional@npm:^17.0.2":
version: 17.0.2
resolution: "@commitlint/config-conventional@npm:17.0.2"
dependencies:
conventional-changelog-conventionalcommits: ^4.3.1
checksum: 211a322967c1eeee961eb0be9752782d16c025213520b7ada173d6b16050efe477778103f32b62361ad595b79ff6703694569d99705469cb2be0ac5ffba6465e
conventional-changelog-conventionalcommits: ^5.0.0
checksum: 6effb4f68d7bc24baebb65c57801b416e108ac4dfcc7a349dfc03cf4f3250f87520835934e474d2fd3c9e978a5435e606d1605038ebdc94dcd914a1818a5f54d
languageName: node
linkType: hard
"@commitlint/config-validator@npm:^16.2.1":
version: 16.2.1
resolution: "@commitlint/config-validator@npm:16.2.1"
"@commitlint/config-validator@npm:^17.0.0":
version: 17.0.0
resolution: "@commitlint/config-validator@npm:17.0.0"
dependencies:
"@commitlint/types": ^16.2.1
"@commitlint/types": ^17.0.0
ajv: ^6.12.6
checksum: 1b86832dc03fc7f9442f9358c6c73d42974e9006944b8524bc4b4cd2ce946e50f3eca972737844dc7765a874c465ff5f18dad210f979491f9ee07c831b0eb8d3
checksum: 3130f5b57eff3f2b0fb0044a292f63ed37f501bb6764ba7a85e53125c6962b5914332397ce0f8bb8f0a0ede479e109c8cfa4aabd4ed5983af5eccf09aa5661d1
languageName: node
linkType: hard
"@commitlint/ensure@npm:^16.2.1":
version: 16.2.1
resolution: "@commitlint/ensure@npm:16.2.1"
"@commitlint/ensure@npm:^17.0.0":
version: 17.0.0
resolution: "@commitlint/ensure@npm:17.0.0"
dependencies:
"@commitlint/types": ^16.2.1
"@commitlint/types": ^17.0.0
lodash: ^4.17.19
checksum: 388a124e515c02f14d026973821a6ce1d586ac966da8a51e69fabb925ee858e864696cd2b398bb5bec8d7ceee97f9f04c77630061b7784a10b06e0a436447d44
checksum: 5ce3c624417dc64ed0d406954b7684ed287142535b0f55df6984093d0f82eadf0da5ab3e472e3020139304cd007c682a4bdfb95cf53fb99e7c7ae6d4711ada6b
languageName: node
linkType: hard
"@commitlint/execute-rule@npm:^16.2.1":
version: 16.2.1
resolution: "@commitlint/execute-rule@npm:16.2.1"
checksum: 83be0e858fa415ba7d844fc68c7c8bcc3b14074fe862f2129e03ce5fd07a58876d88d080e0d2fbf25e10f6d3189a04bca024def48206fa0f0f1c5890d689539c
"@commitlint/execute-rule@npm:^17.0.0":
version: 17.0.0
resolution: "@commitlint/execute-rule@npm:17.0.0"
checksum: cb37e5c6e0e16bf04e8f344094146ed2de8155456191da88fb9a1b943a9b5a98e0f6ef49c55b239104eb68634df681fd3be05311bf2da0cb6b171fdd24371669
languageName: node
linkType: hard
"@commitlint/format@npm:^16.2.1":
version: 16.2.1
resolution: "@commitlint/format@npm:16.2.1"
"@commitlint/format@npm:^17.0.0":
version: 17.0.0
resolution: "@commitlint/format@npm:17.0.0"
dependencies:
"@commitlint/types": ^16.2.1
chalk: ^4.0.0
checksum: d8f26a789f0ffc2dd763ed6467262e2cfa94900d7f517f39d32b0f0e9e5222767da12b5302bdccfb1e8a4805c667e5dc36ef98d41754c3ed0e339c35664c0ba6
"@commitlint/types": ^17.0.0
chalk: ^4.1.0
checksum: e54705bdc91741632bac6ae330ba5d08110ec7575900585f4947487e7189a3d586396a3da3f1622fd3b6a49be9af1f71519a1ffeaa562d4cc7349bde3846eb8a
languageName: node
linkType: hard
"@commitlint/is-ignored@npm:^16.2.4":
version: 16.2.4
resolution: "@commitlint/is-ignored@npm:16.2.4"
"@commitlint/is-ignored@npm:^17.0.0":
version: 17.0.0
resolution: "@commitlint/is-ignored@npm:17.0.0"
dependencies:
"@commitlint/types": ^16.2.1
"@commitlint/types": ^17.0.0
semver: 7.3.7
checksum: 1ae5f3ca1394fc3d211e8c3bf8f8a16b77e8b04050390a6231990d3802865d465273976f4d3ea1d6ec7ca4c9a8220044f10ea5cae3c13db826d56f7d9c69cbaa
checksum: 3070c6de24f4210aabe6da15a48487928a8185b2911b88d42b30aefc673d9bb22f6afab14b3d6ede2ee9cd5d4e0de9de137fed101d42bce6bac004ffeb8bb435
languageName: node
linkType: hard
"@commitlint/lint@npm:^16.2.4":
version: 16.2.4
resolution: "@commitlint/lint@npm:16.2.4"
"@commitlint/lint@npm:^17.0.0":
version: 17.0.0
resolution: "@commitlint/lint@npm:17.0.0"
dependencies:
"@commitlint/is-ignored": ^16.2.4
"@commitlint/parse": ^16.2.1
"@commitlint/rules": ^16.2.4
"@commitlint/types": ^16.2.1
checksum: 189d3070fb0c131d6ac2b2e8c864c37892fd2d202b866be9f0d9fdf5a5d5a0d5e8221bc373f29977ac1e5e33015abd71640dbd104e86137b60d8d4783d61679f
"@commitlint/is-ignored": ^17.0.0
"@commitlint/parse": ^17.0.0
"@commitlint/rules": ^17.0.0
"@commitlint/types": ^17.0.0
checksum: 0bd3fdb0e199580a92af2f059b1582b86c86a33526a4ce85e11433f90cff1df7e9381ac11bd2427aeaf7cf6e749010fdb5b978f16342717088a0520b6cba4266
languageName: node
linkType: hard
"@commitlint/load@npm:^16.3.0":
version: 16.3.0
resolution: "@commitlint/load@npm:16.3.0"
"@commitlint/load@npm:^17.0.0":
version: 17.0.0
resolution: "@commitlint/load@npm:17.0.0"
dependencies:
"@commitlint/config-validator": ^16.2.1
"@commitlint/execute-rule": ^16.2.1
"@commitlint/resolve-extends": ^16.2.1
"@commitlint/types": ^16.2.1
"@commitlint/config-validator": ^17.0.0
"@commitlint/execute-rule": ^17.0.0
"@commitlint/resolve-extends": ^17.0.0
"@commitlint/types": ^17.0.0
"@types/node": ">=12"
chalk: ^4.0.0
chalk: ^4.1.0
cosmiconfig: ^7.0.0
cosmiconfig-typescript-loader: ^2.0.0
lodash: ^4.17.19
resolve-from: ^5.0.0
typescript: ^4.4.3
checksum: b03e3d9af2adec36e5d539741807c161a2860411ba25c2fddb75d3d4d2dadf4faaefd417150a0898b3aca4ce451a378222ce5039760e85faacc315b525a44035
typescript: ^4.6.4
checksum: c35f7c5d7a8e2812a62b2d10f304c4b4ab8754923b0e59c66f3d9ce5ff3ea84502539c905b82fafbe666b02db5e7d818c119764af5d46485532a8bb73dba0661
languageName: node
linkType: hard
"@commitlint/message@npm:^16.2.1":
version: 16.2.1
resolution: "@commitlint/message@npm:16.2.1"
checksum: 172e18bd5bd47bf7d61356ba1da4a552a5f96860fadb277b9431e1ecfe6b49dd8f303e6d7ad120961325093346ec6764231975f8c73434f5487b05493406d551
"@commitlint/message@npm:^17.0.0":
version: 17.0.0
resolution: "@commitlint/message@npm:17.0.0"
checksum: ec80ea7f98082e48116fda1203277ac139bf2f442a8f58f87f8b823c6e526ec3771a9de7821b249254d580bff59a3fe205d044d1e9df29c34c3014a41e851c5d
languageName: node
linkType: hard
"@commitlint/parse@npm:^16.2.1":
version: 16.2.1
resolution: "@commitlint/parse@npm:16.2.1"
"@commitlint/parse@npm:^17.0.0":
version: 17.0.0
resolution: "@commitlint/parse@npm:17.0.0"
dependencies:
"@commitlint/types": ^16.2.1
"@commitlint/types": ^17.0.0
conventional-changelog-angular: ^5.0.11
conventional-commits-parser: ^3.2.2
checksum: 8f966c45b2838900dfe8af14fa5085707a2c2ece7d6f00d8e61dad1fdd617b202177cfcc428ef6f7a41b7e6872560c9a040cf92eb122ad31a8f7777e3f9bab7b
checksum: 86610df080665b8ba83037c598f4e6d0538a5ec40fdb0c2ad1925bfdf0f494934deafa020d2e21663f64dbc20fec4e889d21675573d3860c379c2d305db7a141
languageName: node
linkType: hard
"@commitlint/read@npm:^16.2.1":
version: 16.2.1
resolution: "@commitlint/read@npm:16.2.1"
"@commitlint/read@npm:^17.0.0":
version: 17.0.0
resolution: "@commitlint/read@npm:17.0.0"
dependencies:
"@commitlint/top-level": ^16.2.1
"@commitlint/types": ^16.2.1
"@commitlint/top-level": ^17.0.0
"@commitlint/types": ^17.0.0
fs-extra: ^10.0.0
git-raw-commits: ^2.0.0
checksum: c2eb6c299a6af0ffda8ba27a5534210638b227855dd5d01d757fbf7a26a05a5c3d4d1f30e91bdd5ce12de023e482a329fad049df1f5b0f232049e7212e3cf947
checksum: 5307d9ba06279343280cae4ab64bc6a153a44a24bc8948bbd80f07f5fac1f5b64586d34386ce5f6fd0fd221de4787c21fd82607f44a7969ab499c84bab1f0fa6
languageName: node
linkType: hard
"@commitlint/resolve-extends@npm:^16.2.1":
version: 16.2.1
resolution: "@commitlint/resolve-extends@npm:16.2.1"
"@commitlint/resolve-extends@npm:^17.0.0":
version: 17.0.0
resolution: "@commitlint/resolve-extends@npm:17.0.0"
dependencies:
"@commitlint/config-validator": ^16.2.1
"@commitlint/types": ^16.2.1
"@commitlint/config-validator": ^17.0.0
"@commitlint/types": ^17.0.0
import-fresh: ^3.0.0
lodash: ^4.17.19
resolve-from: ^5.0.0
resolve-global: ^1.0.0
checksum: e710fcb24573e1027bf0b7336983cd0539c32734b01831eb0da8a7f500d0734669d38ea75ff93e90c162417fd4db5cc460c2f122d772dfa0f4577f49caaee687
checksum: 5ebf45caf2062f7a5410bef50b5e2ee9cabab56c8390790140ad8150d434410a1061ad9f585447c2f4171903bcf7d63bc2064c0330787ea0be5284ef8ecb4728
languageName: node
linkType: hard
"@commitlint/rules@npm:^16.2.4":
version: 16.2.4
resolution: "@commitlint/rules@npm:16.2.4"
"@commitlint/rules@npm:^17.0.0":
version: 17.0.0
resolution: "@commitlint/rules@npm:17.0.0"
dependencies:
"@commitlint/ensure": ^16.2.1
"@commitlint/message": ^16.2.1
"@commitlint/to-lines": ^16.2.1
"@commitlint/types": ^16.2.1
"@commitlint/ensure": ^17.0.0
"@commitlint/message": ^17.0.0
"@commitlint/to-lines": ^17.0.0
"@commitlint/types": ^17.0.0
execa: ^5.0.0
checksum: 117373efcec540512747832ab75af30a584e054ff92cce6f47b7fc552cc2048af5f9812b78d1dd5b128e7eeec7623f7bd45f139451020258d87548348c5bf08b
checksum: cd0944069932bee738a0ed70cb972fa0d14c0e35642310ca856d5e368ddc48513d05ece00f2e309ebcf4ecb119f8b44b322ff086edaa5208edb3cec0968dac06
languageName: node
linkType: hard
"@commitlint/to-lines@npm:^16.2.1":
version: 16.2.1
resolution: "@commitlint/to-lines@npm:16.2.1"
checksum: 94b1523298f335583307cff4f634137788bdce67f572dcdd6f08ca09cbe1176193ba2e308158696951ce3dd93cb2c6d1d8946e8ee376f506ac5212a65d87ed58
"@commitlint/to-lines@npm:^17.0.0":
version: 17.0.0
resolution: "@commitlint/to-lines@npm:17.0.0"
checksum: ccad787a3baf567c6c589e96e110aa2582103b50eaa9b70493116c08a0e5c6c50669c05e67b0a77cd803d66c031b1dcb9805b752d604178dbc4c744fc7f9bb04
languageName: node
linkType: hard
"@commitlint/top-level@npm:^16.2.1":
version: 16.2.1
resolution: "@commitlint/top-level@npm:16.2.1"
"@commitlint/top-level@npm:^17.0.0":
version: 17.0.0
resolution: "@commitlint/top-level@npm:17.0.0"
dependencies:
find-up: ^5.0.0
checksum: db6ae0483a4b7fbe3e2ca02541049180f87d88417039ea58e7539f22fb042fe50e465f5654394555bf9759b1c1e6130b435e4e80fbcec1d0e58cf24f9ccaf728
checksum: 2e43d021a63faee67aa0e63b86a3ab9347ccda1b81f1f0722841223bd6bf127de954933c2ca3172fac0a1ce07a8b3bed62ac8f4afa04d50281dc5f80b43b61fb
languageName: node
linkType: hard
"@commitlint/types@npm:^16.2.1":
version: 16.2.1
resolution: "@commitlint/types@npm:16.2.1"
"@commitlint/types@npm:^17.0.0":
version: 17.0.0
resolution: "@commitlint/types@npm:17.0.0"
dependencies:
chalk: ^4.0.0
checksum: 93af3c26c36f3b11d99f0cbbb09c8952581eed2a6b7763eb728c0e7e7ecff5072de064a208b80225fb51533823af84ee3117d9c2efbcb63d1f5cfbf6fbfb8ed8
chalk: ^4.1.0
checksum: 210636d3923f93f7cfc409eac04376b0fe50356a0e08f25a37b43d5cd9ca4363f7b03ca2e7736cbf95b62d67733fe8e1028269d35b4fddd1b3f2a653c90ca85c
languageName: node
linkType: hard
@@ -4551,7 +4552,6 @@ __metadata:
"@types/styled-components": 5.1.24
"@types/uuid": 8.3.4
gh-pages: 3.2.3
husky: 7.0.0
lint-staged: 12.3.5
node-sass: "*"
prettier: 2.5.1
@@ -4588,11 +4588,13 @@ __metadata:
version: 0.0.0-use.local
resolution: "@standardnotes/app-monorepo@workspace:."
dependencies:
"@commitlint/cli": ^17.0.2
"@commitlint/config-conventional": ^17.0.2
"@standardnotes/config": ^2.4.3
"@typescript-eslint/eslint-plugin": ^5.20.0
"@typescript-eslint/parser": ^5.20.0
eslint: ^8.17.0
husky: ^7.0.4
husky: ^8.0.1
lint-staged: ^13.0.1
prettier: ^2.6.2
typescript: ^4.7.3
@@ -4664,7 +4666,6 @@ __metadata:
dependencies:
"@babel/core": ^7.17.10
"@babel/preset-env": ^7.17.10
"@commitlint/config-conventional": ^16.2.4
"@electron/remote": ^2.0.8
"@standardnotes/electron-clear-data": 1.1.1
"@standardnotes/web": "workspace:*"
@@ -4677,7 +4678,6 @@ __metadata:
axios: ^0.27.2
babel-eslint: ^10.1.0
babel-loader: ^8.2.5
commitlint: ^16.2.4
compare-versions: ^4.1.3
copy-webpack-plugin: ^10.2.4
decrypt: "github:standardnotes/decrypt#master"
@@ -4694,7 +4694,6 @@ __metadata:
eslint-plugin-promise: ^6.0.0
file-loader: ^6.2.0
fs-extra: ^10.1.0
husky: ^7.0.4
lodash: ^4.17.21
mime-types: ^2.1.35
mobx: ^6.5.0
@@ -4900,7 +4899,6 @@ __metadata:
"@types/react": ^17.0.40
"@types/react-dom": ^17.0.13
"@uiw/react-codemirror": 4.5.1
husky: "*"
katex: ^0.15.2
lint-staged: "*"
marked: ^4.0.12
@@ -9751,18 +9749,6 @@ __metadata:
languageName: node
linkType: hard
"commitlint@npm:^16.2.4":
version: 16.3.0
resolution: "commitlint@npm:16.3.0"
dependencies:
"@commitlint/cli": ^16.3.0
"@commitlint/types": ^16.2.1
bin:
commitlint: cli.js
checksum: c88e7578da8096ea7b4079233b9bdc73dc7257bfed630a729c4b7044d25bf0e6b4321a9a6b588bbb7ac9951ab6c47c8abc1c9f1a349b3d01ee65448324a6c614
languageName: node
linkType: hard
"common-path-prefix@npm:^3.0.0":
version: 3.0.0
resolution: "common-path-prefix@npm:3.0.0"
@@ -9997,14 +9983,14 @@ __metadata:
languageName: node
linkType: hard
"conventional-changelog-conventionalcommits@npm:^4.3.1":
version: 4.6.3
resolution: "conventional-changelog-conventionalcommits@npm:4.6.3"
"conventional-changelog-conventionalcommits@npm:^5.0.0":
version: 5.0.0
resolution: "conventional-changelog-conventionalcommits@npm:5.0.0"
dependencies:
compare-func: ^2.0.0
lodash: ^4.17.15
q: ^1.5.1
checksum: 7b8e8a21ebb56f9aaa510e12917b7c609202072c3e71089e0a09630c37c2e8146cdb04364809839b0e3eb55f807fe84d03b2079500b37f6186d505848be5c562
checksum: b67d12e4e0fdde5baa32c3d77af472de38646a18657b26f5543eecce041a318103092fbfcef247e2319a16957c9ac78c6ea78acc11a5db6acf74be79a28c561f
languageName: node
linkType: hard
@@ -14851,7 +14837,7 @@ __metadata:
languageName: node
linkType: hard
"husky@npm:*":
"husky@npm:^8.0.1":
version: 8.0.1
resolution: "husky@npm:8.0.1"
bin:
@@ -14860,24 +14846,6 @@ __metadata:
languageName: node
linkType: hard
"husky@npm:7.0.0":
version: 7.0.0
resolution: "husky@npm:7.0.0"
bin:
husky: lib/bin.js
checksum: 2b9848c6365ad43110e19cffbf715ef695f2bcd8c98ee263b67389b492fe6b4045cad7be2af393b89c2d5effe3b97a6ff0443f869e9407d954bb93e17dade8a0
languageName: node
linkType: hard
"husky@npm:^7.0.4":
version: 7.0.4
resolution: "husky@npm:7.0.4"
bin:
husky: lib/bin.js
checksum: c6ec4af63da2c9522da8674a20ad9b48362cc92704896cc8a58c6a2a39d797feb2b806f93fbd83a6d653fbdceb2c3b6e0b602c6b2e8565206ffc2882ef7db9e9
languageName: node
linkType: hard
"iconv-corefoundation@npm:^1.1.7":
version: 1.1.7
resolution: "iconv-corefoundation@npm:1.1.7"
@@ -26204,7 +26172,7 @@ __metadata:
languageName: node
linkType: hard
"typescript@npm:*, typescript@npm:^4.4.3, typescript@npm:^4.6.3, typescript@npm:^4.7.3":
"typescript@npm:*, typescript@npm:^4.6.3, typescript@npm:^4.6.4, typescript@npm:^4.7.3":
version: 4.7.3
resolution: "typescript@npm:4.7.3"
bin:
@@ -26224,7 +26192,7 @@ __metadata:
languageName: node
linkType: hard
"typescript@patch:typescript@*#~builtin<compat/typescript>, typescript@patch:typescript@^4.4.3#~builtin<compat/typescript>, typescript@patch:typescript@^4.6.3#~builtin<compat/typescript>, typescript@patch:typescript@^4.7.3#~builtin<compat/typescript>":
"typescript@patch:typescript@*#~builtin<compat/typescript>, typescript@patch:typescript@^4.6.3#~builtin<compat/typescript>, typescript@patch:typescript@^4.6.4#~builtin<compat/typescript>, typescript@patch:typescript@^4.7.3#~builtin<compat/typescript>":
version: 4.7.3
resolution: "typescript@patch:typescript@npm%3A4.7.3#~builtin<compat/typescript>::version=4.7.3&hash=7ad353"
bin: