From 7299c846ed48476e2f63b92aa6b5ee0bcb850224 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 13:58:17 +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 5568f72f624ed..609a9ba64a021 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.5.0", "eslint-config-next": "14.2.4", "next": "14.2.4", "node-fetch": "3.3.2", diff --git a/pulse/fullstack-leaderboard/package.json b/pulse/fullstack-leaderboard/package.json index da09bfbe55e6f..e3cccf71499f4 100644 --- a/pulse/fullstack-leaderboard/package.json +++ b/pulse/fullstack-leaderboard/package.json @@ -24,7 +24,7 @@ "@types/node": "20.14.2", "@types/react": "18.3.3", "@types/react-dom": "18.3.0", - "eslint": "8.57.0", + "eslint": "9.5.0", "eslint-config-next": "14.2.4", "postcss": "8.4.38", "prisma": "5.15.0", diff --git a/pulse/fullstack-simple-chat/client/package.json b/pulse/fullstack-simple-chat/client/package.json index a61060ac93f65..9605d9f4dd8ba 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.5.0", "eslint-config-next": "14.2.4", "postcss": "8.4.38", "tailwindcss": "3.4.4", diff --git a/pulse/product-search-with-typesense/frontend/package.json b/pulse/product-search-with-typesense/frontend/package.json index ab7da94e168f8..bdc81fb28c31e 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.5.0", "eslint-config-next": "14.2.4", "postcss": "8.4.38", "tailwindcss": "3.4.4", diff --git a/typescript/graphql-nestjs-sdl-first/package.json b/typescript/graphql-nestjs-sdl-first/package.json index bd33525de1962..8e132dfbb950e 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.13.0", "@typescript-eslint/parser": "7.13.0", - "eslint": "8.57.0", + "eslint": "9.5.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 209959ba16e1e..d5fe80eb0e656 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.13.0", "@typescript-eslint/parser": "7.13.0", - "eslint": "8.57.0", + "eslint": "9.5.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 138bae7922b47..7aa6126aeb71a 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.5.0", "prisma": "5.15.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 3474aed7acd8a..05cd8bbd521f3 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.13.0", "@typescript-eslint/parser": "7.13.0", - "eslint": "8.57.0", + "eslint": "9.5.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 617e865cac9a3..45da079097b25 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.7", - "eslint": "8.57.0", + "eslint": "9.5.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 4c4e90eb2f8e7..60a73cf54bd73 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.13.0", "@typescript-eslint/parser": "7.13.0", - "eslint": "8.57.0", + "eslint": "9.5.0", "eslint-config-prettier": "9.1.0", "eslint-plugin-svelte": "2.40.0", "prettier": "3.3.2", diff --git a/typescript/sveltekit/package.json b/typescript/sveltekit/package.json index 4c4e90eb2f8e7..60a73cf54bd73 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.13.0", "@typescript-eslint/parser": "7.13.0", - "eslint": "8.57.0", + "eslint": "9.5.0", "eslint-config-prettier": "9.1.0", "eslint-plugin-svelte": "2.40.0", "prettier": "3.3.2",