@codemirror/lint
Advanced tools
Comparing version 0.19.6 to 0.20.0
@@ -0,1 +1,7 @@ | ||
## 0.20.0 (2022-04-20) | ||
### Breaking changes | ||
Update dependencies to 0.20.0 | ||
## 0.19.6 (2022-03-04) | ||
@@ -2,0 +8,0 @@ |
@@ -50,3 +50,3 @@ import * as _codemirror_state from '@codemirror/state'; | ||
given the diagnostic's _current_ position, which may have | ||
changed since the creation of the diagnostic due to editing. | ||
changed since the creation of the diagnostic, due to editing. | ||
*/ | ||
@@ -53,0 +53,0 @@ apply: (view: EditorView, from: number, to: number) => void; |
@@ -1,7 +0,3 @@ | ||
import { Decoration, EditorView, ViewPlugin, logException, WidgetType } from '@codemirror/view'; | ||
import { StateEffect, StateField, Facet, combineConfig } from '@codemirror/state'; | ||
import { hoverTooltip, showTooltip } from '@codemirror/tooltip'; | ||
import { showPanel, getPanel } from '@codemirror/panel'; | ||
import { gutter, GutterMarker } from '@codemirror/gutter'; | ||
import { RangeSet } from '@codemirror/rangeset'; | ||
import { Decoration, showPanel, EditorView, ViewPlugin, hoverTooltip, logException, gutter, showTooltip, getPanel, WidgetType, GutterMarker } from '@codemirror/view'; | ||
import { StateEffect, StateField, Facet, RangeSet, combineConfig } from '@codemirror/state'; | ||
import elt from 'crelt'; | ||
@@ -8,0 +4,0 @@ |
{ | ||
"name": "@codemirror/lint", | ||
"version": "0.19.6", | ||
"version": "0.20.0", | ||
"description": "Linting support for the CodeMirror code editor", | ||
@@ -29,8 +29,4 @@ "scripts": { | ||
"dependencies": { | ||
"@codemirror/gutter": "^0.19.4", | ||
"@codemirror/panel": "^0.19.0", | ||
"@codemirror/rangeset": "^0.19.1", | ||
"@codemirror/state": "^0.19.4", | ||
"@codemirror/tooltip": "^0.19.16", | ||
"@codemirror/view": "^0.19.22", | ||
"@codemirror/state": "^0.20.0", | ||
"@codemirror/view": "^0.20.0", | ||
"crelt": "^1.0.5" | ||
@@ -37,0 +33,0 @@ }, |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3
63572
1535
+ Added@codemirror/state@0.20.1(transitive)
+ Added@codemirror/view@0.20.7(transitive)
- Removed@codemirror/gutter@^0.19.4
- Removed@codemirror/panel@^0.19.0
- Removed@codemirror/rangeset@^0.19.1
- Removed@codemirror/tooltip@^0.19.16
- Removed@codemirror/gutter@0.19.9(transitive)
- Removed@codemirror/panel@0.19.1(transitive)
- Removed@codemirror/rangeset@0.19.9(transitive)
- Removed@codemirror/state@0.19.9(transitive)
- Removed@codemirror/text@0.19.6(transitive)
- Removed@codemirror/tooltip@0.19.16(transitive)
- Removed@codemirror/view@0.19.48(transitive)
Updated@codemirror/state@^0.20.0
Updated@codemirror/view@^0.20.0