Skip to content

Commit 1913962

Browse files
dependabot[bot]RafaelGSS
authored andcommitted
tools: bump the eslint group in /tools/eslint with 6 updates
Bumps the eslint group in /tools/eslint with 6 updates: | Package | From | To | | --- | --- | --- | | [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) | `7.27.4` | `7.27.7` | | [@babel/eslint-parser](https://github.com/babel/babel/tree/HEAD/eslint/babel-eslint-parser) | `7.27.1` | `7.27.5` | | [@stylistic/eslint-plugin](https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin) | `4.4.1` | `5.1.0` | | [eslint](https://github.com/eslint/eslint) | `9.28.0` | `9.30.0` | | [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | `50.7.1` | `51.3.1` | | [globals](https://github.com/sindresorhus/globals) | `16.2.0` | `16.3.0` | Updates `@babel/core` from 7.27.4 to 7.27.7 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.27.7/packages/babel-core) Updates `@babel/eslint-parser` from 7.27.1 to 7.27.5 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.27.5/eslint/babel-eslint-parser) Updates `@stylistic/eslint-plugin` from 4.4.1 to 5.1.0 - [Release notes](https://github.com/eslint-stylistic/eslint-stylistic/releases) - [Changelog](https://github.com/eslint-stylistic/eslint-stylistic/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint-stylistic/eslint-stylistic/commits/v5.1.0/packages/eslint-plugin) Updates `eslint` from 9.28.0 to 9.30.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v9.28.0...v9.30.0) Updates `eslint-plugin-jsdoc` from 50.7.1 to 51.3.1 - [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases) - [Changelog](https://github.com/gajus/eslint-plugin-jsdoc/blob/main/.releaserc) - [Commits](gajus/eslint-plugin-jsdoc@v50.7.1...v51.3.1) Updates `globals` from 16.2.0 to 16.3.0 - [Release notes](https://github.com/sindresorhus/globals/releases) - [Commits](sindresorhus/globals@v16.2.0...v16.3.0) --- updated-dependencies: - dependency-name: "@babel/core" dependency-version: 7.27.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: eslint - dependency-name: "@babel/eslint-parser" dependency-version: 7.27.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: eslint - dependency-name: "@stylistic/eslint-plugin" dependency-version: 5.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: eslint - dependency-name: eslint dependency-version: 9.30.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: eslint - dependency-name: eslint-plugin-jsdoc dependency-version: 51.3.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: eslint - dependency-name: globals dependency-version: 16.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: eslint ... Signed-off-by: dependabot[bot] <[email protected]> PR-URL: #58921 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent 210e608 commit 1913962

File tree

3 files changed

+108
-533
lines changed

3 files changed

+108
-533
lines changed

eslint.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ export default [
285285
'@stylistic/js/computed-property-spacing': 'error',
286286
'@stylistic/js/dot-location': ['error', 'property'],
287287
'@stylistic/js/eol-last': 'error',
288-
'@stylistic/js/func-call-spacing': 'error',
288+
'@stylistic/js/function-call-spacing': 'error',
289289
'@stylistic/js/indent': ['error', 2, {
290290
ArrayExpression: 'first',
291291
CallExpression: { arguments: 'first' },

0 commit comments

Comments
 (0)