chore(release): 11.0.30 [skip ci]

## [11.0.30](https://github.com/scratchfoundation/eslint-config-scratch/compare/v11.0.29...v11.0.30) (2025-07-01)

### Bug Fixes

* **deps:** update eslint monorepo to v9.30.0 ([](https://github.com/scratchfoundation/eslint-config-scratch/issues/271)) ([f6e61ad](f6e61ad145))
This commit is contained in:
semantic-release-bot 2025-07-01 03:07:24 +00:00
parent f6e61ad145
commit 64fe17b0ef
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.30](https://github.com/scratchfoundation/eslint-config-scratch/compare/v11.0.29...v11.0.30) (2025-07-01)
### Bug Fixes
* **deps:** update eslint monorepo to v9.30.0 ([#271](https://github.com/scratchfoundation/eslint-config-scratch/issues/271)) ([f6e61ad](https://github.com/scratchfoundation/eslint-config-scratch/commit/f6e61ad145eb8ec75bdc5d48f2bbfa9b6630c4c0))
## [11.0.29](https://github.com/scratchfoundation/eslint-config-scratch/compare/v11.0.28...v11.0.29) (2025-06-30)

4
package-lock.json generated
View file

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

View file

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