adobe / spacecat-api-service

Edge Delivery services experience success as a service automation: SpaceCat + Star Catalogue
Apache License 2.0
3 stars 1 forks source link

fix(deps): update external fixes #373

Closed renovate[bot] closed 1 week ago

renovate[bot] commented 1 week ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@aws-sdk/client-s3 (source) 3.598.0 -> 3.600.0 age adoption passing confidence
@aws-sdk/client-sqs (source) 3.598.0 -> 3.600.0 age adoption passing confidence
@aws-sdk/s3-request-presigner (source) 3.598.0 -> 3.600.0 age adoption passing confidence
@redocly/cli 1.15.0 -> 1.16.0 age adoption passing confidence
@slack/bolt (source) 3.18.0 -> 3.19.0 age adoption passing confidence
esmock 2.6.5 -> 2.6.6 age adoption passing confidence
jose 5.4.0 -> 5.4.1 age adoption passing confidence
nodemon (source) 3.1.3 -> 3.1.4 age adoption passing confidence

Release Notes

aws/aws-sdk-js-v3 (@​aws-sdk/client-s3) ### [`v3.600.0`](https://togithub.com/aws/aws-sdk-js-v3/blob/HEAD/clients/client-s3/CHANGELOG.md#36000-2024-06-18) [Compare Source](https://togithub.com/aws/aws-sdk-js-v3/compare/v3.598.0...v3.600.0) **Note:** Version bump only for package [@​aws-sdk/client-s3](https://togithub.com/aws-sdk/client-s3)
aws/aws-sdk-js-v3 (@​aws-sdk/client-sqs) ### [`v3.600.0`](https://togithub.com/aws/aws-sdk-js-v3/blob/HEAD/clients/client-sqs/CHANGELOG.md#36000-2024-06-18) [Compare Source](https://togithub.com/aws/aws-sdk-js-v3/compare/v3.598.0...v3.600.0) **Note:** Version bump only for package [@​aws-sdk/client-sqs](https://togithub.com/aws-sdk/client-sqs)
aws/aws-sdk-js-v3 (@​aws-sdk/s3-request-presigner) ### [`v3.600.0`](https://togithub.com/aws/aws-sdk-js-v3/blob/HEAD/packages/s3-request-presigner/CHANGELOG.md#36000-2024-06-18) [Compare Source](https://togithub.com/aws/aws-sdk-js-v3/compare/v3.598.0...v3.600.0) **Note:** Version bump only for package [@​aws-sdk/s3-request-presigner](https://togithub.com/aws-sdk/s3-request-presigner)
Redocly/redocly-cli (@​redocly/cli) ### [`v1.16.0`](https://togithub.com/Redocly/redocly-cli/releases/tag/%40redocly/cli%401.16.0) [Compare Source](https://togithub.com/Redocly/redocly-cli/compare/@redocly/cli@1.15.0...@redocly/cli@1.16.0) ##### Minor Changes - Users can run the CLI tool behind a proxy by using `HTTP_PROXY` or `HTTPS_PROXY` environment variables to configure the proxy settings. ##### Patch Changes - Updated [@​redocly/openapi-core](https://togithub.com/redocly/openapi-core) to v1.16.0.
slackapi/bolt (@​slack/bolt) ### [`v3.19.0`](https://togithub.com/slackapi/bolt-js/releases/tag/%40slack/bolt%403.19.0) [Compare Source](https://togithub.com/slackapi/bolt/compare/@slack/bolt@3.18.0...@slack/bolt@3.19.0) #### What's Changed More customizations for the `AwsLambdaReceiver` have landed as well as a few touchups to typings and documented details! With this release, the signature verification for `AwsLambdaReceiver` can now be turned off if that's something you're interested in! Perhaps you have your own stylish way of verifying these signatures. The following can be added to your receiver to unlock this: ```ts const { App, AwsLambdaReceiver } = require('@​slack/bolt'); const app = new App({ ... receiver: new AwsLambdaReceiver({ signatureVerification: false, }), }); ``` Read on and browse around for more details on all of the changes included! ##### 🎁 Enhancments - Add flag to `AwsLambdaReceiver` to enable/disable signature verification in [https://github.com/slackapi/bolt-js/pull/2107](https://togithub.com/slackapi/bolt-js/pull/2107) - thanks [@​noah-guillory](https://togithub.com/noah-guillory)! ##### 🐛 Fixes - Add a type predicate for `CodedError` in [https://github.com/slackapi/bolt-js/pull/2110](https://togithub.com/slackapi/bolt-js/pull/2110) - thanks [@​filmaj](https://togithub.com/filmaj)! - ButtonAction value field not required in [https://github.com/slackapi/bolt-js/pull/2134](https://togithub.com/slackapi/bolt-js/pull/2134) - thanks [@​srajiang](https://togithub.com/srajiang)! - fix(types): return void promises from the express receiver middleware parser in [https://github.com/slackapi/bolt-js/pull/2141](https://togithub.com/slackapi/bolt-js/pull/2141) - thanks [@​zimeg](https://togithub.com/zimeg)! ##### 📚 Documentation - docs: fixed duplicative header links in reference in [https://github.com/slackapi/bolt-js/pull/2120](https://togithub.com/slackapi/bolt-js/pull/2120) - thanks [@​lukegalbraithrussell](https://togithub.com/lukegalbraithrussell)! - docs: deprecate Steps from Apps docs in [https://github.com/slackapi/bolt-js/pull/2130](https://togithub.com/slackapi/bolt-js/pull/2130) - thanks [@​filmaj](https://togithub.com/filmaj)! - docs: add JSDoc to and list out all available builtin middleware functions in the docs in [https://github.com/slackapi/bolt-js/pull/2136](https://togithub.com/slackapi/bolt-js/pull/2136) - thanks [@​filmaj](https://togithub.com/filmaj)! ##### 🧰 Maintenance - ci(test): perform unit testing against node version 22 in [https://github.com/slackapi/bolt-js/pull/2140](https://togithub.com/slackapi/bolt-js/pull/2140) - thanks [@​zimeg](https://togithub.com/zimeg)! - chore(release): tag version [@​slack/bolt](https://togithub.com/slack/bolt)[@​3](https://togithub.com/3).19.0 in [https://github.com/slackapi/bolt-js/pull/2142](https://togithub.com/slackapi/bolt-js/pull/2142) - thanks [@​zimeg](https://togithub.com/zimeg)! ##### 📦 Dependencies - Bump [@​types/node](https://togithub.com/types/node) from 20.12.7 to 20.12.10 in [https://github.com/slackapi/bolt-js/pull/2111](https://togithub.com/slackapi/bolt-js/pull/2111) - thanks [@​dependabot](https://togithub.com/dependabot)! - Bump [@​types/node](https://togithub.com/types/node) from 20.12.10 to 20.12.11 in [https://github.com/slackapi/bolt-js/pull/2114](https://togithub.com/slackapi/bolt-js/pull/2114) - thanks [@​dependabot](https://togithub.com/dependabot)! - Bump [@​types/node](https://togithub.com/types/node) from 20.12.11 to 20.12.12 in [https://github.com/slackapi/bolt-js/pull/2117](https://togithub.com/slackapi/bolt-js/pull/2117) - thanks [@​dependabot](https://togithub.com/dependabot)! - Bump [@​types/node](https://togithub.com/types/node) from 20.12.12 to 20.14.0 in [https://github.com/slackapi/bolt-js/pull/2125](https://togithub.com/slackapi/bolt-js/pull/2125) - thanks [@​dependabot](https://togithub.com/dependabot)! - Bump [@​types/node](https://togithub.com/types/node) from 20.14.0 to 20.14.2 in [https://github.com/slackapi/bolt-js/pull/2132](https://togithub.com/slackapi/bolt-js/pull/2132) - thanks [@​dependabot](https://togithub.com/dependabot)! #### New Contributors - [@​noah-guillory](https://togithub.com/noah-guillory) made their first contribution in [https://github.com/slackapi/bolt-js/pull/2107](https://togithub.com/slackapi/bolt-js/pull/2107) - [@​lukegalbraithrussell](https://togithub.com/lukegalbraithrussell) made their first contribution in [https://github.com/slackapi/bolt-js/pull/2120](https://togithub.com/slackapi/bolt-js/pull/2120) **Full Changelog**: https://github.com/slackapi/bolt-js/compare/[@​slack/bolt](https://togithub.com/slack/bolt)[@​3](https://togithub.com/3).18.0...[@​slack/bolt](https://togithub.com/slack/bolt)[@​3](https://togithub.com/3).19.0
iambumblehead/esmock (esmock) ### [`v2.6.6`](https://togithub.com/iambumblehead/esmock/releases/tag/v2.6.6): migrate eslint 9 add tsx tests [Compare Source](https://togithub.com/iambumblehead/esmock/compare/v2.6.5...v2.6.6) migrate eslint 9 add tsx tests, - [add tsx tests and remove tsx caution from README](https://togithub.com/iambumblehead/esmock/pull/305) thanks [@​galexite](https://togithub.com/galexite) - [pin node 22.1 at test CI](https://togithub.com/iambumblehead/esmock/pull/306) and ignore regressions in new node 22 - [migrate to eslint 9](https://togithub.com/iambumblehead/esmock/pull/306)
panva/jose (jose) ### [`v5.4.1`](https://togithub.com/panva/jose/blob/HEAD/CHANGELOG.md#541-2024-06-18) [Compare Source](https://togithub.com/panva/jose/compare/v5.4.0...v5.4.1) ##### Fixes - ensure latest release on npm is v5.x ([a9b2a30](https://togithub.com/panva/jose/commit/a9b2a300947f9ab10d580748a3eda58207de4c62))
remy/nodemon (nodemon) ### [`v3.1.4`](https://togithub.com/remy/nodemon/compare/v3.1.3...d7cfe08403d51f3eef1a1347616306ed29bdd439) [Compare Source](https://togithub.com/remy/nodemon/compare/v3.1.3...v3.1.4)

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.

github-actions[bot] commented 1 week ago

This PR will trigger a patch release when merged.

solaris007 commented 1 week ago

:tada: This PR is included in version 1.50.1 :tada:

The release is available on:

Your semantic-release bot :package::rocket: