From 1eac285e6a13d550ffca36c20d8ca31c814d0129 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 01:26:38 +0000 Subject: [PATCH] chore(deps): update dependency stylus to v0.60.0 (#1648) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [stylus](https://togithub.com/stylus/stylus) | [`0.59.0` -> `0.60.0`](https://renovatebot.com/diffs/npm/stylus/0.59.0/0.60.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/stylus/0.60.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/stylus/0.60.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/stylus/0.59.0/0.60.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/stylus/0.59.0/0.60.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
stylus/stylus (stylus) ### [`v0.60.0`](https://togithub.com/stylus/stylus/blob/HEAD/Changelog.md#0600--2023-08-30) [Compare Source](https://togithub.com/stylus/stylus/compare/0.59.0...0.60.0) \=================== - feat: support [deno](https://deno.com) [#​2813](https://togithub.com/stylus/stylus/pull/2813)
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/chemicaltools/chemicaltools-web). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 093c2bf09..09254d441 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "sass": "1.56.0", "sass-loader": "10.3.1", "semantic-release": "19.0.5", - "stylus": "0.59.0", + "stylus": "0.60.0", "stylus-loader": "7.1.3", "vue-cli-plugin-i18n": "2.3.2", "vue-cli-plugin-vuetify": "2.5.8", diff --git a/yarn.lock b/yarn.lock index 39ab8f667..a34a2702e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -24,10 +24,10 @@ resolved "https://registry.yarnpkg.com/@achrinza/strong-type/-/strong-type-0.1.11.tgz#4f8f22b19195c47edbd8411ba54f80452226a6a5" integrity sha512-35Ou0jcGHGKQS8a6lgdan+u3BajmL315ZpDhH2/WSRNgG1jPpizhe87epgLaotN4uY3kXaEbfRU56sBPMdR5LA== -"@adobe/css-tools@^4.0.1": - version "4.0.1" - resolved "https://registry.yarnpkg.com/@adobe/css-tools/-/css-tools-4.0.1.tgz#b38b444ad3aa5fedbb15f2f746dcd934226a12dd" - integrity sha512-+u76oB43nOHrF4DDWRLWDCtci7f3QJoEBigemIdIeTi1ODqjx6Tad9NCVnPRwewWlKkVab5PlK8DCtPTyX7S8g== +"@adobe/css-tools@~4.2.0": + version "4.2.0" + resolved "https://registry.yarnpkg.com/@adobe/css-tools/-/css-tools-4.2.0.tgz#e1a84fca468f4b337816fcb7f0964beb620ba855" + integrity sha512-E09FiIft46CmH5Qnjb0wsW54/YQd69LsxeKUOWawmws1XWvyFGURnAChH0mlr7YPFR1ofwvUQfcL0J3lMxXqPA== "@ampproject/remapping@^2.1.0": version "2.1.2" @@ -11627,12 +11627,12 @@ stylus-loader@7.1.3: fast-glob "^3.2.12" normalize-path "^3.0.0" -stylus@0.59.0: - version "0.59.0" - resolved "https://registry.yarnpkg.com/stylus/-/stylus-0.59.0.tgz#a344d5932787142a141946536d6e24e6a6be7aa6" - integrity sha512-lQ9w/XIOH5ZHVNuNbWW8D822r+/wBSO/d6XvtyHLF7LW4KaCIDeVbvn5DF8fGCJAUCwVhVi/h6J0NUcnylUEjg== +stylus@0.60.0: + version "0.60.0" + resolved "https://registry.yarnpkg.com/stylus/-/stylus-0.60.0.tgz#0d75f3772929185d580d164d9394b2dcbed21083" + integrity sha512-j2pBgEwzCu05yCuY4cmyp0FtPQQFBBAGB7TY7QaNl7eztiHwkxzwvIp5vjZJND/a1JNOka+ZW9ewVPFZpI3pcA== dependencies: - "@adobe/css-tools" "^4.0.1" + "@adobe/css-tools" "~4.2.0" debug "^4.3.2" glob "^7.1.6" sax "~1.2.4"