Skip to content

Commit

Permalink
build: update graphql-mesh packages to v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
domjtalbot committed Apr 26, 2023
1 parent 168b7d6 commit a78473d
Show file tree
Hide file tree
Showing 5 changed files with 774 additions and 742 deletions.
5 changes: 5 additions & 0 deletions .changeset/olive-bikes-poke.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'nx-mesh': minor
---

Update GraphQL-Mesh packages to `v1.0.0`
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,20 +39,20 @@
"@commitlint/config-angular": "17.4.4",
"@graphql-codegen/cli": "3.2.2",
"@graphql-codegen/client-preset": "2.1.1",
"@graphql-mesh/cache-file": "0.9.47",
"@graphql-mesh/cli": "0.82.27",
"@graphql-mesh/graphql": "0.34.10",
"@graphql-mesh/json-schema": "0.37.21",
"@graphql-mesh/mysql": "0.19.17",
"@graphql-mesh/neo4j": "0.22.19",
"@graphql-mesh/cache-file": "1.0.0",
"@graphql-mesh/cli": "0.82.34",
"@graphql-mesh/graphql": "1.0.0",
"@graphql-mesh/json-schema": "1.0.0",
"@graphql-mesh/mysql": "1.0.0",
"@graphql-mesh/neo4j": "1.0.0",
"@graphql-mesh/new-openapi": "0.8.2",
"@graphql-mesh/odata": "0.22.18",
"@graphql-mesh/openapi": "0.35.23",
"@graphql-mesh/plugin-mock": "0.1.18",
"@graphql-mesh/plugin-snapshot": "0.1.20",
"@graphql-mesh/runtime": "0.46.18",
"@graphql-mesh/soap": "0.17.20",
"@graphql-typed-document-node/core": "3.1.2",
"@graphql-mesh/odata": "1.0.0",
"@graphql-mesh/openapi": "1.0.0",
"@graphql-mesh/plugin-mock": "1.0.0",
"@graphql-mesh/plugin-snapshot": "1.0.0",
"@graphql-mesh/runtime": "1.0.0",
"@graphql-mesh/soap": "1.0.0",
"@graphql-typed-document-node/core": "3.2.0",
"@microsoft/eslint-formatter-sarif": "3.0.0",
"@nrwl/esbuild": "15.7.1",
"@nrwl/eslint-plugin-nx": "15.7.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2507,41 +2507,41 @@ export default {

exports[`generators/base app directory should add mesh dependencies to the workspace package.json 1`] = `
Object {
"@graphql-mesh/cli": "^0.82.27",
"@graphql-mesh/openapi": "0.35.23",
"@graphql-mesh/runtime": "0.46.18",
"@graphql-mesh/cli": "^0.82.34",
"@graphql-mesh/openapi": "^1.0.0",
"@graphql-mesh/runtime": "^1.0.0",
}
`;

exports[`generators/base app directory should add mesh dependencies to the workspace package.json 2`] = `
Object {
"@graphql-mesh/cli": "^0.82.27",
"@graphql-mesh/runtime": "0.46.18",
"@graphql-mesh/soap": "0.17.20",
"@graphql-mesh/cli": "^0.82.34",
"@graphql-mesh/runtime": "^1.0.0",
"@graphql-mesh/soap": "^1.0.0",
}
`;

exports[`generators/base app directory should add mesh dependencies to the workspace package.json 3`] = `
Object {
"@graphql-mesh/cli": "^0.82.27",
"@graphql-mesh/openapi": "0.35.23",
"@graphql-mesh/runtime": "0.46.18",
"@graphql-mesh/cli": "^0.82.34",
"@graphql-mesh/openapi": "^1.0.0",
"@graphql-mesh/runtime": "^1.0.0",
}
`;

exports[`generators/base app directory should add mesh dependencies to the workspace package.json 4`] = `
Object {
"@graphql-mesh/cli": "^0.82.27",
"@graphql-mesh/openapi": "0.35.23",
"@graphql-mesh/runtime": "0.46.18",
"@graphql-mesh/cli": "^0.82.34",
"@graphql-mesh/openapi": "^1.0.0",
"@graphql-mesh/runtime": "^1.0.0",
}
`;

exports[`generators/base app directory should add mesh dependencies to the workspace package.json 5`] = `
Object {
"@graphql-mesh/cli": "^0.82.27",
"@graphql-mesh/odata": "0.22.18",
"@graphql-mesh/runtime": "0.46.18",
"@graphql-mesh/cli": "^0.82.34",
"@graphql-mesh/odata": "^1.0.0",
"@graphql-mesh/runtime": "^1.0.0",
}
`;

Expand Down Expand Up @@ -3042,9 +3042,9 @@ export default {

exports[`generators/base app with standalone config should add mesh dependencies to the workspace package.json 1`] = `
Object {
"@graphql-mesh/cli": "^0.82.27",
"@graphql-mesh/openapi": "0.35.23",
"@graphql-mesh/runtime": "0.46.18",
"@graphql-mesh/cli": "^0.82.34",
"@graphql-mesh/openapi": "^1.0.0",
"@graphql-mesh/runtime": "^1.0.0",
}
`;

Expand Down Expand Up @@ -5710,41 +5710,41 @@ export default {

exports[`generators/base lib directory should add mesh dependencies to the workspace package.json 1`] = `
Object {
"@graphql-mesh/cli": "^0.82.27",
"@graphql-mesh/openapi": "0.35.23",
"@graphql-mesh/runtime": "0.46.18",
"@graphql-mesh/cli": "^0.82.34",
"@graphql-mesh/openapi": "^1.0.0",
"@graphql-mesh/runtime": "^1.0.0",
}
`;

exports[`generators/base lib directory should add mesh dependencies to the workspace package.json 2`] = `
Object {
"@graphql-mesh/cli": "^0.82.27",
"@graphql-mesh/runtime": "0.46.18",
"@graphql-mesh/soap": "0.17.20",
"@graphql-mesh/cli": "^0.82.34",
"@graphql-mesh/runtime": "^1.0.0",
"@graphql-mesh/soap": "^1.0.0",
}
`;

exports[`generators/base lib directory should add mesh dependencies to the workspace package.json 3`] = `
Object {
"@graphql-mesh/cli": "^0.82.27",
"@graphql-mesh/openapi": "0.35.23",
"@graphql-mesh/runtime": "0.46.18",
"@graphql-mesh/cli": "^0.82.34",
"@graphql-mesh/openapi": "^1.0.0",
"@graphql-mesh/runtime": "^1.0.0",
}
`;

exports[`generators/base lib directory should add mesh dependencies to the workspace package.json 4`] = `
Object {
"@graphql-mesh/cli": "^0.82.27",
"@graphql-mesh/openapi": "0.35.23",
"@graphql-mesh/runtime": "0.46.18",
"@graphql-mesh/cli": "^0.82.34",
"@graphql-mesh/openapi": "^1.0.0",
"@graphql-mesh/runtime": "^1.0.0",
}
`;

exports[`generators/base lib directory should add mesh dependencies to the workspace package.json 5`] = `
Object {
"@graphql-mesh/cli": "^0.82.27",
"@graphql-mesh/odata": "0.22.18",
"@graphql-mesh/runtime": "0.46.18",
"@graphql-mesh/cli": "^0.82.34",
"@graphql-mesh/odata": "^1.0.0",
"@graphql-mesh/runtime": "^1.0.0",
}
`;

Expand Down Expand Up @@ -6286,9 +6286,9 @@ export default {

exports[`generators/base lib with standalone config should add mesh dependencies to the workspace package.json 1`] = `
Object {
"@graphql-mesh/cli": "^0.82.27",
"@graphql-mesh/openapi": "0.35.23",
"@graphql-mesh/runtime": "0.46.18",
"@graphql-mesh/cli": "^0.82.34",
"@graphql-mesh/openapi": "^1.0.0",
"@graphql-mesh/runtime": "^1.0.0",
}
`;

Expand Down Expand Up @@ -6789,9 +6789,9 @@ export default {

exports[`generators/base nested within app directory should add mesh dependencies to the workspace package.json 1`] = `
Object {
"@graphql-mesh/cli": "^0.82.27",
"@graphql-mesh/openapi": "0.35.23",
"@graphql-mesh/runtime": "0.46.18",
"@graphql-mesh/cli": "^0.82.34",
"@graphql-mesh/openapi": "^1.0.0",
"@graphql-mesh/runtime": "^1.0.0",
}
`;

Expand Down Expand Up @@ -7333,8 +7333,8 @@ export default {

exports[`generators/base nested within lib directory should add mesh dependencies to the workspace package.json 1`] = `
Object {
"@graphql-mesh/cli": "^0.82.27",
"@graphql-mesh/openapi": "0.35.23",
"@graphql-mesh/runtime": "0.46.18",
"@graphql-mesh/cli": "^0.82.34",
"@graphql-mesh/openapi": "^1.0.0",
"@graphql-mesh/runtime": "^1.0.0",
}
`;
28 changes: 14 additions & 14 deletions packages/nx-mesh/src/utils/versions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export type MeshPackageVersions = {

export const versions: MeshPackageVersions = {
'@graphql-typed-document-node/core': {
'@graphql-typed-document-node/core': '^3.1.2',
'@graphql-typed-document-node/core': '^3.2.0',
},
'@graphql-codegen/cli': {
'@graphql-codegen/cli': '^3.2.2',
Expand All @@ -22,31 +22,31 @@ export const versions: MeshPackageVersions = {
'@graphql-codegen/client-preset': '^2.1.1',
},
'@graphql-mesh/cli': {
'@graphql-mesh/cli': '^0.82.27',
'@graphql-mesh/cli': '^0.82.34',
},
'@graphql-mesh/graphql': {
'@graphql-mesh/graphql': '^0.34.10',
'@graphql-mesh/graphql': '^1.0.0',
},
'@graphql-mesh/json-schema': {
'@graphql-mesh/json-schema': '^0.37.21',
'@graphql-mesh/json-schema': '^1.0.0',
},
'@graphql-mesh/mysql': {
'@graphql-mesh/mysql': '^0.19.17',
'@graphql-mesh/mysql': '^1.0.0',
},
'@graphql-mesh/neo4j': {
'@graphql-mesh/neo4j': '0.22.19',
'@graphql-mesh/neo4j': '^1.0.0',
},
'@graphql-mesh/new-openapi': { '@graphql-mesh/new-openapi': '0.8.2' },
'@graphql-mesh/odata': { '@graphql-mesh/odata': '0.22.18' },
'@graphql-mesh/openapi': { '@graphql-mesh/openapi': '0.35.23' },
'@graphql-mesh/new-openapi': { '@graphql-mesh/new-openapi': '^0.8.2' },
'@graphql-mesh/odata': { '@graphql-mesh/odata': '^1.0.0' },
'@graphql-mesh/openapi': { '@graphql-mesh/openapi': '^1.0.0' },
'@graphql-mesh/plugin-mock': {
'@graphql-mesh/plugin-mock': '0.1.18',
'@graphql-mesh/plugin-mock': '^1.0.0',
},
'@graphql-mesh/plugin-snapshot': {
'@graphql-mesh/plugin-snapshot': '0.1.20',
'@graphql-mesh/plugin-snapshot': '^1.0.0',
},
'@graphql-mesh/runtime': { '@graphql-mesh/runtime': '0.46.18' },
'@graphql-mesh/soap': { '@graphql-mesh/soap': '0.17.20' },
'@graphql-mesh/runtime': { '@graphql-mesh/runtime': '^1.0.0' },
'@graphql-mesh/soap': { '@graphql-mesh/soap': '^1.0.0' },
// '@graphql-mesh/utils': { '@graphql-mesh/utils': '0.42.6' },
graphql: { graphql: '16.6.0' },
graphql: { graphql: '^16.6.0' },
};
Loading

0 comments on commit a78473d

Please sign in to comment.