Skip to content

Commit

Permalink
fix(deps): bump @octokit/openapi-types to v22.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gperdomor committed Apr 22, 2024
1 parent 1c8187e commit 55438af
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 10 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"@actions/github": "6.0.0",
"@actions/io": "1.1.3",
"@nx/devkit": "18.3.3",
"@octokit/openapi-types": "22.1.0",
"@renovate/pep440": "1.0.0",
"@swc/helpers": "0.5.3",
"chalk": "4.1.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/ci-context/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"@nx-tools/core": "6.0.0-alpha.2",
"ci-info": "^4.0.0",
"@octokit/openapi-types": "^20.0.0",
"@octokit/openapi-types": "^22.0.0",
"@actions/github": "^6.0.0",
"properties-file": "^3.5.4"
},
Expand Down
3 changes: 0 additions & 3 deletions packages/container-metadata/src/lib/context.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ describe('getInputs', () => {
['images', 'moby/buildkit\nghcr.io/moby/mbuildkit'],
]),
{
// context: ContextSource.workflow,
"bake-target": 'container-metadata-action',
flavor: [],
"github-token": '',
Expand All @@ -53,7 +52,6 @@ describe('getInputs', () => {
['sep-annotations', ',']
]),
{
// context: ContextSource.workflow,
"bake-target": 'metadata',
flavor: [],
"github-token": '',
Expand All @@ -72,7 +70,6 @@ describe('getInputs', () => {
['images', 'moby/buildkit\n#comment\nghcr.io/moby/mbuildkit'],
]),
{
// context: ContextSource.workflow,
"bake-target": 'container-metadata-action',
flavor: [],
"github-token": '',
Expand Down
3 changes: 2 additions & 1 deletion packages/container-metadata/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"noImplicitOverride": true,
"noPropertyAccessFromIndexSignature": false,
"noImplicitReturns": true,
"noFallthroughCasesInSwitch": true
"noFallthroughCasesInSwitch": true,
"esModuleInterop": true
},
"files": [],
"include": [],
Expand Down
3 changes: 1 addition & 2 deletions packages/container-metadata/tsconfig.spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
"outDir": "../../dist/out-tsc",
"module": "commonjs",
"types": ["jest", "node"],
"resolveJsonModule": true,
"esModuleInterop": true
"resolveJsonModule": true
},
"include": ["jest.config.ts", "src/**/*.test.ts", "src/**/*.spec.ts", "src/**/*.d.ts"]
}
9 changes: 6 additions & 3 deletions pnpm-lock.yaml

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

0 comments on commit 55438af

Please sign in to comment.