Skip to content

Commit 118890a

Browse files
authored
Update e2b (e2b-dev#1051)
<!-- CURSOR_SUMMARY --> > [!NOTE] > Upgrade `e2b` to 2.8.4 in CLI, update `eslint-config-next` to 14.2.35 in web app, add pnpm override for `@next/eslint-plugin-next>glob`, and refresh lockfile. > > - **Dependencies**: > - **CLI**: Bump `e2b` from `^2.7.0` to `^2.8.4` in `packages/cli/package.json`. > - **Web**: Update `eslint-config-next` from `14.2.21` to `14.2.35` in `apps/web/package.json`. > - **Tooling/Config**: > - Add pnpm override to force `@next/eslint-plugin-next>glob@*` to `10.5.0` in root `package.json`. > - **Lockfile**: > - Regenerate `pnpm-lock.yaml` reflecting the above upgrades and transitive dependency adjustments (e.g., `@next/eslint-plugin-next@14.2.35`, `glob@10.5.0`). > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit b143ae8. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent 3546a16 commit 118890a

4 files changed

Lines changed: 90 additions & 651 deletions

File tree

apps/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
"@types/react": "^18.3.11",
8181
"@types/react-dom": "^18.3.1",
8282
"@types/react-highlight-words": "^0.16.4",
83-
"eslint-config-next": "14.2.21",
83+
"eslint-config-next": "14.2.35",
8484
"knip": "^5.43.6",
8585
"sharp": "^0.34.4",
8686
"tailwind-scrollbar": "^3.0.5"

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,10 @@
2828
},
2929
"engines": {
3030
"pnpm": ">=9.0.0 <10"
31+
},
32+
"pnpm": {
33+
"overrides": {
34+
"@next/eslint-plugin-next>glob@*": "10.5.0"
35+
}
3136
}
3237
}

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
"commander": "^11.1.0",
8787
"console-table-printer": "^2.11.2",
8888
"dockerfile-ast": "^0.6.1",
89-
"e2b": "^2.7.0",
89+
"e2b": "^2.8.4",
9090
"handlebars": "^4.7.8",
9191
"inquirer": "^12.10.0",
9292
"open": "^9.1.0",

0 commit comments

Comments
 (0)