Skip to content

Commit

Permalink
chore(deps): update dev deps and test snapshots (#186)
Browse files Browse the repository at this point in the history
- Update all dev deps except `graphql` and `postgraphile-core` to the latest versions.
- Test snapshots changed due to the new default snapshotFormat in Jest 29. The new format is an improvement IMO, so I'm committing the diff.
  • Loading branch information
mattbretl authored Dec 1, 2022
1 parent 468ebc9 commit f157f06
Show file tree
Hide file tree
Showing 17 changed files with 29,922 additions and 30,233 deletions.
Empty file modified .github/workflows/ci/docker-entrypoint-initdb.d/010-setup.sh
100644 → 100755
Empty file.
11,156 changes: 5,578 additions & 5,578 deletions __tests__/integration/__snapshots__/queries.test.ts.snap

Large diffs are not rendered by default.

4,054 changes: 2,027 additions & 2,027 deletions __tests__/integration/schema/__snapshots__/addConnectionFilterOperator.test.ts.snap

Large diffs are not rendered by default.

2,162 changes: 1,081 additions & 1,081 deletions __tests__/integration/schema/__snapshots__/allowedFieldTypes.test.ts.snap

Large diffs are not rendered by default.

2,524 changes: 1,262 additions & 1,262 deletions __tests__/integration/schema/__snapshots__/allowedOperators.test.ts.snap

Large diffs are not rendered by default.

3,056 changes: 1,528 additions & 1,528 deletions __tests__/integration/schema/__snapshots__/arraysFalse.test.ts.snap

Large diffs are not rendered by default.

4,044 changes: 2,022 additions & 2,022 deletions __tests__/integration/schema/__snapshots__/computedColumnsFalse.test.ts.snap

Large diffs are not rendered by default.

4,048 changes: 2,024 additions & 2,024 deletions __tests__/integration/schema/__snapshots__/defaultOptions.test.ts.snap

Large diffs are not rendered by default.

1,750 changes: 875 additions & 875 deletions __tests__/integration/schema/__snapshots__/ignoreIndexesFalse.test.ts.snap

Large diffs are not rendered by default.

3,910 changes: 1,955 additions & 1,955 deletions __tests__/integration/schema/__snapshots__/logicalOperatorsFalse.test.ts.snap

Large diffs are not rendered by default.

4,048 changes: 2,024 additions & 2,024 deletions __tests__/integration/schema/__snapshots__/operatorNames.test.ts.snap

Large diffs are not rendered by default.

4,210 changes: 2,105 additions & 2,105 deletions __tests__/integration/schema/__snapshots__/relationsTrue.test.ts.snap

Large diffs are not rendered by default.

4,600 changes: 2,300 additions & 2,300 deletions __tests__/integration/schema/__snapshots__/relationsWithListInflectors.test.ts.snap

Large diffs are not rendered by default.

3,998 changes: 1,999 additions & 1,999 deletions __tests__/integration/schema/__snapshots__/setofFunctionsFalse.test.ts.snap

Large diffs are not rendered by default.

4,218 changes: 2,109 additions & 2,109 deletions __tests__/integration/schema/__snapshots__/useCustomNetworkScalars.test.ts.snap

Large diffs are not rendered by default.

20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,19 +28,19 @@
},
"devDependencies": {
"@graphile-contrib/pg-simplify-inflector": "6.1.0",
"@types/jest": "27.4.1",
"@typescript-eslint/eslint-plugin": "5.17.0",
"@typescript-eslint/parser": "5.17.0",
"eslint": "8.12.0",
"@types/jest": "29.2.3",
"@typescript-eslint/eslint-plugin": "5.45.0",
"@typescript-eslint/parser": "5.45.0",
"eslint": "8.28.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-jest": "26.1.3",
"eslint-plugin-jest": "27.1.6",
"graphql": "14.7.0",
"jest": "27.5.1",
"pg": "8.7.3",
"jest": "29.3.1",
"pg": "8.8.0",
"postgraphile-core": "4.5.0",
"prettier": "2.6.2",
"ts-jest": "27.1.4",
"typescript": "4.6.3"
"prettier": "2.8.0",
"ts-jest": "29.0.3",
"typescript": "4.9.3"
},
"files": [
"dist"
Expand Down
2,357 changes: 1,023 additions & 1,334 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit f157f06

Please sign in to comment.