Skip to content

Commit ccd7b52

Browse files
Bump the development-dependencies group across 1 directory with 16 updates (#1648)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: Romain Menke <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f603d58 commit ccd7b52

File tree

656 files changed

+1761
-1037
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

656 files changed

+1761
-1037
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: setup node
3333
uses: actions/setup-node@v4
3434
with:
35-
node-version: 22
35+
node-version: 24
3636
cache: 'npm'
3737

3838
- run: npm ci --ignore-scripts

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
fetch-depth: 1
2323
- uses: actions/setup-node@v4
2424
with:
25-
node-version: 22
25+
node-version: 24
2626

2727
- name: npm ci
2828
run: |

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
fetch-depth: 1
2020
- uses: actions/setup-node@v4
2121
with:
22-
node-version: 22
22+
node-version: 24
2323

2424
- name: npm ci
2525
run: |

.github/workflows/test.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,20 +15,20 @@ jobs:
1515
runs-on: ${{ matrix.os }}
1616
strategy:
1717
fail-fast: false
18-
# Test node 18/20/22 on ubuntu
19-
# Test node 22 on macos/windows
20-
# Enable annotations only for node 22 + ubuntu
18+
# Test node 18/20/22/24 on ubuntu
19+
# Test node 24 on macos/windows
20+
# Enable annotations only for node 24 + ubuntu
2121
matrix:
2222
os: [ubuntu-latest]
23-
node: [18, 20, 22]
23+
node: [18, 20, 22, 24]
2424
include:
2525
- os: macos-latest
26-
node: 22
26+
node: 24
2727
- os: windows-latest
28-
node: 22
28+
node: 24
2929
- os: ubuntu-latest
3030
is_base_os_version: true
31-
- node: 22
31+
- node: 24
3232
is_base_node_version: true
3333
steps:
3434
- uses: actions/checkout@v4

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v22.12.0
1+
v24.4.0

cli/csstools-cli/.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v22.11.0
1+
v24.4.0

cli/csstools-cli/dist/cli.cjs

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

e2e-package-managers/yarn/.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v22.11.0
1+
v24.4.0

e2e/.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v22.11.0
1+
v24.4.0

e2e/browserslist/package-json/.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v22.11.0
1+
v24.4.0

0 commit comments

Comments
 (0)