Augustin Husson
Augustin Husson
I will do it on a different PR @codesome if you want
the script was broken, so I took the opportunity to fix it. I have updated the npm deps as well here @codesome : https://github.com/prometheus/prometheus/pull/11332
yeah I saw that too. There is the same issue for the npm packages. That never happens before, but now we have LTS version this issue will be there each...
`codemirror-promql` or `lezer-promql` use `peerDependencies` to depend on `codemirror` or `lezer`. For example: https://github.com/prometheus/prometheus/blob/main/web/ui/module/codemirror-promql/package.json#L48-L54 Hopefully because we said `codemirror-promql` is compatible with any version above `6.0.0` you can install the...
What npm version are you using ? What dependencies do you have in your `package.json` ?
I have a project where I'm using `@prometheus-io/codemirror-promql` and I am using it with the last version of `codemirror` with no issue. here an extract of the `package.json`. ```json {...
it looks like there is a dependency update that breaks the react-app. Let me see if I can quickly fix it
should be good now @codesome :)
Soooo after talking a bit with @matej-g, it appears that the issue regarding the doc is tracked with https://github.com/thanos-io/thanos/issues/4732 and there is a short fix with https://github.com/thanos-io/thanos/pull/5167. So I would...