Skip to content

Commit 9c1aad7

Browse files
Update all dependencies
1 parent 66fcc0e commit 9c1aad7

File tree

7 files changed

+92
-94
lines changed

7 files changed

+92
-94
lines changed

.github/workflows/build-and-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
steps:
2626
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2727
- name: Install uv
28-
uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6.0
28+
uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.0
2929
with:
3030
enable-cache: true
3131
- name: Set up Python
@@ -39,7 +39,7 @@ jobs:
3939
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4040

4141
- name: Install uv
42-
uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6.0
42+
uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.0
4343
with:
4444
enable-cache: true
4545

.github/workflows/build-explorer-database.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
run: |
4242
.github/scripts/use-cla-approved-bot.sh
4343
44-
- uses: actions/create-github-app-token@fee1f7d63c2ff003460e3d139729b119787bc349 # v2.2.2
44+
- uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
4545
if: steps.repo_check.outputs.is_primary == 'true'
4646
id: otelbot-token
4747
with:
@@ -55,7 +55,7 @@ jobs:
5555
git config user.email "github-actions[bot]@users.noreply.github.com"
5656
5757
- name: Install uv
58-
uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6.0
58+
uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.0
5959
with:
6060
enable-cache: true
6161

.github/workflows/nightly-registry-update.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
run: |
4040
.github/scripts/use-cla-approved-bot.sh
4141
42-
- uses: actions/create-github-app-token@fee1f7d63c2ff003460e3d139729b119787bc349 # v2.2.2
42+
- uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
4343
if: steps.repo_check.outputs.is_primary == 'true'
4444
id: otelbot-token
4545
with:
@@ -61,7 +61,7 @@ jobs:
6161
tmp-repos-
6262
6363
- name: Install uv
64-
uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6.0
64+
uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.0
6565
with:
6666
enable-cache: true
6767

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
# uploads of run results in SARIF format to the repository Actions tab.
3434
# https://docs.github.com/en/actions/advanced-guides/storing-workflow-data-as-artifacts
3535
- name: "Upload artifact"
36-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
36+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
3737
with:
3838
name: SARIF file
3939
path: results.sarif

.github/workflows/survey-on-merged-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
if: github.event.pull_request.merged == true
2121
steps:
22-
- uses: actions/create-github-app-token@fee1f7d63c2ff003460e3d139729b119787bc349 # v2.2.2
22+
- uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
2323
id: otelbot-token
2424
with:
2525
app-id: ${{ vars.OTELBOT_APP_ID }}

ecosystem-explorer/bun.lock

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

ecosystem-explorer/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,35 +25,35 @@
2525
"dependencies": {
2626
"@radix-ui/react-tabs": "^1.1.13",
2727
"idb": "^8.0.3",
28-
"lucide-react": "^0.577.0",
28+
"lucide-react": "^1.0.0",
2929
"react": "^19.2.0",
3030
"react-dom": "^19.2.0",
3131
"react-router-dom": "^7.13.0"
3232
},
3333
"devDependencies": {
34-
"@eslint/js": "9.39.4",
34+
"@eslint/js": "10.0.1",
3535
"@tailwindcss/postcss": "4.2.2",
3636
"@testing-library/jest-dom": "6.9.1",
3737
"@testing-library/react": "16.3.2",
3838
"@testing-library/user-event": "14.6.1",
39-
"@types/node": "24.12.0",
39+
"@types/node": "25.5.2",
4040
"@types/react": "19.2.14",
4141
"@types/react-dom": "19.2.3",
4242
"@vitejs/plugin-react-swc": "4.3.0",
4343
"autoprefixer": "10.4.27",
44-
"eslint": "9.39.4",
44+
"eslint": "10.2.0",
4545
"eslint-config-prettier": "10.1.8",
4646
"eslint-plugin-react-hooks": "7.0.1",
4747
"eslint-plugin-react-refresh": "0.5.2",
4848
"fake-indexeddb": "6.2.5",
4949
"globals": "17.4.0",
50-
"jsdom": "28.1.0",
50+
"jsdom": "29.0.2",
5151
"postcss": "8.5.8",
5252
"prettier": "3.8.1",
5353
"tailwindcss": "4.2.2",
54-
"typescript": "5.9.3",
54+
"typescript": "6.0.2",
5555
"typescript-eslint": "8.58.0",
56-
"vite": "7.3.2",
56+
"vite": "8.0.7",
5757
"vitest": "4.1.2"
5858
}
5959
}

0 commit comments

Comments
 (0)