Skip to content

Commit d5eab3a

Browse files
Merge branch 'main' into rollback_fix_with_suggestion_updates
2 parents 07d75d2 + dc39ba0 commit d5eab3a

File tree

71 files changed

+22173
-12147
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

71 files changed

+22173
-12147
lines changed

.github/CODEOWNERS

Lines changed: 0 additions & 2 deletions
This file was deleted.

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
- name: Set up Node.js 22 (temporary - for bootstrap)
6262
uses: actions/setup-node@v6
6363
with:
64-
node-version: '22.21.1'
64+
node-version: '22.22.0'
6565

6666
- name: Update NPM
6767
run: npm install -g npm@10.9.4

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
24.11.1
1+
24.14.0
22

package-lock.json

Lines changed: 20628 additions & 11755 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -33,26 +33,26 @@
3333
],
3434
"devDependencies": {
3535
"@adobe/eslint-config-helix": "3.0.21",
36-
"@babel/core": "7.28.5",
37-
"@babel/eslint-parser": "7.28.5",
38-
"@babel/plugin-syntax-import-assertions": "7.27.1",
39-
"@eslint/config-helpers": "0.5.0",
36+
"@babel/core": "7.29.0",
37+
"@babel/eslint-parser": "7.28.6",
38+
"@babel/plugin-syntax-import-assertions": "7.28.6",
39+
"@eslint/config-helpers": "0.5.2",
4040
"@semantic-release/changelog": "6.0.3",
4141
"@semantic-release/git": "10.0.1",
42-
"@semantic-release/npm": "13.1.2",
43-
"@typescript-eslint/eslint-plugin": "8.48.0",
44-
"@typescript-eslint/parser": "8.48.0",
45-
"ajv": "8.17.1",
42+
"@semantic-release/npm": "13.1.5",
43+
"@typescript-eslint/eslint-plugin": "8.56.1",
44+
"@typescript-eslint/parser": "8.56.1",
45+
"ajv": "8.18.0",
4646
"c8": "10.1.3",
4747
"conventional-changelog-conventionalcommits": "^9.1.0",
48-
"eslint": "9.39.1",
48+
"eslint": "9.39.3",
4949
"husky": "9.1.7",
5050
"jsdoc-to-markdown": "9.1.3",
51-
"lint-staged": "16.2.7",
51+
"lint-staged": "16.3.1",
5252
"mocha": "11.7.5",
5353
"mocha-multi-reporters": "1.5.1",
54-
"nock": "14.0.10",
55-
"semantic-release": "25.0.2",
54+
"nock": "14.0.11",
55+
"semantic-release": "25.0.3",
5656
"semantic-release-monorepo": "8.0.2",
5757
"typescript": "5.9.3"
5858
},

packages/spacecat-shared-ahrefs-client/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [@adobe/spacecat-shared-ahrefs-client-v1.10.6](https://github.com/adobe/spacecat-shared/compare/@adobe/spacecat-shared-ahrefs-client-v1.10.5...@adobe/spacecat-shared-ahrefs-client-v1.10.6) (2026-03-02)
2+
3+
### Bug Fixes
4+
5+
* **deps:** update external fixes ([#1223](https://github.com/adobe/spacecat-shared/issues/1223)) ([7ee8461](https://github.com/adobe/spacecat-shared/commit/7ee8461c99223d07a2f47bd6838b6942fcb30f28))
6+
17
# [@adobe/spacecat-shared-ahrefs-client-v1.10.5](https://github.com/adobe/spacecat-shared/compare/@adobe/spacecat-shared-ahrefs-client-v1.10.4...@adobe/spacecat-shared-ahrefs-client-v1.10.5) (2026-01-29)
28

39

packages/spacecat-shared-ahrefs-client/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@adobe/spacecat-shared-ahrefs-client",
3-
"version": "1.10.5",
3+
"version": "1.10.6",
44
"description": "Shared modules of the Spacecat Services - Ahrefs Client",
55
"type": "module",
66
"engines": {
@@ -39,10 +39,10 @@
3939
"@adobe/spacecat-shared-utils": "1.81.1"
4040
},
4141
"devDependencies": {
42-
"chai": "6.2.1",
42+
"chai": "6.2.2",
4343
"chai-as-promised": "8.0.2",
44-
"nock": "14.0.10",
45-
"sinon": "21.0.0",
44+
"nock": "14.0.11",
45+
"sinon": "21.0.1",
4646
"sinon-chai": "4.0.1",
4747
"typescript": "5.9.3"
4848
}

packages/spacecat-shared-athena-client/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [@adobe/spacecat-shared-athena-client-v1.9.5](https://github.com/adobe/spacecat-shared/compare/@adobe/spacecat-shared-athena-client-v1.9.4...@adobe/spacecat-shared-athena-client-v1.9.5) (2026-03-02)
2+
3+
### Bug Fixes
4+
5+
* **deps:** update external fixes ([#1223](https://github.com/adobe/spacecat-shared/issues/1223)) ([7ee8461](https://github.com/adobe/spacecat-shared/commit/7ee8461c99223d07a2f47bd6838b6942fcb30f28))
6+
17
## [@adobe/spacecat-shared-athena-client-v1.9.4](https://github.com/adobe/spacecat-shared/compare/@adobe/spacecat-shared-athena-client-v1.9.3...@adobe/spacecat-shared-athena-client-v1.9.4) (2026-02-25)
28

39
### Bug Fixes

packages/spacecat-shared-athena-client/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@adobe/spacecat-shared-athena-client",
3-
"version": "1.9.4",
3+
"version": "1.9.5",
44
"description": "Shared modules of the Spacecat Services - AWS Athena Client",
55
"type": "module",
66
"engines": {
@@ -36,12 +36,12 @@
3636
},
3737
"dependencies": {
3838
"@adobe/spacecat-shared-utils": "1.96.3",
39-
"@aws-sdk/client-athena": "3.940.0"
39+
"@aws-sdk/client-athena": "3.1000.0"
4040
},
4141
"devDependencies": {
42-
"chai": "6.2.1",
42+
"chai": "6.2.2",
4343
"chai-as-promised": "8.0.2",
44-
"sinon": "21.0.0",
44+
"sinon": "21.0.1",
4545
"sinon-chai": "4.0.1",
4646
"typescript": "5.9.3"
4747
}

packages/spacecat-shared-brand-client/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [@adobe/spacecat-shared-brand-client-v1.1.37](https://github.com/adobe/spacecat-shared/compare/@adobe/spacecat-shared-brand-client-v1.1.36...@adobe/spacecat-shared-brand-client-v1.1.37) (2026-03-02)
2+
3+
### Bug Fixes
4+
5+
* **deps:** update external fixes ([#1223](https://github.com/adobe/spacecat-shared/issues/1223)) ([7ee8461](https://github.com/adobe/spacecat-shared/commit/7ee8461c99223d07a2f47bd6838b6942fcb30f28))
6+
17
## [@adobe/spacecat-shared-brand-client-v1.1.36](https://github.com/adobe/spacecat-shared/compare/@adobe/spacecat-shared-brand-client-v1.1.35...@adobe/spacecat-shared-brand-client-v1.1.36) (2026-02-18)
28

39
### Bug Fixes

0 commit comments

Comments
 (0)