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 v9.3.1 #969

Merged
merged 2 commits into from
Apr 22, 2024
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: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: touch docs/.nojekyll

- name: Deploy
uses: peaceiris/actions-gh-pages@v3
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs
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.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@pob/commitlint-config": "6.3.1",
"@pob/eslint-config": "55.2.1",
"@pob/eslint-config-typescript": "55.2.1",
"@pob/root": "9.2.0",
"@pob/root": "9.3.1",
"@types/jest": "29.5.12",
"@types/node": "20.12.7",
"check-package-dependencies": "7.1.1",
Expand Down
5 changes: 4 additions & 1 deletion packages/nightingale-ansi-formatter/src/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@
"project": "packages/nightingale-ansi-formatter/tsconfig.json"
},
"plugins": ["@typescript-eslint"],
"extends": ["@pob/eslint-config-typescript"],
"extends": [
"@pob/eslint-config-typescript",
"@pob/eslint-config-typescript/node"
],
"ignorePatterns": ["*.d.ts"],
"overrides": [
{
Expand Down
5 changes: 4 additions & 1 deletion packages/nightingale-app-console/src/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@
"project": "packages/nightingale-app-console/tsconfig.json"
},
"plugins": ["@typescript-eslint"],
"extends": ["@pob/eslint-config-typescript"],
"extends": [
"@pob/eslint-config-typescript",
"@pob/eslint-config-typescript/node"
],
"ignorePatterns": ["*.d.ts"],
"overrides": [
{
Expand Down
5 changes: 4 additions & 1 deletion packages/nightingale-app-react-native/src/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@
"project": "packages/nightingale-app-react-native/tsconfig.json"
},
"plugins": ["@typescript-eslint"],
"extends": ["@pob/eslint-config-typescript"],
"extends": [
"@pob/eslint-config-typescript",
"@pob/eslint-config-typescript/node"
],
"ignorePatterns": ["*.d.ts"],
"overrides": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@
"project": "packages/nightingale-browser-console-formatter/tsconfig.json"
},
"plugins": ["@typescript-eslint"],
"extends": ["@pob/eslint-config-typescript"],
"extends": [
"@pob/eslint-config-typescript",
"@pob/eslint-config-typescript/node"
],
"ignorePatterns": ["*.d.ts"],
"overrides": [
{
Expand Down
5 changes: 4 additions & 1 deletion packages/nightingale-browser-console/src/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@
"project": "packages/nightingale-browser-console/tsconfig.json"
},
"plugins": ["@typescript-eslint"],
"extends": ["@pob/eslint-config-typescript"],
"extends": [
"@pob/eslint-config-typescript",
"@pob/eslint-config-typescript/node"
],
"ignorePatterns": ["*.d.ts"],
"overrides": [
{
Expand Down
5 changes: 4 additions & 1 deletion packages/nightingale-console-output/src/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@
"project": "packages/nightingale-console-output/tsconfig.json"
},
"plugins": ["@typescript-eslint"],
"extends": ["@pob/eslint-config-typescript"],
"extends": [
"@pob/eslint-config-typescript",
"@pob/eslint-config-typescript/node"
],
"ignorePatterns": ["*.d.ts"],
"overrides": [
{
Expand Down
5 changes: 4 additions & 1 deletion packages/nightingale-debug/src/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@
"project": "packages/nightingale-debug/tsconfig.json"
},
"plugins": ["@typescript-eslint"],
"extends": ["@pob/eslint-config-typescript"],
"extends": [
"@pob/eslint-config-typescript",
"@pob/eslint-config-typescript/node"
],
"ignorePatterns": ["*.d.ts"],
"overrides": [
{
Expand Down
5 changes: 4 additions & 1 deletion packages/nightingale-formatter/src/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@
"project": "packages/nightingale-formatter/tsconfig.json"
},
"plugins": ["@typescript-eslint"],
"extends": ["@pob/eslint-config-typescript"],
"extends": [
"@pob/eslint-config-typescript",
"@pob/eslint-config-typescript/node"
],
"ignorePatterns": ["*.d.ts"],
"rules": {
"@typescript-eslint/max-params": "warn"
Expand Down
5 changes: 4 additions & 1 deletion packages/nightingale-html-formatter/src/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@
"project": "packages/nightingale-html-formatter/tsconfig.json"
},
"plugins": ["@typescript-eslint"],
"extends": ["@pob/eslint-config-typescript"],
"extends": [
"@pob/eslint-config-typescript",
"@pob/eslint-config-typescript/node"
],
"ignorePatterns": ["*.d.ts"],
"overrides": [
{
Expand Down
5 changes: 4 additions & 1 deletion packages/nightingale-json-formatter/src/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@
"project": "packages/nightingale-json-formatter/tsconfig.json"
},
"plugins": ["@typescript-eslint"],
"extends": ["@pob/eslint-config-typescript"],
"extends": [
"@pob/eslint-config-typescript",
"@pob/eslint-config-typescript/node"
],
"ignorePatterns": ["*.d.ts"],
"overrides": [
{
Expand Down
5 changes: 4 additions & 1 deletion packages/nightingale-levels/src/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@
"project": "packages/nightingale-levels/tsconfig.json"
},
"plugins": ["@typescript-eslint"],
"extends": ["@pob/eslint-config-typescript"],
"extends": [
"@pob/eslint-config-typescript",
"@pob/eslint-config-typescript/node"
],
"ignorePatterns": ["*.d.ts"],
"overrides": [
{
Expand Down
5 changes: 4 additions & 1 deletion packages/nightingale-logger/src/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@
"project": "packages/nightingale-logger/tsconfig.json"
},
"plugins": ["@typescript-eslint"],
"extends": ["@pob/eslint-config-typescript"],
"extends": [
"@pob/eslint-config-typescript",
"@pob/eslint-config-typescript/node"
],
"ignorePatterns": ["*.d.ts"],
"rules": {
"@typescript-eslint/max-params": "warn"
Expand Down
5 changes: 4 additions & 1 deletion packages/nightingale-markdown-formatter/src/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@
"project": "packages/nightingale-markdown-formatter/tsconfig.json"
},
"plugins": ["@typescript-eslint"],
"extends": ["@pob/eslint-config-typescript"],
"extends": [
"@pob/eslint-config-typescript",
"@pob/eslint-config-typescript/node"
],
"ignorePatterns": ["*.d.ts"],
"overrides": [
{
Expand Down
5 changes: 4 additions & 1 deletion packages/nightingale-raw-formatter/src/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@
"project": "packages/nightingale-raw-formatter/tsconfig.json"
},
"plugins": ["@typescript-eslint"],
"extends": ["@pob/eslint-config-typescript"],
"extends": [
"@pob/eslint-config-typescript",
"@pob/eslint-config-typescript/node"
],
"ignorePatterns": ["*.d.ts"],
"overrides": [
{
Expand Down
5 changes: 4 additions & 1 deletion packages/nightingale-react-native-console/src/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@
"project": "packages/nightingale-react-native-console/tsconfig.json"
},
"plugins": ["@typescript-eslint"],
"extends": ["@pob/eslint-config-typescript"],
"extends": [
"@pob/eslint-config-typescript",
"@pob/eslint-config-typescript/node"
],
"ignorePatterns": ["*.d.ts"],
"overrides": [
{
Expand Down
5 changes: 4 additions & 1 deletion packages/nightingale-sentry/src/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@
"project": "packages/nightingale-sentry/tsconfig.json"
},
"plugins": ["@typescript-eslint"],
"extends": ["@pob/eslint-config-typescript"],
"extends": [
"@pob/eslint-config-typescript",
"@pob/eslint-config-typescript/node"
],
"ignorePatterns": ["*.d.ts"],
"overrides": [
{
Expand Down
5 changes: 4 additions & 1 deletion packages/nightingale-types/src/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@
"project": "packages/nightingale-types/tsconfig.json"
},
"plugins": ["@typescript-eslint"],
"extends": ["@pob/eslint-config-typescript"],
"extends": [
"@pob/eslint-config-typescript",
"@pob/eslint-config-typescript/node"
],
"ignorePatterns": ["*.d.ts"],
"overrides": [
{
Expand Down
5 changes: 4 additions & 1 deletion packages/nightingale-winston-adapter/src/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@
"project": "packages/nightingale-winston-adapter/tsconfig.json"
},
"plugins": ["@typescript-eslint"],
"extends": ["@pob/eslint-config-typescript"],
"extends": [
"@pob/eslint-config-typescript",
"@pob/eslint-config-typescript/node"
],
"ignorePatterns": ["*.d.ts"],
"overrides": [
{
Expand Down
5 changes: 4 additions & 1 deletion packages/nightingale/src/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@
"project": "packages/nightingale/tsconfig.json"
},
"plugins": ["@typescript-eslint"],
"extends": ["@pob/eslint-config-typescript"],
"extends": [
"@pob/eslint-config-typescript",
"@pob/eslint-config-typescript/node"
],
"ignorePatterns": ["*.d.ts"],
"rules": {
"@typescript-eslint/max-params": "warn"
Expand Down
72 changes: 36 additions & 36 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2385,28 +2385,28 @@ __metadata:
languageName: node
linkType: hard

"@pob/pretty-eslint-config@npm:5.3.1":
version: 5.3.1
resolution: "@pob/pretty-eslint-config@npm:5.3.1"
"@pob/pretty-eslint-config@npm:5.4.0":
version: 5.4.0
resolution: "@pob/pretty-eslint-config@npm:5.4.0"
dependencies:
"@pob/sort-eslint-config": "npm:5.2.1"
"@pob/sort-eslint-config": "npm:5.3.0"
prettier: "npm:^2.6.2"
bin:
pretty-eslint-config: ./bin/pretty-eslint-config.js
checksum: 10c0/efb4cda77c096cf714299aa919b962947515cbc501838c95eb9178e9cc3b88efa19d7d0c74ed31e42221a00f57b33157cdf5a75ebf235569b1ef81d59a2d4b72
checksum: 10c0/931c4f4f96645a8986e855f4d218d0cf6e563c81014debf3c962e61e4e887dcc9fd026323d4f582ada3fdb0a69d21cb57c9202e634cb8a47f368d87bda89e372
languageName: node
linkType: hard

"@pob/pretty-pkg@npm:7.0.0":
version: 7.0.0
resolution: "@pob/pretty-pkg@npm:7.0.0"
"@pob/pretty-pkg@npm:7.1.0":
version: 7.1.0
resolution: "@pob/pretty-pkg@npm:7.1.0"
dependencies:
"@pob/sort-pkg": "npm:7.0.0"
"@pob/sort-pkg": "npm:7.1.0"
glob: "npm:^10.0.0"
prettier: "npm:^2.6.2"
bin:
pretty-pkg: ./bin/pretty-pkg.js
checksum: 10c0/890c74e25549e33502ad4395f4ba3d45097f2ce10c54e78b0d4a9dfbb948aa53bae02e80e07e9b811f04e4d8b4b3bb99b2f5cca22c64d8ea96727b1a8086f38c
checksum: 10c0/aa0f26c5889adf0e1c2dcdd51c9873684d172b947babb1beb50bca5e3f3d242f15e5883cf18988baadf785113bd87382057ab7e60ec1e932f0e425a742aadfd3
languageName: node
linkType: hard

Expand All @@ -2422,19 +2422,19 @@ __metadata:
languageName: node
linkType: hard

"@pob/root@npm:9.2.0":
version: 9.2.0
resolution: "@pob/root@npm:9.2.0"
"@pob/root@npm:9.3.1":
version: 9.3.1
resolution: "@pob/root@npm:9.3.1"
dependencies:
"@commitlint/cli": "npm:18.6.1"
"@pob/pretty-eslint-config": "npm:5.3.1"
"@pob/pretty-pkg": "npm:7.0.0"
"@pob/pretty-eslint-config": "npm:5.4.0"
"@pob/pretty-pkg": "npm:7.1.0"
conventional-changelog-conventionalcommits: "npm:^7.0.0"
cosmiconfig: "npm:^8.3.6"
husky: "npm:~9.0.11"
json5: "npm:^2.2.2"
lint-staged: "npm:15.2.2"
pob-dependencies: "npm:11.1.0"
pob-dependencies: "npm:11.2.1"
prettier: "npm:2.8.8"
repository-check-dirty: "npm:6.3.1"
semver: "npm:^7.3.7"
Expand All @@ -2448,32 +2448,32 @@ __metadata:
pretty-eslint-config: ./bin/pretty-eslint-config.js
pretty-pkg: ./bin/pretty-pkg.js
repository-check-dirty: ./bin/repository-check-dirty.js
checksum: 10c0/7ede8b013f5f745dde2120e8f8a72fd655d80678d7cd42cff41c4d17167c74a127028f9ce84cd0008e66c112353cbaa7be9a2ea40c9f17c91012c7179594d2b7
checksum: 10c0/59bb1d2e1ca39f661f2696d7513b52a499561d78def04c83b438bfdc431c81b80585877d87e5e97186f18c446a940bc68a25e540f3a38eb17b8ff36b932c7fd9
languageName: node
linkType: hard

"@pob/sort-eslint-config@npm:5.2.1":
version: 5.2.1
resolution: "@pob/sort-eslint-config@npm:5.2.1"
"@pob/sort-eslint-config@npm:5.3.0":
version: 5.3.0
resolution: "@pob/sort-eslint-config@npm:5.3.0"
dependencies:
"@pob/sort-object": "npm:6.2.1"
checksum: 10c0/34c5b75a36df315c6593b330c17469c4ed5175966f192b99863ac538e1dbef060f0fd8df2c55e4f864c1e5ded3fe0c689b2eedd79cb32b331f81fb81babd11fb
"@pob/sort-object": "npm:6.3.0"
checksum: 10c0/813dfd11dac91c4a9337c7eaccd6ba2c62f1a175ec03723676224e00441f268013f6286aabc652acc7c4f8b4a1b2ff426617f4941db767ea0e26ef8052ef1d26
languageName: node
linkType: hard

"@pob/sort-object@npm:6.2.1":
version: 6.2.1
resolution: "@pob/sort-object@npm:6.2.1"
checksum: 10c0/a5053939ed84a6d87fd9086c48c7d2181969d53311b0ae74aeb82cb2edcb60f1e552ef2af9003f6f9429d8b7e04200bde1a7569b1772269ef3b6e74a3952c5bf
"@pob/sort-object@npm:6.3.0":
version: 6.3.0
resolution: "@pob/sort-object@npm:6.3.0"
checksum: 10c0/1c9ec4f5bbdb716082cbdba7d12905d636c0ac1f6e394fa05fc4551a6b5a538162d605ce376e9aca678e3b808950940d423131d8bddb3ceee33d3644314270a2
languageName: node
linkType: hard

"@pob/sort-pkg@npm:7.0.0":
version: 7.0.0
resolution: "@pob/sort-pkg@npm:7.0.0"
"@pob/sort-pkg@npm:7.1.0":
version: 7.1.0
resolution: "@pob/sort-pkg@npm:7.1.0"
dependencies:
"@pob/sort-object": "npm:6.2.1"
checksum: 10c0/710e5e6518fa18c3491d7576f107a30a1e7068c6060a8c04437ae063d88d27a8affdf705969266086f099ea19eb000a14fa2792cf7c8756064e4b007d60b9435
"@pob/sort-object": "npm:6.3.0"
checksum: 10c0/00a14a71faba92a216c33930958464320ea639c99ef5a0184c548effdd0cde2efc86cf1ec12130dc2c2f4056575d08cdc2e3801f0e1e02747f3941a9db489fb9
languageName: node
linkType: hard

Expand Down Expand Up @@ -8517,7 +8517,7 @@ __metadata:
"@pob/commitlint-config": "npm:6.3.1"
"@pob/eslint-config": "npm:55.2.1"
"@pob/eslint-config-typescript": "npm:55.2.1"
"@pob/root": "npm:9.2.0"
"@pob/root": "npm:9.3.1"
"@types/jest": "npm:29.5.12"
"@types/node": "npm:20.12.7"
check-package-dependencies: "npm:7.1.1"
Expand Down Expand Up @@ -9231,10 +9231,10 @@ __metadata:
languageName: node
linkType: hard

"pob-dependencies@npm:11.1.0":
version: 11.1.0
resolution: "pob-dependencies@npm:11.1.0"
checksum: 10c0/9f7e40f6f5ba6cca80eb105c0743454d3f26d1f8f46a54869d027c318301b82f0bacf3a9b1dc2d4b81b545037517ee9bbf67bc85a8936de95bf2514843e23ef7
"pob-dependencies@npm:11.2.1":
version: 11.2.1
resolution: "pob-dependencies@npm:11.2.1"
checksum: 10c0/8f4d15bbf0c51b1b58b5a8112b5e771726d9d41e10583cc1a05be92aa086199e1bfeabca0b75b45b424f43f0f1a18d929ddf934f3aa29ee9c2359990987ebf3b
languageName: node
linkType: hard

Expand Down
Loading