| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Bumps the eslint group in /tools/eslint with 7 updates: | Package | From | To | | --- | --- | --- | | [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) | `7.24.9` | `7.25.2` | | [@babel/eslint-parser](https://github.com/babel/babel/tree/HEAD/eslint/babel-eslint-parser) | `7.25.0` | `7.25.1` | | [@babel/plugin-syntax-import-attributes](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-syntax-import-attributes) | `7.24.7` | `7.25.6` | | [@stylistic/eslint-plugin-js](https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin-js) | `2.4.0` | `2.7.2` | | [eslint](https://github.com/eslint/eslint) | `9.8.0` | `9.9.1` | | [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | `48.8.3` | `50.2.2` | | [globals](https://github.com/sindresorhus/globals) | `15.8.0` | `15.9.0` | Updates `@babel/core` from 7.24.9 to 7.25.2 - [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.25.2/packages/babel-core) Updates `@babel/eslint-parser` from 7.25.0 to 7.25.1 - [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.25.1/eslint/babel-eslint-parser) Updates `@babel/plugin-syntax-import-attributes` from 7.24.7 to 7.25.6 - [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.25.6/packages/babel-plugin-syntax-import-attributes) Updates `@stylistic/eslint-plugin-js` from 2.4.0 to 2.7.2 - [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/v2.7.2/packages/eslint-plugin-js) Updates `eslint` from 9.8.0 to 9.9.1 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v9.8.0...v9.9.1) Updates `eslint-plugin-jsdoc` from 48.8.3 to 50.2.2 - [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@v48.8.3...v50.2.2) Updates `globals` from 15.8.0 to 15.9.0 - [Release notes](https://github.com/sindresorhus/globals/releases) - [Commits](sindresorhus/globals@v15.8.0...v15.9.0) --- updated-dependencies: - dependency-name: "@babel/core" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: eslint - dependency-name: "@babel/eslint-parser" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: eslint - dependency-name: "@babel/plugin-syntax-import-attributes" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: eslint - dependency-name: "@stylistic/eslint-plugin-js" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: eslint - dependency-name: eslint dependency-type: direct:production update-type: version-update:semver-minor dependency-group: eslint - dependency-name: eslint-plugin-jsdoc dependency-type: direct:production update-type: version-update:semver-major dependency-group: eslint - dependency-name: globals dependency-type: direct:production update-type: version-update:semver-minor dependency-group: eslint ... Signed-off-by: dependabot[bot] <support@github.com>
|
Dependabot (as shown in this PR) now handles the ESlint updates. In this case, the lint is failing on this new version of ESlint. To resolve that issue, you can simply push a commit to the dependabot branch fixing the issue. When it is merged with the CQ, it'll be squashed (with commit-queue-squash). Dependabot won't overwrite your changes. |
Sorry, something went wrong.
There was a problem hiding this comment.
RSLGTM
Sorry, something went wrong.
Codecov ReportAll modified and coverable lines are covered by tests ✅ Additional details and impacted files @@ Coverage Diff @@
## main #54821 +/- ##
==========================================
+ Coverage 87.33% 87.61% +0.27%
==========================================
Files 650 650
Lines 182945 182995 +50
Branches 35083 35409 +326
==========================================
+ Hits 159782 160329 +547
+ Misses 16413 15923 -490
+ Partials 6750 6743 -7
|
Sorry, something went wrong.
|
Is it possible to customize the commit message? It seems overly verbose. |
Sorry, something went wrong.
Not at the moment, but I can open a feature requests against Dependabot. IIUC, you can manually edit it via a force push. |
Sorry, something went wrong.
|
For reference, it's documented at https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#commit-message |
Sorry, something went wrong.
Bumps the eslint group in /tools/eslint with 7 updates: | Package | From | To | | --- | --- | --- | | `@babel/core` | `7.24.9` | `7.25.2` | | `@babel/eslint-parser` | `7.25.0` | `7.25.1` | | `@babel/plugin-syntax-import-attributes` | `7.24.7` | `7.25.6` | | `@stylistic/eslint-plugin-js` | `2.4.0` | `2.7.2` | | `eslint` | `9.8.0` | `9.9.1` | | `eslint-plugin-jsdoc` | `48.8.3` | `50.2.2` | | `globals` | `15.8.0` | `15.9.0` | Signed-off-by: dependabot[bot] <support@github.com> PR-URL: #54821 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
| Back | FazBrowse Home | New Git URL |
Bumps the eslint group in /tools/eslint with 7 updates:
Updates @babel/core from 7.24.9 to 7.25.2
Release notesSourced from @babel/core's releases.
... (truncated)
ChangelogSourced from @babel/core's changelog.
... (truncated)
CommitsUpdates @babel/eslint-parser from 7.25.0 to 7.25.1
Release notesSourced from @babel/eslint-parser's releases.
ChangelogSourced from @babel/eslint-parser's changelog.
CommitsUpdates @babel/plugin-syntax-import-attributes from 7.24.7 to 7.25.6
Release notesSourced from @babel/plugin-syntax-import-attributes's releases.
... (truncated)
ChangelogSourced from @babel/plugin-syntax-import-attributes's changelog.
... (truncated)
CommitsUpdates @stylistic/eslint-plugin-js from 2.4.0 to 2.7.2
Release notesSourced from @stylistic/eslint-plugin-js's releases.
... (truncated)
ChangelogSourced from @stylistic/eslint-plugin-js's changelog.
... (truncated)
CommitsUpdates eslint from 9.8.0 to 9.9.1
Release notesSourced from eslint's releases.
ChangelogSourced from eslint's changelog.
CommitsUpdates eslint-plugin-jsdoc from 48.8.3 to 50.2.2
Release notesSourced from eslint-plugin-jsdoc's releases.
... (truncated)
Commits