twilio-labs / function-templates

Twilio Function templates for different Voice, SMS, Video, Chat, Sync, etc use cases
MIT License
339 stars 317 forks source link

chore(deps): bump axios and twilio in /voice-client-javascript #552

Open dependabot[bot] opened 4 weeks ago

dependabot[bot] commented 4 weeks ago

Bumps axios to 1.7.3 and updates ancestor dependency twilio. These dependencies need to be updated together.

Updates axios from 0.21.4 to 1.7.3

Release notes

Sourced from axios's releases.

Release v1.7.3

Release notes:

Bug Fixes

  • adapter: fix progress event emitting; (#6518) (e3c76fc)
  • fetch: fix withCredentials request config (#6505) (85d4d0e)
  • xhr: return original config on errors from XHR adapter (#6515) (8966ee7)

Contributors to this release

Release v1.7.2

Release notes:

Bug Fixes

Contributors to this release

Release v1.7.1

Release notes:

Bug Fixes

  • fetch: fixed ReferenceError issue when TextEncoder is not available in the environment; (#6410) (733f15f)

Contributors to this release

Release v1.7.0

Release notes:

Features

Bug Fixes

  • core/axios: handle un-writable error stack (#6362) (81e0455)

Contributors to this release

... (truncated)

Changelog

Sourced from axios's changelog.

1.7.3 (2024-08-01)

Bug Fixes

  • adapter: fix progress event emitting; (#6518) (e3c76fc)
  • fetch: fix withCredentials request config (#6505) (85d4d0e)
  • xhr: return original config on errors from XHR adapter (#6515) (8966ee7)

Contributors to this release

1.7.2 (2024-05-21)

Bug Fixes

Contributors to this release

1.7.1 (2024-05-20)

Bug Fixes

  • fetch: fixed ReferenceError issue when TextEncoder is not available in the environment; (#6410) (733f15f)

Contributors to this release

1.7.0 (2024-05-19)

Features

Bug Fixes

  • core/axios: handle un-writable error stack (#6362) (81e0455)

Contributors to this release

... (truncated)

Commits


Updates twilio from 3.66.1 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 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) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/twilio-labs/function-templates/network/alerts).