Skip to content

Bump the all-dependencies group with 2 updates #60

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

Merged
merged 1 commit into from
Jan 27, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 27, 2025

Bumps the all-dependencies group with 2 updates: github.com/awslabs/aws-sdk-swift and github.com/nicklockwood/swiftformat.

Updates github.com/awslabs/aws-sdk-swift from 1.2.0 to 1.2.4

Release notes

Sourced from github.com/awslabs/aws-sdk-swift's releases.

1.2.4

What's Changed

Service Features

  • AWS CloudTrail: This release introduces the SearchSampleQueries API that allows users to search for CloudTrail Lake sample queries.
  • AWS Transfer: Added CustomDirectories as a new directory option for storing inbound AS2 messages, MDN files and Status files.
  • AWS EKS: Adds support for UpdateStrategies in EKS Managed Node Groups.
  • AWS HealthLake: Added new authorization strategy value 'SMART_ON_FHIR' for CreateFHIRDatastore API to support Smart App 2.0

Service Documentation

  • AWS SSO OIDC: Fixed typos in the descriptions.
  • AWS SSM: Systems Manager doc-only update for January, 2025.

Full Changelog: awslabs/aws-sdk-swift@1.2.3...1.2.4

1.2.3

What's Changed

Service Features

  • AWS EC2: Added "future" allocation type for future dated capacity reservation

Full Changelog: awslabs/aws-sdk-swift@1.2.2...1.2.3

1.2.2

What's Changed

Service Features

  • AWS Bedrock Agent Runtime: Adds multi-turn input support for an Agent node in an Amazon Bedrock Flow
  • AWS MediaLive: AWS Elemental MediaLive adds a new feature, ID3 segment tagging, in CMAF Ingest output groups. It allows customers to insert ID3 tags into every output segment, controlled by a newly added channel schedule action Id3SegmentTagging.

Service Documentation

  • AWS Glue: Docs Update for timeout changes
  • AWS WorkSpaces Thin Client: Rename WorkSpaces Web to WorkSpaces Secure Browser

Full Changelog: awslabs/aws-sdk-swift@1.2.1...1.2.2

1.2.1

What's Changed

Service Features

  • AWS Cognito Identity Provider: corrects the dual-stack endpoint configuration for cognitoidp
  • AWS Connect: Added DeleteContactFlowVersion API and the CAMPAIGN flow type
  • AWS IoTSiteWise: AWS IoT SiteWise now supports ingestion and querying of Null (all data types) and NaN (double type) values of bad or uncertain data quality. New partial error handling prevents data loss during ingestion. Enabled by default for new customers; existing customers can opt-in.
  • AWS QuickSight: Added DigitGroupingStyle in ThousandsSeparator to allow grouping by LAKH( Indian Grouping system ) currency. Support LAKH and CRORE currency types in Column Formatting.
  • AWS EMR Serverless: Increasing entryPoint in SparkSubmit to accept longer script paths. New limit is 4kb.

Service Documentation

  • AWS CloudWatch Logs: Documentation-only update to address doc errors
  • AWS Batch: Documentation-only update: clarified the description of the shareDecaySeconds parameter of the FairsharePolicy data type, clarified the description of the priority parameter of the JobQueueDetail data type.
  • AWS SNS: This release adds support for the topic attribute FifoThroughputScope for SNS FIFO topics. For details, see the documentation history in the Amazon Simple Notification Service Developer Guide.

Full Changelog: awslabs/aws-sdk-swift@1.2.0...1.2.1

Commits

Updates github.com/nicklockwood/swiftformat from 0.55.4 to 0.55.5

Release notes

Sourced from github.com/nicklockwood/swiftformat's releases.

0.55.5

  • Fixed bug with yodaConditions rule mangling generic function calls
  • Fixed indenting of guard else or opening brace following if/switch expression
  • The organizeDeclarations rule no longer treats properties with didSet as computed
  • Improved formatting support for async and throwing closures
Commits
  • 468a7d3 Update for 0.55.5 release
  • 2eacc27 Update organizeDeclarations type mode to not treat properties with didSet as ...
  • 90730e1 Update parseType to support async / throwing closures (#1955)
  • b873001 Fix indenting of else or opening brace following if/switch expression
  • acf7444 Fix bug with yodaConditions and generic functions
  • f508054 Fix leaking markdown code cage
  • See full diff 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 <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 all-dependencies group with 2 updates: [github.com/awslabs/aws-sdk-swift](https://github.com/awslabs/aws-sdk-swift) and [github.com/nicklockwood/swiftformat](https://github.com/nicklockwood/SwiftFormat).


Updates `github.com/awslabs/aws-sdk-swift` from 1.2.0 to 1.2.4
- [Release notes](https://github.com/awslabs/aws-sdk-swift/releases)
- [Commits](awslabs/aws-sdk-swift@1.2.0...1.2.4)

Updates `github.com/nicklockwood/swiftformat` from 0.55.4 to 0.55.5
- [Release notes](https://github.com/nicklockwood/SwiftFormat/releases)
- [Commits](nicklockwood/SwiftFormat@0.55.4...0.55.5)

---
updated-dependencies:
- dependency-name: github.com/awslabs/aws-sdk-swift
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: github.com/nicklockwood/swiftformat
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file swift_package_manager Pull requests that update Swift_package_manager code labels Jan 27, 2025
@tachyonics tachyonics merged commit f944654 into main Jan 27, 2025
3 checks passed
@tachyonics tachyonics deleted the dependabot/swift/all-dependencies-b4cfbf78ef branch January 27, 2025 08:07
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 swift_package_manager Pull requests that update Swift_package_manager code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant