Skip to content

Commit 8637b19

Browse files
Bump the eslint group with 4 updates (#295)
Bumps the eslint group with 4 updates: [eslint](https://github.com/eslint/eslint), [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js), [globals](https://github.com/sindresorhus/globals) and [neostandard](https://github.com/neostandard/neostandard). Updates `eslint` from 9.19.0 to 9.21.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v9.19.0...v9.21.0) Updates `@eslint/js` from 9.19.0 to 9.21.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/commits/v9.21.0/packages/js) Updates `globals` from 15.14.0 to 16.0.0 - [Release notes](https://github.com/sindresorhus/globals/releases) - [Commits](sindresorhus/globals@v15.14.0...v16.0.0) Updates `neostandard` from 0.12.0 to 0.12.1 - [Release notes](https://github.com/neostandard/neostandard/releases) - [Changelog](https://github.com/neostandard/neostandard/blob/main/CHANGELOG.md) - [Commits](neostandard/neostandard@v0.12.0...v0.12.1) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint - dependency-name: "@eslint/js" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint - dependency-name: globals dependency-type: direct:development update-type: version-update:semver-major dependency-group: eslint - dependency-name: neostandard dependency-type: direct:development update-type: version-update:semver-patch dependency-group: eslint ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 53ee002 commit 8637b19

File tree

2 files changed

+88
-47
lines changed

2 files changed

+88
-47
lines changed

package-lock.json

+85-44
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@
3232
"fix": "npm run rtlcss && npm run stylelint_fix && npm run eslint_fix && npm run markdownlint_fix"
3333
},
3434
"devDependencies": {
35-
"eslint": "^9.19.0",
35+
"eslint": "^9.21.0",
3636
"@eslint/js": "^9.8.0",
37-
"globals": "^15.14.0",
37+
"globals": "^16.0.0",
3838
"markdownlint-cli": "^0.44.0",
39-
"neostandard": "^0.12.0",
39+
"neostandard": "^0.12.1",
4040
"rtlcss": "^4.3.0",
4141
"sass": "^1.83.4",
4242
"stylelint": "^16.14.1",

0 commit comments

Comments
 (0)