From f65cc4a30d522fb69aaba88a3cf9b63d0b3025c6 Mon Sep 17 00:00:00 2001 From: GITHUBACTION Date: Tue, 17 Dec 2024 14:48:18 +0000 Subject: [PATCH] Bump versions [skip ci] --- ...-object-array-getter_2024-12-17-08-27.json | 10 ------ ...on_types_for_queries_2024-12-08-21-50.json | 10 ------ common/config/rush/version-policies.json | 2 +- packages/application-tester/package.json | 6 ++-- packages/cli/package.json | 10 +++--- .../framework-common-helpers/package.json | 6 ++-- packages/framework-core/CHANGELOG.json | 33 +++++++++++++++++++ packages/framework-core/CHANGELOG.md | 10 +++++- packages/framework-core/package.json | 10 +++--- .../framework-integration-tests/package.json | 30 ++++++++--------- .../package.json | 10 +++--- packages/framework-provider-aws/package.json | 8 ++--- .../package.json | 12 +++---- .../framework-provider-azure/package.json | 8 ++--- .../package.json | 10 +++--- .../framework-provider-local/package.json | 8 ++--- packages/framework-types/package.json | 6 ++-- packages/metadata-booster/package.json | 4 +-- tools/eslint-config/package.json | 2 +- 19 files changed, 108 insertions(+), 87 deletions(-) delete mode 100644 common/changes/@boostercloud/framework-core/fix-async-object-array-getter_2024-12-17-08-27.json delete mode 100644 common/changes/@boostercloud/framework-core/graphql_union_types_for_queries_2024-12-08-21-50.json diff --git a/common/changes/@boostercloud/framework-core/fix-async-object-array-getter_2024-12-17-08-27.json b/common/changes/@boostercloud/framework-core/fix-async-object-array-getter_2024-12-17-08-27.json deleted file mode 100644 index e5aa31c92..000000000 --- a/common/changes/@boostercloud/framework-core/fix-async-object-array-getter_2024-12-17-08-27.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "@boostercloud/framework-core", - "comment": "Update processProperties function to fix readModel getters where return type is an array of objects", - "type": "patch" - } - ], - "packageName": "@boostercloud/framework-core" -} \ No newline at end of file diff --git a/common/changes/@boostercloud/framework-core/graphql_union_types_for_queries_2024-12-08-21-50.json b/common/changes/@boostercloud/framework-core/graphql_union_types_for_queries_2024-12-08-21-50.json deleted file mode 100644 index 453ce380a..000000000 --- a/common/changes/@boostercloud/framework-core/graphql_union_types_for_queries_2024-12-08-21-50.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "@boostercloud/framework-core", - "comment": "Added graphql union types to query return type generation", - "type": "patch" - } - ], - "packageName": "@boostercloud/framework-core" -} \ No newline at end of file diff --git a/common/config/rush/version-policies.json b/common/config/rush/version-policies.json index a1b8103e1..b0f14c315 100644 --- a/common/config/rush/version-policies.json +++ b/common/config/rush/version-policies.json @@ -103,6 +103,6 @@ "definitionName": "lockStepVersion", "policyName": "booster", "mainProject": "@boostercloud/framework-core", - "version": "2.18.7" + "version": "2.18.8" } ] diff --git a/packages/application-tester/package.json b/packages/application-tester/package.json index cecf605fe..b4c98658f 100644 --- a/packages/application-tester/package.json +++ b/packages/application-tester/package.json @@ -1,6 +1,6 @@ { "name": "@boostercloud/application-tester", - "version": "2.18.7", + "version": "2.18.8", "description": "Contains Booster types related to the information extracted from the user project", "keywords": [ "application-tester" @@ -36,7 +36,7 @@ }, "dependencies": { "@apollo/client": "3.7.13", - "@boostercloud/framework-types": "workspace:^2.18.7", + "@boostercloud/framework-types": "workspace:^2.18.8", "cross-fetch": "3.1.5", "graphql": "^16.6.0", "jsonwebtoken": "9.0.1", @@ -48,7 +48,7 @@ "@effect-ts/core": "^0.60.4" }, "devDependencies": { - "@boostercloud/eslint-config": "workspace:^2.18.7", + "@boostercloud/eslint-config": "workspace:^2.18.8", "@typescript-eslint/eslint-plugin": "^5.0.0", "@typescript-eslint/parser": "^5.0.0", "eslint": "^8.23.1", diff --git a/packages/cli/package.json b/packages/cli/package.json index ca6c97b76..351889770 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,7 +1,7 @@ { "name": "@boostercloud/cli", "description": "CLI of the Booster Framework, the next level of abstraction for cloud-native applications", - "version": "2.18.7", + "version": "2.18.8", "author": "Boosterin Labs SLU", "homepage": "https://boosterframework.com", "publishConfig": { @@ -12,8 +12,8 @@ }, "bugs": "https://github.com/boostercloud/booster/issues", "dependencies": { - "@boostercloud/framework-core": "workspace:^2.18.7", - "@boostercloud/framework-types": "workspace:^2.18.7", + "@boostercloud/framework-core": "workspace:^2.18.8", + "@boostercloud/framework-types": "workspace:^2.18.8", "@oclif/core": "3.15.0", "@oclif/plugin-help": "^5", "chalk": "^2.4.2", @@ -29,8 +29,8 @@ "@effect-ts/core": "^0.60.4" }, "devDependencies": { - "@boostercloud/eslint-config": "workspace:^2.18.7", - "@boostercloud/application-tester": "workspace:^2.18.7", + "@boostercloud/eslint-config": "workspace:^2.18.8", + "@boostercloud/application-tester": "workspace:^2.18.8", "@oclif/test": "^3.0.3", "@types/chai": "4.2.18", "@types/chai-as-promised": "7.1.4", diff --git a/packages/framework-common-helpers/package.json b/packages/framework-common-helpers/package.json index 849b6cae5..203446cc7 100644 --- a/packages/framework-common-helpers/package.json +++ b/packages/framework-common-helpers/package.json @@ -1,6 +1,6 @@ { "name": "@boostercloud/framework-common-helpers", - "version": "2.18.7", + "version": "2.18.8", "description": "Contains Booster common helpers used by the core and provider packages", "keywords": [ "framework-common-helpers" @@ -36,14 +36,14 @@ "node": ">=18.0.0 <19.0.0" }, "dependencies": { - "@boostercloud/framework-types": "workspace:^2.18.7", + "@boostercloud/framework-types": "workspace:^2.18.8", "tslib": "^2.4.0", "@effect-ts/core": "^0.60.4", "class-transformer": "~0.5.1", "execa": "^2.0.3" }, "devDependencies": { - "@boostercloud/eslint-config": "workspace:^2.18.7", + "@boostercloud/eslint-config": "workspace:^2.18.8", "@types/chai": "4.2.18", "@types/chai-as-promised": "7.1.4", "@types/mocha": "10.0.1", diff --git a/packages/framework-core/CHANGELOG.json b/packages/framework-core/CHANGELOG.json index 8dfbcaaf8..4890cc0ac 100644 --- a/packages/framework-core/CHANGELOG.json +++ b/packages/framework-core/CHANGELOG.json @@ -1,6 +1,39 @@ { "name": "@boostercloud/framework-core", "entries": [ + { + "version": "2.18.8", + "tag": "@boostercloud/framework-core_v2.18.8", + "date": "Tue, 17 Dec 2024 14:48:18 GMT", + "comments": { + "patch": [ + { + "comment": "Update processProperties function to fix readModel getters where return type is an array of objects", + "author": "Hendrik Depauw <128361530+hendrik-depauw-lemon@users.noreply.github.com>", + "commit": "389dbf7c60282eaf216c93e46a6c23d09f40512a" + }, + { + "comment": "Added graphql union types to query return type generation", + "author": "Nicolas Scheers <166396855+nicolas-scheers-lemon@users.noreply.github.com>", + "commit": "7c82d3a246233a363e46fee4e0c2cea0ef0de44d" + } + ], + "dependency": [ + { + "comment": "Updating dependency \"@boostercloud/framework-common-helpers\" from `^2.18.7` to `^2.18.8`" + }, + { + "comment": "Updating dependency \"@boostercloud/framework-types\" from `^2.18.7` to `^2.18.8`" + }, + { + "comment": "Updating dependency \"@boostercloud/metadata-booster\" from `^2.18.7` to `^2.18.8`" + }, + { + "comment": "Updating dependency \"@boostercloud/eslint-config\" from `^2.18.7` to `^2.18.8`" + } + ] + } + }, { "version": "2.18.7", "tag": "@boostercloud/framework-core_v2.18.7", diff --git a/packages/framework-core/CHANGELOG.md b/packages/framework-core/CHANGELOG.md index e9e4ec269..0356c6c79 100644 --- a/packages/framework-core/CHANGELOG.md +++ b/packages/framework-core/CHANGELOG.md @@ -1,6 +1,14 @@ # Change Log - @boostercloud/framework-core -This log was last generated on Mon, 09 Dec 2024 14:07:07 GMT and should not be manually modified. +This log was last generated on Tue, 17 Dec 2024 14:48:18 GMT and should not be manually modified. + +## 2.18.8 +Tue, 17 Dec 2024 14:48:18 GMT + +### Patches + +- Update processProperties function to fix readModel getters where return type is an array of objects +- Added graphql union types to query return type generation ## 2.18.7 Mon, 09 Dec 2024 14:07:07 GMT diff --git a/packages/framework-core/package.json b/packages/framework-core/package.json index 745e6f1a7..4a58eb8b2 100644 --- a/packages/framework-core/package.json +++ b/packages/framework-core/package.json @@ -1,6 +1,6 @@ { "name": "@boostercloud/framework-core", - "version": "2.18.7", + "version": "2.18.8", "description": "Library for your Booster apps", "author": "Boosterin Labs SLU", "homepage": "https://boosterframework.com", @@ -37,8 +37,8 @@ "graphql": "^16.6.0" }, "dependencies": { - "@boostercloud/framework-common-helpers": "workspace:^2.18.7", - "@boostercloud/framework-types": "workspace:^2.18.7", + "@boostercloud/framework-common-helpers": "workspace:^2.18.8", + "@boostercloud/framework-types": "workspace:^2.18.8", "fp-ts": "^2.11.0", "graphql-scalars": "^1.17.0", "graphql-subscriptions": "2.0.0", @@ -61,8 +61,8 @@ "ws": "8.17.1" }, "devDependencies": { - "@boostercloud/metadata-booster": "workspace:^2.18.7", - "@boostercloud/eslint-config": "workspace:^2.18.7", + "@boostercloud/metadata-booster": "workspace:^2.18.8", + "@boostercloud/eslint-config": "workspace:^2.18.8", "@types/chai": "4.2.18", "@types/chai-as-promised": "7.1.4", "@types/faker": "5.1.5", diff --git a/packages/framework-integration-tests/package.json b/packages/framework-integration-tests/package.json index 98add7856..a300cd30f 100644 --- a/packages/framework-integration-tests/package.json +++ b/packages/framework-integration-tests/package.json @@ -1,7 +1,7 @@ { "name": "@boostercloud/framework-integration-tests", "description": "Example project for Booster", - "version": "2.18.7", + "version": "2.18.8", "author": "Boosterin Labs SLU", "homepage": "https://boosterframework.com", "publishConfig": { @@ -9,12 +9,12 @@ }, "bugs": "https://github.com/boostercloud/booster/issues", "dependencies": { - "@boostercloud/framework-common-helpers": "workspace:^2.18.7", - "@boostercloud/framework-core": "workspace:^2.18.7", - "@boostercloud/framework-provider-aws": "workspace:^2.18.7", - "@boostercloud/framework-provider-azure": "workspace:^2.18.7", - "@boostercloud/framework-provider-local": "workspace:^2.18.7", - "@boostercloud/framework-types": "workspace:^2.18.7", + "@boostercloud/framework-common-helpers": "workspace:^2.18.8", + "@boostercloud/framework-core": "workspace:^2.18.8", + "@boostercloud/framework-provider-aws": "workspace:^2.18.8", + "@boostercloud/framework-provider-azure": "workspace:^2.18.8", + "@boostercloud/framework-provider-local": "workspace:^2.18.8", + "@boostercloud/framework-types": "workspace:^2.18.8", "aws-sdk": "2.853.0", "graphql": "^16.6.0", "tslib": "^2.4.0", @@ -34,13 +34,13 @@ "execa": "^2.0.3" }, "devDependencies": { - "@boostercloud/eslint-config": "workspace:^2.18.7", - "@boostercloud/application-tester": "workspace:^2.18.7", - "@boostercloud/cli": "workspace:^2.18.7", - "@boostercloud/framework-provider-aws-infrastructure": "workspace:^2.18.7", - "@boostercloud/framework-provider-azure-infrastructure": "workspace:^2.18.7", - "@boostercloud/framework-provider-local-infrastructure": "workspace:^2.18.7", - "@boostercloud/metadata-booster": "workspace:^2.18.7", + "@boostercloud/eslint-config": "workspace:^2.18.8", + "@boostercloud/application-tester": "workspace:^2.18.8", + "@boostercloud/cli": "workspace:^2.18.8", + "@boostercloud/framework-provider-aws-infrastructure": "workspace:^2.18.8", + "@boostercloud/framework-provider-azure-infrastructure": "workspace:^2.18.8", + "@boostercloud/framework-provider-local-infrastructure": "workspace:^2.18.8", + "@boostercloud/metadata-booster": "workspace:^2.18.8", "@types/aws-lambda": "8.10.48", "@types/chai": "4.2.18", "@types/chai-arrays": "2.0.0", @@ -125,4 +125,4 @@ "integration/azure-func": "TS_NODE_PROJECT=\"./tsconfig.integration.json\" TESTED_PROVIDER=AZURE BOOSTER_ENV=azure mocha --forbid-only --exit --config \"integration/provider-unaware/end-to-end/.mocharc.yml\" \"integration/provider-unaware/functionality/**/*.integration.ts\"" }, "types": "dist/index.d.ts" -} \ No newline at end of file +} diff --git a/packages/framework-provider-aws-infrastructure/package.json b/packages/framework-provider-aws-infrastructure/package.json index 4b7739529..5f20fec04 100644 --- a/packages/framework-provider-aws-infrastructure/package.json +++ b/packages/framework-provider-aws-infrastructure/package.json @@ -1,7 +1,7 @@ { "name": "@boostercloud/framework-provider-aws-infrastructure", "deprecated": "Due to significant changes in recent versions of the AWS CDK, specifically the transition from CDKToolkit to a cli tool as noted [here](https://github.com/aws/aws-cdk-rfcs/issues/300), upgrading our current implementation would require a substantial rewrite. Given the open-source nature of our project without direct revenue streams, the ensuing maintenance costs are unfeasible. However, we are open to upgrading the AWS provider or creating an alternative implementation using other technologies like Terraform's CDKTF, with community contributions or sponsorships. If you're interested in supporting us, we welcome you to reach out via the official channels listed on the [Booster's website](https://boosterframework.com).", - "version": "2.18.7", + "version": "2.18.8", "description": "Handle the Booster deployment process to AWS", "keywords": [ "framework-provider-aws-infrastructure" @@ -41,9 +41,9 @@ "@aws-cdk/aws-s3-deployment": "^1.170.0", "@aws-cdk/core": "^1.170.0", "@aws-cdk/cx-api": "^1.170.0", - "@boostercloud/framework-common-helpers": "workspace:^2.18.7", - "@boostercloud/framework-provider-aws": "workspace:^2.18.7", - "@boostercloud/framework-types": "workspace:^2.18.7", + "@boostercloud/framework-common-helpers": "workspace:^2.18.8", + "@boostercloud/framework-provider-aws": "workspace:^2.18.8", + "@boostercloud/framework-types": "workspace:^2.18.8", "constructs": "^3.3.69", "aws-cdk": "^1.170.0", "aws-sdk": "2.853.0", @@ -69,7 +69,7 @@ "url": "https://github.com/boostercloud/booster/issues" }, "devDependencies": { - "@boostercloud/eslint-config": "workspace:^2.18.7", + "@boostercloud/eslint-config": "workspace:^2.18.8", "@types/aws-lambda": "8.10.48", "@types/aws-sdk": "2.7.0", "@types/chai": "4.2.18", diff --git a/packages/framework-provider-aws/package.json b/packages/framework-provider-aws/package.json index 62e3755fc..45bae0096 100644 --- a/packages/framework-provider-aws/package.json +++ b/packages/framework-provider-aws/package.json @@ -1,7 +1,7 @@ { "name": "@boostercloud/framework-provider-aws", "deprecated": "Due to significant changes in recent versions of the AWS CDK, specifically the transition from CDKToolkit to a cli tool as noted [here](https://github.com/aws/aws-cdk-rfcs/issues/300), upgrading our current implementation would require a substantial rewrite. Given the open-source nature of our project without direct revenue streams, the ensuing maintenance costs are unfeasible. However, we are open to upgrading the AWS provider or creating an alternative implementation using other technologies like Terraform's CDKTF, with community contributions or sponsorships. If you're interested in supporting us, we welcome you to reach out via the official channels listed on the [Booster's website](https://boosterframework.com).", - "version": "2.18.7", + "version": "2.18.8", "description": "Handle Booster's integration with AWS", "keywords": [ "framework-provider-aws" @@ -24,8 +24,8 @@ "node": ">=18.0.0 <19.0.0" }, "dependencies": { - "@boostercloud/framework-common-helpers": "workspace:^2.18.7", - "@boostercloud/framework-types": "workspace:^2.18.7", + "@boostercloud/framework-common-helpers": "workspace:^2.18.8", + "@boostercloud/framework-types": "workspace:^2.18.8", "tslib": "^2.4.0", "@effect-ts/core": "^0.60.4" }, @@ -43,7 +43,7 @@ "url": "https://github.com/boostercloud/booster/issues" }, "devDependencies": { - "@boostercloud/eslint-config": "workspace:^2.18.7", + "@boostercloud/eslint-config": "workspace:^2.18.8", "@types/aws-lambda": "8.10.48", "@types/chai": "4.2.18", "@types/chai-arrays": "2.0.0", diff --git a/packages/framework-provider-azure-infrastructure/package.json b/packages/framework-provider-azure-infrastructure/package.json index ab9f61298..4967e2279 100644 --- a/packages/framework-provider-azure-infrastructure/package.json +++ b/packages/framework-provider-azure-infrastructure/package.json @@ -1,6 +1,6 @@ { "name": "@boostercloud/framework-provider-azure-infrastructure", - "version": "2.18.7", + "version": "2.18.8", "description": "Handle the Booster deployment process to Azure", "keywords": [ "framework-provider-azure-infrastructure" @@ -25,10 +25,10 @@ "dependencies": { "@azure/arm-appservice": "^13.0.0", "@azure/cosmos": "^4.0.0", - "@boostercloud/framework-common-helpers": "workspace:^2.18.7", - "@boostercloud/framework-core": "workspace:^2.18.7", - "@boostercloud/framework-provider-azure": "workspace:^2.18.7", - "@boostercloud/framework-types": "workspace:^2.18.7", + "@boostercloud/framework-common-helpers": "workspace:^2.18.8", + "@boostercloud/framework-core": "workspace:^2.18.8", + "@boostercloud/framework-provider-azure": "workspace:^2.18.8", + "@boostercloud/framework-types": "workspace:^2.18.8", "@cdktf/provider-azurerm": "13.3.0", "@cdktf/provider-time": "9.0.2", "@types/archiver": "5.1.0", @@ -67,7 +67,7 @@ "url": "https://github.com/boostercloud/booster/issues" }, "devDependencies": { - "@boostercloud/eslint-config": "workspace:^2.18.7", + "@boostercloud/eslint-config": "workspace:^2.18.8", "@types/chai": "4.2.18", "@types/chai-as-promised": "7.1.4", "@types/faker": "5.1.5", diff --git a/packages/framework-provider-azure/package.json b/packages/framework-provider-azure/package.json index 62af3fba9..d03f9e0c8 100644 --- a/packages/framework-provider-azure/package.json +++ b/packages/framework-provider-azure/package.json @@ -1,6 +1,6 @@ { "name": "@boostercloud/framework-provider-azure", - "version": "2.18.7", + "version": "2.18.8", "description": "Handle Booster's integration with Azure", "keywords": [ "framework-provider-azure" @@ -27,14 +27,14 @@ "@azure/functions": "^1.2.2", "@azure/identity": "~2.1.0", "@azure/event-hubs": "5.11.1", - "@boostercloud/framework-common-helpers": "workspace:^2.18.7", - "@boostercloud/framework-types": "workspace:^2.18.7", + "@boostercloud/framework-common-helpers": "workspace:^2.18.8", + "@boostercloud/framework-types": "workspace:^2.18.8", "tslib": "^2.4.0", "@effect-ts/core": "^0.60.4", "@azure/web-pubsub": "~1.1.0" }, "devDependencies": { - "@boostercloud/eslint-config": "workspace:^2.18.7", + "@boostercloud/eslint-config": "workspace:^2.18.8", "@types/chai": "4.2.18", "@types/chai-as-promised": "7.1.4", "@types/faker": "5.1.5", diff --git a/packages/framework-provider-local-infrastructure/package.json b/packages/framework-provider-local-infrastructure/package.json index f8dd1d09f..2f8046a2a 100644 --- a/packages/framework-provider-local-infrastructure/package.json +++ b/packages/framework-provider-local-infrastructure/package.json @@ -1,6 +1,6 @@ { "name": "@boostercloud/framework-provider-local-infrastructure", - "version": "2.18.7", + "version": "2.18.8", "description": "Handle the Booster running process of the local runtime", "keywords": [ "framework-provider-local-infrastructure" @@ -23,9 +23,9 @@ "node": ">=18.0.0 <19.0.0" }, "dependencies": { - "@boostercloud/framework-common-helpers": "workspace:^2.18.7", - "@boostercloud/framework-provider-local": "workspace:^2.18.7", - "@boostercloud/framework-types": "workspace:^2.18.7", + "@boostercloud/framework-common-helpers": "workspace:^2.18.8", + "@boostercloud/framework-provider-local": "workspace:^2.18.8", + "@boostercloud/framework-types": "workspace:^2.18.8", "cors": "2.8.5", "express": "^4.19.2", "node-schedule": "^2.1.0", @@ -46,7 +46,7 @@ "url": "https://github.com/boostercloud/booster/issues" }, "devDependencies": { - "@boostercloud/eslint-config": "workspace:^2.18.7", + "@boostercloud/eslint-config": "workspace:^2.18.8", "@types/chai": "4.2.18", "@types/chai-as-promised": "7.1.4", "@types/cors": "^2.8.12", diff --git a/packages/framework-provider-local/package.json b/packages/framework-provider-local/package.json index a1dde80da..f796d272e 100644 --- a/packages/framework-provider-local/package.json +++ b/packages/framework-provider-local/package.json @@ -1,6 +1,6 @@ { "name": "@boostercloud/framework-provider-local", - "version": "2.18.7", + "version": "2.18.8", "description": "Debug your Booster projects locally", "keywords": [ "framework-provider-local" @@ -23,8 +23,8 @@ "node": ">=18.0.0 <19.0.0" }, "dependencies": { - "@boostercloud/framework-common-helpers": "workspace:^2.18.7", - "@boostercloud/framework-types": "workspace:^2.18.7", + "@boostercloud/framework-common-helpers": "workspace:^2.18.8", + "@boostercloud/framework-types": "workspace:^2.18.8", "@seald-io/nedb": "4.0.2", "tslib": "^2.4.0", "@effect-ts/core": "^0.60.4", @@ -44,7 +44,7 @@ "url": "https://github.com/boostercloud/booster/issues" }, "devDependencies": { - "@boostercloud/eslint-config": "workspace:^2.18.7", + "@boostercloud/eslint-config": "workspace:^2.18.8", "@types/chai": "4.2.18", "@types/chai-as-promised": "7.1.4", "@types/express": "^4.17.21", diff --git a/packages/framework-types/package.json b/packages/framework-types/package.json index 862f3dd56..b8fa2fd49 100644 --- a/packages/framework-types/package.json +++ b/packages/framework-types/package.json @@ -1,6 +1,6 @@ { "name": "@boostercloud/framework-types", - "version": "2.18.7", + "version": "2.18.8", "description": "Contains Booster types related to the information extracted from the user project", "keywords": [ "framework-types" @@ -54,8 +54,8 @@ "ws": "8.17.1" }, "devDependencies": { - "@boostercloud/eslint-config": "workspace:^2.18.7", - "@boostercloud/metadata-booster": "workspace:^2.18.7", + "@boostercloud/eslint-config": "workspace:^2.18.8", + "@boostercloud/metadata-booster": "workspace:^2.18.8", "@types/chai": "4.2.18", "@types/chai-as-promised": "7.1.4", "@types/mocha": "10.0.1", diff --git a/packages/metadata-booster/package.json b/packages/metadata-booster/package.json index 7fd4bab48..dcedd1e27 100644 --- a/packages/metadata-booster/package.json +++ b/packages/metadata-booster/package.json @@ -1,6 +1,6 @@ { "name": "@boostercloud/metadata-booster", - "version": "2.18.7", + "version": "2.18.8", "description": "Emits detailed metadata of your types. You can then get it in runtime to deal with schema-aware operation, like defining GraphQL schemas, ORM operations, etc.", "repository": "https://github.com/boostercloud/booster.git", "keywords": [ @@ -38,7 +38,7 @@ "eslint-config-prettier": "8.3.0", "eslint-plugin-import": "^2.26.0", "eslint-plugin-prettier": "3.4.0", - "@boostercloud/eslint-config": "workspace:^2.18.7", + "@boostercloud/eslint-config": "workspace:^2.18.8", "@types/node": "^18.18.2", "ts-node": "^10.9.1", "ts-patch": "3.1.2", diff --git a/tools/eslint-config/package.json b/tools/eslint-config/package.json index 89e10ae15..58343720f 100644 --- a/tools/eslint-config/package.json +++ b/tools/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@boostercloud/eslint-config", - "version": "2.18.7", + "version": "2.18.8", "description": "Shared eslint rules", "main": "index.js", "publishConfig": {