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: dc944a55026e198be8fab5da4f881e5a2ddca4bc
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: 0a28162bccdaa762696113d34b4e5065f0add44e
Choose a head ref

Commits on May 4, 2024

  1. Copy the full SHA
    3e650ef View commit details
  2. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    9356615 View commit details
  3. update the site

    romainmenke committed May 4, 2024
    Copy the full SHA
    b20d970 View commit details
  4. Copy the full SHA
    d4ca750 View commit details
  5. Copy the full SHA
    e1f0b8e View commit details
  6. Copy the full SHA
    b35cbfb View commit details
  7. Copy the full SHA
    0e25241 View commit details
  8. Copy the full SHA
    70eaeb2 View commit details
  9. Copy the full SHA
    daa60d2 View commit details
  10. Copy the full SHA
    a18aa1e View commit details
  11. Copy the full SHA
    34ccd23 View commit details
  12. Copy the full SHA
    2edf988 View commit details
  13. Copy the full SHA
    f1bc15e View commit details
  14. Copy the full SHA
    a848544 View commit details
  15. Copy the full SHA
    324e2fd View commit details
  16. Copy the full SHA
    f7d1044 View commit details
  17. Copy the full SHA
    69a5b01 View commit details
  18. Copy the full SHA
    e269e5e View commit details
  19. Copy the full SHA
    0bd14c3 View commit details
  20. Copy the full SHA
    234c853 View commit details
  21. Copy the full SHA
    bfc08bc View commit details
  22. Copy the full SHA
    bc7be9c View commit details
  23. Copy the full SHA
    2753dad View commit details
  24. Copy the full SHA
    27bd1c9 View commit details
  25. Copy the full SHA
    648a036 View commit details
  26. Copy the full SHA
    5d5519b View commit details
  27. Copy the full SHA
    4d3dd0d View commit details
  28. Copy the full SHA
    eb8cf76 View commit details
  29. Copy the full SHA
    2b47d02 View commit details
  30. Copy the full SHA
    d16aa7c View commit details
  31. Copy the full SHA
    9ac0314 View commit details
  32. Copy the full SHA
    3a5e5d6 View commit details
  33. Copy the full SHA
    914d874 View commit details
  34. Copy the full SHA
    d5d727f View commit details
  35. Copy the full SHA
    b871c83 View commit details
  36. Copy the full SHA
    b1df309 View commit details
  37. Copy the full SHA
    ced5e58 View commit details
  38. Copy the full SHA
    5d43e2a View commit details
  39. Copy the full SHA
    68a9d82 View commit details
  40. Copy the full SHA
    d4aaddd View commit details
  41. Copy the full SHA
    d776893 View commit details
  42. Copy the full SHA
    8ff7974 View commit details
  43. Copy the full SHA
    965486b View commit details
  44. Copy the full SHA
    0a28162 View commit details
Showing with 1,138 additions and 825 deletions.
  1. +24 −0 cli/csstools-cli/CHANGELOG.md
  2. +20 −20 cli/csstools-cli/package.json
  3. +8 −0 experimental/postcss-gradient-stop-increments/CHANGELOG.md
  4. +4 −4 experimental/postcss-gradient-stop-increments/package.json
  5. +162 −162 package-lock.json
  6. +7 −0 packages/cascade-layer-name-parser/CHANGELOG.md
  7. +3 −3 packages/cascade-layer-name-parser/package.json
  8. +7 −0 packages/css-calc/CHANGELOG.md
  9. +3 −3 packages/css-calc/package.json
  10. +8 −0 packages/css-color-parser/CHANGELOG.md
  11. +4 −4 packages/css-color-parser/package.json
  12. +6 −0 packages/css-parser-algorithms/CHANGELOG.md
  13. +2 −2 packages/css-parser-algorithms/package.json
  14. +6 −0 packages/css-tokenizer/CHANGELOG.md
  15. +1 −1 packages/css-tokenizer/dist/index.cjs
  16. +1 −1 packages/css-tokenizer/dist/index.mjs
  17. +1 −1 packages/css-tokenizer/package.json
  18. +4 −1 packages/css-tokenizer/src/util/mutations.ts
  19. +6 −6 packages/css-tokenizer/test/mutations/ident.mjs
  20. +7 −0 packages/media-query-list-parser/CHANGELOG.md
  21. +3 −3 packages/media-query-list-parser/package.json
  22. +8 −0 plugin-packs/postcss-bundler/CHANGELOG.md
  23. +4 −4 plugin-packs/postcss-bundler/package.json
  24. +24 −0 plugin-packs/postcss-preset-env/CHANGELOG.md
  25. +20 −20 plugin-packs/postcss-preset-env/package.json
  26. +7 −0 plugins-stylelint/no-invalid-at-import-rules-when-bundling/CHANGELOG.md
  27. +3 −3 plugins-stylelint/no-invalid-at-import-rules-when-bundling/package.json
  28. +8 −0 plugins/postcss-color-function/CHANGELOG.md
  29. +4 −4 plugins/postcss-color-function/package.json
  30. +8 −0 plugins/postcss-color-functional-notation/CHANGELOG.md
  31. +4 −4 plugins/postcss-color-functional-notation/package.json
  32. +8 −0 plugins/postcss-color-mix-function/CHANGELOG.md
  33. +4 −4 plugins/postcss-color-mix-function/package.json
  34. +8 −0 plugins/postcss-contrast-color-function/CHANGELOG.md
  35. +4 −4 plugins/postcss-contrast-color-function/package.json
  36. +9 −0 plugins/postcss-custom-media/CHANGELOG.md
  37. +5 −5 plugins/postcss-custom-media/package.json
  38. +8 −0 plugins/postcss-custom-properties/CHANGELOG.md
  39. +4 −4 plugins/postcss-custom-properties/package.json
  40. +8 −0 plugins/postcss-custom-selectors/CHANGELOG.md
  41. +4 −4 plugins/postcss-custom-selectors/package.json
  42. +7 −0 plugins/postcss-design-tokens/CHANGELOG.md
  43. +3 −3 plugins/postcss-design-tokens/package.json
  44. +8 −0 plugins/postcss-exponential-functions/CHANGELOG.md
  45. +4 −4 plugins/postcss-exponential-functions/package.json
  46. +8 −0 plugins/postcss-gamut-mapping/CHANGELOG.md
  47. +4 −4 plugins/postcss-gamut-mapping/package.json
  48. +2 −2 plugins/postcss-global-data/package.json
  49. +8 −0 plugins/postcss-gradients-interpolation-method/CHANGELOG.md
  50. +4 −4 plugins/postcss-gradients-interpolation-method/package.json
  51. +8 −0 plugins/postcss-hwb-function/CHANGELOG.md
  52. +4 −4 plugins/postcss-hwb-function/package.json
  53. +8 −0 plugins/postcss-lab-function/CHANGELOG.md
  54. +4 −4 plugins/postcss-lab-function/package.json
  55. +7 −0 plugins/postcss-light-dark-function/CHANGELOG.md
  56. +3 −3 plugins/postcss-light-dark-function/package.json
  57. +6 −0 plugins/postcss-logical-viewport-units/CHANGELOG.md
  58. +2 −2 plugins/postcss-logical-viewport-units/package.json
  59. +9 −0 plugins/postcss-media-minmax/CHANGELOG.md
  60. +5 −5 plugins/postcss-media-minmax/package.json
  61. +8 −0 plugins/postcss-media-queries-aspect-ratio-number-values/CHANGELOG.md
  62. +4 −4 plugins/postcss-media-queries-aspect-ratio-number-values/package.json
  63. +6 −0 plugins/postcss-minify/CHANGELOG.md
  64. +2 −2 plugins/postcss-minify/package.json
  65. +8 −0 plugins/postcss-oklab-function/CHANGELOG.md
  66. +4 −4 plugins/postcss-oklab-function/package.json
  67. +7 −0 plugins/postcss-rebase-url/CHANGELOG.md
  68. +3 −3 plugins/postcss-rebase-url/package.json
  69. +8 −0 plugins/postcss-relative-color-syntax/CHANGELOG.md
  70. +4 −4 plugins/postcss-relative-color-syntax/package.json
  71. +7 −0 plugins/postcss-rewrite-url/CHANGELOG.md
  72. +3 −3 plugins/postcss-rewrite-url/package.json
  73. +8 −0 plugins/postcss-stepped-value-functions/CHANGELOG.md
  74. +4 −4 plugins/postcss-stepped-value-functions/package.json
  75. +7 −0 plugins/postcss-todo-or-die/CHANGELOG.md
  76. +3 −3 plugins/postcss-todo-or-die/package.json
  77. +8 −0 plugins/postcss-trigonometric-functions/CHANGELOG.md
  78. +4 −4 plugins/postcss-trigonometric-functions/package.json
  79. +497 −492 sites/package-lock.json
24 changes: 24 additions & 0 deletions cli/csstools-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -2,6 +2,29 @@

### Unreleased (patch)

- Updated [`@csstools/postcss-logical-viewport-units`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-logical-viewport-units) to [`2.0.9`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-logical-viewport-units/CHANGELOG.md#209) (patch)
- Updated [`@csstools/postcss-light-dark-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-light-dark-function) to [`1.0.5`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-light-dark-function/CHANGELOG.md#105) (patch)
- Updated [`@csstools/postcss-exponential-functions`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-exponential-functions) to [`1.0.7`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-exponential-functions/CHANGELOG.md#107) (patch)
- Updated [`@csstools/postcss-media-minmax`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-media-minmax) to [`1.1.6`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-media-minmax/CHANGELOG.md#116) (patch)
- Updated [`@csstools/postcss-media-queries-aspect-ratio-number-values`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-media-queries-aspect-ratio-number-values) to [`2.0.9`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-media-queries-aspect-ratio-number-values/CHANGELOG.md#209) (patch)
- Updated [`@csstools/postcss-stepped-value-functions`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-stepped-value-functions) to [`3.0.8`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-stepped-value-functions/CHANGELOG.md#308) (patch)
- Updated [`@csstools/postcss-trigonometric-functions`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-trigonometric-functions) to [`3.0.8`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-trigonometric-functions/CHANGELOG.md#308) (patch)
- Updated [`postcss-custom-media`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-custom-media) to [`10.0.6`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-custom-media/CHANGELOG.md#1006) (patch)
- Updated [`postcss-custom-properties`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-custom-properties) to [`13.3.10`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-custom-properties/CHANGELOG.md#13310) (patch)
- Updated [`postcss-custom-selectors`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-custom-selectors) to [`7.1.10`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-custom-selectors/CHANGELOG.md#7110) (patch)
- Updated [`@csstools/postcss-color-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-function) to [`3.0.16`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-function/CHANGELOG.md#3016) (patch)
- Updated [`@csstools/postcss-color-mix-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-mix-function) to [`2.0.16`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-mix-function/CHANGELOG.md#2016) (patch)
- Updated [`@csstools/postcss-gradients-interpolation-method`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-gradients-interpolation-method) to [`4.0.17`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-gradients-interpolation-method/CHANGELOG.md#4017) (patch)
- Updated [`@csstools/postcss-hwb-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-hwb-function) to [`3.0.15`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-hwb-function/CHANGELOG.md#3015) (patch)
- Updated [`@csstools/postcss-oklab-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-oklab-function) to [`3.0.16`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-oklab-function/CHANGELOG.md#3016) (patch)
- Updated [`@csstools/postcss-relative-color-syntax`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-relative-color-syntax) to [`2.0.16`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-relative-color-syntax/CHANGELOG.md#2016) (patch)
- Updated [`postcss-color-functional-notation`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-functional-notation) to [`6.0.11`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-functional-notation/CHANGELOG.md#6011) (patch)
- Updated [`postcss-lab-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-lab-function) to [`6.0.16`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-lab-function/CHANGELOG.md#6016) (patch)

### 3.0.19

_May 4, 2024_

- Updated [`@csstools/postcss-logical-viewport-units`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-logical-viewport-units) to [`2.0.8`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-logical-viewport-units/CHANGELOG.md#208) (patch)
- Updated [`@csstools/postcss-light-dark-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-light-dark-function) to [`1.0.4`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-light-dark-function/CHANGELOG.md#104) (patch)
- Updated [`@csstools/postcss-exponential-functions`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-exponential-functions) to [`1.0.6`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-exponential-functions/CHANGELOG.md#106) (patch)
@@ -20,6 +43,7 @@
- Updated [`@csstools/postcss-relative-color-syntax`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-relative-color-syntax) to [`2.0.15`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-relative-color-syntax/CHANGELOG.md#2015) (patch)
- Updated [`postcss-color-functional-notation`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-functional-notation) to [`6.0.10`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-functional-notation/CHANGELOG.md#6010) (patch)
- Updated [`postcss-lab-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-lab-function) to [`6.0.15`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-lab-function/CHANGELOG.md#6015) (patch)
- Updated [`postcss-preset-env`](https://github.com/csstools/postcss-plugins/tree/main/plugin-packs/postcss-preset-env) to [`9.5.10`](https://github.com/csstools/postcss-plugins/tree/main/plugin-packs/postcss-preset-env/CHANGELOG.md#9510) (patch)

### 3.0.18

40 changes: 20 additions & 20 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.18",
"version": "3.0.19",
"contributors": [
{
"name": "Antonio Laguna",
@@ -39,52 +39,52 @@
],
"dependencies": {
"@csstools/postcss-cascade-layers": "^4.0.4",
"@csstools/postcss-color-function": "^3.0.15",
"@csstools/postcss-color-mix-function": "^2.0.15",
"@csstools/postcss-exponential-functions": "^1.0.6",
"@csstools/postcss-color-function": "^3.0.16",
"@csstools/postcss-color-mix-function": "^2.0.16",
"@csstools/postcss-exponential-functions": "^1.0.7",
"@csstools/postcss-font-format-keywords": "^3.0.2",
"@csstools/postcss-gradients-interpolation-method": "^4.0.16",
"@csstools/postcss-hwb-function": "^3.0.14",
"@csstools/postcss-gradients-interpolation-method": "^4.0.17",
"@csstools/postcss-hwb-function": "^3.0.15",
"@csstools/postcss-ic-unit": "^3.0.6",
"@csstools/postcss-is-pseudo-class": "^4.0.6",
"@csstools/postcss-light-dark-function": "^1.0.4",
"@csstools/postcss-light-dark-function": "^1.0.5",
"@csstools/postcss-logical-float-and-clear": "^2.0.1",
"@csstools/postcss-logical-resize": "^2.0.1",
"@csstools/postcss-logical-viewport-units": "^2.0.8",
"@csstools/postcss-media-minmax": "^1.1.5",
"@csstools/postcss-media-queries-aspect-ratio-number-values": "^2.0.8",
"@csstools/postcss-logical-viewport-units": "^2.0.9",
"@csstools/postcss-media-minmax": "^1.1.6",
"@csstools/postcss-media-queries-aspect-ratio-number-values": "^2.0.9",
"@csstools/postcss-nested-calc": "^3.0.2",
"@csstools/postcss-normalize-display-values": "^3.0.2",
"@csstools/postcss-oklab-function": "^3.0.15",
"@csstools/postcss-relative-color-syntax": "^2.0.15",
"@csstools/postcss-oklab-function": "^3.0.16",
"@csstools/postcss-relative-color-syntax": "^2.0.16",
"@csstools/postcss-scope-pseudo-class": "^3.0.1",
"@csstools/postcss-stepped-value-functions": "^3.0.7",
"@csstools/postcss-stepped-value-functions": "^3.0.8",
"@csstools/postcss-text-decoration-shorthand": "^3.0.6",
"@csstools/postcss-trigonometric-functions": "^3.0.7",
"@csstools/postcss-trigonometric-functions": "^3.0.8",
"@csstools/postcss-unset-value": "^3.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",
"postcss-attribute-case-insensitive": "^6.0.3",
"postcss-color-functional-notation": "^6.0.10",
"postcss-color-functional-notation": "^6.0.11",
"postcss-color-hex-alpha": "^9.0.4",
"postcss-color-rebeccapurple": "^9.0.3",
"postcss-custom-media": "^10.0.5",
"postcss-custom-properties": "^13.3.9",
"postcss-custom-selectors": "^7.1.9",
"postcss-custom-media": "^10.0.6",
"postcss-custom-properties": "^13.3.10",
"postcss-custom-selectors": "^7.1.10",
"postcss-dir-pseudo-class": "^8.0.1",
"postcss-double-position-gradients": "^5.0.6",
"postcss-focus-visible": "^9.0.1",
"postcss-focus-within": "^8.0.1",
"postcss-gap-properties": "^5.0.1",
"postcss-image-set-function": "^6.0.3",
"postcss-lab-function": "^6.0.15",
"postcss-lab-function": "^6.0.16",
"postcss-logical": "^7.0.1",
"postcss-nesting": "^12.1.2",
"postcss-overflow-shorthand": "^5.0.1",
"postcss-place": "^9.0.1",
"postcss-preset-env": "^9.5.9",
"postcss-preset-env": "^9.5.10",
"postcss-pseudo-class-any-link": "^9.0.2",
"postcss-selector-not": "^7.0.2"
},
8 changes: 8 additions & 0 deletions experimental/postcss-gradient-stop-increments/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changes to PostCSS Gradient Stop Increments

### 1.0.10

_May 4, 2024_

- Updated [`@csstools/css-tokenizer`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-tokenizer) to [`2.3.1`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-tokenizer/CHANGELOG.md#231) (patch)
- Updated [`@csstools/css-parser-algorithms`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-parser-algorithms) to [`2.6.3`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-parser-algorithms/CHANGELOG.md#263) (patch)
- Updated [`@csstools/css-calc`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-calc) to [`1.2.2`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-calc/CHANGELOG.md#122) (patch)

### 1.0.9

_May 4, 2024_
8 changes: 4 additions & 4 deletions experimental/postcss-gradient-stop-increments/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@csstools/postcss-gradient-stop-increments-experimental",
"description": "Increment CSS gradient stops",
"version": "1.0.9",
"version": "1.0.10",
"contributors": [
{
"name": "Antonio Laguna",
@@ -48,9 +48,9 @@
"dist"
],
"dependencies": {
"@csstools/css-calc": "^1.2.1",
"@csstools/css-parser-algorithms": "^2.6.2",
"@csstools/css-tokenizer": "^2.3.0"
"@csstools/css-calc": "^1.2.2",
"@csstools/css-parser-algorithms": "^2.6.3",
"@csstools/css-tokenizer": "^2.3.1"
},
"peerDependencies": {
"postcss": "^8.4"
Loading