chore(deps-dev): bump @aws-sdk/client-polly from 3.1032.0 to 3.1045.0#28
chore(deps-dev): bump @aws-sdk/client-polly from 3.1032.0 to 3.1045.0#28dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [@aws-sdk/client-polly](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-polly) from 3.1032.0 to 3.1045.0. - [Release notes](https://github.com/aws/aws-sdk-js-v3/releases) - [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-polly/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.1045.0/clients/client-polly) --- updated-dependencies: - dependency-name: "@aws-sdk/client-polly" dependency-version: 3.1045.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 30f8a1bec7
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| "peerDependencies": { | ||
| "@framers/agentos": ">=0.7.0", | ||
| "@aws-sdk/client-polly": "^3.0.0" | ||
| "@aws-sdk/client-polly": "^3.1045.0" |
There was a problem hiding this comment.
Keep the Polly peer range broad
Changing the peer dependency to ^3.1045.0 makes existing consumers that already provide an AWS SDK v3 Polly client such as 3.1032.0 fall outside the package's peer contract, and installs can fail in projects using strict peer dependency checks even though this extension still only imports the same PollyClient, SynthesizeSpeechCommand, and DescribeVoicesCommand APIs. The dev dependency can be bumped for local testing/lockfile updates without raising the minimum peer version unless the runtime code starts relying on an API introduced in 3.1045.0.
Useful? React with 👍 / 👎.
Bumps @aws-sdk/client-polly from 3.1032.0 to 3.1045.0.
Release notes
Sourced from @aws-sdk/client-polly's releases.
... (truncated)
Changelog
Sourced from @aws-sdk/client-polly's changelog.
... (truncated)
Commits
b329defPublish v3.1045.01ccd438Publish v3.1044.096baad9Publish v3.1043.0d942e31Publish v3.1042.05df4c01Publish v3.1041.07736067Publish v3.1040.051c8215Publish v3.1039.03dfb72bchore(codegen): sync for adaptive retry fixes (#7970)3fbf6c5Publish v3.1038.0e9f8d8achore(codegen): sync for typed waiter-result values (#7965)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)