mirror of
https://github.com/scratchfoundation/eslint-config-scratch.git
synced 2025-08-12 22:39:40 -04:00
chore(release): 11.0.9 [skip ci]
## [11.0.9](https://github.com/scratchfoundation/eslint-config-scratch/compare/v11.0.8...v11.0.9) (2025-05-20) ### Bug Fixes * **deps:** update eslint monorepo to v9.27.0 ([#243](https://github.com/scratchfoundation/eslint-config-scratch/issues/243)) ([9b40f09
](9b40f09932
))
This commit is contained in:
parent
9b40f09932
commit
920df6d53f
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.9](https://github.com/scratchfoundation/eslint-config-scratch/compare/v11.0.8...v11.0.9) (2025-05-20)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **deps:** update eslint monorepo to v9.27.0 ([#243](https://github.com/scratchfoundation/eslint-config-scratch/issues/243)) ([9b40f09](https://github.com/scratchfoundation/eslint-config-scratch/commit/9b40f099327f8fe83d87d381f5c902b291e1cc52))
|
||||
|
||||
## [11.0.8](https://github.com/scratchfoundation/eslint-config-scratch/compare/v11.0.7...v11.0.8) (2025-05-17)
|
||||
|
||||
|
||||
|
|
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "eslint-config-scratch",
|
||||
"version": "11.0.8",
|
||||
"version": "11.0.9",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "eslint-config-scratch",
|
||||
"version": "11.0.8",
|
||||
"version": "11.0.9",
|
||||
"license": "BSD-3-Clause",
|
||||
"dependencies": {
|
||||
"@babel/eslint-parser": "7.27.1",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "eslint-config-scratch",
|
||||
"version": "11.0.8",
|
||||
"version": "11.0.9",
|
||||
"description": "Shareable ESLint config for Scratch",
|
||||
"main": "./lib/index.mjs",
|
||||
"scripts": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue