Skip to content

Commit 2e8ee4a

Browse files
Bump file-type and arangojs in /scanners/domain-dispatcher (#7094)
* Bump file-type and arangojs in /scanners/domain-dispatcher Removes [file-type](https://github.com/sindresorhus/file-type). It's no longer used after updating ancestor dependency [arangojs](https://github.com/arangodb/arangojs). These dependencies need to be updated together. Removes `file-type` Updates `arangojs` from 8.0.0 to 10.2.2 - [Release notes](https://github.com/arangodb/arangojs/releases) - [Changelog](https://github.com/arangodb/arangojs/blob/main/CHANGELOG.md) - [Commits](arangodb/arangojs@v8.0.0...v10.2.2) --- updated-dependencies: - dependency-name: file-type dependency-version: dependency-type: indirect - dependency-name: arangojs dependency-version: 10.2.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * Check src dir contents in build step * Revert "Check src dir contents in build step" This reverts commit 4c9fdc5. * Add eslint eslint-import-resolver-typescript plugin --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: FestiveKyle <sullivan.kyle@pm.me>
1 parent eee26a3 commit 2e8ee4a

4 files changed

Lines changed: 308 additions & 489 deletions

File tree

scanners/domain-dispatcher/.eslintrc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@
99
"env": {
1010
"jest/globals": true
1111
},
12+
"settings": {
13+
"import/resolver": {
14+
"typescript": {}
15+
}
16+
},
1217
"rules": {
1318
"comma-dangle": ["error", "always-multiline"],
1419
"no-unused-vars": [

0 commit comments

Comments
 (0)