Skip to content

Commit 702b136

Browse files
Merge pull request opentripplanner#6693 from opentripplanner/renovate/gtfs-api-code-generation
fix(deps): update gtfs api code generation
2 parents 45f4b99 + 3e95a84 commit 702b136

2 files changed

Lines changed: 44 additions & 20 deletions

File tree

application/src/main/java/org/opentripplanner/apis/gtfs/generated/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
"//": "once https://github.com/dotansimha/graphql-code-generator-community/pull/1095 has been merged, we can go back to the upstream version of @graphql-codegen/java",
1313
"dependencies": {
1414
"@graphql-codegen/add": "5.0.3",
15-
"@graphql-codegen/cli": "5.0.6",
15+
"@graphql-codegen/cli": "5.0.7",
1616
"@graphql-codegen/java": "git+https://github.com/opentripplanner/graphql-code-generator-java.git#5190df9e4d85191716e812bc8bf4d3fbca4d54aa",
17-
"@graphql-codegen/java-resolvers": "3.0.0",
17+
"@graphql-codegen/java-resolvers": "3.0.1",
1818
"graphql": "16.11.0"
1919
}
2020
}

application/src/main/java/org/opentripplanner/apis/gtfs/generated/yarn.lock

Lines changed: 42 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -707,17 +707,17 @@
707707
"@graphql-codegen/plugin-helpers" "^5.0.3"
708708
tslib "~2.6.0"
709709

710-
"@graphql-codegen/cli@5.0.6":
711-
version "5.0.6"
712-
resolved "https://registry.yarnpkg.com/@graphql-codegen/cli/-/cli-5.0.6.tgz#586bd45ef7620406950687d0ed080ff383340e0a"
713-
integrity sha512-1r5dtZ2l1jiCF/4qLMTcT7mEoWWWeqQlmn7HcPHgnV/OXIEodwox7XRGAmOKUygoabRjFF3S0jd0TWbkq5Otsw==
710+
"@graphql-codegen/cli@5.0.7":
711+
version "5.0.7"
712+
resolved "https://registry.yarnpkg.com/@graphql-codegen/cli/-/cli-5.0.7.tgz#5c8f843fb12e2d69692bee55b2846afa05e7999b"
713+
integrity sha512-h/sxYvSaWtxZxo8GtaA8SvcHTyViaaPd7dweF/hmRDpaQU1o3iU3EZxlcJ+oLTunU0tSMFsnrIXm/mhXxI11Cw==
714714
dependencies:
715715
"@babel/generator" "^7.18.13"
716716
"@babel/template" "^7.18.10"
717717
"@babel/types" "^7.18.13"
718-
"@graphql-codegen/client-preset" "^4.8.1"
718+
"@graphql-codegen/client-preset" "^4.8.2"
719719
"@graphql-codegen/core" "^4.0.2"
720-
"@graphql-codegen/plugin-helpers" "^5.0.3"
720+
"@graphql-codegen/plugin-helpers" "^5.1.1"
721721
"@graphql-tools/apollo-engine-loader" "^8.0.0"
722722
"@graphql-tools/code-file-loader" "^8.0.0"
723723
"@graphql-tools/git-loader" "^8.0.0"
@@ -748,16 +748,16 @@
748748
yaml "^2.3.1"
749749
yargs "^17.0.0"
750750

751-
"@graphql-codegen/client-preset@^4.8.1":
752-
version "4.8.1"
753-
resolved "https://registry.yarnpkg.com/@graphql-codegen/client-preset/-/client-preset-4.8.1.tgz#2743875bb4884f9936c875d903f507c6aa77a5e6"
754-
integrity sha512-XLF2V7WKLnepvrGE44JP+AvjS+Oz9AT0oYgTl/6d9btQ+2VYFcmwQPjNAuMVHipqE9I6h8hSEfH9hUrzUptB1g==
751+
"@graphql-codegen/client-preset@^4.8.2":
752+
version "4.8.2"
753+
resolved "https://registry.yarnpkg.com/@graphql-codegen/client-preset/-/client-preset-4.8.2.tgz#1a7e7f693307f2c704b1bd59c17c8c72a89b573f"
754+
integrity sha512-YoH2obkNLorgT7bs5cbveg6A1fM4ZW5AE/CWLaSzViMTAXk51q0z/5+sTrDW2Ft6Or3mTxFLEByCgXhPgAj2Lw==
755755
dependencies:
756756
"@babel/helper-plugin-utils" "^7.20.2"
757757
"@babel/template" "^7.20.7"
758758
"@graphql-codegen/add" "^5.0.3"
759759
"@graphql-codegen/gql-tag-operations" "4.0.17"
760-
"@graphql-codegen/plugin-helpers" "^5.1.0"
760+
"@graphql-codegen/plugin-helpers" "^5.1.1"
761761
"@graphql-codegen/typed-document-node" "^5.1.1"
762762
"@graphql-codegen/typescript" "^4.1.6"
763763
"@graphql-codegen/typescript-operations" "^4.6.1"
@@ -800,15 +800,27 @@
800800
tslib "~2.6.0"
801801
unixify "^1.0.0"
802802

803-
"@graphql-codegen/java-resolvers@3.0.0":
804-
version "3.0.0"
805-
resolved "https://registry.yarnpkg.com/@graphql-codegen/java-resolvers/-/java-resolvers-3.0.0.tgz#822da4d0a870857ba005659189c7dacda2f7331a"
806-
integrity sha512-apUCnrJb1179uu7Z/r/G8d71sbrdp6TsFO8pEOFJQz3MjrP5PfhrJr4JW8d8IsVdLng+OnvkfQGSbsGxgxhJHA==
803+
"@graphql-codegen/java-common@^3.0.1":
804+
version "3.0.1"
805+
resolved "https://registry.yarnpkg.com/@graphql-codegen/java-common/-/java-common-3.0.1.tgz#cd0515b517c4cc3cf865175ad959a905de39e059"
806+
integrity sha512-E/jZ2dlGStEAF8eX2k+9nGDkaVbOYD+nSqPOlNvfItX8x+keBB69QoEu6aLcixadyf9TvZVlDCHyTvrf+pXxDg==
807807
dependencies:
808-
"@graphql-codegen/java-common" "^3.0.0"
809808
"@graphql-codegen/plugin-helpers" "^3.0.0"
810-
"@graphql-codegen/visitor-plugin-common" "2.13.1"
811-
tslib "~2.6.0"
809+
"@graphql-codegen/visitor-plugin-common" "2.13.8"
810+
auto-bind "~4.0.0"
811+
min-indent "1.0.1"
812+
tslib "^2.8.1"
813+
unixify "^1.0.0"
814+
815+
"@graphql-codegen/java-resolvers@3.0.1":
816+
version "3.0.1"
817+
resolved "https://registry.yarnpkg.com/@graphql-codegen/java-resolvers/-/java-resolvers-3.0.1.tgz#f199d2131f67b197a048a3214261a679badfe406"
818+
integrity sha512-LEpSFUiVsjhonbbq7a7SKvTHVexZswzSugfwyyUTtCuoxtb3uycAkw8OIQx2fNyQp0Th+BQSRrcp0e/9eJ2G3w==
819+
dependencies:
820+
"@graphql-codegen/java-common" "^3.0.1"
821+
"@graphql-codegen/plugin-helpers" "^3.0.0"
822+
"@graphql-codegen/visitor-plugin-common" "2.13.8"
823+
tslib "^2.8.1"
812824

813825
"@graphql-codegen/java@git+https://github.com/opentripplanner/graphql-code-generator-java.git#5190df9e4d85191716e812bc8bf4d3fbca4d54aa":
814826
version "4.0.1"
@@ -867,6 +879,18 @@
867879
lodash "~4.17.0"
868880
tslib "~2.6.0"
869881

882+
"@graphql-codegen/plugin-helpers@^5.1.1":
883+
version "5.1.1"
884+
resolved "https://registry.yarnpkg.com/@graphql-codegen/plugin-helpers/-/plugin-helpers-5.1.1.tgz#b7c744c8826367c3002c346112de3cd1b0f99b16"
885+
integrity sha512-28GHODK2HY1NhdyRcPP3sCz0Kqxyfiz7boIZ8qIxFYmpLYnlDgiYok5fhFLVSZihyOpCs4Fa37gVHf/Q4I2FEg==
886+
dependencies:
887+
"@graphql-tools/utils" "^10.0.0"
888+
change-case-all "1.0.15"
889+
common-tags "1.8.2"
890+
import-from "4.0.0"
891+
lodash "~4.17.0"
892+
tslib "~2.6.0"
893+
870894
"@graphql-codegen/schema-ast@^4.0.2":
871895
version "4.0.2"
872896
resolved "https://registry.yarnpkg.com/@graphql-codegen/schema-ast/-/schema-ast-4.0.2.tgz#aeaa104e4555cca73a058f0a9350b4b0e290b377"

0 commit comments

Comments
 (0)