Skip to content

Commit

Permalink
mono - updating xo, typescript, @types/node, and webpack to latest (#880
Browse files Browse the repository at this point in the history
)
  • Loading branch information
jaredwray authored Jul 16, 2023
1 parent f01bd0c commit 06bcc21
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 5 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@
"clean": "rm -rf node_modules && rm -rf yarn.lock && yarn workspaces run clean"
},
"dependencies": {
"@types/node": "^20.3.1",
"webpack": "^5.87.0"
"@types/node": "^20.4.2",
"webpack": "^5.88.1"
},
"devDependencies": {
"ava": "^5.3.1",
"c8": "^8.0.0",
"xo": "^0.54.2",
"xo": "^0.55.0",
"ts-node": "^10.9.1",
"typescript": "^5.1.3"
"typescript": "^5.1.6"
}
}
3 changes: 2 additions & 1 deletion packages/keyv/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"unicorn/prefer-module": 0,
"unicorn/prefer-node-protocol": 0,
"@typescript-eslint/consistent-type-definitions": 0,
"unicorn/no-typeof-undefined": 0
"unicorn/no-typeof-undefined": 0,
"unicorn/prefer-event-target": 0
}
},
"repository": {
Expand Down
1 change: 1 addition & 0 deletions packages/memcache/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"xo": {
"rules": {
"unicorn/prefer-module": 0,
"unicorn/prefer-event-target": 0,
"unicorn/no-array-reduce": 0,
"n/prefer-global/process": 0,
"node/prefer-global/process": 0,
Expand Down
1 change: 1 addition & 0 deletions packages/mongo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"xo": {
"rules": {
"unicorn/prefer-module": 0,
"unicorn/prefer-event-target": 0,
"unicorn/no-array-reduce": 0,
"unicorn/prefer-object-from-entries": 0,
"unicorn/prefer-node-protocol": 0,
Expand Down
2 changes: 2 additions & 0 deletions packages/mysql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
"xo": {
"rules": {
"unicorn/prefer-module": 0,
"unicorn/prefer-event-target": 0,
"unicorn/prefer-string-replace-all": 0,
"unicorn/prefer-node-protocol": 0,
"import/extensions": 0,
"@typescript-eslint/no-unsafe-return": 0,
Expand Down
1 change: 1 addition & 0 deletions packages/offline/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
}
],
"import/extensions": 0,
"unicorn/prefer-event-target": 0,
"@typescript-eslint/prefer-nullish-coalescing": 0,
"@typescript-eslint/naming-convention": 0,
"@typescript-eslint/no-unsafe-assignment": 0,
Expand Down
1 change: 1 addition & 0 deletions packages/postgres/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"xo": {
"rules": {
"import/extensions": "off",
"unicorn/prefer-event-target": "off",
"unicorn/prefer-module": "off",
"unicorn/prefer-node-protocol": "off",
"@typescript-eslint/no-unsafe-return": "off",
Expand Down
1 change: 1 addition & 0 deletions packages/redis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"xo": {
"rules": {
"unicorn/prefer-module": 0,
"unicorn/prefer-event-target": 0,
"unicorn/prefer-node-protocol": 0,
"unicorn/no-typeof-undefined": 0,
"import/extensions": 0,
Expand Down
1 change: 1 addition & 0 deletions packages/sqlite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"xo": {
"rules": {
"unicorn/prefer-module": 0,
"unicorn/prefer-event-target": 0,
"unicorn/prefer-node-protocol": 0,
"import/extensions": 0,
"@typescript-eslint/no-unsafe-argument": 0,
Expand Down

0 comments on commit 06bcc21

Please sign in to comment.