Skip to content

Commit

Permalink
bump typescript deps, protoc, generators (#488)
Browse files Browse the repository at this point in the history
Signed-off-by: Bob Callaway <[email protected]>
Signed-off-by: Bob Callaway <[email protected]>
  • Loading branch information
bobcallaway authored Jan 19, 2025
1 parent bfaf7ab commit 89d94a8
Show file tree
Hide file tree
Showing 18 changed files with 4,145 additions and 2,117 deletions.
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ updates:
directory: "/gen/pb-rust"
schedule:
interval: "monthly"
- package-ecosystem: "npm"
directory: "/protoc-builder/hack"
schedule:
interval: "monthly"
# this monitors Homebrew builds of protobuf compiler to monitor protobuf releases;
# but still downloads the release asset from GitHub (since it is statically linked)
# the "protobuf" label triggers a workflow to update versions.mk
Expand Down
42 changes: 29 additions & 13 deletions gen/pb-typescript/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 gen/pb-typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sigstore/protobuf-specs",
"version": "0.3.3",
"version": "0.4.0",
"description": "code-signing for npm packages",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
94 changes: 34 additions & 60 deletions gen/pb-typescript/src/__generated__/envelope.ts

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

Loading

0 comments on commit 89d94a8

Please sign in to comment.