Skip to content

Commit f4ce53a

Browse files
chore(deps): update dependency eslint-merge-processors to v1 (#11)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 91de8dd commit f4ce53a

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

bun.lock

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"changelogen": "^0.5.7",
2727
"eslint-config-flat-gitignore": "^0.3.0",
2828
"eslint-flat-config-utils": "^0.4.0",
29-
"eslint-merge-processors": "^0.1.0",
29+
"eslint-merge-processors": "^1.0.0",
3030
"eslint-plugin-antfu": "^2.7.0",
3131
"eslint-plugin-command": "^2.1.0",
3232
"eslint-plugin-import-x": "^4.6.1",
@@ -1268,7 +1268,7 @@
12681268

12691269
"eslint-json-compat-utils": ["[email protected]", "", { "dependencies": { "esquery": "^1.6.0" }, "peerDependencies": { "eslint": "*", "jsonc-eslint-parser": "^2.4.0" } }, "sha512-YzEodbDyW8DX8bImKhAcCeu/L31Dd/70Bidx2Qex9OFUtgzXLqtfWL4Hr5fM/aCCB8QUZLuJur0S9k6UfgFkfg=="],
12701270

1271-
"eslint-merge-processors": ["eslint-merge-processors@0.1.0", "", { "peerDependencies": { "eslint": "*" } }, "sha512-IvRXXtEajLeyssvW4wJcZ2etxkR9mUf4zpNwgI+m/Uac9RfXHskuJefkHUcawVzePnd6xp24enp5jfgdHzjRdQ=="],
1271+
"eslint-merge-processors": ["[email protected].0", "", { "peerDependencies": { "eslint": "*" } }, "sha512-4GybyHmhXtT7/W8RAouQzNM0791sYasJCTYHIAYjuiJvbNFY0jMKkoESREhX+mjX37dxiN6v4EqhZ1nc0tJF7A=="],
12721272

12731273
"eslint-plugin-antfu": ["[email protected]", "", { "dependencies": { "@antfu/utils": "^0.7.10" }, "peerDependencies": { "eslint": "*" } }, "sha512-gZM3jq3ouqaoHmUNszb1Zo2Ux7RckSvkGksjLWz9ipBYGSv1EwwBETN6AdiUXn+RpVHXTbEMPAPlXJazcA6+iA=="],
12741274

@@ -2640,8 +2640,6 @@
26402640

26412641
"@stacksjs/eslint-config/eslint-flat-config-utils": ["[email protected]", "", { "dependencies": { "pathe": "^2.0.0" } }, "sha512-tmzcXeCsa24/u3glyw1Mo7KfC/r9a5Vsu1nPCkX7uefD7C5Z4x922Q2KP/drhTLbOI5lcFHYpfXjKhqqnUWObw=="],
26422642

2643-
"@stacksjs/eslint-config/eslint-merge-processors": ["[email protected]", "", { "peerDependencies": { "eslint": "*" } }, "sha512-4GybyHmhXtT7/W8RAouQzNM0791sYasJCTYHIAYjuiJvbNFY0jMKkoESREhX+mjX37dxiN6v4EqhZ1nc0tJF7A=="],
2644-
26452643
"@stacksjs/eslint-config/eslint-plugin-perfectionist": ["[email protected]", "", { "dependencies": { "@typescript-eslint/types": "^8.19.0", "@typescript-eslint/utils": "^8.19.0", "natural-orderby": "^5.0.0" }, "peerDependencies": { "eslint": ">=8.0.0" } }, "sha512-kOswTebUK0LlYExRwqz7YQtvyTUIRsKfp8XrwBBeHGh2e8MBOS6K+7VvG6HpmNckyKySi1I96uPeAlptMFGcRQ=="],
26462644

26472645
"@stacksjs/eslint-config/eslint-plugin-unicorn": ["[email protected]", "", { "dependencies": { "@babel/helper-validator-identifier": "^7.24.7", "@eslint-community/eslint-utils": "^4.4.0", "ci-info": "^4.0.0", "clean-regexp": "^1.0.0", "core-js-compat": "^3.38.1", "esquery": "^1.6.0", "globals": "^15.9.0", "indent-string": "^4.0.0", "is-builtin-module": "^3.2.1", "jsesc": "^3.0.2", "pluralize": "^8.0.0", "read-pkg-up": "^7.0.1", "regexp-tree": "^0.1.27", "regjsparser": "^0.10.0", "semver": "^7.6.3", "strip-indent": "^3.0.0" }, "peerDependencies": { "eslint": ">=8.56.0" } }, "sha512-FwVV0Uwf8XPfVnKSGpMg7NtlZh0G0gBarCaFcMUOoqPxXryxdYxTRRv4kH6B9TFCVIrjRXG+emcxIk2ayZilog=="],

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"changelogen": "^0.5.7",
6464
"eslint-config-flat-gitignore": "^0.3.0",
6565
"eslint-flat-config-utils": "^0.4.0",
66-
"eslint-merge-processors": "^0.1.0",
66+
"eslint-merge-processors": "^1.0.0",
6767
"eslint-plugin-antfu": "^2.7.0",
6868
"eslint-plugin-command": "^2.1.0",
6969
"eslint-plugin-import-x": "^4.6.1",

0 commit comments

Comments
 (0)