From 773a62b09408669c5f4e96f2e696c8d50c70a1a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 14:19:46 +0000 Subject: [PATCH] Bump the dev-dependencies group with 3 updates Bumps the dev-dependencies group with 3 updates: [@substrate-system/tapout](https://github.com/substrate-system/tapout), [stylelint](https://github.com/stylelint/stylelint) and [stylelint-config-standard](https://github.com/stylelint/stylelint-config-standard). Updates `@substrate-system/tapout` from 0.0.33 to 0.0.34 - [Changelog](https://github.com/substrate-system/tapout/blob/main/CHANGELOG.md) - [Commits](https://github.com/substrate-system/tapout/compare/v0.0.33...v0.0.34) Updates `stylelint` from 16.26.1 to 17.0.0 - [Release notes](https://github.com/stylelint/stylelint/releases) - [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md) - [Commits](https://github.com/stylelint/stylelint/compare/16.26.1...17.0.0) Updates `stylelint-config-standard` from 39.0.1 to 40.0.0 - [Release notes](https://github.com/stylelint/stylelint-config-standard/releases) - [Changelog](https://github.com/stylelint/stylelint-config-standard/blob/main/CHANGELOG.md) - [Commits](https://github.com/stylelint/stylelint-config-standard/compare/39.0.1...40.0.0) --- updated-dependencies: - dependency-name: "@substrate-system/tapout" dependency-version: 0.0.34 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: stylelint dependency-version: 17.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: dev-dependencies - dependency-name: stylelint-config-standard dependency-version: 40.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 896c756..6b408c2 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "devDependencies": { "@substrate-system/debug": "^0.9.32", "@substrate-system/dom": "^0.1.13", - "@substrate-system/tapout": "^0.0.33", + "@substrate-system/tapout": "^0.0.34", "@substrate-system/tapzero": "^0.10.15", "@typescript-eslint/eslint-plugin": "^8.7.0", "@typescript-eslint/parser": "^8.7.0", @@ -59,8 +59,8 @@ "lightningcss": "^1.30.2", "lightningcss-cli": "^1.30.2", "markdown-toc": "^1.2.0", - "stylelint": "^16.19.1", - "stylelint-config-standard": "^39.0.1", + "stylelint": "^17.0.0", + "stylelint-config-standard": "^40.0.0", "tap-spec": "^5.0.0", "tape-run": "^11.0.0", "typedoc": "^0.28.1",