Merge pull request #9263 from backstage/dependabot/npm_and_yarn/camelcase-keys-7.0.1

chore(deps): bump camelcase-keys from 6.2.2 to 7.0.1
This commit is contained in:
Johan Haals
2022-01-31 13:18:57 +01:00
committed by GitHub
4 changed files with 74 additions and 20 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-rollbar-backend': patch
---
chore(deps): bump `camelcase-keys` from 6.2.2 to 7.0.1
+53 -14
View File
@@ -33,13 +33,21 @@ export class RollbarApi {
environment: string;
item_id?: number;
},
): Promise<RollbarItemCount[]>;
// Warning: (ae-forgotten-export) The symbol "RollbarProject" needs to be exported by the entry point index.d.ts
//
): Promise<
{
count: number;
timestamp: number;
}[]
>;
// (undocumented)
getAllProjects(): Promise<RollbarProject[]>;
// Warning: (ae-forgotten-export) The symbol "RollbarItemCount" needs to be exported by the entry point index.d.ts
//
getAllProjects(): Promise<
{
id: number;
name: string;
status: string;
accountId: number;
}[]
>;
// (undocumented)
getOccuranceCounts(
projectName: string,
@@ -47,15 +55,25 @@ export class RollbarApi {
environment: string;
item_id?: number;
},
): Promise<RollbarItemCount[]>;
): Promise<
{
count: number;
timestamp: number;
}[]
>;
// (undocumented)
getProject(projectName: string): Promise<RollbarProject>;
// Warning: (ae-forgotten-export) The symbol "RollbarItemsResponse" needs to be exported by the entry point index.d.ts
//
getProject(projectName: string): Promise<{
id: number;
name: string;
status: string;
accountId: number;
}>;
// (undocumented)
getProjectItems(projectName: string): Promise<RollbarItemsResponse>;
// Warning: (ae-forgotten-export) The symbol "RollbarTopActiveItem" needs to be exported by the entry point index.d.ts
//
getProjectItems(projectName: string): Promise<{
page: number;
items: RollbarItem[];
totalCount: number;
}>;
// (undocumented)
getTopActiveItems(
projectName: string,
@@ -63,7 +81,23 @@ export class RollbarApi {
hours: number;
environment: string;
},
): Promise<RollbarTopActiveItem[]>;
): Promise<
{
item: {
id: number;
counter: number;
environment: string;
framework: RollbarFrameworkId;
lastOccurrenceTimestamp: number;
level: number;
occurrences: number;
projectId: number;
title: string;
uniqueOccurrences: number;
};
counts: number[];
}[]
>;
}
// Warning: (ae-missing-release-tag) "RouterOptions" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
@@ -77,4 +111,9 @@ export interface RouterOptions {
// (undocumented)
rollbarApi?: RollbarApi;
}
// Warnings were encountered during analysis:
//
// src/api/RollbarApi.d.ts:21:9 - (ae-forgotten-export) The symbol "RollbarItem" needs to be exported by the entry point index.d.ts
// src/api/RollbarApi.d.ts:32:13 - (ae-forgotten-export) The symbol "RollbarFrameworkId" needs to be exported by the entry point index.d.ts
```
+1 -1
View File
@@ -34,7 +34,7 @@
"@backstage/backend-common": "^0.10.5",
"@backstage/config": "^0.1.13",
"@types/express": "^4.17.6",
"camelcase-keys": "^6.2.2",
"camelcase-keys": "^7.0.1",
"compression": "^1.7.4",
"cors": "^2.8.5",
"express": "^4.17.1",
+15 -5
View File
@@ -8226,6 +8226,16 @@ camelcase-keys@^6.2.2:
map-obj "^4.0.0"
quick-lru "^4.0.1"
camelcase-keys@^7.0.1:
version "7.0.1"
resolved "https://registry.npmjs.org/camelcase-keys/-/camelcase-keys-7.0.1.tgz#5a57e6dfb3f6c7929dad15599ee4476a7e9a3b2d"
integrity sha512-P331lEls98pW8JLyodNWfzuz91BEDVA4VpW2/SwXnyv2K495tq1N777xzDbFgnEigfA7UIY0xa6PwR/H9jijjA==
dependencies:
camelcase "^6.2.0"
map-obj "^4.1.0"
quick-lru "^5.1.1"
type-fest "^1.2.1"
camelcase@5.0.0:
version "5.0.0"
resolved "https://registry.npmjs.org/camelcase/-/camelcase-5.0.0.tgz#03295527d58bd3cd4aa75363f35b2e8d97be2f42"
@@ -16591,10 +16601,10 @@ map-obj@^1.0.0, map-obj@^1.0.1:
resolved "https://registry.npmjs.org/map-obj/-/map-obj-1.0.1.tgz#d933ceb9205d82bdcf4886f6742bdc2b4dea146d"
integrity sha1-2TPOuSBdgr3PSIb2dCvcK03qFG0=
map-obj@^4.0.0:
version "4.1.0"
resolved "https://registry.npmjs.org/map-obj/-/map-obj-4.1.0.tgz#b91221b542734b9f14256c0132c897c5d7256fd5"
integrity sha512-glc9y00wgtwcDmp7GaE/0b0OnxpNJsVf3ael/An6Fe2Q51LLwN1er6sdomLRzz5h0+yMpiYLhWYF5R7HeqVd4g==
map-obj@^4.0.0, map-obj@^4.1.0:
version "4.3.0"
resolved "https://registry.npmjs.org/map-obj/-/map-obj-4.3.0.tgz#9304f906e93faae70880da102a9f1df0ea8bb05a"
integrity sha512-hdN1wVrZbb29eBGiGjJbeP8JbKjq1urkHJ/LIP/NY48MZ1QVXUsQBV1G1zvYFHn1XE06cwjBsOI2K3Ulnj1YXQ==
map-stream@~0.1.0:
version "0.1.0"
@@ -23733,7 +23743,7 @@ type-fest@^0.8.1:
resolved "https://registry.npmjs.org/type-fest/-/type-fest-0.8.1.tgz#09e249ebde851d3b1e48d27c105444667f17b83d"
integrity sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==
type-fest@^1.2.2:
type-fest@^1.2.1, type-fest@^1.2.2:
version "1.4.0"
resolved "https://registry.npmjs.org/type-fest/-/type-fest-1.4.0.tgz#e9fb813fe3bf1744ec359d55d1affefa76f14be1"
integrity sha512-yGSza74xk0UG8k+pLh5oeoYirvIiWo5t0/o3zHHAO2tRDiZcxWP7fywNlXhqb6/r6sWvwi+RsyQMWhVLe4BVuA==