Skip to content

Commit

Permalink
Merge branch 'DDO-3641-dependabot-and-review-automation' of github.co…
Browse files Browse the repository at this point in the history
…m:broadinstitute/sherlock into DDO-3641-dependabot-and-review-automation
  • Loading branch information
jack-r-warren committed May 6, 2024
2 parents 56be3ee + 828e60f commit 3b373e5
Show file tree
Hide file tree
Showing 15 changed files with 86 additions and 84 deletions.
2 changes: 1 addition & 1 deletion sherlock-go-client/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require (
github.com/go-openapi/errors v0.22.0
github.com/go-openapi/runtime v0.27.1
github.com/go-openapi/strfmt v0.22.0
github.com/go-openapi/swag v0.22.9
github.com/go-openapi/swag v0.23.0
github.com/go-openapi/validate v0.23.0
)

Expand Down
4 changes: 2 additions & 2 deletions sherlock-go-client/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ github.com/go-openapi/spec v0.20.14 h1:7CBlRnw+mtjFGlPDRZmAMnq35cRzI91xj03HVyUi/
github.com/go-openapi/spec v0.20.14/go.mod h1:8EOhTpBoFiask8rrgwbLC3zmJfz4zsCUueRuPM6GNkw=
github.com/go-openapi/strfmt v0.22.0 h1:Ew9PnEYc246TwrEspvBdDHS4BVKXy/AOVsfqGDgAcaI=
github.com/go-openapi/strfmt v0.22.0/go.mod h1:HzJ9kokGIju3/K6ap8jL+OlGAbjpSv27135Yr9OivU4=
github.com/go-openapi/swag v0.22.9 h1:XX2DssF+mQKM2DHsbgZK74y/zj4mo9I99+89xUmuZCE=
github.com/go-openapi/swag v0.22.9/go.mod h1:3/OXnFfnMAwBD099SwYRk7GD3xOrr1iL7d/XNLXVVwE=
github.com/go-openapi/swag v0.23.0 h1:vsEVJDUo2hPJ2tu0/Xc+4noaxyEffXNIs3cOULZ+GrE=
github.com/go-openapi/swag v0.23.0/go.mod h1:esZ8ITTYEsH1V2trKHjAN8Ai7xHb8RV+YSZ577vPjgQ=
github.com/go-openapi/validate v0.23.0 h1:2l7PJLzCis4YUGEoW6eoQw3WhyM65WSIcjX6SQnlfDw=
github.com/go-openapi/validate v0.23.0/go.mod h1:EeiAZ5bmpSIOJV1WLfyYF9qp/B1ZgSaEpHTJHtN5cbE=
github.com/golang/snappy v0.0.1/go.mod h1:/XxbfmMg8lxefKM7IXC3fBNl/7bRcc72aCRzEWrmP2Q=
Expand Down
4 changes: 2 additions & 2 deletions sherlock-typescript-client/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## @sherlock-js-client/sherlock@v1.3.26
## @sherlock-js-client/sherlock@v1.3.30

This generator creates TypeScript/JavaScript client that utilizes [Fetch API](https://fetch.spec.whatwg.org/). The generated Node module can be used in the following environments:

Expand Down Expand Up @@ -36,7 +36,7 @@ navigate to the folder of your consuming project and run one of the following co
_published:_

```
npm install @sherlock-js-client/[email protected].26 --save
npm install @sherlock-js-client/[email protected].30 --save
```

_unPublished (not recommended):_
Expand Down
4 changes: 2 additions & 2 deletions sherlock-typescript-client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sherlock-typescript-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sherlock-js-client/sherlock",
"version": "v1.3.26",
"version": "v1.3.30",
"description": "OpenAPI client for @sherlock-js-client/sherlock",
"author": "OpenAPI-Generator",
"repository": {
Expand Down
12 changes: 6 additions & 6 deletions sherlock-typescript-client/src/models/SherlockAppVersionV3.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@
*/

import { mapValues } from '../runtime';
import type { SherlockUserV3 } from './SherlockUserV3';
import {
SherlockUserV3FromJSON,
SherlockUserV3FromJSONTyped,
SherlockUserV3ToJSON,
} from './SherlockUserV3';
import type { SherlockChartV3 } from './SherlockChartV3';
import {
SherlockChartV3FromJSON,
Expand All @@ -25,12 +31,6 @@ import {
SherlockCiIdentifierV3FromJSONTyped,
SherlockCiIdentifierV3ToJSON,
} from './SherlockCiIdentifierV3';
import type { SherlockUserV3 } from './SherlockUserV3';
import {
SherlockUserV3FromJSON,
SherlockUserV3FromJSONTyped,
SherlockUserV3ToJSON,
} from './SherlockUserV3';

/**
*
Expand Down
22 changes: 11 additions & 11 deletions sherlock-typescript-client/src/models/SherlockChangesetV3.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
*/

import { mapValues } from '../runtime';
import type { SherlockAppVersionV3 } from './SherlockAppVersionV3';
import type { SherlockUserV3 } from './SherlockUserV3';
import {
SherlockAppVersionV3FromJSON,
SherlockAppVersionV3FromJSONTyped,
SherlockAppVersionV3ToJSON,
} from './SherlockAppVersionV3';
SherlockUserV3FromJSON,
SherlockUserV3FromJSONTyped,
SherlockUserV3ToJSON,
} from './SherlockUserV3';
import type { SherlockChartReleaseV3 } from './SherlockChartReleaseV3';
import {
SherlockChartReleaseV3FromJSON,
Expand All @@ -31,18 +31,18 @@ import {
SherlockChartVersionV3FromJSONTyped,
SherlockChartVersionV3ToJSON,
} from './SherlockChartVersionV3';
import type { SherlockAppVersionV3 } from './SherlockAppVersionV3';
import {
SherlockAppVersionV3FromJSON,
SherlockAppVersionV3FromJSONTyped,
SherlockAppVersionV3ToJSON,
} from './SherlockAppVersionV3';
import type { SherlockCiIdentifierV3 } from './SherlockCiIdentifierV3';
import {
SherlockCiIdentifierV3FromJSON,
SherlockCiIdentifierV3FromJSONTyped,
SherlockCiIdentifierV3ToJSON,
} from './SherlockCiIdentifierV3';
import type { SherlockUserV3 } from './SherlockUserV3';
import {
SherlockUserV3FromJSON,
SherlockUserV3FromJSONTyped,
SherlockUserV3ToJSON,
} from './SherlockUserV3';

/**
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,18 @@
*/

import { mapValues } from '../runtime';
import type { SherlockChangesetV3PlanRequestChartReleaseEntry } from './SherlockChangesetV3PlanRequestChartReleaseEntry';
import {
SherlockChangesetV3PlanRequestChartReleaseEntryFromJSON,
SherlockChangesetV3PlanRequestChartReleaseEntryFromJSONTyped,
SherlockChangesetV3PlanRequestChartReleaseEntryToJSON,
} from './SherlockChangesetV3PlanRequestChartReleaseEntry';
import type { SherlockChangesetV3PlanRequestEnvironmentEntry } from './SherlockChangesetV3PlanRequestEnvironmentEntry';
import {
SherlockChangesetV3PlanRequestEnvironmentEntryFromJSON,
SherlockChangesetV3PlanRequestEnvironmentEntryFromJSONTyped,
SherlockChangesetV3PlanRequestEnvironmentEntryToJSON,
} from './SherlockChangesetV3PlanRequestEnvironmentEntry';
import type { SherlockChangesetV3PlanRequestChartReleaseEntry } from './SherlockChangesetV3PlanRequestChartReleaseEntry';
import {
SherlockChangesetV3PlanRequestChartReleaseEntryFromJSON,
SherlockChangesetV3PlanRequestChartReleaseEntryFromJSONTyped,
SherlockChangesetV3PlanRequestChartReleaseEntryToJSON,
} from './SherlockChangesetV3PlanRequestChartReleaseEntry';

/**
*
Expand Down
32 changes: 16 additions & 16 deletions sherlock-typescript-client/src/models/SherlockChartReleaseV3.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,36 +13,36 @@
*/

import { mapValues } from '../runtime';
import type { SherlockAppVersionV3 } from './SherlockAppVersionV3';
import type { SherlockClusterV3 } from './SherlockClusterV3';
import {
SherlockAppVersionV3FromJSON,
SherlockAppVersionV3FromJSONTyped,
SherlockAppVersionV3ToJSON,
} from './SherlockAppVersionV3';
SherlockClusterV3FromJSON,
SherlockClusterV3FromJSONTyped,
SherlockClusterV3ToJSON,
} from './SherlockClusterV3';
import type { SherlockChartVersionV3 } from './SherlockChartVersionV3';
import {
SherlockChartVersionV3FromJSON,
SherlockChartVersionV3FromJSONTyped,
SherlockChartVersionV3ToJSON,
} from './SherlockChartVersionV3';
import type { SherlockChartV3 } from './SherlockChartV3';
import {
SherlockChartV3FromJSON,
SherlockChartV3FromJSONTyped,
SherlockChartV3ToJSON,
} from './SherlockChartV3';
import type { SherlockChartVersionV3 } from './SherlockChartVersionV3';
import type { SherlockAppVersionV3 } from './SherlockAppVersionV3';
import {
SherlockChartVersionV3FromJSON,
SherlockChartVersionV3FromJSONTyped,
SherlockChartVersionV3ToJSON,
} from './SherlockChartVersionV3';
SherlockAppVersionV3FromJSON,
SherlockAppVersionV3FromJSONTyped,
SherlockAppVersionV3ToJSON,
} from './SherlockAppVersionV3';
import type { SherlockCiIdentifierV3 } from './SherlockCiIdentifierV3';
import {
SherlockCiIdentifierV3FromJSON,
SherlockCiIdentifierV3FromJSONTyped,
SherlockCiIdentifierV3ToJSON,
} from './SherlockCiIdentifierV3';
import type { SherlockClusterV3 } from './SherlockClusterV3';
import {
SherlockClusterV3FromJSON,
SherlockClusterV3FromJSONTyped,
SherlockClusterV3ToJSON,
} from './SherlockClusterV3';
import type { SherlockEnvironmentV3 } from './SherlockEnvironmentV3';
import {
SherlockEnvironmentV3FromJSON,
Expand Down
12 changes: 6 additions & 6 deletions sherlock-typescript-client/src/models/SherlockChartVersionV3.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@
*/

import { mapValues } from '../runtime';
import type { SherlockUserV3 } from './SherlockUserV3';
import {
SherlockUserV3FromJSON,
SherlockUserV3FromJSONTyped,
SherlockUserV3ToJSON,
} from './SherlockUserV3';
import type { SherlockChartV3 } from './SherlockChartV3';
import {
SherlockChartV3FromJSON,
Expand All @@ -25,12 +31,6 @@ import {
SherlockCiIdentifierV3FromJSONTyped,
SherlockCiIdentifierV3ToJSON,
} from './SherlockCiIdentifierV3';
import type { SherlockUserV3 } from './SherlockUserV3';
import {
SherlockUserV3FromJSON,
SherlockUserV3FromJSONTyped,
SherlockUserV3ToJSON,
} from './SherlockUserV3';

/**
*
Expand Down
24 changes: 12 additions & 12 deletions sherlock-typescript-client/src/models/SherlockEnvironmentV3.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,30 +13,30 @@
*/

import { mapValues } from '../runtime';
import type { SherlockCiIdentifierV3 } from './SherlockCiIdentifierV3';
import {
SherlockCiIdentifierV3FromJSON,
SherlockCiIdentifierV3FromJSONTyped,
SherlockCiIdentifierV3ToJSON,
} from './SherlockCiIdentifierV3';
import type { SherlockClusterV3 } from './SherlockClusterV3';
import {
SherlockClusterV3FromJSON,
SherlockClusterV3FromJSONTyped,
SherlockClusterV3ToJSON,
} from './SherlockClusterV3';
import type { SherlockPagerdutyIntegrationV3 } from './SherlockPagerdutyIntegrationV3';
import {
SherlockPagerdutyIntegrationV3FromJSON,
SherlockPagerdutyIntegrationV3FromJSONTyped,
SherlockPagerdutyIntegrationV3ToJSON,
} from './SherlockPagerdutyIntegrationV3';
import type { SherlockUserV3 } from './SherlockUserV3';
import {
SherlockUserV3FromJSON,
SherlockUserV3FromJSONTyped,
SherlockUserV3ToJSON,
} from './SherlockUserV3';
import type { SherlockCiIdentifierV3 } from './SherlockCiIdentifierV3';
import {
SherlockCiIdentifierV3FromJSON,
SherlockCiIdentifierV3FromJSONTyped,
SherlockCiIdentifierV3ToJSON,
} from './SherlockCiIdentifierV3';
import type { SherlockPagerdutyIntegrationV3 } from './SherlockPagerdutyIntegrationV3';
import {
SherlockPagerdutyIntegrationV3FromJSON,
SherlockPagerdutyIntegrationV3FromJSONTyped,
SherlockPagerdutyIntegrationV3ToJSON,
} from './SherlockPagerdutyIntegrationV3';

/**
*
Expand Down
2 changes: 1 addition & 1 deletion sherlock-webhook-proxy/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ require (
github.com/go-openapi/jsonreference v0.20.4 // indirect
github.com/go-openapi/loads v0.21.5 // indirect
github.com/go-openapi/spec v0.20.14 // indirect
github.com/go-openapi/swag v0.22.9 // indirect
github.com/go-openapi/swag v0.23.0 // indirect
github.com/go-openapi/validate v0.23.0 // indirect
github.com/google/uuid v1.5.0 // indirect
github.com/josharian/intern v1.0.0 // indirect
Expand Down
4 changes: 2 additions & 2 deletions sherlock-webhook-proxy/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -867,8 +867,8 @@ github.com/go-openapi/spec v0.20.14 h1:7CBlRnw+mtjFGlPDRZmAMnq35cRzI91xj03HVyUi/
github.com/go-openapi/spec v0.20.14/go.mod h1:8EOhTpBoFiask8rrgwbLC3zmJfz4zsCUueRuPM6GNkw=
github.com/go-openapi/strfmt v0.22.0 h1:Ew9PnEYc246TwrEspvBdDHS4BVKXy/AOVsfqGDgAcaI=
github.com/go-openapi/strfmt v0.22.0/go.mod h1:HzJ9kokGIju3/K6ap8jL+OlGAbjpSv27135Yr9OivU4=
github.com/go-openapi/swag v0.22.9 h1:XX2DssF+mQKM2DHsbgZK74y/zj4mo9I99+89xUmuZCE=
github.com/go-openapi/swag v0.22.9/go.mod h1:3/OXnFfnMAwBD099SwYRk7GD3xOrr1iL7d/XNLXVVwE=
github.com/go-openapi/swag v0.23.0 h1:vsEVJDUo2hPJ2tu0/Xc+4noaxyEffXNIs3cOULZ+GrE=
github.com/go-openapi/swag v0.23.0/go.mod h1:esZ8ITTYEsH1V2trKHjAN8Ai7xHb8RV+YSZ577vPjgQ=
github.com/go-openapi/validate v0.23.0 h1:2l7PJLzCis4YUGEoW6eoQw3WhyM65WSIcjX6SQnlfDw=
github.com/go-openapi/validate v0.23.0/go.mod h1:EeiAZ5bmpSIOJV1WLfyYF9qp/B1ZgSaEpHTJHtN5cbE=
github.com/go-pdf/fpdf v0.5.0/go.mod h1:HzcnA+A23uwogo0tp9yU+l3V+KXhiESpt1PMayhOh5M=
Expand Down
12 changes: 6 additions & 6 deletions sherlock/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,18 @@ require (
github.com/google/go-cmp v0.6.0
github.com/google/go-github/v58 v58.0.0
github.com/google/uuid v1.6.0
github.com/jackc/pgx/v5 v5.5.4
github.com/jackc/pgx/v5 v5.5.5
github.com/knadh/koanf v1.5.0
github.com/pact-foundation/pact-go/v2 v2.0.4
github.com/rs/zerolog v1.32.0
github.com/slack-go/slack v0.12.5
github.com/stretchr/testify v1.8.4
github.com/stretchr/testify v1.9.0
github.com/swaggo/files v1.0.1
github.com/swaggo/gin-swagger v1.6.0
github.com/swaggo/swag v1.16.3
go.opencensus.io v0.24.0
golang.org/x/exp v0.0.0-20231110203233-9a3e6036ecaa
golang.org/x/net v0.21.0
golang.org/x/net v0.24.0
golang.org/x/oauth2 v0.17.0
google.golang.org/api v0.167.0
gorm.io/datatypes v1.2.0
Expand Down Expand Up @@ -118,7 +118,7 @@ require (
github.com/spf13/afero v1.11.0 // indirect
github.com/spf13/cobra v1.8.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/stretchr/objx v0.5.0 // indirect
github.com/stretchr/objx v0.5.2 // indirect
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
github.com/ugorji/go/codec v1.2.11 // indirect
github.com/ulikunitz/xz v0.5.11 // indirect
Expand All @@ -129,9 +129,9 @@ require (
go.opentelemetry.io/otel/trace v1.23.0 // indirect
go.uber.org/atomic v1.10.0 // indirect
golang.org/x/arch v0.3.0 // indirect
golang.org/x/crypto v0.20.0 // indirect
golang.org/x/crypto v0.22.0 // indirect
golang.org/x/sync v0.6.0 // indirect
golang.org/x/sys v0.17.0 // indirect
golang.org/x/sys v0.19.0 // indirect
golang.org/x/text v0.14.0 // indirect
golang.org/x/time v0.5.0 // indirect
golang.org/x/tools v0.15.0 // indirect
Expand Down
Loading

0 comments on commit 3b373e5

Please sign in to comment.