SonyaMoisset / rqm

Application | JavaScript/API/CoffeeScript/Stylus/Gulp
http://sonyamoisset.github.io/rqm/
0 stars 0 forks source link

Update dependency stylus to v0.58.1 #48

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 5 years ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
stylus 0.54.5 -> 0.58.1 age adoption passing confidence

Release Notes

stylus/stylus ### [`v0.58.1`](https://togithub.com/stylus/stylus/blob/HEAD/Changelog.md#​0581--2022-05-31) [Compare Source](https://togithub.com/stylus/stylus/compare/0.58.0...0.58.1) \=================== - fix: bin/stylus in npm packages contains windows style line endings [#​2691](https://togithub.com/stylus/stylus/issues/2691) - ci: add yarn bin/stylus execute regression test [#​2692](https://togithub.com/stylus/stylus/pull/2692) ### [`v0.58.0`](https://togithub.com/stylus/stylus/blob/HEAD/Changelog.md#​0580--2022-05-28) [Compare Source](https://togithub.com/stylus/stylus/compare/0.57.0...0.58.0) \=================== - feat: support full css level 4 logical combination selectors (`:is`, `:where`, `:not`, `:has`). [#​2684](https://togithub.com/stylus/stylus/pull/2684) - deps: drop [`safer-buffer`](https://www.npmjs.com/package/safer-buffer). [#​2682](https://togithub.com/stylus/stylus/pull/2682) - chore: ci add code coverage benchmark. [#​2683](https://togithub.com/stylus/stylus/pull/2683) - chore: delete unused .gitmodules file. [#​2687](https://togithub.com/stylus/stylus/pull/2687) - chore: remove unused require. [#​2686](https://togithub.com/stylus/stylus/pull/2686) ### [`v0.57.0`](https://togithub.com/stylus/stylus/blob/HEAD/Changelog.md#​0570--2022-02-19) [Compare Source](https://togithub.com/stylus/stylus/compare/0.56.0...0.57.0) \=================== - Fix: remove lib-cov and outdated deps. [#​2659](https://togithub.com/stylus/stylus/pull/2659) ### [`v0.56.0`](https://togithub.com/stylus/stylus/blob/HEAD/Changelog.md#​0560--2021-12-18) [Compare Source](https://togithub.com/stylus/stylus/compare/0.55.0...0.56.0) \=================== - Deps: upgrade debug version from v3 to v4. [#​2643](https://togithub.com/stylus/stylus/pull/2643) - Deps: remove dependencies semver and mkdirp. [2641](https://togithub.com/stylus/stylus/pull/2641) - Fix: variable names beginning with a keyword and dash. [#​2634](https://togithub.com/stylus/stylus/pull/2634) - Fix: [@​import](https://togithub.com/import) url() error in dependency resolver. [#​2632](https://togithub.com/stylus/stylus/pull/2632) ### [`v0.55.0`](https://togithub.com/stylus/stylus/blob/HEAD/Changelog.md#​0550--2021-09-04) [Compare Source](https://togithub.com/stylus/stylus/compare/0.54.8...0.55.0) \=================== - Fearure: Add deg and fr as exceptions for 0 value unit omission. [#​2578](https://togithub.com/stylus/stylus/pull/2578) - Feature: Add inverse trigonometric functions as bifs. [#​2186](https://togithub.com/stylus/stylus/pull/2186) closes [#​1567](https://togithub.com/stylus/stylus/issues/1567) - Fix: Bug fixes of encoding png image in url lib function. [#​2549](https://togithub.com/stylus/stylus/pull/2549) - Refactoring: Replace dependency css-parse with css. [#​2554](https://togithub.com/stylus/stylus/pull/2554) ### [`v0.54.8`](https://togithub.com/stylus/stylus/blob/HEAD/Changelog.md#​0548--2020-07-16) [Compare Source](https://togithub.com/stylus/stylus/compare/0.54.7...0.54.8) \=================== - Feature: Patched Renderer.deps() to recognize identifiers as import paths. [#​2519](https://togithub.com/stylus/stylus/pull/2519) - Fix: fix for Node v14 'Accessing non-existent property' errors [#​2538](https://togithub.com/stylus/stylus/pull/2538) - Fix: tests on windows [#​2523](https://togithub.com/stylus/stylus/pull/2523) - Fix: fixed an issue when running Stylus inside of an .asar archive [#​2520](https://togithub.com/stylus/stylus/pull/2520) - Fix: fix property lookup negation [#​2506](https://togithub.com/stylus/stylus/pull/2506) closes [#​2485](https://togithub.com/stylus/stylus/issues/2485) ### [`v0.54.7`](https://togithub.com/stylus/stylus/blob/HEAD/Changelog.md#​0547--2019-08-21) [Compare Source](https://togithub.com/stylus/stylus/compare/0.54.6...0.54.7) \=================== - Fix: bug in hash access [#​2484](https://togithub.com/stylus/stylus/pull/2484) ### [`v0.54.6`](https://togithub.com/stylus/stylus/blob/HEAD/Changelog.md#​0546--2019-08-19) [Compare Source](https://togithub.com/stylus/stylus/compare/0.54.5...0.54.6) \=================== - Feature: Extend length method to work with strings [#​2110](https://togithub.com/stylus/stylus/pull/2110) - Feature: add quiet flag to have a more "quiet" output. [#​2088](https://togithub.com/stylus/stylus/pull/2088) - Feature: Support for cssnext nested at-rule syntax (apply, nested) [#​2335](https://togithub.com/stylus/stylus/pull/2335) - Feature: Make prefix-classes work with partial and range refs in selectors [#​2278](https://togithub.com/stylus/stylus/pull/2278) - Feature: Extend in block level import [#​2270](https://togithub.com/stylus/stylus/pull/2270) - chore: Use mkdir() recursive option instead of mkdirp() [#​2426](https://togithub.com/stylus/stylus/pull/2426) - chore: Define function arguments explicitly [#​2417](https://togithub.com/stylus/stylus/pull/2417) - Fix issue with cos & sin not stripping rad unit. [#​2284](https://togithub.com/stylus/stylus/pull/2284) - Fix: handle empty at-rules [#​2416](https://togithub.com/stylus/stylus/pull/2416) - Fix: Do not use the deprecated Buffer() constructor [#​2424](https://togithub.com/stylus/stylus/pull/2424) - Fix: 'imports' couldn't be set as a option [#​2425](https://togithub.com/stylus/stylus/pull/2411) closes [#​2411](https://togithub.com/stylus/stylus/pull/2411) - Fix: no such directory error in Stylus Executable [#​2421](https://togithub.com/stylus/stylus/pull/2421) - Fix: define column for mixin [#​2456](https://togithub.com/stylus/stylus/pull/2456) - Fix: work with hash [#​2453](https://togithub.com/stylus/stylus/pull/2453) - Fix: check whether captureStackTrace exists [#​2394](https://togithub.com/stylus/stylus/pull/2394)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - 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 Mend Renovate. View repository job log here.