Skip to content

Commit

Permalink
feat(linter): update eslint-config-prettier to v9 (#19232)
Browse files Browse the repository at this point in the history
  • Loading branch information
WikiRik authored Oct 12, 2023
1 parent c231c9e commit 89ab1c9
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@
"esbuild": "^0.19.2",
"eslint": "8.46.0",
"eslint-config-next": "13.1.1",
"eslint-config-prettier": "^8.1.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-cypress": "2.14.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jsx-a11y": "6.6.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"homepage": "https://nx.dev",
"peerDependencies": {
"@typescript-eslint/parser": "^5.60.1",
"eslint-config-prettier": "^8.1.0"
"eslint-config-prettier": "^9.0.0"
},
"peerDependenciesMeta": {
"eslint-config-prettier": {
Expand Down
2 changes: 1 addition & 1 deletion packages/linter/src/utils/versions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ export const nxVersion = require('../../package.json').version;

export const eslintVersion = '~8.46.0';
export const eslintrcVersion = '^2.1.1';
export const eslintConfigPrettierVersion = '8.1.0';
export const eslintConfigPrettierVersion = '9.0.0';
export const typescriptESLintVersion = '^5.60.1';
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ exports[`lib should add correct jest.config.ts and dependencies to package.json
"@vue/vue3-jest": "^29.2.6",
"babel-jest": "^29.4.1",
"eslint": "~8.46.0",
"eslint-config-prettier": "8.1.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-vue": "^9.16.1",
"jest": "^29.4.1",
"jest-environment-jsdom": "^29.4.1",
Expand Down Expand Up @@ -250,7 +250,7 @@ exports[`lib should add vue, vite and vitest to package.json 1`] = `
"@vue/test-utils": "^2.4.1",
"@vue/tsconfig": "^0.4.0",
"eslint": "~8.46.0",
"eslint-config-prettier": "8.1.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-vue": "^9.16.1",
"jsdom": "~22.1.0",
"prettier": "^2.6.2",
Expand Down
20 changes: 10 additions & 10 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 comment on commit 89ab1c9

@vercel
Copy link

@vercel vercel bot commented on 89ab1c9 Oct 12, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nx-dev – ./

nx-dev-git-master-nrwl.vercel.app
nx-five.vercel.app
nx.dev
nx-dev-nrwl.vercel.app

Please sign in to comment.