generated from cheqd/.github
-
Notifications
You must be signed in to change notification settings - Fork 1
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
build: Updated npm run build for Protobufs #205
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
🎉 This PR is included in version 3.3.8-develop.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 3.3.8 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Eengineer1
added a commit
that referenced
this pull request
Apr 2, 2024
* build!: Transition to ESM exports (#79) * chore(release): 3.0.0-develop.1 [skip ci] ## [3.0.0-develop.1](https://github.com/cheqd/ts-proto/compare/2.0.1...3.0.0-develop.1) (2023-02-13) ### ⚠ BREAKING CHANGES * Transition to ESM exports (#79) ### Build System * Transition to ESM exports ([#79](https://github.com/cheqd/ts-proto/issues/79)) ([d0a59cc](https://github.com/cheqd/ts-proto/commit/d0a59cc03306e6e91184d226868ef2ce5ce66c1c)) * chore(release): 3.0.0 [skip ci] ## [3.0.0](https://github.com/cheqd/ts-proto/compare/2.0.1...3.0.0) (2023-02-13) ### ⚠ BREAKING CHANGES * Transition to ESM exports (#79) ### Build System * Transition to ESM exports ([#79](https://github.com/cheqd/ts-proto/issues/79)) ([d0a59cc](https://github.com/cheqd/ts-proto/commit/d0a59cc03306e6e91184d226868ef2ce5ce66c1c)) * feat: Switched to `esnext` as default tied latest (#81) * chore(release): 3.1.0-develop.1 [skip ci] ## [3.1.0-develop.1](https://github.com/cheqd/ts-proto/compare/3.0.0...3.1.0-develop.1) (2023-02-14) ### Features * Switched to `esnext` as default tied latest ([#81](https://github.com/cheqd/ts-proto/issues/81)) ([097ee07](https://github.com/cheqd/ts-proto/commit/097ee0709b9a24c14070dd8282f305da51293dd0)) * chore(release): 3.1.0 [skip ci] ## [3.1.0](https://github.com/cheqd/ts-proto/compare/3.0.0...3.1.0) (2023-02-14) ### Features * Switched to `esnext` as default tied latest ([#81](https://github.com/cheqd/ts-proto/issues/81)) ([097ee07](https://github.com/cheqd/ts-proto/commit/097ee0709b9a24c14070dd8282f305da51293dd0)) * build: Switch index exports (#83) * chore(release): 3.1.0-develop.2 [skip ci] ## [3.1.0-develop.2](https://github.com/cheqd/ts-proto/compare/3.1.0-develop.1...3.1.0-develop.2) (2023-02-14) * fix: Resolved conflicting spaces in md * chore(release): 3.1.1-develop.1 [skip ci] ## [3.1.1-develop.1](https://github.com/cheqd/ts-proto/compare/3.1.0...3.1.1-develop.1) (2023-02-15) ### Bug Fixes * Resolved conflicting spaces in md ([db80e2c](https://github.com/cheqd/ts-proto/commit/db80e2c15a3e4aa80173c16a4a36e8fa1623c3ce)) * docs: Fix Markdown error in changelog * chore(release): 3.1.1 [skip ci] ## [3.1.1](https://github.com/cheqd/ts-proto/compare/3.1.0...3.1.1) (2023-02-15) * chore(no-release): Bump package lock * chore: Bump package lock * chore(release): 3.1.2-develop.1 [skip ci] ## [3.1.2-develop.1](https://github.com/cheqd/ts-proto/compare/3.1.1...3.1.2-develop.1) (2023-02-15) ### Bug Fixes * Resolved conflicting spaces in md ([db80e2c](https://github.com/cheqd/ts-proto/commit/db80e2c15a3e4aa80173c16a4a36e8fa1623c3ce)) * chore(deps-dev): Bump @types/node from 18.13.0 to 18.14.0 (#85) * build(deps-dev): Bump @types/node from 18.13.0 to 18.14.0 Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.13.0 to 18.14.0. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Bump package --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ankur Banerjee <ankurdotb@users.noreply.github.com> * chore(release): 3.1.2 [skip ci] ## [3.1.2](https://github.com/cheqd/ts-proto/compare/3.1.1...3.1.2) (2023-02-20) ### Bug Fixes * Resolved conflicting spaces in md ([db80e2c](https://github.com/cheqd/ts-proto/commit/db80e2c15a3e4aa80173c16a4a36e8fa1623c3ce)) * chore(deps-dev): Bump semantic-release from 20.1.0 to 20.1.1 (#87) * chore(deps-dev): Bump semantic-release from 20.1.0 to 20.1.1 Bumps [semantic-release](https://github.com/semantic-release/semantic-release) from 20.1.0 to 20.1.1. - [Release notes](https://github.com/semantic-release/semantic-release/releases) - [Commits](https://github.com/semantic-release/semantic-release/compare/v20.1.0...v20.1.1) --- updated-dependencies: - dependency-name: semantic-release dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * bump package --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ankur Banerjee <ankurdotb@users.noreply.github.com> * chore(deps-dev): Bump @types/node from 18.14.0 to 18.14.6 (#86) * chore(deps-dev): Bump @types/node from 18.14.0 to 18.14.6 Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.14.0 to 18.14.6. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * chore(deps-dev): Bump @types/node from 18.14.0 to 18.14.6 Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.14.0 to 18.14.6. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * bump package --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ankur Banerjee <ankurdotb@users.noreply.github.com> * chore(deps): Bump bufbuild/buf-setup-action from 1.14.0 to 1.15.0 (#88) * chore(deps): Bump bufbuild/buf-setup-action from 1.14.0 to 1.15.0 Bumps [bufbuild/buf-setup-action](https://github.com/bufbuild/buf-setup-action) from 1.14.0 to 1.15.0. - [Release notes](https://github.com/bufbuild/buf-setup-action/releases) - [Commits](https://github.com/bufbuild/buf-setup-action/compare/v1.14.0...v1.15.0) --- updated-dependencies: - dependency-name: bufbuild/buf-setup-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * chore(deps-dev): Bump semantic-release from 20.1.0 to 20.1.1 (#87) * chore(deps-dev): Bump semantic-release from 20.1.0 to 20.1.1 Bumps [semantic-release](https://github.com/semantic-release/semantic-release) from 20.1.0 to 20.1.1. - [Release notes](https://github.com/semantic-release/semantic-release/releases) - [Commits](https://github.com/semantic-release/semantic-release/compare/v20.1.0...v20.1.1) --- updated-dependencies: - dependency-name: semantic-release dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * bump package --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ankur Banerjee <ankurdotb@users.noreply.github.com> * chore(deps-dev): Bump @types/node from 18.14.0 to 18.14.6 (#86) * chore(deps-dev): Bump @types/node from 18.14.0 to 18.14.6 Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.14.0 to 18.14.6. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * chore(deps-dev): Bump @types/node from 18.14.0 to 18.14.6 Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.14.0 to 18.14.6. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * bump package --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ankur Banerjee <ankurdotb@users.noreply.github.com> * Update package-lock.json --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ankur Banerjee <ankurdotb@users.noreply.github.com> * build: Regenerate Protobufs using Buf v1.15 (#89) build: Bump buf.build to v1.15 * chore(release): 3.1.3-develop.1 [skip ci] ## [3.1.3-develop.1](https://github.com/cheqd/ts-proto/compare/3.1.2...3.1.3-develop.1) (2023-03-09) * chore(release): 3.1.3 [skip ci] ## [3.1.3](https://github.com/cheqd/ts-proto/compare/3.1.2...3.1.3) (2023-03-09) * chore(deps): Bump bufbuild/buf-setup-action from 1.15.0 to 1.15.1 (#90) * chore(deps): Bump bufbuild/buf-setup-action from 1.15.0 to 1.15.1 Bumps [bufbuild/buf-setup-action](https://github.com/bufbuild/buf-setup-action) from 1.15.0 to 1.15.1. - [Release notes](https://github.com/bufbuild/buf-setup-action/releases) - [Commits](https://github.com/bufbuild/buf-setup-action/compare/v1.15.0...v1.15.1) --- updated-dependencies: - dependency-name: bufbuild/buf-setup-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Update package-lock.json --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ankur Banerjee <ankurdotb@users.noreply.github.com> * chore(release): 3.1.4-develop.1 [skip ci] ## [3.1.4-develop.1](https://github.com/cheqd/ts-proto/compare/3.1.3...3.1.4-develop.1) (2023-03-15) * chore(deps-dev): Bump @types/node from 18.14.6 to 18.15.3 (#92) * chore(deps-dev): Bump @types/node from 18.14.6 to 18.15.3 Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.14.6 to 18.15.3. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * bump package --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ankur Banerjee <ankurdotb@users.noreply.github.com> * chore(release): 3.1.4 [skip ci] ## [3.1.4](https://github.com/cheqd/ts-proto/compare/3.1.3...3.1.4) (2023-03-15) * ci(deps): Bump amannn/action-semantic-pull-request from 5.1.0 to 5.2.0 (#93) chore(deps): Bump amannn/action-semantic-pull-request Bumps [amannn/action-semantic-pull-request](https://github.com/amannn/action-semantic-pull-request) from 5.1.0 to 5.2.0. - [Release notes](https://github.com/amannn/action-semantic-pull-request/releases) - [Changelog](https://github.com/amannn/action-semantic-pull-request/blob/main/CHANGELOG.md) - [Commits](https://github.com/amannn/action-semantic-pull-request/compare/v5.1.0...v5.2.0) --- updated-dependencies: - dependency-name: amannn/action-semantic-pull-request dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): Bump peter-evans/create-pull-request from 4.2.3 to 4.2.4 (#94) Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 4.2.3 to 4.2.4. - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](https://github.com/peter-evans/create-pull-request/compare/v4.2.3...v4.2.4) --- updated-dependencies: - dependency-name: peter-evans/create-pull-request dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ankur Banerjee <ankurdotb@users.noreply.github.com> * build(deps-dev): Bump semantic-release from 20.1.1 to 20.1.3 (#95) * chore(deps-dev): Bump semantic-release from 20.1.1 to 20.1.3 Bumps [semantic-release](https://github.com/semantic-release/semantic-release) from 20.1.1 to 20.1.3. - [Release notes](https://github.com/semantic-release/semantic-release/releases) - [Commits](https://github.com/semantic-release/semantic-release/compare/v20.1.1...v20.1.3) --- updated-dependencies: - dependency-name: semantic-release dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * npm run build --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ankur Banerjee <ankurdotb@users.noreply.github.com> * chore(release): 3.1.5-develop.1 [skip ci] ## [3.1.5-develop.1](https://github.com/cheqd/ts-proto/compare/3.1.4...3.1.5-develop.1) (2023-03-22) * ci: Update cache cleanup (#106) * ci: Update cache cleanup * ci: Provide Github token to buf-setup-action * Update README.md * chore(deps): Bump bufbuild/buf-setup-action from 1.15.1 to 1.16.0 (#101) Bumps [bufbuild/buf-setup-action](https://github.com/bufbuild/buf-setup-action) from 1.15.1 to 1.16.0. - [Release notes](https://github.com/bufbuild/buf-setup-action/releases) - [Commits](https://github.com/bufbuild/buf-setup-action/compare/v1.15.1...v1.16.0) --- updated-dependencies: - dependency-name: bufbuild/buf-setup-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): Bump peter-evans/create-pull-request from 4.2.4 to 5.0.0 (#107) Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 4.2.4 to 5.0.0. - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](https://github.com/peter-evans/create-pull-request/compare/v4.2.4...v5.0.0) --- updated-dependencies: - dependency-name: peter-evans/create-pull-request dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore: Update package lock * chore(release): 3.1.5-develop.1 [skip ci] ## [3.1.5-develop.1](https://github.com/cheqd/ts-proto/compare/3.1.4...3.1.5-develop.1) (2023-04-05) * chore: Update package lock * chore(release): 3.1.5-develop.1 [skip ci] ## [3.1.5-develop.1](https://github.com/cheqd/ts-proto/compare/3.1.4...3.1.5-develop.1) (2023-04-05) * Update .releaserc.json * docs: Fix CHANGELOG.md * chore(release): 3.1.5-develop.1 [skip ci] ## [3.1.5-develop.1](https://github.com/cheqd/ts-proto/compare/3.1.4...3.1.5-develop.1) (2023-04-05) * ci: Set new branch * build: Regenerate for new Buf packages (#111) * chore(release): 3.1.5-develop.1 [skip ci] ## [3.1.5-develop.1](https://github.com/cheqd/ts-proto/compare/3.1.4...3.1.5-develop.1) (2023-04-06) * feat: Regenerated Protobufs * chore(release): 3.2.0-develop.1 [skip ci] ## [3.2.0-develop.1](https://github.com/cheqd/ts-proto/compare/3.1.4...3.2.0-develop.1) (2023-04-06) ### Features * Regenerated Protobufs ([73bf174](https://github.com/cheqd/ts-proto/commit/73bf174616490c7924b47c5ab97cf8bbc10c63a8)) * chore(deps-dev): Bump semantic-release from 20.1.3 to 21.0.1 (#103) Bumps [semantic-release](https://github.com/semantic-release/semantic-release) from 20.1.3 to 21.0.1. - [Release notes](https://github.com/semantic-release/semantic-release/releases) - [Commits](https://github.com/semantic-release/semantic-release/compare/v20.1.3...v21.0.1) --- updated-dependencies: - dependency-name: semantic-release dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps-dev): Bump @semantic-release/changelog from 6.0.2 to 6.0.3 (#100) * chore(deps-dev): Bump @semantic-release/changelog from 6.0.2 to 6.0.3 Bumps [@semantic-release/changelog](https://github.com/semantic-release/changelog) from 6.0.2 to 6.0.3. - [Release notes](https://github.com/semantic-release/changelog/releases) - [Commits](https://github.com/semantic-release/changelog/compare/v6.0.2...v6.0.3) --- updated-dependencies: - dependency-name: "@semantic-release/changelog" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Update http.ts * bump --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ankur Banerjee <ankurdotb@users.noreply.github.com> * chore(deps-dev): Bump @semantic-release/npm from 9.0.2 to 10.0.2 (#97) Bumps [@semantic-release/npm](https://github.com/semantic-release/npm) from 9.0.2 to 10.0.2. - [Release notes](https://github.com/semantic-release/npm/releases) - [Commits](https://github.com/semantic-release/npm/compare/v9.0.2...v10.0.2) --- updated-dependencies: - dependency-name: "@semantic-release/npm" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps-dev): Bump @types/node from 18.15.3 to 18.15.11 (#102) * chore(deps-dev): Bump @types/node from 18.15.3 to 18.15.11 Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.15.3 to 18.15.11. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Bumo --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ankur Banerjee <ankurdotb@users.noreply.github.com> * chore(deps-dev): Bump typescript from 4.9.5 to 5.0.2 (#96) * chore(deps-dev): Bump typescript from 4.9.5 to 5.0.2 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.9.5 to 5.0.2. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.9.5...v5.0.2) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * bump package * Update package-lock.json * Update package-lock.json * Bump typescript * Update .releaserc.json --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ankur Banerjee <ankurdotb@users.noreply.github.com> * chore(release): 3.2.0 [skip ci] ## [3.2.0](https://github.com/cheqd/ts-proto/compare/3.1.4...3.2.0) (2023-04-06) ### Features * Regenerated Protobufs ([73bf174](https://github.com/cheqd/ts-proto/commit/73bf174616490c7924b47c5ab97cf8bbc10c63a8)) * chore(deps): Bump bufbuild/buf-setup-action from 1.16.0 to 1.17.0 (#116) * chore(release): 3.2.0 [skip ci] ## [3.2.0](https://github.com/cheqd/ts-proto/compare/3.1.4...3.2.0) (2023-04-06) ### Features * Regenerated Protobufs ([73bf174](https://github.com/cheqd/ts-proto/commit/73bf174616490c7924b47c5ab97cf8bbc10c63a8)) * chore(deps): Bump bufbuild/buf-setup-action from 1.16.0 to 1.17.0 Bumps [bufbuild/buf-setup-action](https://github.com/bufbuild/buf-setup-action) from 1.16.0 to 1.17.0. - [Release notes](https://github.com/bufbuild/buf-setup-action/releases) - [Commits](https://github.com/bufbuild/buf-setup-action/compare/v1.16.0...v1.17.0) --- updated-dependencies: - dependency-name: bufbuild/buf-setup-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Update dependabot.yml * Update package-lock.json --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: semantic-release-bot <semantic-release-bot@martynus.net> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ankur Banerjee <ankurdotb@users.noreply.github.com> * chore(deps-dev): Bump @semantic-release/npm from 10.0.2 to 10.0.3 (#115) * chore(deps-dev): Bump @semantic-release/npm from 10.0.2 to 10.0.3 Bumps [@semantic-release/npm](https://github.com/semantic-release/npm) from 10.0.2 to 10.0.3. - [Release notes](https://github.com/semantic-release/npm/releases) - [Commits](https://github.com/semantic-release/npm/compare/v10.0.2...v10.0.3) --- updated-dependencies: - dependency-name: "@semantic-release/npm" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Bump --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ankur Banerjee <ankurdotb@users.noreply.github.com> * chore(deps-dev): Bump typescript from 5.0.3 to 5.0.4 (#113) * chore(deps-dev): Bump typescript from 5.0.3 to 5.0.4 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.0.3 to 5.0.4. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v5.0.3...v5.0.4) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Bump --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ankur Banerjee <ankurdotb@users.noreply.github.com> * chore(deps-dev): Bump loose-ts-check from 1.3.0 to 2.0.0 (#114) Bumps [loose-ts-check](https://github.com/Gelio/loose-ts-check) from 1.3.0 to 2.0.0. - [Release notes](https://github.com/Gelio/loose-ts-check/releases) - [Changelog](https://github.com/Gelio/loose-ts-check/blob/master/CHANGELOG.md) - [Commits](https://github.com/Gelio/loose-ts-check/compare/v1.3.0...v2.0.0) --- updated-dependencies: - dependency-name: loose-ts-check dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): Bump github/super-linter from 4 to 5 (#117) Bumps [github/super-linter](https://github.com/github/super-linter) from 4 to 5. - [Release notes](https://github.com/github/super-linter/releases) - [Changelog](https://github.com/github/super-linter/blob/main/docs/release-process.md) - [Commits](https://github.com/github/super-linter/compare/v4...v5) --- updated-dependencies: - dependency-name: github/super-linter dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): Bump long from 5.2.1 to 5.2.3 (#118) * chore(deps): Bump long from 5.2.1 to 5.2.3 Bumps [long](https://github.com/dcodeIO/long.js) from 5.2.1 to 5.2.3. - [Release notes](https://github.com/dcodeIO/long.js/releases) - [Commits](https://github.com/dcodeIO/long.js/compare/v5.2.1...v5.2.3) --- updated-dependencies: - dependency-name: long dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Bump package --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ankur Banerjee <ankurdotb@users.noreply.github.com> * chore(deps-dev): Bump semantic-release from 21.0.1 to 21.0.2 (#120) * chore(deps-dev): Bump semantic-release from 21.0.1 to 21.0.2 Bumps [semantic-release](https://github.com/semantic-release/semantic-release) from 21.0.1 to 21.0.2. - [Release notes](https://github.com/semantic-release/semantic-release/releases) - [Commits](https://github.com/semantic-release/semantic-release/compare/v21.0.1...v21.0.2) --- updated-dependencies: - dependency-name: semantic-release dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * bump --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ankur Banerjee <ankurdotb@users.noreply.github.com> * chore(deps-dev): Bump @semantic-release/release-notes-generator from 10.0.3 to 11.0.1 (#122) chore(deps-dev): Bump @semantic-release/release-notes-generator Bumps [@semantic-release/release-notes-generator](https://github.com/semantic-release/release-notes-generator) from 10.0.3 to 11.0.1. - [Release notes](https://github.com/semantic-release/release-notes-generator/releases) - [Commits](https://github.com/semantic-release/release-notes-generator/compare/v10.0.3...v11.0.1) --- updated-dependencies: - dependency-name: "@semantic-release/release-notes-generator" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * ci(deps): Bump peter-evans/create-pull-request from 5.0.0 to 5.0.1 (#124) Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 5.0.0 to 5.0.1. - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](https://github.com/peter-evans/create-pull-request/compare/v5.0.0...v5.0.1) --- updated-dependencies: - dependency-name: peter-evans/create-pull-request dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ankur Banerjee <ankurdotb@users.noreply.github.com> * chore(deps): Bump bufbuild/buf-setup-action from 1.17.0 to 1.18.0 (#125) Bumps [bufbuild/buf-setup-action](https://github.com/bufbuild/buf-setup-action) from 1.17.0 to 1.18.0. - [Release notes](https://github.com/bufbuild/buf-setup-action/releases) - [Commits](https://github.com/bufbuild/buf-setup-action/compare/v1.17.0...v1.18.0) --- updated-dependencies: - dependency-name: bufbuild/buf-setup-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps-dev): Bump @types/node from 18.15.11 to 20.1.3 (#126) Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.15.11 to 20.1.3. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps-dev): Bump @types/node from 20.1.3 to 20.1.4 (#127) Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.1.3 to 20.1.4. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): Bump bufbuild/buf-setup-action from 1.18.0 to 1.19.0 (#128) Bumps [bufbuild/buf-setup-action](https://github.com/bufbuild/buf-setup-action) from 1.18.0 to 1.19.0. - [Release notes](https://github.com/bufbuild/buf-setup-action/releases) - [Commits](https://github.com/bufbuild/buf-setup-action/compare/v1.18.0...v1.19.0) --- updated-dependencies: - dependency-name: bufbuild/buf-setup-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps-dev): Bump @types/node from 20.1.4 to 20.2.3 (#129) * chore(deps-dev): Bump @types/node from 20.1.4 to 20.2.3 Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.1.4 to 20.2.3. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * bump --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ankur Banerjee <ankurdotb@users.noreply.github.com> * chore(deps-dev): Bump @semantic-release/github from 8.0.7 to 8.1.0 (#132) * chore(deps-dev): Bump @semantic-release/github from 8.0.7 to 8.1.0 Bumps [@semantic-release/github](https://github.com/semantic-release/github) from 8.0.7 to 8.1.0. - [Release notes](https://github.com/semantic-release/github/releases) - [Commits](https://github.com/semantic-release/github/compare/v8.0.7...v8.1.0) --- updated-dependencies: - dependency-name: "@semantic-release/github" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * bump --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ankur Banerjee <ankurdotb@users.noreply.github.com> * chore(deps-dev): Bump @semantic-release/release-notes-generator from 11.0.1 to 11.0.2 (#130) * chore(deps-dev): Bump @semantic-release/release-notes-generator Bumps [@semantic-release/release-notes-generator](https://github.com/semantic-release/release-notes-generator) from 11.0.1 to 11.0.2. - [Release notes](https://github.com/semantic-release/release-notes-generator/releases) - [Commits](https://github.com/semantic-release/release-notes-generator/compare/v11.0.1...v11.0.2) --- updated-dependencies: - dependency-name: "@semantic-release/release-notes-generator" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * bump --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ankur Banerjee <ankurdotb@users.noreply.github.com> * chore(deps-dev): Bump @types/node from 20.2.3 to 20.2.5 (#131) * chore(deps-dev): Bump @types/node from 20.2.3 to 20.2.5 Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.2.3 to 20.2.5. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * bump --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ankur Banerjee <ankurdotb@users.noreply.github.com> * chore(deps): Bump bufbuild/buf-setup-action from 1.19.0 to 1.21.0 (#138) * chore(deps): Bump bufbuild/buf-setup-action from 1.19.0 to 1.21.0 Bumps [bufbuild/buf-setup-action](https://github.com/bufbuild/buf-setup-action) from 1.19.0 to 1.21.0. - [Release notes](https://github.com/bufbuild/buf-setup-action/releases) - [Commits](https://github.com/bufbuild/buf-setup-action/compare/v1.19.0...v1.21.0) --- updated-dependencies: - dependency-name: bufbuild/buf-setup-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * bump --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ankur Banerjee <ankurdotb@users.noreply.github.com> * chore(deps-dev): Bump @semantic-release/github from 8.1.0 to 9.0.3 (#141) Bumps [@semantic-release/github](https://github.com/semantic-release/github) from 8.1.0 to 9.0.3. - [Release notes](https://github.com/semantic-release/github/releases) - [Commits](https://github.com/semantic-release/github/compare/v8.1.0...v9.0.3) --- updated-dependencies: - dependency-name: "@semantic-release/github" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps-dev): Bump @semantic-release/commit-analyzer from 9.0.2 to 10.0.1 (#142) chore(deps-dev): Bump @semantic-release/commit-analyzer Bumps [@semantic-release/commit-analyzer](https://github.com/semantic-release/commit-analyzer) from 9.0.2 to 10.0.1. - [Release notes](https://github.com/semantic-release/commit-analyzer/releases) - [Commits](https://github.com/semantic-release/commit-analyzer/compare/v9.0.2...v10.0.1) --- updated-dependencies: - dependency-name: "@semantic-release/commit-analyzer" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps-dev): Bump conventional-changelog-conventionalcommits from 5.0.0 to 6.1.0 (#144) chore(deps-dev): Bump conventional-changelog-conventionalcommits Bumps [conventional-changelog-conventionalcommits](https://github.com/conventional-changelog/conventional-changelog) from 5.0.0 to 6.1.0. - [Release notes](https://github.com/conventional-changelog/conventional-changelog/releases) - [Changelog](https://github.com/conventional-changelog/conventional-changelog/blob/master/.release-please-manifest.json) - [Commits](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-conventionalcommits-v5.0.0...conventional-changelog-conventionalcommits-v6.1.0) --- updated-dependencies: - dependency-name: conventional-changelog-conventionalcommits dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): Bump peter-evans/create-pull-request from 5.0.1 to 5.0.2 (#143) Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 5.0.1 to 5.0.2. - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](https://github.com/peter-evans/create-pull-request/compare/v5.0.1...v5.0.2) --- updated-dependencies: - dependency-name: peter-evans/create-pull-request dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): Bump bufbuild/buf-setup-action from 1.21.0 to 1.23.1 (#146) * chore(deps): Bump bufbuild/buf-setup-action from 1.21.0 to 1.23.1 Bumps [bufbuild/buf-setup-action](https://github.com/bufbuild/buf-setup-action) from 1.21.0 to 1.23.1. - [Release notes](https://github.com/bufbuild/buf-setup-action/releases) - [Commits](https://github.com/bufbuild/buf-setup-action/compare/v1.21.0...v1.23.1) --- updated-dependencies: - dependency-name: bufbuild/buf-setup-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * bump dev * Update dispatch.yml --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ankur Banerjee <ankurdotb@users.noreply.github.com> * chore(release): Updated dependencies * chore(release): 3.2.1 [skip ci] ## [3.2.1](https://github.com/cheqd/ts-proto/compare/3.2.0...3.2.1) (2023-07-04) * build: Switch away from Buf.build remote (#153) * Bump dependencies * Switch away from BSR * npm run build * chore(release): 3.2.2-develop.1 [skip ci] ## [3.2.2-develop.1](https://github.com/cheqd/ts-proto/compare/3.2.1...3.2.2-develop.1) (2023-07-15) * chore(deps-dev): Bump @types/node from 20.3.3 to 20.4.1 (#150) * chore(deps-dev): Bump @types/node from 20.3.3 to 20.4.1 Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.3.3 to 20.4.1. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * bump deps * Update package-lock.json --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ankur Banerjee <ankurdotb@users.noreply.github.com> * chore(release): 3.2.2 [skip ci] ## [3.2.2](https://github.com/cheqd/ts-proto/compare/3.2.1...3.2.2) (2023-07-15) * chore(deps): Bump bufbuild/buf-setup-action from 1.23.1 to 1.24.0 (#154) * chore(deps): Bump bufbuild/buf-setup-action from 1.23.1 to 1.24.0 Bumps [bufbuild/buf-setup-action](https://github.com/bufbuild/buf-setup-action) from 1.23.1 to 1.24.0. - [Release notes](https://github.com/bufbuild/buf-setup-action/releases) - [Commits](https://github.com/bufbuild/buf-setup-action/compare/v1.23.1...v1.24.0) --- updated-dependencies: - dependency-name: bufbuild/buf-setup-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * bump deps --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ankur Banerjee <ankurdotb@users.noreply.github.com> * build(deps): Bump bufbuild/buf-setup-action from 1.24.0 to 1.25.0 (#156) * chore(deps): Bump bufbuild/buf-setup-action from 1.24.0 to 1.25.0 Bumps [bufbuild/buf-setup-action](https://github.com/bufbuild/buf-setup-action) from 1.24.0 to 1.25.0. - [Release notes](https://github.com/bufbuild/buf-setup-action/releases) - [Commits](https://github.com/bufbuild/buf-setup-action/compare/v1.24.0...v1.25.0) --- updated-dependencies: - dependency-name: bufbuild/buf-setup-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * bump deps * npm run build --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ankur Banerjee <ankurdotb@users.noreply.github.com> * chore(release): 3.2.3-develop.1 [skip ci] ## [3.2.3-develop.1](https://github.com/cheqd/ts-proto/compare/3.2.2...3.2.3-develop.1) (2023-07-31) * chore: Update package lock * chore(release): 3.2.3 [skip ci] ## [3.2.3](https://github.com/cheqd/ts-proto/compare/3.2.2...3.2.3) (2023-07-31) * feat: Rebuild for upstream Protobuf changes (#159) * chore(release): 3.3.0-develop.1 [skip ci] ## [3.3.0-develop.1](https://github.com/cheqd/ts-proto/compare/3.2.3...3.3.0-develop.1) (2023-08-03) ### Features * Rebuild for upstream Protobuf changes ([#159](https://github.com/cheqd/ts-proto/issues/159)) ([56d844a](https://github.com/cheqd/ts-proto/commit/56d844af43adb050866535bc1e39752a308298cc)) * chore: Update package lock for release * chore(release): 3.3.0 [skip ci] ## [3.3.0](https://github.com/cheqd/ts-proto/compare/3.2.3...3.3.0) (2023-08-03) ### Features * Rebuild for upstream Protobuf changes ([#159](https://github.com/cheqd/ts-proto/issues/159)) ([56d844a](https://github.com/cheqd/ts-proto/commit/56d844af43adb050866535bc1e39752a308298cc)) * build(deps): Bump bufbuild/buf-setup-action from 1.25.0 to 1.26.0 (#160) * build(deps): Bump bufbuild/buf-setup-action from 1.25.0 to 1.25.1 Bumps [bufbuild/buf-setup-action](https://github.com/bufbuild/buf-setup-action) from 1.25.0 to 1.25.1. - [Release notes](https://github.com/bufbuild/buf-setup-action/releases) - [Commits](https://github.com/bufbuild/buf-setup-action/compare/v1.25.0...v1.25.1) --- updated-dependencies: - dependency-name: bufbuild/buf-setup-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Change to buf 1.26.0 * npm run build --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ankur Banerjee <ankurdotb@users.noreply.github.com> * chore(release): 3.3.1-develop.1 [skip ci] ## [3.3.1-develop.1](https://github.com/cheqd/ts-proto/compare/3.3.0...3.3.1-develop.1) (2023-08-11) * chore: Update package lock * chore(release): 3.3.1 [skip ci] ## [3.3.1](https://github.com/cheqd/ts-proto/compare/3.3.0...3.3.1) (2023-08-11) * chore(deps): Bump bufbuild/buf-setup-action from 1.26.0 to 1.26.1 (#166) * build(deps): Bump bufbuild/buf-setup-action from 1.26.0 to 1.26.1 Bumps [bufbuild/buf-setup-action](https://github.com/bufbuild/buf-setup-action) from 1.26.0 to 1.26.1. - [Release notes](https://github.com/bufbuild/buf-setup-action/releases) - [Commits](https://github.com/bufbuild/buf-setup-action/compare/v1.26.0...v1.26.1) --- updated-dependencies: - dependency-name: bufbuild/buf-setup-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * bump --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ankur Banerjee <ankurdotb@users.noreply.github.com> * bump * chore(deps-dev): Bump conventional-changelog-conventionalcommits from 6.1.0 to 7.0.1 (#170) chore(deps-dev): Bump conventional-changelog-conventionalcommits Bumps [conventional-changelog-conventionalcommits](https://github.com/conventional-changelog/conventional-changelog) from 6.1.0 to 7.0.1. - [Release notes](https://github.com/conventional-changelog/conventional-changelog/releases) - [Changelog](https://github.com/conventional-changelog/conventional-changelog/blob/master/.release-please-manifest.json) - [Commits](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-conventionalcommits-v6.1.0...conventional-changelog-conventionalcommits-v7.0.1) --- updated-dependencies: - dependency-name: conventional-changelog-conventionalcommits dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * revert: "chore(deps-dev): Bump conventional-changelog-conventionalcommits from 6.1.0 to 7.0.1 (#170)" This reverts commit 0aa64821a1cc2a614159d57e4e3bc8acb90ba2b5. * chore(deps): Bump actions/checkout from 3 to 4 (#174) * chore(deps): Bump actions/checkout from 3 to 4 Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * bump --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ankur Banerjee <ankurdotb@users.noreply.github.com> * build: Bump direct, indirect + major release deps * chore(release): 3.3.2-develop.1 [skip ci] ## [3.3.2-develop.1](https://github.com/cheqd/ts-proto/compare/3.3.1...3.3.2-develop.1) (2023-09-20) * build: Pin LTS * chore(release): 3.3.2-develop.2 [skip ci] ## [3.3.2-develop.2](https://github.com/cheqd/ts-proto/compare/3.3.2-develop.1...3.3.2-develop.2) (2023-09-20) * chore(release): v3.3.2 * chore(release): 3.3.2 [skip ci] ## [3.3.2](https://github.com/cheqd/ts-proto/compare/3.3.1...3.3.2) (2023-09-20) * build: Bump semantic-release dev dependencies * chore(release): 3.3.3-develop.1 [skip ci] ## [3.3.3-develop.1](https://github.com/cheqd/ts-proto/compare/3.3.2...3.3.3-develop.1) (2023-09-26) * build: Switch to angular preset for releaserc (#185) * chore(release): 3.3.3-develop.2 [skip ci] ## [3.3.3-develop.2](https://github.com/cheqd/ts-proto/compare/3.3.3-develop.1...3.3.3-develop.2) (2023-09-26) * chore: Update package lock * chore(release): 3.3.3 [skip ci] ## [3.3.3](https://github.com/cheqd/ts-proto/compare/3.3.2...3.3.3) (2023-09-26) * build: Update releaserc config * chore(release): 3.3.4 [skip ci] ## [3.3.4](https://github.com/cheqd/ts-proto/compare/3.3.3...3.3.4) (2023-09-26) * build: Go back to conventionalcommits * chore(release): 3.3.4-develop.1 [skip ci] ## [3.3.4-develop.1](https://github.com/cheqd/ts-proto/compare/3.3.3...3.3.4-develop.1) (2023-09-26) * fix: Releaserc config * chore(release): 3.3.4-develop.2 [skip ci] ## [3.3.4-develop.2](https://github.com/cheqd/ts-proto/compare/3.3.4-develop.1...3.3.4-develop.2) (2023-09-26) ### Bug Fixes * Releaserc config ([0d8d255](https://github.com/cheqd/ts-proto/commit/0d8d255833a386b304d0f33065730e664b84f8fc)) * chore: Update package lock * chore(release): 3.3.5 [skip ci] ## [3.3.5](https://github.com/cheqd/ts-proto/compare/3.3.4...3.3.5) (2023-09-26) ### Bug Fixes * Releaserc config ([0d8d255](https://github.com/cheqd/ts-proto/commit/0d8d255833a386b304d0f33065730e664b84f8fc)) * chore: releaserc config * build(deps): Bump bufbuild/buf-setup-action from 1.26.1 to 1.27.0 (#190) * chore(deps): Bump bufbuild/buf-setup-action from 1.26.1 to 1.27.0 Bumps [bufbuild/buf-setup-action](https://github.com/bufbuild/buf-setup-action) from 1.26.1 to 1.27.0. - [Release notes](https://github.com/bufbuild/buf-setup-action/releases) - [Commits](https://github.com/bufbuild/buf-setup-action/compare/v1.26.1...v1.27.0) --- updated-dependencies: - dependency-name: bufbuild/buf-setup-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * package lock * npm run build --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ankur Banerjee <ankurdotb@users.noreply.github.com> * chore(release): 3.3.6-develop.1 [skip ci] ## [3.3.6-develop.1](https://github.com/cheqd/ts-proto/compare/3.3.5...3.3.6-develop.1) (2023-10-10) * chore: Package lock * chore(release): 3.3.6 [skip ci] ## [3.3.6](https://github.com/cheqd/ts-proto/compare/3.3.5...3.3.6) (2023-10-10) * chore(deps-dev): Bump @types/node from 20.8.4 to 20.8.6 (#191) * build(deps-dev): Bump @types/node from 20.8.4 to 20.8.6 Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.8.4 to 20.8.6. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * lock --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ankur Banerjee <ankurdotb@users.noreply.github.com> * chore(deps): Bump bufbuild/buf-setup-action from 1.27.0 to 1.27.1 (#192) * chore(deps): Bump bufbuild/buf-setup-action from 1.27.0 to 1.27.1 Bumps [bufbuild/buf-setup-action](https://github.com/bufbuild/buf-setup-action) from 1.27.0 to 1.27.1. - [Release notes](https://github.com/bufbuild/buf-setup-action/releases) - [Commits](https://github.com/bufbuild/buf-setup-action/compare/v1.27.0...v1.27.1) --- updated-dependencies: - dependency-name: bufbuild/buf-setup-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * lockfile --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ankur Banerjee <ankurdotb@users.noreply.github.com> * build(deps): Bump actions/setup-node from 3 to 4 (#194) * chore(deps): Bump actions/setup-node from 3 to 4 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3 to 4. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * lockfile * npm run build * bufbuild --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ankur Banerjee <ankurdotb@users.noreply.github.com> * chore(release): 3.3.7-develop.1 [skip ci] ## [3.3.7-develop.1](https://github.com/cheqd/ts-proto/compare/3.3.6...3.3.7-develop.1) (2023-11-01) * chore: lockfile * chore(release): 3.3.7 [skip ci] ## [3.3.7](https://github.com/cheqd/ts-proto/compare/3.3.6...3.3.7) (2023-11-01) * chore(deps): Bump amannn/action-semantic-pull-request from 5.3.0 to 5.4.0 (#199) * build(deps): Bump amannn/action-semantic-pull-request Bumps [amannn/action-semantic-pull-request](https://github.com/amannn/action-semantic-pull-request) from 5.3.0 to 5.4.0. - [Release notes](https://github.com/amannn/action-semantic-pull-request/releases) - [Changelog](https://github.com/amannn/action-semantic-pull-request/blob/main/CHANGELOG.md) - [Commits](https://github.com/amannn/action-semantic-pull-request/compare/v5.3.0...v5.4.0) --- updated-dependencies: - dependency-name: amannn/action-semantic-pull-request dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * lockfile --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ankur Banerjee <ankurdotb@users.noreply.github.com> * chore(deps): Bump bufbuild/buf-setup-action from 1.27.2 to 1.28.1 (#201) Bumps [bufbuild/buf-setup-action](https://github.com/bufbuild/buf-setup-action) from 1.27.2 to 1.28.1. - [Release notes](https://github.com/bufbuild/buf-setup-action/releases) - [Commits](https://github.com/bufbuild/buf-setup-action/compare/v1.27.2...v1.28.1) --- updated-dependencies: - dependency-name: bufbuild/buf-setup-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps-dev): Bump typescript from 5.2.2 to 5.3.2 (#203) * chore(deps-dev): Bump typescript from 5.2.2 to 5.3.2 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.2.2 to 5.3.2. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v5.2.2...v5.3.2) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * lockfile --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ankur Banerjee <ankurdotb@users.noreply.github.com> * chore(deps): Bump github/codeql-action from 2 to 3 (#204) * chore(deps): Bump github/codeql-action from 2 to 3 Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2 to 3. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/codeql-action/compare/v2...v3) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * lockfile --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ankur Banerjee <ankurdotb@users.noreply.github.com> * build: Updated npm run build for Protobufs (#205) * lockfile * npm run build * chore(release): 3.3.8-develop.1 [skip ci] ## [3.3.8-develop.1](https://github.com/cheqd/ts-proto/compare/3.3.7...3.3.8-develop.1) (2024-01-05) * chore: Package lock * chore(release): 3.3.8 [skip ci] ## [3.3.8](https://github.com/cheqd/ts-proto/compare/3.3.7...3.3.8) (2024-01-05) * fix: Breaking build on 3.3.8 This reverts commit 54417ccbeb492c9d9b758ba3d80f200d7b9efd55. * chore(release): 3.3.9-develop.1 [skip ci] ## [3.3.9-develop.1](https://github.com/cheqd/ts-proto/compare/3.3.8...3.3.9-develop.1) (2024-01-05) ### Bug Fixes * Breaking build on 3.3.8 ([72df27e](https://github.com/cheqd/ts-proto/commit/72df27ede8a20c31113767cf6fbd788727da7c6f)) * fix: No files generated by Buf.build inside NPM package [DEV-3499] (#206) * fix: No files generated by Buf.build inside NPM package [DEV-3499] * npm run build * chore(release): 3.3.9-develop.2 [skip ci] ## [3.3.9-develop.2](https://github.com/cheqd/ts-proto/compare/3.3.9-develop.1...3.3.9-develop.2) (2024-01-05) ### Bug Fixes * No files generated by Buf.build inside NPM package [DEV-3499] ([#206](https://github.com/cheqd/ts-proto/issues/206)) ([0e125c5](https://github.com/cheqd/ts-proto/commit/0e125c5d605b59f09fa3bba0488fde6a68db6fea)) * build: Downgrade bufbuild/buf-setup-action to 1.27.2 * chore(release): 3.3.9-develop.3 [skip ci] ## [3.3.9-develop.3](https://github.com/cheqd/ts-proto/compare/3.3.9-develop.2...3.3.9-develop.3) (2024-01-05) * Revert "build: Downgrade bufbuild/buf-setup-action to 1.27.2" This reverts commit 2642aa6b0bc8ba98ec1d0c6c84c680e49469825b. * build: Glob pattern for files to publish in package.json [DEV-3499] * chore(release): 3.3.9-develop.4 [skip ci] ## [3.3.9-develop.4](https://github.com/cheqd/ts-proto/compare/3.3.9-develop.3...3.3.9-develop.4) (2024-01-05) ### Reverts * Revert "build: Downgrade bufbuild/buf-setup-action to 1.27.2" ([616edf5](https://github.com/cheqd/ts-proto/commit/616edf59c0d9466bfa97d808412ef7b50ed8a761)) * chore: Package lock * chore(release): 3.3.9 [skip ci] ## [3.3.9](https://github.com/cheqd/ts-proto/compare/3.3.8...3.3.9) (2024-01-05) ### Bug Fixes * Breaking build on 3.3.8 ([72df27e](https://github.com/cheqd/ts-proto/commit/72df27ede8a20c31113767cf6fbd788727da7c6f)) * No files generated by Buf.build inside NPM package [DEV-3499] ([#206](https://github.com/cheqd/ts-proto/issues/206)) ([0e125c5](https://github.com/cheqd/ts-proto/commit/0e125c5d605b59f09fa3bba0488fde6a68db6fea)) * Move to bigint from Long * chore(deps-dev): Bump @types/node from 20.10.6 to 20.11.1 (#208) Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.10.6 to 20.11.1. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Andrew Nikitin <andrew.nikitin@cheqd.io> * chore(release): 3.4.0-develop.1 [skip ci] ## [3.4.0-develop.1](https://github.com/cheqd/ts-proto/compare/3.3.9...3.4.0-develop.1) (2024-01-16) ### Features * Move to bigint from Long ([#209](https://github.com/cheqd/ts-proto/issues/209)) ([3469c70](https://github.com/cheqd/ts-proto/commit/3469c70a0954117eeae68c78d275f83de2aa6c63)) * build(deps-dev): Node v20 build + Bump semantic-release from 22.0.12 to 23.0.0 (#207) * chore(deps-dev): Bump semantic-release from 22.0.12 to 23.0.0 Bumps [semantic-release](https://github.com/semantic-release/semantic-release) from 22.0.12 to 23.0.0. - [Release notes](https://github.com/semantic-release/semantic-release/releases) - [Commits](https://github.com/semantic-release/semantic-release/compare/v22.0.12...v23.0.0) --- updated-dependencies: - dependency-name: semantic-release dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * node v20 switch * npm run build --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ankur Banerjee <ankurdotb@users.noreply.github.com> * chore(release): 3.4.0-develop.2 [skip ci] ## [3.4.0-develop.2](https://github.com/cheqd/ts-proto/compare/3.4.0-develop.1...3.4.0-develop.2) (2024-01-16) * chore: Package lock * chore(release): 3.4.0 [skip ci] ## [3.4.0](https://github.com/cheqd/ts-proto/compare/3.3.9...3.4.0) (2024-01-16) ### Features * Move to bigint from Long ([#209](https://github.com/cheqd/ts-proto/issues/209)) ([3469c70](https://github.com/cheqd/ts-proto/commit/3469c70a0954117eeae68c78d275f83de2aa6c63)) * build(deps): bump bufbuild/buf-setup-action from 1.28.1 to 1.29.0 (#210) * build(deps): bump bufbuild/buf-setup-action from 1.28.1 to 1.29.0 Bumps [bufbuild/buf-setup-action](https://github.com/bufbuild/buf-setup-action) from 1.28.1 to 1.29.0. - [Release notes](https://github.com/bufbuild/buf-setup-action/releases) - [Commits](https://github.com/bufbuild/buf-setup-action/compare/v1.28.1...v1.29.0) --- updated-dependencies: - dependency-name: bufbuild/buf-setup-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Update generate.yml * Bump other workflows * lockfile * npm run build --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ankur Banerjee <ankurdotb@users.noreply.github.com> * chore(release): 3.4.1-develop.1 [skip ci] ## [3.4.1-develop.1](https://github.com/cheqd/ts-proto/compare/3.4.0...3.4.1-develop.1) (2024-02-26) * chore: Package lock * chore(release): 3.4.1 [skip ci] ## [3.4.1](https://github.com/cheqd/ts-proto/compare/3.4.0...3.4.1) (2024-02-26) * Holistic CJS rich output * Adjusted imports --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Ankur Banerjee <ankurdotb@users.noreply.github.com> Co-authored-by: semantic-release-bot <semantic-release-bot@martynus.net> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Andrew Nikitin <andrew.nikitin@cheqd.io>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.