opengovsg / FormSG

Form builder for the Singapore Government
https://form.gov.sg
Other
260 stars 78 forks source link

fix(deps): bump twilio from 4.19.3 to 5.2.2 #7486

Closed dependabot[bot] closed 1 week ago

dependabot[bot] commented 1 week ago

Bumps twilio from 4.19.3 to 5.2.2.

Release notes

Sourced from twilio's releases.

5.2.2

Release Notes

Intelligence

  • Deprecate account flag api.twilio-intelligence.v2

Docs

5.2.1

Release Notes

Api

  • Add transcription resource
  • Add beta feature request managed cert

Flex

  • Changed mount name for flex_team v2 api

Intelligence

  • Add X-Rate-Limit-Limit, X-Rate-Limit-Remaining, and X-Rate-Limit-Config as Response Headers to Operator resources

Numbers

  • Added include_constraints query parameter to the Regulations API

Twiml

  • Add support for <Transcription> noun

Docs

5.2.0

Release Notes

Library - Chore

Events

  • Add status and documentation_url to Event Types

Lookups

  • Removed unused fraud lookups in V1 only to facilitate rest proxy migration

Numbers

  • Add date_created field to the Get Port In Request API
  • Rename the status_last_time_updated_timestamp field to last_updated in the Get Port In Phone Number API (breaking change)
  • Add Rejection reason and rejection reason code to the Get Port In Phone Number API
  • Remove the carrier information from the Portability API

Proxy

... (truncated)

Changelog

Sourced from twilio's changelog.

[2024-07-02] Version 5.2.2

Intelligence

  • Deprecate account flag api.twilio-intelligence.v2

[2024-06-27] Version 5.2.1

Api

  • Add transcription resource
  • Add beta feature request managed cert

Flex

  • Changed mount name for flex_team v2 api

Intelligence

  • Add X-Rate-Limit-Limit, X-Rate-Limit-Remaining, and X-Rate-Limit-Config as Response Headers to Operator resources

Numbers

  • Added include_constraints query parameter to the Regulations API

Twiml

  • Add support for <Transcription> noun

[2024-06-18] Version 5.2.0

Library - Chore

Events

  • Add status and documentation_url to Event Types

Lookups

  • Removed unused fraud lookups in V1 only to facilitate rest proxy migration

Numbers

  • Add date_created field to the Get Port In Request API
  • Rename the status_last_time_updated_timestamp field to last_updated in the Get Port In Phone Number API (breaking change)
  • Add Rejection reason and rejection reason code to the Get Port In Phone Number API
  • Remove the carrier information from the Portability API

Proxy

  • Change property type from enum to ienum

Trusthub

  • Add skipMessagingUseCase field in compliance_tollfree_inquiry.

[2024-06-06] Version 5.1.1

... (truncated)

Upgrade guide

Sourced from twilio's upgrade guide.

Upgrade Guide

All MAJOR version bumps will have upgrade notes posted here.

[2024-03-07] 4.x.x to 5.x.x


Overview

Twilio Node Helper Library’s major version 5.0.0 is now available. We ensured that you can upgrade to Node helper Library 5.0.0 version without any breaking changes of existing apis

Behind the scenes Node Helper is now auto-generated via OpenAPI with this release. This enables us to rapidly add new features and enhance consistency across versions and languages. We're pleased to inform you that version 5.0.0 adds support for the application/json content type in the request body.

[2023-01-25] 3.x.x to 4.x.x


  • Supported Node.js versions updated
    • Upgrade to Node.js >= 14
    • Dropped support for Node.js < 14 (#791)
    • Added support for Node.js 18 (#794)
  • Lazy loading enabled by default (#752)
    • Required Twilio modules now lazy load by default
    • See the README for how to disable lazy loading
  • Type changes from object to Record (#873)
    • Certain response properties now use the Record type with string keys
    • Including the subresourceUris property for v2010 APIs and the links properties for non-v2010 APIs
  • Access Tokens
    • Creating an AccessToken requires an identity in the options (#875)
    • ConversationsGrant has been deprecated in favor of VoiceGrant (#783)
    • IpMessagingGrant has been removed (#784)
  • TwiML function deprecations (#788)
    • <Refer>
      • Refer.referSip() replaced by Refer.sip()
    • <Say>
      • Say.ssmlBreak() and Say.break_() replaced by Say.break()

      • Say.ssmlEmphasis() replaced by Say.emphasis()

      • Say.ssmlLang() replaced by Say.lang()

      • Say.ssmlP() replaced by Say.p()

      • Say.ssmlPhoneme() replaced by Say.phoneme()

      • Say.ssmlProsody() replaced by Say.prosody()

      • Say.ssmlS() replaced by Say.s()

      • Say.ssmlSayAs() replaced by Say.sayAs()

      • Say.ssmlSub() replaced by Say.sub()

      • Say.ssmlW() replaced by Say.w()

        Old:

... (truncated)

Commits
  • 0456569 Release 5.2.2
  • 0ff51fd [Librarian] Regenerated @ a412066ed53a791734369f33f4b2f579662850b3 e43180215d...
  • 239281b Release 5.2.1
  • e11935a [Librarian] Regenerated @ 93a2de5505384cb61be7440d3563d93d5cf980df 5146479cf5...
  • 20434b9 Release 5.2.0
  • d079a99 [Librarian] Regenerated @ 84b4cd4c23a96109c715a2512bbe8238fae5c394 4f23177c4c...
  • 7d1f4ec chore: adding contentType in post and put (#1024)
  • 55db7c2 Release 5.1.1
  • b6423c2 [Librarian] Regenerated @ b8a450aff168b5449d658833256ca2354e3ecbbc df505752cd...
  • 98a6830 Release 5.1.0
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 1 week ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.