mirror of
https://github.com/scratchfoundation/eslint-config-scratch.git
synced 2025-08-11 22:11:06 -04:00
chore(release): 11.0.11 [skip ci]
## [11.0.11](https://github.com/scratchfoundation/eslint-config-scratch/compare/v11.0.10...v11.0.11) (2025-05-28) ### Bug Fixes * **deps:** update dependency globals to v16.2.0 ([#247](https://github.com/scratchfoundation/eslint-config-scratch/issues/247)) ([eb4af3e
](eb4af3e5f2
))
This commit is contained in:
parent
eb4af3e5f2
commit
a43da39ebe
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.11](https://github.com/scratchfoundation/eslint-config-scratch/compare/v11.0.10...v11.0.11) (2025-05-28)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **deps:** update dependency globals to v16.2.0 ([#247](https://github.com/scratchfoundation/eslint-config-scratch/issues/247)) ([eb4af3e](https://github.com/scratchfoundation/eslint-config-scratch/commit/eb4af3e5f28002154bda0bab87a8224040674d9d))
|
||||
|
||||
## [11.0.10](https://github.com/scratchfoundation/eslint-config-scratch/compare/v11.0.9...v11.0.10) (2025-05-22)
|
||||
|
||||
|
||||
|
|
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "eslint-config-scratch",
|
||||
"version": "11.0.10",
|
||||
"version": "11.0.11",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "eslint-config-scratch",
|
||||
"version": "11.0.10",
|
||||
"version": "11.0.11",
|
||||
"license": "BSD-3-Clause",
|
||||
"dependencies": {
|
||||
"@babel/eslint-parser": "7.27.1",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "eslint-config-scratch",
|
||||
"version": "11.0.10",
|
||||
"version": "11.0.11",
|
||||
"description": "Shareable ESLint config for Scratch",
|
||||
"main": "./lib/index.mjs",
|
||||
"scripts": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue