Skip to content

Commit

Permalink
Bump the protobuf-es group in /impl/protobuf-es with 5 updates
Browse files Browse the repository at this point in the history
Bumps the protobuf-es group in /impl/protobuf-es with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [@bufbuild/protobuf](https://github.com/bufbuild/protobuf-es/tree/HEAD/packages/protobuf) | `1.3.3` | `1.4.1` |
| [@bufbuild/protoc-gen-es](https://github.com/bufbuild/protobuf-es/tree/HEAD/packages/protoc-gen-es) | `1.3.3` | `1.4.1` |
| [@bufbuild/buf](https://github.com/bufbuild/buf) | `1.27.0` | `1.27.2` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.8.4` | `20.8.10` |
| [tsx](https://github.com/esbuild-kit/tsx) | `3.13.0` | `3.14.0` |


Updates `@bufbuild/protobuf` from 1.3.3 to 1.4.1
- [Release notes](https://github.com/bufbuild/protobuf-es/releases)
- [Commits](https://github.com/bufbuild/protobuf-es/commits/v1.4.1/packages/protobuf)

Updates `@bufbuild/protoc-gen-es` from 1.3.3 to 1.4.1
- [Release notes](https://github.com/bufbuild/protobuf-es/releases)
- [Commits](https://github.com/bufbuild/protobuf-es/commits/v1.4.1/packages/protoc-gen-es)

Updates `@bufbuild/buf` from 1.27.0 to 1.27.2
- [Release notes](https://github.com/bufbuild/buf/releases)
- [Changelog](https://github.com/bufbuild/buf/blob/main/CHANGELOG.md)
- [Commits](bufbuild/buf@v1.27.0...v1.27.2)

Updates `@types/node` from 20.8.4 to 20.8.10
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `tsx` from 3.13.0 to 3.14.0
- [Release notes](https://github.com/esbuild-kit/tsx/releases)
- [Changelog](https://github.com/esbuild-kit/tsx/blob/develop/release.config.cjs)
- [Commits](privatenumber/tsx@v3.13.0...v3.14.0)

---
updated-dependencies:
- dependency-name: "@bufbuild/protobuf"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: protobuf-es
- dependency-name: "@bufbuild/protoc-gen-es"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: protobuf-es
- dependency-name: "@bufbuild/buf"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: protobuf-es
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: protobuf-es
- dependency-name: tsx
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: protobuf-es
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 1, 2023
1 parent 1530dbd commit 3be2648
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 59 deletions.
108 changes: 54 additions & 54 deletions impl/protobuf-es/package-lock.json

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

10 changes: 5 additions & 5 deletions impl/protobuf-es/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
"private": true,
"type": "module",
"dependencies": {
"@bufbuild/protobuf": "^1.3.1",
"@bufbuild/protoc-gen-es": "^1.3.3"
"@bufbuild/protobuf": "^1.4.1",
"@bufbuild/protoc-gen-es": "^1.4.1"
},
"devDependencies": {
"@bufbuild/buf": "^1.27.0",
"@types/node": "^20.8.4",
"tsx": "^3.13.0",
"@bufbuild/buf": "^1.27.2",
"@types/node": "^20.8.10",
"tsx": "^3.14.0",
"typescript": "^5.2.2"
}
}

0 comments on commit 3be2648

Please sign in to comment.