devpendent / website

πŸ‘¨πŸ»β€πŸ’» An Open Sourced Platform for Indonesia Election Real Count
https://devpendent.netlify.com/
MIT License
27 stars 6 forks source link

Update dependency @snowcoders/sortier to v3.1.1 #382

Closed renovate[bot] closed 4 years ago

renovate[bot] commented 4 years ago

This PR contains the following updates:

Package Type Update Change
@snowcoders/sortier (source) devDependencies minor 3.0.1 -> 3.1.1

Release Notes

snowcoders/sortier ### [`v3.1.1`](https://togithub.com/snowcoders/sortier/blob/master/changelog.md#​311) [Compare Source](https://togithub.com/snowcoders/sortier/compare/840f779d16712abcdd876c98d7bd448be2cc25eb...8721e7355ab4299084bd88b0f30fda586ef52223) - Moved typescript from dev-dependencies to dependencies as it's needed by the typescript-eslint-parser - Added support for typescript definition files - Cleaned up ignore files and publish contents ### [`v3.1.0`](https://togithub.com/snowcoders/sortier/blob/master/changelog.md#​310) [Compare Source](https://togithub.com/snowcoders/sortier/compare/bb784a97dffce601d081149ac6f6a260c7336411...840f779d16712abcdd876c98d7bd448be2cc25eb) - Fixed property moving when changing from object to type or adding utility type - Note: This required the default sort order to change from `"undefined", "null", "*", "object" then "function"` to `"undefined", "null", "*" then "function"` which means `object`s are treated in the same sort order as primative properties and anything that doesn't match. If you preferred the original functionality modify the `.sortierrc.js` like so: { js: { sortTypeAnnotations: ["undefined", "null", "*", "object", "function"] } } - Added support for TSCallSignatureDeclaration - Fixed TSParenthesizedType's contents not being sorted ### [`v3.0.2`](https://togithub.com/snowcoders/sortier/blob/master/changelog.md#​302) [Compare Source](https://togithub.com/snowcoders/sortier/compare/c118552904b372f53329ac1c6fe83667cef7716a...bb784a97dffce601d081149ac6f6a260c7336411) - Fixed Json sort failure when comment is above the object - Fixed invalid output when sorting css, less and scss variables when located at the beginning of a file - Fixed css, less and scss variable sorting by preventing it when dependencies are detected

Renovate configuration

:date: Schedule: "before 3am on the first day of the month" (UTC).

:vertical_traffic_light: Automerge: Enabled.

:recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

:no_bell: 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.

codecov[bot] commented 4 years ago

Codecov Report

Merging #382 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##            master      #382   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            5         5           
  Lines           60        60           
  Branches        10        10           
=========================================
  Hits            60        60           

Continue to review full report at Codecov.

Legend - Click here to learn more Ξ” = absolute <relative> (impact), ΓΈ = not affected, ? = missing data Powered by Codecov. Last update 766f183...6373cad. Read the comment docs.