chore(release): 11.0.34 [skip ci]

## [11.0.34](https://github.com/scratchfoundation/eslint-config-scratch/compare/v11.0.33...v11.0.34) (2025-07-05)

### Bug Fixes

* **deps:** update dependency @babel/eslint-parser to v7.28.0 ([#276](https://github.com/scratchfoundation/eslint-config-scratch/issues/276)) ([5b4ceda](5b4ceda282))
This commit is contained in:
semantic-release-bot 2025-07-05 14:44:22 +00:00
parent 5b4ceda282
commit 4ff795575d
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.34](https://github.com/scratchfoundation/eslint-config-scratch/compare/v11.0.33...v11.0.34) (2025-07-05)
### Bug Fixes
* **deps:** update dependency @babel/eslint-parser to v7.28.0 ([#276](https://github.com/scratchfoundation/eslint-config-scratch/issues/276)) ([5b4ceda](https://github.com/scratchfoundation/eslint-config-scratch/commit/5b4ceda282e3b3b945cf1cf97b6030bab31de5d0))
## [11.0.33](https://github.com/scratchfoundation/eslint-config-scratch/compare/v11.0.32...v11.0.33) (2025-07-05)

4
package-lock.json generated
View file

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

View file

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