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 1313 - uses : actions/checkout@v4
1414 - uses : actions/setup-node@v4
1515 with :
16- node-version : 18
16+ node-version : lts/*
1717 - name : Install Packages
1818 run : yarn
1919 - name : Lint
3636 with :
3737 node-version : ${{ matrix.node-version }}
3838 - name : Install Packages
39- run : yarn install --ignore-engines
39+ run : yarn --ignore-engines
4040 - name : Test
4141 run : yarn test
4242 test-with-eslint8 :
Original file line number Diff line number Diff line change 5757 "eslint-json-compat-utils" : " ^0.2.1" ,
5858 "json-schema-migrate" : " ^2.0.0" ,
5959 "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 " ,
6262 "toml-eslint-parser" : " ^0.10.0" ,
6363 "tunnel-agent" : " ^0.6.0" ,
6464 "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";
55import type { AST as TOML } from "toml-eslint-parser" ;
66import { getStaticTOMLValue } from "toml-eslint-parser" ;
77import { createRule } from "../utils/index" ;
8- import minimatch from "minimatch" ;
8+ import { minimatch } from "minimatch" ;
99import path from "path" ;
1010import type { PathData } from "../utils/ast/index" ;
1111import {
You can’t perform that action at this time.
0 commit comments