Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Merge dev to stable #160

Merged
merged 8 commits into from
Oct 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
echo "tags=${TAGS[*]}" >>"$GITHUB_OUTPUT"

- name: Checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
with:
persist-credentials: false

Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,18 +41,18 @@ jobs:
egress-policy: audit

- name: Checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
with:
persist-credentials: false

- name: Setup CodeQL
uses: github/codeql-action/init@8214744c546c1e5c8f03dde8fab3a7353211988d # v3.26.7
uses: github/codeql-action/init@6db8d6351fd0be61f9ed8ebd12ccd35dcec51fea # v3.26.11
with:
languages: ${{ matrix.language }}
build-mode: ${{ matrix.build-mode }}

- name: Run analysis
uses: github/codeql-action/analyze@8214744c546c1e5c8f03dde8fab3a7353211988d # v3.26.7
uses: github/codeql-action/analyze@6db8d6351fd0be61f9ed8ebd12ccd35dcec51fea # v3.26.11
with:
category: /language:${{matrix.language}}

Expand All @@ -70,7 +70,7 @@ jobs:
egress-policy: audit

- name: Checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
with:
persist-credentials: false

Expand All @@ -82,6 +82,6 @@ jobs:
publish_results: true

- name: Upload to code-scanning
uses: github/codeql-action/upload-sarif@8214744c546c1e5c8f03dde8fab3a7353211988d # v3.26.7
uses: github/codeql-action/upload-sarif@6db8d6351fd0be61f9ed8ebd12ccd35dcec51fea # v3.26.11
with:
sarif_file: scoreboard.sarif
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
uses: oven-sh/setup-bun@4bc047ad259df6fc24a6c9b0f9a0cb08cf17fbe5 # v2.0.1

- name: Checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
with:
persist-credentials: false

Expand Down
2 changes: 1 addition & 1 deletion biome.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://biomejs.dev/schemas/1.9.1/schema.json",
"$schema": "https://biomejs.dev/schemas/1.9.3/schema.json",
"files": {
"ignore": ["./dist/**", "*.spec.ts"],
"ignoreUnknown": true
Expand Down
Binary file modified bun.lockb
Binary file not shown.
35 changes: 16 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"dependencies": {
"@codemirror/autocomplete": "~6.18.1",
"@codemirror/commands": "~6.6.2",
"@codemirror/commands": "~6.7.0",
"@codemirror/lang-angular": "~0.1.3",
"@codemirror/lang-cpp": "~6.0.2",
"@codemirror/lang-css": "~6.3.0",
Expand All @@ -36,44 +36,41 @@
"@codemirror/lang-javascript": "~6.2.2",
"@codemirror/lang-json": "~6.0.1",
"@codemirror/lang-liquid": "~6.2.1",
"@codemirror/lang-markdown": "~6.2.5",
"@codemirror/lang-markdown": "~6.3.0",
"@codemirror/lang-php": "~6.0.1",
"@codemirror/lang-python": "~6.1.6",
"@codemirror/lang-rust": "~6.0.1",
"@codemirror/lang-sass": "~6.0.2",
"@codemirror/lang-vue": "~0.1.3",
"@codemirror/lang-xml": "~6.1.0",
"@codemirror/lang-yaml": "~6.1.1",
"@codemirror/language": "~6.10.2",
"@codemirror/language": "~6.10.3",
"@codemirror/state": "~6.4.1",
"@codemirror/view": "~6.33.0",
"@codemirror/view": "~6.34.1",
"@solid-primitives/media": "~2.2.9",
"@solid-primitives/scheduled": "~1.4.3",
"@solid-primitives/storage": "~4.2.1",
"@tabler/icons-solidjs": "3.17.0",
"@types/bun": "~1.1.9",
"@uiw/codemirror-extensions-hyper-link": "~4.23.2",
"@uiw/codemirror-themes": "~4.23.2",
"@tabler/icons-solidjs": "~3.19.0",
"@types/bun": "~1.1.10",
"@uiw/codemirror-extensions-hyper-link": "~4.23.5",
"@uiw/codemirror-themes": "~4.23.5",
"autoprefixer": "~10.4.20",
"chalk": "~5.3.0",
"daisyui": "~4.12.10",
"daisyui": "~4.12.12",
"loglevel": "~1.9.2",
"postcss": "~8.4.47",
"solid-js": "~1.8.22",
"tailwindcss": "~3.4.12",
"solid-js": "~1.9.2",
"tailwindcss": "~3.4.13",
"typescript": "~5.6.2",
"vike": "~0.4.195",
"vike-solid": "~0.7.5",
"vite": "~5.4.6"
"vike": "~0.4.198",
"vike-solid": "~0.7.6",
"vite": "~5.4.8"
},
"devDependencies": {
"@biomejs/biome": "~1.9.1",
"lefthook": "~1.7.15",
"@biomejs/biome": "~1.9.3",
"lefthook": "~1.7.18",
"sort-package-json": "~2.10.1"
},
"patchedDependencies": {
"@tabler/icons-solidjs@3.17.0": "patches/@tabler%2Ficons-solidjs@3.17.0.patch"
},
"trustedDependencies": [
"@biomejs/biome",
"lefthook"
Expand Down
12 changes: 0 additions & 12 deletions patches/@tabler%2Ficons-solidjs@3.17.0.patch

This file was deleted.

Loading