Skip to content

Commit

Permalink
chore(deps): update dependency @pob/root to v13.2.0 (#165)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 16, 2024
1 parent c045d3a commit 0c1af8c
Show file tree
Hide file tree
Showing 5 changed files with 37 additions and 7 deletions.
10 changes: 10 additions & 0 deletions .husky/post-checkout
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
if [ -n "$(git diff HEAD@{1}..HEAD@{0} -- yarn.lock)" ]; then
yarn config set logFilters --json '[
{"code": "YN0002","level": "discard"},
{"code": "YN0007","level": "discard"},
{"code": "YN0008","level": "discard"},
{"code": "YN0013","level": "discard"},
{"code": "YN0018","level": "discard"},
{"code": "YN0060","level": "discard"},
{"code": "YN0061","level": "discard"}
]' > /dev/null
yarn install --immutable || true
yarn config unset logFilters > /dev/null
fi
10 changes: 10 additions & 0 deletions .husky/post-merge
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
if [ -n "$(git diff HEAD@{1}..HEAD@{0} -- yarn.lock)" ]; then
yarn config set logFilters --json '[
{"code": "YN0002","level": "discard"},
{"code": "YN0007","level": "discard"},
{"code": "YN0008","level": "discard"},
{"code": "YN0013","level": "discard"},
{"code": "YN0018","level": "discard"},
{"code": "YN0060","level": "discard"},
{"code": "YN0061","level": "discard"}
]' > /dev/null
yarn install --immutable || true
yarn config unset logFilters > /dev/null
fi
12 changes: 11 additions & 1 deletion .husky/post-rewrite
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
if [ -n "$(git diff HEAD@{1}..HEAD@{0} -- yarn.lock)" ]; then
if [ -n "$(git diff HEAD@{1}..HEAD@{0} -- yarn.lock)" ] | [ "$1" = "rebase" ]; then
yarn config set logFilters --json '[
{"code": "YN0002","level": "discard"},
{"code": "YN0007","level": "discard"},
{"code": "YN0008","level": "discard"},
{"code": "YN0013","level": "discard"},
{"code": "YN0018","level": "discard"},
{"code": "YN0060","level": "discard"},
{"code": "YN0061","level": "discard"}
]' > /dev/null
yarn install --immutable || true
yarn config unset logFilters > /dev/null
fi
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"devDependencies": {
"@pob/commitlint-config": "7.0.0",
"@pob/eslint-config": "58.0.0",
"@pob/root": "13.1.0",
"@pob/root": "13.2.0",
"check-package-dependencies": "7.2.0",
"eslint": "9.9.0",
"typescript": "5.5.4"
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -599,9 +599,9 @@ __metadata:
languageName: node
linkType: hard

"@pob/root@npm:13.1.0":
version: 13.1.0
resolution: "@pob/root@npm:13.1.0"
"@pob/root@npm:13.2.0":
version: 13.2.0
resolution: "@pob/root@npm:13.2.0"
dependencies:
"@commitlint/cli": "npm:19.4.0"
"@pob/pretty-eslint-config": "npm:7.0.0"
Expand All @@ -627,7 +627,7 @@ __metadata:
pretty-pkg: ./bin/pretty-pkg.js
repository-check-dirty: ./bin/repository-check-dirty.js
yarn-version: ./bin/yarn-version.js
checksum: 10c0/713b1011dd5090b814d77cc6db41c340b2d7536293bd29093fdd9a1a459195eb4e5a4354c85929474050f75c2c5ac79f6f06dde5b24a88f479a9c4287e7480da
checksum: 10c0/b04dbfd6166dde65222ef8c95da5b8167aee2191c4aed69621fce2b3ab28d8e93ef870ef5913b7db2fde263cc038661ff48acbd62f25c5629b6ce0aa97098487
languageName: node
linkType: hard

Expand Down Expand Up @@ -1464,7 +1464,7 @@ __metadata:
dependencies:
"@pob/commitlint-config": "npm:7.0.0"
"@pob/eslint-config": "npm:58.0.0"
"@pob/root": "npm:13.1.0"
"@pob/root": "npm:13.2.0"
check-package-dependencies: "npm:7.2.0"
eslint: "npm:9.9.0"
typescript: "npm:5.5.4"
Expand Down

0 comments on commit 0c1af8c

Please sign in to comment.