From 921eb2f38705668ba52773ceb651a695ec1b0b70 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2024 23:29:46 +0000 Subject: [PATCH] fix(deps): update dependency @adobe/spacecat-shared-utils to v1.22.0 (#316) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@adobe/spacecat-shared-utils](https://redirect.github.com/adobe/spacecat-shared) | [`1.21.1` -> `1.22.0`](https://renovatebot.com/diffs/npm/@adobe%2fspacecat-shared-utils/1.21.1/1.22.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@adobe%2fspacecat-shared-utils/1.22.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@adobe%2fspacecat-shared-utils/1.22.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@adobe%2fspacecat-shared-utils/1.21.1/1.22.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@adobe%2fspacecat-shared-utils/1.21.1/1.22.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
adobe/spacecat-shared (@​adobe/spacecat-shared-utils) ### [`v1.22.0`](https://redirect.github.com/adobe/spacecat-shared/releases/tag/%40adobe/spacecat-shared-utils-v1.22.0) [Compare Source](https://redirect.github.com/adobe/spacecat-shared/compare/@adobe/spacecat-shared-utils-v1.21.1...@adobe/spacecat-shared-utils-v1.22.0) ##### Features - support FIFO queues with the SQS sendMessage helper ([#​417](https://redirect.github.com/adobe/spacecat-shared/issues/417)) ([f9df606](https://redirect.github.com/adobe/spacecat-shared/commit/f9df606d62b9e23c89b9944f7042b4804cef0599))
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/adobe/spacecat-audit-post-processor). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index cb27178..dea6d69 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "@adobe/spacecat-shared-http-utils": "1.6.14", "@adobe/spacecat-shared-rum-api-client": "2.9.7", "@adobe/spacecat-shared-slack-client": "1.3.20", - "@adobe/spacecat-shared-utils": "1.21.1", + "@adobe/spacecat-shared-utils": "1.22.0", "comma-number": "2.1.0", "human-format": "1.2.0" }, @@ -5675,9 +5675,9 @@ } }, "node_modules/@adobe/spacecat-shared-utils": { - "version": "1.21.1", - "resolved": "https://registry.npmjs.org/@adobe/spacecat-shared-utils/-/spacecat-shared-utils-1.21.1.tgz", - "integrity": "sha512-6maDYbpI4ekRkv2TrXADXftlFnEPnH8E0hBgaEbEJv7CtUAv2lo8Xq58x1bsIDkPyvN0Dj/r9toVTdhYlEHRpw==", + "version": "1.22.0", + "resolved": "https://registry.npmjs.org/@adobe/spacecat-shared-utils/-/spacecat-shared-utils-1.22.0.tgz", + "integrity": "sha512-MM5EChfQvZt7X3S2M7Hgb5HdatASZuYQ4/Fq1xHrQWd+tYlFuf6rdT9PlIRW0K+MfG+6yyJjFiKN3al1wbG/+w==", "license": "Apache-2.0", "dependencies": { "@adobe/fetch": "4.1.9", diff --git a/package.json b/package.json index 56bbb07..86e32e4 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "@adobe/helix-universal-logger": "3.0.21", "@adobe/spacecat-shared-rum-api-client": "2.9.7", "@adobe/spacecat-shared-http-utils": "1.6.14", - "@adobe/spacecat-shared-utils": "1.21.1", + "@adobe/spacecat-shared-utils": "1.22.0", "@adobe/spacecat-shared-data-access": "1.49.3", "@adobe/spacecat-shared-slack-client": "1.3.20", "comma-number": "2.1.0",