chore(release): 11.0.23 [skip ci]

## [11.0.23](https://github.com/scratchfoundation/eslint-config-scratch/compare/v11.0.22...v11.0.23) (2025-06-19)

### Bug Fixes

* **deps:** update dependency typescript-eslint to v8.34.1 ([](https://github.com/scratchfoundation/eslint-config-scratch/issues/263)) ([5506a01](5506a01093))
This commit is contained in:
semantic-release-bot 2025-06-19 22:45:26 +00:00
parent 5506a01093
commit 3d86ba443e
3 changed files with 10 additions and 3 deletions

View file

@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [11.0.23](https://github.com/scratchfoundation/eslint-config-scratch/compare/v11.0.22...v11.0.23) (2025-06-19)
### Bug Fixes
* **deps:** update dependency typescript-eslint to v8.34.1 ([#263](https://github.com/scratchfoundation/eslint-config-scratch/issues/263)) ([5506a01](https://github.com/scratchfoundation/eslint-config-scratch/commit/5506a0109331d8a756ab6436309bd1c39eca8394))
## [11.0.22](https://github.com/scratchfoundation/eslint-config-scratch/compare/v11.0.21...v11.0.22) (2025-06-18)

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "eslint-config-scratch",
"version": "11.0.22",
"version": "11.0.23",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "eslint-config-scratch",
"version": "11.0.22",
"version": "11.0.23",
"license": "BSD-3-Clause",
"dependencies": {
"@babel/eslint-parser": "7.27.5",

View file

@ -1,6 +1,6 @@
{
"name": "eslint-config-scratch",
"version": "11.0.22",
"version": "11.0.23",
"description": "Shareable ESLint config for Scratch",
"main": "./lib/index.mjs",
"scripts": {