Skip to content

Commit

Permalink
feat: bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Mati365 committed Feb 18, 2024
1 parent 60c259b commit e6ac729
Show file tree
Hide file tree
Showing 13 changed files with 1,038 additions and 783 deletions.
1 change: 1 addition & 0 deletions .eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ rules:
no-console: warn
yield-star-spacing: ['error', 'after']
generator-star-spacing: ['error', 'after']
'@typescript-eslint/no-unsafe-argument': off
'@typescript-eslint/explicit-function-return-type': off
'@typescript-eslint/strict-boolean-expressions': off
'@typescript-eslint/indent': off
Expand Down
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,30 +25,30 @@
"check:types": "npx turbo check:types --parallel"
},
"devDependencies": {
"@changesets/cli": "^2.26.2",
"@commitlint/cli": "^17.7.2",
"@commitlint/config-conventional": "^17.7.0",
"@commitlint/types": "^17.4.4",
"@changesets/cli": "^2.27.1",
"@commitlint/cli": "^18.6.1",
"@commitlint/config-conventional": "^18.6.2",
"@commitlint/types": "^18.6.1",
"@rollup/plugin-node-resolve": "^15.2.3",
"@types/jest": "^29.5.5",
"@typescript-eslint/eslint-plugin": "^6.7.5",
"@typescript-eslint/parser": "^6.7.5",
"eslint": "^8.51.0",
"@types/jest": "^29.5.12",
"@typescript-eslint/eslint-plugin": "^7.0.1",
"@typescript-eslint/parser": "^7.0.1",
"eslint": "^8.56.0",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-config-standard-with-typescript": "^39.1.1",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-n": "^16.2.0",
"eslint-config-standard-with-typescript": "^43.0.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-promise": "^6.1.1",
"husky": "^8.0.3",
"husky": "^9.0.11",
"jest": "^29.7.0",
"jest-extended": "^4.0.2",
"lint-staged": "^14.0.1",
"prettier": "^3.0.3",
"rollup": "^4.0.2",
"lint-staged": "^15.2.2",
"prettier": "^3.2.5",
"rollup": "^4.12.0",
"rollup-plugin-typescript2": "^0.36.0",
"ts-jest": "^29.1.1",
"ts-jest": "^29.1.2",
"tslib": "^2.6.2",
"turbo": "^1.10.15",
"typescript": "^5.2.2"
"turbo": "^1.12.4",
"typescript": "^5.3.3"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ export const catchTaskEitherTagErrorTE =

return TE.left(error);
}, TE.of),
) as TE.TaskEither<E | E2, A | B>;
) as TE.TaskEither<Exclude<E, TaggedError<T>> | E2, A | B>;
4 changes: 3 additions & 1 deletion packages/core/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
"include": ["src/"],
"compilerOptions": {
"baseUrl": "src",
"module": "CommonJS"
"module": "CommonJS",
"declaration": true,
"declarationMap": true
}
}
10 changes: 5 additions & 5 deletions packages/logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@
"src/"
],
"dependencies": {
"@elastic/elasticsearch": "^8.10.0",
"@elastic/elasticsearch": "^8.12.1",
"@searchpunch/core": "*",
"elastic-builder": "^2.22.0",
"fp-ts": "^2.16.1",
"pino": "^8.16.0",
"pino-pretty": "^10.2.3"
"elastic-builder": "^2.24.0",
"fp-ts": "^2.16.2",
"pino": "^8.19.0",
"pino-pretty": "^10.3.1"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 3 additions & 1 deletion packages/logger/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
"include": ["src/"],
"compilerOptions": {
"baseUrl": "src",
"module": "CommonJS"
"module": "CommonJS",
"declaration": true,
"declarationMap": true
}
}
8 changes: 4 additions & 4 deletions packages/reindex/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,17 @@
"src/"
],
"dependencies": {
"@elastic/elasticsearch": "^8.10.0",
"@elastic/elasticsearch": "^8.12.1",
"@searchpunch/core": "*",
"@searchpunch/logger": "*",
"elastic-builder": "^2.22.0",
"fp-ts": "^2.16.1",
"elastic-builder": "^2.24.0",
"fp-ts": "^2.16.2",
"object-hash": "^3.0.0"
},
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@types/object-hash": "^3.0.5"
"@types/object-hash": "^3.0.6"
}
}
2 changes: 1 addition & 1 deletion packages/reindex/src/+internal/client/try-es-task.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import {
} from './es-monadic-client.error';

export const tryEsTask =
<TC extends TaggedError<any>>(
<TC extends TaggedError<any> = EsInternalError>(
TagClass?: new (originalStack?: string) => TC,
) =>
<R>(
Expand Down
2 changes: 1 addition & 1 deletion packages/reindex/src/es-indices-registry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export class EsIndicesRegistry extends ValueObject<EsIndicesRegistryProps> {
return this.props.indices;
}

register = (index: EsIndex): EsIndicesRegistry =>
register = (index: EsIndex): this =>
this.extend({
indices: [...this.indices, index],
});
Expand Down
4 changes: 3 additions & 1 deletion packages/reindex/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
"include": ["src/"],
"compilerOptions": {
"baseUrl": "src",
"module": "CommonJS"
"module": "CommonJS",
"declaration": true,
"declarationMap": true
}
}
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"noImplicitAny": true,
"allowJs": true
},
"include": ["packages/", "config/"],
"include": ["packages/**/*.ts", "config/**/*.ts"],
"exclude": ["node_modules/"]
}
3 changes: 2 additions & 1 deletion turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
},
"lint": {
"dependsOn": [],
"outputs": []
"outputs": [],
"cache": false
},
"check:types": {
"outputs": [],
Expand Down
Loading

0 comments on commit e6ac729

Please sign in to comment.