-
Notifications
You must be signed in to change notification settings - Fork 13
[SITES-36263] Spacecat A11y Autofix pipeline integration #1431
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
Open
rmanolescu-adobe
wants to merge
57
commits into
adobe:feature/send-autofix-message
Choose a base branch
from
rmanolescu-adobe:feature/a11y-autofix-integration
base: feature/send-autofix-message
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
[SITES-36263] Spacecat A11y Autofix pipeline integration #1431
rmanolescu-adobe
wants to merge
57
commits into
adobe:feature/send-autofix-message
from
rmanolescu-adobe:feature/a11y-autofix-integration
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…ler (adobe#1411) ## Fix: Calculate week number from date in daily geo-brand-presence handler ### Problem The daily geo-brand-presence handler was using `message.week` which is not preserved by Mystique. This caused all daily reports to fall back to week "01" instead of using the actual ISO week number. ### Solution Calculate the ISO week number from `message.data.date` field using the `isoCalendarWeek()` utility, since Mystique reliably preserves the date field. ### Changes - Added import of `isoCalendarWeek` from `@adobe/spacecat-shared-utils` - Changed logic to calculate week from `message.data.date` instead of `message.week` - Week calculation handles edge cases (year boundaries) correctly ### Testing - ✅ ESLint validation passed - ✅ Syntax validation passed - ✅ Logic tested with actual Mystique data: `2025-10-13` → week `42` - ✅ Edge cases tested (year boundaries) ### Result Daily reports will now be correctly organized in SharePoint paths like `/brand-presence/w42` instead of defaulting to `/brand-presence/w01`. Please ensure your pull request adheres to the following guidelines: - [ ] make sure to link the related issues in this description - [ ] when merging / squashing, make sure the fixed issue references are visible in the commits, for easy compilation of release notes - [ ] If data sources for any opportunity has been updated/added, please update the [wiki](https://wiki.corp.adobe.com/display/AEMSites/Data+Sources+for+Opportunities) for same opportunity. ## Related Issues Thanks for contributing!
## [1.210.3](adobe/spacecat-audit-worker@v1.210.2...v1.210.3) (2025-10-16) ### Bug Fixes * calculate week number from date in daily geo-brand-presence handler ([adobe#1411](adobe#1411)) ([f9e968c](adobe@f9e968c))
merge existing patterns with new patterns
## [1.210.4](adobe/spacecat-audit-worker@v1.210.3...v1.210.4) (2025-10-16) ### Bug Fixes * merge existing patterns with new patterns ([adobe#1416](adobe#1416)) ([f3fbd67](adobe@f3fbd67))
Please ensure your pull request adheres to the following guidelines: - [ ] make sure to link the related issues in this description - [ ] when merging / squashing, make sure the fixed issue references are visible in the commits, for easy compilation of release notes - [ ] If data sources for any opportunity has been updated/added, please update the [wiki](https://wiki.corp.adobe.com/display/AEMSites/Data+Sources+for+Opportunities) for same opportunity. ## Related Issues Thanks for contributing!
## [1.210.5](adobe/spacecat-audit-worker@v1.210.4...v1.210.5) (2025-10-16) ### Bug Fixes * update title to match grouping criteria ([adobe#1410](adobe#1410)) ([722f601](adobe@722f601))
Please ensure your pull request adheres to the following guidelines: - [ ] make sure to link the related issues in this description - [ ] when merging / squashing, make sure the fixed issue references are visible in the commits, for easy compilation of release notes - [ ] If data sources for any opportunity has been updated/added, please update the [wiki](https://wiki.corp.adobe.com/display/AEMSites/Data+Sources+for+Opportunities) for same opportunity. ## Related Issues Thanks for contributing!
## [1.210.6](adobe/spacecat-audit-worker@v1.210.5...v1.210.6) (2025-10-16) ### Bug Fixes * Audit tier integration ([adobe#1395](adobe#1395)) ([84b0ff7](adobe@84b0ff7)) * fix CWV unit tests ([adobe#1428](adobe#1428)) ([17b7be9](adobe@17b7be9))
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [@adobe/eslint-config-helix](https://redirect.github.com/adobe/helix-eslint-config) | [`3.0.11` -> `3.0.12`](https://renovatebot.com/diffs/npm/@adobe%2feslint-config-helix/3.0.11/3.0.12) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [@adobe/semantic-release-coralogix](https://redirect.github.com/adobe/semantic-release-coralogix) | [`1.1.39` -> `1.1.40`](https://renovatebot.com/diffs/npm/@adobe%2fsemantic-release-coralogix/1.1.39/1.1.40) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [@adobe/spacecat-shared-data-access](https://redirect.github.com/adobe/spacecat-shared) | [`2.71.1` -> `2.72.1`](https://renovatebot.com/diffs/npm/@adobe%2fspacecat-shared-data-access/2.71.1/2.72.1) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [@adobe/spacecat-shared-tier-client](https://redirect.github.com/adobe/spacecat-shared/packages/spacecat-shared-tier-client/#readme) ([source](https://redirect.github.com/adobe/spacecat-shared)) | [`1.1.2` -> `1.2.0`](https://renovatebot.com/diffs/npm/@adobe%2fspacecat-shared-tier-client/1.1.2/1.2.0) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>adobe/helix-eslint-config (@​adobe/eslint-config-helix)</summary> ### [`v3.0.12`](https://redirect.github.com/adobe/helix-eslint-config/blob/HEAD/CHANGELOG.md#3012-2025-10-16) [Compare Source](https://redirect.github.com/adobe/helix-eslint-config/compare/v3.0.11...v3.0.12) ##### Bug Fixes - update semantic-release to v25 and node to 24.x for OIDC ([f994290](https://redirect.github.com/adobe/helix-eslint-config/commit/f99429087b7125c976c2c5de7ff6e5a52424bc68)) </details> <details> <summary>adobe/semantic-release-coralogix (@​adobe/semantic-release-coralogix)</summary> ### [`v1.1.40`](https://redirect.github.com/adobe/semantic-release-coralogix/blob/HEAD/CHANGELOG.md#1140-2025-10-16) [Compare Source](https://redirect.github.com/adobe/semantic-release-coralogix/compare/v1.1.39...v1.1.40) ##### Bug Fixes - update semantic-release to v25 and node to 24.x for OIDC ([bb23732](https://redirect.github.com/adobe/semantic-release-coralogix/commit/bb237322610fa57f035b3046a481fab2ca33c0ca)) </details> <details> <summary>adobe/spacecat-shared (@​adobe/spacecat-shared-data-access)</summary> ### [`v2.72.1`](https://redirect.github.com/adobe/spacecat-shared/releases/tag/%40adobe/spacecat-shared-data-access-v2.72.1) [Compare Source](https://redirect.github.com/adobe/spacecat-shared/compare/@adobe/spacecat-shared-data-access-v2.72.0...@adobe/spacecat-shared-data-access-v2.72.1) ##### Bug Fixes - SITES-35629 adds origin attribute in fix entities ([#​991](https://redirect.github.com/adobe/spacecat-shared/issues/991)) ([2551444](https://redirect.github.com/adobe/spacecat-shared/commit/255144441b246e22f9e84c6b1197ac6da726a742)) ### [`v2.72.0`](https://redirect.github.com/adobe/spacecat-shared/releases/tag/%40adobe/spacecat-shared-data-access-v2.72.0) [Compare Source](https://redirect.github.com/adobe/spacecat-shared/compare/@adobe/spacecat-shared-data-access-v2.71.1...@adobe/spacecat-shared-data-access-v2.72.0) ##### Features - Sites 34129 adds many to many relationship between Fix Entity and Suggestions ([#​993](https://redirect.github.com/adobe/spacecat-shared/issues/993)) ([8739d2b](https://redirect.github.com/adobe/spacecat-shared/commit/8739d2b891d5df6ce883ba3b319047531419100e)) </details> --- ### 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. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->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-worker). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNDMuMSIsInVwZGF0ZWRJblZlciI6IjQxLjE0My4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
## [1.210.7](adobe/spacecat-audit-worker@v1.210.6...v1.210.7) (2025-10-17) ### Bug Fixes * **deps:** update adobe fixes ([adobe#1422](adobe#1422)) ([3bd5ed9](adobe@3bd5ed9))
Removed the capability to trigger individual preflight checks through the API. This has been moved to the global configuration. Reasons for this change: - it simplifies the whole process - it aligns with the other audits - nobody was using the API to trigger individual checks --------- Co-authored-by: Radhika Gupta <[email protected]> Co-authored-by: radhikagpt1208 <[email protected]>
## [1.210.8](adobe/spacecat-audit-worker@v1.210.7...v1.210.8) (2025-10-17) ### Bug Fixes * remove api triggered checks to configuration based ([adobe#1407](adobe#1407)) ([18d5bb3](adobe@18d5bb3))
## Related Issues adobe#1425
# [1.211.0](adobe/spacecat-audit-worker@v1.210.8...v1.211.0) (2025-10-17) ### Features * added security permission audit ([adobe#1371](adobe#1371)) Issue [adobe#1425](adobe#1425) ([9f7b0ac](adobe@9f7b0ac))
….73.1 (adobe#1429) This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [@adobe/spacecat-shared-data-access](https://redirect.github.com/adobe/spacecat-shared) | [`2.72.1` -> `2.73.1`](https://renovatebot.com/diffs/npm/@adobe%2fspacecat-shared-data-access/2.72.1/2.73.1) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>adobe/spacecat-shared (@​adobe/spacecat-shared-data-access)</summary> ### [`v2.73.1`](https://redirect.github.com/adobe/spacecat-shared/releases/tag/%40adobe/spacecat-shared-data-access-v2.73.1) [Compare Source](https://redirect.github.com/adobe/spacecat-shared/compare/@adobe/spacecat-shared-data-access-v2.73.0...@adobe/spacecat-shared-data-access-v2.73.1) ##### Bug Fixes - maxScrapeAge zero handling ([#​1024](https://redirect.github.com/adobe/spacecat-shared/issues/1024)) ([4aa087b](https://redirect.github.com/adobe/spacecat-shared/commit/4aa087b9af57f70f60ca38dc4d843929b7f4cc8f)) ### [`v2.73.0`](https://redirect.github.com/adobe/spacecat-shared/releases/tag/%40adobe/spacecat-shared-data-access-v2.73.0) [Compare Source](https://redirect.github.com/adobe/spacecat-shared/compare/@adobe/spacecat-shared-data-access-v2.72.1...@adobe/spacecat-shared-data-access-v2.73.0) ##### Features - added pageType audit\_type ([#​1031](https://redirect.github.com/adobe/spacecat-shared/issues/1031)) ([ee469fa](https://redirect.github.com/adobe/spacecat-shared/commit/ee469fa60cdcfb0f20f44e90625ed49b235bbeb7)) </details> --- ### 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. --- - [ ] <!-- rebase-check -->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-worker). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNDMuMSIsInVwZGF0ZWRJblZlciI6IjQxLjE0My4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
## [1.211.1](adobe/spacecat-audit-worker@v1.211.0...v1.211.1) (2025-10-17) ### Bug Fixes * **deps:** update dependency @adobe/spacecat-shared-data-access to v2.73.1 ([adobe#1429](adobe#1429)) ([5b24fcc](adobe@5b24fcc))
… v2.38.3 (adobe#1432) This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [@adobe/spacecat-shared-rum-api-client](https://redirect.github.com/adobe/spacecat-shared) | [`2.38.2` -> `2.38.3`](https://renovatebot.com/diffs/npm/@adobe%2fspacecat-shared-rum-api-client/2.38.2/2.38.3) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>adobe/spacecat-shared (@​adobe/spacecat-shared-rum-api-client)</summary> ### [`v2.38.3`](https://redirect.github.com/adobe/spacecat-shared/releases/tag/%40adobe/spacecat-shared-rum-api-client-v2.38.3) [Compare Source](https://redirect.github.com/adobe/spacecat-shared/compare/@adobe/spacecat-shared-rum-api-client-v2.38.2...@adobe/spacecat-shared-rum-api-client-v2.38.3) ##### Bug Fixes - **deps:** update dependency [@​adobe/rum-distiller](https://redirect.github.com/adobe/rum-distiller) to v1.20.8 ([#​1033](https://redirect.github.com/adobe/spacecat-shared/issues/1033)) ([e3a0b99](https://redirect.github.com/adobe/spacecat-shared/commit/e3a0b99c9464d542631e6dd744a2d9c214eda314)) </details> --- ### 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. --- - [ ] <!-- rebase-check -->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-worker). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNDMuMSIsInVwZGF0ZWRJblZlciI6IjQxLjE0My4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
## [1.211.2](adobe/spacecat-audit-worker@v1.211.1...v1.211.2) (2025-10-18) ### Bug Fixes * **deps:** update dependency @adobe/spacecat-shared-rum-api-client to v2.38.3 ([adobe#1432](adobe#1432)) ([f581e6d](adobe@f581e6d))
* Added pageType detection feature - Not a scheduled audit, but manually triggered during onboarding --------- Co-authored-by: Miriam Mchome <[email protected]>
adobe#1406) Jira link: [https://jira.corp.adobe.com/browse/SITES-35890](https://jira.corp.adobe.com/browse/SITES-35890) Send accessibilityScrapingParams to content-scraper. This need arised due to systematically failed audits for celestyal URLs. More details in the comment from the Jira link above. Co-authored-by: “alinalex” <“[email protected]”>
# [1.212.0](adobe/spacecat-audit-worker@v1.211.2...v1.212.0) (2025-10-20) ### Features * PageType audit ([adobe#1430](adobe#1430)) ([0a8cbe7](adobe@0a8cbe7))
only trigger if category names changed
## [1.212.1](adobe/spacecat-audit-worker@v1.212.0...v1.212.1) (2025-10-20) ### Bug Fixes * only trigger if category names changed ([adobe#1434](adobe#1434)) ([f277a04](adobe@f277a04))
Add support for x forwarded host
# [1.213.0](adobe/spacecat-audit-worker@v1.212.1...v1.213.0) (2025-10-21) ### Features * add support for x forwarded host ([adobe#1437](adobe#1437)) ([07d9262](adobe@07d9262))
Add column in the aggregated table
## [1.213.1](adobe/spacecat-audit-worker@v1.213.0...v1.213.1) (2025-10-21) ### Bug Fixes * add column in the aggregated table ([adobe#1439](adobe#1439)) ([ce5f5e1](adobe@ce5f5e1))
minor issues with column order
## [1.213.2](adobe/spacecat-audit-worker@v1.213.1...v1.213.2) (2025-10-21) ### Bug Fixes * minor issues with column order ([adobe#1440](adobe#1440)) ([b714f6b](adobe@b714f6b))
Add for other CDN providers as table expects forward host field
## [1.213.3](adobe/spacecat-audit-worker@v1.213.2...v1.213.3) (2025-10-21) ### Bug Fixes * add for other cdn provider as table expects field ([adobe#1441](adobe#1441)) ([7c84218](adobe@7c84218))
…1427) - Add daily wrapper handler for geo-brand-presence refresh - Update base refresh handler to read cadence from site config - Register refresh:geo-brand-presence-daily message type - Update detect handler to accept both weekly and daily refresh messages - Enable refresh triggering for daily cadence sites (previously disabled) The refresh handler now automatically detects whether a site uses daily or weekly cadence from site.getConfig().getBrandPresenceCadence() and sends the appropriate message type to Mystique. Please ensure your pull request adheres to the following guidelines: - [ ] make sure to link the related issues in this description - [ ] when merging / squashing, make sure the fixed issue references are visible in the commits, for easy compilation of release notes - [ ] If data sources for any opportunity has been updated/added, please update the [wiki](https://wiki.corp.adobe.com/display/AEMSites/Data+Sources+for+Opportunities) for same opportunity. ## Related Issues Thanks for contributing! --------- Co-authored-by: David Aurelio <[email protected]>
# [1.214.0](adobe/spacecat-audit-worker@v1.213.3...v1.214.0) (2025-10-21) ### Features * add daily cadence support to geo-brand-presence refresh ([adobe#1427](adobe#1427)) ([c424012](adobe@c424012))
…dobe#1438) This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [@adobe/spacecat-shared-utils](https://redirect.github.com/adobe/spacecat-shared) | [`1.59.4` -> `1.60.0`](https://renovatebot.com/diffs/npm/@adobe%2fspacecat-shared-utils/1.59.4/1.60.0) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>adobe/spacecat-shared (@​adobe/spacecat-shared-utils)</summary> ### [`v1.60.0`](https://redirect.github.com/adobe/spacecat-shared/releases/tag/%40adobe/spacecat-shared-utils-v1.60.0) [Compare Source](https://redirect.github.com/adobe/spacecat-shared/compare/@adobe/spacecat-shared-utils-v1.59.4...@adobe/spacecat-shared-utils-v1.60.0) ##### Features - add log format json ([#​1035](https://redirect.github.com/adobe/spacecat-shared/issues/1035)) ([a5f82db](https://redirect.github.com/adobe/spacecat-shared/commit/a5f82dbfec42af783345058f63d48e1c2e8093c7)) </details> --- ### 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. --- - [ ] <!-- rebase-check -->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-worker). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNTYuMSIsInVwZGF0ZWRJblZlciI6IjQxLjE1Ni4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
## [1.214.1](adobe/spacecat-audit-worker@v1.214.0...v1.214.1) (2025-10-21) ### Bug Fixes * **deps:** update dependency @adobe/spacecat-shared-utils to v1.60.0 ([adobe#1438](adobe#1438)) ([514e1f9](adobe@514e1f9))
# [1.215.0](adobe/spacecat-audit-worker@v1.214.1...v1.215.0) (2025-10-22) ### Features * CWV Auto-Suggest - enable multi-page analysis ([adobe#1443](adobe#1443)) ([8303854](adobe@8303854))
…#1444) - change logging statement
## [1.215.1](adobe/spacecat-audit-worker@v1.215.0...v1.215.1) (2025-10-22) ### Bug Fixes * **step-audit:** resolves the error during scrapeJobId logging ([adobe#1444](adobe#1444)) ([1b15c1d](adobe@1b15c1d))
….74.0 (adobe#1445) This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [@adobe/spacecat-shared-data-access](https://redirect.github.com/adobe/spacecat-shared) | [`2.73.1` -> `2.74.0`](https://renovatebot.com/diffs/npm/@adobe%2fspacecat-shared-data-access/2.73.1/2.74.0) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>adobe/spacecat-shared (@​adobe/spacecat-shared-data-access)</summary> ### [`v2.74.0`](https://redirect.github.com/adobe/spacecat-shared/releases/tag/%40adobe/spacecat-shared-data-access-v2.74.0) [Compare Source](https://redirect.github.com/adobe/spacecat-shared/compare/@adobe/spacecat-shared-data-access-v2.73.1...@adobe/spacecat-shared-data-access-v2.74.0) ##### Features - add FAQs audit ([#​1036](https://redirect.github.com/adobe/spacecat-shared/issues/1036)) ([4ddc4de](https://redirect.github.com/adobe/spacecat-shared/commit/4ddc4de24dbfcd2200ed1245df9d9e0c3f87c757)) </details> --- ### 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. --- - [ ] <!-- rebase-check -->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-worker). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNTYuMSIsInVwZGF0ZWRJblZlciI6IjQxLjE1Ni4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
## [1.215.2](adobe/spacecat-audit-worker@v1.215.1...v1.215.2) (2025-10-22) ### Bug Fixes * **deps:** update dependency @adobe/spacecat-shared-data-access to v2.74.0 ([adobe#1445](adobe#1445)) ([9ddb8b2](adobe@9ddb8b2))
This PR contains the following updates: | Package | Change | Age | Confidence | Type | Update | |---|---|---|---|---|---| | [@semantic-release/npm](https://redirect.github.com/semantic-release/npm) | [`12.0.2` -> `13.1.1`](https://renovatebot.com/diffs/npm/@semantic-release%2fnpm/12.0.2/13.1.1) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | devDependencies | major | | [actions/setup-node](https://redirect.github.com/actions/setup-node) | `v5` -> `v6` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | action | major | | [semantic-release](https://redirect.github.com/semantic-release/semantic-release) | [`24.2.9` -> `25.0.1`](https://renovatebot.com/diffs/npm/semantic-release/24.2.9/25.0.1) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | devDependencies | major | --- ### Release Notes <details> <summary>semantic-release/npm (@​semantic-release/npm)</summary> ### [`v13.1.1`](https://redirect.github.com/semantic-release/npm/releases/tag/v13.1.1) [Compare Source](https://redirect.github.com/semantic-release/npm/compare/v13.1.0...v13.1.1) ##### Bug Fixes - **publish-dry-run:** temporarily remove the addition of dry-running the publish step ([30bd176](https://redirect.github.com/semantic-release/npm/commit/30bd1763e404f2b0a789336ade6748a20c9d3138)) ### [`v13.1.0`](https://redirect.github.com/semantic-release/npm/releases/tag/v13.1.0) [Compare Source](https://redirect.github.com/semantic-release/npm/compare/v13.0.0...v13.1.0) ##### Features - **trusted-publishing:** verify auth, considering OIDC vs tokens from various registries ([e3319f1](https://redirect.github.com/semantic-release/npm/commit/e3319f1b2cb07eef8f61f9fa613552fa33bc92ae)), closes [#​958](https://redirect.github.com/semantic-release/npm/issues/958) - **trusted-publishing:** refine the messages for related errors ([316ce21](https://redirect.github.com/semantic-release/npm/commit/316ce2161e1a7894ce9775b4c8788b966c4dc0db)), closes [#​958](https://redirect.github.com/semantic-release/npm/issues/958) - **trusted-publishing:** make request to verify if OIDC token exchange can succeed ([c80ecb0](https://redirect.github.com/semantic-release/npm/commit/c80ecb0404f44fa60c5d9edb1d3424adf8a336f0)), closes [#​958](https://redirect.github.com/semantic-release/npm/issues/958) - **trusted-publishing:** pass id-token as bearer header for github actions ([d83b727](https://redirect.github.com/semantic-release/npm/commit/d83b727440121f4e029d5c2885e9cb55f8aab839)), closes [#​958](https://redirect.github.com/semantic-release/npm/issues/958) - **trusted-publishing:** pass id-token as bearer header for gitlab pipelines ([6d1c3cf](https://redirect.github.com/semantic-release/npm/commit/6d1c3cf9b3c9a9c44a855ab7fc16b7b9e76026ca)), closes [#​958](https://redirect.github.com/semantic-release/npm/issues/958) - **trusted-publishing:** handle failure to retrieve id-token in the context of github actions ([b673257](https://redirect.github.com/semantic-release/npm/commit/b67325747f7ce80bfc0e2c647f5b8c151109ea57)), closes [#​958](https://redirect.github.com/semantic-release/npm/issues/958) - **auth-error:** update messaging for auth failure to be less token specific ([e24967d](https://redirect.github.com/semantic-release/npm/commit/e24967d7c15f29eef164fd2825f0c29850e629b2)) - **auth:** attempt a dry-run publish to determine auth status ([841dc67](https://redirect.github.com/semantic-release/npm/commit/841dc67dd094d51f3e576f02c2bcd7303f36794f)) ##### Bug Fixes - **trusted-publishing:** uri encode the package name for the token exchange request ([3dd95d0](https://redirect.github.com/semantic-release/npm/commit/3dd95d0b5161a3af609e2fdcd416ee67f4f1c353)), closes [#​958](https://redirect.github.com/semantic-release/npm/issues/958) - **auth:** throw appropriate error when auth context fails to enable publishing ([f5c8d85](https://redirect.github.com/semantic-release/npm/commit/f5c8d853bb1b1a5dfece1024fd07de382ae4e543)) - **auth:** throw error if dry-run publish determines lack of auth ([8f88e9d](https://redirect.github.com/semantic-release/npm/commit/8f88e9dafb6c85a61e020044838507a4d1efeda5)) - **verify-auth:** enable the publish dry-run to work for projects publishing from a sub-directory ([e7d684c](https://redirect.github.com/semantic-release/npm/commit/e7d684c8d143f3541b056bc22dc509568d70b667)) ### [`v13.0.0`](https://redirect.github.com/semantic-release/npm/releases/tag/v13.0.0) [Compare Source](https://redirect.github.com/semantic-release/npm/compare/v12.0.2...v13.0.0) ##### Features - **node-versions:** drop support for node versions v20, v21, and v23 - **node-versions:** raise the minimum node version requirement for the v24 range ([935439e](https://redirect.github.com/semantic-release/npm/commit/935439e1efead57e0db66f7e3ae16733d93542c6)) ##### Bug Fixes - **deps:** update npm to v11 ([debc7c5](https://redirect.github.com/semantic-release/npm/commit/debc7c58e51d0c991de92d64f412ac3904a60ed3)), closes [#​966](https://redirect.github.com/semantic-release/npm/issues/966) [#​966](https://redirect.github.com/semantic-release/npm/issues/966) - **deps:** update to the latest version of npm ([1b25d6c](https://redirect.github.com/semantic-release/npm/commit/1b25d6c1d6922a9f0f61498c42bd114395dba7c8)) ##### BREAKING CHANGES - **node-versions:** the minimum node version for the v24 range is now v24.10.0 - **deps:** a minimum of node v22.14 is now required </details> <details> <summary>actions/setup-node (actions/setup-node)</summary> ### [`v6`](https://redirect.github.com/actions/setup-node/compare/v5...v6) [Compare Source](https://redirect.github.com/actions/setup-node/compare/v5...v6) </details> <details> <summary>semantic-release/semantic-release (semantic-release)</summary> ### [`v25.0.1`](https://redirect.github.com/semantic-release/semantic-release/releases/tag/v25.0.1) [Compare Source](https://redirect.github.com/semantic-release/semantic-release/compare/v25.0.0...v25.0.1) ##### Bug Fixes - **deps:** update to the latest version of the npm plugin to add trusted publishing support ([fad173e](https://redirect.github.com/semantic-release/semantic-release/commit/fad173e5fc767c8193027e77bb04b1103eebdcd3)), closes [semantic-release/npm#958](https://redirect.github.com/semantic-release/npm/issues/958) ### [`v25.0.0`](https://redirect.github.com/semantic-release/semantic-release/releases/tag/v25.0.0) [Compare Source](https://redirect.github.com/semantic-release/semantic-release/compare/v24.2.9...v25.0.0) ##### Bug Fixes - **deps:** update dependency hosted-git-info to v9 ([9fa04f8](https://redirect.github.com/semantic-release/semantic-release/commit/9fa04f85df77cb84c9adf8a582fbf39149244f1b)) - **deps:** update dependency yargs to v18 ([#​3745](https://redirect.github.com/semantic-release/semantic-release/issues/3745)) ([cde9a72](https://redirect.github.com/semantic-release/semantic-release/commit/cde9a720d6a005af3ce31670f950adb01f530db9)) - **deps:** update to the stable version of the github plugin ([f12cf81](https://redirect.github.com/semantic-release/semantic-release/commit/f12cf8101a7f6576249dfafd7c6a10245ee6234c)) - **deps:** update to the stable version of the release-notes-generator plugin ([d9def72](https://redirect.github.com/semantic-release/semantic-release/commit/d9def723917b05f1e96b91b597d5a2a3bd700444)) - **deps:** updated to the stable version of the commit-analyzer plugin ([291533b](https://redirect.github.com/semantic-release/semantic-release/commit/291533b1a93daf2543f20b08a5d13f56ce72cf97)) - **deps:** upgrade to the new major version of the npm plugin, which upgrades npm to v11 for publishing ([1be8290](https://redirect.github.com/semantic-release/semantic-release/commit/1be8290a6169e3855fc7c32a8e1364e187c6f30d)) ##### Features - **node-versions:** drop support for node versions v20, v21, and v23 ([56d16f4](https://redirect.github.com/semantic-release/semantic-release/commit/56d16f428420860cbcc0da67e5b5f370f7c23565)) - **node-versions:** raise the minimum node version for the v24 range ([116a188](https://redirect.github.com/semantic-release/semantic-release/commit/116a1880771f8367ce7e245f8541aa10f247bd7f)) ##### BREAKING CHANGES - **node-versions:** the minimum node version for the v24 range is now v24.10.0 - **node-versions:** a minimum of node v22.14 is now required </details> --- ### Configuration 📅 **Schedule**: Branch creation - "after 2pm on Monday" in timezone Europe/Zurich, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->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-worker). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNDMuMSIsInVwZGF0ZWRJblZlciI6IjQxLjE0My4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [@adobe/spacecat-helix-content-sdk](https://redirect.github.com/adobe/spacecat-helix-content-sdk) | [`1.4.24` -> `1.4.25`](https://renovatebot.com/diffs/npm/@adobe%2fspacecat-helix-content-sdk/1.4.24/1.4.25) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [@adobe/spacecat-shared-google-client](https://redirect.github.com/adobe/spacecat-shared) | [`1.4.50` -> `1.4.51`](https://renovatebot.com/diffs/npm/@adobe%2fspacecat-shared-google-client/1.4.50/1.4.51) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>adobe/spacecat-helix-content-sdk (@​adobe/spacecat-helix-content-sdk)</summary> ### [`v1.4.25`](https://redirect.github.com/adobe/spacecat-helix-content-sdk/compare/8fa7bb7ef35d026a304eede03a7b9b9ff2bfe214...372d90ddec2ecb55ba3471d1e615e00bb6a2af8f) [Compare Source](https://redirect.github.com/adobe/spacecat-helix-content-sdk/compare/8fa7bb7ef35d026a304eede03a7b9b9ff2bfe214...372d90ddec2ecb55ba3471d1e615e00bb6a2af8f) </details> <details> <summary>adobe/spacecat-shared (@​adobe/spacecat-shared-google-client)</summary> ### [`v1.4.51`](https://redirect.github.com/adobe/spacecat-shared/releases/tag/%40adobe/spacecat-shared-google-client-v1.4.51) [Compare Source](https://redirect.github.com/adobe/spacecat-shared/compare/@adobe/spacecat-shared-google-client-v1.4.50...@adobe/spacecat-shared-google-client-v1.4.51) ##### Bug Fixes - **deps:** update external major (major) ([#​1034](https://redirect.github.com/adobe/spacecat-shared/issues/1034)) ([5a9b238](https://redirect.github.com/adobe/spacecat-shared/commit/5a9b238808c189fda841aca768652cc24d869e5d)) </details> --- ### 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. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->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-worker). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNTYuMSIsInVwZGF0ZWRJblZlciI6IjQxLjE1Ni4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
## [1.215.3](adobe/spacecat-audit-worker@v1.215.2...v1.215.3) (2025-10-23) ### Bug Fixes * **deps:** update adobe fixes ([adobe#1446](adobe#1446)) ([b6e336f](adobe@b6e336f))
Add FAQs audit: * Handler takes the top prompts from brand presence data, group them by URL and topic, and send to Mystique for AI suggestion generation * Guidance handler receives the message back from mystique, save the suggestions to spacecat as generic oppty Example output: https://test.d2ikwb7s634epv.amplifyapp.com/bulk.com/opportunities/generic/476f0e28-17bc-48dc-9562-cfc122efa880
# [1.216.0](adobe/spacecat-audit-worker@v1.215.3...v1.216.0) (2025-10-23) ### Features * add FAQs audit ([adobe#1442](adobe#1442)) ([378d76a](adobe@378d76a))
- Introduced a new handler to update accessibility suggestions based on code changes from S3. - Added functionality to read code change reports and update suggestions accordingly. - Included comprehensive tests to ensure correct behavior of the new handler.
f4b4397
to
942fa53
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Please ensure your pull request adheres to the following guidelines:
Related Issues
Thanks for contributing!