From 6d873c78e119ac6c3116879cbe4c767d5fa5f489 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 09:03:44 +0000 Subject: [PATCH] Update all non-major dependencies to v1.3.14 --- .devcontainer/devcontainer.json | 2 +- .github/workflows/bun-run-all.yml | 2 +- README.md | 6 +++--- src/bun.lock | 6 +++--- src/package.json | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 916272a..d1e6565 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,5 +1,5 @@ { - "image": "oven/bun:1.3.13", + "image": "oven/bun:1.3.14", "customizations": { "vscode": { "extensions": [ diff --git a/.github/workflows/bun-run-all.yml b/.github/workflows/bun-run-all.yml index 86db8e9..32959af 100644 --- a/.github/workflows/bun-run-all.yml +++ b/.github/workflows/bun-run-all.yml @@ -11,7 +11,7 @@ jobs: bun-run: runs-on: ubuntu-latest container: - image: oven/bun:1.3.13-debian + image: oven/bun:1.3.14-debian steps: - name: Checkout code diff --git a/README.md b/README.md index a68ccaa..ee2c3ee 100644 --- a/README.md +++ b/README.md @@ -12,18 +12,18 @@ You will need to either [install bun](https://bun.sh/docs/installation) or use a Get the image that you like the most. Example ``` -docker pull oven/bun:1.3.13 +docker pull oven/bun:1.3.14 ``` Run the image mounting the src folder into the container ``` -docker container run --rm -it -p 3000:3000 -v ./src:/home/bun/app oven/bun:1.3.13 bash +docker container run --rm -it -p 3000:3000 -v ./src:/home/bun/app oven/bun:1.3.14 bash ``` ### VS Code setup -Install the dev containers extension in vs code. Once you open this project vs code will prompt you to open the project in the bun:1.3.13 container. +Install the dev containers extension in vs code. Once you open this project vs code will prompt you to open the project in the bun:1.3.14 container. ## Recreate setup from scratch diff --git a/src/bun.lock b/src/bun.lock index a84d471..abad941 100644 --- a/src/bun.lock +++ b/src/bun.lock @@ -13,7 +13,7 @@ }, "devDependencies": { "@biomejs/biome": "2.4.15", - "@types/bun": "1.3.13", + "@types/bun": "1.3.14", }, "peerDependencies": { "typescript": "6.0.3", @@ -121,7 +121,7 @@ "@tokenizer/token": ["@tokenizer/token@0.3.0", "", {}, "sha512-OvjF+z51L3ov0OyAU0duzsYuvO01PH7x4t6DJx+guahgTnBHkhJdG7soQeTSFLWN3efnHyibZ4Z8l2EuWwJN3A=="], - "@types/bun": ["@types/bun@1.3.13", "", { "dependencies": { "bun-types": "1.3.13" } }, "sha512-9fqXWk5YIHGGnUau9TEi+qdlTYDAnOj+xLCmSTwXfAIqXr2x4tytJb43E9uCvt09zJURKXwAtkoH4nLQfzeTXw=="], + "@types/bun": ["@types/bun@1.3.14", "", { "dependencies": { "bun-types": "1.3.14" } }, "sha512-h1hFqFVcvAvD9j9K7ZW7vd82aSA+rTdznZa+5bwvCwqSB1jmmfLcbIWhOLx1/+boy/xmjgCs/OMUL8hRJSmnPw=="], "@types/node": ["@types/node@20.12.14", "", { "dependencies": { "undici-types": "~5.26.4" } }, "sha512-scnD59RpYD91xngrQQLGkE+6UrHUPzeKZWhhjBSa3HSkwjbQc38+q3RoIVEwxQGRw3M+j5hpNAM+lgV3cVormg=="], @@ -131,7 +131,7 @@ "ansi-regex": ["ansi-regex@5.0.1", "", {}, "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ=="], - "bun-types": ["bun-types@1.3.13", "", { "dependencies": { "@types/node": "*" } }, "sha512-QXKeHLlOLqQX9LgYaHJfzdBaV21T63HhFJnvuRCcjZiaUDpbs5ED1MgxbMra71CsryN/1dAoXuJJJwIv/2drVA=="], + "bun-types": ["bun-types@1.3.14", "", { "dependencies": { "@types/node": "*" } }, "sha512-4N0ig0fEomHt5R0KCFWjovxow98rIoRwKolrYdCcknNwMekCXRnWEUvgu5soYV8QXtVsrUD8B95MBOZGPvr6KQ=="], "classnames": ["classnames@2.5.1", "", {}, "sha512-saHYOzhIQs6wy2sVxTM6bUDsQO4F50V9RQ22qBpEdCW+I+/Wmke2HOl6lS6dTpdxVhb88/I6+Hs+438c3lfUow=="], diff --git a/src/package.json b/src/package.json index 48d4d47..97f5659 100644 --- a/src/package.json +++ b/src/package.json @@ -4,7 +4,7 @@ "type": "module", "devDependencies": { "@biomejs/biome": "2.4.15", - "@types/bun": "1.3.13" + "@types/bun": "1.3.14" }, "peerDependencies": { "typescript": "6.0.3"