Skip to content

Commit 231cee5

Browse files
build(deps-dev): bump and replace @eslint/compat with @eslint/config-helpers (#32)
* build(deps-dev): bump @eslint/compat Bumps the eslint group with 1 update in the / directory: [@eslint/compat](https://github.com/eslint/rewrite/tree/HEAD/packages/compat). Updates `@eslint/compat` from 2.0.5 to 2.1.0 - [Release notes](https://github.com/eslint/rewrite/releases) - [Changelog](https://github.com/eslint/rewrite/blob/main/packages/compat/CHANGELOG.md) - [Commits](https://github.com/eslint/rewrite/commits/compat-v2.1.0/packages/compat) --- updated-dependencies: - dependency-name: "@eslint/compat" dependency-version: 2.1.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint ... Signed-off-by: dependabot[bot] <support@github.com> * build(eslint): fix deprecated error in eslint.config.mts ``` 14:3 error `includeIgnoreFile` is deprecated. Use the `includeIgnoreFile()` function exported by `@eslint/config-helpers` instead (also available at `eslint/config`) @typescript-eslint/no-deprecated ``` * build(package): remove unused `@eslint/compat` --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Mark <mark@remarkablemark.org>
1 parent 0468753 commit 231cee5

3 files changed

Lines changed: 19 additions & 27 deletions

File tree

eslint.config.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { fileURLToPath } from 'node:url';
22

3-
import { includeIgnoreFile } from '@eslint/compat';
3+
import { includeIgnoreFile } from '@eslint/config-helpers';
44
import eslint from '@eslint/js';
55
import { defineConfig } from 'eslint/config';
66
import prettier from 'eslint-plugin-prettier';

package-lock.json

Lines changed: 17 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"devDependencies": {
4949
"@commitlint/cli": "21.0.0",
5050
"@commitlint/config-conventional": "21.0.0",
51-
"@eslint/compat": "2.0.5",
51+
"@eslint/config-helpers": "0.6.0",
5252
"@eslint/js": "10.0.1",
5353
"@types/node": "25.6.2",
5454
"@types/react": "19.2.14",

0 commit comments

Comments
 (0)