mirror of
https://github.com/scratchfoundation/eslint-config-scratch.git
synced 2025-08-10 21:41:00 -04:00
chore(release): 11.0.37 [skip ci]
## [11.0.37](https://github.com/scratchfoundation/eslint-config-scratch/compare/v11.0.36...v11.0.37) (2025-07-18) ### Bug Fixes * **deps:** update dependency typescript-eslint to v8.37.0 ([#281](https://github.com/scratchfoundation/eslint-config-scratch/issues/281)) ([e176593
](e17659383e
))
This commit is contained in:
parent
e17659383e
commit
87350543b2
3 changed files with 10 additions and 3 deletions
|
@ -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.37](https://github.com/scratchfoundation/eslint-config-scratch/compare/v11.0.36...v11.0.37) (2025-07-18)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **deps:** update dependency typescript-eslint to v8.37.0 ([#281](https://github.com/scratchfoundation/eslint-config-scratch/issues/281)) ([e176593](https://github.com/scratchfoundation/eslint-config-scratch/commit/e17659383e6308e7b6267fccec0ad253aa0102bb))
|
||||
|
||||
## [11.0.36](https://github.com/scratchfoundation/eslint-config-scratch/compare/v11.0.35...v11.0.36) (2025-07-15)
|
||||
|
||||
|
||||
|
|
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "eslint-config-scratch",
|
||||
"version": "11.0.36",
|
||||
"version": "11.0.37",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "eslint-config-scratch",
|
||||
"version": "11.0.36",
|
||||
"version": "11.0.37",
|
||||
"license": "BSD-3-Clause",
|
||||
"dependencies": {
|
||||
"@babel/eslint-parser": "7.28.0",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "eslint-config-scratch",
|
||||
"version": "11.0.36",
|
||||
"version": "11.0.37",
|
||||
"description": "Shareable ESLint config for Scratch",
|
||||
"main": "./lib/index.mjs",
|
||||
"scripts": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue