Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
- name: Set up Node.js 22 (temporary - for bootstrap)
uses: actions/setup-node@v6
with:
node-version: '24.14.1'
node-version: '24.15.0'

- name: Update NPM
run: npm install -g npm@10.9.4
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
24.14.1
24.15.0

3,430 changes: 1,966 additions & 1,464 deletions package-lock.json

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@
"@babel/core": "7.29.0",
"@babel/eslint-parser": "7.28.6",
"@babel/plugin-syntax-import-assertions": "7.28.6",
"@eslint/config-helpers": "0.5.4",
"@eslint/config-helpers": "0.6.0",
"@semantic-release/changelog": "6.0.3",
"@semantic-release/git": "10.0.1",
"@semantic-release/npm": "13.1.5",
"@typescript-eslint/eslint-plugin": "8.58.0",
"@typescript-eslint/parser": "8.58.0",
"ajv": "8.18.0",
"@typescript-eslint/eslint-plugin": "8.59.3",
"@typescript-eslint/parser": "8.59.3",
"ajv": "8.20.0",
"c8": "^10.1.3",
"conventional-changelog-conventionalcommits": "^9.1.0",
"eslint": "9.39.4",
Expand All @@ -51,7 +51,7 @@
"lint-staged": "16.4.0",
"mocha": "11.7.5",
"mocha-multi-reporters": "1.5.1",
"nock": "14.0.11",
"nock": "14.0.15",
"semantic-release": "25.0.3",
"semantic-release-monorepo": "8.0.2",
"typescript": "^5.9.3"
Expand Down
6 changes: 3 additions & 3 deletions packages/mysticat-shared-seo-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@
"devDependencies": {
"chai": "6.2.2",
"chai-as-promised": "8.0.2",
"nock": "14.0.11",
"sinon": "21.0.3",
"nock": "14.0.15",
"sinon": "21.1.2",
"sinon-chai": "4.0.1",
"typescript": "6.0.2"
"typescript": "6.0.3"
}
}
6 changes: 3 additions & 3 deletions packages/spacecat-shared-ahrefs-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@
"devDependencies": {
"chai": "6.2.2",
"chai-as-promised": "8.0.2",
"nock": "14.0.11",
"sinon": "21.0.3",
"nock": "14.0.15",
"sinon": "21.1.2",
"sinon-chai": "4.0.1",
"typescript": "6.0.2"
"typescript": "6.0.3"
}
}
1 change: 0 additions & 1 deletion packages/spacecat-shared-ahrefs-client/test/index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,6 @@ describe('AhrefsAPIClient', () => {
});

afterEach(() => {
sinon.restore();
nock.cleanAll();
});

Expand Down
6 changes: 3 additions & 3 deletions packages/spacecat-shared-athena-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@
},
"dependencies": {
"@adobe/spacecat-shared-utils": "1.96.3",
"@aws-sdk/client-athena": "3.1024.0"
"@aws-sdk/client-athena": "3.1045.0"
},
"devDependencies": {
"chai": "6.2.2",
"chai-as-promised": "8.0.2",
"sinon": "21.0.3",
"sinon": "21.1.2",
"sinon-chai": "4.0.1",
"typescript": "6.0.2"
"typescript": "6.0.3"
}
}
6 changes: 3 additions & 3 deletions packages/spacecat-shared-brand-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@
"chai-as-promised": "8.0.2",
"mocha": "11.7.5",
"mocha-multi-reporters": "1.5.1",
"nock": "14.0.11",
"sinon": "21.0.3",
"nock": "14.0.15",
"sinon": "21.1.2",
"sinon-chai": "4.0.1",
"typescript": "6.0.2",
"typescript": "6.0.3",
"aws-xray-sdk": "3.12.0"
}
}
10 changes: 5 additions & 5 deletions packages/spacecat-shared-cloud-manager-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,17 +37,17 @@
"@adobe/fetch": "4.3.0",
"@adobe/spacecat-shared-ims-client": "1.11.6",
"@adobe/spacecat-shared-utils": "1.81.1",
"@aws-sdk/client-s3": "3.1024.0",
"@aws-sdk/client-s3": "3.1045.0",
"zip-lib": "1.3.2"
},
"devDependencies": {
"aws-sdk-client-mock": "4.1.0",
"chai": "6.2.2",
"chai-as-promised": "8.0.2",
"nock": "14.0.11",
"sinon": "21.0.3",
"esmock": "2.7.3",
"nock": "14.0.15",
"sinon": "21.1.2",
"esmock": "2.7.5",
"sinon-chai": "4.0.1",
"typescript": "6.0.2"
"typescript": "6.0.3"
}
}
10 changes: 5 additions & 5 deletions packages/spacecat-shared-content-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,17 +37,17 @@
"@adobe/helix-universal": "5.4.1",
"@adobe/spacecat-helix-content-sdk": "1.4.33",
"@adobe/spacecat-shared-utils": "1.81.1",
"@aws-sdk/client-secrets-manager": "3.1024.0",
"@aws-sdk/client-secrets-manager": "3.1045.0",
"aws-xray-sdk": "3.12.0",
"graph-data-structure": "4.5.0"
},
"devDependencies": {
"chai": "6.2.2",
"chai-as-promised": "8.0.2",
"esmock": "2.7.3",
"nock": "14.0.11",
"sinon": "21.0.3",
"esmock": "2.7.5",
"nock": "14.0.15",
"sinon": "21.1.2",
"sinon-chai": "4.0.1",
"typescript": "6.0.2"
"typescript": "6.0.3"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ services:
retries: 10

postgrest:
image: postgrest/postgrest:v14.8
image: postgrest/postgrest:v14.11
container_name: spacecat-test-postgrest
depends_on:
db:
Expand Down
8 changes: 4 additions & 4 deletions packages/spacecat-shared-data-access/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,18 +42,18 @@
"dependencies": {
"@adobe/fetch": "^4.2.3",
"@adobe/spacecat-shared-utils": "1.105.0",
"@supabase/postgrest-js": "2.101.1",
"@supabase/postgrest-js": "2.105.4",
"@aws-sdk/client-s3": "^3.940.0",
"@types/joi": "17.2.3",
"aws-xray-sdk": "3.12.0",
"joi": "18.1.2",
"joi": "18.2.1",
"pluralize": "8.0.0"
},
"devDependencies": {
"chai": "6.2.2",
"chai-as-promised": "8.0.2",
"nock": "14.0.11",
"sinon": "21.0.3",
"nock": "14.0.15",
"sinon": "21.1.2",
"sinon-chai": "4.0.1"
}
}
6 changes: 3 additions & 3 deletions packages/spacecat-shared-drs-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@
"chai-as-promised": "8.0.2",
"mocha": "11.7.5",
"mocha-multi-reporters": "1.5.1",
"nock": "14.0.11",
"sinon": "21.0.3",
"nock": "14.0.15",
"sinon": "21.1.2",
"sinon-chai": "4.0.1",
"typescript": "6.0.2"
"typescript": "6.0.3"
}
}
10 changes: 5 additions & 5 deletions packages/spacecat-shared-google-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,18 +38,18 @@
"@adobe/helix-universal": "5.4.1",
"@adobe/spacecat-shared-http-utils": "1.21.0",
"@adobe/spacecat-shared-utils": "1.81.1",
"@aws-sdk/client-secrets-manager": "3.1024.0",
"@aws-sdk/client-secrets-manager": "3.1045.0",
"aws-xray-sdk": "3.12.0",
"google-auth-library": "10.6.2",
"googleapis": "171.4.0"
},
"devDependencies": {
"chai": "6.2.2",
"chai-as-promised": "8.0.2",
"esmock": "2.7.3",
"nock": "14.0.11",
"sinon": "21.0.3",
"esmock": "2.7.5",
"nock": "14.0.15",
"sinon": "21.1.2",
"sinon-chai": "4.0.1",
"typescript": "6.0.2"
"typescript": "6.0.3"
}
}
6 changes: 3 additions & 3 deletions packages/spacecat-shared-gpt-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@
"devDependencies": {
"chai": "6.2.2",
"chai-as-promised": "8.0.2",
"nock": "14.0.11",
"sinon": "21.0.3",
"nock": "14.0.15",
"sinon": "21.1.2",
"sinon-chai": "4.0.1",
"typescript": "6.0.2"
"typescript": "6.0.3"
}
}
2 changes: 1 addition & 1 deletion packages/spacecat-shared-html-analyzer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"chai": "6.2.2",
"chai-as-promised": "8.0.2",
"rollup": "^4.52.2",
"sinon": "21.0.3",
"sinon": "21.1.2",
"sinon-chai": "4.0.1"
},
"directories": {
Expand Down
6 changes: 3 additions & 3 deletions packages/spacecat-shared-http-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@
"@adobe/fetch": "4.3.0",
"@adobe/spacecat-shared-launchdarkly-client": "1.0.4",
"@adobe/spacecat-shared-utils": "1.81.1",
"jose": "6.2.2"
"jose": "6.2.3"
},
"devDependencies": {
"@adobe/helix-shared-wrap": "2.0.2",
"chai": "6.2.2",
"chai-as-promised": "8.0.2",
"esmock": "2.7.3",
"sinon": "21.0.3"
"esmock": "2.7.5",
"sinon": "21.1.2"
}
}
8 changes: 4 additions & 4 deletions packages/spacecat-shared-ims-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,15 @@
"@adobe/fetch": "4.3.0",
"@adobe/helix-universal": "5.4.1",
"@adobe/spacecat-shared-utils": "1.81.1",
"@aws-sdk/client-secrets-manager": "3.1024.0",
"@aws-sdk/client-secrets-manager": "3.1045.0",
"aws-xray-sdk": "3.12.0"
},
"devDependencies": {
"chai": "6.2.2",
"chai-as-promised": "8.0.2",
"nock": "14.0.11",
"sinon": "21.0.3",
"nock": "14.0.15",
"sinon": "21.1.2",
"sinon-chai": "4.0.1",
"typescript": "6.0.2"
"typescript": "6.0.3"
}
}
8 changes: 4 additions & 4 deletions packages/spacecat-shared-launchdarkly-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@
"devDependencies": {
"chai": "6.2.2",
"chai-as-promised": "8.0.2",
"esmock": "2.7.3",
"nock": "14.0.11",
"sinon": "21.0.3",
"esmock": "2.7.5",
"nock": "14.0.15",
"sinon": "21.1.2",
"sinon-chai": "4.0.1",
"typescript": "6.0.2"
"typescript": "6.0.3"
}
}
6 changes: 3 additions & 3 deletions packages/spacecat-shared-rum-api-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@
"devDependencies": {
"chai": "6.2.2",
"chai-as-promised": "8.0.2",
"nock": "14.0.11",
"sinon": "21.0.3",
"nock": "14.0.15",
"sinon": "21.1.2",
"sinon-chai": "4.0.1",
"typescript": "6.0.2"
"typescript": "6.0.3"
}
}
6 changes: 3 additions & 3 deletions packages/spacecat-shared-scrape-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@
"devDependencies": {
"chai": "6.2.2",
"chai-as-promised": "8.0.2",
"nock": "14.0.11",
"sinon": "21.0.3",
"nock": "14.0.15",
"sinon": "21.1.2",
"sinon-chai": "4.0.1",
"typescript": "6.0.2"
"typescript": "6.0.3"
}
}
8 changes: 4 additions & 4 deletions packages/spacecat-shared-slack-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,15 @@
"dependencies": {
"@adobe/helix-universal": "5.4.1",
"@adobe/spacecat-shared-utils": "1.81.1",
"@slack/web-api": "7.15.0"
"@slack/web-api": "7.15.2"
},
"devDependencies": {
"chai": "6.2.2",
"chai-as-promised": "8.0.2",
"nock": "14.0.11",
"sinon": "21.0.3",
"nock": "14.0.15",
"sinon": "21.1.2",
"sinon-chai": "4.0.1",
"slack-block-builder": "2.8.0",
"typescript": "6.0.2"
"typescript": "6.0.3"
}
}
6 changes: 3 additions & 3 deletions packages/spacecat-shared-splunk-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@
"devDependencies": {
"chai": "6.2.2",
"chai-as-promised": "8.0.2",
"nock": "14.0.11",
"sinon": "21.0.3",
"nock": "14.0.15",
"sinon": "21.1.2",
"sinon-chai": "4.0.1",
"typescript": "6.0.2"
"typescript": "6.0.3"
}
}
4 changes: 2 additions & 2 deletions packages/spacecat-shared-tier-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
"chai-as-promised": "8.0.2",
"mocha": "11.7.5",
"mocha-multi-reporters": "1.5.1",
"sinon": "21.0.3",
"sinon": "21.1.2",
"sinon-chai": "4.0.1",
"typescript": "6.0.2"
"typescript": "6.0.3"
}
}
10 changes: 5 additions & 5 deletions packages/spacecat-shared-tokowaka-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
},
"dependencies": {
"@adobe/spacecat-shared-utils": "1.81.1",
"@aws-sdk/client-cloudfront": "3.1024.0",
"@aws-sdk/client-s3": "3.1024.0",
"@aws-sdk/client-cloudfront": "3.1045.0",
"@aws-sdk/client-s3": "3.1045.0",
"hast-util-from-html": "2.0.3",
"mdast-util-from-markdown": "2.0.3",
"mdast-util-to-hast": "13.2.1",
Expand All @@ -46,10 +46,10 @@
"aws-sdk-client-mock": "4.1.0",
"c8": "11.0.0",
"chai": "6.2.2",
"esmock": "2.7.3",
"esmock": "2.7.5",
"mocha": "11.7.5",
"nock": "14.0.10",
"sinon": "21.0.3",
"nock": "14.0.15",
"sinon": "21.1.2",
"sinon-chai": "4.0.1"
}
}
Loading
Loading