@1024pix/eslint-plugin 2.1.8 → 2.1.10
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/.nvmrc
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
22.
|
|
1
|
+
22.19.0
|
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
## [2.1.10](https://github.com/1024pix/eslint-plugin/compare/v2.1.9...v2.1.10) (2025-09-03)
|
|
2
|
+
|
|
3
|
+
### :arrow_up: Montée de version
|
|
4
|
+
|
|
5
|
+
- [#59](https://github.com/1024pix/eslint-plugin/pull/59) Update Node.js to v22.19.0
|
|
6
|
+
|
|
7
|
+
## [2.1.9](https://github.com/1024pix/eslint-plugin/compare/v2.1.8...v2.1.9) (2025-09-03)
|
|
8
|
+
|
|
9
|
+
### :arrow_up: Montée de version
|
|
10
|
+
|
|
11
|
+
- [#58](https://github.com/1024pix/eslint-plugin/pull/58) Update actions/checkout action to v5 (workflows)
|
|
12
|
+
|
|
1
13
|
## [2.1.8](https://github.com/1024pix/eslint-plugin/compare/v2.1.7...v2.1.8) (2025-08-07)
|
|
2
14
|
|
|
3
15
|
### :arrow_up: Montée de version
|
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@1024pix/eslint-plugin",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.10",
|
|
4
4
|
"description": "Des règles de lint pour les projets 1024pix",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"engines": {
|
|
7
|
-
"node": "^20 || ^22"
|
|
7
|
+
"node": "^20 || ^22 || ^24"
|
|
8
8
|
},
|
|
9
9
|
"exports": {
|
|
10
10
|
".": "./index.js",
|