Skip to content

Commit

Permalink
chore(deps): update formatting & linting (#35302)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: LekoArts <lekoarts@gmail.com>
  • Loading branch information
3 people committed Apr 1, 2022
1 parent 8b0e81b commit ac4fddb
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 37 deletions.
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -36,13 +36,13 @@
"dictionary-en": "^3.1.0",
"eslint": "^7.32.0",
"eslint-config-google": "^0.14.0",
"eslint-config-prettier": "^8.4.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-filenames": "^1.3.2",
"eslint-plugin-flowtype": "^6.1.1",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.29.2",
"eslint-plugin-react": "^7.29.4",
"fs-extra": "^10.0.0",
"glob": "^7.1.7",
"husky": "3.1.0",
Expand All @@ -61,7 +61,7 @@
"npm-packlist": "^2.1.5",
"npm-run-all": "4.1.5",
"plop": "^1.9.1",
"prettier": "2.5.1",
"prettier": "^2.6.1",
"remark": "^13.0.0",
"remark-cli": "^9.0.0",
"remark-frontmatter": "^3.0.0",
Expand Down
1 change: 0 additions & 1 deletion packages/create-gatsby/package.json
Expand Up @@ -32,7 +32,6 @@
"joi": "^17.4.2",
"microbundle": "^0.14.2",
"node-fetch": "^2.6.6",
"prettier": "^2.5.1",
"string-length": "^4.0.2",
"terminal-link": "^2.1.1",
"tiny-spin": "^1.0.2"
Expand Down
2 changes: 0 additions & 2 deletions packages/gatsby-source-shopify/package.json
Expand Up @@ -38,8 +38,6 @@
"cross-env": "^7.0.3",
"gatsby-plugin-image": "^2.12.0-next.1",
"msw": "^0.35.0",
"prettier": "^2.5.1",
"prettier-check": "^2.0.0",
"tsc-watch": "^4.5.0",
"typescript": "^4.5.5"
},
Expand Down
3 changes: 2 additions & 1 deletion packages/gatsby/src/datastore/common/query.ts
Expand Up @@ -29,7 +29,8 @@ export enum DbComparator {
GLOB = `$glob`,
}

export type FilterValueNullable = // TODO: merge with DbComparatorValue
// TODO: merge with DbComparatorValue
export type FilterValueNullable =
| string
| number
| boolean
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby/src/datastore/in-memory/indexing.ts
Expand Up @@ -11,7 +11,8 @@ import _ from "lodash"
import { getValueAt } from "../../utils/get-value-at"

// Only list supported ops here. "CacheableFilterOp"
export type FilterOp = // TODO: merge with DbComparator ?
// TODO: merge with DbComparator ?
export type FilterOp =
| "$eq"
| "$ne"
| "$lt"
Expand All @@ -21,7 +22,6 @@ export type FilterOp = // TODO: merge with DbComparator ?
| "$in"
| "$nin"
| "$regex" // Note: this includes $glob
// Note: `undefined` is an encoding for a property that does not exist

export type FilterCacheKey = string
type GatsbyNodeID = string
Expand Down
36 changes: 8 additions & 28 deletions yarn.lock
Expand Up @@ -10030,10 +10030,10 @@ eslint-config-google@^0.14.0:
resolved "https://registry.yarnpkg.com/eslint-config-google/-/eslint-config-google-0.14.0.tgz#4f5f8759ba6e11b424294a219dbfa18c508bcc1a"
integrity sha512-WsbX4WbjuMvTdeVL6+J3rK1RGhCTqjsFjX7UMSMgZiyxxaNLkoJENbrGExzERFeoTpGw3F3FypTiWAP9ZXzkEw==

eslint-config-prettier@^8.4.0:
version "8.4.0"
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-8.4.0.tgz#8e6d17c7436649e98c4c2189868562921ef563de"
integrity sha512-CFotdUcMY18nGRo5KGsnNxpznzhkopOcOo0InID+sgQssPrzjvsyKZPvOgymTFeHrFuC3Tzdf2YndhXtULK9Iw==
eslint-config-prettier@^8.5.0:
version "8.5.0"
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-8.5.0.tgz#5a81680ec934beca02c7b1a61cf8ca34b66feab1"
integrity sha512-obmWKLUNCnhtQRKc+tmnYuQl0pFU1ibYJQ5BGhTVB08bHe9wC8qUeG7c08dj9XX+AuPj1YSGSQIHl1pnDHZR0Q==

eslint-config-react-app@^6.0.0:
version "6.0.0"
Expand Down Expand Up @@ -10413,19 +10413,6 @@ events@^3.2.0, events@^3.3.0:
resolved "https://registry.yarnpkg.com/events/-/events-3.3.0.tgz#31a95ad0a924e2d2c419a813aeb2c4e878ea7400"
integrity sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==

execa@^0.6.0:
version "0.6.3"
resolved "https://registry.yarnpkg.com/execa/-/execa-0.6.3.tgz#57b69a594f081759c69e5370f0d17b9cb11658fe"
integrity sha1-V7aaWU8IF1nGnlNw8NF7nLEWWP4=
dependencies:
cross-spawn "^5.0.1"
get-stream "^3.0.0"
is-stream "^1.1.0"
npm-run-path "^2.0.0"
p-finally "^1.0.0"
signal-exit "^3.0.0"
strip-eof "^1.0.0"

execa@^0.7.0:
version "0.7.0"
resolved "https://registry.yarnpkg.com/execa/-/execa-0.7.0.tgz#944becd34cc41ee32a63a9faf27ad5a65fc59777"
Expand Down Expand Up @@ -19206,23 +19193,16 @@ prepend-http@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/prepend-http/-/prepend-http-2.0.0.tgz#e92434bfa5ea8c19f41cdfd401d741a3c819d897"

prettier-check@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/prettier-check/-/prettier-check-2.0.0.tgz#edd086ee12d270579233ccb136a16e6afcfba1ae"
integrity sha512-HZG53XQTJ9Cyi5hi1VFVVFxdlhITJybpZAch3ib9KqI05VUxV+F5Hip0GhSWRItrlDzVyqjSoDQ9KqIn7AHYyw==
dependencies:
execa "^0.6.0"

prettier-linter-helpers@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/prettier-linter-helpers/-/prettier-linter-helpers-1.0.0.tgz#d23d41fe1375646de2d0104d3454a3008802cf7b"
dependencies:
fast-diff "^1.1.2"

prettier@2.5.1, prettier@^2.5.1:
version "2.5.1"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.5.1.tgz#fff75fa9d519c54cf0fce328c1017d94546bc56a"
integrity sha512-vBZcPRUR5MZJwoyi3ZoyQlc1rXeEck8KgeC9AwwOn+exuxLxq5toTRDTSaVrXHxelDMHy9zlicw8u66yxoSUFg==
prettier@^2.5.1, prettier@^2.6.1:
version "2.6.1"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.6.1.tgz#d472797e0d7461605c1609808e27b80c0f9cfe17"
integrity sha512-8UVbTBYGwN37Bs9LERmxCPjdvPxlEowx2urIL6urHzdb3SDq4B/Z6xLFCblrSnE4iKWcS6ziJ3aOYrc1kz/E2A==

pretty-bytes@^3.0.0:
version "3.0.1"
Expand Down

0 comments on commit ac4fddb

Please sign in to comment.