Skip to content

Commit

Permalink
feat(ci-cd): changes to release only core (#2086)
Browse files Browse the repository at this point in the history
* feat(ci-cd): changes to release only core

BREAKING CHANGE:
since this is a breaking chnage

gh-2030

* feat(ci-cd): release only core

BREAKING CHANGE:
since breaking change

gh-2030

* feat(ci-cd): release only core

BREAKING CHANGE:
since breaking change

gh-2030
  • Loading branch information
yeshamavani authored May 6, 2024
1 parent aecc9cb commit 639e07e
Show file tree
Hide file tree
Showing 9 changed files with 14,956 additions and 46,973 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
node-version: 18.x

- name: Install Monorepo Deps
run: npm ci
run: npm i

- name: Run npm audit
run: >
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
node-version: '18.x'

- name: Install Monorepo Deps
run: npm ci
run: npm i

- name: Run Test Cases
run: npm run test --workspaces --if-present
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
NPM_USERNAME: ${{ vars.NPM_USERNAME }}

- name: Bootstrap
run: npm ci
run: npm i
# this step is added only since this version of nx dependency is not being installed on linux systems
# can be removed once this issue is fixed or we update to later versions
- name: nx dependency
Expand Down
51,340 changes: 14,947 additions & 36,393 deletions package-lock.json

Large diffs are not rendered by default.

9 changes: 2 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,6 @@
"patch-package": "^8.0.0"
},
"workspaces": [
"packages/core/",
"packages/cli/",
"packages/cache",
"packages/feature-toggle",
"packages/custom-sf-changelog/",
"services/*"
"packages/core/"
]
}
}
6 changes: 4 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sourceloop/core",
"version": "14.0.0",
"version": "13.1.0",
"description": "Sourceloop core package.",
"keywords": [
"loopback-extension",
Expand Down Expand Up @@ -77,10 +77,10 @@
"loopback-datasource-juggler": "^5.0.7",
"loopback4-authentication": "^12.0.0",
"loopback4-authorization": "^7.0.0",
"loopback4-dynamic-datasource": "^2.0.0",
"loopback4-helmet": "^7.0.0",
"loopback4-ratelimiter": "^7.0.0",
"loopback4-soft-delete": "^10.0.0",
"loopback4-dynamic-datasource": "^2.0.0",
"moment": "^2.29.4",
"moment-timezone": "^0.5.34",
"openapi3-ts": "^2.0.2",
Expand All @@ -106,6 +106,7 @@
"@loopback/eslint-config": "^15.0.0",
"@loopback/sequelize": "^0.6.0",
"@loopback/testlab": "^7.0.0",
"@types/crypto-js": "^4.2.2",
"@types/i18n": "^0.13.6",
"@types/jsonwebtoken": "^9.0.0",
"@types/lodash": "^4.14.182",
Expand All @@ -114,6 +115,7 @@
"@types/node": "^18.11.9",
"@types/request-ip": "^0.0.37",
"@types/swagger-stats": "^0.95.4",
"aws-sdk": "^2.1613.0",
"eslint": "^8.44.0",
"loopback-connector-rest": "^5.0.1",
"source-map-support": "^0.5.21",
Expand Down
22 changes: 0 additions & 22 deletions patches/@types+glob+8.1.0.patch

This file was deleted.

13 changes: 0 additions & 13 deletions patches/@types+rimraf+3.0.2.patch

This file was deleted.

Loading

0 comments on commit 639e07e

Please sign in to comment.