From 1628bdff3ae887ac2b1faba6cb9908881cd40123 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Jan 2024 23:26:11 +0000 Subject: [PATCH] build(deps-dev): bump stylus-loader from 7.1.3 to 8.1.0 Bumps [stylus-loader](https://github.com/webpack-contrib/stylus-loader) from 7.1.3 to 8.1.0. - [Release notes](https://github.com/webpack-contrib/stylus-loader/releases) - [Changelog](https://github.com/webpack-contrib/stylus-loader/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack-contrib/stylus-loader/compare/v7.1.3...v8.1.0) --- updated-dependencies: - dependency-name: stylus-loader dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 21 +++++++++++++++------ package.json | 2 +- 2 files changed, 16 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index a841db1..9b848df 100644 --- a/package-lock.json +++ b/package-lock.json @@ -103,7 +103,7 @@ "sonarqube-scanner": "^3.3.0", "style-loader": "^3.3.4", "stylus": "^0.59.0", - "stylus-loader": "^7.1.0", + "stylus-loader": "^8.1.0", "tailwindcss": "3.3.2", "ts-node": "10.9.1", "typescript": "4.9.5", @@ -28124,24 +28124,33 @@ } }, "node_modules/stylus-loader": { - "version": "7.1.3", - "resolved": "https://registry.npmjs.org/stylus-loader/-/stylus-loader-7.1.3.tgz", - "integrity": "sha512-TY0SKwiY7D2kMd3UxaWKSf3xHF0FFN/FAfsSqfrhxRT/koXTwffq2cgEWDkLQz7VojMu7qEEHt5TlMjkPx9UDw==", + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/stylus-loader/-/stylus-loader-8.1.0.tgz", + "integrity": "sha512-+Xcn5fd0azjzSXxclT31wVviXlXbBfcBamFgAQimN2qug9ZQf0OmRlK+/MJwLs1V8DJWhTFGuFwmOTkfV4KnYQ==", "dev": true, "dependencies": { - "fast-glob": "^3.2.12", + "fast-glob": "^3.3.2", "normalize-path": "^3.0.0" }, "engines": { - "node": ">= 14.15.0" + "node": ">= 18.12.0" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/webpack" }, "peerDependencies": { + "@rspack/core": "0.x || 1.x", "stylus": ">=0.52.4", "webpack": "^5.0.0" + }, + "peerDependenciesMeta": { + "@rspack/core": { + "optional": true + }, + "webpack": { + "optional": true + } } }, "node_modules/stylus/node_modules/glob": { diff --git a/package.json b/package.json index 9e8e229..4226217 100644 --- a/package.json +++ b/package.json @@ -129,7 +129,7 @@ "sonarqube-scanner": "^3.3.0", "style-loader": "^3.3.4", "stylus": "^0.59.0", - "stylus-loader": "^7.1.0", + "stylus-loader": "^8.1.0", "tailwindcss": "3.3.2", "ts-node": "10.9.1", "typescript": "4.9.5",