Skip to content

Commit 30f923d

Browse files
committed
Merge remote-tracking branch 'origin/main' into antonis/add-frames-delay-data
# Conflicts: # packages/core/src/js/tracing/timetodisplay.tsx
2 parents 9a411b0 + 43f4002 commit 30f923d

255 files changed

Lines changed: 2007 additions & 3421 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/dependabot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ updates:
1313
react-native-deps:
1414
patterns:
1515
- '@react-native/*'
16-
typescript-eslint-deps:
16+
oxlint:
1717
patterns:
18-
- '@typescript-eslint/*'
18+
- 'oxlint'
1919
ignore:
2020
- dependency-name: '@sentry*'
2121
- package-ecosystem: gradle

.github/workflows/changelog-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ permissions:
1414

1515
jobs:
1616
changelog-preview:
17-
uses: getsentry/craft/.github/workflows/changelog-preview.yml@f4889d04564e47311038ecb6b910fef6b6cf1363 # V2
17+
uses: getsentry/craft/.github/workflows/changelog-preview.yml@ba01e596c4a4c07692f0de10b0d4fe05f3dd0292 # V2
1818
secrets: inherit

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444

4545
# Initializes the CodeQL tools for scanning.
4646
- name: Initialize CodeQL
47-
uses: github/codeql-action/init@38697555549f1db7851b81482ff19f1fa5c4fedc # pin@v4.34.1
47+
uses: github/codeql-action/init@c10b8064de6f491fea524254123dbe5e09572f13 # pin@v4.35.1
4848
with:
4949
languages: ${{ matrix.language }}
5050
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -55,7 +55,7 @@ jobs:
5555
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
5656
# If this step fails, then you should remove it and run the build manually (see below)
5757
- name: Autobuild
58-
uses: github/codeql-action/autobuild@38697555549f1db7851b81482ff19f1fa5c4fedc # pin@v4.34.1
58+
uses: github/codeql-action/autobuild@c10b8064de6f491fea524254123dbe5e09572f13 # pin@v4.35.1
5959

6060
# ℹ️ Command-line programs to run using the OS shell.
6161
# 📚 https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions
@@ -66,4 +66,4 @@ jobs:
6666
# make bootstrap
6767
# make release
6868
- name: Perform CodeQL Analysis
69-
uses: github/codeql-action/analyze@38697555549f1db7851b81482ff19f1fa5c4fedc # pin@v4.34.1
69+
uses: github/codeql-action/analyze@c10b8064de6f491fea524254123dbe5e09572f13 # pin@v4.35.1

.github/workflows/detect-changes.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,10 @@ jobs:
7979
needs_sample_expo: ${{ steps.evaluate.outputs.needs_sample_expo }}
8080
needs_web: ${{ steps.evaluate.outputs.needs_web }}
8181
steps:
82-
- uses: actions/checkout@v4
82+
- uses: actions/checkout@v6
8383

8484
- name: Detect changed paths
85-
uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.0.2
85+
uses: dorny/paths-filter@fbd0ab8f3e69293af611ebaee6363fc25e6d187d # v4.0.1
8686
id: filter
8787
with:
8888
filters: .github/file-filters.yml

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
cache-dependency-path: yarn.lock
4444

4545
- name: Prepare release
46-
uses: getsentry/craft@f4889d04564e47311038ecb6b910fef6b6cf1363 # v2
46+
uses: getsentry/craft@ba01e596c4a4c07692f0de10b0d4fe05f3dd0292 # v2
4747
env:
4848
GITHUB_TOKEN: ${{ steps.token.outputs.token }}
4949
with:

.github/workflows/validate-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
permissions:
1111
pull-requests: write
1212
steps:
13-
- uses: getsentry/github-workflows/validate-pr@4ff40ada546d4a31b852a4279828b989a6193497
13+
- uses: getsentry/github-workflows/validate-pr@0b52fc6a867b744dcbdf5d25c18bc8d1c95710e1
1414
with:
1515
app-id: ${{ vars.SDK_MAINTAINER_BOT_APP_ID }}
1616
private-key: ${{ secrets.SDK_MAINTAINER_BOT_PRIVATE_KEY }}

.oxfmtrc.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"$schema": "./packages/core/node_modules/oxfmt/configuration_schema.json",
3+
"arrowParens": "avoid",
4+
"printWidth": 120,
5+
"proseWrap": "always",
6+
"singleQuote": true,
7+
"trailingComma": "all",
8+
"sortImports": {
9+
"groups": [
10+
"type-import",
11+
["value-builtin", "value-external"],
12+
["type-internal", "value-internal"],
13+
["type-parent", "type-sibling", "type-index"],
14+
["value-parent", "value-sibling", "value-index"],
15+
"unknown"
16+
]
17+
},
18+
"ignorePatterns": [
19+
"test/react-native/versions/**",
20+
".github/workflows/*.yml"
21+
],
22+
"overrides": [
23+
{
24+
"files": ["*.md"],
25+
"options": {
26+
"proseWrap": "preserve"
27+
}
28+
}
29+
]
30+
}

.prettierignore

Lines changed: 0 additions & 3 deletions
This file was deleted.

.prettierrc.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

.vscode/extensions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
// See http://go.microsoft.com/fwlink/?LinkId=827846
33
// for the documentation about the extensions.json format
4-
"recommendations": ["esbenp.prettier-vscode", "dbaeumer.vscode-eslint"]
4+
"recommendations": ["nickelpack.oxlint"]
55
}

0 commit comments

Comments
 (0)