Skip to content

Commit

Permalink
chore: update cspell
Browse files Browse the repository at this point in the history
  • Loading branch information
gajus committed Nov 13, 2024
1 parent 138fda5 commit 68eb203
Show file tree
Hide file tree
Showing 10 changed files with 429 additions and 342 deletions.
4 changes: 2 additions & 2 deletions cspell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ language: en
minWordLength: 5
version: '0.2'
words:
- slonik
- gajus
- kuizinas
- plpgsql
- roarr
- plpgsql
- slonik
2 changes: 1 addition & 1 deletion packages/driver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@slonik/eslint-config": "workspace:^",
"@types/node": "^22.9.0",
"ava": "^6.1.3",
"cspell": "^8.6.0",
"cspell": "^8.16.0",
"eslint": "^9.14.0",
"nyc": "^15.1.0",
"ts-node": "^10.9.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/errors/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@slonik/eslint-config": "workspace:^",
"@types/node": "^22.9.0",
"ava": "^6.1.3",
"cspell": "^8.6.0",
"cspell": "^8.16.0",
"eslint": "^9.14.0",
"nyc": "^15.1.0",
"ts-node": "^10.9.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/pg-driver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@types/node": "^22.9.0",
"@types/pg": "^8.11.10",
"ava": "^6.1.3",
"cspell": "^8.6.0",
"cspell": "^8.16.0",
"eslint": "^9.14.0",
"nyc": "^15.1.0",
"ts-node": "^10.9.1",
Expand Down
2 changes: 2 additions & 0 deletions packages/slonik-dataloaders/src/utilities/batchQueries.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/* cspell:ignore slonikqueryindex */

import { type CommonQueryMethods, type QuerySqlToken, sql } from 'slonik';
import { type AnyZodObject, z } from 'zod';

Expand Down
2 changes: 1 addition & 1 deletion packages/slonik/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@types/node": "^22.9.0",
"@types/sinon": "^10.0.20",
"ava": "^6.1.3",
"cspell": "^8.6.0",
"cspell": "^8.16.0",
"eslint": "^9.14.0",
"expect-type": "^0.15.0",
"get-port": "^5.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/sql-tag/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@slonik/eslint-config": "workspace:^",
"@types/node": "^22.9.0",
"ava": "^6.1.3",
"cspell": "^8.6.0",
"cspell": "^8.16.0",
"eslint": "^9.14.0",
"nyc": "^15.1.0",
"ts-node": "^10.9.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@slonik/eslint-config": "workspace:^",
"@types/node": "^22.9.0",
"ava": "^6.1.3",
"cspell": "^8.6.0",
"cspell": "^8.16.0",
"eslint": "^9.14.0",
"nyc": "^15.1.0",
"ts-node": "^10.9.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/utilities/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@slonik/eslint-config": "workspace:^",
"@types/node": "^22.9.0",
"ava": "^6.1.3",
"cspell": "^8.6.0",
"cspell": "^8.16.0",
"eslint": "^9.14.0",
"nyc": "^15.1.0",
"ts-node": "^10.9.1",
Expand Down
751 changes: 418 additions & 333 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

0 comments on commit 68eb203

Please sign in to comment.