Releases: prometheus-community/monaco-promql
Releases · prometheus-community/monaco-promql
v1.7.4 : Security Patch
What's Changed
- Bump follow-redirects from 1.9.0 to 1.14.8 in /examples/react-promql by @dependabot in #55
- Bump follow-redirects from 1.14.7 to 1.14.8 in /examples/angular-promql by @dependabot in #54
- Bump url-parse from 1.4.7 to 1.5.7 in /examples/react-promql by @dependabot in #57
- Bump url-parse from 1.5.3 to 1.5.7 in /examples/angular-promql by @dependabot in #56
- Bump url-parse from 1.5.7 to 1.5.10 in /examples/angular-promql by @dependabot in #59
- Bump url-parse from 1.5.7 to 1.5.10 in /examples/react-promql by @dependabot in #58
- Bump karma from 6.3.14 to 6.3.16 in /examples/angular-promql by @dependabot in #60
- Bump minimist from 1.2.5 to 1.2.6 in /examples/angular-promql by @dependabot in #61
- Bump lodash from 4.17.15 to 4.17.21 in /examples/react-promql by @dependabot in #62
- Bump async from 2.6.3 to 2.6.4 in /examples/angular-promql by @dependabot in #63
- Bump ansi-regex from 3.0.0 to 3.0.1 by @dependabot in #64
Full Changelog: v1.7.3...v1.7.4
v1.7.3 : Security Patch
What's Changed
- Bump tar from 6.1.0 to 6.1.6 in /examples/angular-promql by @dependabot in #41
- Bump path-parse from 1.0.6 to 1.0.7 in /examples/angular-promql by @dependabot in #42
- Bump tar from 6.1.6 to 6.1.11 in /examples/angular-promql by @dependabot in #43
- Bump url-parse from 1.5.1 to 1.5.3 in /examples/angular-promql by @dependabot in #44
- Bump follow-redirects from 1.13.3 to 1.14.7 in /examples/angular-promql by @dependabot in #45
- Bump log4js from 6.3.0 to 6.4.0 in /examples/angular-promql by @dependabot in #46
- Bump nanoid from 3.1.22 to 3.2.0 in /examples/angular-promql by @dependabot in #47
- Bump ws from 5.2.2 to 5.2.3 in /examples/react-promql by @dependabot in #49
- Bump acorn from 5.7.3 to 5.7.4 in /examples/react-promql by @dependabot in #48
- Bump handlebars from 4.2.1 to 4.7.7 in /examples/react-promql by @dependabot in #51
- Bump karma from 6.2.0 to 6.3.14 in /examples/angular-promql by @dependabot in #50
- Bump ajv from 6.10.2 to 6.12.6 in /examples/react-promql by @dependabot in #53
- Bump ajv from 6.10.1 to 6.12.6 by @dependabot in #52
Full Changelog: v1.7.2...v1.7.3
v1.7.2 : Security patch
- Bump glob-parent from 5.1.1 to 5.1.2 (gulpjs/glob-parent#36)
v1.7.1 : Types declaration
- Get back the types declaration using
declaration: true
in thetsconfig.json
(fixes #32)
v1.7.0: Update dependencies
- Import
languages
types from monaco-editor to not rely on the load of a globalmonaco
named instance. This behaviour is closer to the new monaco-languages architecture. - Updated examples to use an up-to-date versions of frameworks and monaco.
v1.6.1: package.json accuracy
v1.6.0 : "group" aggregator
v1.5.2 : Imports more simple
- New way to import :
import { promLanguageDefinition } from 'monaco-promql';
(old way still works)
v1.5.1 : Fixing language loading
[BugFix] Fix the return type that breaks the loading of the language
v1.5.0 : Transferring project to Prometheus-Community
- [Enhancement] Enable eslint
- [Enhancement] Add package keyword
- [BreakingChange] Package name changed from
monaco-languages-promql
tomonaco-promql
- [BreakingChange] Package organization changed. It doesn't contain anymore the sub-directory
lib