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

[Snyk] Upgrade ts-proto from 1.148.1 to 1.173.0 #2

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

Conversation

Graysonbarton
Copy link
Owner

This PR was automatically created by Snyk using the credentials of a real user.


Snyk has created this PR to upgrade ts-proto from 1.148.1 to 1.173.0.

ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


  • The recommended version is 68 versions ahead of your current version.

  • The recommended version was released 22 days ago, on 2024-04-30.

Release notes
Package name: ts-proto
  • 1.173.0 - 2024-04-30

    1.173.0 (2024-04-30)

    Features

  • 1.172.0 - 2024-04-13

    1.172.0 (2024-04-13)

    Features

  • 1.171.0 - 2024-03-30

    1.171.0 (2024-03-30)

    Features

  • 1.170.0 - 2024-03-26

    1.170.0 (2024-03-26)

    Features

    • support deprecatedOnly option to make deprecated fields optional (#1010) (db23004)
  • 1.169.1 - 2024-03-13

    1.169.1 (2024-03-13)

    Bug Fixes

  • 1.169.0 - 2024-03-12

    1.169.0 (2024-03-12)

    Features

    • support proto2 optional and default value fields (#1007) (1fa1e61), closes #973
  • 1.168.0 - 2024-03-08

    1.168.0 (2024-03-08)

    Features

  • 1.167.9 - 2024-02-28

    1.167.9 (2024-02-28)

    Bug Fixes

  • 1.167.8 - 2024-02-18

    1.167.8 (2024-02-18)

    Bug Fixes

  • 1.167.7 - 2024-02-17

    1.167.7 (2024-02-17)

    Bug Fixes

  • 1.167.6 - 2024-02-17
  • 1.167.5 - 2024-02-15
  • 1.167.4 - 2024-02-15
  • 1.167.3 - 2024-02-03
  • 1.167.2 - 2024-01-28
  • 1.167.1 - 2024-01-26
  • 1.167.0 - 2024-01-22
  • 1.166.4 - 2024-01-20
  • 1.166.3 - 2024-01-18
  • 1.166.2 - 2023-12-31
  • 1.166.1 - 2023-12-31
  • 1.166.0 - 2023-12-29
  • 1.165.3 - 2023-12-26
  • 1.165.2 - 2023-12-20
  • 1.165.1 - 2023-12-06
  • 1.165.0 - 2023-11-28
  • 1.164.2 - 2023-11-28
  • 1.164.1 - 2023-11-24
  • 1.164.0 - 2023-11-09
  • 1.163.0 - 2023-11-02
  • 1.162.2 - 2023-10-26
  • 1.162.1 - 2023-10-13
  • 1.162.0 - 2023-10-13
  • 1.161.1 - 2023-10-10
  • 1.161.0 - 2023-10-10
  • 1.160.0 - 2023-10-05
  • 1.159.3 - 2023-10-04
  • 1.159.2 - 2023-10-02
  • 1.159.1 - 2023-09-30
  • 1.159.0 - 2023-09-30
  • 1.158.1 - 2023-09-30
  • 1.158.0 - 2023-09-24
  • 1.157.1 - 2023-09-18
  • 1.157.0 - 2023-09-03
  • 1.156.8 - 2023-09-03
  • 1.156.7 - 2023-08-18
  • 1.156.6 - 2023-08-16
  • 1.156.5 - 2023-08-15
  • 1.156.4 - 2023-08-15
  • 1.156.3 - 2023-08-13
  • 1.156.2 - 2023-07-29
  • 1.156.1 - 2023-07-22
  • 1.156.0 - 2023-07-20
  • 1.155.1 - 2023-07-15
  • 1.155.0 - 2023-07-15
  • 1.154.0 - 2023-07-15
  • 1.153.3 - 2023-07-13
  • 1.153.2 - 2023-07-12
  • 1.153.1 - 2023-07-12
  • 1.153.0 - 2023-07-12
  • 1.152.1 - 2023-07-10
  • 1.152.0 - 2023-07-10
  • 1.151.1 - 2023-07-05
  • 1.151.0 - 2023-07-04
  • 1.150.1 - 2023-06-23
  • 1.150.0 - 2023-06-20
  • 1.149.0 - 2023-06-13
  • 1.148.2 - 2023-06-04
  • 1.148.1 - 2023-05-25
from ts-proto GitHub release notes
Commit messages
Package name: ts-proto
  • 7da4233 chore(release): 1.173.0 [skip ci]
  • 0dd951b feat: Add js type support (#1030)
  • bd56caf chore(deps): update tsx (#1035)
  • 7c3ac9f docs: add OneofValue type helper (#1034)
  • 7f36a59 ci: update GitHub actions (#1031)
  • 6b6115a chore(release): 1.172.0 [skip ci]
  • 9652586 feat: export options types (#1027)
  • 763abf8 chore(release): 1.171.0 [skip ci]
  • 573f63e feat: added useNullAsOptional option (#1017)
  • 9727bba Document type helpers for oneOfs (#1023)
  • 25b3da0 chore(release): 1.170.0 [skip ci]
  • db23004 feat: support deprecatedOnly option to make deprecated fields optional (#1010)
  • 088d5a6 chore(release): 1.169.1 [skip ci]
  • cb2b573 fix: fixed addGrpcMetadata option (#761)
  • a6d38ac chore(release): 1.169.0 [skip ci]
  • 1fa1e61 feat: support proto2 optional and default value fields (#1007)
  • 51c3d0c chore(release): 1.168.0 [skip ci]
  • f285557 feat: allow `$type` to be optional (#1013)
  • b9b0ff7 chore(release): 1.167.9 [skip ci]
  • e838e38 fix: typescript errors for struct with optional=all (#1008)
  • ba97f98 chore(release): 1.167.8 [skip ci]
  • bae741c fix: Use as any on globalThis.Buffer check for bytesFromBase64 (#1005)
  • 308d27a chore(release): 1.167.7 [skip ci]
  • 11d06b4 fix: Use as any on globalThis.Buffer check. (#1004)

Compare


Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

🧐 View latest project report

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs

Note: This is a default PR template raised by Snyk. Find out more about how you can customise Snyk PRs in our documentation.

Snyk has created this PR to upgrade ts-proto from 1.148.1 to 1.173.0.

See this package in npm:
ts-proto

See this project in Snyk:
https://app.snyk.io/org/graysonbarton/project/73aeefcb-764c-455f-929c-1e5abc9c69af?utm_source=github&utm_medium=referral&page=upgrade-pr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants