From 3ad3bb2a0c2627ae60614661ee491c575b8da059 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 09:31:10 +0000 Subject: [PATCH] Bump the all group with 8 updates Bumps the all group with 8 updates: | Package | From | To | | --- | --- | --- | | [ronin](https://github.com/ronin-co/client) | `4.3.1` | `4.4.0` | | [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome) | `1.9.2` | `1.9.4` | | [@types/bun](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/bun) | `1.1.8` | `1.1.12` | | [bunchee](https://github.com/huozhi/bunchee) | `5.4.0` | `5.6.0` | | [hono](https://github.com/honojs/hono) | `4.5.11` | `4.6.7` | | [husky](https://github.com/typicode/husky) | `9.1.5` | `9.1.6` | | [msw](https://github.com/mswjs/msw) | `2.4.3` | `2.5.2` | | [typescript](https://github.com/microsoft/TypeScript) | `5.5.4` | `5.6.3` | Updates `ronin` from 4.3.1 to 4.4.0 - [Release notes](https://github.com/ronin-co/client/releases) - [Commits](https://github.com/ronin-co/client/compare/4.3.1...4.4.0) Updates `@biomejs/biome` from 1.9.2 to 1.9.4 - [Release notes](https://github.com/biomejs/biome/releases) - [Changelog](https://github.com/biomejs/biome/blob/main/CHANGELOG.md) - [Commits](https://github.com/biomejs/biome/commits/cli/v1.9.4/packages/@biomejs/biome) Updates `@types/bun` from 1.1.8 to 1.1.12 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/bun) Updates `bunchee` from 5.4.0 to 5.6.0 - [Release notes](https://github.com/huozhi/bunchee/releases) - [Commits](https://github.com/huozhi/bunchee/compare/v5.4.0...v5.6.0) Updates `hono` from 4.5.11 to 4.6.7 - [Release notes](https://github.com/honojs/hono/releases) - [Commits](https://github.com/honojs/hono/compare/v4.5.11...v4.6.7) Updates `husky` from 9.1.5 to 9.1.6 - [Release notes](https://github.com/typicode/husky/releases) - [Commits](https://github.com/typicode/husky/compare/v9.1.5...v9.1.6) Updates `msw` from 2.4.3 to 2.5.2 - [Release notes](https://github.com/mswjs/msw/releases) - [Changelog](https://github.com/mswjs/msw/blob/main/CHANGELOG.md) - [Commits](https://github.com/mswjs/msw/compare/v2.4.3...v2.5.2) Updates `typescript` from 5.5.4 to 5.6.3 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.5.4...v5.6.3) --- updated-dependencies: - dependency-name: ronin dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: "@biomejs/biome" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all - dependency-name: "@types/bun" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all - dependency-name: bunchee dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all - dependency-name: hono dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all - dependency-name: husky dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all - dependency-name: msw dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all ... Signed-off-by: dependabot[bot] --- package.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index 708e7ea..3fddcb3 100644 --- a/package.json +++ b/package.json @@ -30,17 +30,17 @@ } }, "dependencies": { - "ronin": "4.3.1" + "ronin": "4.4.0" }, "devDependencies": { - "@biomejs/biome": "1.9.2", - "@types/bun": "1.1.8", - "bunchee": "5.4.0", - "hono": "4.5.11", - "husky": "9.1.5", + "@biomejs/biome": "1.9.4", + "@types/bun": "1.1.12", + "bunchee": "5.6.0", + "hono": "4.6.7", + "husky": "9.1.6", "lint-staged": "15.2.10", - "msw": "2.4.3", - "typescript": "5.5.4" + "msw": "2.5.2", + "typescript": "5.6.3" }, "peerDependencies": { "hono": ">=3.9.0"