From c5221b67f636103fb49b3d4f8c4e0060949a8748 Mon Sep 17 00:00:00 2001 From: Minori Date: Tue, 17 Mar 2026 07:00:30 -0700 Subject: [PATCH] deps: update @eslint/compat to 2.0.3 --- package.json | 2 +- pnpm-lock.yaml | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index cb0aa4e..cdbce82 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "homepage": "https://git.nhcarrigan.com/nhcarrigan/eslint-config", "dependencies": { "@eslint-community/eslint-plugin-eslint-comments": "4.4.1", - "@eslint/compat": "2.0.2", + "@eslint/compat": "2.0.3", "@eslint/eslintrc": "3.2.0", "@eslint/js": "9.17.0", "@stylistic/eslint-plugin": "2.12.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 1c442e7..09d6797 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -12,8 +12,8 @@ importers: specifier: 4.4.1 version: 4.4.1(eslint@9.7.0) '@eslint/compat': - specifier: 2.0.2 - version: 2.0.2(eslint@9.7.0) + specifier: 2.0.3 + version: 2.0.3(eslint@9.7.0) '@eslint/eslintrc': specifier: 3.2.0 version: 3.2.0 @@ -258,8 +258,8 @@ packages: resolution: {integrity: sha512-G/M/tIiMrTAxEWRfLfQJMmGNX28IxBg4PBz8XqQhqUHLFI6TL2htpIB1iQCj144V5ee/JaKyT9/WZ0MGZWfA7A==} engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0} - '@eslint/compat@2.0.2': - resolution: {integrity: sha512-pR1DoD0h3HfF675QZx0xsyrsU8q70Z/plx7880NOhS02NuWLgBCOMDL787nUeQ7EWLkxv3bPQJaarjcPQb2Dwg==} + '@eslint/compat@2.0.3': + resolution: {integrity: sha512-SjIJhGigp8hmd1YGIBwh7Ovri7Kisl42GYFjrOyHhtfYGGoLW6teYi/5p8W50KSsawUPpuLOSmsq1bD0NGQLBw==} engines: {node: ^20.19.0 || ^22.13.0 || >=24} peerDependencies: eslint: ^8.40 || 9 || 10 @@ -271,8 +271,8 @@ packages: resolution: {integrity: sha512-BlYOpej8AQ8Ev9xVqroV7a02JK3SkBAaN9GfMMH9W6Ch8FlQlkjGw4Ir7+FgYwfirivAf4t+GtzuAxqfukmISA==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - '@eslint/core@1.1.0': - resolution: {integrity: sha512-/nr9K9wkr3P1EzFTdFdMoLuo1PmIxjmwvPozwoSodjNBdefGujXQUF93u1DDZpEaTuDvMsIQddsd35BwtrW9Xw==} + '@eslint/core@1.1.1': + resolution: {integrity: sha512-QUPblTtE51/7/Zhfv8BDwO0qkkzQL7P/aWWbqcf4xWLEYn1oKjdO0gglQBB4GAsu7u6wjijbCmzsUTy6mnk6oQ==} engines: {node: ^20.19.0 || ^22.13.0 || >=24} '@eslint/eslintrc@3.2.0': @@ -2272,9 +2272,9 @@ snapshots: '@eslint-community/regexpp@4.11.0': {} - '@eslint/compat@2.0.2(eslint@9.7.0)': + '@eslint/compat@2.0.3(eslint@9.7.0)': dependencies: - '@eslint/core': 1.1.0 + '@eslint/core': 1.1.1 optionalDependencies: eslint: 9.7.0 @@ -2286,7 +2286,7 @@ snapshots: transitivePeerDependencies: - supports-color - '@eslint/core@1.1.0': + '@eslint/core@1.1.1': dependencies: '@types/json-schema': 7.0.15