Skip to content

Commit f65cc4a

Browse files
committed
Bump versions [skip ci]
1 parent 389dbf7 commit f65cc4a

File tree

19 files changed

+108
-87
lines changed

19 files changed

+108
-87
lines changed

common/changes/@boostercloud/framework-core/fix-async-object-array-getter_2024-12-17-08-27.json

-10
This file was deleted.

common/changes/@boostercloud/framework-core/graphql_union_types_for_queries_2024-12-08-21-50.json

-10
This file was deleted.

common/config/rush/version-policies.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,6 @@
103103
"definitionName": "lockStepVersion",
104104
"policyName": "booster",
105105
"mainProject": "@boostercloud/framework-core",
106-
"version": "2.18.7"
106+
"version": "2.18.8"
107107
}
108108
]

packages/application-tester/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@boostercloud/application-tester",
3-
"version": "2.18.7",
3+
"version": "2.18.8",
44
"description": "Contains Booster types related to the information extracted from the user project",
55
"keywords": [
66
"application-tester"
@@ -36,7 +36,7 @@
3636
},
3737
"dependencies": {
3838
"@apollo/client": "3.7.13",
39-
"@boostercloud/framework-types": "workspace:^2.18.7",
39+
"@boostercloud/framework-types": "workspace:^2.18.8",
4040
"cross-fetch": "3.1.5",
4141
"graphql": "^16.6.0",
4242
"jsonwebtoken": "9.0.1",
@@ -48,7 +48,7 @@
4848
"@effect-ts/core": "^0.60.4"
4949
},
5050
"devDependencies": {
51-
"@boostercloud/eslint-config": "workspace:^2.18.7",
51+
"@boostercloud/eslint-config": "workspace:^2.18.8",
5252
"@typescript-eslint/eslint-plugin": "^5.0.0",
5353
"@typescript-eslint/parser": "^5.0.0",
5454
"eslint": "^8.23.1",

packages/cli/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@boostercloud/cli",
33
"description": "CLI of the Booster Framework, the next level of abstraction for cloud-native applications",
4-
"version": "2.18.7",
4+
"version": "2.18.8",
55
"author": "Boosterin Labs SLU",
66
"homepage": "https://boosterframework.com",
77
"publishConfig": {
@@ -12,8 +12,8 @@
1212
},
1313
"bugs": "https://github.com/boostercloud/booster/issues",
1414
"dependencies": {
15-
"@boostercloud/framework-core": "workspace:^2.18.7",
16-
"@boostercloud/framework-types": "workspace:^2.18.7",
15+
"@boostercloud/framework-core": "workspace:^2.18.8",
16+
"@boostercloud/framework-types": "workspace:^2.18.8",
1717
"@oclif/core": "3.15.0",
1818
"@oclif/plugin-help": "^5",
1919
"chalk": "^2.4.2",
@@ -29,8 +29,8 @@
2929
"@effect-ts/core": "^0.60.4"
3030
},
3131
"devDependencies": {
32-
"@boostercloud/eslint-config": "workspace:^2.18.7",
33-
"@boostercloud/application-tester": "workspace:^2.18.7",
32+
"@boostercloud/eslint-config": "workspace:^2.18.8",
33+
"@boostercloud/application-tester": "workspace:^2.18.8",
3434
"@oclif/test": "^3.0.3",
3535
"@types/chai": "4.2.18",
3636
"@types/chai-as-promised": "7.1.4",

packages/framework-common-helpers/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@boostercloud/framework-common-helpers",
3-
"version": "2.18.7",
3+
"version": "2.18.8",
44
"description": "Contains Booster common helpers used by the core and provider packages",
55
"keywords": [
66
"framework-common-helpers"
@@ -36,14 +36,14 @@
3636
"node": ">=18.0.0 <19.0.0"
3737
},
3838
"dependencies": {
39-
"@boostercloud/framework-types": "workspace:^2.18.7",
39+
"@boostercloud/framework-types": "workspace:^2.18.8",
4040
"tslib": "^2.4.0",
4141
"@effect-ts/core": "^0.60.4",
4242
"class-transformer": "~0.5.1",
4343
"execa": "^2.0.3"
4444
},
4545
"devDependencies": {
46-
"@boostercloud/eslint-config": "workspace:^2.18.7",
46+
"@boostercloud/eslint-config": "workspace:^2.18.8",
4747
"@types/chai": "4.2.18",
4848
"@types/chai-as-promised": "7.1.4",
4949
"@types/mocha": "10.0.1",

packages/framework-core/CHANGELOG.json

+33
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,39 @@
11
{
22
"name": "@boostercloud/framework-core",
33
"entries": [
4+
{
5+
"version": "2.18.8",
6+
"tag": "@boostercloud/framework-core_v2.18.8",
7+
"date": "Tue, 17 Dec 2024 14:48:18 GMT",
8+
"comments": {
9+
"patch": [
10+
{
11+
"comment": "Update processProperties function to fix readModel getters where return type is an array of objects",
12+
"author": "Hendrik Depauw <128361530+hendrik-depauw-lemon@users.noreply.github.com>",
13+
"commit": "389dbf7c60282eaf216c93e46a6c23d09f40512a"
14+
},
15+
{
16+
"comment": "Added graphql union types to query return type generation",
17+
"author": "Nicolas Scheers <166396855+nicolas-scheers-lemon@users.noreply.github.com>",
18+
"commit": "7c82d3a246233a363e46fee4e0c2cea0ef0de44d"
19+
}
20+
],
21+
"dependency": [
22+
{
23+
"comment": "Updating dependency \"@boostercloud/framework-common-helpers\" from `^2.18.7` to `^2.18.8`"
24+
},
25+
{
26+
"comment": "Updating dependency \"@boostercloud/framework-types\" from `^2.18.7` to `^2.18.8`"
27+
},
28+
{
29+
"comment": "Updating dependency \"@boostercloud/metadata-booster\" from `^2.18.7` to `^2.18.8`"
30+
},
31+
{
32+
"comment": "Updating dependency \"@boostercloud/eslint-config\" from `^2.18.7` to `^2.18.8`"
33+
}
34+
]
35+
}
36+
},
437
{
538
"version": "2.18.7",
639
"tag": "@boostercloud/framework-core_v2.18.7",

packages/framework-core/CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
# Change Log - @boostercloud/framework-core
22

3-
This log was last generated on Mon, 09 Dec 2024 14:07:07 GMT and should not be manually modified.
3+
This log was last generated on Tue, 17 Dec 2024 14:48:18 GMT and should not be manually modified.
4+
5+
## 2.18.8
6+
Tue, 17 Dec 2024 14:48:18 GMT
7+
8+
### Patches
9+
10+
- Update processProperties function to fix readModel getters where return type is an array of objects
11+
- Added graphql union types to query return type generation
412

513
## 2.18.7
614
Mon, 09 Dec 2024 14:07:07 GMT

packages/framework-core/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@boostercloud/framework-core",
3-
"version": "2.18.7",
3+
"version": "2.18.8",
44
"description": "Library for your Booster apps",
55
"author": "Boosterin Labs SLU",
66
"homepage": "https://boosterframework.com",
@@ -37,8 +37,8 @@
3737
"graphql": "^16.6.0"
3838
},
3939
"dependencies": {
40-
"@boostercloud/framework-common-helpers": "workspace:^2.18.7",
41-
"@boostercloud/framework-types": "workspace:^2.18.7",
40+
"@boostercloud/framework-common-helpers": "workspace:^2.18.8",
41+
"@boostercloud/framework-types": "workspace:^2.18.8",
4242
"fp-ts": "^2.11.0",
4343
"graphql-scalars": "^1.17.0",
4444
"graphql-subscriptions": "2.0.0",
@@ -61,8 +61,8 @@
6161
"ws": "8.17.1"
6262
},
6363
"devDependencies": {
64-
"@boostercloud/metadata-booster": "workspace:^2.18.7",
65-
"@boostercloud/eslint-config": "workspace:^2.18.7",
64+
"@boostercloud/metadata-booster": "workspace:^2.18.8",
65+
"@boostercloud/eslint-config": "workspace:^2.18.8",
6666
"@types/chai": "4.2.18",
6767
"@types/chai-as-promised": "7.1.4",
6868
"@types/faker": "5.1.5",

packages/framework-integration-tests/package.json

+15-15
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
{
22
"name": "@boostercloud/framework-integration-tests",
33
"description": "Example project for Booster",
4-
"version": "2.18.7",
4+
"version": "2.18.8",
55
"author": "Boosterin Labs SLU",
66
"homepage": "https://boosterframework.com",
77
"publishConfig": {
88
"access": "restricted"
99
},
1010
"bugs": "https://github.com/boostercloud/booster/issues",
1111
"dependencies": {
12-
"@boostercloud/framework-common-helpers": "workspace:^2.18.7",
13-
"@boostercloud/framework-core": "workspace:^2.18.7",
14-
"@boostercloud/framework-provider-aws": "workspace:^2.18.7",
15-
"@boostercloud/framework-provider-azure": "workspace:^2.18.7",
16-
"@boostercloud/framework-provider-local": "workspace:^2.18.7",
17-
"@boostercloud/framework-types": "workspace:^2.18.7",
12+
"@boostercloud/framework-common-helpers": "workspace:^2.18.8",
13+
"@boostercloud/framework-core": "workspace:^2.18.8",
14+
"@boostercloud/framework-provider-aws": "workspace:^2.18.8",
15+
"@boostercloud/framework-provider-azure": "workspace:^2.18.8",
16+
"@boostercloud/framework-provider-local": "workspace:^2.18.8",
17+
"@boostercloud/framework-types": "workspace:^2.18.8",
1818
"aws-sdk": "2.853.0",
1919
"graphql": "^16.6.0",
2020
"tslib": "^2.4.0",
@@ -34,13 +34,13 @@
3434
"execa": "^2.0.3"
3535
},
3636
"devDependencies": {
37-
"@boostercloud/eslint-config": "workspace:^2.18.7",
38-
"@boostercloud/application-tester": "workspace:^2.18.7",
39-
"@boostercloud/cli": "workspace:^2.18.7",
40-
"@boostercloud/framework-provider-aws-infrastructure": "workspace:^2.18.7",
41-
"@boostercloud/framework-provider-azure-infrastructure": "workspace:^2.18.7",
42-
"@boostercloud/framework-provider-local-infrastructure": "workspace:^2.18.7",
43-
"@boostercloud/metadata-booster": "workspace:^2.18.7",
37+
"@boostercloud/eslint-config": "workspace:^2.18.8",
38+
"@boostercloud/application-tester": "workspace:^2.18.8",
39+
"@boostercloud/cli": "workspace:^2.18.8",
40+
"@boostercloud/framework-provider-aws-infrastructure": "workspace:^2.18.8",
41+
"@boostercloud/framework-provider-azure-infrastructure": "workspace:^2.18.8",
42+
"@boostercloud/framework-provider-local-infrastructure": "workspace:^2.18.8",
43+
"@boostercloud/metadata-booster": "workspace:^2.18.8",
4444
"@types/aws-lambda": "8.10.48",
4545
"@types/chai": "4.2.18",
4646
"@types/chai-arrays": "2.0.0",
@@ -125,4 +125,4 @@
125125
"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\""
126126
},
127127
"types": "dist/index.d.ts"
128-
}
128+
}

packages/framework-provider-aws-infrastructure/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@boostercloud/framework-provider-aws-infrastructure",
33
"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).",
4-
"version": "2.18.7",
4+
"version": "2.18.8",
55
"description": "Handle the Booster deployment process to AWS",
66
"keywords": [
77
"framework-provider-aws-infrastructure"
@@ -41,9 +41,9 @@
4141
"@aws-cdk/aws-s3-deployment": "^1.170.0",
4242
"@aws-cdk/core": "^1.170.0",
4343
"@aws-cdk/cx-api": "^1.170.0",
44-
"@boostercloud/framework-common-helpers": "workspace:^2.18.7",
45-
"@boostercloud/framework-provider-aws": "workspace:^2.18.7",
46-
"@boostercloud/framework-types": "workspace:^2.18.7",
44+
"@boostercloud/framework-common-helpers": "workspace:^2.18.8",
45+
"@boostercloud/framework-provider-aws": "workspace:^2.18.8",
46+
"@boostercloud/framework-types": "workspace:^2.18.8",
4747
"constructs": "^3.3.69",
4848
"aws-cdk": "^1.170.0",
4949
"aws-sdk": "2.853.0",
@@ -69,7 +69,7 @@
6969
"url": "https://github.com/boostercloud/booster/issues"
7070
},
7171
"devDependencies": {
72-
"@boostercloud/eslint-config": "workspace:^2.18.7",
72+
"@boostercloud/eslint-config": "workspace:^2.18.8",
7373
"@types/aws-lambda": "8.10.48",
7474
"@types/aws-sdk": "2.7.0",
7575
"@types/chai": "4.2.18",

packages/framework-provider-aws/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@boostercloud/framework-provider-aws",
33
"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).",
4-
"version": "2.18.7",
4+
"version": "2.18.8",
55
"description": "Handle Booster's integration with AWS",
66
"keywords": [
77
"framework-provider-aws"
@@ -24,8 +24,8 @@
2424
"node": ">=18.0.0 <19.0.0"
2525
},
2626
"dependencies": {
27-
"@boostercloud/framework-common-helpers": "workspace:^2.18.7",
28-
"@boostercloud/framework-types": "workspace:^2.18.7",
27+
"@boostercloud/framework-common-helpers": "workspace:^2.18.8",
28+
"@boostercloud/framework-types": "workspace:^2.18.8",
2929
"tslib": "^2.4.0",
3030
"@effect-ts/core": "^0.60.4"
3131
},
@@ -43,7 +43,7 @@
4343
"url": "https://github.com/boostercloud/booster/issues"
4444
},
4545
"devDependencies": {
46-
"@boostercloud/eslint-config": "workspace:^2.18.7",
46+
"@boostercloud/eslint-config": "workspace:^2.18.8",
4747
"@types/aws-lambda": "8.10.48",
4848
"@types/chai": "4.2.18",
4949
"@types/chai-arrays": "2.0.0",

packages/framework-provider-azure-infrastructure/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@boostercloud/framework-provider-azure-infrastructure",
3-
"version": "2.18.7",
3+
"version": "2.18.8",
44
"description": "Handle the Booster deployment process to Azure",
55
"keywords": [
66
"framework-provider-azure-infrastructure"
@@ -25,10 +25,10 @@
2525
"dependencies": {
2626
"@azure/arm-appservice": "^13.0.0",
2727
"@azure/cosmos": "^4.0.0",
28-
"@boostercloud/framework-common-helpers": "workspace:^2.18.7",
29-
"@boostercloud/framework-core": "workspace:^2.18.7",
30-
"@boostercloud/framework-provider-azure": "workspace:^2.18.7",
31-
"@boostercloud/framework-types": "workspace:^2.18.7",
28+
"@boostercloud/framework-common-helpers": "workspace:^2.18.8",
29+
"@boostercloud/framework-core": "workspace:^2.18.8",
30+
"@boostercloud/framework-provider-azure": "workspace:^2.18.8",
31+
"@boostercloud/framework-types": "workspace:^2.18.8",
3232
"@cdktf/provider-azurerm": "13.3.0",
3333
"@cdktf/provider-time": "9.0.2",
3434
"@types/archiver": "5.1.0",
@@ -67,7 +67,7 @@
6767
"url": "https://github.com/boostercloud/booster/issues"
6868
},
6969
"devDependencies": {
70-
"@boostercloud/eslint-config": "workspace:^2.18.7",
70+
"@boostercloud/eslint-config": "workspace:^2.18.8",
7171
"@types/chai": "4.2.18",
7272
"@types/chai-as-promised": "7.1.4",
7373
"@types/faker": "5.1.5",

packages/framework-provider-azure/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@boostercloud/framework-provider-azure",
3-
"version": "2.18.7",
3+
"version": "2.18.8",
44
"description": "Handle Booster's integration with Azure",
55
"keywords": [
66
"framework-provider-azure"
@@ -27,14 +27,14 @@
2727
"@azure/functions": "^1.2.2",
2828
"@azure/identity": "~2.1.0",
2929
"@azure/event-hubs": "5.11.1",
30-
"@boostercloud/framework-common-helpers": "workspace:^2.18.7",
31-
"@boostercloud/framework-types": "workspace:^2.18.7",
30+
"@boostercloud/framework-common-helpers": "workspace:^2.18.8",
31+
"@boostercloud/framework-types": "workspace:^2.18.8",
3232
"tslib": "^2.4.0",
3333
"@effect-ts/core": "^0.60.4",
3434
"@azure/web-pubsub": "~1.1.0"
3535
},
3636
"devDependencies": {
37-
"@boostercloud/eslint-config": "workspace:^2.18.7",
37+
"@boostercloud/eslint-config": "workspace:^2.18.8",
3838
"@types/chai": "4.2.18",
3939
"@types/chai-as-promised": "7.1.4",
4040
"@types/faker": "5.1.5",

0 commit comments

Comments
 (0)