Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: adobe/spacecat-shared
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: @adobe/spacecat-shared-utils-v1.15.2
Choose a base ref
...
head repository: adobe/spacecat-shared
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: @adobe/spacecat-shared-utils-v1.15.3
Choose a head ref
  • 20 commits
  • 36 files changed
  • 5 contributors

Commits on May 21, 2024

  1. feat: introduce google client (#219)

    This PR introduces the GoogleClient, designed to facilitate interactions
    with Google APIs for retrieving organic search data and listing sites.
    The class uses AWS Secrets Manager to securely manage Google OAuth
    credentials, ensuring secure and efficient API requests.
    dzehnder authored May 21, 2024
    Configuration menu
    Copy the full SHA
    71eeb64 View commit details
    Browse the repository at this point in the history
  2. chore(release): 1.0.0 [skip ci]

    # @adobe/spacecat-shared-google-client-v1.0.0 (2024-05-21)
    
    ### Features
    
    * introduce google client ([#219](#219)) ([71eeb64](71eeb64))
    semantic-release-bot committed May 21, 2024
    Configuration menu
    Copy the full SHA
    39dde75 View commit details
    Browse the repository at this point in the history
  3. chore(release): 1.3.0 [skip ci]

    # [@adobe/spacecat-shared-http-utils-v1.3.0](https://github.com/adobe/spacecat-shared/compare/@adobe/spacecat-shared-http-utils-v1.2.1...@adobe/spacecat-shared-http-utils-v1.3.0) (2024-05-21)
    
    ### Features
    
    * introduce google client ([#219](#219)) ([71eeb64](71eeb64))
    semantic-release-bot committed May 21, 2024
    Configuration menu
    Copy the full SHA
    592054f View commit details
    Browse the repository at this point in the history
  4. fix: google client interface (#235)

    Fix the google client interface, using the correct response types and
    parameters
    dzehnder authored May 21, 2024
    Configuration menu
    Copy the full SHA
    9e0dc2c View commit details
    Browse the repository at this point in the history
  5. chore(release): 1.0.1 [skip ci]

    # [@adobe/spacecat-shared-google-client-v1.0.1](https://github.com/adobe/spacecat-shared/compare/@adobe/spacecat-shared-google-client-v1.0.0...@adobe/spacecat-shared-google-client-v1.0.1) (2024-05-21)
    
    ### Bug Fixes
    
    * google client interface ([#235](#235)) ([9e0dc2c](9e0dc2c))
    semantic-release-bot committed May 21, 2024
    Configuration menu
    Copy the full SHA
    ed60db8 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. fix: getOrganicSearchData interface params (#236)

    Fix the getOrganicSearchData interface parameters
    dzehnder authored May 22, 2024
    Configuration menu
    Copy the full SHA
    acfd48b View commit details
    Browse the repository at this point in the history
  2. chore(release): 1.0.2 [skip ci]

    # [@adobe/spacecat-shared-google-client-v1.0.2](https://github.com/adobe/spacecat-shared/compare/@adobe/spacecat-shared-google-client-v1.0.1...@adobe/spacecat-shared-google-client-v1.0.2) (2024-05-22)
    
    ### Bug Fixes
    
    * getOrganicSearchData interface params ([#236](#236)) ([acfd48b](acfd48b))
    semantic-release-bot committed May 22, 2024
    Configuration menu
    Copy the full SHA
    6be08e3 View commit details
    Browse the repository at this point in the history
  3. fix: more error details for firefall job (#238)

    When a firefall job fails, log the error details for debugging.
    solaris007 authored May 22, 2024
    Configuration menu
    Copy the full SHA
    10dd6e7 View commit details
    Browse the repository at this point in the history
  4. chore(release): 1.2.4 [skip ci]

    # [@adobe/spacecat-shared-gpt-client-v1.2.4](https://github.com/adobe/spacecat-shared/compare/@adobe/spacecat-shared-gpt-client-v1.2.3...@adobe/spacecat-shared-gpt-client-v1.2.4) (2024-05-22)
    
    ### Bug Fixes
    
    * more error details for firefall job ([#238](#238)) ([10dd6e7](10dd6e7))
    semantic-release-bot committed May 22, 2024
    Configuration menu
    Copy the full SHA
    6424e89 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. fix: status change key event type (#240)

    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
    
    ## Related Issues
    
    
    Thanks for contributing!
    ekremney authored May 23, 2024
    Configuration menu
    Copy the full SHA
    d32dd76 View commit details
    Browse the repository at this point in the history
  2. chore(release): 1.23.4 [skip ci]

    # [@adobe/spacecat-shared-data-access-v1.23.4](https://github.com/adobe/spacecat-shared/compare/@adobe/spacecat-shared-data-access-v1.23.3...@adobe/spacecat-shared-data-access-v1.23.4) (2024-05-23)
    
    ### Bug Fixes
    
    * status change key event type ([#240](#240)) ([d32dd76](d32dd76))
    semantic-release-bot committed May 23, 2024
    Configuration menu
    Copy the full SHA
    50cd2b3 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. feat: filter fetched organic search data from google by base url (#239)

    this PR introduces filtering for the organic search data requested from
    google.
    
    Examples:
    
    For the base URL `https://ust.com/en/insights`, we currently request the
    data for `https://www.ust.com/`, but it should be filtered to
    `https://www.ust.com/en/insights`.
    For the base URL `https://sunstar.com`, currently all other subdomains
    are included, like `https://jp.sunstar.com`, however we only want
    `https://www.sunstar.com`
    dzehnder authored May 24, 2024
    Configuration menu
    Copy the full SHA
    0bfba19 View commit details
    Browse the repository at this point in the history
  2. chore(release): 1.1.0 [skip ci]

    # [@adobe/spacecat-shared-google-client-v1.1.0](https://github.com/adobe/spacecat-shared/compare/@adobe/spacecat-shared-google-client-v1.0.2...@adobe/spacecat-shared-google-client-v1.1.0) (2024-05-24)
    
    ### Features
    
    * filter fetched organic search data from google by base url ([#239](#239)) ([0bfba19](0bfba19))
    semantic-release-bot committed May 24, 2024
    Configuration menu
    Copy the full SHA
    ddccc72 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2024

  1. fix(deps): update external fixes (#241)

    [![Mend
    Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    |
    [@aws-sdk/client-dynamodb](https://togithub.com/aws/aws-sdk-js-v3/tree/main/clients/client-dynamodb)
    ([source](https://togithub.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-dynamodb))
    | [`3.577.0` ->
    `3.584.0`](https://renovatebot.com/diffs/npm/@aws-sdk%2fclient-dynamodb/3.577.0/3.584.0)
    |
    [![age](https://developer.mend.io/api/mc/badges/age/npm/@aws-sdk%2fclient-dynamodb/3.584.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@aws-sdk%2fclient-dynamodb/3.584.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@aws-sdk%2fclient-dynamodb/3.577.0/3.584.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@aws-sdk%2fclient-dynamodb/3.577.0/3.584.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    |
    [@aws-sdk/client-s3](https://togithub.com/aws/aws-sdk-js-v3/tree/main/clients/client-s3)
    ([source](https://togithub.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3))
    | [`3.577.0` ->
    `3.583.0`](https://renovatebot.com/diffs/npm/@aws-sdk%2fclient-s3/3.577.0/3.583.0)
    |
    [![age](https://developer.mend.io/api/mc/badges/age/npm/@aws-sdk%2fclient-s3/3.583.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@aws-sdk%2fclient-s3/3.583.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@aws-sdk%2fclient-s3/3.577.0/3.583.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@aws-sdk%2fclient-s3/3.577.0/3.583.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    |
    [@aws-sdk/client-secrets-manager](https://togithub.com/aws/aws-sdk-js-v3/tree/main/clients/client-secrets-manager)
    ([source](https://togithub.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-secrets-manager))
    | [`3.569.0` ->
    `3.583.0`](https://renovatebot.com/diffs/npm/@aws-sdk%2fclient-secrets-manager/3.569.0/3.583.0)
    |
    [![age](https://developer.mend.io/api/mc/badges/age/npm/@aws-sdk%2fclient-secrets-manager/3.583.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@aws-sdk%2fclient-secrets-manager/3.583.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@aws-sdk%2fclient-secrets-manager/3.569.0/3.583.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@aws-sdk%2fclient-secrets-manager/3.569.0/3.583.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    |
    [@aws-sdk/client-sqs](https://togithub.com/aws/aws-sdk-js-v3/tree/main/clients/client-sqs)
    ([source](https://togithub.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-sqs))
    | [`3.577.0` ->
    `3.583.0`](https://renovatebot.com/diffs/npm/@aws-sdk%2fclient-sqs/3.577.0/3.583.0)
    |
    [![age](https://developer.mend.io/api/mc/badges/age/npm/@aws-sdk%2fclient-sqs/3.583.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@aws-sdk%2fclient-sqs/3.583.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@aws-sdk%2fclient-sqs/3.577.0/3.583.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@aws-sdk%2fclient-sqs/3.577.0/3.583.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    |
    [@aws-sdk/lib-dynamodb](https://togithub.com/aws/aws-sdk-js-v3/tree/main/lib/lib-dynamodb)
    ([source](https://togithub.com/aws/aws-sdk-js-v3/tree/HEAD/lib/lib-dynamodb))
    | [`3.577.0` ->
    `3.584.0`](https://renovatebot.com/diffs/npm/@aws-sdk%2flib-dynamodb/3.577.0/3.584.0)
    |
    [![age](https://developer.mend.io/api/mc/badges/age/npm/@aws-sdk%2flib-dynamodb/3.584.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@aws-sdk%2flib-dynamodb/3.584.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@aws-sdk%2flib-dynamodb/3.577.0/3.584.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@aws-sdk%2flib-dynamodb/3.577.0/3.584.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    |
    [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin)
    ([source](https://togithub.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin))
    | [`7.9.0` ->
    `7.10.0`](https://renovatebot.com/diffs/npm/@typescript-eslint%2feslint-plugin/7.9.0/7.10.0)
    |
    [![age](https://developer.mend.io/api/mc/badges/age/npm/@typescript-eslint%2feslint-plugin/7.10.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@typescript-eslint%2feslint-plugin/7.10.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@typescript-eslint%2feslint-plugin/7.9.0/7.10.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@typescript-eslint%2feslint-plugin/7.9.0/7.10.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    |
    [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser)
    ([source](https://togithub.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
    | [`7.9.0` ->
    `7.10.0`](https://renovatebot.com/diffs/npm/@typescript-eslint%2fparser/7.9.0/7.10.0)
    |
    [![age](https://developer.mend.io/api/mc/badges/age/npm/@typescript-eslint%2fparser/7.10.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@typescript-eslint%2fparser/7.10.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@typescript-eslint%2fparser/7.9.0/7.10.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@typescript-eslint%2fparser/7.9.0/7.10.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    | [aws4](https://togithub.com/mhart/aws4) | [`1.12.0` ->
    `1.13.0`](https://renovatebot.com/diffs/npm/aws4/1.12.0/1.13.0) |
    [![age](https://developer.mend.io/api/mc/badges/age/npm/aws4/1.13.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/aws4/1.13.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/aws4/1.12.0/1.13.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/aws4/1.12.0/1.13.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    |
    [google-auth-library](https://togithub.com/googleapis/google-auth-library-nodejs)
    | [`9.8.0` ->
    `9.10.0`](https://renovatebot.com/diffs/npm/google-auth-library/9.8.0/9.10.0)
    |
    [![age](https://developer.mend.io/api/mc/badges/age/npm/google-auth-library/9.10.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/google-auth-library/9.10.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/google-auth-library/9.8.0/9.10.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/google-auth-library/9.8.0/9.10.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    | [lint-staged](https://togithub.com/okonet/lint-staged) | [`15.2.2` ->
    `15.2.5`](https://renovatebot.com/diffs/npm/lint-staged/15.2.2/15.2.5) |
    [![age](https://developer.mend.io/api/mc/badges/age/npm/lint-staged/15.2.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/lint-staged/15.2.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/lint-staged/15.2.2/15.2.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/lint-staged/15.2.2/15.2.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>aws/aws-sdk-js-v3 (@&#8203;aws-sdk/client-dynamodb)</summary>
    
    ###
    [`v3.584.0`](https://togithub.com/aws/aws-sdk-js-v3/blob/HEAD/clients/client-dynamodb/CHANGELOG.md#35840-2024-05-24)
    
    [Compare
    Source](https://togithub.com/aws/aws-sdk-js-v3/compare/v3.583.0...v3.584.0)
    
    **Note:** Version bump only for package
    [@&#8203;aws-sdk/client-dynamodb](https://togithub.com/aws-sdk/client-dynamodb)
    
    ###
    [`v3.583.0`](https://togithub.com/aws/aws-sdk-js-v3/blob/HEAD/clients/client-dynamodb/CHANGELOG.md#35830-2024-05-23)
    
    [Compare
    Source](https://togithub.com/aws/aws-sdk-js-v3/compare/v3.582.0...v3.583.0)
    
    **Note:** Version bump only for package
    [@&#8203;aws-sdk/client-dynamodb](https://togithub.com/aws-sdk/client-dynamodb)
    
    ###
    [`v3.582.0`](https://togithub.com/aws/aws-sdk-js-v3/blob/HEAD/clients/client-dynamodb/CHANGELOG.md#35820-2024-05-22)
    
    [Compare
    Source](https://togithub.com/aws/aws-sdk-js-v3/compare/v3.577.0...v3.582.0)
    
    **Note:** Version bump only for package
    [@&#8203;aws-sdk/client-dynamodb](https://togithub.com/aws-sdk/client-dynamodb)
    
    </details>
    
    <details>
    <summary>aws/aws-sdk-js-v3 (@&#8203;aws-sdk/client-s3)</summary>
    
    ###
    [`v3.583.0`](https://togithub.com/aws/aws-sdk-js-v3/blob/HEAD/clients/client-s3/CHANGELOG.md#35830-2024-05-23)
    
    [Compare
    Source](https://togithub.com/aws/aws-sdk-js-v3/compare/v3.582.0...v3.583.0)
    
    **Note:** Version bump only for package
    [@&#8203;aws-sdk/client-s3](https://togithub.com/aws-sdk/client-s3)
    
    ###
    [`v3.582.0`](https://togithub.com/aws/aws-sdk-js-v3/blob/HEAD/clients/client-s3/CHANGELOG.md#35820-2024-05-22)
    
    [Compare
    Source](https://togithub.com/aws/aws-sdk-js-v3/compare/v3.577.0...v3.582.0)
    
    **Note:** Version bump only for package
    [@&#8203;aws-sdk/client-s3](https://togithub.com/aws-sdk/client-s3)
    
    </details>
    
    <details>
    <summary>aws/aws-sdk-js-v3
    (@&#8203;aws-sdk/client-secrets-manager)</summary>
    
    ###
    [`v3.583.0`](https://togithub.com/aws/aws-sdk-js-v3/blob/HEAD/clients/client-secrets-manager/CHANGELOG.md#35830-2024-05-23)
    
    [Compare
    Source](https://togithub.com/aws/aws-sdk-js-v3/compare/v3.582.0...v3.583.0)
    
    **Note:** Version bump only for package
    [@&#8203;aws-sdk/client-secrets-manager](https://togithub.com/aws-sdk/client-secrets-manager)
    
    ###
    [`v3.582.0`](https://togithub.com/aws/aws-sdk-js-v3/blob/HEAD/clients/client-secrets-manager/CHANGELOG.md#35820-2024-05-22)
    
    [Compare
    Source](https://togithub.com/aws/aws-sdk-js-v3/compare/v3.580.0...v3.582.0)
    
    **Note:** Version bump only for package
    [@&#8203;aws-sdk/client-secrets-manager](https://togithub.com/aws-sdk/client-secrets-manager)
    
    ###
    [`v3.580.0`](https://togithub.com/aws/aws-sdk-js-v3/blob/HEAD/clients/client-secrets-manager/CHANGELOG.md#35800-2024-05-20)
    
    [Compare
    Source](https://togithub.com/aws/aws-sdk-js-v3/compare/v3.578.0...v3.580.0)
    
    ##### Features
    
    - **client-secrets-manager:** add v2 smoke tests and smithy smokeTests
    trait for SDK testing
    ([b63da55](https://togithub.com/aws/aws-sdk-js-v3/commit/b63da555a08c4cf1af57dd25566af3ed4003d7d5))
    
    ###
    [`v3.578.0`](https://togithub.com/aws/aws-sdk-js-v3/blob/HEAD/clients/client-secrets-manager/CHANGELOG.md#35780-2024-05-16)
    
    [Compare
    Source](https://togithub.com/aws/aws-sdk-js-v3/compare/v3.577.0...v3.578.0)
    
    **Note:** Version bump only for package
    [@&#8203;aws-sdk/client-secrets-manager](https://togithub.com/aws-sdk/client-secrets-manager)
    
    ###
    [`v3.577.0`](https://togithub.com/aws/aws-sdk-js-v3/blob/HEAD/clients/client-secrets-manager/CHANGELOG.md#35770-2024-05-15)
    
    [Compare
    Source](https://togithub.com/aws/aws-sdk-js-v3/compare/v3.576.0...v3.577.0)
    
    **Note:** Version bump only for package
    [@&#8203;aws-sdk/client-secrets-manager](https://togithub.com/aws-sdk/client-secrets-manager)
    
    ###
    [`v3.576.0`](https://togithub.com/aws/aws-sdk-js-v3/blob/HEAD/clients/client-secrets-manager/CHANGELOG.md#35760-2024-05-14)
    
    [Compare
    Source](https://togithub.com/aws/aws-sdk-js-v3/compare/v3.575.0...v3.576.0)
    
    **Note:** Version bump only for package
    [@&#8203;aws-sdk/client-secrets-manager](https://togithub.com/aws-sdk/client-secrets-manager)
    
    ###
    [`v3.575.0`](https://togithub.com/aws/aws-sdk-js-v3/blob/HEAD/clients/client-secrets-manager/CHANGELOG.md#35750-2024-05-13)
    
    [Compare
    Source](https://togithub.com/aws/aws-sdk-js-v3/compare/v3.574.0...v3.575.0)
    
    **Note:** Version bump only for package
    [@&#8203;aws-sdk/client-secrets-manager](https://togithub.com/aws-sdk/client-secrets-manager)
    
    ###
    [`v3.574.0`](https://togithub.com/aws/aws-sdk-js-v3/blob/HEAD/clients/client-secrets-manager/CHANGELOG.md#35740-2024-05-10)
    
    [Compare
    Source](https://togithub.com/aws/aws-sdk-js-v3/compare/v3.572.0...v3.574.0)
    
    **Note:** Version bump only for package
    [@&#8203;aws-sdk/client-secrets-manager](https://togithub.com/aws-sdk/client-secrets-manager)
    
    ###
    [`v3.572.0`](https://togithub.com/aws/aws-sdk-js-v3/blob/HEAD/clients/client-secrets-manager/CHANGELOG.md#35720-2024-05-08)
    
    [Compare
    Source](https://togithub.com/aws/aws-sdk-js-v3/compare/v3.569.0...v3.572.0)
    
    **Note:** Version bump only for package
    [@&#8203;aws-sdk/client-secrets-manager](https://togithub.com/aws-sdk/client-secrets-manager)
    
    </details>
    
    <details>
    <summary>aws/aws-sdk-js-v3 (@&#8203;aws-sdk/client-sqs)</summary>
    
    ###
    [`v3.583.0`](https://togithub.com/aws/aws-sdk-js-v3/blob/HEAD/clients/client-sqs/CHANGELOG.md#35830-2024-05-23)
    
    [Compare
    Source](https://togithub.com/aws/aws-sdk-js-v3/compare/v3.582.0...v3.583.0)
    
    **Note:** Version bump only for package
    [@&#8203;aws-sdk/client-sqs](https://togithub.com/aws-sdk/client-sqs)
    
    ###
    [`v3.582.0`](https://togithub.com/aws/aws-sdk-js-v3/blob/HEAD/clients/client-sqs/CHANGELOG.md#35820-2024-05-22)
    
    [Compare
    Source](https://togithub.com/aws/aws-sdk-js-v3/compare/v3.577.0...v3.582.0)
    
    **Note:** Version bump only for package
    [@&#8203;aws-sdk/client-sqs](https://togithub.com/aws-sdk/client-sqs)
    
    </details>
    
    <details>
    <summary>aws/aws-sdk-js-v3 (@&#8203;aws-sdk/lib-dynamodb)</summary>
    
    ###
    [`v3.584.0`](https://togithub.com/aws/aws-sdk-js-v3/blob/HEAD/lib/lib-dynamodb/CHANGELOG.md#35840-2024-05-24)
    
    [Compare
    Source](https://togithub.com/aws/aws-sdk-js-v3/compare/v3.583.0...v3.584.0)
    
    **Note:** Version bump only for package
    [@&#8203;aws-sdk/lib-dynamodb](https://togithub.com/aws-sdk/lib-dynamodb)
    
    ###
    [`v3.583.0`](https://togithub.com/aws/aws-sdk-js-v3/blob/HEAD/lib/lib-dynamodb/CHANGELOG.md#35830-2024-05-23)
    
    [Compare
    Source](https://togithub.com/aws/aws-sdk-js-v3/compare/v3.582.0...v3.583.0)
    
    **Note:** Version bump only for package
    [@&#8203;aws-sdk/lib-dynamodb](https://togithub.com/aws-sdk/lib-dynamodb)
    
    ###
    [`v3.582.0`](https://togithub.com/aws/aws-sdk-js-v3/blob/HEAD/lib/lib-dynamodb/CHANGELOG.md#35820-2024-05-22)
    
    [Compare
    Source](https://togithub.com/aws/aws-sdk-js-v3/compare/v3.577.0...v3.582.0)
    
    **Note:** Version bump only for package
    [@&#8203;aws-sdk/lib-dynamodb](https://togithub.com/aws-sdk/lib-dynamodb)
    
    </details>
    
    <details>
    <summary>typescript-eslint/typescript-eslint
    (@&#8203;typescript-eslint/eslint-plugin)</summary>
    
    ###
    [`v7.10.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#7100-2024-05-20)
    
    [Compare
    Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v7.9.0...v7.10.0)
    
    ##### 🚀 Features
    
    - **eslint-plugin:** \[sort-type-constituents] support case sensitive
    sorting
    
    ##### 🩹 Fixes
    
    - **eslint-plugin:** \[prefer-regexp-exec] fix heuristic to check
    whether regex may contain global flag
    
    ##### ❤️  Thank You
    
    -   auvred
    -   Emanuel Hoogeveen
    -   jsfm01
    -   Kirk Waiblinger
    
    You can read about our [versioning
    strategy](https://main--typescript-eslint.netlify.app/users/versioning)
    and
    [releases](https://main--typescript-eslint.netlify.app/users/releases)
    on our website.
    
    </details>
    
    <details>
    <summary>typescript-eslint/typescript-eslint
    (@&#8203;typescript-eslint/parser)</summary>
    
    ###
    [`v7.10.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#7100-2024-05-20)
    
    [Compare
    Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v7.9.0...v7.10.0)
    
    This was a version bump only for parser to align it with other projects,
    there were no code changes.
    
    You can read about our [versioning
    strategy](https://main--typescript-eslint.netlify.app/users/versioning)
    and
    [releases](https://main--typescript-eslint.netlify.app/users/releases)
    on our website.
    
    </details>
    
    <details>
    <summary>mhart/aws4 (aws4)</summary>
    
    ### [`v1.13.0`](https://togithub.com/mhart/aws4/releases/tag/v1.13.0)
    
    [Compare
    Source](https://togithub.com/mhart/aws4/compare/v1.12.0...v1.13.0)
    
    Copy headers on the request so that (among other things) users can reuse
    a headers object across multiple requests without it being modified.
    
    </details>
    
    <details>
    <summary>googleapis/google-auth-library-nodejs
    (google-auth-library)</summary>
    
    ###
    [`v9.10.0`](https://togithub.com/googleapis/google-auth-library-nodejs/blob/HEAD/CHANGELOG.md#9100-2024-05-10)
    
    [Compare
    Source](https://togithub.com/googleapis/google-auth-library-nodejs/compare/v9.9.0...v9.10.0)
    
    ##### Features
    
    - Implement `UserRefreshClient#fetchIdToken`
    ([#&#8203;1811](https://togithub.com/googleapis/google-auth-library-nodejs/issues/1811))
    ([ae8bc54](https://togithub.com/googleapis/google-auth-library-nodejs/commit/ae8bc5476f5d93c8516d9a9eb553e7ce7c00edd5))
    
    ##### Bug Fixes
    
    - **deps:** Update dependency
    [@&#8203;googleapis/iam](https://togithub.com/googleapis/iam) to v16
    ([#&#8203;1803](https://togithub.com/googleapis/google-auth-library-nodejs/issues/1803))
    ([40406a0](https://togithub.com/googleapis/google-auth-library-nodejs/commit/40406a0512cde1d75d2af7dd23aa7aa7de38d30b))
    - **deps:** Update dependency
    [@&#8203;googleapis/iam](https://togithub.com/googleapis/iam) to v17
    ([#&#8203;1808](https://togithub.com/googleapis/google-auth-library-nodejs/issues/1808))
    ([4d67f07](https://togithub.com/googleapis/google-auth-library-nodejs/commit/4d67f07380f690a99c8facf7266db7cb2d6c69b3))
    - **deps:** Update dependency
    [@&#8203;googleapis/iam](https://togithub.com/googleapis/iam) to v18
    ([#&#8203;1809](https://togithub.com/googleapis/google-auth-library-nodejs/issues/1809))
    ([b2b9676](https://togithub.com/googleapis/google-auth-library-nodejs/commit/b2b9676f933c012fb2cd1789ad80b927af0de07c))
    
    ###
    [`v9.9.0`](https://togithub.com/googleapis/google-auth-library-nodejs/blob/HEAD/CHANGELOG.md#990-2024-04-18)
    
    [Compare
    Source](https://togithub.com/googleapis/google-auth-library-nodejs/compare/v9.8.0...v9.9.0)
    
    ##### Features
    
    - Adds suppliers for custom subject token and AWS credentials
    ([#&#8203;1795](https://togithub.com/googleapis/google-auth-library-nodejs/issues/1795))
    ([c680b5d](https://togithub.com/googleapis/google-auth-library-nodejs/commit/c680b5ddfa526d414ad1250bb6f5af69c498b909))
    
    </details>
    
    <details>
    <summary>okonet/lint-staged (lint-staged)</summary>
    
    ###
    [`v15.2.5`](https://togithub.com/okonet/lint-staged/blob/HEAD/CHANGELOG.md#1525)
    
    [Compare
    Source](https://togithub.com/okonet/lint-staged/compare/v15.2.4...v15.2.5)
    
    ##### Patch Changes
    
    - [#&#8203;1424](https://togithub.com/lint-staged/lint-staged/pull/1424)
    [`31a1f95`](https://togithub.com/lint-staged/lint-staged/commit/31a1f9548ea8202bc5bd718076711f747396e3ca)
    Thanks [@&#8203;iiroj](https://togithub.com/iiroj)! - Allow
    approximately equivalent versions of direct dependencies by using the
    "~" character in the version ranges. This means a more recent patch
    version of a dependency is allowed if available.
    
    - [#&#8203;1423](https://togithub.com/lint-staged/lint-staged/pull/1423)
    [`91abea0`](https://togithub.com/lint-staged/lint-staged/commit/91abea0d298154d92113ba34bae4020704e22918)
    Thanks [@&#8203;iiroj](https://togithub.com/iiroj)! - Improve error
    logging when failing to read or parse a configuration file
    
    - [#&#8203;1424](https://togithub.com/lint-staged/lint-staged/pull/1424)
    [`ee43f15`](https://togithub.com/lint-staged/lint-staged/commit/ee43f154097753dd5448766f792387e60e0ea453)
    Thanks [@&#8203;iiroj](https://togithub.com/iiroj)! - Upgrade
    micromatch@4.0.7
    
    ###
    [`v15.2.4`](https://togithub.com/okonet/lint-staged/blob/HEAD/CHANGELOG.md#1524)
    
    [Compare
    Source](https://togithub.com/okonet/lint-staged/compare/v15.2.2...v15.2.4)
    
    ##### Patch Changes
    
    -
    [`4f4537a`](https://togithub.com/lint-staged/lint-staged/commit/4f4537a75ebfba816826f6f67a325dbc7f25908a)
    Thanks [@&#8203;iiroj](https://togithub.com/iiroj)! - Fix release issue
    with previous version; update dependencies
    
    </details>
    
    ---
    
    ### 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](https://togithub.com/renovatebot/renovate/discussions) if
    that's undesired.
    
    ---
    
    - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
    this box
    
    ---
    
    This PR has been generated by [Mend
    Renovate](https://www.mend.io/free-developer-tools/renovate/). View
    repository job log
    [here](https://developer.mend.io/github/adobe/spacecat-shared).
    
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNjguMTAiLCJ1cGRhdGVkSW5WZXIiOiIzNy4zNjguMTAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=-->
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored May 25, 2024
    Configuration menu
    Copy the full SHA
    85babb2 View commit details
    Browse the repository at this point in the history
  2. chore(release): 1.23.5 [skip ci]

    # [@adobe/spacecat-shared-data-access-v1.23.5](https://github.com/adobe/spacecat-shared/compare/@adobe/spacecat-shared-data-access-v1.23.4...@adobe/spacecat-shared-data-access-v1.23.5) (2024-05-25)
    
    ### Bug Fixes
    
    * **deps:** update external fixes ([#241](#241)) ([85babb2](85babb2))
    semantic-release-bot committed May 25, 2024
    Configuration menu
    Copy the full SHA
    f72f1af View commit details
    Browse the repository at this point in the history
  3. chore(release): 1.3.21 [skip ci]

    # [@adobe/spacecat-shared-dynamo-v1.3.21](https://github.com/adobe/spacecat-shared/compare/@adobe/spacecat-shared-dynamo-v1.3.20...@adobe/spacecat-shared-dynamo-v1.3.21) (2024-05-25)
    
    ### Bug Fixes
    
    * **deps:** update external fixes ([#241](#241)) ([85babb2](85babb2))
    semantic-release-bot committed May 25, 2024
    Configuration menu
    Copy the full SHA
    317e73d View commit details
    Browse the repository at this point in the history
  4. chore(release): 1.2.8 [skip ci]

    # [@adobe/spacecat-shared-example-v1.2.8](https://github.com/adobe/spacecat-shared/compare/@adobe/spacecat-shared-example-v1.2.7...@adobe/spacecat-shared-example-v1.2.8) (2024-05-25)
    
    ### Bug Fixes
    
    * **deps:** update external fixes ([#241](#241)) ([85babb2](85babb2))
    semantic-release-bot committed May 25, 2024
    Configuration menu
    Copy the full SHA
    da459da View commit details
    Browse the repository at this point in the history
  5. chore(release): 1.1.1 [skip ci]

    # [@adobe/spacecat-shared-google-client-v1.1.1](https://github.com/adobe/spacecat-shared/compare/@adobe/spacecat-shared-google-client-v1.1.0...@adobe/spacecat-shared-google-client-v1.1.1) (2024-05-25)
    
    ### Bug Fixes
    
    * **deps:** update external fixes ([#241](#241)) ([85babb2](85babb2))
    semantic-release-bot committed May 25, 2024
    Configuration menu
    Copy the full SHA
    bad99b7 View commit details
    Browse the repository at this point in the history
  6. chore(release): 1.8.3 [skip ci]

    # [@adobe/spacecat-shared-rum-api-client-v1.8.3](https://github.com/adobe/spacecat-shared/compare/@adobe/spacecat-shared-rum-api-client-v1.8.2...@adobe/spacecat-shared-rum-api-client-v1.8.3) (2024-05-25)
    
    ### Bug Fixes
    
    * **deps:** update external fixes ([#241](#241)) ([85babb2](85babb2))
    semantic-release-bot committed May 25, 2024
    Configuration menu
    Copy the full SHA
    0f8b0c5 View commit details
    Browse the repository at this point in the history
  7. chore(release): 1.15.3 [skip ci]

    # [@adobe/spacecat-shared-utils-v1.15.3](https://github.com/adobe/spacecat-shared/compare/@adobe/spacecat-shared-utils-v1.15.2...@adobe/spacecat-shared-utils-v1.15.3) (2024-05-25)
    
    ### Bug Fixes
    
    * **deps:** update external fixes ([#241](#241)) ([85babb2](85babb2))
    semantic-release-bot committed May 25, 2024
    Configuration menu
    Copy the full SHA
    a8d7132 View commit details
    Browse the repository at this point in the history
Loading