Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions e2e/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10410,16 +10410,16 @@ __metadata:
linkType: hard

"tar@npm:^6.1.11, tar@npm:^6.1.2":
version: 6.1.15
resolution: "tar@npm:6.1.15"
version: 6.2.1
resolution: "tar@npm:6.2.1"
dependencies:
chownr: ^2.0.0
fs-minipass: ^2.0.0
minipass: ^5.0.0
minizlib: ^2.1.1
mkdirp: ^1.0.3
yallist: ^4.0.0
checksum: f23832fceeba7578bf31907aac744ae21e74a66f4a17a9e94507acf460e48f6db598c7023882db33bab75b80e027c21f276d405e4a0322d58f51c7088d428268
checksum: f1322768c9741a25356c11373bce918483f40fa9a25c69c59410c8a1247632487edef5fe76c5f12ac51a6356d2f1829e96d2bc34098668a2fc34d76050ac2b6c
languageName: node
linkType: hard

Expand Down
2 changes: 1 addition & 1 deletion packages/devnext/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"expo": "^49.0.18",
"https-browserify": "^1.0.0",
"jest": "^29.6.4",
"next": "13.2.4",
"next": "14.2.32",
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: ESLint Config Mismatch Breaks Next.js Linting

Updating next to 14.2.32 while leaving eslint-config-next at 13.2.4 creates a major version mismatch. The eslint-config-next package should match the major version of next to ensure ESLint rules are compatible with the Next.js version being used, otherwise linting may fail or produce incorrect results.

Fix in Cursor Fix in Web

"os-browserify": "^0.3.0",
"path-browserify": "^1.0.1",
"postcss": "^8.4.31",
Expand Down
2 changes: 1 addition & 1 deletion packages/playground-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"@metamask/sdk-react": "workspace:^",
"next": "15.1.4",
"next": "15.4.7",
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: Next.js ESLint Mismatch Causes Linting Failures

Updating next to 15.4.7 while leaving eslint-config-next at 15.1.4 creates a version mismatch. The eslint-config-next package should be updated alongside next to ensure ESLint rules remain compatible with the Next.js version being used, otherwise linting may produce incorrect results or fail.

Fix in Cursor Fix in Web

"react": "^19.0.0",
"react-dom": "^19.0.0"
},
Expand Down
Loading