Skip to content

Commit da469ae

Browse files
committed
Bump versions [skip ci]
1 parent 55cc944 commit da469ae

File tree

18 files changed

+101
-76
lines changed

18 files changed

+101
-76
lines changed

common/changes/@boostercloud/framework-core/fix_optimistic_concurrency_2024-11-24-17-37.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.5"
106+
"version": "2.18.6"
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.5",
3+
"version": "2.18.6",
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.5",
39+
"@boostercloud/framework-types": "workspace:^2.18.6",
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.5",
51+
"@boostercloud/eslint-config": "workspace:^2.18.6",
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.5",
4+
"version": "2.18.6",
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.5",
16-
"@boostercloud/framework-types": "workspace:^2.18.5",
15+
"@boostercloud/framework-core": "workspace:^2.18.6",
16+
"@boostercloud/framework-types": "workspace:^2.18.6",
1717
"@oclif/core": "3.15.0",
1818
"@oclif/plugin-help": "^5",
1919
"chalk": "^2.4.2",
@@ -30,8 +30,8 @@
3030
"@effect-ts/core": "^0.60.4"
3131
},
3232
"devDependencies": {
33-
"@boostercloud/eslint-config": "workspace:^2.18.5",
34-
"@boostercloud/application-tester": "workspace:^2.18.5",
33+
"@boostercloud/eslint-config": "workspace:^2.18.6",
34+
"@boostercloud/application-tester": "workspace:^2.18.6",
3535
"@oclif/test": "^3.0.3",
3636
"@types/chai": "4.2.18",
3737
"@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.5",
3+
"version": "2.18.6",
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.5",
39+
"@boostercloud/framework-types": "workspace:^2.18.6",
4040
"child-process-promise": "^2.2.1",
4141
"tslib": "^2.4.0",
4242
"@effect-ts/core": "^0.60.4",
4343
"class-transformer": "~0.5.1"
4444
},
4545
"devDependencies": {
46-
"@boostercloud/eslint-config": "workspace:^2.18.5",
46+
"@boostercloud/eslint-config": "workspace:^2.18.6",
4747
"@types/chai": "4.2.18",
4848
"@types/chai-as-promised": "7.1.4",
4949
"@types/child-process-promise": "^2.2.1",

packages/framework-core/CHANGELOG.json

+28
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,34 @@
11
{
22
"name": "@boostercloud/framework-core",
33
"entries": [
4+
{
5+
"version": "2.18.6",
6+
"tag": "@boostercloud/framework-core_v2.18.6",
7+
"date": "Mon, 25 Nov 2024 15:49:50 GMT",
8+
"comments": {
9+
"patch": [
10+
{
11+
"comment": "Fixes optimistic concurrency issue found when projecting read models",
12+
"author": "Mario Castro Squella <mario@theagilemonkeys.com>",
13+
"commit": "55cc944003d23a62fec52ee945fc2bcd693f52aa"
14+
}
15+
],
16+
"dependency": [
17+
{
18+
"comment": "Updating dependency \"@boostercloud/framework-common-helpers\" from `^2.18.5` to `^2.18.6`"
19+
},
20+
{
21+
"comment": "Updating dependency \"@boostercloud/framework-types\" from `^2.18.5` to `^2.18.6`"
22+
},
23+
{
24+
"comment": "Updating dependency \"@boostercloud/metadata-booster\" from `^2.18.5` to `^2.18.6`"
25+
},
26+
{
27+
"comment": "Updating dependency \"@boostercloud/eslint-config\" from `^2.18.5` to `^2.18.6`"
28+
}
29+
]
30+
}
31+
},
432
{
533
"version": "2.18.5",
634
"tag": "@boostercloud/framework-core_v2.18.5",

packages/framework-core/CHANGELOG.md

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

3-
This log was last generated on Tue, 29 Oct 2024 18:40:31 GMT and should not be manually modified.
3+
This log was last generated on Mon, 25 Nov 2024 15:49:50 GMT and should not be manually modified.
4+
5+
## 2.18.6
6+
Mon, 25 Nov 2024 15:49:50 GMT
7+
8+
### Patches
9+
10+
- Fixes optimistic concurrency issue found when projecting read models
411

512
## 2.18.5
613
Tue, 29 Oct 2024 18:40:31 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.5",
3+
"version": "2.18.6",
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.5",
41-
"@boostercloud/framework-types": "workspace:^2.18.5",
40+
"@boostercloud/framework-common-helpers": "workspace:^2.18.6",
41+
"@boostercloud/framework-types": "workspace:^2.18.6",
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.5",
65-
"@boostercloud/eslint-config": "workspace:^2.18.5",
64+
"@boostercloud/metadata-booster": "workspace:^2.18.6",
65+
"@boostercloud/eslint-config": "workspace:^2.18.6",
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

+14-14
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.5",
4+
"version": "2.18.6",
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.5",
13-
"@boostercloud/framework-core": "workspace:^2.18.5",
14-
"@boostercloud/framework-provider-aws": "workspace:^2.18.5",
15-
"@boostercloud/framework-provider-azure": "workspace:^2.18.5",
16-
"@boostercloud/framework-provider-local": "workspace:^2.18.5",
17-
"@boostercloud/framework-types": "workspace:^2.18.5",
12+
"@boostercloud/framework-common-helpers": "workspace:^2.18.6",
13+
"@boostercloud/framework-core": "workspace:^2.18.6",
14+
"@boostercloud/framework-provider-aws": "workspace:^2.18.6",
15+
"@boostercloud/framework-provider-azure": "workspace:^2.18.6",
16+
"@boostercloud/framework-provider-local": "workspace:^2.18.6",
17+
"@boostercloud/framework-types": "workspace:^2.18.6",
1818
"aws-sdk": "2.853.0",
1919
"graphql": "^16.6.0",
2020
"tslib": "^2.4.0",
@@ -33,13 +33,13 @@
3333
"ws": "8.17.1"
3434
},
3535
"devDependencies": {
36-
"@boostercloud/eslint-config": "workspace:^2.18.5",
37-
"@boostercloud/application-tester": "workspace:^2.18.5",
38-
"@boostercloud/cli": "workspace:^2.18.5",
39-
"@boostercloud/framework-provider-aws-infrastructure": "workspace:^2.18.5",
40-
"@boostercloud/framework-provider-azure-infrastructure": "workspace:^2.18.5",
41-
"@boostercloud/framework-provider-local-infrastructure": "workspace:^2.18.5",
42-
"@boostercloud/metadata-booster": "workspace:^2.18.5",
36+
"@boostercloud/eslint-config": "workspace:^2.18.6",
37+
"@boostercloud/application-tester": "workspace:^2.18.6",
38+
"@boostercloud/cli": "workspace:^2.18.6",
39+
"@boostercloud/framework-provider-aws-infrastructure": "workspace:^2.18.6",
40+
"@boostercloud/framework-provider-azure-infrastructure": "workspace:^2.18.6",
41+
"@boostercloud/framework-provider-local-infrastructure": "workspace:^2.18.6",
42+
"@boostercloud/metadata-booster": "workspace:^2.18.6",
4343
"@types/aws-lambda": "8.10.48",
4444
"@types/chai": "4.2.18",
4545
"@types/chai-arrays": "2.0.0",

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.5",
4+
"version": "2.18.6",
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.5",
45-
"@boostercloud/framework-provider-aws": "workspace:^2.18.5",
46-
"@boostercloud/framework-types": "workspace:^2.18.5",
44+
"@boostercloud/framework-common-helpers": "workspace:^2.18.6",
45+
"@boostercloud/framework-provider-aws": "workspace:^2.18.6",
46+
"@boostercloud/framework-types": "workspace:^2.18.6",
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.5",
72+
"@boostercloud/eslint-config": "workspace:^2.18.6",
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.5",
4+
"version": "2.18.6",
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.5",
28-
"@boostercloud/framework-types": "workspace:^2.18.5",
27+
"@boostercloud/framework-common-helpers": "workspace:^2.18.6",
28+
"@boostercloud/framework-types": "workspace:^2.18.6",
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.5",
46+
"@boostercloud/eslint-config": "workspace:^2.18.6",
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.5",
3+
"version": "2.18.6",
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.5",
29-
"@boostercloud/framework-core": "workspace:^2.18.5",
30-
"@boostercloud/framework-provider-azure": "workspace:^2.18.5",
31-
"@boostercloud/framework-types": "workspace:^2.18.5",
28+
"@boostercloud/framework-common-helpers": "workspace:^2.18.6",
29+
"@boostercloud/framework-core": "workspace:^2.18.6",
30+
"@boostercloud/framework-provider-azure": "workspace:^2.18.6",
31+
"@boostercloud/framework-types": "workspace:^2.18.6",
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.5",
70+
"@boostercloud/eslint-config": "workspace:^2.18.6",
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.5",
3+
"version": "2.18.6",
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.5",
31-
"@boostercloud/framework-types": "workspace:^2.18.5",
30+
"@boostercloud/framework-common-helpers": "workspace:^2.18.6",
31+
"@boostercloud/framework-types": "workspace:^2.18.6",
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.5",
37+
"@boostercloud/eslint-config": "workspace:^2.18.6",
3838
"@types/chai": "4.2.18",
3939
"@types/chai-as-promised": "7.1.4",
4040
"@types/faker": "5.1.5",

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

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@boostercloud/framework-provider-local-infrastructure",
3-
"version": "2.18.5",
3+
"version": "2.18.6",
44
"description": "Handle the Booster running process of the local runtime",
55
"keywords": [
66
"framework-provider-local-infrastructure"
@@ -23,9 +23,9 @@
2323
"node": ">=18.0.0 <19.0.0"
2424
},
2525
"dependencies": {
26-
"@boostercloud/framework-common-helpers": "workspace:^2.18.5",
27-
"@boostercloud/framework-provider-local": "workspace:^2.18.5",
28-
"@boostercloud/framework-types": "workspace:^2.18.5",
26+
"@boostercloud/framework-common-helpers": "workspace:^2.18.6",
27+
"@boostercloud/framework-provider-local": "workspace:^2.18.6",
28+
"@boostercloud/framework-types": "workspace:^2.18.6",
2929
"cors": "2.8.5",
3030
"express": "^4.19.2",
3131
"node-schedule": "^2.1.0",
@@ -46,7 +46,7 @@
4646
"url": "https://github.com/boostercloud/booster/issues"
4747
},
4848
"devDependencies": {
49-
"@boostercloud/eslint-config": "workspace:^2.18.5",
49+
"@boostercloud/eslint-config": "workspace:^2.18.6",
5050
"@types/chai": "4.2.18",
5151
"@types/chai-as-promised": "7.1.4",
5252
"@types/cors": "^2.8.12",

0 commit comments

Comments
 (0)