Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency @pob/root to v12.1.1 #977

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
"@pob/eslint-config-typescript": "56.0.0",
"@pob/eslint-config-typescript-react": "56.0.0",
"@pob/rollup-esbuild": "3.0.0",
"@pob/root": "12.0.0",
"@pob/root": "12.1.1",
"@types/body-parser": "1.19.5",
"@types/cookie-parser": "1.4.7",
"@types/express": "4.17.21",
Expand Down
30 changes: 15 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1370,9 +1370,9 @@ __metadata:
languageName: node
linkType: hard

"@pob/root@npm:12.0.0":
version: 12.0.0
resolution: "@pob/root@npm:12.0.0"
"@pob/root@npm:12.1.1":
version: 12.1.1
resolution: "@pob/root@npm:12.1.1"
dependencies:
"@commitlint/cli": "npm:19.3.0"
"@pob/pretty-eslint-config": "npm:6.0.0"
Expand All @@ -1382,12 +1382,12 @@ __metadata:
husky: "npm:~9.0.11"
json5: "npm:^2.2.2"
lint-staged: "npm:15.2.5"
pob-dependencies: "npm:13.0.0"
pob-dependencies: "npm:13.1.0"
prettier: "npm:3.3.1"
repository-check-dirty: "npm:7.0.0"
semver: "npm:^7.3.7"
which-pm-runs: "npm:1.1.0"
yarn-version: "npm:2.0.0"
yarn-version: "npm:2.1.1"
bin:
commitlint: ./bin/commitlint.js
pob-root-lint-staged: ./bin/pob-root-lint-staged.js
Expand All @@ -1398,7 +1398,7 @@ __metadata:
pretty-pkg: ./bin/pretty-pkg.js
repository-check-dirty: ./bin/repository-check-dirty.js
yarn-version: ./bin/yarn-version.js
checksum: 10c0/acc33908c1e47440940a2aa390e18f0c118143395df8764393c67634d59ceb3e691e4c7668bb800d95f4bf2b7c5d3cff1f2c2a3830898d2bbac36b6e430ffaaa
checksum: 10c0/c7f091c425720934a8335284d32a4a01668e2d7c3326791e0c4570e0c1477f0ac01dc3783e915d823f3fef0a42d7a1d12a0b25d6febb0693327839cb5754fe6c
languageName: node
linkType: hard

Expand Down Expand Up @@ -7664,10 +7664,10 @@ __metadata:
languageName: node
linkType: hard

"pob-dependencies@npm:13.0.0":
version: 13.0.0
resolution: "pob-dependencies@npm:13.0.0"
checksum: 10c0/eab370718b8ecfa0b368e9d118070f359d990c5cab1b14dea656459dff921b5318828eeaf68b34ec9ca8cc7066fd2b4b60da29ed519d09cdac8a17c08a704f36
"pob-dependencies@npm:13.1.0":
version: 13.1.0
resolution: "pob-dependencies@npm:13.1.0"
checksum: 10c0/f1bacbd9f3dea195dfb0d113aa390a9f9e69bce8a5623a51eb705e965b7ecea30685b2a6051ab169998b3db0bfcfa2f3bb8ed4010414f3472f9ff46119d0ca38
languageName: node
linkType: hard

Expand Down Expand Up @@ -8257,7 +8257,7 @@ __metadata:
"@pob/eslint-config-typescript": "npm:56.0.0"
"@pob/eslint-config-typescript-react": "npm:56.0.0"
"@pob/rollup-esbuild": "npm:3.0.0"
"@pob/root": "npm:12.0.0"
"@pob/root": "npm:12.1.1"
"@slack/web-api": "npm:6.12.0"
"@tryfabric/mack": "npm:1.2.1"
"@types/body-parser": "npm:1.19.5"
Expand Down Expand Up @@ -9893,9 +9893,9 @@ __metadata:
languageName: node
linkType: hard

"yarn-version@npm:2.0.0":
version: 2.0.0
resolution: "yarn-version@npm:2.0.0"
"yarn-version@npm:2.1.1":
version: 2.1.1
resolution: "yarn-version@npm:2.1.1"
dependencies:
"@conventional-changelog/git-client": "npm:1.0.1"
"@npmcli/map-workspaces": "npm:3.0.6"
Expand All @@ -9914,7 +9914,7 @@ __metadata:
semver: "npm:7.6.2"
bin:
yarn-version: ./build/index-node18.mjs
checksum: 10c0/7801527d79a3782073db53d2e5243fcbc7825cbd14f28a86c81feaf01d3a379b4a242e4c62e67d50e09486e0fd49544f408534a6b4e179fb56dbec37243f872f
checksum: 10c0/0a47639fe3f98ee419dc86f2ce485f0345d3f0d57f9d18ca77af4f46cfa09f847296f9d54b97a1415badb251d74f5e9c1424f7ca6dfec36494773a92ef44ee14
languageName: node
linkType: hard

Expand Down
Loading