opticdev / optic

OpenAPI linting, diffing and testing. Optic helps prevent breaking changes, publish accurate documentation and improve the design of your APIs.
https://useoptic.com
MIT License
1.35k stars 79 forks source link

fix(deps): update dependency @segment/analytics-node to v2 #2699

Closed renovate[bot] closed 7 months ago

renovate[bot] commented 7 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@segment/analytics-node (source) ^1.1.3 -> ^2.0.0 age adoption passing confidence

Release Notes

segmentio/analytics-next (@​segment/analytics-node) ### [`v2.0.0`](https://togithub.com/segmentio/analytics-next/blob/HEAD/packages/node/CHANGELOG.md#200) [Compare Source](https://togithub.com/segmentio/analytics-next/compare/@segment/analytics-node@1.3.0...@segment/analytics-node@2.0.0) ##### Major Changes - [#​935](https://togithub.com/segmentio/analytics-next/pull/935) [`833ade8`](https://togithub.com/segmentio/analytics-next/commit/833ade8571319a029f8e23511967ccb02d3496d4) Thanks [@​MichaelGHSeg](https://togithub.com/MichaelGHSeg)! - Removing support for Node.js 14 and 16 as they are EOL - [#​935](https://togithub.com/segmentio/analytics-next/pull/935) [`833ade8`](https://togithub.com/segmentio/analytics-next/commit/833ade8571319a029f8e23511967ccb02d3496d4) Thanks [@​MichaelGHSeg](https://togithub.com/MichaelGHSeg)! - Support for Segment OAuth2 OAuth2 must be enabled from the Segment dashboard. You will need a PEM format private/public key pair. Once you've uploaded your public key, you will need the OAuth Client Id, the Key Id, and your private key. You can set these in the new OAuthSettings type and provide it in your Analytics configuration. Note: This introduces a breaking change only if you have implemented a custom HTTPClient. HTTPClientRequest `data: Record` has changed to `body: string`. Processing data into a string now occurs before calls to `makeRequest`

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.



This PR has been generated by Mend Renovate. View repository job log here.