Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: postcss/autoprefixer
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 10.4.2
Choose a base ref
...
head repository: postcss/autoprefixer
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 10.4.3
Choose a head ref
  • 7 commits
  • 3 files changed
  • 2 contributors

Commits on Jan 30, 2022

  1. Update dependencies

    ai committed Jan 30, 2022
    Copy the full SHA
    3041c7b View commit details

Commits on Mar 15, 2022

  1. Copy the full SHA
    f18db88 View commit details
  2. Update dependencies

    ai committed Mar 15, 2022
    Copy the full SHA
    2d923ae View commit details
  3. Fix funding URL format

    ai committed Mar 15, 2022
    Copy the full SHA
    fbc094b View commit details
  4. Update dependencies

    ai committed Mar 15, 2022
    Copy the full SHA
    65c7bda View commit details
  5. Update PostCSS

    ai committed Mar 15, 2022
    Copy the full SHA
    ec8e482 View commit details
  6. Release 10.4.3 version

    ai committed Mar 15, 2022
    Copy the full SHA
    e41d4f5 View commit details
Showing with 287 additions and 299 deletions.
  1. +3 −0 CHANGELOG.md
  2. +20 −14 package.json
  3. +264 −285 pnpm-lock.yaml
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Change Log
This project adheres to [Semantic Versioning](http://semver.org/).

## 10.4.3
* Fixed `package.funding` (by Álvaro Mondéjar).

## 10.4.2
* Fixed missed `-webkit-` prefix for `width: stretch`.

34 changes: 20 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "autoprefixer",
"version": "10.4.2",
"version": "10.4.3",
"description": "Parse CSS and add vendor prefixes to CSS rules using values from the Can I Use website",
"engines": {
"node": "^10 || ^12 || >=14"
@@ -19,10 +19,16 @@
"main": "lib/autoprefixer.js",
"bin": "bin/autoprefixer",
"types": "lib/autoprefixer.d.ts",
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/postcss/"
},
"funding": [
{
"type": "opencollective",
"url": "https://opencollective.com/postcss"
},
{
"type": "tidelift",
"url": "https://tidelift.com/funding/github/npm/autoprefixer"
}
],
"author": "Andrey Sitnik <andrey@sitnik.ru>",
"license": "MIT",
"repository": "postcss/autoprefixer",
@@ -33,27 +39,27 @@
"postcss": "^8.1.0"
},
"dependencies": {
"browserslist": "^4.19.1",
"caniuse-lite": "^1.0.30001297",
"fraction.js": "^4.1.2",
"browserslist": "^4.20.2",
"caniuse-lite": "^1.0.30001317",
"fraction.js": "^4.2.0",
"normalize-range": "^0.1.2",
"picocolors": "^1.0.0",
"postcss-value-parser": "^4.2.0"
},
"devDependencies": {
"@logux/eslint-config": "^46.1.1",
"@size-limit/preset-small-lib": "7.0.5",
"@size-limit/preset-small-lib": "7.0.8",
"c8": "^7.11.0",
"clean-publish": "^3.4.5",
"eslint": "^8.6.0",
"clean-publish": "^4.0.0",
"eslint": "^8.11.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prefer-let": "^3.0.1",
"eslint-plugin-promise": "^6.0.0",
"nanospy": "^0.4.0",
"postcss": "^8.4.5",
"size-limit": "^7.0.5",
"nanospy": "^0.5.0",
"postcss": "^8.4.11",
"size-limit": "^7.0.8",
"uvu": "^0.5.3"
},
"prettier": {
549 changes: 264 additions & 285 deletions pnpm-lock.yaml

Large diffs are not rendered by default.