From d5c3ede2724ac62d53cb1da133e65012764764db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 21:37:33 +0000 Subject: [PATCH 1/2] chore(deps-dev): bump postcss in the stylelint group Bumps the stylelint group with 1 update: [postcss](https://github.com/postcss/postcss). Updates `postcss` from 8.5.23 to 8.5.25 - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss/compare/8.5.23...8.5.25) --- updated-dependencies: - dependency-name: postcss dependency-version: 8.5.25 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: stylelint ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index df16d5600..84763e848 100644 --- a/package.json +++ b/package.json @@ -103,7 +103,7 @@ "lefthook": "^2.1.6", "mini-css-extract-plugin": "^2.10.2", "npm-run-all2": "^9.0.2", - "postcss": "^8.5.19", + "postcss": "^8.5.25", "postcss-scss": "^4.0.9", "sass": "^1.99.0", "sass-loader": "^17.0.0", diff --git a/yarn.lock b/yarn.lock index 534fcba4c..2b68a7689 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6667,10 +6667,10 @@ postcss-value-parser@^4.1.0, postcss-value-parser@^4.2.0: resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz#723c09920836ba6d3e5af019f92bc0971c02e514" integrity sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ== -postcss@^8.4.40, postcss@^8.5.16, postcss@^8.5.19, postcss@^8.5.8: - version "8.5.23" - resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.5.23.tgz#3493550116f478487298301d2c2e8dc5a56e6594" - integrity sha512-g50586zr4bZmwFiTlflMu8E0bDTb5I5gertgwAKmsdUlTQIhZtunzUlD1WSzwcVWPoAVpsrA6vlfCD7oXvRwgg== +postcss@^8.4.40, postcss@^8.5.16, postcss@^8.5.19, postcss@^8.5.25, postcss@^8.5.8: + version "8.5.25" + resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.5.25.tgz#5012a598eaaa897f21bbe8553be3cb7bd2bd78cb" + integrity sha512-DTPx3RWSSnWyzLxQnlH0rJP+EW5ekl16ZU4/psbIhA0e53kJfdgaN5vKM+xP7yJtXVu+nfdVFmlgFDEKAe4Pyw== dependencies: nanoid "^3.3.16" picocolors "^1.1.1" From d909d3196516f0733d0dccef4ba4ee9d3b7cb380 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 1 Aug 2026 21:39:30 +0000 Subject: [PATCH 2/2] build(flake): recompute fetchYarnDeps hash for dependabot/npm_and_yarn/stylelint-14d799c0ca --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 3d40243ab..8b8008ce5 100644 --- a/flake.nix +++ b/flake.nix @@ -37,7 +37,7 @@ offlineCache = pkgs.fetchYarnDeps { yarnLock = ./yarn.lock; - hash = "sha256-YocJGA/ye7YLQXVojrwc9Mrc9MqJ/a2YUfoie5J7fB4="; + hash = "sha256-nZaQy5AxkuFPEmuuL5av2+H11nseOHY0XfgClYDY2gE="; }; passthru.electronVersion = electron.version;