Skip to content

Commit 09fc858

Browse files
chore(deps): bump the dependencies group with 5 updates
Bumps the dependencies group with 5 updates: | Package | From | To | | --- | --- | --- | | [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome) | `2.4.6` | `2.4.11` | | [@clack/prompts](https://github.com/bombshell-dev/clack/tree/HEAD/packages/prompts) | `1.1.0` | `1.2.0` | | [@types/bun](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/bun) | `1.3.10` | `1.3.12` | | [lefthook](https://github.com/evilmartians/lefthook) | `2.1.4` | `2.1.5` | | [typescript](https://github.com/microsoft/TypeScript) | `5.9.3` | `6.0.2` | Updates `@biomejs/biome` from 2.4.6 to 2.4.11 - [Release notes](https://github.com/biomejs/biome/releases) - [Changelog](https://github.com/biomejs/biome/blob/main/packages/@biomejs/biome/CHANGELOG.md) - [Commits](https://github.com/biomejs/biome/commits/@biomejs/biome@2.4.11/packages/@biomejs/biome) Updates `@clack/prompts` from 1.1.0 to 1.2.0 - [Release notes](https://github.com/bombshell-dev/clack/releases) - [Changelog](https://github.com/bombshell-dev/clack/blob/main/packages/prompts/CHANGELOG.md) - [Commits](https://github.com/bombshell-dev/clack/commits/@clack/prompts@1.2.0/packages/prompts) Updates `@types/bun` from 1.3.10 to 1.3.12 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/bun) Updates `lefthook` from 2.1.4 to 2.1.5 - [Release notes](https://github.com/evilmartians/lefthook/releases) - [Changelog](https://github.com/evilmartians/lefthook/blob/master/CHANGELOG.md) - [Commits](evilmartians/lefthook@v2.1.4...v2.1.5) Updates `typescript` from 5.9.3 to 6.0.2 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](microsoft/TypeScript@v5.9.3...v6.0.2) --- updated-dependencies: - dependency-name: "@biomejs/biome" dependency-version: 2.4.11 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: "@clack/prompts" dependency-version: 1.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: "@types/bun" dependency-version: 1.3.12 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: lefthook dependency-version: 2.1.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: typescript dependency-version: 6.0.2 dependency-type: direct:development update-type: version-update:semver-major dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 97aa7d8 commit 09fc858

5 files changed

Lines changed: 9 additions & 9 deletions

File tree

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"devDependencies": {
3-
"@biomejs/biome": "2.4.6",
4-
"@clack/prompts": "1.1.0",
5-
"@types/bun": "1.3.10",
6-
"lefthook": "2.1.4",
7-
"typescript": "5.9.3"
3+
"@biomejs/biome": "2.4.11",
4+
"@clack/prompts": "1.2.0",
5+
"@types/bun": "1.3.12",
6+
"lefthook": "2.1.5",
7+
"typescript": "6.0.2"
88
},
99
"license": "Apache-2.0",
1010
"name": "r5n-clis",

packages/atlas/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"author": "@ice-chillios",
33
"bin": { "atlas": "./dist/cli.js" },
44
"description": "Atlas CLI - A tool for exploring and mapping codebases",
5-
"devDependencies": { "@clack/prompts": "1.1.0", "@r5n/tools": "workspace:*" },
5+
"devDependencies": { "@clack/prompts": "1.2.0", "@r5n/tools": "workspace:*" },
66
"files": ["dist", "LICENSE"],
77
"keywords": ["cli", "codebase", "exploration", "mapping", "analysis"],
88
"license": "Apache-2.0",

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"dependencies": { "@clack/prompts": "1.1.0", "banditypes": "0.3.0", "fastest-levenshtein": "1.0.16", "mri": "1.2.0" },
2+
"dependencies": { "@clack/prompts": "1.2.0", "banditypes": "0.3.0", "fastest-levenshtein": "1.0.16", "mri": "1.2.0" },
33
"devDependencies": { "@r5n/tools": "workspace:*" },
44
"license": "Apache-2.0",
55
"main": "./index.ts",

packages/hydra/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"bin": { "hydra": "./dist/cli.js" },
44
"description": "A tool for spawning multiple local GitHub self-hosted runners",
55
"dependencies": { "@r5n/cli-core": "workspace:*" },
6-
"devDependencies": { "@clack/prompts": "1.1.0", "@r5n/tools": "workspace:*" },
6+
"devDependencies": { "@clack/prompts": "1.2.0", "@r5n/tools": "workspace:*" },
77
"files": ["dist", "schema.json", "LICENSE"],
88
"keywords": ["github", "runner", "self-hosted", "ci", "cd", "automation"],
99
"license": "Apache-2.0",

packages/sisyphus/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"bin": { "sisyphus": "./dist/cli.js" },
33
"description": "Sisyphus CLI - A tool for versioning and publishing packages",
4-
"devDependencies": { "@clack/prompts": "1.1.0", "@r5n/cli-core": "workspace:*", "@r5n/tools": "workspace:*" },
4+
"devDependencies": { "@clack/prompts": "1.2.0", "@r5n/cli-core": "workspace:*", "@r5n/tools": "workspace:*" },
55
"files": ["dist", "schema.json", "LICENSE"],
66
"license": "Apache-2.0",
77
"main": "dist/cli.js",

0 commit comments

Comments
 (0)