Skip to content

Commit

Permalink
fix(deps): update dependency auto-bind to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 1, 2023
1 parent fbf9f5b commit df56210
Show file tree
Hide file tree
Showing 31 changed files with 36 additions and 31 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@vue/composition-api": "1.7.1",
"apollo-client": "2.6.10",
"apollo-server": "3.11.1",
"auto-bind": "4.0.0",
"auto-bind": "5.0.1",
"babel-jest": "28.1.3",
"bob-the-bundler": "4.0.0",
"chalk": "4.1.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/c-sharp/c-sharp-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"dependencies": {
"@graphql-codegen/plugin-helpers": "^3.0.0",
"@graphql-codegen/visitor-plugin-common": "^2.12.1",
"auto-bind": "~4.0.0",
"auto-bind": "~5.0.0",
"change-case-all": "1.0.15",
"tslib": "~2.4.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/c-sharp/c-sharp-operations/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@graphql-codegen/plugin-helpers": "^3.0.0",
"@graphql-codegen/visitor-plugin-common": "^2.12.1",
"@graphql-codegen/c-sharp-common": "0.1.1",
"auto-bind": "~4.0.0",
"auto-bind": "~5.0.0",
"change-case-all": "1.0.15",
"tslib": "~2.4.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/dart/flutter-freezed/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@graphql-codegen/plugin-helpers": "^3.0.0",
"@graphql-codegen/schema-ast": "^2.5.0",
"@graphql-codegen/visitor-plugin-common": "2.13.1",
"auto-bind": "~4.0.0",
"auto-bind": "~5.0.0",
"change-case-all": "1.0.15",
"tslib": "~2.4.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/flow/flow/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"dependencies": {
"@graphql-codegen/plugin-helpers": "^3.0.0",
"@graphql-codegen/visitor-plugin-common": "2.13.1",
"auto-bind": "~4.0.0",
"auto-bind": "~5.0.0",
"tslib": "~2.4.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/flow/operations/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@graphql-codegen/flow": "^2.3.6",
"@graphql-codegen/plugin-helpers": "^3.0.0",
"@graphql-codegen/visitor-plugin-common": "2.13.1",
"auto-bind": "~4.0.0",
"auto-bind": "~5.0.0",
"tslib": "~2.4.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/flow/resolvers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@graphql-codegen/plugin-helpers": "^3.0.0",
"@graphql-codegen/visitor-plugin-common": "2.13.1",
"@graphql-tools/utils": "^8.8.0",
"auto-bind": "~4.0.0",
"auto-bind": "~5.0.0",
"tslib": "~2.4.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/java/apollo-android/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@graphql-codegen/java-common": "^2.2.6",
"@graphql-codegen/plugin-helpers": "^3.0.0",
"@graphql-codegen/visitor-plugin-common": "2.13.1",
"auto-bind": "~4.0.0",
"auto-bind": "~5.0.0",
"change-case-all": "1.0.15",
"pluralize": "^8.0.0",
"tslib": "~2.4.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/java/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"dependencies": {
"@graphql-codegen/plugin-helpers": "^3.0.0",
"@graphql-codegen/visitor-plugin-common": "2.13.1",
"auto-bind": "~4.0.0",
"auto-bind": "~5.0.0",
"min-indent": "1.0.1",
"tslib": "~2.4.0",
"unixify": "^1.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/typescript/apollo-angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"dependencies": {
"@graphql-codegen/plugin-helpers": "^3.0.0",
"@graphql-codegen/visitor-plugin-common": "2.13.1",
"auto-bind": "~4.0.0",
"auto-bind": "~5.0.0",
"change-case-all": "1.0.15",
"tslib": "~2.4.0"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"change-case-all": "1.0.15",
"@graphql-codegen/plugin-helpers": "^3.0.0",
"@graphql-codegen/visitor-plugin-common": "2.13.1",
"auto-bind": "~4.0.0",
"auto-bind": "~5.0.0",
"tslib": "~2.4.0"
},
"main": "dist/cjs/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/typescript/generic-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"dependencies": {
"@graphql-codegen/plugin-helpers": "^3.0.0",
"@graphql-codegen/visitor-plugin-common": "2.13.1",
"auto-bind": "~4.0.0",
"auto-bind": "~5.0.0",
"tslib": "~2.4.0"
},
"main": "dist/cjs/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/typescript/graphql-apollo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"dependencies": {
"@graphql-codegen/plugin-helpers": "^3.0.0",
"@graphql-codegen/visitor-plugin-common": "^2.12.1",
"auto-bind": "~4.0.0",
"auto-bind": "~5.0.0",
"change-case-all": "1.0.15",
"tslib": "~2.4.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/typescript/graphql-request/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"dependencies": {
"@graphql-codegen/plugin-helpers": "^3.0.0",
"@graphql-codegen/visitor-plugin-common": "2.13.1",
"auto-bind": "~4.0.0",
"auto-bind": "~5.0.0",
"tslib": "~2.4.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/typescript/jit-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"dependencies": {
"@graphql-codegen/plugin-helpers": "^3.0.0",
"@graphql-codegen/visitor-plugin-common": "2.13.1",
"auto-bind": "~4.0.0",
"auto-bind": "~5.0.0",
"tslib": "~2.4.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/typescript/mongodb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@graphql-codegen/typescript": "^2.8.1",
"@graphql-codegen/visitor-plugin-common": "2.13.1",
"@graphql-tools/utils": "^8.8.0",
"auto-bind": "~4.0.0",
"auto-bind": "~5.0.0",
"lodash": "~4.17.0",
"tslib": "~2.4.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/typescript/msw/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"dependencies": {
"@graphql-codegen/plugin-helpers": "^3.0.0",
"@graphql-codegen/visitor-plugin-common": "2.13.1",
"auto-bind": "~4.0.0",
"auto-bind": "~5.0.0",
"change-case-all": "1.0.15",
"tslib": "~2.4.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/typescript/oclif/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"dependencies": {
"@graphql-codegen/plugin-helpers": "^3.0.0",
"@graphql-codegen/visitor-plugin-common": "2.13.1",
"auto-bind": "~4.0.0",
"auto-bind": "~5.0.0",
"tslib": "~2.4.0"
},
"devDependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"dependencies": {
"@graphql-codegen/plugin-helpers": "^3.0.0",
"@graphql-codegen/visitor-plugin-common": "2.13.1",
"auto-bind": "~4.0.0",
"auto-bind": "~5.0.0",
"change-case-all": "1.0.15"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/typescript/react-apollo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"dependencies": {
"@graphql-codegen/plugin-helpers": "^3.0.0",
"@graphql-codegen/visitor-plugin-common": "2.13.1",
"auto-bind": "~4.0.0",
"auto-bind": "~5.0.0",
"change-case-all": "1.0.15",
"tslib": "~2.4.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/typescript/react-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"dependencies": {
"@graphql-codegen/plugin-helpers": "^3.0.0",
"@graphql-codegen/visitor-plugin-common": "2.13.1",
"auto-bind": "~4.0.0",
"auto-bind": "~5.0.0",
"change-case-all": "1.0.15",
"tslib": "~2.4.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/typescript/rtk-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"dependencies": {
"@graphql-codegen/plugin-helpers": "^3.0.0",
"@graphql-codegen/visitor-plugin-common": "2.13.1",
"auto-bind": "~4.0.0",
"auto-bind": "~5.0.0",
"change-case-all": "1.0.15",
"tslib": "~2.4.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/typescript/stencil-apollo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"dependencies": {
"@graphql-codegen/plugin-helpers": "^3.0.0",
"@graphql-codegen/visitor-plugin-common": "2.13.1",
"auto-bind": "~4.0.0",
"auto-bind": "~5.0.0",
"change-case-all": "1.0.15",
"tslib": "~2.4.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/typescript/type-graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@graphql-codegen/plugin-helpers": "^3.0.0",
"@graphql-codegen/typescript": "^2.8.1",
"@graphql-codegen/visitor-plugin-common": "2.13.1",
"auto-bind": "~4.0.0",
"auto-bind": "~5.0.0",
"tslib": "~2.4.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/typescript/urql-graphcache/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"dependencies": {
"@graphql-codegen/plugin-helpers": "^3.0.0",
"@graphql-codegen/visitor-plugin-common": "2.13.1",
"auto-bind": "~4.0.0",
"auto-bind": "~5.0.0",
"change-case-all": "1.0.15",
"tslib": "~2.4.0"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"dependencies": {
"@graphql-codegen/plugin-helpers": "^3.0.0",
"@graphql-codegen/visitor-plugin-common": "2.13.1",
"auto-bind": "~4.0.0",
"auto-bind": "~5.0.0",
"change-case-all": "1.0.15",
"tslib": "~2.4.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/typescript/urql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"dependencies": {
"@graphql-codegen/plugin-helpers": "^3.0.0",
"@graphql-codegen/visitor-plugin-common": "2.13.1",
"auto-bind": "~4.0.0",
"auto-bind": "~5.0.0",
"tslib": "~2.4.0"
},
"peerDependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"dependencies": {
"@graphql-codegen/plugin-helpers": "^3.0.0",
"@graphql-codegen/visitor-plugin-common": "2.13.1",
"auto-bind": "~4.0.0",
"auto-bind": "~5.0.0",
"change-case-all": "1.0.15",
"tslib": "~2.4.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/typescript/vue-apollo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"dependencies": {
"@graphql-codegen/plugin-helpers": "^3.0.0",
"@graphql-codegen/visitor-plugin-common": "2.13.1",
"auto-bind": "~4.0.0",
"auto-bind": "~5.0.0",
"change-case-all": "1.0.15",
"tslib": "~2.4.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/typescript/vue-urql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"dependencies": {
"@graphql-codegen/plugin-helpers": "^3.0.0",
"@graphql-codegen/visitor-plugin-common": "2.13.1",
"auto-bind": "~4.0.0",
"auto-bind": "~5.0.0",
"change-case-all": "1.0.15",
"tslib": "~2.4.0"
},
Expand Down
7 changes: 6 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3378,7 +3378,12 @@ asynckit@^0.4.0:
resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79"
integrity sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==

auto-bind@4.0.0, auto-bind@~4.0.0:
auto-bind@5.0.1, auto-bind@~5.0.0:
version "5.0.1"
resolved "https://registry.yarnpkg.com/auto-bind/-/auto-bind-5.0.1.tgz#50d8e63ea5a1dddcb5e5e36451c1a8266ffbb2ae"
integrity sha512-ooviqdwwgfIfNmDwo94wlshcdzfO64XV0Cg6oDsDYBJfITDz1EngD2z7DkbvCWn+XIMsIqW27sEVF6qcpJrRcg==

auto-bind@~4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/auto-bind/-/auto-bind-4.0.0.tgz#e3589fc6c2da8f7ca43ba9f84fa52a744fc997fb"
integrity sha512-Hdw8qdNiqdJ8LqT0iK0sVzkFbzg6fhnQqqfWhBDxcHZvU75+B+ayzTy8x+k5Ix0Y92XOhOUlx74ps+bA6BeYMQ==
Expand Down

0 comments on commit df56210

Please sign in to comment.