Skip to content

Commit

Permalink
chore(deps): update dependency bob-the-bundler to v7 (#9431)
Browse files Browse the repository at this point in the history
* chore(deps): update dependency bob-the-bundler to v7

* Bob

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Arda TANRIKULU <[email protected]>
  • Loading branch information
renovate[bot] and ardatan authored Aug 19, 2024
1 parent d704d8e commit afa2dd1
Show file tree
Hide file tree
Showing 21 changed files with 123 additions and 238 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@theguild/prettier-config": "0.1.1",
"@types/jest": "28.1.8",
"babel-jest": "29.7.0",
"bob-the-bundler": "6.0.0",
"bob-the-bundler": "7.0.1",
"cross-env": "7.0.3",
"eslint": "9.9.0",
"graphql": "16.9.0",
Expand Down
5 changes: 4 additions & 1 deletion packages/graphql-codegen-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -127,5 +127,8 @@
"directory": "dist",
"access": "public"
},
"type": "module"
"type": "module",
"engines": {
"node": ">=16"
}
}
5 changes: 4 additions & 1 deletion packages/graphql-codegen-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,5 +69,8 @@
"directory": "dist",
"access": "public"
},
"type": "module"
"type": "module",
"engines": {
"node": ">=16"
}
}
5 changes: 4 additions & 1 deletion packages/plugins/other/add/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,8 @@
"directory": "dist",
"access": "public"
},
"type": "module"
"type": "module",
"engines": {
"node": ">=16"
}
}
5 changes: 4 additions & 1 deletion packages/plugins/other/fragment-matcher/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,8 @@
"directory": "dist",
"access": "public"
},
"type": "module"
"type": "module",
"engines": {
"node": ">=16"
}
}
5 changes: 4 additions & 1 deletion packages/plugins/other/introspection/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,8 @@
"directory": "dist",
"access": "public"
},
"type": "module"
"type": "module",
"engines": {
"node": ">=16"
}
}
5 changes: 4 additions & 1 deletion packages/plugins/other/schema-ast/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,8 @@
"directory": "dist",
"access": "public"
},
"type": "module"
"type": "module",
"engines": {
"node": ">=16"
}
}
5 changes: 4 additions & 1 deletion packages/plugins/other/time/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,8 @@
"directory": "dist",
"access": "public"
},
"type": "module"
"type": "module",
"engines": {
"node": ">=16"
}
}
5 changes: 4 additions & 1 deletion packages/plugins/other/visitor-plugin-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,8 @@
"directory": "dist",
"access": "public"
},
"type": "module"
"type": "module",
"engines": {
"node": ">=16"
}
}
5 changes: 4 additions & 1 deletion packages/plugins/typescript/document-nodes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,8 @@
"directory": "dist",
"access": "public"
},
"type": "module"
"type": "module",
"engines": {
"node": ">=16"
}
}
5 changes: 4 additions & 1 deletion packages/plugins/typescript/gql-tag-operations/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,8 @@
"directory": "dist",
"access": "public"
},
"type": "module"
"type": "module",
"engines": {
"node": ">=16"
}
}
5 changes: 4 additions & 1 deletion packages/plugins/typescript/operations/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,8 @@
"directory": "dist",
"access": "public"
},
"type": "module"
"type": "module",
"engines": {
"node": ">=16"
}
}
5 changes: 4 additions & 1 deletion packages/plugins/typescript/resolvers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,8 @@
"directory": "dist",
"access": "public"
},
"type": "module"
"type": "module",
"engines": {
"node": ">=16"
}
}
5 changes: 4 additions & 1 deletion packages/plugins/typescript/typed-document-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,8 @@
"directory": "dist",
"access": "public"
},
"type": "module"
"type": "module",
"engines": {
"node": ">=16"
}
}
5 changes: 4 additions & 1 deletion packages/plugins/typescript/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,8 @@
"directory": "dist",
"access": "public"
},
"type": "module"
"type": "module",
"engines": {
"node": ">=16"
}
}
5 changes: 4 additions & 1 deletion packages/presets/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,8 @@
"directory": "dist",
"access": "public"
},
"type": "module"
"type": "module",
"engines": {
"node": ">=16"
}
}
5 changes: 4 additions & 1 deletion packages/presets/graphql-modules/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,8 @@
"directory": "dist",
"access": "public"
},
"type": "module"
"type": "module",
"engines": {
"node": ">=16"
}
}
34 changes: 32 additions & 2 deletions packages/presets/swc-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"graphql-codegen",
"preset-client"
],
"main": "swc_plugin.wasm",
"main": "dist/cjs/index.js",
"scripts": {
"build-wasm": "cargo build --target wasm32-wasi --release && cp target/wasm32-wasi/release/swc_plugin.wasm ./",
"debug": "cargo build --target wasm32-wasi && cp target/wasm32-wasi/debug/swc_plugin.wasm ./"
Expand All @@ -25,5 +25,35 @@
},
"files": [
"swc_plugin.wasm"
]
],
"type": "module",
"module": "dist/esm/index.js",
"typings": "dist/typings/index.d.ts",
"typescript": {
"definition": "dist/typings/index.d.ts"
},
"exports": {
".": {
"require": {
"types": "./dist/typings/index.d.cts",
"default": "./dist/cjs/index.js"
},
"import": {
"types": "./dist/typings/index.d.ts",
"default": "./dist/esm/index.js"
},
"default": {
"types": "./dist/typings/index.d.ts",
"default": "./dist/esm/index.js"
}
},
"./package.json": "./package.json"
},
"publishConfig": {
"directory": "dist",
"access": "public"
},
"engines": {
"node": ">=16"
}
}
3 changes: 3 additions & 0 deletions packages/utils/graphql-codegen-testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,8 @@
"type": "module",
"bob": {
"check": false
},
"engines": {
"node": ">=16"
}
}
3 changes: 3 additions & 0 deletions packages/utils/plugins-helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,8 @@
"type": "module",
"devDependencies": {
"@graphql-tools/apollo-engine-loader": "8.0.1"
},
"engines": {
"node": ">=16"
}
}
Loading

0 comments on commit afa2dd1

Please sign in to comment.