Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge upstream #3

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

This file was deleted.

This file was deleted.

25 changes: 11 additions & 14 deletions common/config/rush/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion common/config/rush/version-policies.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,6 @@
"definitionName": "lockStepVersion",
"policyName": "booster",
"mainProject": "@boostercloud/framework-core",
"version": "1.18.1"
"version": "1.19.0"
}
]
6 changes: 3 additions & 3 deletions packages/application-tester/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@boostercloud/application-tester",
"version": "1.18.1",
"version": "1.19.0",
"description": "Contains Booster types related to the information extracted from the user project",
"keywords": [
"application-tester"
Expand Down Expand Up @@ -33,7 +33,7 @@
},
"dependencies": {
"@apollo/client": "3.7.13",
"@boostercloud/framework-types": "workspace:^1.18.1",
"@boostercloud/framework-types": "workspace:^1.19.0",
"cross-fetch": "3.1.5",
"graphql": "^16.6.0",
"jsonwebtoken": "9.0.1",
Expand All @@ -45,7 +45,7 @@
"@effect-ts/core": "^0.60.4"
},
"devDependencies": {
"@boostercloud/eslint-config": "workspace:^1.18.1",
"@boostercloud/eslint-config": "workspace:^1.19.0",
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/parser": "^5.0.0",
"eslint": "^8.23.1",
Expand Down
10 changes: 5 additions & 5 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@boostercloud/cli",
"description": "CLI of the Booster Framework, the next level of abstraction for cloud-native applications",
"version": "1.18.1",
"version": "1.19.0",
"author": "Boosterin Labs SLU",
"homepage": "https://boosterframework.com",
"publishConfig": {
Expand All @@ -12,8 +12,8 @@
},
"bugs": "https://github.com/boostercloud/booster/issues",
"dependencies": {
"@boostercloud/framework-core": "workspace:^1.18.1",
"@boostercloud/framework-types": "workspace:^1.18.1",
"@boostercloud/framework-core": "workspace:^1.19.0",
"@boostercloud/framework-types": "workspace:^1.19.0",
"@oclif/command": "^1.8",
"@oclif/config": "^1.18",
"@oclif/errors": "^1.3",
Expand All @@ -33,8 +33,8 @@
"@effect-ts/core": "^0.60.4"
},
"devDependencies": {
"@boostercloud/eslint-config": "workspace:^1.18.1",
"@boostercloud/application-tester": "workspace:^1.18.1",
"@boostercloud/eslint-config": "workspace:^1.19.0",
"@boostercloud/application-tester": "workspace:^1.19.0",
"@oclif/dev-cli": "^1.26",
"@oclif/test": "^2.1",
"@types/chai": "4.2.18",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/src/templates/project/package-json.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export const template = `{
"typescript": "4.7.4",
"ts-node": "9.1.1",
"@types/node": "16.11.7",
"ttypescript": "1.5.13",
"ttypescript": "1.5.15",
"graphql": "^16.6.0"
},
"engines": {
Expand Down
6 changes: 3 additions & 3 deletions packages/framework-common-helpers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@boostercloud/framework-common-helpers",
"version": "1.18.1",
"version": "1.19.0",
"description": "Contains Booster common helpers used by the core and provider packages",
"keywords": [
"framework-common-helpers"
Expand Down Expand Up @@ -33,13 +33,13 @@
"url": "https://github.com/boostercloud/booster/issues"
},
"dependencies": {
"@boostercloud/framework-types": "workspace:^1.18.1",
"@boostercloud/framework-types": "workspace:^1.19.0",
"child-process-promise": "^2.2.1",
"tslib": "^2.4.0",
"@effect-ts/core": "^0.60.4"
},
"devDependencies": {
"@boostercloud/eslint-config": "workspace:^1.18.1",
"@boostercloud/eslint-config": "workspace:^1.19.0",
"@types/chai": "4.2.18",
"@types/chai-as-promised": "7.1.4",
"@types/child-process-promise": "^2.2.1",
Expand Down
42 changes: 42 additions & 0 deletions packages/framework-core/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,48 @@
{
"name": "@boostercloud/framework-core",
"entries": [
{
"version": "1.19.0",
"tag": "@boostercloud/framework-core_v1.19.0",
"date": "Wed, 13 Sep 2023 14:53:03 GMT",
"comments": {
"none": [
{
"comment": "Fixed broken links to the documentation",
"author": "Javier Toledo <[email protected]>",
"commit": "2c9d1229bd1589a40ba170781cdb7e463762005b"
}
],
"patch": [
{
"comment": "Fix local provider index",
"author": "gonzalojaubert <[email protected]>",
"commit": "bdd3c3ca537638ff7de134c58e7299f585aef8ea"
}
],
"minor": [
{
"comment": "Update booster dependencies",
"author": "gonzalojaubert <[email protected]>",
"commit": "7e8114735aa8b845d813aedf4ddf17a3b31e447d"
}
],
"dependency": [
{
"comment": "Updating dependency \"@boostercloud/framework-common-helpers\" from `^1.18.1` to `^1.19.0`"
},
{
"comment": "Updating dependency \"@boostercloud/framework-types\" from `^1.18.1` to `^1.19.0`"
},
{
"comment": "Updating dependency \"@boostercloud/metadata-booster\" from `^1.18.1` to `^1.19.0`"
},
{
"comment": "Updating dependency \"@boostercloud/eslint-config\" from `^1.18.1` to `^1.19.0`"
}
]
}
},
{
"version": "1.18.1",
"tag": "@boostercloud/framework-core_v1.18.1",
Expand Down
17 changes: 16 additions & 1 deletion packages/framework-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
# Change Log - @boostercloud/framework-core

This log was last generated on Tue, 18 Jul 2023 10:04:58 GMT and should not be manually modified.
This log was last generated on Wed, 13 Sep 2023 14:53:03 GMT and should not be manually modified.

## 1.19.0
Wed, 13 Sep 2023 14:53:03 GMT

### Minor changes

- Update booster dependencies

### Patches

- Fix local provider index

### Updates

- Fixed broken links to the documentation

## 1.18.1
Tue, 18 Jul 2023 10:04:58 GMT
Expand Down
10 changes: 5 additions & 5 deletions packages/framework-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@boostercloud/framework-core",
"version": "1.18.1",
"version": "1.19.0",
"description": "Library for your Booster apps",
"author": "Boosterin Labs SLU",
"homepage": "https://boosterframework.com",
Expand Down Expand Up @@ -33,8 +33,8 @@
"graphql": "^16.6.0"
},
"dependencies": {
"@boostercloud/framework-common-helpers": "workspace:^1.18.1",
"@boostercloud/framework-types": "workspace:^1.18.1",
"@boostercloud/framework-common-helpers": "workspace:^1.19.0",
"@boostercloud/framework-types": "workspace:^1.19.0",
"fp-ts": "^2.11.0",
"graphql-scalars": "^1.17.0",
"graphql-subscriptions": "2.0.0",
Expand All @@ -48,8 +48,8 @@
"@effect-ts/core": "^0.60.4"
},
"devDependencies": {
"@boostercloud/metadata-booster": "workspace:^1.18.1",
"@boostercloud/eslint-config": "workspace:^1.18.1",
"@boostercloud/metadata-booster": "workspace:^1.19.0",
"@boostercloud/eslint-config": "workspace:^1.19.0",
"@types/chai": "4.2.18",
"@types/chai-as-promised": "7.1.4",
"@types/faker": "5.1.5",
Expand Down
30 changes: 15 additions & 15 deletions packages/framework-integration-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,34 +1,34 @@
{
"name": "@boostercloud/framework-integration-tests",
"description": "Example project for Booster",
"version": "1.18.1",
"version": "1.19.0",
"author": "Boosterin Labs SLU",
"homepage": "https://boosterframework.com",
"publishConfig": {
"access": "restricted"
},
"bugs": "https://github.com/boostercloud/booster/issues",
"dependencies": {
"@boostercloud/framework-common-helpers": "workspace:^1.18.1",
"@boostercloud/framework-core": "workspace:^1.18.1",
"@boostercloud/framework-provider-aws": "workspace:^1.18.1",
"@boostercloud/framework-provider-azure": "workspace:^1.18.1",
"@boostercloud/framework-provider-local": "workspace:^1.18.1",
"@boostercloud/framework-types": "workspace:^1.18.1",
"@boostercloud/framework-common-helpers": "workspace:^1.19.0",
"@boostercloud/framework-core": "workspace:^1.19.0",
"@boostercloud/framework-provider-aws": "workspace:^1.19.0",
"@boostercloud/framework-provider-azure": "workspace:^1.19.0",
"@boostercloud/framework-provider-local": "workspace:^1.19.0",
"@boostercloud/framework-types": "workspace:^1.19.0",
"aws-sdk": "2.853.0",
"graphql": "^16.6.0",
"tslib": "^2.4.0",
"@effect-ts/core": "^0.60.4",
"express-unless": "2.1.3"
},
"devDependencies": {
"@boostercloud/eslint-config": "workspace:^1.18.1",
"@boostercloud/application-tester": "workspace:^1.18.1",
"@boostercloud/cli": "workspace:^1.18.1",
"@boostercloud/framework-provider-aws-infrastructure": "workspace:^1.18.1",
"@boostercloud/framework-provider-azure-infrastructure": "workspace:^1.18.1",
"@boostercloud/framework-provider-local-infrastructure": "workspace:^1.18.1",
"@boostercloud/metadata-booster": "workspace:^1.18.1",
"@boostercloud/eslint-config": "workspace:^1.19.0",
"@boostercloud/application-tester": "workspace:^1.19.0",
"@boostercloud/cli": "workspace:^1.19.0",
"@boostercloud/framework-provider-aws-infrastructure": "workspace:^1.19.0",
"@boostercloud/framework-provider-azure-infrastructure": "workspace:^1.19.0",
"@boostercloud/framework-provider-local-infrastructure": "workspace:^1.19.0",
"@boostercloud/metadata-booster": "workspace:^1.19.0",
"@types/aws-lambda": "8.10.48",
"@types/chai": "4.2.18",
"@types/chai-arrays": "2.0.0",
Expand Down Expand Up @@ -72,7 +72,7 @@
"serverless-artillery": "0.5.2",
"subscriptions-transport-ws": "0.11.0",
"ts-node": "^10.9.1",
"ttypescript": "1.5.13",
"ttypescript": "1.5.15",
"typescript": "4.7.4",
"sinon": "9.2.3",
"eslint-plugin-unicorn": "~44.0.2"
Expand Down
Loading
Loading