nestjs / elasticsearch

Elasticsearch module based on the official elasticsearch package 🌿

Home Page:https://nestjs.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dependency Dashboard

renovate opened this issue · comments

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.13.1
  • @nestjs/common 10.3.8
  • @types/node 20.12.7
  • @typescript-eslint/eslint-plugin 7.7.1
  • @typescript-eslint/parser 7.7.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.2
  • prettier 3.2.5
  • release-it 17.2.1
  • rimraf 5.0.5
  • rxjs 7.8.1
  • typescript 5.4.5
  • @elastic/elasticsearch ^7.4.0 || ^8.0.0
  • @nestjs/common ^8.0.0 || ^9.0.0 || ^10.0.0
  • rxjs ^7.2.0

  • Check this box to trigger a request for Renovate to run again on this repository

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.