Skip to content

Commit

Permalink
chore(deps): update dependency @pob/root to v9.2.0 (#926)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Feb 23, 2024
1 parent 190f409 commit a43f506
Show file tree
Hide file tree
Showing 60 changed files with 297 additions and 319 deletions.
1 change: 0 additions & 1 deletion .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env sh
. "$(dirname "$0")/_/husky.sh"

yarn commitlint --edit $1
1 change: 0 additions & 1 deletion .husky/post-checkout
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/usr/bin/env sh
. "$(dirname "$0")/_/husky.sh"

if [ -n "$(git diff HEAD@{1}..HEAD@{0} -- yarn.lock)" ]; then
yarn install --immutable || true
Expand Down
1 change: 0 additions & 1 deletion .husky/post-merge
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/usr/bin/env sh
. "$(dirname "$0")/_/husky.sh"

if [ -n "$(git diff HEAD@{1}..HEAD@{0} -- yarn.lock)" ]; then
yarn install --immutable || true
Expand Down
1 change: 0 additions & 1 deletion .husky/post-rewrite
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/usr/bin/env sh
. "$(dirname "$0")/_/husky.sh"

if [ -n "$(git diff HEAD@{1}..HEAD@{0} -- yarn.lock)" ]; then
yarn install --immutable || true
Expand Down
1 change: 0 additions & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env sh
. "$(dirname "$0")/_/husky.sh"

yarn pob-root-lint-staged
1 change: 0 additions & 1 deletion .husky/pre-push
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/usr/bin/env sh
. "$(dirname "$0")/_/husky.sh"

# z40 is the value matching the empty blob/commit/tree SHA (zero x 40)
z40=0000000000000000000000000000000000000000
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@
"devDependencies": {
"@babel/core": "7.23.9",
"@pob/commitlint-config": "6.3.1",
"@pob/eslint-config": "53.0.0",
"@pob/eslint-config-typescript": "53.1.0",
"@pob/root": "9.1.0",
"@pob/eslint-config": "54.0.0",
"@pob/eslint-config-typescript": "54.0.0",
"@pob/root": "9.2.0",
"@types/jest": "29.5.12",
"@types/node": "20.11.20",
"check-package-dependencies": "7.0.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/nightingale-console-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,25 +14,25 @@
"engines": {
"node": ">=20.9.0"
},
"main": "./build/index-node20.mjs",
"main": "./build/index-node.mjs",
"exports": {
"./package.json": "./package.json",
".": {
"types": "./src/index.ts",
"node": {
"import": "./build/index-node20.mjs"
"import": "./build/index-node.mjs"
}
},
"./children": {
"types": "./src/children.ts",
"node": {
"import": "./build/children-node20.mjs"
"import": "./build/children-node.mjs"
}
},
"./sentry": {
"types": "./src/sentry.ts",
"node": {
"import": "./build/sentry-node20.mjs"
"import": "./build/sentry-node.mjs"
}
}
},
Expand Down
12 changes: 6 additions & 6 deletions packages/nightingale-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,37 +19,37 @@
"./configure": {
"types": "./src/configure.ts",
"node": {
"import": "./build/configure-node20.mjs"
"import": "./build/configure-node.mjs"
}
},
"./console": {
"types": "./src/console.ts",
"node": {
"import": "./build/console-node20.mjs"
"import": "./build/console-node.mjs"
}
},
"./debug": {
"types": "./src/debug.ts",
"node": {
"import": "./build/debug-node20.mjs"
"import": "./build/debug-node.mjs"
}
},
"./errors": {
"types": "./src/errors.ts",
"node": {
"import": "./build/errors-node20.mjs"
"import": "./build/errors-node.mjs"
}
},
"./jsonConsole": {
"types": "./src/jsonConsole.ts",
"node": {
"import": "./build/jsonConsole-node20.mjs"
"import": "./build/jsonConsole-node.mjs"
}
},
"./slack": {
"types": "./src/slack.ts",
"node": {
"import": "./build/slack-node20.mjs"
"import": "./build/slack-node.mjs"
}
}
},
Expand Down

0 comments on commit a43f506

Please sign in to comment.