Skip to content

Commit

Permalink
chore: Lock eslint to minor version (#6875)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S authored Feb 9, 2025
1 parent 8cb8ce2 commit 3eb39d6
Show file tree
Hide file tree
Showing 9 changed files with 1,007 additions and 834 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
},
"devDependencies": {
"@cspell/eslint-plugin": "workspace:*",
"@eslint/js": "^9.19.0",
"@eslint/js": "^9.20.0",
"@internal/scripts": "workspace:*",
"@lerna-lite/cli": "^3.12.0",
"@lerna-lite/publish": "^3.12.0",
Expand All @@ -111,15 +111,15 @@
"@types/node": "^18.19.75",
"@vitest/coverage-istanbul": "^3.0.5",
"conventional-changelog-conventionalcommits": "^8.0.0",
"eslint": "^9.19.0",
"eslint": "^9.20.0",
"eslint-plugin-n": "^17.15.1",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-unicorn": "^56.0.1",
"inject-markdown": "^3.1.4",
"nyc": "^17.1.0",
"perf-insight": "^1.2.0",
"prettier": "^3.4.2",
"rollup": "^4.34.3",
"prettier": "^3.5.0",
"rollup": "^4.34.6",
"rollup-plugin-dts": "^6.1.1",
"shx": "^0.3.4",
"ts-jest": "^29.2.5",
Expand Down
4 changes: 2 additions & 2 deletions packages/cspell-eslint-plugin/fixtures/simple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"license": "MIT",
"devDependencies": {
"@cspell/eslint-plugin": "workspace:*",
"@eslint/js": "^9.19.0",
"eslint": "^9.19.0",
"@eslint/js": "^9.20.0",
"eslint": "^9.20.0",
"typescript-eslint": "^8.23.0"
}
}
5 changes: 2 additions & 3 deletions packages/cspell-eslint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,13 +81,12 @@
},
"devDependencies": {
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.19.0",
"@types/eslint": "^8.56.12",
"@eslint/js": "~9.19.0",
"@types/estree": "^1.0.6",
"@types/mocha": "^10.0.10",
"@typescript-eslint/parser": "^8.23.0",
"@typescript-eslint/types": "^8.23.0",
"eslint": "^9.19.0",
"eslint": "~9.19.0",
"eslint-plugin-jsonc": "^2.19.1",
"eslint-plugin-mdx": "^3.1.5",
"eslint-plugin-n": "^17.15.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/cspell-pipe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
"node": ">=18"
},
"devDependencies": {
"globby": "^14.0.2",
"globby": "^14.1.0",
"perf-insight": "^1.2.0"
}
}
2 changes: 1 addition & 1 deletion packages/cspell-trie-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"node": ">=18"
},
"devDependencies": {
"@cspell/dict-en_us": "^4.3.30",
"@cspell/dict-en_us": "^4.3.31",
"@cspell/dict-es-es": "^3.0.3",
"@cspell/dict-nl-nl": "^2.3.3",
"import-meta-resolve": "^4.1.0"
Expand Down
Loading

0 comments on commit 3eb39d6

Please sign in to comment.