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: csstools/postcss-plugins
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: a8a682637542454e6ffe7b855e6abd178c70832e
Choose a base ref
...
head repository: csstools/postcss-plugins
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4ff57056859f764f8ccc805fa9829a19dd542c5c
Choose a head ref
  • 10 commits
  • 36 files changed
  • 3 contributors

Commits on Apr 11, 2024

  1. Copy the full SHA
    d1f4ea5 View commit details
  2. @csstools/csstools-cli v3.0.14

    romainmenke committed Apr 11, 2024
    Copy the full SHA
    661c50d View commit details

Commits on Apr 15, 2024

  1. Bump the all-dependencies group in /sites with 4 updates (#1361)

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 15, 2024
    Copy the full SHA
    c256cfd View commit details
  2. Update postcss-preset-env requirement from ^9.5.4 to ^9.5.5 in /e2e-p…

    …ackage-managers/yarn in the all-dependencies group (#1362)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 15, 2024
    Copy the full SHA
    df92fbf View commit details
  3. Bump the all-dependencies group in /e2e with 3 updates (#1363)

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 15, 2024
    Copy the full SHA
    0c5da67 View commit details
  4. Bump the development-dependencies group with 11 updates (#1364)

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Romain Menke <romainmenke@gmail.com>
    dependabot[bot] and romainmenke authored Apr 15, 2024
    Copy the full SHA
    c13f67d View commit details

Commits on Apr 18, 2024

  1. fix possibly undefined property accessor (#1366)

    HannesT117 authored Apr 18, 2024
    Copy the full SHA
    6a451d6 View commit details
  2. css-blank-pseudo v6.0.2

    romainmenke committed Apr 18, 2024
    Copy the full SHA
    52780ab View commit details
  3. Copy the full SHA
    28e7d27 View commit details
  4. postcss-preset-env v9.5.6

    romainmenke committed Apr 18, 2024
    Copy the full SHA
    4ff5705 View commit details
Showing with 440 additions and 410 deletions.
  1. +7 −0 cli/csstools-cli/CHANGELOG.md
  2. +3 −3 cli/csstools-cli/package.json
  3. +1 −1 e2e-package-managers/yarn/package.json
  4. +21 −21 e2e/package-lock.json
  5. +1 −1 e2e/typescript/commonjs/package.json
  6. +1 −1 e2e/typescript/esm--node-next/package.json
  7. +1 −1 e2e/typescript/esm/package.json
  8. +2 −2 e2e/webpack/postcss-loader/package.json
  9. +258 −265 package-lock.json
  10. +7 −7 package.json
  11. +1 −1 packages/generate-test-cases/package.json
  12. +6 −0 plugin-packs/postcss-preset-env/CHANGELOG.md
  13. +3 −3 plugin-packs/postcss-preset-env/package.json
  14. +6 −0 plugins/css-blank-pseudo/CHANGELOG.md
  15. +1 −1 plugins/css-blank-pseudo/README.md
  16. +1 −1 plugins/css-blank-pseudo/dist/browser-global.js
  17. +1 −1 plugins/css-blank-pseudo/dist/browser-global.js.map
  18. +1 −1 plugins/css-blank-pseudo/dist/browser.cjs
  19. +1 −1 plugins/css-blank-pseudo/dist/browser.cjs.map
  20. +1 −1 plugins/css-blank-pseudo/dist/browser.mjs
  21. +1 −1 plugins/css-blank-pseudo/dist/browser.mjs.map
  22. +2 −2 plugins/css-blank-pseudo/package.json
  23. +1 −1 plugins/css-blank-pseudo/src/browser.js
  24. +8 −0 plugins/css-blank-pseudo/test/_browser.html
  25. +10 −0 plugins/css-blank-pseudo/test/_browser.mjs
  26. +1 −1 plugins/css-has-pseudo/package.json
  27. +1 −1 plugins/css-prefers-color-scheme/package.json
  28. +1 −1 plugins/postcss-cascade-layers/package.json
  29. +1 −1 plugins/postcss-focus-visible/package.json
  30. +1 −1 plugins/postcss-focus-within/package.json
  31. +1 −1 plugins/postcss-is-pseudo-class/package.json
  32. +1 −1 plugins/postcss-light-dark-function/package.json
  33. +1 −1 plugins/postcss-media-minmax/package.json
  34. +1 −1 plugins/postcss-nesting/package.json
  35. +81 −81 sites/package-lock.json
  36. +4 −4 sites/postcss-preset-env/package.json
7 changes: 7 additions & 0 deletions cli/csstools-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -2,7 +2,14 @@

### Unreleased (patch)

- Updated [`css-blank-pseudo`](https://github.com/csstools/postcss-plugins/tree/main/plugins/css-blank-pseudo) to [`6.0.2`](https://github.com/csstools/postcss-plugins/tree/main/plugins/css-blank-pseudo/CHANGELOG.md#602) (patch)

### 3.0.14

_April 11, 2024_

- Updated [`postcss-custom-properties`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-custom-properties) to [`13.3.7`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-custom-properties/CHANGELOG.md#1337) (patch)
- Updated [`postcss-preset-env`](https://github.com/csstools/postcss-plugins/tree/main/plugin-packs/postcss-preset-env) to [`9.5.5`](https://github.com/csstools/postcss-plugins/tree/main/plugin-packs/postcss-preset-env/CHANGELOG.md#955) (patch)

### 3.0.13

6 changes: 3 additions & 3 deletions cli/csstools-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@csstools/csstools-cli",
"description": "Transform CSS with any plugin from csstools/postcss-plugins",
"version": "3.0.13",
"version": "3.0.14",
"contributors": [
{
"name": "Antonio Laguna",
@@ -62,7 +62,7 @@
"@csstools/postcss-text-decoration-shorthand": "^3.0.5",
"@csstools/postcss-trigonometric-functions": "^3.0.6",
"@csstools/postcss-unset-value": "^3.0.1",
"css-blank-pseudo": "^6.0.1",
"css-blank-pseudo": "^6.0.2",
"css-has-pseudo": "^6.0.3",
"css-prefers-color-scheme": "^9.0.1",
"postcss": "^8.4.38",
@@ -84,7 +84,7 @@
"postcss-nesting": "^12.1.1",
"postcss-overflow-shorthand": "^5.0.1",
"postcss-place": "^9.0.1",
"postcss-preset-env": "^9.5.4",
"postcss-preset-env": "^9.5.5",
"postcss-pseudo-class-any-link": "^9.0.1",
"postcss-selector-not": "^7.0.2"
},
2 changes: 1 addition & 1 deletion e2e-package-managers/yarn/package.json
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@
"description": "Can you use yarn with our plugins?",
"devDependencies": {
"postcss": "^8.4.38",
"postcss-preset-env": "^9.5.4"
"postcss-preset-env": "^9.5.5"
},
"volta": {
"extends": "../../package.json",
42 changes: 21 additions & 21 deletions e2e/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion e2e/typescript/commonjs/package.json
Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@
},
"devDependencies": {
"postcss-preset-env": "file:../../../plugin-packs/postcss-preset-env",
"typescript": "^5.4.4"
"typescript": "^5.4.5"
},
"volta": {
"extends": "../../package.json"
2 changes: 1 addition & 1 deletion e2e/typescript/esm--node-next/package.json
Original file line number Diff line number Diff line change
@@ -10,6 +10,6 @@
},
"devDependencies": {
"postcss-preset-env": "file:../../../plugin-packs/postcss-preset-env",
"typescript": "^5.4.4"
"typescript": "^5.4.5"
}
}
2 changes: 1 addition & 1 deletion e2e/typescript/esm/package.json
Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@
},
"devDependencies": {
"postcss-preset-env": "file:../../../plugin-packs/postcss-preset-env",
"typescript": "^5.4.4"
"typescript": "^5.4.5"
},
"volta": {
"extends": "../../package.json"
4 changes: 2 additions & 2 deletions e2e/webpack/postcss-loader/package.json
Original file line number Diff line number Diff line change
@@ -12,8 +12,8 @@
"webpack": "^5.91.0",
"webpack-cli": "^5.1.3",
"postcss-loader": "^8.1.1",
"style-loader": "^3.3.4",
"css-loader": "^7.0.0",
"style-loader": "^4.0.0",
"css-loader": "^7.1.1",
"postcss-preset-env": "file:../../../plugin-packs/postcss-preset-env"
},
"volta": {
Loading