mirror of
https://github.com/scratchfoundation/eslint-config-scratch.git
synced 2025-07-11 05:34:20 -04:00
chore(release): 11.0.16 [skip ci]
## [11.0.16](https://github.com/scratchfoundation/eslint-config-scratch/compare/v11.0.15...v11.0.16) (2025-06-07) ### Bug Fixes * **deps:** update dependency @babel/eslint-parser to v7.27.5 ([#253](https://github.com/scratchfoundation/eslint-config-scratch/issues/253)) ([8f46094
](8f46094014
))
This commit is contained in:
parent
8f46094014
commit
56a90204a9
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.16](https://github.com/scratchfoundation/eslint-config-scratch/compare/v11.0.15...v11.0.16) (2025-06-07)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **deps:** update dependency @babel/eslint-parser to v7.27.5 ([#253](https://github.com/scratchfoundation/eslint-config-scratch/issues/253)) ([8f46094](https://github.com/scratchfoundation/eslint-config-scratch/commit/8f46094014572b762d9aa73605892a1d22c04d93))
|
||||
|
||||
## [11.0.15](https://github.com/scratchfoundation/eslint-config-scratch/compare/v11.0.14...v11.0.15) (2025-06-05)
|
||||
|
||||
|
||||
|
|
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "eslint-config-scratch",
|
||||
"version": "11.0.15",
|
||||
"version": "11.0.16",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "eslint-config-scratch",
|
||||
"version": "11.0.15",
|
||||
"version": "11.0.16",
|
||||
"license": "BSD-3-Clause",
|
||||
"dependencies": {
|
||||
"@babel/eslint-parser": "7.27.5",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "eslint-config-scratch",
|
||||
"version": "11.0.15",
|
||||
"version": "11.0.16",
|
||||
"description": "Shareable ESLint config for Scratch",
|
||||
"main": "./lib/index.mjs",
|
||||
"scripts": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue