@1024pix/eslint-plugin 2.1.10 → 2.1.11
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
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
## [2.1.11](https://github.com/1024pix/eslint-plugin/compare/v2.1.10...v2.1.11) (2025-09-05)
|
|
2
|
+
|
|
3
|
+
### :arrow_up: Montée de version
|
|
4
|
+
|
|
5
|
+
- [#60](https://github.com/1024pix/eslint-plugin/pull/60) Update actions/setup-node action to v5 (workflows)
|
|
6
|
+
|
|
1
7
|
## [2.1.10](https://github.com/1024pix/eslint-plugin/compare/v2.1.9...v2.1.10) (2025-09-03)
|
|
2
8
|
|
|
3
9
|
### :arrow_up: Montée de version
|
package/package.json
CHANGED
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
name: automerge check
|
|
2
|
-
|
|
3
|
-
on:
|
|
4
|
-
pull_request:
|
|
5
|
-
types:
|
|
6
|
-
- labeled
|
|
7
|
-
- unlabeled
|
|
8
|
-
check_suite:
|
|
9
|
-
types:
|
|
10
|
-
- completed
|
|
11
|
-
status:
|
|
12
|
-
types:
|
|
13
|
-
- success
|
|
14
|
-
|
|
15
|
-
jobs:
|
|
16
|
-
automerge:
|
|
17
|
-
runs-on: ubuntu-latest
|
|
18
|
-
steps:
|
|
19
|
-
- uses: 1024pix/pix-actions/auto-merge@v0
|
|
20
|
-
with:
|
|
21
|
-
auto_merge_token: "${{ secrets.PIX_SERVICE_ACTIONS_TOKEN }}"
|