Skip to content

Commit

Permalink
chore(deps): update dependency @pob/root to v12.1.1 (#999)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 8, 2024
1 parent 8c66120 commit 8066aa6
Show file tree
Hide file tree
Showing 29 changed files with 47 additions and 43 deletions.
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.4.0",
"@pob/eslint-config": "56.0.0",
"@pob/eslint-config-typescript": "56.0.0",
"@pob/root": "12.0.0",
"@pob/root": "12.1.1",
"@types/jest": "29.5.12",
"@types/node": "20.14.2",
"check-package-dependencies": "7.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/nightingale-ansi-formatter/src/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"ignorePatterns": ["*.d.ts"],
"overrides": [
{
"files": ["**/*.test.ts", "__tests__/**/*.ts"],
"files": ["**/*.test.ts", "__tests__/**/*.ts", "**/__mocks__/**/*.ts"],
"extends": ["@pob/eslint-config-typescript/test"],
"env": {
"jest": true
Expand Down
2 changes: 1 addition & 1 deletion packages/nightingale-app-console/src/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"ignorePatterns": ["*.d.ts"],
"overrides": [
{
"files": ["**/*.test.ts", "__tests__/**/*.ts"],
"files": ["**/*.test.ts", "__tests__/**/*.ts", "**/__mocks__/**/*.ts"],
"extends": ["@pob/eslint-config-typescript/test"],
"env": {
"jest": true
Expand Down
2 changes: 1 addition & 1 deletion packages/nightingale-app-react-native/src/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"ignorePatterns": ["*.d.ts"],
"overrides": [
{
"files": ["**/*.test.ts", "__tests__/**/*.ts"],
"files": ["**/*.test.ts", "__tests__/**/*.ts", "**/__mocks__/**/*.ts"],
"extends": ["@pob/eslint-config-typescript/test"],
"env": {
"jest": true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"ignorePatterns": ["*.d.ts"],
"overrides": [
{
"files": ["**/*.test.ts", "__tests__/**/*.ts"],
"files": ["**/*.test.ts", "__tests__/**/*.ts", "**/__mocks__/**/*.ts"],
"extends": ["@pob/eslint-config-typescript/test"],
"env": {
"jest": true
Expand Down
2 changes: 1 addition & 1 deletion packages/nightingale-browser-console/src/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"ignorePatterns": ["*.d.ts"],
"overrides": [
{
"files": ["**/*.test.ts", "__tests__/**/*.ts"],
"files": ["**/*.test.ts", "__tests__/**/*.ts", "**/__mocks__/**/*.ts"],
"extends": ["@pob/eslint-config-typescript/test"],
"env": {
"jest": true
Expand Down
2 changes: 1 addition & 1 deletion packages/nightingale-console-example/src/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"ignorePatterns": ["*.d.ts"],
"overrides": [
{
"files": ["**/*.test.ts", "__tests__/**/*.ts"],
"files": ["**/*.test.ts", "__tests__/**/*.ts", "**/__mocks__/**/*.ts"],
"extends": ["@pob/eslint-config-typescript/test"],
"env": {
"jest": true
Expand Down
2 changes: 1 addition & 1 deletion packages/nightingale-console-output/src/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"ignorePatterns": ["*.d.ts"],
"overrides": [
{
"files": ["**/*.test.ts", "__tests__/**/*.ts"],
"files": ["**/*.test.ts", "__tests__/**/*.ts", "**/__mocks__/**/*.ts"],
"extends": ["@pob/eslint-config-typescript/test"],
"env": {
"jest": true
Expand Down
2 changes: 1 addition & 1 deletion packages/nightingale-console/src/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"ignorePatterns": ["*.d.ts"],
"overrides": [
{
"files": ["**/*.test.ts", "__tests__/**/*.ts"],
"files": ["**/*.test.ts", "__tests__/**/*.ts", "**/__mocks__/**/*.ts"],
"extends": ["@pob/eslint-config-typescript/test"],
"env": {
"jest": true
Expand Down
2 changes: 1 addition & 1 deletion packages/nightingale-debug/src/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"ignorePatterns": ["*.d.ts"],
"overrides": [
{
"files": ["**/*.test.ts", "__tests__/**/*.ts"],
"files": ["**/*.test.ts", "__tests__/**/*.ts", "**/__mocks__/**/*.ts"],
"extends": ["@pob/eslint-config-typescript/test"],
"env": {
"jest": true
Expand Down
2 changes: 1 addition & 1 deletion packages/nightingale-example/src/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"ignorePatterns": ["*.d.ts"],
"overrides": [
{
"files": ["**/*.test.ts", "__tests__/**/*.ts"],
"files": ["**/*.test.ts", "__tests__/**/*.ts", "**/__mocks__/**/*.ts"],
"extends": ["@pob/eslint-config-typescript/test"],
"env": {
"jest": true
Expand Down
2 changes: 1 addition & 1 deletion packages/nightingale-formatter/src/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"overrides": [
{
"files": ["**/*.test.ts", "__tests__/**/*.ts"],
"files": ["**/*.test.ts", "__tests__/**/*.ts", "**/__mocks__/**/*.ts"],
"extends": ["@pob/eslint-config-typescript/test"],
"env": {
"jest": true
Expand Down
2 changes: 1 addition & 1 deletion packages/nightingale-html-formatter/src/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"ignorePatterns": ["*.d.ts"],
"overrides": [
{
"files": ["**/*.test.ts", "__tests__/**/*.ts"],
"files": ["**/*.test.ts", "__tests__/**/*.ts", "**/__mocks__/**/*.ts"],
"extends": ["@pob/eslint-config-typescript/test"],
"env": {
"jest": true
Expand Down
2 changes: 1 addition & 1 deletion packages/nightingale-json-formatter/src/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"ignorePatterns": ["*.d.ts"],
"overrides": [
{
"files": ["**/*.test.ts", "__tests__/**/*.ts"],
"files": ["**/*.test.ts", "__tests__/**/*.ts", "**/__mocks__/**/*.ts"],
"extends": ["@pob/eslint-config-typescript/test"],
"env": {
"jest": true
Expand Down
6 changes: 5 additions & 1 deletion packages/nightingale-level-names/lib/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@
"ignorePatterns": ["*.d.ts"],
"overrides": [
{
"files": ["**/*.test.{cjs,js}", "__tests__/**/*.{cjs,js}"],
"files": [
"**/*.test.{cjs,js}",
"__tests__/**/*.{cjs,js}",
"**/__mocks__/**/*.{cjs,js}"
],
"env": {
"jest": true
},
Expand Down
2 changes: 1 addition & 1 deletion packages/nightingale-levels/src/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"ignorePatterns": ["*.d.ts"],
"overrides": [
{
"files": ["**/*.test.ts", "__tests__/**/*.ts"],
"files": ["**/*.test.ts", "__tests__/**/*.ts", "**/__mocks__/**/*.ts"],
"extends": ["@pob/eslint-config-typescript/test"],
"env": {
"jest": true
Expand Down
2 changes: 1 addition & 1 deletion packages/nightingale-logger/src/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"overrides": [
{
"files": ["**/*.test.ts", "__tests__/**/*.ts"],
"files": ["**/*.test.ts", "__tests__/**/*.ts", "**/__mocks__/**/*.ts"],
"extends": ["@pob/eslint-config-typescript/test"],
"env": {
"jest": true
Expand Down
2 changes: 1 addition & 1 deletion packages/nightingale-markdown-formatter/src/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"ignorePatterns": ["*.d.ts"],
"overrides": [
{
"files": ["**/*.test.ts", "__tests__/**/*.ts"],
"files": ["**/*.test.ts", "__tests__/**/*.ts", "**/__mocks__/**/*.ts"],
"extends": ["@pob/eslint-config-typescript/test"],
"env": {
"jest": true
Expand Down
2 changes: 1 addition & 1 deletion packages/nightingale-raw-formatter/src/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"ignorePatterns": ["*.d.ts"],
"overrides": [
{
"files": ["**/*.test.ts", "__tests__/**/*.ts"],
"files": ["**/*.test.ts", "__tests__/**/*.ts", "**/__mocks__/**/*.ts"],
"extends": ["@pob/eslint-config-typescript/test"],
"env": {
"jest": true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"ignorePatterns": ["*.d.ts"],
"overrides": [
{
"files": ["**/*.test.ts", "__tests__/**/*.ts"],
"files": ["**/*.test.ts", "__tests__/**/*.ts", "**/__mocks__/**/*.ts"],
"extends": ["@pob/eslint-config-typescript/test"],
"env": {
"jest": true
Expand Down
2 changes: 1 addition & 1 deletion packages/nightingale-sentry/src/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"ignorePatterns": ["*.d.ts"],
"overrides": [
{
"files": ["**/*.test.ts", "__tests__/**/*.ts"],
"files": ["**/*.test.ts", "__tests__/**/*.ts", "**/__mocks__/**/*.ts"],
"extends": ["@pob/eslint-config-typescript/test"],
"env": {
"jest": true
Expand Down
2 changes: 1 addition & 1 deletion packages/nightingale-slack/src/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"ignorePatterns": ["*.d.ts"],
"overrides": [
{
"files": ["**/*.test.ts", "__tests__/**/*.ts"],
"files": ["**/*.test.ts", "__tests__/**/*.ts", "**/__mocks__/**/*.ts"],
"extends": ["@pob/eslint-config-typescript/test"],
"env": {
"jest": true
Expand Down
2 changes: 1 addition & 1 deletion packages/nightingale-string/src/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"ignorePatterns": ["*.d.ts"],
"overrides": [
{
"files": ["**/*.test.ts", "__tests__/**/*.ts"],
"files": ["**/*.test.ts", "__tests__/**/*.ts", "**/__mocks__/**/*.ts"],
"extends": ["@pob/eslint-config-typescript/test"],
"env": {
"jest": true
Expand Down
2 changes: 1 addition & 1 deletion packages/nightingale-types/src/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"ignorePatterns": ["*.d.ts"],
"overrides": [
{
"files": ["**/*.test.ts", "__tests__/**/*.ts"],
"files": ["**/*.test.ts", "__tests__/**/*.ts", "**/__mocks__/**/*.ts"],
"extends": ["@pob/eslint-config-typescript/test"],
"env": {
"jest": true
Expand Down
2 changes: 1 addition & 1 deletion packages/nightingale-unit-testing/src/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"ignorePatterns": ["*.d.ts"],
"overrides": [
{
"files": ["**/*.test.ts", "__tests__/**/*.ts"],
"files": ["**/*.test.ts", "__tests__/**/*.ts", "**/__mocks__/**/*.ts"],
"extends": ["@pob/eslint-config-typescript/test"],
"env": {
"jest": true
Expand Down
2 changes: 1 addition & 1 deletion packages/nightingale-web-processor/src/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"ignorePatterns": ["*.d.ts"],
"overrides": [
{
"files": ["**/*.test.ts", "__tests__/**/*.ts"],
"files": ["**/*.test.ts", "__tests__/**/*.ts", "**/__mocks__/**/*.ts"],
"extends": ["@pob/eslint-config-typescript/test"],
"env": {
"jest": true
Expand Down
2 changes: 1 addition & 1 deletion packages/nightingale-winston-adapter/src/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"ignorePatterns": ["*.d.ts"],
"overrides": [
{
"files": ["**/*.test.ts", "__tests__/**/*.ts"],
"files": ["**/*.test.ts", "__tests__/**/*.ts", "**/__mocks__/**/*.ts"],
"extends": ["@pob/eslint-config-typescript/test"],
"env": {
"jest": true
Expand Down
2 changes: 1 addition & 1 deletion packages/nightingale/src/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"overrides": [
{
"files": ["**/*.test.ts", "__tests__/**/*.ts"],
"files": ["**/*.test.ts", "__tests__/**/*.ts", "**/__mocks__/**/*.ts"],
"extends": ["@pob/eslint-config-typescript/test"],
"env": {
"jest": true
Expand Down
30 changes: 15 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2567,9 +2567,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 @@ -2579,12 +2579,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 @@ -2595,7 +2595,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 @@ -8868,7 +8868,7 @@ __metadata:
"@pob/commitlint-config": "npm:6.4.0"
"@pob/eslint-config": "npm:56.0.0"
"@pob/eslint-config-typescript": "npm:56.0.0"
"@pob/root": "npm:12.0.0"
"@pob/root": "npm:12.1.1"
"@types/jest": "npm:29.5.12"
"@types/node": "npm:20.14.2"
check-package-dependencies: "npm:7.1.1"
Expand Down Expand Up @@ -9625,10 +9625,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 @@ -11752,9 +11752,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 @@ -11773,7 +11773,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

0 comments on commit 8066aa6

Please sign in to comment.