Skip to content

Commit

Permalink
chore(deps-dev): bump the kitchen-sink group
Browse files Browse the repository at this point in the history
Bumps the kitchen-sink group in /examples/kitchen-sink with 2 updates: [eslint](https://github.com/eslint/eslint) and [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js).


Updates `eslint` from 9.20.0 to 9.21.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v9.20.0...v9.21.0)

Updates `@eslint/js` from 9.20.0 to 9.21.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/commits/v9.21.0/packages/js)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: kitchen-sink
- dependency-name: "@eslint/js"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: kitchen-sink
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 24, 2025
1 parent 21fe2bc commit d05c5d8
Show file tree
Hide file tree
Showing 8 changed files with 86 additions and 93 deletions.
2 changes: 1 addition & 1 deletion examples/kitchen-sink/apps/admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@vitejs/plugin-react": "^4.3.4",
"eslint": "^9.20.0",
"eslint": "^9.21.0",
"typescript": "5.7.3",
"vite": "^5.4.14"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/kitchen-sink/apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@types/morgan": "^1.9.9",
"@types/node": "^22.12.0",
"@types/supertest": "^6.0.2",
"eslint": "^9.20.0",
"eslint": "^9.21.0",
"jest": "^29.7.0",
"supertest": "^7.0.0",
"tsup": "^8.3.6",
Expand Down
2 changes: 1 addition & 1 deletion examples/kitchen-sink/apps/blog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@typescript-eslint/parser": "^8.24.0",
"@vercel/remix": "2.15.2",
"autoprefixer": "^10.4.20",
"eslint": "^9.20.0",
"eslint": "^9.21.0",
"typescript": "5.7.3",
"vite": "^5.4.14",
"vite-tsconfig-paths": "4.2.1"
Expand Down
2 changes: 1 addition & 1 deletion examples/kitchen-sink/apps/storefront/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@types/node": "^22.12.0",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"eslint": "^9.20.0",
"eslint": "^9.21.0",
"typescript": "5.7.3"
}
}
4 changes: 2 additions & 2 deletions examples/kitchen-sink/packages/config-eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"./vite": "./vite.js"
},
"devDependencies": {
"@eslint/js": "^9.20.0",
"@eslint/js": "^9.21.0",
"@next/eslint-plugin-next": "^15.1.6",
"eslint": "^9.20.0",
"eslint": "^9.21.0",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-only-warn": "^1.1.0",
"eslint-plugin-react": "^7.37.4",
Expand Down
2 changes: 1 addition & 1 deletion examples/kitchen-sink/packages/logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@repo/typescript-config": "workspace:*",
"@types/node": "^22.12.0",
"bunchee": "^6.4.0",
"eslint": "^9.20.0",
"eslint": "^9.21.0",
"jest": "^29.7.0",
"typescript": "5.7.3"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/kitchen-sink/packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@repo/typescript-config": "workspace:*",
"@types/node": "^22.12.0",
"bunchee": "^6.4.0",
"eslint": "^9.20.0",
"eslint": "^9.21.0",
"jest": "^29.7.0",
"typescript": "5.7.3"
},
Expand Down
Loading

0 comments on commit d05c5d8

Please sign in to comment.