eslint-config-scratch 10.0.12 → 10.0.14

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.
@@ -11,9 +11,9 @@ jobs:
11
11
  build-eslint:
12
12
  runs-on: ubuntu-latest
13
13
  steps:
14
- - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
14
+ - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
15
15
  - uses: wagoid/commitlint-github-action@b948419dd99f3fd78a6548d48f94e3df7f6bf3ed # v6
16
- - uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4
16
+ - uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4
17
17
  with:
18
18
  cache: 'npm'
19
19
  node-version-file: '.nvmrc'
package/CHANGELOG.md CHANGED
@@ -3,6 +3,20 @@
3
3
  All notable changes to this project will be documented in this file. See
4
4
  [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [10.0.14](https://github.com/scratchfoundation/eslint-config-scratch/compare/v10.0.13...v10.0.14) (2025-05-03)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **deps:** update dependency @babel/eslint-parser to v7.27.1 ([#230](https://github.com/scratchfoundation/eslint-config-scratch/issues/230)) ([cb5cbe2](https://github.com/scratchfoundation/eslint-config-scratch/commit/cb5cbe29e017a67ceb967b9ed716a1360a740d61))
12
+
13
+ ## [10.0.13](https://github.com/scratchfoundation/eslint-config-scratch/compare/v10.0.12...v10.0.13) (2025-05-01)
14
+
15
+
16
+ ### Bug Fixes
17
+
18
+ * **deps:** update dependency typescript-eslint to v8.31.1 ([#229](https://github.com/scratchfoundation/eslint-config-scratch/issues/229)) ([1eaf5da](https://github.com/scratchfoundation/eslint-config-scratch/commit/1eaf5da752acd1c036a87321d2192059ca2697ea))
19
+
6
20
  ## [10.0.12](https://github.com/scratchfoundation/eslint-config-scratch/compare/v10.0.11...v10.0.12) (2025-04-28)
7
21
 
8
22
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-config-scratch",
3
- "version": "10.0.12",
3
+ "version": "10.0.14",
4
4
  "description": "Shareable ESLint config for Scratch",
5
5
  "main": "./lib/index.mjs",
6
6
  "exports": {
@@ -36,7 +36,7 @@
36
36
  "eslint": "^9.23.0"
37
37
  },
38
38
  "dependencies": {
39
- "@babel/eslint-parser": "7.27.0",
39
+ "@babel/eslint-parser": "7.27.1",
40
40
  "@eslint-community/eslint-plugin-eslint-comments": "4.5.0",
41
41
  "@eslint/eslintrc": "3.3.1",
42
42
  "@eslint/js": "9.25.1",
@@ -52,7 +52,7 @@
52
52
  "eslint-plugin-react-hooks": "5.2.0",
53
53
  "globals": "16.0.0",
54
54
  "prettier": "3.5.3",
55
- "typescript-eslint": "8.31.0"
55
+ "typescript-eslint": "8.31.1"
56
56
  },
57
57
  "devDependencies": {
58
58
  "@commitlint/cli": "19.8.0",