Skip to content

Commit bb9c030

Browse files
chore(deps): update dependency @graphql-codegen/gql-tag-operations-preset to v1.4.0 (#925)
Co-authored-by: Renovate Bot <[email protected]>
1 parent e1313bb commit bb9c030

File tree

3 files changed

+51
-46
lines changed

3 files changed

+51
-46
lines changed

packages/todo-example/client-apollo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"devDependencies": {
1414
"@graphql-codegen/cli": "2.6.2",
15-
"@graphql-codegen/gql-tag-operations-preset": "1.3.0",
15+
"@graphql-codegen/gql-tag-operations-preset": "1.4.0",
1616
"@testing-library/jest-dom": "5.16.4",
1717
"@testing-library/react": "12.1.5",
1818
"@testing-library/user-event": "13.5.0",

packages/todo-example/client-urql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"devDependencies": {
1010
"@n1ru4l/graphql-live-query-patch-json-patch": "*",
1111
"@graphql-codegen/cli": "2.6.2",
12-
"@graphql-codegen/gql-tag-operations-preset": "1.3.0",
12+
"@graphql-codegen/gql-tag-operations-preset": "1.4.0",
1313
"@n1ru4l/push-pull-async-iterable-iterator": "3.2.0",
1414
"@n1ru4l/socket-io-graphql-client": "*",
1515
"@testing-library/jest-dom": "5.16.4",

yarn.lock

Lines changed: 49 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -1334,33 +1334,33 @@
13341334
"@graphql-tools/utils" "^8.1.1"
13351335
tslib "~2.3.0"
13361336

1337-
"@graphql-codegen/gql-tag-operations-preset@1.3.0":
1338-
version "1.3.0"
1339-
resolved "https://registry.yarnpkg.com/@graphql-codegen/gql-tag-operations-preset/-/gql-tag-operations-preset-1.3.0.tgz#a5aead7a2755b99d41c866d0d8bdb7d95c45b617"
1340-
integrity sha512-X6pJzHM72hs88m7QTTte79Le30j5KU1mG+ca/Ezrd/1TCrcBPfpmWh6v+7cck0oAfs9ivTvbms06mJqyxhhVmw==
1337+
"@graphql-codegen/gql-tag-operations-preset@1.4.0":
1338+
version "1.4.0"
1339+
resolved "https://registry.yarnpkg.com/@graphql-codegen/gql-tag-operations-preset/-/gql-tag-operations-preset-1.4.0.tgz#9bf6392a045c313484f5fe75cd23a3e955d34b61"
1340+
integrity sha512-7FD3R/DIKfcXUEYlbajMlxw+ohK/Tq1k2ucdnsaWMNOzkoGox5hIWWJbjFeNn1rAGYekhQh5bvlR0WWuyV4KoQ==
13411341
dependencies:
13421342
"@babel/helper-plugin-utils" "^7.14.5"
13431343
"@babel/template" "^7.15.4"
13441344
"@graphql-codegen/add" "^3.1.1"
1345-
"@graphql-codegen/gql-tag-operations" "^1.2.7"
1345+
"@graphql-codegen/gql-tag-operations" "^1.2.12"
13461346
"@graphql-codegen/plugin-helpers" "^2.3.2"
1347-
"@graphql-codegen/typed-document-node" "^2.2.4"
1348-
"@graphql-codegen/typescript" "^2.4.4"
1349-
"@graphql-codegen/typescript-operations" "^2.3.1"
1350-
"@graphql-codegen/visitor-plugin-common" "^2.7.0"
1347+
"@graphql-codegen/typed-document-node" "^2.2.9"
1348+
"@graphql-codegen/typescript" "^2.4.9"
1349+
"@graphql-codegen/typescript-operations" "^2.3.6"
1350+
"@graphql-codegen/visitor-plugin-common" "^2.7.5"
13511351
"@graphql-tools/utils" "^8.5.2"
1352-
tslib "~2.3.0"
1352+
tslib "~2.4.0"
13531353

1354-
"@graphql-codegen/gql-tag-operations@^1.2.7":
1355-
version "1.2.7"
1356-
resolved "https://registry.yarnpkg.com/@graphql-codegen/gql-tag-operations/-/gql-tag-operations-1.2.7.tgz#040b6dced275a72aa7879939d74d7c33cd6437cc"
1357-
integrity sha512-AWkGUb5zXDFjLUahIx1SPtlm31Pkkh8FyqquwwmC5vaht7oQfgj44G1J93I06KpPlRRFk1/TRbnkPIOUQOHPMw==
1354+
"@graphql-codegen/gql-tag-operations@^1.2.12":
1355+
version "1.2.14"
1356+
resolved "https://registry.yarnpkg.com/@graphql-codegen/gql-tag-operations/-/gql-tag-operations-1.2.14.tgz#b47a5b1707096ec824bc82f0ac09f2677895acd0"
1357+
integrity sha512-1pL0Ua67V7qyUqQifsjRDH4ylPJTb1j3Xt14bFBk2kNQ0MKH4kqXFggDiVAklzZlnwxGwfSyCzDuNr5Pbm+UiA==
13581358
dependencies:
13591359
"@graphql-codegen/plugin-helpers" "^2.4.0"
1360-
"@graphql-codegen/visitor-plugin-common" "2.7.0"
1360+
"@graphql-codegen/visitor-plugin-common" "2.8.0"
13611361
"@graphql-tools/utils" "^8.1.1"
13621362
auto-bind "~4.0.0"
1363-
tslib "~2.3.0"
1363+
tslib "~2.4.0"
13641364

13651365
"@graphql-codegen/plugin-helpers@^2.3.2", "@graphql-codegen/plugin-helpers@^2.4.0", "@graphql-codegen/plugin-helpers@^2.4.1":
13661366
version "2.4.1"
@@ -1383,43 +1383,43 @@
13831383
"@graphql-tools/utils" "^8.1.1"
13841384
tslib "~2.3.0"
13851385

1386-
"@graphql-codegen/typed-document-node@^2.2.4":
1387-
version "2.2.4"
1388-
resolved "https://registry.yarnpkg.com/@graphql-codegen/typed-document-node/-/typed-document-node-2.2.4.tgz#508711eadb78ed1689f7a1bf1b2499daef55664d"
1389-
integrity sha512-brWKp90wwKE1MBaOr3s23kcX8fDSujx5EcKxkYkjuAS9urUK2bbsijyPl7KRPAaB6IHcd4QcWUFmkrRGw7LWCQ==
1386+
"@graphql-codegen/typed-document-node@^2.2.9":
1387+
version "2.2.11"
1388+
resolved "https://registry.yarnpkg.com/@graphql-codegen/typed-document-node/-/typed-document-node-2.2.11.tgz#07a935faef9f91fb371df60ee2a8ccc2e92554d0"
1389+
integrity sha512-AHBfw6gHSs0XOuIWsLZwtSgmk+3XqUCyPfXCeDE3Z9MNx/EYYY6lr8cFcsFnR3ASotcVAsVoLTfB4YS4NqgqdA==
13901390
dependencies:
13911391
"@graphql-codegen/plugin-helpers" "^2.4.0"
1392-
"@graphql-codegen/visitor-plugin-common" "2.7.0"
1392+
"@graphql-codegen/visitor-plugin-common" "2.8.0"
13931393
auto-bind "~4.0.0"
13941394
change-case-all "1.0.14"
1395-
tslib "~2.3.0"
1395+
tslib "~2.4.0"
13961396

1397-
"@graphql-codegen/typescript-operations@^2.3.1":
1398-
version "2.3.1"
1399-
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript-operations/-/typescript-operations-2.3.1.tgz#0017cb4ef038728dc064a60c1b007049fc1869de"
1400-
integrity sha512-JTmsiBfGTie7iVeWV5JtpT4dlADCdrMaILINPYrTssGx0cOIytWrTE/8RcN+GLtZK1Er5AuhJzEWwfzoJc0Cgg==
1397+
"@graphql-codegen/typescript-operations@^2.3.6":
1398+
version "2.4.0"
1399+
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript-operations/-/typescript-operations-2.4.0.tgz#07f371bcda31ecb8edc4c742442014b21c11d53b"
1400+
integrity sha512-vJ15FLyWchuO2Xkp6uz7jJOdChiay7P9KJKFDILx/JTwjinU1fFa7iOvyeTvslqiUPxgsXthR5izdY+E5IyLkQ==
14011401
dependencies:
14021402
"@graphql-codegen/plugin-helpers" "^2.4.0"
1403-
"@graphql-codegen/typescript" "^2.4.4"
1404-
"@graphql-codegen/visitor-plugin-common" "2.7.0"
1403+
"@graphql-codegen/typescript" "^2.4.11"
1404+
"@graphql-codegen/visitor-plugin-common" "2.8.0"
14051405
auto-bind "~4.0.0"
1406-
tslib "~2.3.0"
1406+
tslib "~2.4.0"
14071407

1408-
"@graphql-codegen/typescript@^2.4.4":
1409-
version "2.4.4"
1410-
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript/-/typescript-2.4.4.tgz#d1c037fd0126205294e2535f4014239f2598dce3"
1411-
integrity sha512-xL6/WSJZVjDNY9QOkaDHQBKQzCawqU2w8R683uu1HpO4Z+cf5wHSwgHY/HQqurVhMkB0qPKOfSIQheJuWYF4Tw==
1408+
"@graphql-codegen/typescript@^2.4.11", "@graphql-codegen/typescript@^2.4.9":
1409+
version "2.4.11"
1410+
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript/-/typescript-2.4.11.tgz#b9d8bddaeb79ff4a85e1d0f9c774afba7423177c"
1411+
integrity sha512-K3oDLPJRH9Wgpg9TOvb7L+xrJZ8HxkIzV2umqGn54c+8DQjvnRFBIYRO0THgUBMnEauE2sEy6RZkGHGfgQUruA==
14121412
dependencies:
14131413
"@graphql-codegen/plugin-helpers" "^2.4.0"
14141414
"@graphql-codegen/schema-ast" "^2.4.1"
1415-
"@graphql-codegen/visitor-plugin-common" "2.7.0"
1415+
"@graphql-codegen/visitor-plugin-common" "2.8.0"
14161416
auto-bind "~4.0.0"
1417-
tslib "~2.3.0"
1417+
tslib "~2.4.0"
14181418

1419-
"@graphql-codegen/visitor-plugin-common@2.7.0", "@graphql-codegen/visitor-plugin-common@^2.7.0":
1420-
version "2.7.0"
1421-
resolved "https://registry.yarnpkg.com/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-2.7.0.tgz#4c78a84e5d193479309d25c1a3bd139670530aef"
1422-
integrity sha512-/3TZeM/y9UUy7ziUded+GCCGpRychOIbfNfg7HyHR1SxGpG7PrGunsLvYpv4O+ReUba250le4K4IeziVKl0O5g==
1419+
"@graphql-codegen/visitor-plugin-common@2.8.0", "@graphql-codegen/visitor-plugin-common@^2.7.5":
1420+
version "2.8.0"
1421+
resolved "https://registry.yarnpkg.com/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-2.8.0.tgz#f1de3bd5ee123e6f72c06423912a3a83a6044938"
1422+
integrity sha512-29MOaxBog7qaEhmeCzJn2mONSbcA+slCTzHN4nJ3aZl4KrC9V32rXlQpG5x0qHbFQ1LaG1f5gPO83xbiAeMBIw==
14231423
dependencies:
14241424
"@graphql-codegen/plugin-helpers" "^2.4.0"
14251425
"@graphql-tools/optimize" "^1.0.1"
@@ -1430,7 +1430,7 @@
14301430
dependency-graph "^0.11.0"
14311431
graphql-tag "^2.11.0"
14321432
parse-filepath "^1.0.2"
1433-
tslib "~2.3.0"
1433+
tslib "~2.4.0"
14341434

14351435
"@graphql-tools/apollo-engine-loader@^7.0.5":
14361436
version "7.0.5"
@@ -8375,16 +8375,21 @@ [email protected], tslib@^1.11.1, tslib@^1.9.0:
83758375
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.11.1.tgz#eb15d128827fbee2841549e171f45ed338ac7e35"
83768376
integrity sha512-aZW88SY8kQbU7gpV19lN24LtXh/yD4ZZg6qieAJDDg+YBsJcSmLGK9QpnUjAKVG/xefmvJGd1WUmfpT/g6AJGA==
83778377

8378-
tslib@^2, tslib@^2.0.3, tslib@^2.1.0, tslib@^2.3.0, tslib@~2.3.0:
8379-
version "2.3.1"
8380-
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.3.1.tgz#e8a335add5ceae51aa261d32a490158ef042ef01"
8381-
integrity sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==
8378+
tslib@^2, tslib@^2.0.3, tslib@^2.1.0, tslib@^2.3.0, tslib@~2.4.0:
8379+
version "2.4.0"
8380+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.4.0.tgz#7cecaa7f073ce680a05847aa77be941098f36dc3"
8381+
integrity sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==
83828382

83838383
tslib@~2.0.1:
83848384
version "2.0.3"
83858385
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.0.3.tgz#8e0741ac45fc0c226e58a17bfc3e64b9bc6ca61c"
83868386
integrity sha512-uZtkfKblCEQtZKBF6EBXVZeQNl82yqtDQdv+eck8u7tdPxjLu2/lp5/uPW+um2tpuxINHWy3GhiccY7QgEaVHQ==
83878387

8388+
tslib@~2.3.0:
8389+
version "2.3.1"
8390+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.3.1.tgz#e8a335add5ceae51aa261d32a490158ef042ef01"
8391+
integrity sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==
8392+
83888393
tty-table@^2.8.10:
83898394
version "2.8.13"
83908395
resolved "https://registry.yarnpkg.com/tty-table/-/tty-table-2.8.13.tgz#d484a416381973eaebbdf19c79136b390e5c6d70"

0 commit comments

Comments
 (0)