Skip to content
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .github/hooks/pre-commit → .husky/pre-commit
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
#!/bin/sh

yarn lint-staged
259 changes: 0 additions & 259 deletions .yarn/plugins/@yarnpkg/plugin-git-hooks.cjs

This file was deleted.

5 changes: 0 additions & 5 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,3 @@ nodeLinker: node-modules

plugins:
- path: ./.yarn/plugins/postinstallDev.cjs
- checksum: f8ce3a541a57481f6213647cfe7ac8555d87cb1fc23a73a102e64e12be07f603826d822f4d0285333400f0f15baed92510c33dcce75dde2953b2811e36efa012
path: .yarn/plugins/@yarnpkg/plugin-git-hooks.cjs
spec: "https://raw.githubusercontent.com/trufflehq/yarn-plugin-git-hooks/main/bundles/%40yarnpkg/plugin-git-hooks.js"

gitHooksPath: .github/hooks
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
"prepack": "yarn insert-cli-metadata && yarn build && yarn update-docs",
"insert-cli-metadata": "tsx scripts/insert-cli-metadata.ts",
"update-docs": "tsx scripts/generate-cli-docs.ts",
"postinstall": "node -e \"console.log('We have an active developer community on Discord. You can find it on https://discord.gg/crawlee-apify-801163717915574323.');\""
"postinstall": "node -e \"console.log('We have an active developer community on Discord. You can find it on https://discord.gg/crawlee-apify-801163717915574323.');\"",
"prepare": "husky"
},
"files": [
"dist"
Expand Down Expand Up @@ -123,7 +124,6 @@
"@types/cors": "^2.8.17",
"@types/execa": "^2.0.2",
"@types/express": "^5.0.0",
"@types/is-ci": "^3.0.4",
"@types/jju": "^1.4.5",
"@types/js-levenshtein": "^1",
"@types/lodash.clonedeep": "^4",
Expand All @@ -136,6 +136,7 @@
"cross-env": "^10.0.0",
"eslint": "^9.25.1",
"eslint-config-prettier": "^10.1.2",
"husky": "^9",
"lint-staged": "^16.0.0",
"mock-stdin": "^1.0.0",
"prettier": "^3.5.3",
Expand Down
27 changes: 10 additions & 17 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1584,15 +1584,6 @@ __metadata:
languageName: node
linkType: hard

"@types/is-ci@npm:^3.0.4":
version: 3.0.4
resolution: "@types/is-ci@npm:3.0.4"
dependencies:
ci-info: "npm:^3.1.0"
checksum: 10c0/80a3d444d06af53b32429ef9e70184adf12bd98a2f851d8c050aecf7b4abfdab9671abc317785be834d41cad98331992040147ef382bacc2b2a441fee1549a3e
languageName: node
linkType: hard

"@types/jju@npm:^1.4.5":
version: 1.4.5
resolution: "@types/jju@npm:1.4.5"
Expand Down Expand Up @@ -2271,7 +2262,6 @@ __metadata:
"@types/cors": "npm:^2.8.17"
"@types/execa": "npm:^2.0.2"
"@types/express": "npm:^5.0.0"
"@types/is-ci": "npm:^3.0.4"
"@types/jju": "npm:^1.4.5"
"@types/js-levenshtein": "npm:^1"
"@types/lodash.clonedeep": "npm:^4"
Expand Down Expand Up @@ -2300,6 +2290,7 @@ __metadata:
express: "npm:~5.2.0"
globby: "npm:~15.0.0"
handlebars: "npm:~4.7.8"
husky: "npm:^9"
indent-string: "npm:^5.0.0"
is-ci: "npm:~4.1.0"
istextorbinary: "npm:~9.5.0"
Expand Down Expand Up @@ -3006,13 +2997,6 @@ __metadata:
languageName: node
linkType: hard

"ci-info@npm:^3.1.0":
version: 3.9.0
resolution: "ci-info@npm:3.9.0"
checksum: 10c0/6f0109e36e111684291d46123d491bc4e7b7a1934c3a20dea28cba89f1d4a03acd892f5f6a81ed3855c38647e285a150e3c9ba062e38943bef57fee6c1554c3a
languageName: node
linkType: hard

"ci-info@npm:^4.0.0, ci-info@npm:^4.1.0":
version: 4.4.0
resolution: "ci-info@npm:4.4.0"
Expand Down Expand Up @@ -5241,6 +5225,15 @@ __metadata:
languageName: node
linkType: hard

"husky@npm:^9":
version: 9.1.7
resolution: "husky@npm:9.1.7"
bin:
husky: bin.js
checksum: 10c0/35bb110a71086c48906aa7cd3ed4913fb913823715359d65e32e0b964cb1e255593b0ae8014a5005c66a68e6fa66c38dcfa8056dbbdfb8b0187c0ffe7ee3a58f
languageName: node
linkType: hard

"iconv-lite@npm:^0.7.0, iconv-lite@npm:^0.7.2, iconv-lite@npm:~0.7.0":
version: 0.7.2
resolution: "iconv-lite@npm:0.7.2"
Expand Down