Skip to content

Commit e81d5eb

Browse files
build(deps-dev): bump sass from 1.99.0 to 1.100.0 in /assets (#5360)
* build(deps-dev): bump sass from 1.99.0 to 1.100.0 in /assets Bumps [sass](https://github.com/sass/dart-sass) from 1.99.0 to 1.100.0. - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md) - [Commits](sass/dart-sass@1.99.0...1.100.0) --- updated-dependencies: - dependency-name: sass dependency-version: 1.100.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * docs: update changelog * build(nix): update npmDepsHash --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jakob Lichterfeld <jakob-lichterfeld@gmx.de>
1 parent ccc7f1a commit e81d5eb

4 files changed

Lines changed: 132 additions & 17 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@
7979
- build(deps): update flake.lock (#5354)
8080
- build(deps): bump finch from 0.21.0 to 0.22.0 (#5358)
8181
- build(deps): bump react and react-dom from 19.2.5 to 19.2.6 in /website (#5366)
82+
- build(deps-dev): bump sass from 1.99.0 to 1.100.0 in /assets (#5360)
8283

8384
#### Dashboards
8485

assets/package-lock.json

Lines changed: 129 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"bulma": "^1.0.4",
2222
"esbuild": "^0.28.0",
2323
"esbuild-sass-plugin": "^3.7.0",
24-
"sass": "^1.99.0"
24+
"sass": "^1.100.0"
2525
},
2626
"name": "assets"
2727
}

nix/flake-modules/package.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
nodePackages = pkgs.buildNpmPackage {
2727
name = "${pname}-assets";
2828
src = "${src}/assets";
29-
npmDepsHash = "sha256-nSe1HxxXADv3Jd1tAquEb2d/p1NQOWch7r7Yn3UdCyE="; # if you change the npm deps, you need to update this hash
29+
npmDepsHash = "sha256-3K7F4JFEka7IC+1CE1ih98U47XLhgVXBJB4xlu37rxw="; # if you change the npm deps, you need to update this hash
3030
# npmDepsHash = pkgs.lib.fakeHash;
3131
dontNpmBuild = true;
3232
inherit nodejs;

0 commit comments

Comments
 (0)