nestjs / elasticsearch

Elasticsearch module based on the official elasticsearch package 🌿
https://nestjs.com
MIT License
373 stars 49 forks source link

Dependency Dashboard #580

Open renovate[bot] opened 2 years ago

renovate[bot] commented 2 years ago

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Open

These updates have all been created already. Click a checkbox below to force a retry/rebase of any.

Detected dependencies

circleci
.circleci/config.yml - `cimg/node 20.11`
npm
package.json - `@commitlint/cli 19.3.0` - `@commitlint/config-angular 19.3.0` - `@elastic/elasticsearch 8.14.0` - `@nestjs/common 10.3.9` - `@types/node 20.14.9` - `@typescript-eslint/eslint-plugin 7.14.1` - `@typescript-eslint/parser 7.14.1` - `eslint 8.57.0` - `eslint-config-prettier 9.1.0` - `eslint-plugin-import 2.29.1` - `husky 9.0.11` - `lint-staged 15.2.7` - `prettier 3.3.2` - `release-it 17.4.0` - `rimraf 5.0.7` - `rxjs 7.8.1` - `typescript 5.5.2` - `@elastic/elasticsearch ^7.4.0 || ^8.0.0` - `@nestjs/common ^8.0.0 || ^9.0.0 || ^10.0.0` - `rxjs ^7.2.0`

gustawdaniel-acaisoft commented 2 years ago

I think that 8.0 is rather bad name for version because of in

"@elastic/elasticsearch": 

we have "^7.15.0", that shows compatibility with this version of elastic search.

Please add compatiblity table.