File tree 3 files changed +8
-3
lines changed
src/shared/svelte-compile-warns
3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ " eslint-plugin-svelte " : patch
3
+ ---
4
+
5
+ fix(deps): update sourcemap-codec dependency
Original file line number Diff line number Diff line change 65
65
}
66
66
},
67
67
"dependencies" : {
68
+ "@jridgewell/sourcemap-codec" : " ^1.4.14" ,
68
69
"debug" : " ^4.3.1" ,
69
70
"eslint-utils" : " ^3.0.0" ,
70
71
"esutils" : " ^2.0.3" ,
71
72
"known-css-properties" : " ^0.26.0" ,
72
73
"postcss" : " ^8.4.5" ,
73
74
"postcss-load-config" : " ^3.1.4" ,
74
75
"postcss-safe-parser" : " ^6.0.0" ,
75
- "sourcemap-codec" : " ^1.4.8" ,
76
76
"svelte-eslint-parser" : " ^0.22.0"
77
77
},
78
78
"devDependencies" : {
Original file line number Diff line number Diff line change 1
1
import type { AST } from "svelte-eslint-parser"
2
2
import * as compiler from "svelte/compiler"
3
- import type { SourceMapMappings } from "sourcemap-codec"
4
- import { decode } from "sourcemap-codec"
3
+ import type { SourceMapMappings } from "@jridgewell/ sourcemap-codec"
4
+ import { decode } from "@jridgewell/ sourcemap-codec"
5
5
import type { RuleContext } from "../../types"
6
6
import { LinesAndColumns } from "../../utils/lines-and-columns"
7
7
import type { TransformResult } from "./transform/types"
You can’t perform that action at this time.
0 commit comments