Skip to content

Commit

Permalink
release: 0.12.1 (#106)
Browse files Browse the repository at this point in the history
### Description

**Version 0.12.1** updates all backstage dependencies to the latest
version. The PR that originated this version was created based on
customer request to update @backstage/core-components to version 0.14
(#102). We decided to use this opportunity to upgrade all packages.

## Acknowledgement

By submitting this pull request, I confirm that you can use, modify,
copy, and redistribute this contribution, under the terms of your
choice.

**Disclaimer:** We value your time and bandwidth. As such, any pull
requests created on non-triaged issues might not be successful.
  • Loading branch information
t1agob authored Jun 14, 2024
2 parents 39647df + 4a2093b commit 3ad79e6
Show file tree
Hide file tree
Showing 4 changed files with 1,330 additions and 1,370 deletions.
2 changes: 1 addition & 1 deletion backstage.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "1.20.3"
"version": "1.27.7"
}
24 changes: 13 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@
"clean": "backstage-cli package clean"
},
"dependencies": {
"@backstage/catalog-model": "^1.4.3",
"@backstage/core-components": "^0.13.8",
"@backstage/core-plugin-api": "^1.8.0",
"@backstage/errors": "^1.2.3",
"@backstage/plugin-catalog-react": "^1.9.1",
"@backstage/plugin-home-react": "^0.1.5",
"@backstage/theme": "^0.4.4",
"@backstage/catalog-model": "^1.5.0",
"@backstage/core-components": "^0.14.7",
"@backstage/core-plugin-api": "^1.9.2",
"@backstage/errors": "^1.2.4",
"@backstage/plugin-catalog-react": "^1.12.0",
"@backstage/plugin-home-react": "^0.1.13",
"@backstage/theme": "^0.5.5",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "4.0.0-alpha.61",
Expand All @@ -55,17 +55,18 @@
"react-router-dom": "6.0.0-beta.0 || ^6.3.0"
},
"devDependencies": {
"@backstage/cli": "^0.24.0",
"@backstage/core-app-api": "^1.11.1",
"@backstage/dev-utils": "^1.0.24",
"@backstage/test-utils": "^1.5.1",
"@backstage/cli": "^0.26.6",
"@backstage/core-app-api": "^1.12.5",
"@backstage/dev-utils": "^1.0.32",
"@backstage/test-utils": "^1.5.5",
"@commitlint/cli": "^17.7.1",
"@commitlint/config-conventional": "^17.7.0",
"@pagerduty/backstage-plugin-common": "^0.1.2",
"@testing-library/dom": "^8.0.0",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^12.1.3",
"@testing-library/user-event": "^14.0.0",
"@types/jest": "^29.5.12",
"@types/luxon": "^3.3.1",
"@types/node": "^16.11.26",
"@types/react": "^16.13.1 || ^17.0.0 || ^18.0.0",
Expand All @@ -74,6 +75,7 @@
"react": "^16.13.1 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.13.1 || ^17.0.0 || ^18.0.0",
"react-router-dom": "6.0.0-beta.0 || ^6.3.0",
"ts-jest": "^29.1.4",
"typescript": "^4.8.4"
},
"files": [
Expand Down
2 changes: 1 addition & 1 deletion src/api/client.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ describe('PagerDutyClient', () => {
});
});

it('throws NotFoundError', async () => {
it('throws a corresponding error', async () => {
await expect(client.getServiceByEntity(entity)).rejects.toThrow(
'Request failed with 500, Not valid request internal error occurred',
);
Expand Down
Loading

0 comments on commit 3ad79e6

Please sign in to comment.