Skip to content

Commit 0d0567c

Browse files
renovate[bot]renovate-botota-meshi
authored
Update dependency toml-eslint-parser to ^0.4.0 (#130)
* Update dependency toml-eslint-parser to ^0.4.0 * update Co-authored-by: Renovate Bot <[email protected]> Co-authored-by: Yosuke Ota <[email protected]>
1 parent 0caf584 commit 0d0567c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"json-schema-migrate": "^2.0.0",
6363
"jsonc-eslint-parser": "^2.0.0",
6464
"minimatch": "^5.0.0",
65-
"toml-eslint-parser": "^0.3.0",
65+
"toml-eslint-parser": "^0.4.0",
6666
"tunnel-agent": "^0.6.0",
6767
"yaml-eslint-parser": "^0.5.0"
6868
},

tests/fixtures/rules/no-invalid/invalid/object-test/min-max-properties-errors.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[
22
{
3-
"message": "\"maxProperties\" must NOT have more than 2 items.",
3+
"message": "\"maxProperties\" must NOT have more than 2 properties.",
44
"line": 3,
55
"column": 5,
66
"endLine": 3,
77
"endColumn": 20
88
},
99
{
10-
"message": "\"minProperties\" must NOT have fewer than 2 items.",
10+
"message": "\"minProperties\" must NOT have fewer than 2 properties.",
1111
"line": 4,
1212
"column": 5,
1313
"endLine": 4,

0 commit comments

Comments
 (0)