diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 165b667..a23f4df 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index 98439e5..4a7a444 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -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}} @@ -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 @@ -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 \ No newline at end of file diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 131d4fa..2aea9f9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 diff --git a/biome.json b/biome.json index 3430e32..bb47e78 100644 --- a/biome.json +++ b/biome.json @@ -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 diff --git a/bun.lockb b/bun.lockb index fc71b5f..8cd6ba1 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 73526c6..9527ca9 100644 --- a/package.json +++ b/package.json @@ -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", @@ -36,7 +36,7 @@ "@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", @@ -44,36 +44,33 @@ "@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" diff --git a/patches/@tabler%2Ficons-solidjs@3.17.0.patch b/patches/@tabler%2Ficons-solidjs@3.17.0.patch deleted file mode 100644 index b47d739..0000000 --- a/patches/@tabler%2Ficons-solidjs@3.17.0.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff --git a/package.json b/package.json -index c736857fd15be36c743bf3ff4ec507b623e1b83a..a54d066485f698970d4c0fab88f41249d4de75d3 100644 ---- a/package.json -+++ b/package.json -@@ -20,6 +20,7 @@ - "main": "./dist/cjs/tabler-icons-solidjs.cjs", - "module": "./dist/esm/tabler-icons-solidjs.mjs", - "types": "./dist/cjs/tabler-icons-solidjs.d.cts", -+ "sideEffects": false, - "files": [ - "dist" - ],