Skip to content

Commit

Permalink
fix: Merge branch 'fix/archiver-and-yaml-dependencies-were-required-a…
Browse files Browse the repository at this point in the history
…fter-generating-a-new-project'
  • Loading branch information
Javier Toledo committed Nov 10, 2022
2 parents 88c981b + 0d26dd0 commit 672334e
Show file tree
Hide file tree
Showing 6 changed files with 59 additions and 11 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,7 @@ jobs:
run: git stash

- name: Bump version using Rush
run: node common/scripts/install-run-rush.js version --bump

- name: Pull before publishing
run: git pull --rebase
run: node common/scripts/install-run-rush.js version --bump -b main

- name: Publish using Rush
run: node common/scripts/install-run-rush.js publish --apply --publish --include-all --target-branch origin/main --add-commit-details
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@boostercloud/framework-core",
"comment": "Added missing dependencies to @boostercloud/framework-provider-aws-infrastructure",
"type": "none"
}
],
"packageName": "@boostercloud/framework-core"
}
47 changes: 43 additions & 4 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 @@ -104,6 +104,6 @@
"policyName": "booster",
"nextBump": "patch",
"mainProject": "@boostercloud/framework-core",
"version": "1.0.0"
"version": "1.0.1"
}
]
1 change: 0 additions & 1 deletion packages/framework-integration-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@
"ttypescript": "1.5.13",
"typescript": "4.7.4",
"ws": "7.4.5",
"yaml": "1.10.2",
"sinon": "9.2.3",
"eslint-plugin-unicorn": "~44.0.2"
},
Expand Down
5 changes: 4 additions & 1 deletion packages/framework-provider-aws-infrastructure/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,9 @@
"tslib": "^2.4.0",
"promptly": "~3.2.0",
"cdk-assets": "~2.39.1",
"@effect-ts/core": "^0.60.4"
"@effect-ts/core": "^0.60.4",
"yaml": "1.10.2",
"archiver": "5.3.0"
},
"scripts": {
"format": "prettier --write --ext '.js,.ts' **/*.ts **/*/*.ts",
Expand All @@ -74,6 +76,7 @@
"@types/rewire": "^2.5.28",
"@types/sinon": "10.0.0",
"@types/sinon-chai": "3.2.5",
"@types/archiver": "5.1.0",
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/parser": "^5.0.0",
"chai": "4.2.0",
Expand Down

0 comments on commit 672334e

Please sign in to comment.