From 93a89e5866fa85fea4026b084ec3b6efd1b6bdc0 Mon Sep 17 00:00:00 2001 From: Meghan Denny Date: Wed, 29 Jan 2025 01:47:43 -0800 Subject: [PATCH] meta: update bun.locks with bun 1.2 (#16867) Co-authored-by: nektro <5464072+nektro@users.noreply.github.com> --- .github/actions/setup-bun/action.yml | 2 +- .github/workflows/clang-format.yml | 2 +- .github/workflows/clang-tidy.yml | 2 +- .github/workflows/lint.yml | 2 +- .github/workflows/prettier-format.yml | 2 +- .github/workflows/release.yml | 10 +++++----- .github/workflows/run-lint.yml | 2 +- .github/workflows/test-bump.yml | 2 +- .github/workflows/zig-format.yml | 2 +- .prettierignore | 1 + bench/bun.lock | 2 +- bench/expect-to-equal/bun.lock | 2 +- bench/ffi/src/bun.lock | 2 +- bench/gzip/bun.lock | 2 +- bench/hot-module-reloading/css-stress-test/bun.lock | 2 +- bench/react-hello-world/bun.lock | 2 +- bench/scanner/bun.lock | 2 +- bench/sqlite/bun.lock | 2 +- bench/websocket-server/bun.lock | 2 +- bun.lock | 4 ++-- docs/guides/runtime/cicd.md | 2 +- examples/macros/bun.lock | 2 +- examples/react-fast-refresh-test/bun.lock | 4 ++-- oxlint.json | 1 + packages/bun-debug-adapter-protocol/bun.lock | 2 +- packages/bun-inspector-frontend/bun.lock | 2 +- packages/bun-inspector-protocol/bun.lock | 2 +- packages/bun-internal-test/bun.lock | 6 +++--- packages/bun-lambda/bun.lock | 2 +- packages/bun-plugin-yaml/bun.lock | 2 +- packages/bun-polyfills/bun.lock | 2 +- packages/bun-release/bun.lock | 2 +- packages/bun-vscode/bun.lock | 6 +++--- packages/bun-vscode/example/bun.lock | 2 +- packages/bun-wasm/bun.lock | 2 +- scripts/bootstrap.sh | 2 +- src/api/bun.lock | 2 +- src/node-fallbacks/bun.lock | 2 +- test/integration/expo-app/bun.lock | 2 +- test/integration/next-pages/bun.lock | 2 +- test/js/third_party/body-parser/bun.lock | 2 +- test/js/third_party/esbuild/bun.lock | 2 +- test/js/third_party/prisma/bun.lock | 2 +- test/js/third_party/yargs/bun.lock | 2 +- test/napi/napi-app/bun.lock | 2 +- test/scripts/bun.lock | 2 +- test/snippets/bun.lock | 2 +- test/v8/bad-modules/bun.lock | 2 +- test/v8/v8-module/bun.lock | 2 +- 49 files changed, 59 insertions(+), 57 deletions(-) diff --git a/.github/actions/setup-bun/action.yml b/.github/actions/setup-bun/action.yml index 0e6e6103c8..d8d2745c17 100644 --- a/.github/actions/setup-bun/action.yml +++ b/.github/actions/setup-bun/action.yml @@ -4,7 +4,7 @@ description: An internal version of the 'oven-sh/setup-bun' action. inputs: bun-version: type: string - description: "The version of bun to install: 'latest', 'canary', 'bun-v1.0.0', etc." + description: "The version of bun to install: 'latest', 'canary', 'bun-v1.2.0', etc." default: latest required: false baseline: diff --git a/.github/workflows/clang-format.yml b/.github/workflows/clang-format.yml index 8eff85a429..be833ae846 100644 --- a/.github/workflows/clang-format.yml +++ b/.github/workflows/clang-format.yml @@ -10,7 +10,7 @@ on: merge_group: env: - BUN_VERSION: "1.1.44" + BUN_VERSION: "1.2.0" LLVM_VERSION: "18.1.8" LLVM_VERSION_MAJOR: "18" diff --git a/.github/workflows/clang-tidy.yml b/.github/workflows/clang-tidy.yml index 2d0aab1021..934af25254 100644 --- a/.github/workflows/clang-tidy.yml +++ b/.github/workflows/clang-tidy.yml @@ -10,7 +10,7 @@ on: merge_group: env: - BUN_VERSION: "1.1.44" + BUN_VERSION: "1.2.0" LLVM_VERSION: "18.1.8" LLVM_VERSION_MAJOR: "18" diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 593a77b115..33ef015a53 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -5,7 +5,7 @@ on: workflow_dispatch: env: - BUN_VERSION: "1.1.44" + BUN_VERSION: "1.2.0" OXLINT_VERSION: "0.15.0" jobs: diff --git a/.github/workflows/prettier-format.yml b/.github/workflows/prettier-format.yml index 67a1c96afb..8f0c127202 100644 --- a/.github/workflows/prettier-format.yml +++ b/.github/workflows/prettier-format.yml @@ -10,7 +10,7 @@ on: merge_group: env: - BUN_VERSION: "1.1.44" + BUN_VERSION: "1.2.0" jobs: prettier-format: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 904c6a7b27..4086ae5939 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -66,7 +66,7 @@ jobs: - name: Setup Bun uses: ./.github/actions/setup-bun with: - bun-version: "1.1.44" + bun-version: "1.2.0" - name: Install Dependencies run: bun install - name: Sign Release @@ -94,7 +94,7 @@ jobs: - name: Setup Bun uses: ./.github/actions/setup-bun with: - bun-version: "1.1.44" + bun-version: "1.2.0" - name: Install Dependencies run: bun install - name: Release @@ -123,7 +123,7 @@ jobs: if: ${{ env.BUN_VERSION != 'canary' }} uses: ./.github/actions/setup-bun with: - bun-version: "1.1.44" + bun-version: "1.2.0" - name: Setup Bun if: ${{ env.BUN_VERSION == 'canary' }} uses: ./.github/actions/setup-bun @@ -265,7 +265,7 @@ jobs: - name: Setup Bun uses: ./.github/actions/setup-bun with: - bun-version: "1.1.44" + bun-version: "1.2.0" - name: Install Dependencies run: bun install - name: Release @@ -309,7 +309,7 @@ jobs: uses: ./.github/actions/setup-bun if: ${{ env.BUN_LATEST == 'true' }} with: - bun-version: "1.1.44" + bun-version: "1.2.0" - name: Bump version uses: ./.github/actions/bump if: ${{ env.BUN_LATEST == 'true' }} diff --git a/.github/workflows/run-lint.yml b/.github/workflows/run-lint.yml index 5ce9a19050..648da1a9ca 100644 --- a/.github/workflows/run-lint.yml +++ b/.github/workflows/run-lint.yml @@ -4,7 +4,7 @@ permissions: contents: read env: LLVM_VERSION: 16 - BUN_VERSION: "1.1.44" + BUN_VERSION: "1.2.0" on: workflow_call: diff --git a/.github/workflows/test-bump.yml b/.github/workflows/test-bump.yml index 7c8d9e57ef..e2a4ae1b05 100644 --- a/.github/workflows/test-bump.yml +++ b/.github/workflows/test-bump.yml @@ -9,7 +9,7 @@ on: required: true env: - BUN_VERSION: "1.1.44" + BUN_VERSION: "1.2.0" jobs: bump: diff --git a/.github/workflows/zig-format.yml b/.github/workflows/zig-format.yml index 1649a67c60..199ab83395 100644 --- a/.github/workflows/zig-format.yml +++ b/.github/workflows/zig-format.yml @@ -10,7 +10,7 @@ on: merge_group: env: - BUN_VERSION: "1.1.44" + BUN_VERSION: "1.2.0" jobs: zig-format: diff --git a/.prettierignore b/.prettierignore index 42d0c454a9..5344afdbd8 100644 --- a/.prettierignore +++ b/.prettierignore @@ -7,3 +7,4 @@ src/react-refresh.js *.min.js test/snippets test/js/node/test +bun.lock diff --git a/bench/bun.lock b/bench/bun.lock index cba2c6b04c..31e497f2fa 100644 --- a/bench/bun.lock +++ b/bench/bun.lock @@ -1,5 +1,5 @@ { - "lockfileVersion": 0, + "lockfileVersion": 1, "workspaces": { "": { "name": "bench", diff --git a/bench/expect-to-equal/bun.lock b/bench/expect-to-equal/bun.lock index 29dc313e2e..581a173974 100644 --- a/bench/expect-to-equal/bun.lock +++ b/bench/expect-to-equal/bun.lock @@ -1,5 +1,5 @@ { - "lockfileVersion": 0, + "lockfileVersion": 1, "workspaces": { "": { "name": "expect-to-equal", diff --git a/bench/ffi/src/bun.lock b/bench/ffi/src/bun.lock index 8b75ff131f..c496ad6dba 100644 --- a/bench/ffi/src/bun.lock +++ b/bench/ffi/src/bun.lock @@ -1,5 +1,5 @@ { - "lockfileVersion": 0, + "lockfileVersion": 1, "workspaces": { "": { "name": "bench", diff --git a/bench/gzip/bun.lock b/bench/gzip/bun.lock index 2ec377b357..6b706c3f4c 100644 --- a/bench/gzip/bun.lock +++ b/bench/gzip/bun.lock @@ -1,5 +1,5 @@ { - "lockfileVersion": 0, + "lockfileVersion": 1, "workspaces": { "": { "name": "bench", diff --git a/bench/hot-module-reloading/css-stress-test/bun.lock b/bench/hot-module-reloading/css-stress-test/bun.lock index 26651a7dde..50d59bdb5c 100644 --- a/bench/hot-module-reloading/css-stress-test/bun.lock +++ b/bench/hot-module-reloading/css-stress-test/bun.lock @@ -1,5 +1,5 @@ { - "lockfileVersion": 0, + "lockfileVersion": 1, "workspaces": { "": { "name": "simple-react", diff --git a/bench/react-hello-world/bun.lock b/bench/react-hello-world/bun.lock index 77ae3a3437..56594f42eb 100644 --- a/bench/react-hello-world/bun.lock +++ b/bench/react-hello-world/bun.lock @@ -1,5 +1,5 @@ { - "lockfileVersion": 0, + "lockfileVersion": 1, "workspaces": { "": { "name": "react-hello-world", diff --git a/bench/scanner/bun.lock b/bench/scanner/bun.lock index 0640559c71..60d1e6d8fb 100644 --- a/bench/scanner/bun.lock +++ b/bench/scanner/bun.lock @@ -1,5 +1,5 @@ { - "lockfileVersion": 0, + "lockfileVersion": 1, "workspaces": { "": { "name": "scan", diff --git a/bench/sqlite/bun.lock b/bench/sqlite/bun.lock index 810e0c4b2e..371b6dfb6b 100644 --- a/bench/sqlite/bun.lock +++ b/bench/sqlite/bun.lock @@ -1,5 +1,5 @@ { - "lockfileVersion": 0, + "lockfileVersion": 1, "workspaces": { "": { "name": "bench", diff --git a/bench/websocket-server/bun.lock b/bench/websocket-server/bun.lock index 3587fe51bf..d5e1fc28b3 100644 --- a/bench/websocket-server/bun.lock +++ b/bench/websocket-server/bun.lock @@ -1,5 +1,5 @@ { - "lockfileVersion": 0, + "lockfileVersion": 1, "workspaces": { "": { "name": "websocket-server", diff --git a/bun.lock b/bun.lock index b251272571..42a4352e71 100644 --- a/bun.lock +++ b/bun.lock @@ -1,5 +1,5 @@ { - "lockfileVersion": 0, + "lockfileVersion": 1, "workspaces": { "": { "name": "bun", @@ -257,7 +257,7 @@ "builtins": ["builtins@1.0.3", "", {}, "sha512-uYBjakWipfaO/bXI7E8rq6kpwHRZK5cNYrUv2OzZSI/FvmdMyXJ2tG9dKcjEC5YHmHpUAwsargWIZNWdxb/bnQ=="], - "bun-types": ["bun-types@workspace:packages/bun-types", { "dependencies": { "@types/node": "*", "@types/ws": "~8.5.10" }, "devDependencies": { "@biomejs/biome": "^1.5.3", "@definitelytyped/dtslint": "^0.0.199", "@definitelytyped/eslint-plugin": "^0.0.197", "typescript": "^5.0.2" } }], + "bun-types": ["bun-types@workspace:packages/bun-types"], "call-bind": ["call-bind@1.0.7", "", { "dependencies": { "es-define-property": "^1.0.0", "es-errors": "^1.3.0", "function-bind": "^1.1.2", "get-intrinsic": "^1.2.4", "set-function-length": "^1.2.1" } }, "sha512-GHTSNSYICQ7scH7sZ+M2rFopRoLh8t2bLSW6BbgrtLsahOIB5iyAVJf9GjWK3cYTDaMj4XdBpM1cA6pIS0Kv2w=="], diff --git a/docs/guides/runtime/cicd.md b/docs/guides/runtime/cicd.md index b94d22140a..c536a4dc0d 100644 --- a/docs/guides/runtime/cicd.md +++ b/docs/guides/runtime/cicd.md @@ -35,7 +35,7 @@ jobs: # ... - uses: oven-sh/setup-bun@v2 + with: -+ bun-version: 1.0.11 # or "latest", "canary", ++ bun-version: 1.2.0 # or "latest", "canary", ``` --- diff --git a/examples/macros/bun.lock b/examples/macros/bun.lock index 2be2580af7..9098490d13 100644 --- a/examples/macros/bun.lock +++ b/examples/macros/bun.lock @@ -1,5 +1,5 @@ { - "lockfileVersion": 0, + "lockfileVersion": 1, "workspaces": { "": { "name": "macros", diff --git a/examples/react-fast-refresh-test/bun.lock b/examples/react-fast-refresh-test/bun.lock index fc96443005..beb92f0677 100644 --- a/examples/react-fast-refresh-test/bun.lock +++ b/examples/react-fast-refresh-test/bun.lock @@ -1,5 +1,5 @@ { - "lockfileVersion": 0, + "lockfileVersion": 1, "workspaces": { "": { "name": "simple-react", @@ -1659,7 +1659,7 @@ "wrappy": ["wrappy@1.0.2", "", {}, "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ=="], - "ws": ["ws@7.5.9", "", { "peerDependencies": { "bufferutil": "^4.0.1", "utf-8-validate": "^5.0.2" }, "optionalPeers": ["bufferutil", "utf-8-validate"] }, "sha512-F+P9Jil7UiSKSkppIiD94dN07AwvFixvLIj1Og1Rl9GGMuNipJnV9JzjD6XuqmAeiswGvUmNLjr5cFuXwNS77Q=="], + "ws": ["ws@7.5.9", "", { "peerDependencies": { "bufferutil": "^4.0.1", "utf-8-validate": "^5.0.2" }, "optionalPeers": ["bufferutil", "utf-8-validate"] }, "sha512-F+P9Jil7UiSKSkppIiD94dN07AwvFixvLIj1Og1Rl9GGMuNipJnV9JzjD6XuqmAeiswGvUmNLjr5cFuXwNS77Q=="], "xml-name-validator": ["xml-name-validator@3.0.0", "", {}, "sha512-A5CUptxDsvxKJEU3yO6DuWBSJz/qizqzJKOMIfUJHETbBw/sFaDxgd6fxm1ewUaM0jZ444Fc5vC5ROYurg/4Pw=="], diff --git a/oxlint.json b/oxlint.json index f596253eb7..c5f1279d73 100644 --- a/oxlint.json +++ b/oxlint.json @@ -20,6 +20,7 @@ "build", "test/snapshots/**", "bench/react-hello-world/*.js", + "bun.lock", "test/js/node/**/parallel/**", "test/js/node/test/fixtures", // full of JS with intentional syntax errors diff --git a/packages/bun-debug-adapter-protocol/bun.lock b/packages/bun-debug-adapter-protocol/bun.lock index c6f5669fbe..67640d4630 100644 --- a/packages/bun-debug-adapter-protocol/bun.lock +++ b/packages/bun-debug-adapter-protocol/bun.lock @@ -1,5 +1,5 @@ { - "lockfileVersion": 0, + "lockfileVersion": 1, "workspaces": { "": { "name": "bun-debug-adapter-protocol", diff --git a/packages/bun-inspector-frontend/bun.lock b/packages/bun-inspector-frontend/bun.lock index a0be24443f..df761e69be 100644 --- a/packages/bun-inspector-frontend/bun.lock +++ b/packages/bun-inspector-frontend/bun.lock @@ -1,5 +1,5 @@ { - "lockfileVersion": 0, + "lockfileVersion": 1, "workspaces": { "": { "name": "web-inspector-bun", diff --git a/packages/bun-inspector-protocol/bun.lock b/packages/bun-inspector-protocol/bun.lock index fa2a87247f..4d58b46a11 100644 --- a/packages/bun-inspector-protocol/bun.lock +++ b/packages/bun-inspector-protocol/bun.lock @@ -1,5 +1,5 @@ { - "lockfileVersion": 0, + "lockfileVersion": 1, "workspaces": { "": { "name": "bun-inspector-protocol", diff --git a/packages/bun-internal-test/bun.lock b/packages/bun-internal-test/bun.lock index 92bab9001b..ce702ec37a 100644 --- a/packages/bun-internal-test/bun.lock +++ b/packages/bun-internal-test/bun.lock @@ -1,5 +1,5 @@ { - "lockfileVersion": 0, + "lockfileVersion": 1, "workspaces": { "": { "dependencies": { @@ -26,7 +26,7 @@ "@types/p-queue": ["@types/p-queue@3.2.1", "", { "dependencies": { "p-queue": "*" } }, "sha512-tgAdn5zEs05NuHzOyRM34cMO0rczStphR/kLo/ZJwwwJ5S2+QVxwA6gST3vDHWPB1oDfUuT6wOouhJvJkBCA0w=="], - "bun": ["bun@workspace:runners/bun", {}], + "bun": ["bun@workspace:runners/bun"], "bun-types": ["bun-types@1.0.4-canary.20230929T233451", "", {}, "sha512-Ke/y3GX0T2ZYKx0UKKCnFRRP9bXzVRcRZCrIlF5/aRNEpgbfrMBw+s5imPqrV2CqJ7q6kIbMikCahzMr4N9PTg=="], @@ -38,7 +38,7 @@ "prettier": ["prettier@2.8.8", "", { "bin": { "prettier": "bin-prettier.js" } }, "sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q=="], - "qunit": ["qunit@workspace:runners/qunit", {}], + "qunit": ["qunit@workspace:runners/qunit"], "tunnel": ["tunnel@0.0.6", "", {}, "sha512-1h/Lnq9yajKY2PEbBadPXj3VxsDDu844OnaAo52UVmIzIvwwtBPIuNvkjuzBlTWpfJyUbG3ez0KSBibQkj4ojg=="], diff --git a/packages/bun-lambda/bun.lock b/packages/bun-lambda/bun.lock index 83bb7e5474..203e5a8741 100644 --- a/packages/bun-lambda/bun.lock +++ b/packages/bun-lambda/bun.lock @@ -1,5 +1,5 @@ { - "lockfileVersion": 0, + "lockfileVersion": 1, "workspaces": { "": { "dependencies": { diff --git a/packages/bun-plugin-yaml/bun.lock b/packages/bun-plugin-yaml/bun.lock index e0ad84ede1..9f0a5a9bdc 100644 --- a/packages/bun-plugin-yaml/bun.lock +++ b/packages/bun-plugin-yaml/bun.lock @@ -1,5 +1,5 @@ { - "lockfileVersion": 0, + "lockfileVersion": 1, "workspaces": { "": { "name": "bun-plugin", diff --git a/packages/bun-polyfills/bun.lock b/packages/bun-polyfills/bun.lock index d9e63c091b..1dca970ae0 100644 --- a/packages/bun-polyfills/bun.lock +++ b/packages/bun-polyfills/bun.lock @@ -1,5 +1,5 @@ { - "lockfileVersion": 0, + "lockfileVersion": 1, "workspaces": { "": { "name": "bun-polyfills", diff --git a/packages/bun-release/bun.lock b/packages/bun-release/bun.lock index 52817cdd0f..d0ecb7d5d5 100644 --- a/packages/bun-release/bun.lock +++ b/packages/bun-release/bun.lock @@ -1,5 +1,5 @@ { - "lockfileVersion": 0, + "lockfileVersion": 1, "workspaces": { "": { "dependencies": { diff --git a/packages/bun-vscode/bun.lock b/packages/bun-vscode/bun.lock index f2cc148090..f1f4f941cc 100644 --- a/packages/bun-vscode/bun.lock +++ b/packages/bun-vscode/bun.lock @@ -1,5 +1,5 @@ { - "lockfileVersion": 0, + "lockfileVersion": 1, "workspaces": { "": { "name": "mock-debug", @@ -148,9 +148,9 @@ "buffer-crc32": ["buffer-crc32@0.2.13", "", {}, "sha512-VO9Ht/+p3SN7SKWqcrgEzjGbRSJYTx+Q1pTQC0wrWqHx0vpJraQ6GtHx8tvcg1rlK1byhU5gccxgOgj7B0TDkQ=="], - "bun-debug-adapter-protocol": ["bun-debug-adapter-protocol@workspace:../bun-debug-adapter-protocol", { "dependencies": { "semver": "^7.5.4", "source-map-js": "^1.0.2" } }], + "bun-debug-adapter-protocol": ["bun-debug-adapter-protocol@workspace:../bun-debug-adapter-protocol"], - "bun-inspector-protocol": ["bun-inspector-protocol@workspace:../bun-inspector-protocol", { "dependencies": { "ws": "^8.13.0" } }], + "bun-inspector-protocol": ["bun-inspector-protocol@workspace:../bun-inspector-protocol"], "bun-types": ["bun-types@1.1.29", "", { "dependencies": { "@types/node": "~20.12.8", "@types/ws": "~8.5.10" } }, "sha512-En3/TzSPMPyl5UlUB1MHzHpcrZDakTm7mS203eLoX1fBoEa3PW+aSS8GAqVJ7Is/m34Z5ogL+ECniLY0uDaCPw=="], diff --git a/packages/bun-vscode/example/bun.lock b/packages/bun-vscode/example/bun.lock index a94eb2db9f..215e27f2e0 100644 --- a/packages/bun-vscode/example/bun.lock +++ b/packages/bun-vscode/example/bun.lock @@ -1,5 +1,5 @@ { - "lockfileVersion": 0, + "lockfileVersion": 1, "workspaces": { "": { "dependencies": { diff --git a/packages/bun-wasm/bun.lock b/packages/bun-wasm/bun.lock index 65f16aae55..6ab528a911 100644 --- a/packages/bun-wasm/bun.lock +++ b/packages/bun-wasm/bun.lock @@ -1,5 +1,5 @@ { - "lockfileVersion": 0, + "lockfileVersion": 1, "workspaces": { "": { "name": "bun-wasm", diff --git a/scripts/bootstrap.sh b/scripts/bootstrap.sh index f5f793fa3a..309b3d5af4 100755 --- a/scripts/bootstrap.sh +++ b/scripts/bootstrap.sh @@ -765,7 +765,7 @@ install_nodejs_headers() { } bun_version_exact() { - print "1.1.38" + print "1.2.0" } install_bun() { diff --git a/src/api/bun.lock b/src/api/bun.lock index c1a969ec13..385da39f6b 100644 --- a/src/api/bun.lock +++ b/src/api/bun.lock @@ -1,5 +1,5 @@ { - "lockfileVersion": 0, + "lockfileVersion": 1, "workspaces": { "": { "name": "bun-api", diff --git a/src/node-fallbacks/bun.lock b/src/node-fallbacks/bun.lock index 9d89c803db..26187aaf6f 100644 --- a/src/node-fallbacks/bun.lock +++ b/src/node-fallbacks/bun.lock @@ -1,5 +1,5 @@ { - "lockfileVersion": 0, + "lockfileVersion": 1, "workspaces": { "": { "name": "fallbacks", diff --git a/test/integration/expo-app/bun.lock b/test/integration/expo-app/bun.lock index 039a03933a..284b69d8c0 100644 --- a/test/integration/expo-app/bun.lock +++ b/test/integration/expo-app/bun.lock @@ -1,5 +1,5 @@ { - "lockfileVersion": 0, + "lockfileVersion": 1, "workspaces": { "": { "name": "expo-app", diff --git a/test/integration/next-pages/bun.lock b/test/integration/next-pages/bun.lock index 7856950140..a6a65c155e 100644 --- a/test/integration/next-pages/bun.lock +++ b/test/integration/next-pages/bun.lock @@ -1,5 +1,5 @@ { - "lockfileVersion": 0, + "lockfileVersion": 1, "workspaces": { "": { "name": "default-create-template", diff --git a/test/js/third_party/body-parser/bun.lock b/test/js/third_party/body-parser/bun.lock index 41d1c0cae8..668e84af65 100644 --- a/test/js/third_party/body-parser/bun.lock +++ b/test/js/third_party/body-parser/bun.lock @@ -1,5 +1,5 @@ { - "lockfileVersion": 0, + "lockfileVersion": 1, "workspaces": { "": { "name": "body-parser-test", diff --git a/test/js/third_party/esbuild/bun.lock b/test/js/third_party/esbuild/bun.lock index 1c21b7d730..a338cedf5d 100644 --- a/test/js/third_party/esbuild/bun.lock +++ b/test/js/third_party/esbuild/bun.lock @@ -1,5 +1,5 @@ { - "lockfileVersion": 0, + "lockfileVersion": 1, "workspaces": { "": { "dependencies": { diff --git a/test/js/third_party/prisma/bun.lock b/test/js/third_party/prisma/bun.lock index 4383e769cc..c410521a3b 100644 --- a/test/js/third_party/prisma/bun.lock +++ b/test/js/third_party/prisma/bun.lock @@ -1,5 +1,5 @@ { - "lockfileVersion": 0, + "lockfileVersion": 1, "workspaces": { "": { "name": "prisma", diff --git a/test/js/third_party/yargs/bun.lock b/test/js/third_party/yargs/bun.lock index af8dc8963d..578540a875 100644 --- a/test/js/third_party/yargs/bun.lock +++ b/test/js/third_party/yargs/bun.lock @@ -1,5 +1,5 @@ { - "lockfileVersion": 0, + "lockfileVersion": 1, "workspaces": { "": { "name": "yargs-test", diff --git a/test/napi/napi-app/bun.lock b/test/napi/napi-app/bun.lock index 3ca63d1faa..fc5e11c791 100644 --- a/test/napi/napi-app/bun.lock +++ b/test/napi/napi-app/bun.lock @@ -1,5 +1,5 @@ { - "lockfileVersion": 0, + "lockfileVersion": 1, "workspaces": { "": { "name": "napi-buffer-bug", diff --git a/test/scripts/bun.lock b/test/scripts/bun.lock index a584f43fe4..aeda978fb3 100644 --- a/test/scripts/bun.lock +++ b/test/scripts/bun.lock @@ -1,5 +1,5 @@ { - "lockfileVersion": 0, + "lockfileVersion": 1, "workspaces": { "": { "dependencies": { diff --git a/test/snippets/bun.lock b/test/snippets/bun.lock index ef9caa0804..736cea1112 100644 --- a/test/snippets/bun.lock +++ b/test/snippets/bun.lock @@ -1,5 +1,5 @@ { - "lockfileVersion": 0, + "lockfileVersion": 1, "workspaces": { "": { "name": "snippets", diff --git a/test/v8/bad-modules/bun.lock b/test/v8/bad-modules/bun.lock index efe0faa537..8d6ae88dc8 100644 --- a/test/v8/bad-modules/bun.lock +++ b/test/v8/bad-modules/bun.lock @@ -1,5 +1,5 @@ { - "lockfileVersion": 0, + "lockfileVersion": 1, "workspaces": { "": { "devDependencies": { diff --git a/test/v8/v8-module/bun.lock b/test/v8/v8-module/bun.lock index efe0faa537..8d6ae88dc8 100644 --- a/test/v8/v8-module/bun.lock +++ b/test/v8/v8-module/bun.lock @@ -1,5 +1,5 @@ { - "lockfileVersion": 0, + "lockfileVersion": 1, "workspaces": { "": { "devDependencies": {