eslint-plugin-nextfriday 1.24.0 → 2.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/lib/index.js CHANGED
@@ -5,7 +5,7 @@ import rawUnicorn from "eslint-plugin-unicorn";
5
5
  // package.json
6
6
  var package_default = {
7
7
  name: "eslint-plugin-nextfriday",
8
- version: "1.24.0",
8
+ version: "2.0.0",
9
9
  description: "A comprehensive ESLint plugin providing custom rules and configurations for Next Friday development workflows.",
10
10
  keywords: [
11
11
  "eslint",
@@ -80,7 +80,7 @@ var package_default = {
80
80
  "@changesets/cli": "^2.31.0",
81
81
  "@commitlint/cli": "^20.5.2",
82
82
  "@commitlint/config-conventional": "^20.5.0",
83
- "@eslint/js": "^9.39.4",
83
+ "@eslint/js": "^10.0.1",
84
84
  "@jest/globals": "^30.3.0",
85
85
  "@stylistic/eslint-plugin": "^5.10.0",
86
86
  "@swc/core": "^1.15.32",
@@ -91,8 +91,7 @@ var package_default = {
91
91
  "@types/ramda": "^0.31.1",
92
92
  "@typescript-eslint/parser": "^8.59.1",
93
93
  "@typescript-eslint/rule-tester": "^8.59.1",
94
- eslint: "^9.39.4",
95
- "eslint-config-airbnb-extended": "^3.0.1",
94
+ eslint: "^10.2.1",
96
95
  "eslint-config-prettier": "^10.1.8",
97
96
  "eslint-import-resolver-typescript": "^4.4.4",
98
97
  "eslint-plugin-import-x": "^4.16.2",
@@ -109,7 +108,7 @@ var package_default = {
109
108
  "typescript-eslint": "^8.59.1"
110
109
  },
111
110
  peerDependencies: {
112
- eslint: "^9.0.0"
111
+ eslint: "^10.0.0"
113
112
  },
114
113
  packageManager: "pnpm@9.12.0",
115
114
  engines: {