Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update npm dev #2540

Merged
merged 4 commits into from
Aug 9, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/actions/compute-sha256/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,4 @@ format: node_modules/.installed ## Formats code.

.PHONY: lint
lint: node_modules/.installed ## Runs eslint.
npm run format-check
npm run lint
1,603 changes: 1,347 additions & 256 deletions .github/actions/compute-sha256/package-lock.json

Large diffs are not rendered by default.

15 changes: 8 additions & 7 deletions .github/actions/compute-sha256/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,14 @@
"tscommon": "file:../tscommon/tscommon-0.0.0.tgz"
},
"devDependencies": {
"@types/node": "18.16.18",
"@typescript-eslint/eslint-plugin": "5.60.0",
"@typescript-eslint/parser": "5.60.0",
"@types/node": "18.17.4",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"@vercel/ncc": "0.36.1",
"eslint": "8.43.0",
"eslint-plugin-github": "4.8.0",
"prettier": "2.8.8",
"typescript": "5.1.3"
"eslint": "8.46.0",
"eslint-plugin-github": "4.9.2",
"eslint-plugin-prettier": "5.0.0",
"prettier": "3.0.1",
"typescript": "5.1.6"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,4 @@ unit-test: node_modules/.installed ## Runs all unit tests.

.PHONY: lint
lint: node_modules/.installed ## Runs eslint.
npm run format-check
npm run lint
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ describe("generatePredicate", () => {
bd,
builderBinaryRef,
jobWorkflowRef,
currentRun
currentRun,
) as types.SLSAv1Predicate;

expect(pred.runDetails.builder.id).toBe(jobWorkflowRef);
Expand Down
Loading
Loading