File tree Expand file tree Collapse file tree 4 files changed +10
-5
lines changed Expand file tree Collapse file tree 4 files changed +10
-5
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ " eslint-plugin-json-schema-validator " : patch
3
+ ---
4
+
5
+ fix(deps): update dependency ` minimatch ` to ` v9 ` or ` v10 `
Original file line number Diff line number Diff line change 13
13
- uses : actions/checkout@v4
14
14
- uses : actions/setup-node@v4
15
15
with :
16
- node-version : 18
16
+ node-version : lts/*
17
17
- name : Install Packages
18
18
run : yarn
19
19
- name : Lint
36
36
with :
37
37
node-version : ${{ matrix.node-version }}
38
38
- name : Install Packages
39
- run : yarn install --ignore-engines
39
+ run : yarn --ignore-engines
40
40
- name : Test
41
41
run : yarn test
42
42
test-with-eslint8 :
Original file line number Diff line number Diff line change 57
57
"eslint-json-compat-utils" : " ^0.2.1" ,
58
58
"json-schema-migrate" : " ^2.0.0" ,
59
59
"jsonc-eslint-parser" : " ^2.0.0" ,
60
- "minimatch" : " ^8 .0.0" ,
61
- "synckit" : " ^0.11.0 " ,
60
+ "minimatch" : " ^9.0.0 || ^10 .0.0" ,
61
+ "synckit" : " ^0.11.1 " ,
62
62
"toml-eslint-parser" : " ^0.10.0" ,
63
63
"tunnel-agent" : " ^0.6.0" ,
64
64
"yaml-eslint-parser" : " ^1.0.0"
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import { getStaticYAMLValue } from "yaml-eslint-parser";
5
5
import type { AST as TOML } from "toml-eslint-parser" ;
6
6
import { getStaticTOMLValue } from "toml-eslint-parser" ;
7
7
import { createRule } from "../utils/index" ;
8
- import minimatch from "minimatch" ;
8
+ import { minimatch } from "minimatch" ;
9
9
import path from "path" ;
10
10
import type { PathData } from "../utils/ast/index" ;
11
11
import {
You can’t perform that action at this time.
0 commit comments