Skip to content

fix(deps): update dependency stylus to ^0.64.0 #9

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Mar 13, 2020

This PR contains the following updates:

Package Change Age Confidence
stylus ^0.49.1 -> ^0.64.0 age confidence

Release Notes

stylus/stylus (stylus)

v0.64.0

Compare Source

===================

  • drop node v14 support #​2899
  • upgrading glob eliminates outdated dependency issues #​2899

v0.63.0

Compare Source

===================

v0.62.0

Compare Source

===================

v0.61.0

Compare Source

===================

v0.60.0

Compare Source

===================

v0.59.0

Compare Source

===================

v0.58.1

Compare Source

===================

  • fix: bin/stylus in npm packages contains windows style line endings #​2691
  • ci: add yarn bin/stylus execute regression test #​2692

v0.58.0

Compare Source

===================

  • feat: support full css level 4 logical combination selectors (:is, :where, :not, :has). #​2684
  • deps: drop safer-buffer. #​2682
  • chore: ci add code coverage benchmark. #​2683
  • chore: delete unused .gitmodules file. #​2687
  • chore: remove unused require. #​2686

v0.57.0

Compare Source

===================

  • Fix: remove lib-cov and outdated deps. #​2659

v0.56.0

Compare Source

===================

  • Deps: upgrade debug version from v3 to v4. #​2643
  • Deps: remove dependencies semver and mkdirp. 2641
  • Fix: variable names beginning with a keyword and dash. #​2634
  • Fix: @​import url() error in dependency resolver. #​2632

v0.55.0

Compare Source

===================

  • Fearure: Add deg and fr as exceptions for 0 value unit omission. #​2578
  • Feature: Add inverse trigonometric functions as bifs. #​2186 closes #​1567
  • Fix: Bug fixes of encoding png image in url lib function. #​2549
  • Refactoring: Replace dependency css-parse with css. #​2554

v0.54.8

Compare Source

===================

  • Feature: Patched Renderer.deps() to recognize identifiers as import paths. #​2519
  • Fix: fix for Node v14 'Accessing non-existent property' errors #​2538
  • Fix: tests on windows #​2523
  • Fix: fixed an issue when running Stylus inside of an .asar archive #​2520
  • Fix: fix property lookup negation #​2506 closes #​2485

v0.54.7

Compare Source

===================

v0.54.6

Compare Source

===================

  • Feature: Extend length method to work with strings #​2110
  • Feature: add quiet flag to have a more "quiet" output. #​2088
  • Feature: Support for cssnext nested at-rule syntax (apply, nested) #​2335
  • Feature: Make prefix-classes work with partial and range refs in selectors #​2278
  • Feature: Extend in block level import #​2270
  • chore: Use mkdir() recursive option instead of mkdirp() #​2426
  • chore: Define function arguments explicitly #​2417
  • Fix issue with cos & sin not stripping rad unit. #​2284
  • Fix: handle empty at-rules #​2416
  • Fix: Do not use the deprecated Buffer() constructor #​2424
  • Fix: 'imports' couldn't be set as a option #​2425 closes #​2411
  • Fix: no such directory error in Stylus Executable #​2421
  • Fix: define column for mixin #​2456
  • Fix: work with hash #​2453
  • Fix: check whether captureStackTrace exists #​2394

v0.54.5

Compare Source

===================

  • Fix: [CLI] Correct console output for Node 6.0

v0.54.4

Compare Source

===================

  • Fix: Correct extname checks for Node 6.0

v0.54.3

Compare Source

===================

  • Fix: Proper embedurl encoding for svg files with a hash.
  • Fix: Validate this.dest before using path.extname.
  • Fix: Update node-glob version.

v0.54.2

Compare Source

===================

  • Fix: False-positive import loop with empty imported file.

v0.54.0

Compare Source

===================

  • Feature: Added initial reference selector.
  • Feature: New embedurl() bif with optional utf8 uncoding support for SVG.
  • Feature: New index() bif.
  • Feature: New percentage() bif.
  • Feature: New slice() bif, #​2115.
  • Feature: Support for UTF-8 encoding of urls, #​2084.
  • Feature: Added global flag to define() function.
  • Feature: match() bif now returns the matched values instead of a boolean, #​2109.
  • Feature: Added an optional flags argument to match() bif, #​2109.
  • Docs: Added basic “getting started” to Readme, #​2073.
  • Docs: Updated information about error reporting.
  • Fix: selectors() now returns proper subselectors.
  • Fix: No more unneeded spaces with partial reference selector using ranges.
  • Fix: Proper evaluating of the default arguments.
  • Fix: Evaluate variables in current-media function.
  • Fix: Validate regexp flags for match function.
  • Fix: Proper conditional assignment and "define" method.
  • Fix: Proper relative paths in sourcemaps if --out flag is set to a filename.
  • Fix: Proper errors with --include-css and --resolve-url used concurrently.
  • Fix: [Evaluator] Support for function as a default argument for functions.
  • Fix: [Lexer] Proper multiline comments inside multiline expressions.
  • Fix: [JS API] Proper variables from options object inside expressions.
  • Fix: [Renderer] No more caching of parsed AST for deps-resolver.

v0.53.0

Compare Source

===================

  • Feature: Numeric partial references.
  • Feature: Relative references.
  • Feature: New selectors() bif.
  • Feature: Support for comma-separated lists as selector()'s arguments.
  • Docs: Reworked contribution guidelines.
  • Docs: Added Contributor Code of Conduct.
  • Fix: Support for multiple consecutive parent references.
  • Fix: Proper removal of parent references at the root when combinators are present.
  • Fix: Don't add space before unknown units.
  • Fix: Allow comma-separated lists in @supports value.
  • Fix: No more error message for "assertType" without parameter name.
  • Fix: Proper middleware overlap function on windows. Thanks to #​2029 by @​bcomnes.
  • Fix: Better absolute path detection for Windows. Thanks to #​2033 by @​mlohbihler.
  • Refactoring: Moved bifs to separate files.

v0.52.4

Compare Source

===================

  • Fix: Revert changes in "looksLikeSelector" method.

v0.52.3

Compare Source

===================

  • Fix: Another parsing regression.

v0.52.2

Compare Source

===================

  • Fix: A parsing regression.

v0.52.1

Compare Source

===================

  • Fix: Correct line numbers in error messages for files with CSS comments.
  • Fix: Better absolute urls detection.
  • Fix: Added type assertions to "substr", "split" and "replace" bifs.
  • Fix: Atrules parsing with a block at a new line.
  • Fix: Bug with commented indented lines at the end of a file.
  • Fix: Stylus error messages for Node 0.12+.
  • Fix: A bug with arguments cloning.

v0.52.0

Compare Source

===================

  • Feature: new url resolver without url checks (--resolve-url-nocheck).
  • Feature: New option to json bif ("leave-strings").
  • Feature: New option to json bif ("optional").
  • Feature: Adding utf-8 charset to inline sourcemap.
  • Feature: allow inline CSS comments inside value.
  • Fix: shouldn't fail to compile in strict mode, #​1923.
  • Fix: Paths should be normalized for windows support, #​1954.
  • Fix: Proper parsing of selector groups with placeholder and color-like ID.
  • Fix: Proper import loop detection.
  • Fix: Correct output of namespaces and charsets inside imports.
  • Fix: Indented comments shouldn't cause errors.
  • Fix: Proper way of parsing lists in "convert" bif.
  • Fix: Proper comma escaping in an object interpolation.
  • Fix: Allow no whitespace between keyframes name and the following curly brace.

v0.51.1

Compare Source

===================

  • Fixed ; at the end of blockless unknown at-rules.
  • Fixed float units convertion by convert bif.

v0.51.0

Compare Source

===================

  • Added support for cascading extend.
  • Added "transparent" as a named color.
  • Added support for blockless unknown at-rules.
  • Made math more strict.
  • Fixed bug with extending nested placeholder selectors inside MQ.
  • Fixed imports inside @media blocks.
  • Fixed url resolver to consider --out options.
  • Fixed parsing of multiple "else if" statements.
  • Fixed an edge case with recursive extend.
  • Fixed regression with nested media queries.
  • Fixed parsing of nested comments.
  • Fixed checking paths overlap if 'dest' is a function in middleware.

v0.50.0

Compare Source

===================

  • Added !optional directive for extending, #​1757.
  • Added selector-exists bif, #​1758.
  • Added remove bif for removing items from hashes.
  • Added optional recursive hash merging, #​1771.
  • Added optional (--hoist-atrules flag) @import and @charset hoisting.
  • Added a way to output to specific file path with CLI, #​1800.
  • Fixed regression with using @media inside +cache.
  • Fixed resolve-url for hash urls, #​1778.
  • Fixed mix bif for differently transparent colors, #​1792.
  • Fixed bug with postfix & without comma.
  • Fixed incorrectly imported functions defined in other files with nested @​require.
  • Fixed duplicated selectors when extending into placeholders with MQ.
  • Fixed filter: contrast() error.
  • Fixed the cloning of cached nodes.
  • Fixed incorrect filenames included in source maps, #​1812.
  • Fixed stripping of unsuppressed comments from nested blocks.
  • Fixed build error for multiple files, #​1813.
  • Fixed error handling slightly.
  • Fixed (throwing error) edge case of watching and printing at the same time, #​1798.
  • Fixed watch to log to std.err, #​1796.
  • Fixed indent in complex rules at CSS to Stylus conversion, #​1808.

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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/stylus-0.x branch from 90ba950 to a7be76c Compare October 18, 2021 16:14
@renovate renovate bot changed the title fix(deps): update dependency stylus to ^0.54.0 fix(deps): update dependency stylus to ^0.55.0 Oct 18, 2021
@renovate renovate bot force-pushed the renovate/stylus-0.x branch from a7be76c to 4df6b1c Compare March 7, 2022 10:51
@renovate renovate bot changed the title fix(deps): update dependency stylus to ^0.55.0 fix(deps): update dependency stylus to ^0.56.0 Mar 7, 2022
@renovate renovate bot changed the title fix(deps): update dependency stylus to ^0.56.0 fix(deps): update dependency stylus to ^0.57.0 Mar 26, 2022
@renovate renovate bot force-pushed the renovate/stylus-0.x branch from 4df6b1c to a8a0782 Compare March 26, 2022 15:17
@renovate renovate bot force-pushed the renovate/stylus-0.x branch from a8a0782 to 072d73d Compare June 18, 2022 18:27
@renovate renovate bot changed the title fix(deps): update dependency stylus to ^0.57.0 fix(deps): update dependency stylus to ^0.58.0 Jun 18, 2022
@renovate renovate bot force-pushed the renovate/stylus-0.x branch from 072d73d to 649cd77 Compare September 25, 2022 12:17
@renovate renovate bot changed the title fix(deps): update dependency stylus to ^0.58.0 fix(deps): update dependency stylus to ^0.59.0 Sep 25, 2022
@renovate renovate bot force-pushed the renovate/stylus-0.x branch from 649cd77 to afc6be0 Compare August 30, 2023 05:21
@renovate renovate bot changed the title fix(deps): update dependency stylus to ^0.59.0 fix(deps): update dependency stylus to ^0.60.0 Aug 30, 2023
@renovate renovate bot force-pushed the renovate/stylus-0.x branch from afc6be0 to b9d3ce1 Compare November 5, 2023 05:25
@renovate renovate bot changed the title fix(deps): update dependency stylus to ^0.60.0 fix(deps): update dependency stylus to ^0.61.0 Nov 5, 2023
@renovate renovate bot changed the title fix(deps): update dependency stylus to ^0.61.0 fix(deps): update dependency stylus to ^0.62.0 Nov 18, 2023
@renovate renovate bot force-pushed the renovate/stylus-0.x branch from b9d3ce1 to 938dd37 Compare November 18, 2023 11:46
@renovate renovate bot force-pushed the renovate/stylus-0.x branch from 938dd37 to dcba8d6 Compare March 7, 2024 03:00
@renovate renovate bot changed the title fix(deps): update dependency stylus to ^0.62.0 fix(deps): update dependency stylus to ^0.63.0 Mar 7, 2024
@renovate renovate bot force-pushed the renovate/stylus-0.x branch from dcba8d6 to 6b22266 Compare October 21, 2024 06:00
@renovate renovate bot changed the title fix(deps): update dependency stylus to ^0.63.0 fix(deps): update dependency stylus to ^0.64.0 Oct 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants