-
Notifications
You must be signed in to change notification settings - Fork 1
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
Conversation
This PR will trigger a patch release when merged. |
# [@adobe/spacecat-shared-data-access-v1.29.1](https://github.com/adobe/spacecat-shared/compare/@adobe/spacecat-shared-data-access-v1.29.0...@adobe/spacecat-shared-data-access-v1.29.1) (2024-06-15) ### Bug Fixes * **deps:** update external fixes ([#266](#266)) ([a89ab83](a89ab83))
🎉 This PR is included in version @adobe/spacecat-shared-data-access-v1.29.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
# [@adobe/spacecat-shared-dynamo-v1.3.24](https://github.com/adobe/spacecat-shared/compare/@adobe/spacecat-shared-dynamo-v1.3.23...@adobe/spacecat-shared-dynamo-v1.3.24) (2024-06-15) ### Bug Fixes * **deps:** update external fixes ([#266](#266)) ([a89ab83](a89ab83))
🎉 This PR is included in version @adobe/spacecat-shared-dynamo-v1.3.24 🎉 The release is available on: Your semantic-release bot 📦🚀 |
# [@adobe/spacecat-shared-google-client-v1.1.10](https://github.com/adobe/spacecat-shared/compare/@adobe/spacecat-shared-google-client-v1.1.9...@adobe/spacecat-shared-google-client-v1.1.10) (2024-06-15) ### Bug Fixes * **deps:** update external fixes ([#266](#266)) ([a89ab83](a89ab83))
🎉 This PR is included in version @adobe/spacecat-shared-google-client-v1.1.10 🎉 The release is available on: Your semantic-release bot 📦🚀 |
# [@adobe/spacecat-shared-slack-client-v1.3.7](https://github.com/adobe/spacecat-shared/compare/@adobe/spacecat-shared-slack-client-v1.3.6...@adobe/spacecat-shared-slack-client-v1.3.7) (2024-06-15) ### Bug Fixes * **deps:** update external fixes ([#266](#266)) ([a89ab83](a89ab83))
🎉 This PR is included in version @adobe/spacecat-shared-slack-client-v1.3.7 🎉 The release is available on: Your semantic-release bot 📦🚀 |
# [@adobe/spacecat-shared-utils-v1.15.9](https://github.com/adobe/spacecat-shared/compare/@adobe/spacecat-shared-utils-v1.15.8...@adobe/spacecat-shared-utils-v1.15.9) (2024-06-15) ### Bug Fixes * **deps:** update external fixes ([#266](#266)) ([a89ab83](a89ab83))
🎉 This PR is included in version @adobe/spacecat-shared-utils-v1.15.9 🎉 The release is available on: Your semantic-release bot 📦🚀 |
This PR contains the following updates:
3.592.0
->3.598.0
3.592.0
->3.598.0
3.592.0
->3.598.0
3.592.0
->3.598.0
3.592.0
->3.598.0
7.0.4
->7.1.0
7.12.0
->7.13.0
7.12.0
->7.13.0
10.1.1
->10.1.2
9.10.0
->9.11.0
15.2.5
->15.2.7
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
Documentation Changes
New Features
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:
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!attachOriginalToWebAPIRequestError
tofalse
to ensure API responses are not logged. By default, this option will be set tofalse
. 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 literaltypescript-estree: forbid
.body
,.async
,.generator
ondeclare 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
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
❤️ Thank You
You can read about our versioning strategy and releases on our website.
bcoe/c8 (c8)
v10.1.2
Compare Source
Bug Fixes
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
a51be80
Thanks @iiroj! - In the previous version the nativegit 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 upgradinggit
to the latest version.v15.2.6
Compare Source
Patch Changes
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.
This PR has been generated by Mend Renovate. View repository job log here.