forked from protobufjs/protobuf.js
-
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
chore: release 7.0.0 #2
Open
github-actions
wants to merge
21
commits into
master
Choose a base branch
from
release-v7.0.0
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
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
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Bumps [bl](https://github.com/rvagg/bl) from 1.2.2 to 1.2.3. - [Release notes](https://github.com/rvagg/bl/releases) - [Commits](rvagg/bl@v1.2.2...v1.2.3) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: Alexander Fenster <fenster@google.com>
closes protobufjs#1500 fixes protobufjs#885 Co-authored-by: Benjamin E. Coe <bencoe@google.com>
…rotobufjs#1234) * Get protobufjs-cli to a publishable state * Fix eslint issues * Fix pbts path * Install cli package deps on CI 'build' job * fix: get rid of require-protobufjs.js * fix: lint * fix: versions * chore(deps): update package-lock.json Co-authored-by: Stacey Sern <stacey@dropbox.com> Co-authored-by: Gabriel Cangussu <gabrielcangussu@gmail.com> Co-authored-by: Alexander Fenster <fenster@google.com>
parent README doesn't have documentation about pbjs and it is moved to cli's README, update the link to the correct one.
This option skips generation of service clients. Co-authored-by: Alexander Fenster <fenster@google.com>
* deps: set @types/node to star version When using `protobuf.js` as a dependency in a project it is important that `@types/node` package gets de-duped and has the same version as for the rest of the modules in the project. Otherwise, typing conflicts could happen as they do between v13 and v14 node types. * fix: use @types/node >=13.7.0 * fix: use @types/node >=13.7.0 Co-authored-by: Alexander Fenster <fenster@google.com> Co-authored-by: Alexander Fenster <github@fenster.name>
Co-authored-by: Benjamin E. Coe <bencoe@google.com>
* test: adding test for pbjs static code generation * fix: fromObject should not initialize oneof members
… in parseOptionValue (protobufjs#1571) * allow for an optional semicolon where there is an optional comma in parseOptionValue * set allowShortCircuit to true to prevent no-unused-expressions error * add test for semicolon Co-authored-by: Alexander Fenster <fenster@google.com>
accross -> across
…r field with trailing comment (protobufjs#1593) Co-authored-by: Iaroslav Kolbin <y.kolbin@team.bumble.com> Co-authored-by: Alexander Fenster <fenster@google.com>
* feat: add null-defaults option * fix: linting Co-authored-by: Alexander Fenster <github@fenster.name> Co-authored-by: Alexander Fenster <fenster@google.com>
…tobufjs#1574) Co-authored-by: Alexander Fenster <fenster@google.com>
* Add getTypeUrl method to static-module generated code * add tests for getTypeUrl method
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.
🤖 I have created a release *beep* *boop*
7.0.0 (2022-02-28)
⚠ BREAKING CHANGES
Features
Bug Fixes
repeated_value: [ "foo", "bar" ]
(#1574) (f5b893c)This PR was generated with Release Please. See documentation.