webpack-contrib/stylus-loader
### [`v6.2.0`](https://togithub.com/webpack-contrib/stylus-loader/blob/HEAD/CHANGELOG.md#620-httpsgithubcomwebpack-contribstylus-loadercomparev610v620-2021-10-12)
[Compare Source](https://togithub.com/webpack-contrib/stylus-loader/compare/v6.1.0...v6.2.0)
##### Features
- add `link` field in schema ([#319](https://togithub.com/webpack-contrib/stylus-loader/issues/319)) ([dbc073f](https://togithub.com/webpack-contrib/stylus-loader/commit/dbc073f942af280fec2e72365f42ab92eb9ef7b3))
### [`v6.1.0`](https://togithub.com/webpack-contrib/stylus-loader/blob/HEAD/CHANGELOG.md#610-httpsgithubcomwebpack-contribstylus-loadercomparev600v610-2021-06-10)
[Compare Source](https://togithub.com/webpack-contrib/stylus-loader/compare/v6.0.0...v6.1.0)
##### Features
- allow to use `String` value for the `implementation` option ([b118719](https://togithub.com/webpack-contrib/stylus-loader/commit/b1187196de0755417f12d81aa72ea2629d946371))
### [`v6.0.0`](https://togithub.com/webpack-contrib/stylus-loader/blob/HEAD/CHANGELOG.md#600-httpsgithubcomwebpack-contribstylus-loadercomparev500v600-2021-05-12)
[Compare Source](https://togithub.com/webpack-contrib/stylus-loader/compare/v5.0.0...v6.0.0)
##### âš BREAKING CHANGES
- minimum supported `Node.js` version is `12.13.0`
### [`v5.0.0`](https://togithub.com/webpack-contrib/stylus-loader/blob/HEAD/CHANGELOG.md#500-httpsgithubcomwebpack-contribstylus-loadercomparev433v500-2021-02-02)
[Compare Source](https://togithub.com/webpack-contrib/stylus-loader/compare/v4.3.3...v5.0.0)
##### Notes
- using `~` is deprecated and can be removed from your code (**we recommend it**), but we still support it for historical reasons.
Why you can removed it?
The loader will first try to resolve `@import`/`@require` as relative, if it cannot be resolved, the loader will try to resolve `@import`/`@require` inside [`node_modules`](https://webpack.js.org/configuration/resolve/#resolve-modules).
##### âš BREAKING CHANGES
- minimum supported `webpack` version is `5`
##### Features
- supported the [`resolve.byDependency`](https://webpack.js.org/configuration/resolve/#resolvebydependency) option, you can setup `{ resolve: { byDependency: { stylus: { mainFiles: ['custom', '...'] } } } }`
##### [4.3.3](https://togithub.com/webpack-contrib/stylus-loader/compare/v4.3.2...v4.3.3) (2021-01-15)
##### Bug Fixes
- respect the `compress` option ([#303](https://togithub.com/webpack-contrib/stylus-loader/issues/303)) ([e964abc](https://togithub.com/webpack-contrib/stylus-loader/commit/e964abcf18147c1a3894e47cc9e8970379ae33e6))
##### [4.3.2](https://togithub.com/webpack-contrib/stylus-loader/compare/v4.3.1...v4.3.2) (2021-01-09)
##### Bug Fixes
- convert relative paths to absolute paths in dependencies ([#301](https://togithub.com/webpack-contrib/stylus-loader/issues/301)) ([3ded080](https://togithub.com/webpack-contrib/stylus-loader/commit/3ded080fdc0425c3ebdf41f3204a36bae2eaa02c))
##### [4.3.1](https://togithub.com/webpack-contrib/stylus-loader/compare/v4.3.0...v4.3.1) (2020-12-02)
##### Bug Fixes
- prevent search nested imports in css files ([#298](https://togithub.com/webpack-contrib/stylus-loader/issues/298)) ([092e52a](https://togithub.com/webpack-contrib/stylus-loader/commit/092e52a5463f7997b3a9545bf636f3bee8fd9dd3))
Configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
â™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, click this checkbox.
This PR contains the following updates:
4.3.3
->6.2.0
Release Notes
webpack-contrib/stylus-loader
### [`v6.2.0`](https://togithub.com/webpack-contrib/stylus-loader/blob/HEAD/CHANGELOG.md#620-httpsgithubcomwebpack-contribstylus-loadercomparev610v620-2021-10-12) [Compare Source](https://togithub.com/webpack-contrib/stylus-loader/compare/v6.1.0...v6.2.0) ##### Features - add `link` field in schema ([#319](https://togithub.com/webpack-contrib/stylus-loader/issues/319)) ([dbc073f](https://togithub.com/webpack-contrib/stylus-loader/commit/dbc073f942af280fec2e72365f42ab92eb9ef7b3)) ### [`v6.1.0`](https://togithub.com/webpack-contrib/stylus-loader/blob/HEAD/CHANGELOG.md#610-httpsgithubcomwebpack-contribstylus-loadercomparev600v610-2021-06-10) [Compare Source](https://togithub.com/webpack-contrib/stylus-loader/compare/v6.0.0...v6.1.0) ##### Features - allow to use `String` value for the `implementation` option ([b118719](https://togithub.com/webpack-contrib/stylus-loader/commit/b1187196de0755417f12d81aa72ea2629d946371)) ### [`v6.0.0`](https://togithub.com/webpack-contrib/stylus-loader/blob/HEAD/CHANGELOG.md#600-httpsgithubcomwebpack-contribstylus-loadercomparev500v600-2021-05-12) [Compare Source](https://togithub.com/webpack-contrib/stylus-loader/compare/v5.0.0...v6.0.0) ##### âš BREAKING CHANGES - minimum supported `Node.js` version is `12.13.0` ### [`v5.0.0`](https://togithub.com/webpack-contrib/stylus-loader/blob/HEAD/CHANGELOG.md#500-httpsgithubcomwebpack-contribstylus-loadercomparev433v500-2021-02-02) [Compare Source](https://togithub.com/webpack-contrib/stylus-loader/compare/v4.3.3...v5.0.0) ##### Notes - using `~` is deprecated and can be removed from your code (**we recommend it**), but we still support it for historical reasons. Why you can removed it? The loader will first try to resolve `@import`/`@require` as relative, if it cannot be resolved, the loader will try to resolve `@import`/`@require` inside [`node_modules`](https://webpack.js.org/configuration/resolve/#resolve-modules). ##### âš BREAKING CHANGES - minimum supported `webpack` version is `5` ##### Features - supported the [`resolve.byDependency`](https://webpack.js.org/configuration/resolve/#resolvebydependency) option, you can setup `{ resolve: { byDependency: { stylus: { mainFiles: ['custom', '...'] } } } }` ##### [4.3.3](https://togithub.com/webpack-contrib/stylus-loader/compare/v4.3.2...v4.3.3) (2021-01-15) ##### Bug Fixes - respect the `compress` option ([#303](https://togithub.com/webpack-contrib/stylus-loader/issues/303)) ([e964abc](https://togithub.com/webpack-contrib/stylus-loader/commit/e964abcf18147c1a3894e47cc9e8970379ae33e6)) ##### [4.3.2](https://togithub.com/webpack-contrib/stylus-loader/compare/v4.3.1...v4.3.2) (2021-01-09) ##### Bug Fixes - convert relative paths to absolute paths in dependencies ([#301](https://togithub.com/webpack-contrib/stylus-loader/issues/301)) ([3ded080](https://togithub.com/webpack-contrib/stylus-loader/commit/3ded080fdc0425c3ebdf41f3204a36bae2eaa02c)) ##### [4.3.1](https://togithub.com/webpack-contrib/stylus-loader/compare/v4.3.0...v4.3.1) (2020-12-02) ##### Bug Fixes - prevent search nested imports in css files ([#298](https://togithub.com/webpack-contrib/stylus-loader/issues/298)) ([092e52a](https://togithub.com/webpack-contrib/stylus-loader/commit/092e52a5463f7997b3a9545bf636f3bee8fd9dd3))Configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
â™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by WhiteSource Renovate. View repository job log here.