Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"devDependencies": {
"@eslint/config-helpers": "file:packages/config-helpers",
"@types/mocha": "^10.0.7",
"eslint": "^9.11.1",
"eslint": "^9.27.0",
"eslint-config-eslint": "^11.0.0",
"got": "^14.4.1",
"lint-staged": "^15.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/compat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"devDependencies": {
"@eslint/core": "^0.14.0",
"c8": "^9.1.0",
"eslint": "^9.11.0",
"eslint": "^9.27.0",
"mocha": "^10.4.0",
"rollup": "^4.16.2",
"typescript": "^5.4.5"
Expand Down
2 changes: 1 addition & 1 deletion packages/config-helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"devDependencies": {
"@eslint/core": "^0.14.0",
"c8": "^9.1.0",
"eslint": "^9.19.0",
"eslint": "^9.27.0",
"mocha": "^10.4.0",
"rollup": "^4.16.2",
"rollup-plugin-copy": "^3.5.0",
Expand Down
1 change: 0 additions & 1 deletion packages/config-helpers/src/define-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@ function getPluginMember(id) {
* @return {Config} The normalized config object.
*/
function normalizePluginConfig(userNamespace, plugin, config) {
// @ts-ignore -- ESLint types aren't updated yet
const pluginNamespace = plugin.meta?.namespace;

// don't do anything if the plugin doesn't have a namespace or rules
Expand Down
2 changes: 1 addition & 1 deletion packages/migrate-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"homepage": "https://github.com/eslint/rewrite#readme",
"devDependencies": {
"@types/eslint": "^9.6.0",
"eslint": "^9.0.0",
"eslint": "^9.27.0",
"mocha": "^10.4.0",
"typescript": "^5.4.5"
},
Expand Down
2 changes: 1 addition & 1 deletion templates/package/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"devDependencies": {
"@eslint/core": "^0.14.0",
"c8": "^9.1.0",
"eslint": "^9.11.0",
"eslint": "^9.27.0",
"mocha": "^10.4.0",
"rollup": "^4.16.2",
"rollup-plugin-copy": "^3.5.0",
Expand Down