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 dependency com.thesamet.scalapb:compilerplugin to v0.11.17 #41

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 1, 2021

This PR contains the following updates:

Package Update Change
com.thesamet.scalapb:compilerplugin patch 0.11.1 -> 0.11.17

Release Notes

scalapb/ScalaPB (com.thesamet.scalapb:compilerplugin)

v0.11.17

Compare Source

  • Add using as a reserved keyword (#​1666)
  • Deprecate undocumented getFieldByNumber in favor of the PValue-based API (#​1669)

v0.11.15

Compare Source

  • When more than one enum values share the same number, the first one would
    generate a case object as usual, and subsequent ones will value values
    referencing the case object. This is consistent with the Java behavior (#​1611)
  • Option now rendered as _root_.scala.Option to resolve name conflicts (#​1623)
  • scalapb-runtime-grpc: optimize Marshaller for InProcessTransport (#​1615)

v0.11.14

Compare Source

  • Repeated extensions can now use arbitrary iterable types or any collection type there is a
    CollectionAdapter for (#​1509)
  • Introduced new generator parameter scala3_sources (also available via
    scalapb.proto) to generate sources that are compatible with Scala 3 (#​1576)
  • aux_*_options now accept * in the target field to match all entities in
    scope.
  • Add derives and sealed_oneof_derives to the message options that adds a
    derived clause to generated messages and sealed oneofs.
  • Bump Scala.js to 1.14.0

v0.11.13

  • Added input and output message type for method descriptor (#​1503)

v0.11.12

Compare Source

  • Lens now extends Serializable.
  • Bump up to protobuf-java 3.19.6

v0.11.11

Compare Source

  • Add StubFactory for grpc clients (#​1351)
  • Support transformation on repeated option scalar (#​1355)
  • Exclude preamble from service files. (#​1367)
  • Add support for universal traits for sealed oneofs (#​1352)
  • Add support for mixing additional traits into sealed oneof companion (#​1370)

v0.11.10

Compare Source

  • Fix missing import definitions in services. (#​1331)
  • Add namespace for go to scalapb.proto (#​1336)

v0.11.9

Compare Source

  • Downgrade to Scala 3.0.2 for compatibility reasons (#​1326)

v0.11.8

Compare Source

v0.11.7

Compare Source

  • Fix native protoc plugin handling of custom options that extend ScalaPB.
  • Update default protoc used to 3.19.1
  • Bump sbt-protoc to 1.0.5, protoc-bridge to 0.9.4

v0.11.6

Compare Source

  • Update grpc to 1.41.0
  • Add new Scala 3 reserved keywords (#​1230)
  • Bump Scala versions to 3.0.2 and 2.12.15

v0.11.5

Compare Source

  • Fix: non-total typemappers now work in no_box fields (#​1198)
  • Memoize serializedSize of empty messages (previously serialized size was recomputed for
    empty message)
  • Expose scalaName for enum values through Scala descriptors (#​1201)

v0.11.4

Compare Source

  • Add options for enum annotations (#​1155)
  • Add "export" as reserved word (#​1159)
  • Remove Serializable from types inferred across companions (#​1162)
  • Added new options to support enum annotations
  • Fix java conversion not working for sealed oneofs (#​1158)

v0.11.3

Compare Source

v0.11.2

Compare Source

  • Fix bug where generated code would not compile if a message was named Unit (#​1126)
  • Add option to block generation/access to field getters (#​1098)

Configuration

📅 Schedule: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title chore(deps): update dependency com.thesamet.scalapb:compilerplugin to v0.11.2 chore(deps): update dependency com.thesamet.scalapb:compilerplugin to v0.11.3 May 14, 2021
@renovate renovate bot force-pushed the renovate/com.thesamet.scalapb-compilerplugin-0.x branch from 2b8213e to 700a9b1 Compare May 14, 2021 18:49
@renovate renovate bot changed the title chore(deps): update dependency com.thesamet.scalapb:compilerplugin to v0.11.3 chore(deps): update dependency com.thesamet.scalapb:compilerplugin to v0.11.4 Jun 23, 2021
@renovate renovate bot force-pushed the renovate/com.thesamet.scalapb-compilerplugin-0.x branch from 700a9b1 to 37f3181 Compare June 23, 2021 17:21
@renovate renovate bot force-pushed the renovate/com.thesamet.scalapb-compilerplugin-0.x branch from 37f3181 to 733086c Compare October 20, 2021 05:55
@renovate renovate bot changed the title chore(deps): update dependency com.thesamet.scalapb:compilerplugin to v0.11.4 chore(deps): update dependency com.thesamet.scalapb:compilerplugin to v0.11.6 Oct 20, 2021
@renovate renovate bot force-pushed the renovate/com.thesamet.scalapb-compilerplugin-0.x branch from 733086c to 768e167 Compare March 7, 2022 08:33
@renovate renovate bot changed the title chore(deps): update dependency com.thesamet.scalapb:compilerplugin to v0.11.6 chore(deps): update dependency com.thesamet.scalapb:compilerplugin to v0.11.9 Mar 7, 2022
@renovate renovate bot force-pushed the renovate/com.thesamet.scalapb-compilerplugin-0.x branch 2 times, most recently from 2027ec2 to 60ab357 Compare March 13, 2022 20:36
@renovate renovate bot changed the title chore(deps): update dependency com.thesamet.scalapb:compilerplugin to v0.11.9 chore(deps): update dependency com.thesamet.scalapb:compilerplugin to v0.11.10 Mar 13, 2022
@renovate renovate bot force-pushed the renovate/com.thesamet.scalapb-compilerplugin-0.x branch from 60ab357 to f01a069 Compare June 18, 2022 16:50
@renovate renovate bot changed the title chore(deps): update dependency com.thesamet.scalapb:compilerplugin to v0.11.10 chore(deps): update dependency com.thesamet.scalapb:compilerplugin to v0.11.11 Jun 18, 2022
@renovate renovate bot force-pushed the renovate/com.thesamet.scalapb-compilerplugin-0.x branch from f01a069 to b144880 Compare November 20, 2022 14:24
@renovate renovate bot changed the title chore(deps): update dependency com.thesamet.scalapb:compilerplugin to v0.11.11 chore(deps): update dependency com.thesamet.scalapb:compilerplugin to v0.11.12-tmp Nov 20, 2022
@renovate renovate bot force-pushed the renovate/com.thesamet.scalapb-compilerplugin-0.x branch from b144880 to cb598a0 Compare March 16, 2023 17:50
@renovate renovate bot changed the title chore(deps): update dependency com.thesamet.scalapb:compilerplugin to v0.11.12-tmp chore(deps): update dependency com.thesamet.scalapb:compilerplugin to v0.11.13 Mar 16, 2023
@renovate renovate bot changed the title chore(deps): update dependency com.thesamet.scalapb:compilerplugin to v0.11.13 chore(deps): update dependency com.thesamet.scalapb:compilerplugin to v0.11.14 Oct 17, 2023
@renovate renovate bot force-pushed the renovate/com.thesamet.scalapb-compilerplugin-0.x branch from cb598a0 to 241e2cb Compare October 17, 2023 21:55
@renovate renovate bot force-pushed the renovate/com.thesamet.scalapb-compilerplugin-0.x branch from 241e2cb to fa46f62 Compare January 21, 2024 05:01
@renovate renovate bot changed the title chore(deps): update dependency com.thesamet.scalapb:compilerplugin to v0.11.14 chore(deps): update dependency com.thesamet.scalapb:compilerplugin to v0.11.15 Jan 21, 2024
@renovate renovate bot force-pushed the renovate/com.thesamet.scalapb-compilerplugin-0.x branch from fa46f62 to af8aea5 Compare June 4, 2024 03:41
@renovate renovate bot changed the title chore(deps): update dependency com.thesamet.scalapb:compilerplugin to v0.11.15 chore(deps): update dependency com.thesamet.scalapb:compilerplugin to v0.11.17 Jun 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants