Skip to content

Commit

Permalink
Revert "chore(ci): add verify changesets step (#65)"
Browse files Browse the repository at this point in the history
This reverts commit 0a733a2.
  • Loading branch information
04kash authored Nov 22, 2024
1 parent 0a733a2 commit 6af2428
Show file tree
Hide file tree
Showing 14 changed files with 55 additions and 29 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ jobs:
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
with:
ref: ${{ github.event.workflow_run.head_branch }}
fetch-depth: 0

- name: Set up Node ${{ matrix.node-version }}
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4
Expand All @@ -91,11 +90,6 @@ jobs:
- name: type checking and declarations
run: yarn tsc:full

- name: Verify changesets
if: ${{ !(github.actor == 'rhdh-bot' || github.actor == 'github-actions[bot]') && matrix.workspace != 'repo-tools' && matrix.workspace != 'noop' }}
run: |
yarn changeset status --since=${{ github.event.pull_request.base.sha }}
- name: prettier
run: yarn prettier:check

Expand Down
2 changes: 1 addition & 1 deletion workspaces/bulk-import/packages/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@backstage/plugin-search-backend-node": "^1.3.4",
"@backstage/plugin-techdocs-backend": "^1.11.1",
"@red-hat-developer-hub/backstage-plugin-bulk-import-backend": "workspace:^",
"app": "workspace:*",
"app": "link:../app",
"better-sqlite3": "^9.0.0",
"node-gyp": "^10.0.0",
"pg": "^8.11.3",
Expand Down
10 changes: 8 additions & 2 deletions workspaces/bulk-import/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15333,7 +15333,13 @@ __metadata:
languageName: node
linkType: hard

"app@workspace:*, app@workspace:packages/app":
"app@link:../app::locator=backend%40workspace%3Apackages%2Fbackend":
version: 0.0.0-use.local
resolution: "app@link:../app::locator=backend%40workspace%3Apackages%2Fbackend"
languageName: node
linkType: soft

"app@workspace:packages/app":
version: 0.0.0-use.local
resolution: "app@workspace:packages/app"
dependencies:
Expand Down Expand Up @@ -16102,7 +16108,7 @@ __metadata:
"@types/express": ^4.17.6
"@types/express-serve-static-core": ^4.17.5
"@types/luxon": ^2.0.4
app: "workspace:*"
app: "link:../app"
better-sqlite3: ^9.0.0
node-gyp: ^10.0.0
pg: ^8.11.3
Expand Down
2 changes: 1 addition & 1 deletion workspaces/homepage/packages/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@backstage/plugin-search-backend-module-techdocs": "^0.3.0",
"@backstage/plugin-search-backend-node": "^1.3.3",
"@backstage/plugin-techdocs-backend": "^1.11.0",
"app": "workspace:*",
"app": "link:../app",
"better-sqlite3": "^9.0.0",
"node-gyp": "^10.0.0",
"pg": "^8.11.3"
Expand Down
10 changes: 8 additions & 2 deletions workspaces/homepage/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14347,7 +14347,13 @@ __metadata:
languageName: node
linkType: hard

"app@workspace:*, app@workspace:packages/app":
"app@link:../app::locator=backend%40workspace%3Apackages%2Fbackend":
version: 0.0.0-use.local
resolution: "app@link:../app::locator=backend%40workspace%3Apackages%2Fbackend"
languageName: node
linkType: soft

"app@workspace:packages/app":
version: 0.0.0-use.local
resolution: "app@workspace:packages/app"
dependencies:
Expand Down Expand Up @@ -15051,7 +15057,7 @@ __metadata:
"@backstage/plugin-search-backend-module-techdocs": ^0.3.0
"@backstage/plugin-search-backend-node": ^1.3.3
"@backstage/plugin-techdocs-backend": ^1.11.0
app: "workspace:*"
app: "link:../app"
better-sqlite3: ^9.0.0
node-gyp: ^10.0.0
pg: ^8.11.3
Expand Down
6 changes: 1 addition & 5 deletions workspaces/lightspeed/.changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,5 @@
"linked": [],
"access": "public",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"privatePackages": {
"tag": false,
"version": false
}
"updateInternalDependencies": "patch"
}
2 changes: 1 addition & 1 deletion workspaces/lightspeed/packages/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@backstage/plugin-search-backend-node": "^1.3.5",
"@backstage/plugin-techdocs-backend": "^1.11.2",
"@red-hat-developer-hub/backstage-plugin-lightspeed-backend": "workspace:^",
"app": "workspace:*",
"app": "link:../app",
"better-sqlite3": "^9.0.0",
"node-gyp": "^10.0.0",
"pg": "^8.11.3"
Expand Down
10 changes: 8 additions & 2 deletions workspaces/lightspeed/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15287,7 +15287,13 @@ __metadata:
languageName: node
linkType: hard

"app@workspace:*, app@workspace:packages/app":
"app@link:../app::locator=backend%40workspace%3Apackages%2Fbackend":
version: 0.0.0-use.local
resolution: "app@link:../app::locator=backend%40workspace%3Apackages%2Fbackend"
languageName: node
linkType: soft

"app@workspace:packages/app":
version: 0.0.0-use.local
resolution: "app@workspace:packages/app"
dependencies:
Expand Down Expand Up @@ -16008,7 +16014,7 @@ __metadata:
"@backstage/plugin-search-backend-node": ^1.3.5
"@backstage/plugin-techdocs-backend": ^1.11.2
"@red-hat-developer-hub/backstage-plugin-lightspeed-backend": "workspace:^"
app: "workspace:*"
app: "link:../app"
better-sqlite3: ^9.0.0
node-gyp: ^10.0.0
pg: ^8.11.3
Expand Down
2 changes: 1 addition & 1 deletion workspaces/marketplace/packages/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@backstage/plugin-search-backend-node": "^1.3.3",
"@backstage/plugin-techdocs-backend": "^1.11.0",
"@red-hat-developer-hub/backstage-plugin-marketplace-backend": "workspace:^",
"app": "workspace:*",
"app": "link:../app",
"better-sqlite3": "^9.0.0",
"node-gyp": "^10.0.0",
"pg": "^8.11.3"
Expand Down
10 changes: 8 additions & 2 deletions workspaces/marketplace/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14356,7 +14356,13 @@ __metadata:
languageName: node
linkType: hard

"app@workspace:*, app@workspace:packages/app":
"app@link:../app::locator=backend%40workspace%3Apackages%2Fbackend":
version: 0.0.0-use.local
resolution: "app@link:../app::locator=backend%40workspace%3Apackages%2Fbackend"
languageName: node
linkType: soft

"app@workspace:packages/app":
version: 0.0.0-use.local
resolution: "app@workspace:packages/app"
dependencies:
Expand Down Expand Up @@ -15062,7 +15068,7 @@ __metadata:
"@backstage/plugin-search-backend-node": ^1.3.3
"@backstage/plugin-techdocs-backend": ^1.11.0
"@red-hat-developer-hub/backstage-plugin-marketplace-backend": "workspace:^"
app: "workspace:*"
app: "link:../app"
better-sqlite3: ^9.0.0
node-gyp: ^10.0.0
pg: ^8.11.3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@backstage/plugin-search-backend-module-techdocs": "^0.3.1",
"@backstage/plugin-search-backend-node": "^1.3.4",
"@backstage/plugin-techdocs-backend": "^1.11.1",
"app": "workspace:*",
"app": "link:../app",
"better-sqlite3": "^9.0.0",
"node-gyp": "^10.0.0",
"pg": "^8.11.3",
Expand Down
10 changes: 8 additions & 2 deletions workspaces/openshift-image-registry/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15065,7 +15065,13 @@ __metadata:
languageName: node
linkType: hard

"app@workspace:*, app@workspace:packages/app":
"app@link:../app::locator=backend%40workspace%3Apackages%2Fbackend":
version: 0.0.0-use.local
resolution: "app@link:../app::locator=backend%40workspace%3Apackages%2Fbackend"
languageName: node
linkType: soft

"app@workspace:packages/app":
version: 0.0.0-use.local
resolution: "app@workspace:packages/app"
dependencies:
Expand Down Expand Up @@ -15775,7 +15781,7 @@ __metadata:
"@types/express": ^4.17.6
"@types/express-serve-static-core": ^4.17.5
"@types/luxon": ^2.0.4
app: "workspace:*"
app: "link:../app"
better-sqlite3: ^9.0.0
node-gyp: ^10.0.0
pg: ^8.11.3
Expand Down
2 changes: 1 addition & 1 deletion workspaces/theme/packages/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@backstage/plugin-search-backend-module-techdocs": "^0.3.0",
"@backstage/plugin-search-backend-node": "^1.3.3",
"@backstage/plugin-techdocs-backend": "^1.11.0",
"app": "workspace:*",
"app": "link:../app",
"better-sqlite3": "^9.0.0",
"node-gyp": "^10.0.0",
"pg": "^8.11.3"
Expand Down
10 changes: 8 additions & 2 deletions workspaces/theme/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14133,7 +14133,13 @@ __metadata:
languageName: node
linkType: hard

"app@workspace:*, app@workspace:packages/app":
"app@link:../app::locator=backend%40workspace%3Apackages%2Fbackend":
version: 0.0.0-use.local
resolution: "app@link:../app::locator=backend%40workspace%3Apackages%2Fbackend"
languageName: node
linkType: soft

"app@workspace:packages/app":
version: 0.0.0-use.local
resolution: "app@workspace:packages/app"
dependencies:
Expand Down Expand Up @@ -14837,7 +14843,7 @@ __metadata:
"@backstage/plugin-search-backend-module-techdocs": ^0.3.0
"@backstage/plugin-search-backend-node": ^1.3.3
"@backstage/plugin-techdocs-backend": ^1.11.0
app: "workspace:*"
app: "link:../app"
better-sqlite3: ^9.0.0
node-gyp: ^10.0.0
pg: ^8.11.3
Expand Down

0 comments on commit 6af2428

Please sign in to comment.