Skip to content

Commit 8dd7e98

Browse files
authored
Merge branch 'main' into renovate/netlify-blobs-8.x
2 parents a2c572e + 8e40ace commit 8dd7e98

File tree

148 files changed

+2709
-2407
lines changed

Some content is hidden

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

148 files changed

+2709
-2407
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ workflows:
4949
executors:
5050
node:
5151
docker:
52-
- image: cimg/node:18.20.5
52+
- image: cimg/node:18.20.7
5353
windows:
5454
machine:
5555
image: windows-server-2019-vs2019:stable

.github/workflows/stalebot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
stale:
88
runs-on: ubuntu-24.04
99
steps:
10-
- uses: actions/stale@v9.0.0
10+
- uses: actions/stale@v9.1.0
1111
with:
1212
exempt-issue-labels: 'WIP,security,action_item,never_stale'
1313
days-before-issue-stale: 365

.github/workflows/typescript-nudge.yml

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

1919
- name: 🔎 Get changed JavaScript files
2020
id: changed-javascript-files
21-
uses: tj-actions/changed-files@v45
21+
uses: tj-actions/changed-files@v46
2222
with:
2323
base_sha: ${{ github.event.pull_request.base.sha }}
2424
files: |

.github/workflows/workflow.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ jobs:
2323
with:
2424
fetch-depth: 0
2525
if: ${{ !steps.release-check.outputs.IS_RELEASE }}
26-
- uses: nrwl/nx-set-shas@v3
27-
if: ${{ !steps.release-check.outputs.IS_RELEASE }}
2826
- uses: actions/setup-node@v4
2927
with:
3028
node-version: 22
@@ -36,7 +34,7 @@ jobs:
3634
run: npx playwright install --with-deps
3735
if: ${{ !steps.release-check.outputs.IS_RELEASE }}
3836
- name: test
39-
run: npx nx affected --target=e2e
37+
run: npx nx run-many --target=e2e
4038
if: ${{ !steps.release-check.outputs.IS_RELEASE }}
4139
- uses: actions/upload-artifact@v4
4240
if: always()
@@ -72,8 +70,6 @@ jobs:
7270
with:
7371
fetch-depth: 0
7472
if: ${{ !steps.release-check.outputs.IS_RELEASE }}
75-
- uses: nrwl/nx-set-shas@v3
76-
if: ${{ !steps.release-check.outputs.IS_RELEASE }}
7773
- name: Node.js ${{ matrix.node-version }}
7874
uses: actions/setup-node@v4
7975
with:
@@ -100,10 +96,10 @@ jobs:
10096
run: npm ci
10197
if: ${{ !steps.release-check.outputs.IS_RELEASE }}
10298
- name: Build
103-
run: npx nx affected --target=build
99+
run: npx nx run-many --target=build
104100
if: ${{ !steps.release-check.outputs.IS_RELEASE }}
105101
- name: Tests
106-
run: npx nx affected --target=test:ci --exclude=@netlify/build --parallel=3
102+
run: npx nx run-many --target=test:ci --exclude=@netlify/build --parallel=3
107103
if: ${{ !steps.release-check.outputs.IS_RELEASE }}
108104

109105
test-build:

.release-please-manifest.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
{
2-
"packages/build-info": "8.0.0",
3-
"packages/build": "29.58.9",
2+
"packages/build-info": "9.0.0",
3+
"packages/build": "30.0.1",
44
"packages/edge-bundler": "12.3.2",
55
"packages/cache-utils": "5.2.0",
6-
"packages/config": "20.21.7",
6+
"packages/config": "21.0.1",
77
"packages/framework-info": "9.9.1",
8-
"packages/functions-utils": "5.3.5",
8+
"packages/functions-utils": "5.3.10",
99
"packages/git-utils": "5.2.0",
10-
"packages/headers-parser": "7.3.0",
10+
"packages/headers-parser": "8.0.0",
1111
"packages/js-client": "13.3.3",
12-
"packages/nock-udp": "3.2.0",
12+
"packages/nock-udp": "4.0.0",
1313
"packages/redirect-parser": "14.5.0",
1414
"packages/run-utils": "5.2.0",
1515
"packages/opentelemetry-sdk-setup": "1.2.0",
1616
"packages/opentelemetry-utils": "1.3.0",
17-
"packages/zip-it-and-ship-it": "9.42.5"
17+
"packages/zip-it-and-ship-it": "10.0.1"
1818
}

0 commit comments

Comments
 (0)