ReviewOS

also looking at this

pantry-pm/pantry

chore(deps): update dependency eslint-config-next to 16.0.0

#168
Closed chrisbbreuer wants to merge buddy-bot/update-major-update---eslint-config-next-1756081430296 into main
5 files +5 -5

Review threads live on the whole diff, not on one commit, so none are shown here - a thread's line means something in the branch's final form, and painting it into an intermediate step would put it on code it is not about.

packages/ts/test-envs/bun-package-manager-basic/package.jsonadded+18-0
Changes to packages/ts/test-envs/bun-package-manager-basic/package.json
@@ -0,0 +1,18 @@
1{
2 "name": "bun-package-manager-basic",
3 "version": "1.0.0",
4 "packageManager": "bun",
5 "description": "Test environment for basic Bun package manager without version",
6 "scripts": {
7 "dev": "echo 'Development server with Bun!'",
8 "build": "echo 'Building with Bun!'",
9 "test": "echo 'Testing with Bun!'"
10 },
11 "dependencies": {
12 "express": "^4.18.0"
13 },
14 "devDependencies": {
15 "@types/express": "^4.17.0",
16 "eslint": "9.38.0"
17 }
18}