Skip to content

Commit 83f7f52

Browse files
authored
test(e2e): Pin @shopify/mini-oxygen to 3.2.0 to fix build error (#16158)
Seems like `@shopify/mini-oxygen@3.2.1` breaks something. I somewhat suspect that they bumped a vite version but I didn't find a changelog yet This should unblock the PRs we want to include in Today's release Update: Shopify/hydrogen#2863 likely caused this
1 parent ae8e59e commit 83f7f52

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dev-packages/e2e-tests/test-applications/remix-hydrogen/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@sentry-internal/test-utils": "link:../../../test-utils",
3737
"@shopify/cli": "^3.74.1",
3838
"@shopify/hydrogen-codegen": "^0.3.1",
39-
"@shopify/mini-oxygen": "^3.1.1",
39+
"@shopify/mini-oxygen": "3.2.0",
4040
"@shopify/oxygen-workers-types": "^4.1.2",
4141
"@shopify/prettier-config": "^1.1.2",
4242
"@tailwindcss/vite": "4.0.0-alpha.17",

packages/core/src/mcp-server.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ import {
66
} from './semanticAttributes';
77
import { startSpan, withActiveSpan } from './tracing';
88
import type { Span } from './types-hoist/span';
9-
import { logger } from './utils-hoist/logger';
109
import { getActiveSpan } from './utils/spanUtils';
10+
import { logger } from './utils-hoist/logger';
1111

1212
interface MCPTransport {
1313
// The first argument is a JSON RPC message

0 commit comments

Comments
 (0)