Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 8, 2024
1 parent 1c1d8ca commit 79eb3ac
Show file tree
Hide file tree
Showing 7 changed files with 757 additions and 880 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@eb238b55efaa70779f274895e782ed17c84f2895 # v2.6.1
uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0
with:
egress-policy: audit

- name: 'Checkout Repository'
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: 'Dependency Review'
uses: actions/dependency-review-action@80f10bf419f34980065523f5efca7ebed17576aa # v4.1.0
uses: actions/dependency-review-action@9129d7d40b8c12c1ed0f60400d00c92d437adcce # v4.1.3
6 changes: 3 additions & 3 deletions .github/workflows/scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

steps:
- name: Harden Runner
uses: step-security/harden-runner@eb238b55efaa70779f274895e782ed17c84f2895 # v2.6.1
uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0
with:
egress-policy: audit

Expand Down Expand Up @@ -64,14 +64,14 @@ jobs:
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
# format to the repository Actions tab.
- name: "Upload artifact"
uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
with:
name: SARIF file
path: results.sarif
retention-days: 5

# Upload the results to GitHub's code scanning dashboard.
- name: "Upload to code-scanning"
uses: github/codeql-action/upload-sarif@0b21cf2492b6b02c465a3e5d7c473717ad7721ba # v3.23.1
uses: github/codeql-action/upload-sarif@8a470fddafa5cbb6266ee11b37ef4d8aae19c571 # v3.24.6
with:
sarif_file: results.sarif
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.11.0
20.11.1
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,40 +24,40 @@
"private": true,
"license": "MIT",
"devDependencies": {
"@kobalte/core": "0.12.1",
"@kobalte/core": "0.12.3",
"@kobalte/tailwindcss": "0.9.0",
"@semantic-release/changelog": "6.0.3",
"@semantic-release/commit-analyzer": "11.1.0",
"@semantic-release/git": "10.0.1",
"@semantic-release/npm": "11.0.2",
"@solid-primitives/context": "0.2.2",
"@solid-primitives/scheduled": "1.4.2",
"@semantic-release/npm": "11.0.3",
"@solid-primitives/context": "0.2.3",
"@solid-primitives/scheduled": "1.4.3",
"@tailwindcss/typography": "0.5.10",
"@tauri-apps/cli": "2.0.0-alpha.21",
"@types/node": "20.11.6",
"@typescript-eslint/eslint-plugin": "7.0.1",
"@typescript-eslint/parser": "7.0.1",
"autoprefixer": "10.4.17",
"@tauri-apps/cli": "2.0.0-beta.8",
"@types/node": "20.11.25",
"@typescript-eslint/eslint-plugin": "7.1.1",
"@typescript-eslint/parser": "7.1.1",
"autoprefixer": "10.4.18",
"conventional-changelog-conventionalcommits": "7.0.2",
"daisyui": "4.6.0",
"eslint": "8.56.0",
"daisyui": "4.7.2",
"eslint": "8.57.0",
"eslint-plugin-tsdoc": "0.2.17",
"postcss": "8.4.33",
"postcss-import": "16.0.0",
"postcss-nesting": "12.0.2",
"prettier": "3.2.4",
"postcss": "8.4.35",
"postcss-import": "16.0.1",
"postcss-nesting": "12.1.0",
"prettier": "3.2.5",
"semantic-release": "23.0.2",
"semantic-release-export-data": "1.0.1",
"solid-icons": "1.1.0",
"tailwindcss": "3.4.1",
"typescript": "5.3.3",
"vite": "5.0.12",
"vite-plugin-solid": "2.9.1"
"typescript": "5.4.2",
"vite": "5.1.5",
"vite-plugin-solid": "2.10.1"
},
"dependencies": {
"@aptabase/tauri": "^0.4.1",
"@solidjs/router": "^0.10.1",
"@tauri-apps/api": "2.0.0-alpha.14",
"@solidjs/router": "^0.13.0",
"@tauri-apps/api": "2.0.0-beta.4",
"@tauri-apps/plugin-dialog": "github:tauri-apps/tauri-plugin-dialog#v2",
"@tauri-apps/plugin-fs": "github:tauri-apps/tauri-plugin-fs#v2",
"@tauri-apps/plugin-log": "github:tauri-apps/tauri-plugin-log#v2",
Expand Down

0 comments on commit 79eb3ac

Please sign in to comment.