@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.
@@ -7,6 +7,6 @@ jobs:
7
7
  runs-on: ubuntu-latest
8
8
  steps:
9
9
  - name: Checkout Repository
10
- uses: actions/checkout@v4
10
+ uses: actions/checkout@v5
11
11
 
12
12
  - uses: 1024pix/pix-actions/check-node-version-availability-on-scalingo@v0
@@ -12,7 +12,7 @@ jobs:
12
12
  release:
13
13
  runs-on: ubuntu-latest
14
14
  steps:
15
- - uses: actions/checkout@v4
15
+ - uses: actions/checkout@v5
16
16
  with:
17
17
  persist-credentials: false
18
18
 
@@ -6,7 +6,7 @@ jobs:
6
6
  test:
7
7
  runs-on: ubuntu-latest
8
8
  steps:
9
- - uses: actions/checkout@v4
9
+ - uses: actions/checkout@v5
10
10
  - uses: actions/setup-node@v4
11
11
  with:
12
12
  node-version-file: '.nvmrc'
package/.nvmrc CHANGED
@@ -1 +1 @@
1
- 22.18.0
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.8",
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",