Skip to content

Commit c434b05

Browse files
chore(deps-dev): bump the typescript-sdk-dependencies group across 1 directory with 4 updates (#5670)
Bumps the typescript-sdk-dependencies group with 4 updates in the /typescript-sdk directory: [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react), [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin), [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) and [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom). Updates `@types/react` from 18.3.12 to 18.3.13 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react) Updates `@typescript-eslint/eslint-plugin` from 8.16.0 to 8.17.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.17.0/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 8.16.0 to 8.17.0 - [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.17.0/packages/parser) Updates `react-router-dom` from 7.0.1 to 7.0.2 - [Release notes](https://github.com/remix-run/react-router/releases) - [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router-dom/CHANGELOG.md) - [Commits](https://github.com/remix-run/react-router/commits/react-router-dom@7.0.2/packages/react-router-dom) --- updated-dependencies: - dependency-name: "@types/react" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: typescript-sdk-dependencies - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: typescript-sdk-dependencies - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: typescript-sdk-dependencies - dependency-name: react-router-dom dependency-type: direct:development update-type: version-update:semver-patch dependency-group: typescript-sdk-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6511074 commit c434b05

File tree

2 files changed

+60
-60
lines changed

2 files changed

+60
-60
lines changed

typescript-sdk/package-lock.json

+56-56
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

typescript-sdk/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -29,18 +29,18 @@
2929
"@apicurio/eslint-config": "0.3.0",
3030
"@kiota-community/kiota-gen": "1.0.2",
3131
"@types/node": "22.10.1",
32-
"@types/react": "18.3.12",
32+
"@types/react": "18.3.13",
3333
"@types/react-dom": "18.3.1",
34-
"@typescript-eslint/eslint-plugin": "8.16.0",
35-
"@typescript-eslint/parser": "8.16.0",
34+
"@typescript-eslint/eslint-plugin": "8.17.0",
35+
"@typescript-eslint/parser": "8.17.0",
3636
"@vitejs/plugin-react": "4.3.4",
3737
"cross-env": "7.0.3",
3838
"eslint": "8.57.1",
3939
"eslint-plugin-react-hooks": "5.0.0",
4040
"eslint-plugin-react-refresh": "0.4.16",
4141
"react": "18.3.1",
4242
"react-dom": "18.3.1",
43-
"react-router-dom": "7.0.1",
43+
"react-router-dom": "7.0.2",
4444
"rimraf": "6.0.1",
4545
"typescript": "5.7.2",
4646
"uuid": "11.0.3",

0 commit comments

Comments
 (0)