sounisi5011/metalsmith-postcss2

View on GitHub
CHANGELOG.md

Summary

Maintainability
Test Coverage
# Change Log

## [Unreleased]

[Unreleased]: https://github.com/sounisi5011/metalsmith-postcss2/compare/v2.0.0...master

## [2.0.0] (2020-01-13 UTC)

### Breaking Changes

* [#51] - Change supported PostCSS version: `^5.2.18 || ^6.0.13 || 7.x` -> `^7.0.8`
* [#54] - Change supported Node.js version: `>=8.3.0` -> `^8.3.0 || 10.x || >=12.x`

### Updated Dependencies

#### devDependencies

* `@types/postcss-load-config`
    * [#36] - `2.0.0` -> `2.0.1`
* `@typescript-eslint/eslint-plugin`
    * [#44] - `2.4.0` -> `2.15.0`
    * [#60] - `2.15.0` -> `2.16.0`
* `@typescript-eslint/parser`
    * [#44] - `2.4.0` -> `2.15.0`
    * [#60] - `2.15.0` -> `2.16.0`
* `eslint`
    * [#44] - `6.5.1` -> `6.8.0`
* `eslint-config-prettier`
    * [#44] - `6.4.0` -> `6.9.0`
* `eslint-plugin-import`
    * [#44] - `2.18.2` -> `2.19.1`
    * [#53] - `2.19.1` -> `2.20.0`
* `eslint-plugin-node`
    * [#47] - `10.0.0` -> `11.0.0`
* `eslint-plugin-prettier`
    * [#44] - `3.1.1` -> `3.1.2`
* `eslint-plugin-simple-import-sort`
    * [#47] - `4.0.0` -> `5.0.0`
* `git-branch-is`
    * [#45] - `3.0.0` -> `3.1.0`
* `husky`
    * [#43] - `3.0.9` -> `3.1.0`
    * [#50] - `3.1.0` -> `4.0.7`
* `lint-staged`
    * [#43] - `9.4.2` -> `9.5.0`
* `metalsmith-sass`
    * [#46] - `1.6.0` -> `1.7.0`
* `mustache`
    * [#43] - `3.1.0` -> `3.2.1`
* `package-version-git-tag`
    * [#48] - `1.1.2` -> `2.0.2`
* `postcss`
    * [#27] - `7.0.18` -> `7.0.26`
* `prettier`
    * [#43] - `1.18.2` -> `1.19.1`
* `prettier-package-json`
    * [#43] - `2.1.0` -> `2.1.3`
* `sort-package-json`
    * [#43] - `1.22.1` -> `1.38.2`
    * [#52] - `1.38.2` -> `1.39.0`
* `ts-node`
    * [#46] - `8.4.1` -> `8.6.1`
    * [#61] - `8.6.1` -> `8.6.2`
* `typescript`
    * [#30] - `3.6.4` -> `3.7.4`

### Added Dependencies

#### devDependencies

* [#58] - `@types/node@12.x`

### Others

* [#42] - Renovate package groups
* [#51] - Fix peerdeps test
* [#55] - Exclude renovate/npm-scripts-packages branch from testing on CI
* [#56] - Cache npm's shared cache directory on CI
* [#57] - Fix type definitions

[2.0.0]: https://github.com/sounisi5011/metalsmith-postcss2/compare/v1.0.0...v2.0.0
[#42]: https://github.com/sounisi5011/metalsmith-postcss2/pull/42
[#51]: https://github.com/sounisi5011/metalsmith-postcss2/pull/51
[#44]: https://github.com/sounisi5011/metalsmith-postcss2/pull/44
[#43]: https://github.com/sounisi5011/metalsmith-postcss2/pull/43
[#48]: https://github.com/sounisi5011/metalsmith-postcss2/pull/48
[#46]: https://github.com/sounisi5011/metalsmith-postcss2/pull/46
[#54]: https://github.com/sounisi5011/metalsmith-postcss2/pull/54
[#55]: https://github.com/sounisi5011/metalsmith-postcss2/pull/55
[#27]: https://github.com/sounisi5011/metalsmith-postcss2/pull/27
[#30]: https://github.com/sounisi5011/metalsmith-postcss2/pull/30
[#36]: https://github.com/sounisi5011/metalsmith-postcss2/pull/36
[#53]: https://github.com/sounisi5011/metalsmith-postcss2/pull/53
[#52]: https://github.com/sounisi5011/metalsmith-postcss2/pull/52
[#47]: https://github.com/sounisi5011/metalsmith-postcss2/pull/47
[#56]: https://github.com/sounisi5011/metalsmith-postcss2/pull/56
[#50]: https://github.com/sounisi5011/metalsmith-postcss2/pull/50
[#45]: https://github.com/sounisi5011/metalsmith-postcss2/pull/45
[#57]: https://github.com/sounisi5011/metalsmith-postcss2/pull/57
[#58]: https://github.com/sounisi5011/metalsmith-postcss2/pull/58
[#60]: https://github.com/sounisi5011/metalsmith-postcss2/pull/60
[#61]: https://github.com/sounisi5011/metalsmith-postcss2/pull/61

## [1.0.0] (2019-10-17 UTC)

[1.0.0]: https://github.com/sounisi5011/metalsmith-postcss2/compare/v0.0.0...v1.0.0