Skip to content

Commit 555ef98

Browse files
merge main
2 parents 8b3d247 + 60926a0 commit 555ef98

10 files changed

Lines changed: 19369 additions & 9228 deletions

File tree

.eslintignore

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

.github/actions/configure-aws/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ runs:
1717
steps:
1818
- name: Configure AWS Credentials
1919
id: creds
20-
uses: aws-actions/configure-aws-credentials@v4
20+
uses: aws-actions/configure-aws-credentials@v5
2121
with:
2222
aws-region: us-east-1
2323
role-to-assume: ${{ inputs.aws_role_to_assume }}

.github/actions/setup-node-npm/action.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ runs:
55
using: "composite"
66
steps:
77
- name: Set up Node
8-
uses: actions/setup-node@v4
8+
uses: actions/setup-node@v5
99
with:
10-
node-version: 22.18
10+
node-version: 22.19
1111

1212
- name: Get npm cache directory
1313
id: npm-cache-dir

.github/workflows/ci.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Check out
19-
uses: actions/checkout@v4
19+
uses: actions/checkout@v5
2020
with:
2121
persist-credentials: 'false'
2222
- name: Setup Node & NPM
@@ -61,7 +61,7 @@ jobs:
6161
if: github.ref == 'refs/heads/main'
6262
steps:
6363
- name: Check out
64-
uses: actions/checkout@v4
64+
uses: actions/checkout@v5
6565
with:
6666
persist-credentials: 'false'
6767

@@ -90,7 +90,7 @@ jobs:
9090
if: github.ref == 'refs/heads/main'
9191
steps:
9292
- name: Check out
93-
uses: actions/checkout@v4
93+
uses: actions/checkout@v5
9494
with:
9595
persist-credentials: 'false'
9696

@@ -115,7 +115,7 @@ jobs:
115115
if: github.ref != 'refs/heads/main'
116116
steps:
117117
- name: Check out
118-
uses: actions/checkout@v4
118+
uses: actions/checkout@v5
119119
with:
120120
persist-credentials: 'false'
121121

CHANGELOG.md

Lines changed: 148 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,151 @@
1+
## [1.1.33](https://github.com/adobe/spacecat-task-processor/compare/v1.1.32...v1.1.33) (2025-09-20)
2+
3+
4+
### Bug Fixes
5+
6+
* **deps:** update adobe fixes ([#76](https://github.com/adobe/spacecat-task-processor/issues/76)) ([e2bbc02](https://github.com/adobe/spacecat-task-processor/commit/e2bbc02d2b5a6388cda06bcf3e33be5d6319ecd8))
7+
8+
## [1.1.32](https://github.com/adobe/spacecat-task-processor/compare/v1.1.31...v1.1.32) (2025-09-20)
9+
10+
11+
### Bug Fixes
12+
13+
* **deps:** update external fixes ([#75](https://github.com/adobe/spacecat-task-processor/issues/75)) ([4c01f18](https://github.com/adobe/spacecat-task-processor/commit/4c01f18302c5845e45010c3c0d2018fb6130f7d7))
14+
15+
## [1.1.31](https://github.com/adobe/spacecat-task-processor/compare/v1.1.30...v1.1.31) (2025-09-19)
16+
17+
18+
### Bug Fixes
19+
20+
* **deps:** update dependency @adobe/spacecat-shared-data-access to v2.64.0 ([#74](https://github.com/adobe/spacecat-task-processor/issues/74)) ([c281fbb](https://github.com/adobe/spacecat-task-processor/commit/c281fbbec6afbb3ab521d76cac7a863e7783a2ea))
21+
22+
## [1.1.30](https://github.com/adobe/spacecat-task-processor/compare/v1.1.29...v1.1.30) (2025-09-19)
23+
24+
25+
### Bug Fixes
26+
27+
* **deps:** update dependency @adobe/spacecat-shared-utils to v1.50.7 ([#73](https://github.com/adobe/spacecat-task-processor/issues/73)) ([e534074](https://github.com/adobe/spacecat-task-processor/commit/e534074255f2629eb8daed6055fd008a76444f88))
28+
29+
## [1.1.29](https://github.com/adobe/spacecat-task-processor/compare/v1.1.28...v1.1.29) (2025-09-17)
30+
31+
32+
### Bug Fixes
33+
34+
* **deps:** update adobe fixes ([#72](https://github.com/adobe/spacecat-task-processor/issues/72)) ([8185879](https://github.com/adobe/spacecat-task-processor/commit/81858795c8e39bcf4d143520269cf8bef9e48b7e))
35+
36+
## [1.1.28](https://github.com/adobe/spacecat-task-processor/compare/v1.1.27...v1.1.28) (2025-09-16)
37+
38+
39+
### Bug Fixes
40+
41+
* **deps:** update adobe fixes ([#71](https://github.com/adobe/spacecat-task-processor/issues/71)) ([d81b086](https://github.com/adobe/spacecat-task-processor/commit/d81b0861b36245ca9f6576d055bb6c5d58e8ad89))
42+
43+
## [1.1.27](https://github.com/adobe/spacecat-task-processor/compare/v1.1.26...v1.1.27) (2025-09-16)
44+
45+
46+
### Bug Fixes
47+
48+
* **deps:** update adobe fixes ([#70](https://github.com/adobe/spacecat-task-processor/issues/70)) ([181e455](https://github.com/adobe/spacecat-task-processor/commit/181e45584f75cbaff475baf0a7faccff26626163))
49+
50+
## [1.1.26](https://github.com/adobe/spacecat-task-processor/compare/v1.1.25...v1.1.26) (2025-09-14)
51+
52+
53+
### Bug Fixes
54+
55+
* **deps:** update external fixes ([#69](https://github.com/adobe/spacecat-task-processor/issues/69)) ([06361e7](https://github.com/adobe/spacecat-task-processor/commit/06361e778ecefffab9e4b6868cd1af239142ead5))
56+
57+
## [1.1.25](https://github.com/adobe/spacecat-task-processor/compare/v1.1.24...v1.1.25) (2025-09-14)
58+
59+
60+
### Bug Fixes
61+
62+
* **deps:** update dependency @adobe/spacecat-shared-rum-api-client to v2.37.4 ([#68](https://github.com/adobe/spacecat-task-processor/issues/68)) ([7e9240b](https://github.com/adobe/spacecat-task-processor/commit/7e9240b73feef67721ad1cd738ed1532a5d2985a))
63+
64+
## [1.1.24](https://github.com/adobe/spacecat-task-processor/compare/v1.1.23...v1.1.24) (2025-09-12)
65+
66+
67+
### Bug Fixes
68+
69+
* **deps:** update dependency @adobe/spacecat-shared-data-access to v2.62.1 ([#67](https://github.com/adobe/spacecat-task-processor/issues/67)) ([2c38f7b](https://github.com/adobe/spacecat-task-processor/commit/2c38f7bf2570e32668ce1bc89cf8f0679b9b085c))
70+
71+
## [1.1.23](https://github.com/adobe/spacecat-task-processor/compare/v1.1.22...v1.1.23) (2025-09-11)
72+
73+
74+
### Bug Fixes
75+
76+
* **deps:** update dependency @adobe/spacecat-shared-rum-api-client to v2.37.3 ([#65](https://github.com/adobe/spacecat-task-processor/issues/65)) ([1a90f5d](https://github.com/adobe/spacecat-task-processor/commit/1a90f5d0d369c2b45c1dfe1ba1e99449ef02ebab))
77+
78+
## [1.1.22](https://github.com/adobe/spacecat-task-processor/compare/v1.1.21...v1.1.22) (2025-09-10)
79+
80+
81+
### Bug Fixes
82+
83+
* **deps:** update dependency @adobe/spacecat-shared-data-access to v2.62.0 ([#64](https://github.com/adobe/spacecat-task-processor/issues/64)) ([b5cd5cb](https://github.com/adobe/spacecat-task-processor/commit/b5cd5cbd173a452b838df2b29ea900cfa15063ac))
84+
85+
## [1.1.21](https://github.com/adobe/spacecat-task-processor/compare/v1.1.20...v1.1.21) (2025-09-10)
86+
87+
88+
### Bug Fixes
89+
90+
* **deps:** update dependency @adobe/spacecat-shared-utils to v1.50.4 ([#63](https://github.com/adobe/spacecat-task-processor/issues/63)) ([030b35f](https://github.com/adobe/spacecat-task-processor/commit/030b35ffbf1f5228d24ee25ea7b1fa64f2dea58e))
91+
92+
## [1.1.20](https://github.com/adobe/spacecat-task-processor/compare/v1.1.19...v1.1.20) (2025-09-09)
93+
94+
95+
### Bug Fixes
96+
97+
* **deps:** update adobe fixes ([#62](https://github.com/adobe/spacecat-task-processor/issues/62)) ([1bdf453](https://github.com/adobe/spacecat-task-processor/commit/1bdf4531d4127973c8cbf34b4e59c28037320be4))
98+
99+
## [1.1.19](https://github.com/adobe/spacecat-task-processor/compare/v1.1.18...v1.1.19) (2025-09-08)
100+
101+
102+
### Bug Fixes
103+
104+
* **deps:** update dependency @adobe/spacecat-shared-data-access to v2.61.3 ([#60](https://github.com/adobe/spacecat-task-processor/issues/60)) ([dc7cc46](https://github.com/adobe/spacecat-task-processor/commit/dc7cc46c55c130925fd2812ced58dd79b8e0bca4))
105+
106+
## [1.1.18](https://github.com/adobe/spacecat-task-processor/compare/v1.1.17...v1.1.18) (2025-09-07)
107+
108+
109+
### Bug Fixes
110+
111+
* **deps:** update adobe fixes ([#59](https://github.com/adobe/spacecat-task-processor/issues/59)) ([5e933c0](https://github.com/adobe/spacecat-task-processor/commit/5e933c0d8049b500490a63e8f15a4b51bf0b57d9))
112+
113+
## [1.1.17](https://github.com/adobe/spacecat-task-processor/compare/v1.1.16...v1.1.17) (2025-09-06)
114+
115+
116+
### Bug Fixes
117+
118+
* **deps:** update external fixes ([#58](https://github.com/adobe/spacecat-task-processor/issues/58)) ([68ad732](https://github.com/adobe/spacecat-task-processor/commit/68ad732dc0a83e8bd6bd870625d91ceceb5d98bb))
119+
120+
## [1.1.16](https://github.com/adobe/spacecat-task-processor/compare/v1.1.15...v1.1.16) (2025-09-06)
121+
122+
123+
### Bug Fixes
124+
125+
* **deps:** update adobe fixes ([#57](https://github.com/adobe/spacecat-task-processor/issues/57)) ([9e526a9](https://github.com/adobe/spacecat-task-processor/commit/9e526a93fae2653da757ce281cc7c17a63c6af96))
126+
127+
## [1.1.15](https://github.com/adobe/spacecat-task-processor/compare/v1.1.14...v1.1.15) (2025-09-03)
128+
129+
130+
### Bug Fixes
131+
132+
* **deps:** update external major ([#10](https://github.com/adobe/spacecat-task-processor/issues/10)) ([1dacadd](https://github.com/adobe/spacecat-task-processor/commit/1dacadd60c5d98f6ffb484aca800bd33f165be4f))
133+
134+
## [1.1.14](https://github.com/adobe/spacecat-task-processor/compare/v1.1.13...v1.1.14) (2025-09-01)
135+
136+
137+
### Bug Fixes
138+
139+
* **deps:** update dependency @adobe/spacecat-shared-data-access to v2.61.0 ([#55](https://github.com/adobe/spacecat-task-processor/issues/55)) ([af1409a](https://github.com/adobe/spacecat-task-processor/commit/af1409ad515c824ffbeaaa142f093e07e449071f))
140+
141+
## [1.1.13](https://github.com/adobe/spacecat-task-processor/compare/v1.1.12...v1.1.13) (2025-08-31)
142+
143+
144+
### Bug Fixes
145+
146+
* **deps:** update adobe fixes ([#53](https://github.com/adobe/spacecat-task-processor/issues/53)) ([6ddf385](https://github.com/adobe/spacecat-task-processor/commit/6ddf385c7cac2f4ed1c9edb74c46b09abfd47d97))
147+
* **deps:** update adobe fixes ([#54](https://github.com/adobe/spacecat-task-processor/issues/54)) ([8d163d0](https://github.com/adobe/spacecat-task-processor/commit/8d163d0023928b651553300c44e429e47c2e9343))
148+
1149
## [1.1.12](https://github.com/adobe/spacecat-task-processor/compare/v1.1.11...v1.1.12) (2025-08-25)
2150

3151

.eslintrc.cjs renamed to eslint.config.js

Lines changed: 27 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -10,27 +10,32 @@
1010
* governing permissions and limitations under the License.
1111
*/
1212

13-
module.exports = {
14-
root: true,
15-
parser: '@typescript-eslint/parser',
16-
parserOptions: {
17-
ecmaVersion: 2020,
18-
sourceType: 'module',
19-
},
20-
extends: [
21-
'@adobe/helix',
22-
'plugin:@typescript-eslint/recommended',
23-
],
24-
plugins: [
25-
'import',
26-
'@typescript-eslint',
27-
],
28-
overrides: [
13+
import {recommended, source, test} from '@adobe/eslint-config-helix';
14+
import { defineConfig, globalIgnores } from '@eslint/config-helpers'
15+
16+
export default defineConfig([
17+
globalIgnores([
18+
'.vscode/*',
19+
'.idea/*',
20+
'coverage/*',
21+
'scripts/*',
22+
'test/*/fixtures/*'
23+
]),
24+
{
25+
extends: [ recommended ],
26+
plugins: {
27+
import: recommended.plugins.import,
28+
},
29+
rules: {
30+
'no-unused-expressions': 'off',
31+
},
32+
},
2933
{
30-
files: ['*.test.js'],
31-
rules: {
32-
'@typescript-eslint/no-unused-expressions': 'off',
33-
},
34+
...source,
35+
files: [...source.files],
3436
},
35-
],
36-
};
37+
{
38+
...test,
39+
files: [...test.files],
40+
}
41+
]);

0 commit comments

Comments
 (0)