Skip to content

Commit 07dca2c

Browse files
chore(deps): update external major (major) (#190)
* chore(deps): update external major * fix: pin eslint to v9 - v10 blocked by eslint-plugin-import * fix: pin eslint <10 in renovate config + eslint@9 --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Dominique Jäggi <djaeggi@adobe.com>
1 parent 38bb63c commit 07dca2c

File tree

3 files changed

+50
-66
lines changed

3 files changed

+50
-66
lines changed

package-lock.json

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

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@
7171
},
7272
"dependencies": {
7373
"@adobe/fetch": "4.2.3",
74-
"@adobe/spacecat-shared-vault-secrets": "1.3.2",
7574
"@adobe/helix-shared-wrap": "2.0.2",
7675
"@adobe/helix-status": "10.1.5",
7776
"@adobe/helix-universal": "5.4.0",
@@ -86,10 +85,11 @@
8685
"@adobe/spacecat-shared-scrape-client": "2.6.0",
8786
"@adobe/spacecat-shared-slack-client": "1.6.4",
8887
"@adobe/spacecat-shared-utils": "1.112.2",
88+
"@adobe/spacecat-shared-vault-secrets": "1.3.2",
89+
"@aws-sdk/client-cloudwatch-logs": "3.1024.0",
8990
"@aws-sdk/client-lambda": "3.1024.0",
90-
"@aws-sdk/client-sqs": "3.1024.0",
9191
"@aws-sdk/client-s3": "3.1024.0",
92-
"@aws-sdk/client-cloudwatch-logs": "3.1024.0",
92+
"@aws-sdk/client-sqs": "3.1024.0",
9393
"@aws-sdk/credential-provider-node": "3.972.29",
9494
"aws-xray-sdk": "3.12.0",
9595
"cheerio": "1.2.0",
@@ -113,12 +113,12 @@
113113
"@semantic-release/npm": "13.1.5",
114114
"@typescript-eslint/eslint-plugin": "8.58.0",
115115
"@typescript-eslint/parser": "8.58.0",
116-
"c8": "10.1.3",
116+
"c8": "11.0.0",
117117
"chai": "6.2.2",
118118
"chai-as-promised": "8.0.2",
119119
"chokidar": "5.0.0",
120120
"dotenv": "17.4.0",
121-
"eslint": "9.39.4",
121+
"eslint": "^9.39.4",
122122
"esmock": "2.7.3",
123123
"husky": "9.1.7",
124124
"junit-report-builder": "5.1.1",
@@ -131,7 +131,7 @@
131131
"semantic-release": "25.0.3",
132132
"sinon": "21.0.3",
133133
"sinon-chai": "4.0.1",
134-
"typescript": "5.9.3",
134+
"typescript": "6.0.2",
135135
"yaml": "2.8.3"
136136
},
137137
"overrides": {

renovate.json5

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,11 @@
2020
],
2121
"enabled": false
2222
}
23+
,{
24+
"matchPackageNames": [
25+
"eslint"
26+
],
27+
"allowedVersions": "<10.0.0"
28+
}
2329
]
2430
}

0 commit comments

Comments
 (0)