Skip to content

Commit

Permalink
Bump the development-dependencies group across 1 directory with 8 upd…
Browse files Browse the repository at this point in the history
…ates (#35)

Bumps the development-dependencies group with 8 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.16.0` | `9.17.0` |
| [eslint](https://github.com/eslint/eslint) | `9.16.0` | `9.17.0` |
| [eslint-plugin-eslint-plugin](https://github.com/eslint-community/eslint-plugin-eslint-plugin) | `6.3.2` | `6.4.0` |
| [eslint-plugin-package-json](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json) | `0.18.0` | `0.19.0` |
| [globals](https://github.com/sindresorhus/globals) | `15.13.0` | `15.14.0` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.10.1` | `22.10.5` |
| [@typescript-eslint/rule-tester](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/rule-tester) | `8.17.0` | `8.19.0` |
| [eslint-doc-generator](https://github.com/bmish/eslint-doc-generator) | `2.0.1` | `2.0.2` |



Updates `@eslint/js` from 9.16.0 to 9.17.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.17.0/packages/js)

Updates `eslint` from 9.16.0 to 9.17.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v9.16.0...v9.17.0)

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

Updates `eslint-plugin-package-json` from 0.18.0 to 0.19.0
- [Release notes](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/releases)
- [Changelog](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/blob/main/CHANGELOG.md)
- [Commits](JoshuaKGoldberg/eslint-plugin-package-json@v0.18.0...v0.19.0)

Updates `globals` from 15.13.0 to 15.14.0
- [Release notes](https://github.com/sindresorhus/globals/releases)
- [Commits](sindresorhus/globals@v15.13.0...v15.14.0)

Updates `@types/node` from 22.10.1 to 22.10.5
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `@typescript-eslint/rule-tester` from 8.17.0 to 8.19.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/rule-tester/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.19.0/packages/rule-tester)

Updates `eslint-doc-generator` from 2.0.1 to 2.0.2
- [Release notes](https://github.com/bmish/eslint-doc-generator/releases)
- [Changelog](https://github.com/bmish/eslint-doc-generator/blob/main/CHANGELOG.md)
- [Commits](bmish/eslint-doc-generator@v2.0.1...v2.0.2)

---
updated-dependencies:
- dependency-name: "@eslint/js"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: eslint-plugin-eslint-plugin
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: eslint-plugin-package-json
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: globals
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: "@typescript-eslint/rule-tester"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: eslint-doc-generator
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 6, 2025
1 parent 1218e1a commit c8c06b1
Show file tree
Hide file tree
Showing 7 changed files with 75 additions and 129 deletions.
4 changes: 2 additions & 2 deletions eslint-plugin-javascript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
"devDependencies": {
"@types/eslint": "~9.6.0",
"@types/estree": "^1.0.6",
"@types/node": "^22.10.1",
"eslint": "~9.16.0",
"@types/node": "^22.10.5",
"eslint": "~9.17.0",
"prettier": "^3.4.2",
"rimraf": "^6.0.1",
"typescript": "~5.7.2",
Expand Down
4 changes: 2 additions & 2 deletions eslint-plugin-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
},
"devDependencies": {
"@types/eslint": "~9.6.0",
"@types/node": "^22.10.1",
"eslint": "~9.16.0",
"@types/node": "^22.10.5",
"eslint": "~9.17.0",
"prettier": "^3.4.2",
"rimraf": "^6.0.1",
"typescript": "~5.7.2",
Expand Down
4 changes: 2 additions & 2 deletions eslint-plugin-testing-library/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
"devDependencies": {
"@types/eslint": "~9.6.0",
"@types/estree": "^1.0.6",
"@types/node": "^22.10.1",
"eslint": "~9.16.0",
"@types/node": "^22.10.5",
"eslint": "~9.17.0",
"prettier": "^3.4.2",
"rimraf": "^6.0.1",
"typescript": "~5.7.2",
Expand Down
6 changes: 3 additions & 3 deletions eslint-plugin-tsoa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@
"@typescript-eslint/utils": "^8.8.1"
},
"devDependencies": {
"@types/node": "^22.10.1",
"@typescript-eslint/rule-tester": "^8.17.0",
"eslint-doc-generator": "^2.0.1",
"@types/node": "^22.10.5",
"@typescript-eslint/rule-tester": "^8.19.0",
"eslint-doc-generator": "^2.0.2",
"json-schema-to-typescript": "^15.0.2",
"prettier": "^3.4.2",
"rimraf": "^6.0.1",
Expand Down
6 changes: 3 additions & 3 deletions eslint-plugin-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@
"ts-api-utils": "^1.4.3"
},
"devDependencies": {
"@types/node": "^22.10.1",
"@typescript-eslint/rule-tester": "^8.17.0",
"eslint-doc-generator": "^2.0.1",
"@types/node": "^22.10.5",
"@typescript-eslint/rule-tester": "^8.19.0",
"eslint-doc-generator": "^2.0.2",
"json-schema-to-typescript": "^15.0.2",
"prettier": "^3.4.2",
"rimraf": "^6.0.1",
Expand Down
170 changes: 58 additions & 112 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit c8c06b1

Please sign in to comment.