Skip to content

Commit

Permalink
chore(deps): bump the eslint group across 1 directory with 3 updates
Browse files Browse the repository at this point in the history
Bumps the eslint group with 3 updates in the /tools/code-style directory: [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc), [eslint-plugin-promise](https://github.com/eslint-community/eslint-plugin-promise) and [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint).


Updates `eslint-plugin-jsdoc` from 48.7.0 to 48.8.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@v48.7.0...v48.8.1)

Updates `eslint-plugin-promise` from 6.4.0 to 6.5.1
- [Release notes](https://github.com/eslint-community/eslint-plugin-promise/releases)
- [Changelog](https://github.com/eslint-community/eslint-plugin-promise/blob/main/CHANGELOG.md)
- [Commits](eslint-community/eslint-plugin-promise@v6.4.0...v6.5.1)

Updates `typescript-eslint` from 7.16.0 to 7.16.1
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.16.1/packages/typescript-eslint)

---
updated-dependencies:
- dependency-name: eslint-plugin-jsdoc
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: eslint
- dependency-name: eslint-plugin-promise
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: eslint
- dependency-name: typescript-eslint
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: eslint
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 20, 2024
1 parent 997c4dc commit b9cc0bf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tools/code-style/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
"eslint-plugin-editorconfig": "4.0.3",
"eslint-plugin-header": "3.1.1",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jsdoc": "48.7.0",
"eslint-plugin-jsdoc": "48.8.1",
"eslint-plugin-n": "17.9.0",
"eslint-plugin-promise": "6.4.0",
"eslint-plugin-promise": "6.5.1",
"eslint-plugin-simple-import-sort": "12.1.1",
"eslint-plugin-tsdoc": "0.3.0",
"globals": "^15.7.0",
"typescript-eslint": "7.16.0"
"typescript-eslint": "7.16.1"
}
}

0 comments on commit b9cc0bf

Please sign in to comment.