Skip to content

Commit

Permalink
Update to ESM (#804)
Browse files Browse the repository at this point in the history
This PR makes the following changes:
- Convert `kafka-assets` and `terafoundation_kafka_connector` to ESM.
- Bump `kafka-assets` from version 4.4.1 to 5.0.0
- Bump `terafoundation_kafka_connector` from version 0.14.0 to 1.0.0
- Bump top level dependency: `node-gyp` from version 9.4.1 to 10.1.0
- Bump top level dev dependencies: `@terascope/scripts` from 0.77.2 to
1.0.1, `@terascope/job-components` from 0.75.1 to 1.0.1,
`teraslice-test-harness` from 0.30.0 to 1.0.1, `@types/node` from
18.14.2 to 20.14.9, `@types/uuid` from 9.0.8 to 10.0.0
- Bump `kafka-assets`dependencies: `@terascope/types` from 0.17.2 to
0.17.3, `@terascope/job-components` from 0.75.1 to 1.0.1
- Bump `terafoundation_kafka_connector` dev dependency:
`@terascope/job-components` from 0.75.1 to 1.0.1
- Bump `yarn` from 1.22.19 to 1.22.22
  • Loading branch information
busma13 authored Jul 3, 2024
1 parent b57d72e commit 84580d1
Show file tree
Hide file tree
Showing 56 changed files with 2,984 additions and 2,404 deletions.
12 changes: 10 additions & 2 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
{
"extends": "@terascope",
"parserOptions": {
"ecmaVersion": "latest",
"sourceType": "module"
},
"rules": {
"@typescript-eslint/naming-convention": "off"
}
"@typescript-eslint/naming-convention": "off",
"@typescript-eslint/no-duplicate-enum-values": "warn",
"import/extensions": "off",
"import/no-import-module-exports": "off"
},
"ignorePatterns":[]
}
Loading

0 comments on commit 84580d1

Please sign in to comment.