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

Bump the dev-minor-dependencies group with 2 updates #7503

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 26, 2024

Bumps the dev-minor-dependencies group with 2 updates: @aws-sdk/client-s3 and prettier.

Updates @aws-sdk/client-s3 from 3.700.0 to 3.701.0

Release notes

Sourced from @​aws-sdk/client-s3's releases.

v3.701.0

3.701.0(2024-11-26)

Chores
  • middleware-flexible-checksums: add requestAlgorithmMemberHttpHeader (#6694) (c7fdd8b9)
Documentation Changes
New Features
  • client-bedrock-agent-runtime: Custom Orchestration and Streaming configurations API release for AWSBedrockAgents. (c69abf38)
  • client-qapps: Private sharing, file upload and data collection feature support for Q Apps (c1ea3a8e)
  • client-connect: Enables access to ValueMap and ValueInteger types for SegmentAttributes and fixes deserialization bug for DescribeContactFlow in AmazonConnect Public API (b8975e69)
  • client-ec2: Adds support for Time-based Copy for EBS Snapshots and Cross Region PrivateLink. Time-based Copy ensures that EBS Snapshots are copied within and across AWS Regions in a specified timeframe. Cross Region PrivateLink enables customers to connect to VPC endpoint services hosted in other AWS Regions. (a370f241)
  • client-bedrock-agent: Custom Orchestration API release for AWSBedrockAgents. (9f83f11f)

For list of updated packages, view updated-packages.md in assets-3.701.0.zip

Changelog

Sourced from @​aws-sdk/client-s3's changelog.

3.701.0 (2024-11-26)

Note: Version bump only for package @​aws-sdk/client-s3

Commits
  • abe093d Publish v3.701.0
  • c7fdd8b chore(middleware-flexible-checksums): add requestAlgorithmMemberHttpHeader (#...
  • See full diff in compare view

Updates prettier from 3.4.0 to 3.4.1

Release notes

Sourced from prettier's releases.

3.4.1

🔗 Changelog

Changelog

Sourced from prettier's changelog.

3.4.1

diff

Remove unnecessary parentheses around assignment in v-on (#16887 by @​fisker)

<!-- Input -->
\<template>
  <button @click="foo += 2">Click</button>
</template>
<!-- Prettier 3.4.0 -->
&lt;template>
<button @​click="(foo += 2)">Click</button>
</template>
<!-- Prettier 3.4.1 -->
&lt;template>
<button @​click="foo += 2">Click</button>
</template>

Commits

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
prettier [>= 2.8.a, < 2.9]

You can trigger a rebase of this PR 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 <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the dev-minor-dependencies group with 2 updates: [@aws-sdk/client-s3](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3) and [prettier](https://github.com/prettier/prettier).


Updates `@aws-sdk/client-s3` from 3.700.0 to 3.701.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-s3/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.701.0/clients/client-s3)

Updates `prettier` from 3.4.0 to 3.4.1
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.4.0...3.4.1)

---
updated-dependencies:
- dependency-name: "@aws-sdk/client-s3"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-minor-dependencies
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-minor-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 26, 2024
@mfacar mfacar merged commit ae6ba70 into development Nov 26, 2024
18 checks passed
@mfacar mfacar deleted the dependabot/npm_and_yarn/dev-minor-dependencies-2adbb100d4 branch November 26, 2024 22:07
RafaPolit pushed a commit that referenced this pull request Dec 11, 2024
Bumps the dev-minor-dependencies group with 2 updates: [@aws-sdk/client-s3](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3) and [prettier](https://github.com/prettier/prettier).


Updates `@aws-sdk/client-s3` from 3.700.0 to 3.701.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-s3/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.701.0/clients/client-s3)

Updates `prettier` from 3.4.0 to 3.4.1
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.4.0...3.4.1)

---
updated-dependencies:
- dependency-name: "@aws-sdk/client-s3"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-minor-dependencies
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-minor-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Mercy <mercy@huridocs.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant