Skip to content

Commit 0b1e451

Browse files
authored
Merge branch 'main' into postcss-color-function-display-p3-linear--and--postcss-alpha-function--philosophical-great-dane-930999e4e2
2 parents 6988c13 + e7c2f2b commit 0b1e451

9 files changed

Lines changed: 16 additions & 16 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
steps:
2323
- name: Checkout repository
24-
uses: actions/checkout@v4
24+
uses: actions/checkout@v5
2525

2626
- name: Initialize CodeQL
2727
uses: github/codeql-action/init@v3

.github/workflows/deploy-preset-env.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
name: Request Netlify Webhook
1818
runs-on: ubuntu-latest
1919
steps:
20-
- uses: actions/checkout@v4
20+
- uses: actions/checkout@v5
2121
with:
2222
fetch-depth: 1
2323
- uses: actions/setup-node@v4

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
lint:
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@v4
17+
- uses: actions/checkout@v5
1818
with:
1919
fetch-depth: 1
2020
- uses: actions/setup-node@v4

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- node: 24
3232
is_base_node_version: true
3333
steps:
34-
- uses: actions/checkout@v4
34+
- uses: actions/checkout@v5
3535
with:
3636
fetch-depth: 1
3737
- uses: actions/setup-node@v4

e2e/package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

e2e/webpack/bundle-through/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies": {
1212
"postcss": "^8.5.6",
13-
"webpack": "^5.101.0",
13+
"webpack": "^5.101.2",
1414
"webpack-cli": "^6.0.1",
1515
"postcss-preset-env": "file:../../../plugin-packs/postcss-preset-env"
1616
},

e2e/webpack/postcss-loader/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"dependencies": {
1111
"postcss": "^8.5.6",
12-
"webpack": "^5.101.0",
12+
"webpack": "^5.101.2",
1313
"webpack-cli": "^6.0.1",
1414
"postcss-loader": "^8.1.1",
1515
"style-loader": "^4.0.0",

sites/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sites/postcss-preset-env/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@
5454
"@11ty/eleventy": "^3.1.0",
5555
"@11ty/eleventy-plugin-rss": "^2.0.4",
5656
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.2",
57-
"@babel/core": "^7.28.0",
58-
"@babel/preset-env": "^7.28.0",
57+
"@babel/core": "^7.28.3",
58+
"@babel/preset-env": "^7.28.3",
5959
"@codemirror/lang-css": "^6.3.1",
6060
"@codemirror/lang-javascript": "^6.2.4",
6161
"@codemirror/state": "^6.5.1",

0 commit comments

Comments
 (0)