Skip to content

Commit 00ebe88

Browse files
chore(deps): bump the lint group with 3 updates
Bumps the lint group with 3 updates: [lint-staged](https://github.com/lint-staged/lint-staged), [eslint](https://github.com/eslint/eslint) and [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint). Updates `lint-staged` from 17.2.0 to 17.3.0 - [Release notes](https://github.com/lint-staged/lint-staged/releases) - [Changelog](https://github.com/lint-staged/lint-staged/blob/main/CHANGELOG.md) - [Commits](lint-staged/lint-staged@v17.2.0...v17.3.0) Updates `eslint` from 10.8.0 to 10.9.1 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](eslint/eslint@v10.8.0...v10.9.1) Updates `typescript-eslint` from 8.65.0 to 8.68.0 - [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.68.0/packages/typescript-eslint) --- updated-dependencies: - dependency-name: lint-staged dependency-version: 17.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: lint - dependency-name: eslint dependency-version: 10.9.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: lint - dependency-name: typescript-eslint dependency-version: 8.68.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: lint ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 322aa4c commit 00ebe88

3 files changed

Lines changed: 289 additions & 195 deletions

File tree

apps/site/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
"stylelint-selector-bem-pattern": "5.0.0",
9191
"tsx": "^4.23.1",
9292
"typescript": "catalog:",
93-
"typescript-eslint": "~8.65.0",
93+
"typescript-eslint": "~8.68.0",
9494
"user-agent-data-types": "0.4.3"
9595
},
9696
"peerDependencies": {

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
},
3838
"dependencies": {
3939
"husky": "9.1.7",
40-
"lint-staged": "17.2.0",
40+
"lint-staged": "17.3.0",
4141
"turbo": "2.10.6"
4242
},
4343
"devDependencies": {
@@ -48,14 +48,14 @@
4848
"@reporters/github": "^2.0.2",
4949
"@testing-library/react": "~16.3.2",
5050
"cross-env": "^10.1.0",
51-
"eslint": "~10.8.0",
51+
"eslint": "~10.9.1",
5252
"eslint-import-resolver-typescript": "~4.4.5",
5353
"eslint-plugin-import-x": "~4.17.1",
5454
"globals": "^17.7.0",
5555
"prettier": "3.9.6",
5656
"prettier-plugin-tailwindcss": "0.8.1",
5757
"typescript": "catalog:",
58-
"typescript-eslint": "~8.65.0"
58+
"typescript-eslint": "~8.68.0"
5959
},
6060
"packageManager": "pnpm@11.18.0",
6161
"devEngines": {

0 commit comments

Comments
 (0)