Skip to content

Commit b1da466

Browse files
chore(deps-dev): bump the dev group with 7 updates (#69)
Bumps the dev group with 7 updates: | Package | From | To | | --- | --- | --- | | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.18.0` | `8.18.1` | | [eslint-doc-generator](https://github.com/bmish/eslint-doc-generator) | `2.0.1` | `2.0.2` | | [eslint-plugin-eslint-plugin](https://github.com/eslint-community/eslint-plugin-eslint-plugin) | `6.3.2` | `6.4.0` | | [eslint-plugin-n](https://github.com/eslint-community/eslint-plugin-n) | `17.15.0` | `17.15.1` | | [rollup](https://github.com/rollup/rollup) | `4.28.1` | `4.29.1` | | [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.18.0` | `8.18.1` | | [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `19.0.1` | `19.0.2` | Updates `@typescript-eslint/parser` from 8.18.0 to 8.18.1 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.18.1/packages/parser) 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) 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-n` from 17.15.0 to 17.15.1 - [Release notes](https://github.com/eslint-community/eslint-plugin-n/releases) - [Changelog](https://github.com/eslint-community/eslint-plugin-n/blob/master/CHANGELOG.md) - [Commits](eslint-community/eslint-plugin-n@v17.15.0...v17.15.1) Updates `rollup` from 4.28.1 to 4.29.1 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](rollup/rollup@v4.28.1...v4.29.1) Updates `typescript-eslint` from 8.18.0 to 8.18.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/v8.18.1/packages/typescript-eslint) Updates `@types/react` from 19.0.1 to 19.0.2 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react) --- updated-dependencies: - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev - dependency-name: eslint-doc-generator dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev - dependency-name: eslint-plugin-eslint-plugin dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev - dependency-name: eslint-plugin-n dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev - dependency-name: rollup dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev - dependency-name: typescript-eslint dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev - dependency-name: "@types/react" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7baaec9 commit b1da466

File tree

4 files changed

+185
-192
lines changed

4 files changed

+185
-192
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -59,15 +59,15 @@
5959
"@types/estree": "1.0.6",
6060
"@types/json-schema": "7.0.15",
6161
"@types/node": "22.10.1",
62-
"@typescript-eslint/parser": "8.18.0",
62+
"@typescript-eslint/parser": "8.18.1",
6363
"eslint": "9.17.0",
64-
"eslint-doc-generator": "2.0.1",
65-
"eslint-plugin-eslint-plugin": "6.3.2",
66-
"eslint-plugin-n": "17.15.0",
64+
"eslint-doc-generator": "2.0.2",
65+
"eslint-plugin-eslint-plugin": "6.4.0",
66+
"eslint-plugin-n": "17.15.1",
6767
"prettier": "3.4.2",
68-
"rollup": "4.28.1",
68+
"rollup": "4.29.1",
6969
"typescript": "5.7.2",
70-
"typescript-eslint": "8.18.0",
70+
"typescript-eslint": "8.18.1",
7171
"vitest": "2.1.8"
7272
}
7373
}

0 commit comments

Comments
 (0)