From 8b5e55f7647856ebb6a4f74122b0570a10b58a2c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 4 Jun 2024 04:15:25 +0000 Subject: [PATCH] chore(deps): update dependency eslint to v9 --- accelerate/nextjs-starter/package.json | 2 +- pulse/fullstack-leaderboard/package.json | 2 +- pulse/fullstack-simple-chat/client/package.json | 2 +- pulse/product-search-with-typesense/frontend/package.json | 2 +- typescript/graphql-nestjs-sdl-first/package.json | 2 +- typescript/graphql-nestjs/package.json | 2 +- typescript/remix/package.json | 2 +- typescript/rest-nestjs/package.json | 2 +- typescript/rest-nuxtjs/package.json | 2 +- typescript/rest-sveltekit/package.json | 2 +- typescript/sveltekit/package.json | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/accelerate/nextjs-starter/package.json b/accelerate/nextjs-starter/package.json index 1b65adb6b8afe..5cb3cfee75412 100644 --- a/accelerate/nextjs-starter/package.json +++ b/accelerate/nextjs-starter/package.json @@ -15,7 +15,7 @@ "@types/react": "18.3.3", "@types/react-dom": "18.3.0", "autoprefixer": "10.4.19", - "eslint": "8.57.0", + "eslint": "9.4.0", "eslint-config-next": "14.2.3", "next": "14.2.3", "node-fetch": "3.3.2", diff --git a/pulse/fullstack-leaderboard/package.json b/pulse/fullstack-leaderboard/package.json index 09ed6a7b3dd44..c67ecd8f7cd5c 100644 --- a/pulse/fullstack-leaderboard/package.json +++ b/pulse/fullstack-leaderboard/package.json @@ -24,7 +24,7 @@ "@types/node": "20.14.1", "@types/react": "18.3.3", "@types/react-dom": "18.3.0", - "eslint": "8.57.0", + "eslint": "9.4.0", "eslint-config-next": "14.2.3", "postcss": "8.4.38", "prisma": "5.14.0", diff --git a/pulse/fullstack-simple-chat/client/package.json b/pulse/fullstack-simple-chat/client/package.json index e6c78a2775607..9565c29b75ae9 100644 --- a/pulse/fullstack-simple-chat/client/package.json +++ b/pulse/fullstack-simple-chat/client/package.json @@ -19,7 +19,7 @@ "@types/react": "18.3.3", "@types/react-dom": "18.3.0", "autoprefixer": "10.4.19", - "eslint": "8.57.0", + "eslint": "9.4.0", "eslint-config-next": "14.2.3", "postcss": "8.4.38", "tailwindcss": "3.4.3", diff --git a/pulse/product-search-with-typesense/frontend/package.json b/pulse/product-search-with-typesense/frontend/package.json index 10e11017861a4..bb6e7ffc1d40e 100644 --- a/pulse/product-search-with-typesense/frontend/package.json +++ b/pulse/product-search-with-typesense/frontend/package.json @@ -35,7 +35,7 @@ "@types/react": "18.3.3", "@types/react-dom": "18.3.0", "@types/react-instantsearch-dom": "6.12.7", - "eslint": "8.57.0", + "eslint": "9.4.0", "eslint-config-next": "14.2.3", "postcss": "8.4.38", "tailwindcss": "3.4.3", diff --git a/typescript/graphql-nestjs-sdl-first/package.json b/typescript/graphql-nestjs-sdl-first/package.json index 6cbedd5a25138..f1b9a1606b1dd 100644 --- a/typescript/graphql-nestjs-sdl-first/package.json +++ b/typescript/graphql-nestjs-sdl-first/package.json @@ -63,7 +63,7 @@ "@types/supertest": "6.0.2", "@typescript-eslint/eslint-plugin": "7.12.0", "@typescript-eslint/parser": "7.12.0", - "eslint": "8.57.0", + "eslint": "9.4.0", "eslint-config-prettier": "9.1.0", "eslint-plugin-prettier": "5.1.3", "jest": "29.7.0", diff --git a/typescript/graphql-nestjs/package.json b/typescript/graphql-nestjs/package.json index 42e050f9ebd67..3a369283fe9c7 100644 --- a/typescript/graphql-nestjs/package.json +++ b/typescript/graphql-nestjs/package.json @@ -62,7 +62,7 @@ "@types/supertest": "6.0.2", "@typescript-eslint/eslint-plugin": "7.12.0", "@typescript-eslint/parser": "7.12.0", - "eslint": "8.57.0", + "eslint": "9.4.0", "eslint-config-prettier": "9.1.0", "eslint-plugin-prettier": "5.1.3", "jest": "29.7.0", diff --git a/typescript/remix/package.json b/typescript/remix/package.json index d381ec24c501b..014e6d72d8490 100644 --- a/typescript/remix/package.json +++ b/typescript/remix/package.json @@ -24,7 +24,7 @@ "@types/marked": "6.0.0", "@types/react": "18.3.3", "@types/react-dom": "18.3.0", - "eslint": "8.57.0", + "eslint": "9.4.0", "prisma": "5.14.0", "ts-node": "10.9.2", "typescript": "5.4.5" diff --git a/typescript/rest-nestjs/package.json b/typescript/rest-nestjs/package.json index a5f5417546de9..504d8276d52d7 100644 --- a/typescript/rest-nestjs/package.json +++ b/typescript/rest-nestjs/package.json @@ -56,7 +56,7 @@ "@types/supertest": "6.0.2", "@typescript-eslint/eslint-plugin": "7.12.0", "@typescript-eslint/parser": "7.12.0", - "eslint": "8.57.0", + "eslint": "9.4.0", "eslint-config-prettier": "9.1.0", "eslint-plugin-prettier": "5.1.3", "jest": "29.7.0", diff --git a/typescript/rest-nuxtjs/package.json b/typescript/rest-nuxtjs/package.json index f1c4888f7eaa6..00e6d12a2d331 100644 --- a/typescript/rest-nuxtjs/package.json +++ b/typescript/rest-nuxtjs/package.json @@ -16,7 +16,7 @@ "@nuxtjs/eslint-config": "12.0.0", "@nuxtjs/eslint-module": "4.1.0", "@babel/eslint-parser": "7.24.6", - "eslint": "8.57.0", + "eslint": "9.4.0", "eslint-config-prettier": "9.1.0", "eslint-plugin-nuxt": "4.0.0", "eslint-plugin-prettier": "5.1.3", diff --git a/typescript/rest-sveltekit/package.json b/typescript/rest-sveltekit/package.json index 5dab53c69c793..e6342b5353a97 100644 --- a/typescript/rest-sveltekit/package.json +++ b/typescript/rest-sveltekit/package.json @@ -15,7 +15,7 @@ "@sveltejs/package": "2.3.1", "@typescript-eslint/eslint-plugin": "7.12.0", "@typescript-eslint/parser": "7.12.0", - "eslint": "8.57.0", + "eslint": "9.4.0", "eslint-config-prettier": "9.1.0", "eslint-plugin-svelte": "2.39.0", "prettier": "3.3.0", diff --git a/typescript/sveltekit/package.json b/typescript/sveltekit/package.json index 5dab53c69c793..e6342b5353a97 100644 --- a/typescript/sveltekit/package.json +++ b/typescript/sveltekit/package.json @@ -15,7 +15,7 @@ "@sveltejs/package": "2.3.1", "@typescript-eslint/eslint-plugin": "7.12.0", "@typescript-eslint/parser": "7.12.0", - "eslint": "8.57.0", + "eslint": "9.4.0", "eslint-config-prettier": "9.1.0", "eslint-plugin-svelte": "2.39.0", "prettier": "3.3.0",