Skip to content

Commit 2a912e7

Browse files
deps: bump the dev-dependencies group with 4 updates (#74)
Bumps the dev-dependencies group with 4 updates: [@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), [eslint](https://github.com/eslint/eslint) and [typescript](https://github.com/microsoft/TypeScript). Updates `@typescript-eslint/eslint-plugin` from 8.58.2 to 8.59.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.59.0/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 8.58.2 to 8.59.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.59.0/packages/parser) Updates `eslint` from 10.2.0 to 10.2.1 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](eslint/eslint@v10.2.0...v10.2.1) Updates `typescript` from 6.0.2 to 6.0.3 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](microsoft/TypeScript@v6.0.2...v6.0.3) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-version: 8.59.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: "@typescript-eslint/parser" dependency-version: 8.59.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: eslint dependency-version: 10.2.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: typescript dependency-version: 6.0.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2e1e08b commit 2a912e7

6 files changed

Lines changed: 129 additions & 120 deletions

File tree

apps/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@
2020
"@types/express": "^5.0.6",
2121
"@types/node": "^25.6.0",
2222
"tsx": "^4.21.0",
23-
"typescript": "^6.0.2"
23+
"typescript": "^6.0.3"
2424
}
2525
}

apps/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@
3131
"concurrently": "^9.2.1",
3232
"tailwindcss": "^4.2.2",
3333
"tsx": "^4.21.0",
34-
"typescript": "^6.0.2"
34+
"typescript": "^6.0.3"
3535
}
3636
}

apps/auth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@
2727
"concurrently": "^9.2.1",
2828
"tailwindcss": "^4.2.2",
2929
"tsx": "^4.21.0",
30-
"typescript": "^6.0.2"
30+
"typescript": "^6.0.3"
3131
}
3232
}

apps/shared/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"devDependencies": {
5555
"@types/express": "^5.0.6",
5656
"@types/node": "^25.6.0",
57-
"typescript": "^6.0.2"
57+
"typescript": "^6.0.3"
5858
},
5959
"peerDependencies": {
6060
"express": "^5.1.0"

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@
2727
"devDependencies": {
2828
"@eslint/js": "^10.0.1",
2929
"@stylistic/eslint-plugin": "^5.10.0",
30-
"@typescript-eslint/eslint-plugin": "^8.58.2",
31-
"@typescript-eslint/parser": "^8.58.2",
30+
"@typescript-eslint/eslint-plugin": "^8.59.0",
31+
"@typescript-eslint/parser": "^8.59.0",
3232
"concurrently": "^9.2.1",
33-
"eslint": "^10.2.0",
33+
"eslint": "^10.2.1",
3434
"globals": "^17.5.0",
3535
"husky": "^9.1.7",
36-
"typescript": "^6.0.2"
36+
"typescript": "^6.0.3"
3737
},
3838
"dependencies": {
3939
"helmet": "^8.1.0"

0 commit comments

Comments
 (0)