This commit is contained in:
Graphitation Service Account 2024-10-24 13:15:11 +00:00
Родитель 5307d4763d
Коммит 10fee766f4
34 изменённых файлов: 260 добавлений и 85 удалений

Просмотреть файл

@ -1,7 +0,0 @@
{
"type": "none",
"comment": "Version bump",
"packageName": "@graphitation/apollo-react-relay-duct-tape",
"email": "77059398+vejrj@users.noreply.github.com",
"dependentChangeType": "none"
}

Просмотреть файл

@ -1,7 +0,0 @@
{
"type": "none",
"comment": "Version bump",
"packageName": "@graphitation/apollo-react-relay-duct-tape-compiler",
"email": "77059398+vejrj@users.noreply.github.com",
"dependentChangeType": "none"
}

Просмотреть файл

@ -1,7 +0,0 @@
{
"type": "patch",
"comment": "Bump",
"packageName": "@graphitation/cli",
"email": "77059398+vejrj@users.noreply.github.com",
"dependentChangeType": "patch"
}

Просмотреть файл

@ -1,7 +0,0 @@
{
"type": "none",
"comment": "Version bump",
"packageName": "@graphitation/graphql-codegen-supermassive-schema-extraction-plugin",
"email": "77059398+vejrj@users.noreply.github.com",
"dependentChangeType": "none"
}

Просмотреть файл

@ -1,7 +0,0 @@
{
"type": "none",
"comment": "Version bump",
"packageName": "@graphitation/graphql-codegen-supermassive-typed-document-node-plugin",
"email": "77059398+vejrj@users.noreply.github.com",
"dependentChangeType": "none"
}

Просмотреть файл

@ -1,7 +0,0 @@
{
"type": "patch",
"comment": "Bump",
"packageName": "@graphitation/supermassive",
"email": "77059398+vejrj@users.noreply.github.com",
"dependentChangeType": "patch"
}

Просмотреть файл

@ -1,7 +0,0 @@
{
"type": "patch",
"comment": "Bump",
"packageName": "@graphitation/ts-codegen",
"email": "77059398+vejrj@users.noreply.github.com",
"dependentChangeType": "patch"
}

Просмотреть файл

@ -1,7 +0,0 @@
{
"type": "none",
"comment": "Version bump",
"packageName": "@graphitation/webpack-loader",
"email": "77059398+vejrj@users.noreply.github.com",
"dependentChangeType": "none"
}

Просмотреть файл

@ -4,7 +4,7 @@
"private": true,
"dependencies": {
"@apollo/client": "~3.6.0",
"@graphitation/apollo-react-relay-duct-tape": "^1.3.2",
"@graphitation/apollo-react-relay-duct-tape": "^1.3.5",
"@graphitation/graphql-js-tag": "^0.9.4",
"@graphql-tools/schema": "^9.0.19",
"graphql": "^15.6.0",
@ -36,9 +36,9 @@
]
},
"devDependencies": {
"@graphitation/apollo-react-relay-duct-tape-compiler": "^1.6.1",
"@graphitation/apollo-react-relay-duct-tape-compiler": "^1.6.4",
"@graphitation/embedded-document-artefact-loader": "^0.8.5",
"@graphitation/supermassive": "^3.5.6",
"@graphitation/supermassive": "^3.6.2",
"@graphql-codegen/cli": "2.2.0",
"@graphql-codegen/typescript": "2.2.2",
"@graphql-codegen/typescript-resolvers": "^2.2.1",

Просмотреть файл

@ -15,10 +15,10 @@
"dependencies": {
"@apollo/client": "~3.6.0",
"@babel/runtime": "^7.12.0",
"@graphitation/apollo-react-relay-duct-tape": "^1.3.2",
"@graphitation/apollo-react-relay-duct-tape-compiler": "^1.6.1",
"@graphitation/apollo-react-relay-duct-tape": "^1.3.5",
"@graphitation/apollo-react-relay-duct-tape-compiler": "^1.6.4",
"@graphitation/graphql-js-tag": "^0.9.4",
"@graphitation/supermassive": "^3.5.6",
"@graphitation/supermassive": "^3.6.2",
"@graphitation/ts-transform-graphql-js-tag": "^1.4.4",
"concurrently": "^6.5.1",
"graphql": "^15.6.1",
@ -58,7 +58,7 @@
"@types/uuid": "^8.3.1",
"graphql-let": "^0.18.5",
"prettier": "^2.8.7",
"@graphitation/webpack-loader": "^1.0.9",
"@graphitation/webpack-loader": "^1.0.12",
"typescript": "^5.5.3",
"webpack-dev-server": "^4.13.3"
}

Просмотреть файл

@ -1,6 +1,29 @@
{
"name": "@graphitation/apollo-react-relay-duct-tape-compiler",
"entries": [
{
"date": "Thu, 24 Oct 2024 13:15:11 GMT",
"version": "1.6.4",
"tag": "@graphitation/apollo-react-relay-duct-tape-compiler_v1.6.4",
"comments": {
"none": [
{
"author": "77059398+vejrj@users.noreply.github.com",
"package": "@graphitation/apollo-react-relay-duct-tape-compiler",
"commit": "5307d4763d61621069eebe193e443b7cbd2f5b8f",
"comment": "Version bump"
}
],
"patch": [
{
"author": "beachball",
"package": "@graphitation/apollo-react-relay-duct-tape-compiler",
"comment": "Bump @graphitation/supermassive to v3.6.2",
"commit": "not available"
}
]
}
},
{
"date": "Wed, 23 Oct 2024 09:22:25 GMT",
"version": "1.6.1",

Просмотреть файл

@ -1,9 +1,17 @@
# Change Log - @graphitation/apollo-react-relay-duct-tape-compiler
<!-- This log was last generated on Wed, 23 Oct 2024 09:22:25 GMT and should not be manually modified. -->
<!-- This log was last generated on Thu, 24 Oct 2024 13:15:11 GMT and should not be manually modified. -->
<!-- Start content -->
## 1.6.4
Thu, 24 Oct 2024 13:15:11 GMT
### Patches
- Bump @graphitation/supermassive to v3.6.2
## 1.6.1
Wed, 23 Oct 2024 09:22:25 GMT

Просмотреть файл

@ -2,7 +2,7 @@
"name": "@graphitation/apollo-react-relay-duct-tape-compiler",
"description": "The build tools to cater to @graphitation/apollo-react-relay-duct-tape's needs.",
"license": "MIT",
"version": "1.6.3",
"version": "1.6.4",
"main": "./src/index.ts",
"bin": {
"duct-tape-compiler": "./src/cli-cjs.js"
@ -42,7 +42,7 @@
},
"peerDependencies": {
"graphql": "^15.0.0",
"@graphitation/supermassive": "^3.5.6",
"@graphitation/supermassive": "^3.6.2",
"typescript": "^5.5.3"
},
"publishConfig": {

Просмотреть файл

@ -1,6 +1,29 @@
{
"name": "@graphitation/apollo-react-relay-duct-tape",
"entries": [
{
"date": "Thu, 24 Oct 2024 13:15:11 GMT",
"version": "1.3.5",
"tag": "@graphitation/apollo-react-relay-duct-tape_v1.3.5",
"comments": {
"none": [
{
"author": "77059398+vejrj@users.noreply.github.com",
"package": "@graphitation/apollo-react-relay-duct-tape",
"commit": "5307d4763d61621069eebe193e443b7cbd2f5b8f",
"comment": "Version bump"
}
],
"patch": [
{
"author": "beachball",
"package": "@graphitation/apollo-react-relay-duct-tape",
"comment": "Bump @graphitation/apollo-react-relay-duct-tape-compiler to v1.6.4",
"commit": "not available"
}
]
}
},
{
"date": "Wed, 23 Oct 2024 09:22:25 GMT",
"version": "1.3.2",

Просмотреть файл

@ -1,9 +1,17 @@
# Change Log - @graphitation/apollo-react-relay-duct-tape
<!-- This log was last generated on Wed, 23 Oct 2024 09:22:25 GMT and should not be manually modified. -->
<!-- This log was last generated on Thu, 24 Oct 2024 13:15:11 GMT and should not be manually modified. -->
<!-- Start content -->
## 1.3.5
Thu, 24 Oct 2024 13:15:11 GMT
### Patches
- Bump @graphitation/apollo-react-relay-duct-tape-compiler to v1.6.4
## 1.3.2
Wed, 23 Oct 2024 09:22:25 GMT

Просмотреть файл

@ -2,7 +2,7 @@
"name": "@graphitation/apollo-react-relay-duct-tape",
"description": "A compatibility wrapper that provides the react-relay API on top of Apollo Client.",
"license": "MIT",
"version": "1.3.4",
"version": "1.3.5",
"repository": {
"type": "git",
"url": "https://github.com/microsoft/graphitation.git",
@ -30,7 +30,7 @@
"graphql": "^15.0.0",
"monorepo-scripts": "*",
"react": "^18.2.0",
"@graphitation/apollo-react-relay-duct-tape-compiler": "^1.6.1",
"@graphitation/apollo-react-relay-duct-tape-compiler": "^1.6.4",
"ts-expect": "^1.3.0"
},
"peerDependencies": {

Просмотреть файл

@ -1,6 +1,27 @@
{
"name": "@graphitation/cli",
"entries": [
{
"date": "Thu, 24 Oct 2024 13:15:11 GMT",
"version": "1.12.1",
"tag": "@graphitation/cli_v1.12.1",
"comments": {
"patch": [
{
"author": "77059398+vejrj@users.noreply.github.com",
"package": "@graphitation/cli",
"commit": "5307d4763d61621069eebe193e443b7cbd2f5b8f",
"comment": "Bump"
},
{
"author": "beachball",
"package": "@graphitation/cli",
"comment": "Bump @graphitation/ts-codegen to v2.12.1",
"commit": "not available"
}
]
}
},
{
"date": "Wed, 23 Oct 2024 09:22:25 GMT",
"version": "1.11.5",

Просмотреть файл

@ -1,9 +1,18 @@
# Change Log - @graphitation/cli
<!-- This log was last generated on Wed, 23 Oct 2024 09:22:25 GMT and should not be manually modified. -->
<!-- This log was last generated on Thu, 24 Oct 2024 13:15:11 GMT and should not be manually modified. -->
<!-- Start content -->
## 1.12.1
Thu, 24 Oct 2024 13:15:11 GMT
### Patches
- Bump (77059398+vejrj@users.noreply.github.com)
- Bump @graphitation/ts-codegen to v2.12.1
## 1.11.5
Wed, 23 Oct 2024 09:22:25 GMT

Просмотреть файл

@ -1,7 +1,7 @@
{
"name": "@graphitation/cli",
"license": "MIT",
"version": "1.12.0",
"version": "1.12.1",
"bin": {
"supermassive": "./bin/supermassive.js"
},
@ -24,7 +24,7 @@
},
"dependencies": {
"@graphitation/supermassive-extractors": "^2.2.5",
"@graphitation/ts-codegen": "^2.11.4",
"@graphitation/ts-codegen": "^2.12.1",
"commander": "^8.3.0",
"fast-glob": "^3.2.12",
"graphql": "^15.6.1"

Просмотреть файл

@ -1,6 +1,29 @@
{
"name": "@graphitation/graphql-codegen-supermassive-schema-extraction-plugin",
"entries": [
{
"date": "Thu, 24 Oct 2024 13:15:11 GMT",
"version": "2.0.14",
"tag": "@graphitation/graphql-codegen-supermassive-schema-extraction-plugin_v2.0.14",
"comments": {
"none": [
{
"author": "77059398+vejrj@users.noreply.github.com",
"package": "@graphitation/graphql-codegen-supermassive-schema-extraction-plugin",
"commit": "5307d4763d61621069eebe193e443b7cbd2f5b8f",
"comment": "Version bump"
}
],
"patch": [
{
"author": "beachball",
"package": "@graphitation/graphql-codegen-supermassive-schema-extraction-plugin",
"comment": "Bump @graphitation/supermassive to v3.6.2",
"commit": "not available"
}
]
}
},
{
"date": "Wed, 23 Oct 2024 09:22:25 GMT",
"version": "2.0.11",

Просмотреть файл

@ -1,9 +1,17 @@
# Change Log - @graphitation/graphql-codegen-supermassive-schema-extraction-plugin
<!-- This log was last generated on Wed, 23 Oct 2024 09:22:25 GMT and should not be manually modified. -->
<!-- This log was last generated on Thu, 24 Oct 2024 13:15:11 GMT and should not be manually modified. -->
<!-- Start content -->
## 2.0.14
Thu, 24 Oct 2024 13:15:11 GMT
### Patches
- Bump @graphitation/supermassive to v3.6.2
## 2.0.11
Wed, 23 Oct 2024 09:22:25 GMT

Просмотреть файл

@ -1,7 +1,7 @@
{
"name": "@graphitation/graphql-codegen-supermassive-schema-extraction-plugin",
"license": "MIT",
"version": "2.0.13",
"version": "2.0.14",
"main": "./src/index.ts",
"repository": {
"type": "git",
@ -23,7 +23,7 @@
"@graphql-codegen/plugin-helpers": ">= 1.18.0 < 2"
},
"dependencies": {
"@graphitation/supermassive": "^3.5.6",
"@graphitation/supermassive": "^3.6.2",
"graphql": "^15.0.0"
},
"sideEffects": false,

Просмотреть файл

@ -1,6 +1,29 @@
{
"name": "@graphitation/graphql-codegen-supermassive-typed-document-node-plugin",
"entries": [
{
"date": "Thu, 24 Oct 2024 13:15:11 GMT",
"version": "1.0.7",
"tag": "@graphitation/graphql-codegen-supermassive-typed-document-node-plugin_v1.0.7",
"comments": {
"none": [
{
"author": "77059398+vejrj@users.noreply.github.com",
"package": "@graphitation/graphql-codegen-supermassive-typed-document-node-plugin",
"commit": "5307d4763d61621069eebe193e443b7cbd2f5b8f",
"comment": "Version bump"
}
],
"patch": [
{
"author": "beachball",
"package": "@graphitation/graphql-codegen-supermassive-typed-document-node-plugin",
"comment": "Bump @graphitation/supermassive to v3.6.2",
"commit": "not available"
}
]
}
},
{
"date": "Wed, 23 Oct 2024 09:22:25 GMT",
"version": "1.0.4",

Просмотреть файл

@ -1,9 +1,17 @@
# Change Log - @graphitation/graphql-codegen-supermassive-typed-document-node-plugin
<!-- This log was last generated on Wed, 23 Oct 2024 09:22:25 GMT and should not be manually modified. -->
<!-- This log was last generated on Thu, 24 Oct 2024 13:15:11 GMT and should not be manually modified. -->
<!-- Start content -->
## 1.0.7
Thu, 24 Oct 2024 13:15:11 GMT
### Patches
- Bump @graphitation/supermassive to v3.6.2
## 1.0.4
Wed, 23 Oct 2024 09:22:25 GMT

Просмотреть файл

@ -1,7 +1,7 @@
{
"name": "@graphitation/graphql-codegen-supermassive-typed-document-node-plugin",
"license": "MIT",
"version": "1.0.6",
"version": "1.0.7",
"main": "./src/index.ts",
"repository": {
"type": "git",
@ -29,7 +29,7 @@
"@graphql-codegen/visitor-plugin-common": ">= ^1.17.0 < 2",
"graphql-tag": ">= 2.11.0 < 3",
"@graphql-tools/optimize": "^1.0.1",
"@graphitation/supermassive": "^3.5.6"
"@graphitation/supermassive": "^3.6.2"
},
"sideEffects": false,
"access": "public",

Просмотреть файл

@ -1,6 +1,21 @@
{
"name": "@graphitation/supermassive",
"entries": [
{
"date": "Thu, 24 Oct 2024 13:15:11 GMT",
"version": "3.6.2",
"tag": "@graphitation/supermassive_v3.6.2",
"comments": {
"patch": [
{
"author": "77059398+vejrj@users.noreply.github.com",
"package": "@graphitation/supermassive",
"commit": "5307d4763d61621069eebe193e443b7cbd2f5b8f",
"comment": "Bump"
}
]
}
},
{
"date": "Wed, 23 Oct 2024 09:22:25 GMT",
"version": "3.5.6",

Просмотреть файл

@ -1,9 +1,17 @@
# Change Log - @graphitation/supermassive
<!-- This log was last generated on Wed, 23 Oct 2024 09:22:25 GMT and should not be manually modified. -->
<!-- This log was last generated on Thu, 24 Oct 2024 13:15:11 GMT and should not be manually modified. -->
<!-- Start content -->
## 3.6.2
Thu, 24 Oct 2024 13:15:11 GMT
### Patches
- Bump (77059398+vejrj@users.noreply.github.com)
## 3.5.6
Wed, 23 Oct 2024 09:22:25 GMT

Просмотреть файл

@ -1,7 +1,7 @@
{
"name": "@graphitation/supermassive",
"license": "MIT",
"version": "3.6.1",
"version": "3.6.2",
"main": "./src/index.ts",
"repository": {
"type": "git",

Просмотреть файл

@ -1,6 +1,21 @@
{
"name": "@graphitation/ts-codegen",
"entries": [
{
"date": "Thu, 24 Oct 2024 13:15:11 GMT",
"version": "2.12.1",
"tag": "@graphitation/ts-codegen_v2.12.1",
"comments": {
"patch": [
{
"author": "77059398+vejrj@users.noreply.github.com",
"package": "@graphitation/ts-codegen",
"commit": "5307d4763d61621069eebe193e443b7cbd2f5b8f",
"comment": "Bump"
}
]
}
},
{
"date": "Wed, 23 Oct 2024 09:22:25 GMT",
"version": "2.11.4",

Просмотреть файл

@ -1,9 +1,17 @@
# Change Log - @graphitation/ts-codegen
<!-- This log was last generated on Wed, 23 Oct 2024 09:22:25 GMT and should not be manually modified. -->
<!-- This log was last generated on Thu, 24 Oct 2024 13:15:11 GMT and should not be manually modified. -->
<!-- Start content -->
## 2.12.1
Thu, 24 Oct 2024 13:15:11 GMT
### Patches
- Bump (77059398+vejrj@users.noreply.github.com)
## 2.11.4
Wed, 23 Oct 2024 09:22:25 GMT

Просмотреть файл

@ -1,7 +1,7 @@
{
"name": "@graphitation/ts-codegen",
"license": "MIT",
"version": "2.12.0",
"version": "2.12.1",
"main": "./src/index.ts",
"repository": {
"type": "git",

Просмотреть файл

@ -1,6 +1,29 @@
{
"name": "@graphitation/webpack-loader",
"entries": [
{
"date": "Thu, 24 Oct 2024 13:15:11 GMT",
"version": "1.0.12",
"tag": "@graphitation/webpack-loader_v1.0.12",
"comments": {
"none": [
{
"author": "77059398+vejrj@users.noreply.github.com",
"package": "@graphitation/webpack-loader",
"commit": "5307d4763d61621069eebe193e443b7cbd2f5b8f",
"comment": "Version bump"
}
],
"patch": [
{
"author": "beachball",
"package": "@graphitation/webpack-loader",
"comment": "Bump @graphitation/supermassive to v3.6.2",
"commit": "not available"
}
]
}
},
{
"date": "Wed, 23 Oct 2024 09:22:25 GMT",
"version": "1.0.9",

Просмотреть файл

@ -1,9 +1,17 @@
# Change Log - @graphitation/webpack-loader
<!-- This log was last generated on Wed, 23 Oct 2024 09:22:25 GMT and should not be manually modified. -->
<!-- This log was last generated on Thu, 24 Oct 2024 13:15:11 GMT and should not be manually modified. -->
<!-- Start content -->
## 1.0.12
Thu, 24 Oct 2024 13:15:11 GMT
### Patches
- Bump @graphitation/supermassive to v3.6.2
## 1.0.9
Wed, 23 Oct 2024 09:22:25 GMT

Просмотреть файл

@ -1,7 +1,7 @@
{
"name": "@graphitation/webpack-loader",
"license": "MIT",
"version": "1.0.11",
"version": "1.0.12",
"description": "A fork of @graphql-tools/webpack-loader with supermassive SDL encoding format support",
"repository": {
"type": "git",
@ -17,7 +17,7 @@
},
"peerDependencies": {
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0",
"@graphitation/supermassive": "^3.5.6"
"@graphitation/supermassive": "^3.6.2"
},
"dependencies": {
"@graphql-tools/optimize": "^1.1.1",