File tree 3 files changed +10
-8
lines changed
3 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 14
14
15
15
* #1301 Add support for postcss-loader 8 (@Kocal )
16
16
17
+ * #1302 Add support for stylus-loader 8 (@Kocal )
18
+
17
19
* #1295 Add JSX support for Vue 3 (@Kocal )
18
20
19
21
Enabling JSX support for Vue 3 is done with the ` Encore.enableVueLoader() ` :
Original file line number Diff line number Diff line change 90
90
"sinon" : " ^14.0.0" ,
91
91
"strip-ansi" : " ^6.0.0" ,
92
92
"stylus" : " ^0.60.0" ,
93
- "stylus-loader" : " ^7.0.0" ,
93
+ "stylus-loader" : " ^7.0.0 || ^8.1.0 " ,
94
94
"svelte" : " ^3.50.0 || ^4.2.2" ,
95
95
"svelte-loader" : " ^3.1.0" ,
96
96
"ts-loader" : " ^9.0.0" ,
127
127
"sass" : " ^1.17.0" ,
128
128
"sass-loader" : " ^13.0.0 || ^14.0.0" ,
129
129
"stylus" : " ^0.58.1" ,
130
- "stylus-loader" : " ^7.0.0" ,
130
+ "stylus-loader" : " ^7.0.0 || ^8.1.0 " ,
131
131
"ts-loader" : " ^9.0.0" ,
132
132
"typescript" : " ^4.2.2 || ^5.0.0" ,
133
133
"vue" : " ^2.6 || ^3.2.14" ,
Original file line number Diff line number Diff line change @@ -3690,7 +3690,7 @@ fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3:
3690
3690
resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525"
3691
3691
integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==
3692
3692
3693
- fast-glob@^3.2.12 :
3693
+ fast-glob@^3.3.2 :
3694
3694
version "3.3.2"
3695
3695
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.2.tgz#a904501e57cfdd2ffcded45e99a54fef55e46129"
3696
3696
integrity sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==
@@ -6793,12 +6793,12 @@ stylehacks@^6.0.2:
6793
6793
browserslist "^4.22.2"
6794
6794
postcss-selector-parser "^6.0.15"
6795
6795
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 ==
6800
6800
dependencies :
6801
- fast-glob "^3.2.12 "
6801
+ fast-glob "^3.3.2 "
6802
6802
normalize-path "^3.0.0"
6803
6803
6804
6804
stylus@^0.60.0 :
You can’t perform that action at this time.
0 commit comments