Skip to content

Commit 49cb58b

Browse files
committed
Merge remote-tracking branch 'origin/develop' into sig/removeSendDefaultPii
# Conflicts: # packages/cloudflare/src/sdk.ts
2 parents f94f63e + cabe3dc commit 49cb58b

174 files changed

Lines changed: 1245 additions & 2771 deletions

File tree

Some content is hidden

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

.github/actions/install-dependencies/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ runs:
1515
shell: bash
1616

1717
- name: Check dependency cache
18-
uses: actions/cache@v5
18+
uses: actions/cache@v6.1.0
1919
id: cache_dependencies
2020
with:
2121
path: ${{ env.CACHED_DEPENDENCY_PATHS }}

.github/actions/install-playwright/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ runs:
1818
working-directory: ${{ inputs.cwd }}
1919

2020
- name: Restore cached playwright binaries
21-
uses: actions/cache/restore@v5
21+
uses: actions/cache/restore@v6.1.0
2222
id: playwright-cache
2323
with:
2424
path: |
@@ -43,7 +43,7 @@ runs:
4343

4444
# Only store cache on develop branch
4545
- name: Store cached playwright binaries
46-
uses: actions/cache/save@v5
46+
uses: actions/cache/save@v6.1.0
4747
if: github.event_name == 'push' && github.ref == 'refs/heads/develop'
4848
with:
4949
path: |

.github/actions/restore-cache/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ runs:
1111
steps:
1212
- name: Check dependency cache
1313
id: dep-cache
14-
uses: actions/cache/restore@v5
14+
uses: actions/cache/restore@v6.1.0
1515
with:
1616
path: ${{ env.CACHED_DEPENDENCY_PATHS }}
1717
key: ${{ inputs.dependency_cache_key }}

.github/workflows/auto-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
node-version-file: 'package.json'
5252

5353
- name: Prepare release
54-
uses: getsentry/craft@cdb657d4bbc70cd497876ad158984b4d345a48ae # v2.26.14
54+
uses: getsentry/craft@aeb16753a1764f3ef0768c03c499e3d2e4b7227c # v2.28.0
5555
if:
5656
github.event.pull_request.merged == true && steps.version-regex.outputs.match != '' &&
5757
steps.get_version.outputs.version != ''

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121
} >> "$GITHUB_OUTPUT"
122122
123123
- name: Store NX cache
124-
uses: actions/cache/save@v5
124+
uses: actions/cache/save@v6.1.0
125125
# Only cache this per-PR to speed up CI.
126126
if: github.event_name == 'pull_request'
127127
with:
@@ -206,7 +206,7 @@ jobs:
206206
with:
207207
node-version-file: 'package.json'
208208
- name: Restore NX cache
209-
uses: actions/cache/restore@v5
209+
uses: actions/cache/restore@v6.1.0
210210
with:
211211
path: |
212212
.nx/cache
@@ -245,7 +245,7 @@ jobs:
245245
with:
246246
node-version-file: 'package.json'
247247
- name: Restore NX cache
248-
uses: actions/cache/restore@v5
248+
uses: actions/cache/restore@v6.1.0
249249
with:
250250
path: |
251251
.nx/cache
@@ -968,7 +968,7 @@ jobs:
968968
with:
969969
node-version-file: 'package.json'
970970
- name: Restore NX cache
971-
uses: actions/cache/restore@v5
971+
uses: actions/cache/restore@v6.1.0
972972
with:
973973
path: |
974974
.nx/cache

.github/workflows/canary.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
with:
4040
node-version-file: 'package.json'
4141
- name: Check canary cache
42-
uses: actions/cache@v5
42+
uses: actions/cache@v6.1.0
4343
with:
4444
path: ${{ env.CACHED_BUILD_PATHS }}
4545
key: canary-${{ env.HEAD_COMMIT }}
@@ -132,7 +132,7 @@ jobs:
132132
node-version-file: 'dev-packages/e2e-tests/test-applications/${{ matrix.test-application }}/package.json'
133133

134134
- name: Restore canary cache
135-
uses: actions/cache/restore@v5
135+
uses: actions/cache/restore@v6.1.0
136136
with:
137137
path: ${{ env.CACHED_BUILD_PATHS }}
138138
key: canary-${{ env.HEAD_COMMIT }}

.github/workflows/ci-metadata.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
6565
# Most changed packages are determined in job_build via Nx
6666
- name: Determine changed packages
67-
uses: dorny/paths-filter@v4.0.1
67+
uses: dorny/paths-filter@v4.0.2
6868
id: changed
6969
with:
7070
filters: |

.github/workflows/flaky-test-detector.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
browsers: 'chromium'
4545

4646
- name: Determine changed tests
47-
uses: dorny/paths-filter@v4.0.1
47+
uses: dorny/paths-filter@v4.0.2
4848
id: changed
4949
with:
5050
list-files: json

.github/workflows/pr-stale-notifier.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- name: Warn and close stale PRs
21-
uses: actions/stale@v10
21+
uses: actions/stale@v11
2222
with:
2323
repo-token: ${{ secrets.GITHUB_TOKEN }}
2424
days-before-issue-stale: -1

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
with:
3737
node-version-file: 'package.json'
3838
- name: Prepare release
39-
uses: getsentry/craft@cdb657d4bbc70cd497876ad158984b4d345a48ae # v2.26.14
39+
uses: getsentry/craft@aeb16753a1764f3ef0768c03c499e3d2e4b7227c # v2.28.0
4040
env:
4141
GITHUB_TOKEN: ${{ steps.token.outputs.token }}
4242
with:

0 commit comments

Comments
 (0)