From fa0400b386387084bfee973de958247b33b9f810 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 9 Mar 2025 16:27:06 +0000 Subject: [PATCH 1/2] build(deps-dev): bump eslint-config-prettier from 10.0.2 to 10.1.1 Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 10.0.2 to 10.1.1. - [Release notes](https://github.com/prettier/eslint-config-prettier/releases) - [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/eslint-config-prettier/compare/v10.0.2...v10.1.1) --- updated-dependencies: - dependency-name: eslint-config-prettier dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- pnpm-lock.yaml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 8840db6..c758c95 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "@babel/eslint-parser": "^7.26.8", "@types/eslint": "^9.6.1", "eslint": "^9.21.0", - "eslint-config-prettier": "^10.0.2", + "eslint-config-prettier": "^10.1.1", "globals": "^15.15.0", "htmlhint": "^1.1.4", "lodash": "^4.17.21", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index b11957f..7c8b683 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -46,8 +46,8 @@ importers: specifier: ^9.21.0 version: 9.21.0(jiti@2.4.2) eslint-config-prettier: - specifier: ^10.0.2 - version: 10.0.2(eslint@9.21.0(jiti@2.4.2)) + specifier: ^10.1.1 + version: 10.1.1(eslint@9.21.0(jiti@2.4.2)) globals: specifier: ^15.15.0 version: 15.15.0 @@ -811,8 +811,8 @@ packages: resolution: {integrity: sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==} engines: {node: '>=10'} - eslint-config-prettier@10.0.2: - resolution: {integrity: sha512-1105/17ZIMjmCOJOPNfVdbXafLCLj3hPmkmB7dLgt7XsQ/zkxSuDerE/xgO3RxoHysR1N1whmquY0lSn2O0VLg==} + eslint-config-prettier@10.1.1: + resolution: {integrity: sha512-4EQQr6wXwS+ZJSzaR5ZCrYgLxqvUjdXctaEtBqHcbkW944B1NQyO4qpdHQbXBONfwxXdkAY81HH4+LUfrg+zPw==} hasBin: true peerDependencies: eslint: '>=7.0.0' @@ -2156,7 +2156,7 @@ snapshots: escape-string-regexp@4.0.0: {} - eslint-config-prettier@10.0.2(eslint@9.21.0(jiti@2.4.2)): + eslint-config-prettier@10.1.1(eslint@9.21.0(jiti@2.4.2)): dependencies: eslint: 9.21.0(jiti@2.4.2) From 76e5aa5c0e606d145140495bf55aa704228d8ea1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Birger=20Johan=20Nord=C3=B8lum?= Date: Sun, 9 Mar 2025 17:39:15 +0100 Subject: [PATCH 2/2] chore: fixes for new version --- eslint.config.js | 2 +- package.json | 1 + pnpm-lock.yaml | 3 +++ 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/eslint.config.js b/eslint.config.js index 0449ba5..9c2c628 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -1,7 +1,7 @@ // ESLint Config import babelParser from "@babel/eslint-parser"; -import eslintConfigPrettier from "eslint-config-prettier"; +import eslintConfigPrettier from "eslint-config-prettier/flat"; import globals from "globals"; import js from "@eslint/js"; diff --git a/package.json b/package.json index c758c95..ad17fe6 100644 --- a/package.json +++ b/package.json @@ -38,6 +38,7 @@ "devDependencies": { "@babel/core": "^7.26.9", "@babel/eslint-parser": "^7.26.8", + "@eslint/js": "^9.21.0", "@types/eslint": "^9.6.1", "eslint": "^9.21.0", "eslint-config-prettier": "^10.1.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 7c8b683..63f4cd3 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -39,6 +39,9 @@ importers: '@babel/eslint-parser': specifier: ^7.26.8 version: 7.26.8(@babel/core@7.26.9)(eslint@9.21.0(jiti@2.4.2)) + '@eslint/js': + specifier: ^9.21.0 + version: 9.21.0 '@types/eslint': specifier: ^9.6.1 version: 9.6.1