eslint-config-scratch 13.0.2 → 13.0.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.
@@ -13,9 +13,9 @@ jobs:
13
13
  pull-requests: write # comment on released pull requests
14
14
  runs-on: ubuntu-latest
15
15
  steps:
16
- - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
16
+ - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
17
17
  - uses: wagoid/commitlint-github-action@b948419dd99f3fd78a6548d48f94e3df7f6bf3ed # v6
18
- - uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5
18
+ - uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6
19
19
  with:
20
20
  cache: 'npm'
21
21
  node-version-file: '.nvmrc'
package/.nvmrc CHANGED
@@ -1 +1 @@
1
- 22
1
+ 24
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-config-scratch",
3
- "version": "13.0.2",
3
+ "version": "13.0.3",
4
4
  "description": "Shareable ESLint config for Scratch",
5
5
  "main": "./lib/index.mjs",
6
6
  "scripts": {
@@ -36,7 +36,7 @@
36
36
  "@eslint/js": "9.39.3",
37
37
  "@eslint/markdown": "7.5.1",
38
38
  "@stylistic/eslint-plugin": "^5.3.1",
39
- "@trivago/prettier-plugin-sort-imports": "5.2.2",
39
+ "@trivago/prettier-plugin-sort-imports": "6.0.2",
40
40
  "eslint-config-prettier": "10.1.8",
41
41
  "eslint-plugin-formatjs": "5.4.2",
42
42
  "eslint-plugin-html": "8.1.4",
@@ -50,14 +50,14 @@
50
50
  "typescript-eslint": "8.46.3"
51
51
  },
52
52
  "devDependencies": {
53
- "@commitlint/cli": "20.4.2",
54
- "@commitlint/config-conventional": "20.4.2",
55
- "@commitlint/types": "20.4.0",
53
+ "@commitlint/cli": "20.4.3",
54
+ "@commitlint/config-conventional": "20.4.3",
55
+ "@commitlint/types": "20.4.3",
56
56
  "eslint": "9.39.3",
57
57
  "husky": "9.1.7",
58
58
  "scratch-semantic-release-config": "4.0.1",
59
- "semantic-release": "24.2.9",
60
- "vitest": "3.2.4"
59
+ "semantic-release": "25.0.3",
60
+ "vitest": "4.0.18"
61
61
  },
62
62
  "config": {
63
63
  "commitizen": {