eslint-config-scratch 10.0.11 → 10.0.13

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.13](https://github.com/scratchfoundation/eslint-config-scratch/compare/v10.0.12...v10.0.13) (2025-05-01)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **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))
12
+
13
+ ## [10.0.12](https://github.com/scratchfoundation/eslint-config-scratch/compare/v10.0.11...v10.0.12) (2025-04-28)
14
+
15
+
16
+ ### Bug Fixes
17
+
18
+ * **deps:** update dependency eslint-plugin-jsdoc to v50.6.11 ([#227](https://github.com/scratchfoundation/eslint-config-scratch/issues/227)) ([dae3867](https://github.com/scratchfoundation/eslint-config-scratch/commit/dae3867c423b7e38cfe1e80249b37c9340c8c590))
19
+
6
20
  ## [10.0.11](https://github.com/scratchfoundation/eslint-config-scratch/compare/v10.0.10...v10.0.11) (2025-04-26)
7
21
 
8
22
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-config-scratch",
3
- "version": "10.0.11",
3
+ "version": "10.0.13",
4
4
  "description": "Shareable ESLint config for Scratch",
5
5
  "main": "./lib/index.mjs",
6
6
  "exports": {
@@ -45,14 +45,14 @@
45
45
  "eslint-plugin-formatjs": "5.3.1",
46
46
  "eslint-plugin-html": "8.1.2",
47
47
  "eslint-plugin-import": "2.31.0",
48
- "eslint-plugin-jsdoc": "50.6.10",
48
+ "eslint-plugin-jsdoc": "50.6.11",
49
49
  "eslint-plugin-jsx-a11y": "6.10.2",
50
50
  "eslint-plugin-markdown": "5.1.0",
51
51
  "eslint-plugin-react": "7.37.5",
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",