Skip to content

Commit

Permalink
minor #1302 Add support for stylus-loader 8 (Kocal)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Kocal committed Aug 24, 2024
2 parents 2970e7f + 2cb2087 commit 24eb007
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@

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

* #1302 Add support for stylus-loader 8 (@Kocal)

* #1295 Add JSX support for Vue 3 (@Kocal)

Enabling JSX support for Vue 3 is done with the `Encore.enableVueLoader()`:
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
"sinon": "^14.0.0",
"strip-ansi": "^6.0.0",
"stylus": "^0.60.0",
"stylus-loader": "^7.0.0",
"stylus-loader": "^7.0.0 || ^8.1.0",
"svelte": "^3.50.0 || ^4.2.2",
"svelte-loader": "^3.1.0",
"ts-loader": "^9.0.0",
Expand Down Expand Up @@ -127,7 +127,7 @@
"sass": "^1.17.0",
"sass-loader": "^13.0.0 || ^14.0.0",
"stylus": "^0.58.1",
"stylus-loader": "^7.0.0",
"stylus-loader": "^7.0.0 || ^8.1.0",
"ts-loader": "^9.0.0",
"typescript": "^4.2.2 || ^5.0.0",
"vue": "^2.6 || ^3.2.14",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3690,7 +3690,7 @@ fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3:
resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525"
integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==

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

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

stylus@^0.60.0:
Expand Down

0 comments on commit 24eb007

Please sign in to comment.