Skip to content

Commit

Permalink
feat(linter): update eslint to next minor version (nrwl#20351)
Browse files Browse the repository at this point in the history
  • Loading branch information
mandarini authored Nov 22, 2023
1 parent 3a9c8e8 commit 0b4c2da
Show file tree
Hide file tree
Showing 5 changed files with 198 additions and 283 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@babel/preset-typescript": "^7.22.5",
"@babel/runtime": "^7.22.6",
"@eslint/eslintrc": "^2.1.1",
"@eslint/js": "^8.46.0",
"@eslint/js": "^8.48.0",
"@floating-ui/react": "0.19.2",
"@jest/reporters": "^29.4.1",
"@jest/test-result": "^29.4.1",
Expand Down Expand Up @@ -163,7 +163,7 @@
"ejs": "^3.1.7",
"enhanced-resolve": "^5.8.3",
"esbuild": "0.19.5",
"eslint": "8.46.0",
"eslint": "~8.48.0",
"eslint-config-next": "13.1.1",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-cypress": "2.14.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/eslint/migrations.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,14 @@
"version": "^6.9.1"
}
}
},
"17.2.0": {
"version": "17.2.0-beta.2",
"packages": {
"eslint": {
"version": "~8.48.0"
}
}
}
}
}
2 changes: 1 addition & 1 deletion packages/eslint/src/utils/versions.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export const nxVersion = require('../../package.json').version;

export const eslintVersion = '~8.46.0';
export const eslintVersion = '~8.48.0';
export const eslintrcVersion = '^2.1.1';
export const eslintConfigPrettierVersion = '^9.0.0';
export const typescriptESLintVersion = '^6.9.1';
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ exports[`lib should add vue, vite and vitest to package.json 1`] = `
"@vue/eslint-config-typescript": "^11.0.3",
"@vue/test-utils": "^2.4.1",
"@vue/tsconfig": "^0.4.0",
"eslint": "~8.46.0",
"eslint": "~8.48.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-vue": "^9.16.1",
"jsdom": "~22.1.0",
Expand Down
Loading

0 comments on commit 0b4c2da

Please sign in to comment.