eslint-plugin-nextfriday 1.23.0 → 1.23.1
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/CHANGELOG.md +6 -0
- package/lib/index.cjs +15 -15
- package/lib/index.cjs.map +1 -1
- package/lib/index.js +15 -15
- package/lib/index.js.map +1 -1
- package/package.json +15 -15
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# eslint-plugin-nextfriday
|
|
2
2
|
|
|
3
|
+
## 1.23.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#96](https://github.com/next-friday/eslint-plugin-nextfriday/pull/96) [`1821f08`](https://github.com/next-friday/eslint-plugin-nextfriday/commit/1821f08a00cf60a0b1ab6d654e700b54b86f364b) Thanks [@joetakara](https://github.com/joetakara)! - Upgrade dependencies to latest compatible versions: typescript-eslint 8.58 → 8.59, eslint-plugin-unicorn 63 → 64, eslint-plugin-sonarjs 4.0.2 → 4.0.3, plus dev tooling (prettier, changesets, commitlint, swc). Pinned eslint, typescript, and @types/node to their latest 9.x/5.x/22.x lines for ecosystem and engine compatibility.
|
|
8
|
+
|
|
3
9
|
## 1.23.0
|
|
4
10
|
|
|
5
11
|
### Minor Changes
|
package/lib/index.cjs
CHANGED
|
@@ -42,7 +42,7 @@ var import_eslint_plugin_unicorn = __toESM(require("eslint-plugin-unicorn"), 1);
|
|
|
42
42
|
// package.json
|
|
43
43
|
var package_default = {
|
|
44
44
|
name: "eslint-plugin-nextfriday",
|
|
45
|
-
version: "1.23.
|
|
45
|
+
version: "1.23.1",
|
|
46
46
|
description: "A comprehensive ESLint plugin providing custom rules and configurations for Next Friday development workflows.",
|
|
47
47
|
keywords: [
|
|
48
48
|
"eslint",
|
|
@@ -106,29 +106,29 @@ var package_default = {
|
|
|
106
106
|
typecheck: "tsc --noEmit"
|
|
107
107
|
},
|
|
108
108
|
dependencies: {
|
|
109
|
-
"@typescript-eslint/utils": "^8.
|
|
109
|
+
"@typescript-eslint/utils": "^8.59.1",
|
|
110
110
|
"emoji-regex": "^10.6.0",
|
|
111
|
-
"eslint-plugin-sonarjs": "^4.0.
|
|
112
|
-
"eslint-plugin-unicorn": "^
|
|
111
|
+
"eslint-plugin-sonarjs": "^4.0.3",
|
|
112
|
+
"eslint-plugin-unicorn": "^64.0.0",
|
|
113
113
|
tsup: "^8.5.1"
|
|
114
114
|
},
|
|
115
115
|
devDependencies: {
|
|
116
116
|
"@changesets/changelog-github": "^0.6.0",
|
|
117
|
-
"@changesets/cli": "^2.
|
|
118
|
-
"@commitlint/cli": "^20.5.
|
|
117
|
+
"@changesets/cli": "^2.31.0",
|
|
118
|
+
"@commitlint/cli": "^20.5.2",
|
|
119
119
|
"@commitlint/config-conventional": "^20.5.0",
|
|
120
|
-
"@eslint/js": "^9.
|
|
120
|
+
"@eslint/js": "^9.39.4",
|
|
121
121
|
"@jest/globals": "^30.3.0",
|
|
122
122
|
"@stylistic/eslint-plugin": "^5.10.0",
|
|
123
|
-
"@swc/core": "^1.15.
|
|
123
|
+
"@swc/core": "^1.15.32",
|
|
124
124
|
"@swc/jest": "^0.2.39",
|
|
125
125
|
"@types/eslint": "^9.6.1",
|
|
126
126
|
"@types/jest": "^30.0.0",
|
|
127
|
-
"@types/node": "^22.
|
|
127
|
+
"@types/node": "^22.19.17",
|
|
128
128
|
"@types/ramda": "^0.31.1",
|
|
129
|
-
"@typescript-eslint/parser": "^8.
|
|
130
|
-
"@typescript-eslint/rule-tester": "^8.
|
|
131
|
-
eslint: "^9.39.
|
|
129
|
+
"@typescript-eslint/parser": "^8.59.1",
|
|
130
|
+
"@typescript-eslint/rule-tester": "^8.59.1",
|
|
131
|
+
eslint: "^9.39.4",
|
|
132
132
|
"eslint-config-airbnb-extended": "^3.0.1",
|
|
133
133
|
"eslint-config-prettier": "^10.1.8",
|
|
134
134
|
"eslint-import-resolver-typescript": "^4.4.4",
|
|
@@ -138,12 +138,12 @@ var package_default = {
|
|
|
138
138
|
husky: "^9.1.7",
|
|
139
139
|
jest: "^30.3.0",
|
|
140
140
|
"lint-staged": "^16.4.0",
|
|
141
|
-
prettier: "^3.8.
|
|
141
|
+
prettier: "^3.8.3",
|
|
142
142
|
"sort-package-json": "^3.6.1",
|
|
143
143
|
"ts-jest": "^29.4.6",
|
|
144
144
|
"ts-node": "^10.9.2",
|
|
145
|
-
typescript: "^5.
|
|
146
|
-
"typescript-eslint": "^8.
|
|
145
|
+
typescript: "^5.9.3",
|
|
146
|
+
"typescript-eslint": "^8.59.1"
|
|
147
147
|
},
|
|
148
148
|
peerDependencies: {
|
|
149
149
|
eslint: "^9.0.0"
|