Commit Graph

17 Commits

Author SHA1 Message Date
Wesley Wigham
6970a8fffa
#no-publishing-comment No more tabs in json documents, trailing newlines for every document 2020-05-15 12:27:10 -07:00
Piotr Błażejewicz (Peter Blazejewicz)
8d8f42c838
update(autoprefixer): add browsers and prefixes modules (#43462)
As already used in the stylelint project:
https://github.com/stylelint/stylelint/blob/master/types/autoprefixer/index.d.ts

- add `lib/browsers` and `lib/prefixes`
- update tests

https://github.com/postcss/autoprefixer/blob/master/lib/browsers.js
https://github.com/postcss/autoprefixer/blob/master/lib/prefixes.js

Thanks!
2020-03-30 15:11:21 -07:00
Piotr Błażejewicz (Peter Blazejewicz)
d2e8296464
fix(autoprefixer): correct deprecated properties (#42981)
- added deprecated options that are still in the api, but not documented
as public option anymore
- documentation for `overrideBrowserslist` updated

https://github.com/postcss/autoprefixer/blob/master/lib/autoprefixer.js#L68-L93

Thanks!
2020-03-10 15:36:46 -07:00
Piotr Błażejewicz (Peter Blazejewicz)
3cd8700976
feat(autoprefixer): update to 9.7 (#42205)
- mark `browsers` option as @deprecated
- add docs to properties
- expose public exports from module for:
autoprefixer.info method
autoprefixer.data property
autoprefixer.defaults property
- clenaup

Thanks!
2020-02-13 17:34:00 -08:00
Slava Fomin II
a5200306f9 Extended "overrideBrowserslist" option to support environment maps (#37642) 2019-08-19 11:17:00 -07:00
TokugawaT_YD
1e4e8bbb48 Update types for Autoprefixer 9.5 -> 9.6 (#37393)
* clear to tests

* clear to tests

* clear to tests
2019-08-14 17:40:43 -07:00
Thomas den Hollander
554b193855 [autoprefixer] Specify Stats object and stricter types (#35072)
* Update autoprefixer types

* Don't add browserslist to package.json

* Update typescript version

* Update version header
2019-05-04 10:03:54 -07:00
Gabe Boning
c480a1ed88
[autoprefixer] update grid options type
As of autoprefixer 9.4.0 (https://github.com/postcss/autoprefixer/releases/tag/9.4.0), `grid` supports `'autoplace'` and `'no-autoplace'` options, with `true` as deprecated but allowed (https://github.com/postcss/autoprefixer#options).
2019-02-27 10:26:31 -08:00
Andy
595dede3c3
autoprefixer: Requires ts2.2 (#30325) 2018-11-06 16:42:40 -08:00
murt
95d7637bed autoprefixer: updated to match postcss Plugin types for postcss 7.x (#29357)
* autoprefixer: updated to match postcss Plugin types for postcss 7.x types, resolve error with Transformer type

* #29357: Renamed autoprefixer.AutoprefixerOptions to autoprefixer.Options
2018-10-09 17:29:35 -07:00
Andy Hanson
45c9246c09 Remove esModuleInterop from tsconfigs (no longer mandatory) 2018-02-14 14:55:13 -08:00
Andy
bef4d2b27d
Enable "esModuleInterop" in all tsconfigs (#23354) 2018-02-05 11:01:56 -08:00
Andy
947a8fb761 Enable strictFunctionTypes (#20373) 2017-10-06 14:03:03 -07:00
Andy
0537c1fb27 Add "private": true to every package.json (#19483) 2017-08-31 08:02:56 -07:00
Donald Pipowitch
d8957d2d43 Update index.d.ts 2017-06-26 09:48:48 +02:00
Andy
bbc61fbf93 Extend "dtslint/dt.json" directly instead of "../tslint.json". (#15822)
* Extend "dtslint/dt.json" directly instead of "../tslint.json".

* Convert more "../tslint.json" to "dtslint/dt.json"

* no-redundant-modifiers -> strict-export-declare-modifiers
2017-04-14 08:04:05 -07:00
Andy Hanson
354cec620d Move all packages to a types directory 2017-03-24 14:27:52 -07:00