Skip to content

Commit fd99e8a

Browse files
chore(deps-dev): bump the eslint group with 3 updates
Bumps the eslint group with 3 updates: [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint), [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) and [eslint-plugin-turbo](https://github.com/vercel/turborepo/tree/HEAD/packages/eslint-plugin-turbo). Updates `typescript-eslint` from 8.50.0 to 8.50.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.50.1/packages/typescript-eslint) Updates `eslint-config-next` from 16.1.0 to 16.1.1 - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](https://github.com/vercel/next.js/commits/v16.1.1/packages/eslint-config-next) Updates `eslint-plugin-turbo` from 2.6.3 to 2.7.2 - [Release notes](https://github.com/vercel/turborepo/releases) - [Changelog](https://github.com/vercel/turborepo/blob/main/RELEASE.md) - [Commits](https://github.com/vercel/turborepo/commits/v2.7.2/packages/eslint-plugin-turbo) --- updated-dependencies: - dependency-name: typescript-eslint dependency-version: 8.50.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: eslint - dependency-name: eslint-config-next dependency-version: 16.1.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: eslint - dependency-name: eslint-plugin-turbo dependency-version: 2.7.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 582e53e commit fd99e8a

5 files changed

Lines changed: 84 additions & 94 deletions

File tree

create-tambo-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@
4747
"eslint": "^9.39.2",
4848
"rimraf": "^6.1.2",
4949
"typescript": "^5.9.3",
50-
"typescript-eslint": "^8.50.0"
50+
"typescript-eslint": "^8.51.0"
5151
}
5252
}

package-lock.json

Lines changed: 79 additions & 89 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/eslint-config/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
1616
"eslint-config-prettier": "^10.1.8",
1717
"eslint-plugin-react": "^7.37.5",
1818
"eslint-plugin-react-hooks": "^6.1.1",
19-
"eslint-plugin-turbo": "^2.6.3",
19+
"eslint-plugin-turbo": "^2.7.2",
2020
"globals": "^16.5.0",
2121
"typescript": "^5.9.3",
22-
"typescript-eslint": "^8.50.0"
22+
"typescript-eslint": "^8.51.0"
2323
},
2424
"volta": {
2525
"extends": "../../package.json"

react-sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
"react-dom": "^18.3.1",
117117
"ts-jest": "^29.4.6",
118118
"typescript": "^5.9.3",
119-
"typescript-eslint": "^8.50.0",
119+
"typescript-eslint": "^8.51.0",
120120
"zod": "^3.25.76 || ~4.0.0",
121121
"zod-to-json-schema": "^3.25.0"
122122
}

showcase/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
"@types/recharts": "^2.0.1",
7878
"clsx": "^2.1.1",
7979
"eslint": "^9",
80-
"eslint-config-next": "16.1.0",
80+
"eslint-config-next": "16.1.1",
8181
"identity-obj-proxy": "^3.0.0",
8282
"jest": "^30.2.0",
8383
"jest-environment-jsdom": "^30.2.0",

0 commit comments

Comments
 (0)