@book000/eslint-config 1.11.1 → 1.11.3

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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ESLint Config DevContainer",
3
- "image": "mcr.microsoft.com/devcontainers/typescript-node:22-bullseye",
3
+ "image": "mcr.microsoft.com/devcontainers/typescript-node:24-bullseye",
4
4
  "features": {
5
5
  "ghcr.io/devcontainers/features/node:1": {
6
6
  "version": "22"
@@ -24,7 +24,7 @@ jobs:
24
24
  fetch-depth: 0
25
25
 
26
26
  - name: 🏗 Setup node
27
- uses: actions/setup-node@v4
27
+ uses: actions/setup-node@v6
28
28
  with:
29
29
  node-version-file: .node-version
30
30
  registry-url: 'https://registry.npmjs.org'
@@ -73,7 +73,7 @@ jobs:
73
73
 
74
74
  - name: 📃 Create Release
75
75
  id: create_release
76
- uses: ncipollo/release-action@v1.18.0
76
+ uses: ncipollo/release-action@v1.20.0
77
77
  env:
78
78
  GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
79
79
  with:
package/.node-version CHANGED
@@ -1 +1 @@
1
- 22.19.0
1
+ 22.20.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@book000/eslint-config",
3
- "version": "1.11.1",
3
+ "version": "1.11.3",
4
4
  "description": "ESLint config",
5
5
  "keywords": [
6
6
  "eslint-config"
@@ -18,17 +18,17 @@
18
18
  },
19
19
  "dependencies": {
20
20
  "@eslint/eslintrc": "3.3.1",
21
- "@typescript-eslint/parser": "8.41.0",
21
+ "@typescript-eslint/parser": "8.46.1",
22
22
  "eslint-config-prettier": "10.1.8",
23
23
  "eslint-plugin-import": "2.32.0",
24
- "eslint-plugin-n": "17.21.3",
24
+ "eslint-plugin-n": "17.23.1",
25
25
  "eslint-plugin-promise": "7.2.1",
26
- "eslint-plugin-unicorn": "60.0.0",
27
- "globals": "16.3.0",
28
- "typescript-eslint": "8.41.0"
26
+ "eslint-plugin-unicorn": "61.0.2",
27
+ "globals": "16.4.0",
28
+ "typescript-eslint": "8.46.1"
29
29
  },
30
30
  "peerDependencies": {
31
- "eslint": "9.34.0",
31
+ "eslint": "9.37.0",
32
32
  "eslint-config-standard": "17.1.0"
33
33
  },
34
34
  "scripts": {