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

fix(deps): update external fixes #266

Merged
merged 1 commit into from
Jun 15, 2024
Merged

fix(deps): update external fixes #266

merged 1 commit into from
Jun 15, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 15, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@aws-sdk/client-dynamodb (source) 3.592.0 -> 3.598.0 age adoption passing confidence
@aws-sdk/client-s3 (source) 3.592.0 -> 3.598.0 age adoption passing confidence
@aws-sdk/client-secrets-manager (source) 3.592.0 -> 3.598.0 age adoption passing confidence
@aws-sdk/client-sqs (source) 3.592.0 -> 3.598.0 age adoption passing confidence
@aws-sdk/lib-dynamodb (source) 3.592.0 -> 3.598.0 age adoption passing confidence
@slack/web-api (source) 7.0.4 -> 7.1.0 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) 7.12.0 -> 7.13.0 age adoption passing confidence
@typescript-eslint/parser (source) 7.12.0 -> 7.13.0 age adoption passing confidence
c8 10.1.1 -> 10.1.2 age adoption passing confidence
google-auth-library 9.10.0 -> 9.11.0 age adoption passing confidence
lint-staged 15.2.5 -> 15.2.7 age adoption passing confidence

Release Notes

aws/aws-sdk-js-v3 (@​aws-sdk/client-dynamodb)

v3.598.0

Compare Source

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

v3.596.0

Compare Source

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

aws/aws-sdk-js-v3 (@​aws-sdk/client-s3)

v3.598.0

Compare Source

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

v3.596.0

Compare Source

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

aws/aws-sdk-js-v3 (@​aws-sdk/client-secrets-manager)

v3.598.0

Compare Source

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

v3.596.0

Compare Source

3.596.0(2024-06-12)
Chores
  • credential-provider-http: remove warning when response content-type is not application/json (#​6192) (c7523db1)
  • client-backupstorage: deprecate BackupStorage (#​6187) (188a4d80)
  • deps: bump braces from 3.0.2 to 3.0.3 (#​6186) (bc2396fd)
Documentation Changes
  • client-redshift: Updates to remove DC1 and DS2 node types. (5ee744b7)
New Features
  • clients: update client endpoints as of 2024-06-12 (e701cc43)
  • client-ec2: Tagging support for Traffic Mirroring FilterRule resource (9539a33e)
  • client-apptest: AWS Mainframe Modernization Application Testing is an AWS Mainframe Modernization service feature that automates functional equivalence testing for mainframe application modernization and migration to AWS, and regression testing. (5392a539)
  • client-sesv2: This release adds support for Amazon EventBridge as an email sending events destination. (13844afd)
  • client-securitylake: This release updates request validation regex to account for non-commercial aws partitions. (b6bd9814)
  • client-secrets-manager: Introducing RotationToken parameter for PutSecretValue API (57ae98d3)
  • client-osis: SDK changes for self-managed vpc endpoint to OpenSearch ingestion pipelines. (ef645896)

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

aws/aws-sdk-js-v3 (@​aws-sdk/client-sqs)

v3.598.0

Compare Source

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

v3.596.0

Compare Source

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

aws/aws-sdk-js-v3 (@​aws-sdk/lib-dynamodb)

v3.598.0

Compare Source

Note: Version bump only for package @​aws-sdk/lib-dynamodb

v3.596.0

Compare Source

Note: Version bump only for package @​aws-sdk/lib-dynamodb

slackapi/node-slack-sdk (@​slack/web-api)

v7.1.0

Compare Source

What's Changed

The new feature available in this release is access to new Canvas APIs - programmatically manipulate your Canvases to your heart's content!

Additionally:

  • Previously in v7 of web-api, if you were using an API method that required no arguments (e.g. api.test), you still had to pass it an empty object ({}). Thanks to @​davidlj95's work in #​1809, that is no longer a requirement!
  • You can now set the attachOriginalToWebAPIRequestError to false to ensure API responses are not logged. By default, this option will be set to false. Many thanks to @​Parama92 for their work in this area!

a2c0fe5 web-api: public canvas APIs (#​1813)
9f2935f feat: allow using WebClient APIs without argument (#​1809) - fixes #​1769; thank you @​davidlj95 for your contribution! ❤️
b98ef1e feat: providing a way to disable message content being logged (#​1786) - fixes #​1751; thank you @​Parama92 for your contribution! ❤️

typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v7.13.0

Compare Source

🚀 Features
  • typescript-estree: require import = require() argument to be a string literal

  • typescript-estree: forbid .body, .async, .generator on declare function

  • eslint-plugin: [no-dynamic-delete] allow all string literals as index

🩹 Fixes
  • ast-spec: function-call-like callee should be Expression not LeftHandSideExpression

  • scope-manager: handle index signature in class

  • eslint-plugin: [init-declarations] refine report locations

  • eslint-plugin: [no-base-to-string] make error message more nuanced

  • eslint-plugin: [no-unsafe-assignment] be more specific about error types

  • eslint-plugin: [no-magic-numbers] fix implementation of the ignore option

❤️ Thank You
  • Fotis Papadogeorgopoulos
  • Joshua Chen
  • Kirk Waiblinger
  • Tobiloba Adedeji
  • Vinccool96
  • YeonJuan

You can read about our versioning strategy and releases on our website.

typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v7.13.0

Compare Source

🚀 Features
  • parser, typescript-estree: export withoutProjectParserOptions utility
❤️ Thank You
  • Fotis Papadogeorgopoulos
  • Joshua Chen
  • Kirk Waiblinger
  • Tobiloba Adedeji
  • Vinccool96
  • YeonJuan

You can read about our versioning strategy and releases on our website.

bcoe/c8 (c8)

v10.1.2

Compare Source

Bug Fixes
  • deps: make monocart-coverage-reports an optional with meta defined (3b91fda)
googleapis/google-auth-library-nodejs (google-auth-library)

v9.11.0

Compare Source

Features
okonet/lint-staged (lint-staged)

v15.2.7

Compare Source

Patch Changes
  • #​1440 a51be80 Thanks @​iiroj! - In the previous version the native git rev-parse --show-toplevel command was taken into use for resolving the current git repo root. This version drops the --path-format=absolute option to support earlier git versions since it's also the default behavior. If you are still having trouble, please try upgrading git to the latest version.

v15.2.6

Compare Source

Patch Changes
  • #​1433 119adb2 Thanks @​iiroj! - Use native "git rev-parse" commands to determine git repo root directory and the .git config directory, instead of using custom logic. This hopefully makes path resolution more robust on non-POSIX systems.

Configuration

📅 Schedule: Branch creation - "after 2pm on Saturday" in timezone Europe/Zurich, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

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

Copy link

This PR will trigger a patch release when merged.

@renovate renovate bot merged commit a89ab83 into main Jun 15, 2024
9 checks passed
@renovate renovate bot deleted the renovate-external-fixes branch June 15, 2024 16:25
adobe-bot pushed a commit that referenced this pull request Jun 15, 2024
@adobe-bot
Copy link

🎉 This PR is included in version @adobe/spacecat-shared-data-access-v1.29.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

adobe-bot pushed a commit that referenced this pull request Jun 15, 2024
@adobe-bot
Copy link

🎉 This PR is included in version @adobe/spacecat-shared-dynamo-v1.3.24 🎉

The release is available on:

Your semantic-release bot 📦🚀

adobe-bot pushed a commit that referenced this pull request Jun 15, 2024
@adobe-bot
Copy link

🎉 This PR is included in version @adobe/spacecat-shared-google-client-v1.1.10 🎉

The release is available on:

Your semantic-release bot 📦🚀

adobe-bot pushed a commit that referenced this pull request Jun 15, 2024
@adobe-bot
Copy link

🎉 This PR is included in version @adobe/spacecat-shared-slack-client-v1.3.7 🎉

The release is available on:

Your semantic-release bot 📦🚀

adobe-bot pushed a commit that referenced this pull request Jun 15, 2024
@adobe-bot
Copy link

🎉 This PR is included in version @adobe/spacecat-shared-utils-v1.15.9 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant