Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into css-syntax-for-csstre…
Browse files Browse the repository at this point in the history
…e--sincere-sponge-485d3010cc
  • Loading branch information
romainmenke committed Sep 15, 2024
2 parents d48fdca + 75e5ded commit 772154a
Show file tree
Hide file tree
Showing 49 changed files with 1,600 additions and 3,806 deletions.
6 changes: 6 additions & 0 deletions cli/csstools-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changes to CSSTools CLI

### 4.0.3

_September 9, 2024_

- Updated [`postcss-preset-env`](https://github.com/csstools/postcss-plugins/tree/main/plugin-packs/postcss-preset-env) to [`10.0.3`](https://github.com/csstools/postcss-plugins/tree/main/plugin-packs/postcss-preset-env/CHANGELOG.md#1003) (patch)

### 4.0.2

_August 18, 2024_
Expand Down
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": "4.0.2",
"version": "4.0.3",
"contributors": [
{
"name": "Antonio Laguna",
Expand Down Expand Up @@ -66,7 +66,7 @@
"css-blank-pseudo": "^7.0.0",
"css-has-pseudo": "^7.0.0",
"css-prefers-color-scheme": "^10.0.0",
"postcss": "^8.4.38",
"postcss": "^8.4.45",
"postcss-attribute-case-insensitive": "^7.0.0",
"postcss-color-functional-notation": "^7.0.2",
"postcss-color-hex-alpha": "^10.0.0",
Expand All @@ -85,7 +85,7 @@
"postcss-nesting": "^13.0.0",
"postcss-overflow-shorthand": "^6.0.0",
"postcss-place": "^10.0.0",
"postcss-preset-env": "^10.0.2",
"postcss-preset-env": "^10.0.3",
"postcss-pseudo-class-any-link": "^10.0.0",
"postcss-selector-not": "^8.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion e2e-package-managers/yarn/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"description": "Can you use yarn with our plugins?",
"devDependencies": {
"postcss": "^8.4.41",
"postcss": "^8.4.45",
"postcss-preset-env": "^10.0.2"
},
"volta": {
Expand Down
2 changes: 1 addition & 1 deletion e2e/browserslist/package-json/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"test": "BROWSERSLIST_ENV=development node ./index.mjs && BROWSERSLIST_ENV=production node ./index.mjs && BROWSERSLIST_ENV=legacy-edge node ./index.mjs && node ./use-plugin-option.mjs"
},
"devDependencies": {
"postcss": "^8.4.41",
"postcss": "^8.4.45",
"postcss-preset-env": "file:../../../plugin-packs/postcss-preset-env"
},
"browserslist": {
Expand Down
78 changes: 39 additions & 39 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/webpack/bundle-through/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"test": "node ./dist/bundle-from-mjs.cjs && node ./dist/bundle-from-cjs.cjs "
},
"dependencies": {
"postcss": "^8.4.41",
"postcss": "^8.4.45",
"webpack": "^5.94.0",
"webpack-cli": "^5.1.3",
"postcss-preset-env": "file:../../../plugin-packs/postcss-preset-env"
Expand Down
2 changes: 1 addition & 1 deletion e2e/webpack/postcss-loader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"build": "webpack --config webpack.config.js"
},
"dependencies": {
"postcss": "^8.4.41",
"postcss": "^8.4.45",
"webpack": "^5.94.0",
"webpack-cli": "^5.1.3",
"postcss-loader": "^8.1.1",
Expand Down
Loading

0 comments on commit 772154a

Please sign in to comment.