Skip to content

Commit 56170f6

Browse files
authored
Merge branch 'master' into typed-document-string
2 parents 82b75f0 + 7285b48 commit 56170f6

File tree

4 files changed

+43
-38
lines changed

4 files changed

+43
-38
lines changed

examples/programmatic-typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"prettier": "2.8.4"
2525
},
2626
"devDependencies": {
27-
"@types/node": "18.15.0",
27+
"@types/node": "18.15.1",
2828
"tsup": "6.6.3"
2929
}
3030
}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"@types/jest": "28.1.8",
4747
"babel-jest": "28.1.3",
4848
"bob-the-bundler": "4.1.1",
49-
"eslint": "8.35.0",
49+
"eslint": "8.36.0",
5050
"graphql": "16.6.0",
5151
"husky": "8.0.3",
5252
"jest": "28.1.3",
@@ -60,7 +60,7 @@
6060
"ts-jest": "28.0.8",
6161
"ts-node": "10.9.1",
6262
"tslib": "2.5.0",
63-
"tsx": "3.12.3",
63+
"tsx": "3.12.5",
6464
"typescript": "4.9.5"
6565
},
6666
"lint-staged": {

website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@theguild/tailwind-config": "0.2.1",
1515
"@types/dedent": "0.7.0",
1616
"@types/jsonpath": "0.2.0",
17-
"@types/node": "18.15.0",
17+
"@types/node": "18.15.1",
1818
"@types/react": "18.0.28",
1919
"fast-xml-parser": "4.1.3",
2020
"jsonpath": "1.1.1",

yarn.lock

Lines changed: 39 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1855,32 +1855,37 @@
18551855
resolved "https://registry.yarnpkg.com/@esbuild/win32-x64/-/win32-x64-0.17.10.tgz#ac779220f2da96afd480fb3f3148a292f66e7fc3"
18561856
integrity sha512-oP+zFUjYNaMNmjTwlFtWep85hvwUu19cZklB3QsBOcZSs6y7hmH4LNCJ7075bsqzYaNvZFXJlAVaQ2ApITDXtw==
18571857

1858-
"@eslint-community/eslint-utils@^4.1.2":
1859-
version "4.1.2"
1860-
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.1.2.tgz#14ca568ddaa291dd19a4a54498badc18c6cfab78"
1861-
integrity sha512-7qELuQWWjVDdVsFQ5+beUl+KPczrEDA7S3zM4QUd/bJl7oXgsmpXaEVqrRTnOBqenOV4rWf2kVZk2Ot085zPWA==
1858+
"@eslint-community/eslint-utils@^4.1.2", "@eslint-community/eslint-utils@^4.2.0":
1859+
version "4.2.0"
1860+
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.2.0.tgz#a831e6e468b4b2b5ae42bf658bea015bf10bc518"
1861+
integrity sha512-gB8T4H4DEfX2IV9zGDJPOBgP1e/DbfCPDTtEqUMckpvzS1OYtva8JdFYBqMwYk7xAQ429WGF/UPqn8uQ//h2vQ==
18621862
dependencies:
18631863
eslint-visitor-keys "^3.3.0"
18641864

1865-
"@eslint/eslintrc@^2.0.0":
1866-
version "2.0.0"
1867-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-2.0.0.tgz#943309d8697c52fc82c076e90c1c74fbbe69dbff"
1868-
integrity sha512-fluIaaV+GyV24CCu/ggiHdV+j4RNh85yQnAYS/G2mZODZgGmmlrgCydjUcV3YvxCm9x8nMAfThsqTni4KiXT4A==
1865+
"@eslint-community/regexpp@^4.4.0":
1866+
version "4.4.0"
1867+
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.4.0.tgz#3e61c564fcd6b921cb789838631c5ee44df09403"
1868+
integrity sha512-A9983Q0LnDGdLPjxyXQ00sbV+K+O+ko2Dr+CZigbHWtX9pNfxlaBkMR8X1CztI73zuEyEBXTVjx7CE+/VSwDiQ==
1869+
1870+
"@eslint/eslintrc@^2.0.1":
1871+
version "2.0.1"
1872+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-2.0.1.tgz#7888fe7ec8f21bc26d646dbd2c11cd776e21192d"
1873+
integrity sha512-eFRmABvW2E5Ho6f5fHLqgena46rOj7r7OKHYfLElqcBfGFHHpjBhivyi5+jOEQuSpdc/1phIZJlbC2te+tZNIw==
18691874
dependencies:
18701875
ajv "^6.12.4"
18711876
debug "^4.3.2"
1872-
espree "^9.4.0"
1877+
espree "^9.5.0"
18731878
globals "^13.19.0"
18741879
ignore "^5.2.0"
18751880
import-fresh "^3.2.1"
18761881
js-yaml "^4.1.0"
18771882
minimatch "^3.1.2"
18781883
strip-json-comments "^3.1.1"
18791884

1880-
"@eslint/js@8.35.0":
1881-
version "8.35.0"
1882-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.35.0.tgz#b7569632b0b788a0ca0e438235154e45d42813a7"
1883-
integrity sha512-JXdzbRiWclLVoD8sNUjR443VVlYqiYmDVT6rGUEIEHU5YJW0gaVZwV2xgM7D4arkvASqD0IlLUVjHiFuxaftRw==
1885+
"@eslint/js@8.36.0":
1886+
version "8.36.0"
1887+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.36.0.tgz#9837f768c03a1e4a30bd304a64fb8844f0e72efe"
1888+
integrity sha512-lxJ9R5ygVm8ZWgYdUweoq5ownDlJ4upvoWmO4eLxBYHdMo+vZ/Rx0EN6MbKWDJOSUGrqJy2Gt+Dyv/VKml0fjg==
18841889

18851890
"@floating-ui/core@^1.2.1":
18861891
version "1.2.1"
@@ -4076,10 +4081,10 @@
40764081
resolved "https://registry.yarnpkg.com/@types/ms/-/ms-0.7.31.tgz#31b7ca6407128a3d2bbc27fe2d21b345397f6197"
40774082
integrity sha512-iiUgKzV9AuaEkZqkOLDIvlQiL6ltuZd9tGcW3gwpnX8JbuiuhFlEGmmFXEXkN50Cvq7Os88IY2v0dkDqXYWVgA==
40784083

4079-
"@types/node@*", "@types/[email protected].0", "@types/node@^18.11.18":
4080-
version "18.15.0"
4081-
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.15.0.tgz#286a65e3fdffd691e170541e6ecb0410b16a38be"
4082-
integrity sha512-z6nr0TTEOBGkzLGmbypWOGnpSpSIBorEhC4L+4HeQ2iezKCi4f77kyslRwvHeNitymGQ+oFyIWGP96l/DPSV9w==
4084+
"@types/node@*", "@types/[email protected].1", "@types/node@^18.11.18":
4085+
version "18.15.1"
4086+
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.15.1.tgz#41dc2bf78e8085a250d4670d95edb7fba621dd29"
4087+
integrity sha512-U2TWca8AeHSmbpi314QBESRk7oPjSZjDsR+c+H4ECC1l+kFgpZf8Ydhv3SJpPy51VyZHHqxlb6mTTqYNNRVAIw==
40834088

40844089
"@types/node@^12.7.1":
40854090
version "12.20.55"
@@ -7216,13 +7221,15 @@ eslint-visitor-keys@^3.0.0, eslint-visitor-keys@^3.3.0:
72167221
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
72177222
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
72187223

7219-
eslint@8.35.0, eslint@^8.21.0:
7220-
version "8.35.0"
7221-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.35.0.tgz#fffad7c7e326bae606f0e8f436a6158566d42323"
7222-
integrity sha512-BxAf1fVL7w+JLRQhWl2pzGeSiGqbWumV4WNvc9Rhp6tiCtm4oHnyPBSEtMGZwrQgudFQ+otqzWoPB7x+hxoWsw==
7224+
eslint@8.36.0, eslint@^8.21.0:
7225+
version "8.36.0"
7226+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.36.0.tgz#1bd72202200a5492f91803b113fb8a83b11285cf"
7227+
integrity sha512-Y956lmS7vDqomxlaaQAHVmeb4tNMp2FWIvU/RnU5BD3IKMD/MJPr76xdyr68P8tV1iNMvN2mRK0yy3c+UjL+bw==
72237228
dependencies:
7224-
"@eslint/eslintrc" "^2.0.0"
7225-
"@eslint/js" "8.35.0"
7229+
"@eslint-community/eslint-utils" "^4.2.0"
7230+
"@eslint-community/regexpp" "^4.4.0"
7231+
"@eslint/eslintrc" "^2.0.1"
7232+
"@eslint/js" "8.36.0"
72267233
"@humanwhocodes/config-array" "^0.11.8"
72277234
"@humanwhocodes/module-importer" "^1.0.1"
72287235
"@nodelib/fs.walk" "^1.2.8"
@@ -7233,9 +7240,8 @@ [email protected], eslint@^8.21.0:
72337240
doctrine "^3.0.0"
72347241
escape-string-regexp "^4.0.0"
72357242
eslint-scope "^7.1.1"
7236-
eslint-utils "^3.0.0"
72377243
eslint-visitor-keys "^3.3.0"
7238-
espree "^9.4.0"
7244+
espree "^9.5.0"
72397245
esquery "^1.4.2"
72407246
esutils "^2.0.2"
72417247
fast-deep-equal "^3.1.3"
@@ -7257,15 +7263,14 @@ [email protected], eslint@^8.21.0:
72577263
minimatch "^3.1.2"
72587264
natural-compare "^1.4.0"
72597265
optionator "^0.9.1"
7260-
regexpp "^3.2.0"
72617266
strip-ansi "^6.0.1"
72627267
strip-json-comments "^3.1.0"
72637268
text-table "^0.2.0"
72647269

7265-
espree@^9.0.0, espree@^9.4.0:
7266-
version "9.4.1"
7267-
resolved "https://registry.yarnpkg.com/espree/-/espree-9.4.1.tgz#51d6092615567a2c2cff7833445e37c28c0065bd"
7268-
integrity sha512-XwctdmTO6SIvCzd9810yyNzIrOrqNYV9Koizx4C/mRhf9uq0o4yHoCEU/670pOxOL/MSraektvSAji79kX90Vg==
7270+
espree@^9.0.0, espree@^9.4.0, espree@^9.5.0:
7271+
version "9.5.0"
7272+
resolved "https://registry.yarnpkg.com/espree/-/espree-9.5.0.tgz#3646d4e3f58907464edba852fa047e6a27bdf113"
7273+
integrity sha512-JPbJGhKc47++oo4JkEoTe2wjy4fmMwvFpgJT9cQzmfXKp22Dr6Hf1tdCteLz1h0P3t+mGvWZ+4Uankvh8+c6zw==
72697274
dependencies:
72707275
acorn "^8.8.0"
72717276
acorn-jsx "^5.3.2"
@@ -13804,10 +13809,10 @@ tsutils@^3.21.0:
1380413809
dependencies:
1380513810
tslib "^1.8.1"
1380613811

13807-
13808-
version "3.12.3"
13809-
resolved "https://registry.yarnpkg.com/tsx/-/tsx-3.12.3.tgz#b29f6c9246d4e3ea46451cd81d7cbc98f45c4b8a"
13810-
integrity sha512-Wc5BFH1xccYTXaQob+lEcimkcb/Pq+0en2s+ruiX0VEIC80nV7/0s7XRahx8NnsoCnpCVUPz8wrqVSPi760LkA==
13812+
13813+
version "3.12.5"
13814+
resolved "https://registry.yarnpkg.com/tsx/-/tsx-3.12.5.tgz#6d60d3c9ca2c5f9b8d2cef2cf099867591244264"
13815+
integrity sha512-/TLj30xF1zcN9JkoFCyROtIQUi8cRQG+AFchsg5YkWou3+RXxTZS/ffWB3nCxyZPoBqF2+8ohs07N815dNb1wQ==
1381113816
dependencies:
1381213817
"@esbuild-kit/cjs-loader" "^2.4.2"
1381313818
"@esbuild-kit/core-utils" "^3.0.0"

0 commit comments

Comments
 (0)