Skip to content

Commit 24eb007

Browse files
committed
minor #1302 Add support for stylus-loader 8 (Kocal)
This PR was merged into the main branch. Discussion ---------- Add support for stylus-loader 8 Close #1293 Commits ------- 2cb2087 Add support for stylus-loader 8
2 parents 2970e7f + 2cb2087 commit 24eb007

File tree

3 files changed

+10
-8
lines changed

3 files changed

+10
-8
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414

1515
* #1301 Add support for postcss-loader 8 (@Kocal)
1616

17+
* #1302 Add support for stylus-loader 8 (@Kocal)
18+
1719
* #1295 Add JSX support for Vue 3 (@Kocal)
1820

1921
Enabling JSX support for Vue 3 is done with the `Encore.enableVueLoader()`:

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
"sinon": "^14.0.0",
9191
"strip-ansi": "^6.0.0",
9292
"stylus": "^0.60.0",
93-
"stylus-loader": "^7.0.0",
93+
"stylus-loader": "^7.0.0 || ^8.1.0",
9494
"svelte": "^3.50.0 || ^4.2.2",
9595
"svelte-loader": "^3.1.0",
9696
"ts-loader": "^9.0.0",
@@ -127,7 +127,7 @@
127127
"sass": "^1.17.0",
128128
"sass-loader": "^13.0.0 || ^14.0.0",
129129
"stylus": "^0.58.1",
130-
"stylus-loader": "^7.0.0",
130+
"stylus-loader": "^7.0.0 || ^8.1.0",
131131
"ts-loader": "^9.0.0",
132132
"typescript": "^4.2.2 || ^5.0.0",
133133
"vue": "^2.6 || ^3.2.14",

yarn.lock

+6-6
Original file line numberDiff line numberDiff line change
@@ -3690,7 +3690,7 @@ fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3:
36903690
resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525"
36913691
integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==
36923692

3693-
fast-glob@^3.2.12:
3693+
fast-glob@^3.3.2:
36943694
version "3.3.2"
36953695
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.2.tgz#a904501e57cfdd2ffcded45e99a54fef55e46129"
36963696
integrity sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==
@@ -6793,12 +6793,12 @@ stylehacks@^6.0.2:
67936793
browserslist "^4.22.2"
67946794
postcss-selector-parser "^6.0.15"
67956795

6796-
stylus-loader@^7.0.0:
6797-
version "7.1.3"
6798-
resolved "https://registry.yarnpkg.com/stylus-loader/-/stylus-loader-7.1.3.tgz#1fdfa0d34e8c05a569bc0902e1ecdb857d764964"
6799-
integrity sha512-TY0SKwiY7D2kMd3UxaWKSf3xHF0FFN/FAfsSqfrhxRT/koXTwffq2cgEWDkLQz7VojMu7qEEHt5TlMjkPx9UDw==
6796+
"stylus-loader@^7.0.0 || ^8.1.0":
6797+
version "8.1.0"
6798+
resolved "https://registry.yarnpkg.com/stylus-loader/-/stylus-loader-8.1.0.tgz#b68b6693314efee7adedd0990a04bcce68e6f0e3"
6799+
integrity sha512-+Xcn5fd0azjzSXxclT31wVviXlXbBfcBamFgAQimN2qug9ZQf0OmRlK+/MJwLs1V8DJWhTFGuFwmOTkfV4KnYQ==
68006800
dependencies:
6801-
fast-glob "^3.2.12"
6801+
fast-glob "^3.3.2"
68026802
normalize-path "^3.0.0"
68036803

68046804
stylus@^0.60.0:

0 commit comments

Comments
 (0)