From fa965bcced68fd1020d68910affb85179fb7ead7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 08:06:22 +0000 Subject: [PATCH] build(deps): bump @wasm-fmt/ruff_fmt in the npm-production group Bumps the npm-production group with 1 update: [@wasm-fmt/ruff_fmt](https://github.com/wasm-fmt/ruff_fmt). Updates `@wasm-fmt/ruff_fmt` from 0.14.14 to 0.15.1 - [Release notes](https://github.com/wasm-fmt/ruff_fmt/releases) - [Commits](https://github.com/wasm-fmt/ruff_fmt/compare/v0.14.14...v0.15.1) --- updated-dependencies: - dependency-name: "@wasm-fmt/ruff_fmt" dependency-version: 0.15.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm-production ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 ++++++++++---- package.json | 2 +- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2eb373e5..0578da42 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@actions/core": "^2.0.3", "@linearb/gitstream-core": "2.1.264", - "@wasm-fmt/ruff_fmt": "^0.14.14" + "@wasm-fmt/ruff_fmt": "^0.15.5" }, "devDependencies": { "@jest/globals": "^30.2.0", @@ -1770,6 +1770,12 @@ "resolved": "https://registry.npmjs.org/@actions/io/-/io-1.1.3.tgz", "integrity": "sha512-wi9JjgKLYS7U/z8PPbco+PvTb/nRWjeoFlJ1Qer83k/3C5PHQi28hiVdeE2kHXmIL99mQFawx8qt/JPjZilJ8Q==" }, + "node_modules/@linearb/gitstream-core/node_modules/@wasm-fmt/ruff_fmt": { + "version": "0.14.14", + "resolved": "https://registry.npmjs.org/@wasm-fmt/ruff_fmt/-/ruff_fmt-0.14.14.tgz", + "integrity": "sha512-GnP6DM+XGaqc2uBzmjaLgnt851sJb+t5jhyGgbhdOhI7s9gLc7hrs7xaaez3que/h0oybp4ROTs9aZLIiP/Z6w==", + "license": "MIT" + }, "node_modules/@linearb/gitstream-core/node_modules/prettier": { "version": "2.8.8", "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.8.8.tgz", @@ -3309,9 +3315,9 @@ } }, "node_modules/@wasm-fmt/ruff_fmt": { - "version": "0.14.14", - "resolved": "https://registry.npmjs.org/@wasm-fmt/ruff_fmt/-/ruff_fmt-0.14.14.tgz", - "integrity": "sha512-GnP6DM+XGaqc2uBzmjaLgnt851sJb+t5jhyGgbhdOhI7s9gLc7hrs7xaaez3que/h0oybp4ROTs9aZLIiP/Z6w==", + "version": "0.15.5", + "resolved": "https://registry.npmjs.org/@wasm-fmt/ruff_fmt/-/ruff_fmt-0.15.5.tgz", + "integrity": "sha512-Amamwund6k0NI2uI0tpyuH84skzTSbtIyvqhdn3omxIeGwDWC7bxvK0OCTaVT+LHNOiDdJ8wWmrhX7T8w2WXWw==", "license": "MIT" }, "node_modules/a-sync-waterfall": { diff --git a/package.json b/package.json index 32f3a3a2..5555ae2d 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "dependencies": { "@actions/core": "^2.0.3", "@linearb/gitstream-core": "2.1.264", - "@wasm-fmt/ruff_fmt": "^0.14.14" + "@wasm-fmt/ruff_fmt": "^0.15.5" }, "devDependencies": { "@jest/globals": "^30.2.0",