Skip to content
Open
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/autofix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-24.04-arm

steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
persist-credentials: false

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/chromatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

steps:
- name: ☑️ Checkout
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
fetch-depth: 0
repository: ${{ github.event.pull_request.head.repo.full_name || github.repository }}
Expand All @@ -34,7 +34,7 @@ jobs:
sfw: true

- name: 🧪 Run Chromatic Visual and Accessibility Tests
uses: chromaui/action@94713c544284a14195de3b50ef24301579f1877e # v18.0.1
uses: chromaui/action@14cfaef73576e69f95f47f60058063f46ca38719 # v18.1.0
with:
buildCommand: vp run build-storybook
outputDir: storybook-static
Expand Down
18 changes: 9 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
runs-on: ubuntu-24.04-arm

steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
persist-credentials: false

Expand All @@ -46,7 +46,7 @@ jobs:
runs-on: ubuntu-24.04-arm

steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
persist-credentials: false

Expand All @@ -64,7 +64,7 @@ jobs:
runs-on: ubuntu-24.04-arm

steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
persist-credentials: false

Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
runs-on: ubuntu-24.04-arm

steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
persist-credentials: false

Expand Down Expand Up @@ -144,10 +144,10 @@ jobs:
name: 🖥️ Browser tests
runs-on: ubuntu-24.04-arm
container:
image: mcr.microsoft.com/playwright:v1.61.1-noble@sha256:5b8f294aff9041b7191c34a4bab3ac270157a28774d4b0660e9743297b697e48
image: mcr.microsoft.com/playwright:v1.62.1-noble@sha256:dcc5531e97840b9b5e794f2814476b21571c5124a3fca2267d73041f56e7580e

steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
persist-credentials: false

Expand Down Expand Up @@ -188,7 +188,7 @@ jobs:
mode: [dark, light]

steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
persist-credentials: false

Expand All @@ -212,7 +212,7 @@ jobs:
runs-on: ubuntu-24.04-arm

steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
persist-credentials: false

Expand All @@ -230,7 +230,7 @@ jobs:
runs-on: ubuntu-24.04-arm

steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
persist-credentials: false

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependency-diff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
runs-on: ubuntu-slim

steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
fetch-depth: 0
persist-credentials: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
name: 🚀 Deploy to canary (main.npmx.dev)
runs-on: ubuntu-24.04-arm
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
persist-credentials: false
fetch-depth: 2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lunaria.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
# Necessary for Lunaria to work properly
# Makes the action clone the entire git history
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mirror-tangled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-24.04-arm

steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
fetch-depth: 0
persist-credentials: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
pull-requests: write # create or update the release pull request

steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
fetch-depth: 0
persist-credentials: false
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
skipped: ${{ steps.check.outputs.skip }}

steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
fetch-depth: 0
persist-credentials: true
Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:
environment: npm-publish

steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
ref: release
persist-credentials: false
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/zizmor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ jobs:
contents: read # checkout repository

steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
persist-credentials: false

- uses: zizmorcore/zizmor-action@192e21d79ab29983730a13d1382995c2307fbcaa # v0.5.7
- uses: zizmorcore/zizmor-action@3dc1ecc9bcb9e94e9b2c709687979e1298497054 # v0.6.2
with:
persona: pedantic
# Use annotations instead of SARIF as this doesn't need special permissions
Expand Down
8 changes: 4 additions & 4 deletions cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,16 @@
},
"dependencies": {
"@clack/prompts": "^1.7.0",
"@lydell/node-pty": "1.2.0-beta.12",
"@lydell/node-pty": "1.2.0-beta.14",
"citty": "^0.2.2",
"h3-next": "npm:h3@2.0.1-rc.22",
"h3-next": "npm:h3@2.0.1-rc.26",
"obug": "^2.1.3",
"srvx": "^0.11.21",
"srvx": "^0.12.0",
"valibot": "^1.4.2",
"validate-npm-package-name": "^8.0.0"
},
"devDependencies": {
"@types/node": "24.13.2",
"@types/node": "24.13.3",
"@types/validate-npm-package-name": "4.0.2",
"typescript": "6.0.3"
},
Expand Down
6 changes: 3 additions & 3 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
"preview": "nuxt preview"
},
"dependencies": {
"@nuxt/ui": "4.9.0",
"@nuxtjs/mdc": "0.22.1",
"@nuxt/ui": "4.10.0",
"@nuxtjs/mdc": "0.22.2",
"better-sqlite3": "12.11.1",
"docus": "5.12.3",
"nuxt": "4.4.8",
"tailwindcss": "4.3.2"
"tailwindcss": "4.3.3"
}
}
98 changes: 49 additions & 49 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,105 +44,105 @@
"chromatic": "chromatic"
},
"dependencies": {
"@atcute/bluesky-richtext-segmenter": "3.0.1",
"@atcute/tid": "1.1.3",
"@atproto/api": "0.20.25",
"@atproto/lex": "0.1.7",
"@atproto/lex-password-session": "0.1.4",
"@atproto/oauth-client-node": "0.3.15",
"@atcute/bluesky-richtext-segmenter": "3.0.2",
"@atcute/tid": "1.1.4",
"@atproto/api": "0.20.36",
"@atproto/lex": "0.3.2",
"@atproto/lex-password-session": "0.1.9",
"@atproto/oauth-client-node": "0.5.1",
"@deno/doc": "jsr:^0.189.1",
"@floating-ui/vue": "2.0.0",
"@iconify-json/lucide": "1.2.116",
"@iconify-json/simple-icons": "1.2.88",
"@floating-ui/vue": "2.0.1",
"@iconify-json/lucide": "1.2.121",
"@iconify-json/simple-icons": "1.2.92",
"@iconify-json/svg-spinners": "1.2.4",
"@iconify-json/vscode-icons": "1.2.63",
"@intlify/shared": "11.4.6",
"@iconify-json/vscode-icons": "1.2.68",
"@intlify/shared": "11.4.8",
"@lunariajs/core": "https://pkg.pr.new/lunariajs/lunaria/@lunariajs/core@904b935",
"@napi-rs/canvas": "1.0.2",
"@napi-rs/canvas": "1.0.3",
"@nuxt/a11y": "1.0.0-alpha.1",
"@nuxt/fonts": "0.14.0",
"@nuxt/scripts": "1.3.0",
"@nuxt/scripts": "1.3.2",
"@nuxt/test-utils": "4.0.3",
"@nuxtjs/color-mode": "4.0.1",
"@nuxtjs/html-validator": "2.1.0",
"@nuxtjs/i18n": "10.4.0",
"@shikijs/langs": "4.3.1",
"@shikijs/markdown-exit": "4.3.1",
"@shikijs/themes": "4.3.1",
"@takumi-rs/core": "2.0.0-rc.5",
"@takumi-rs/wasm": "2.0.0-rc.5",
"@unocss/nuxt": "66.7.4",
"@unocss/preset-wind4": "66.7.4",
"@upstash/redis": "1.38.0",
"@nuxtjs/i18n": "10.6.0",
"@shikijs/langs": "4.4.1",
"@shikijs/markdown-exit": "4.4.1",
"@shikijs/themes": "4.4.1",
"@takumi-rs/core": "2.5.4",
"@takumi-rs/wasm": "2.5.4",
"@unocss/nuxt": "66.7.5",
"@unocss/preset-wind4": "66.7.5",
"@upstash/redis": "1.38.1",
"@vercel/speed-insights": "2.0.0",
"@vite-pwa/assets-generator": "1.0.2",
"@vite-pwa/nuxt": "1.1.1",
"@vueuse/core": "14.3.0",
"@vueuse/integrations": "14.3.0",
"@vueuse/nuxt": "14.3.0",
"@vueuse/core": "14.4.0",
"@vueuse/integrations": "14.4.0",
"@vueuse/nuxt": "14.4.0",
"@vueuse/router": "^14.2.1",
"@vueuse/shared": "14.3.0",
"algoliasearch": "5.55.1",
"@vueuse/shared": "14.4.0",
"algoliasearch": "5.56.0",
"defu": "6.1.7",
"diff": "^9.0.0",
"fast-npm-meta": "2.1.0",
"fast-npm-meta": "2.2.0",
"focus-trap": "^8.0.0",
"gray-matter": "4.0.3",
"hls.js": "1.6.16",
"ipaddr.js": "2.4.0",
"marked": "18.0.5",
"marked": "18.0.7",
"module-replacements": "3.1.0",
"nuxt": "4.4.8",
"nuxt-og-image": "6.7.2",
"nuxt-og-image": "6.7.5",
"ofetch": "1.5.1",
"ohash": "2.0.11",
"packumeta": "0.4.1",
"perfect-debounce": "2.1.0",
"sanitize-html": "2.17.5",
"shiki": "4.3.1",
"sanitize-html": "2.17.6",
"shiki": "4.4.1",
"simple-git": "3.36.0",
"spdx-license-list": "6.11.0",
"std-env": "4.1.0",
"spdx-license-list": "6.12.0",
"std-env": "4.2.0",
"ufo": "1.6.4",
"unocss": "66.7.4",
"unocss": "66.7.5",
"valibot": "1.4.2",
"validate-npm-package-name": "8.0.0",
"verkit": "0.3.1",
"virtua": "0.49.2",
"virtua": "0.50.0",
"vite-plugin-pwa": "1.3.0",
"vite-plus": "catalog:vite-plus",
"vue": "3.5.39",
"vue-data-ui": "3.22.13",
"vue-router": "5.1.0"
"vue-data-ui": "3.22.14",
"vue-router": "5.2.0"
},
"devDependencies": {
"@e18e/eslint-plugin": "0.6.0",
"@intlify/core-base": "11.4.6",
"@intlify/core-base": "11.4.8",
"@npm/types": "2.1.0",
"@playwright/test": "1.61.1",
"@playwright/test": "1.62.1",
"@storybook-vue/nuxt": "catalog:storybook",
"@storybook/addon-a11y": "catalog:storybook",
"@storybook/addon-docs": "catalog:storybook",
"@storybook/addon-themes": "catalog:storybook",
"@types/node": "24.13.2",
"@types/node": "24.13.3",
"@types/sanitize-html": "2.16.1",
"@types/validate-npm-package-name": "4.0.2",
"@vitest/browser-playwright": "catalog:vite-plus",
"@vitest/coverage-v8": "catalog:vite-plus",
"@vue/test-utils": "2.4.11",
"axe-core": "4.12.1",
"changelogen": "0.6.2",
"chromatic": "18.0.1",
"devalue": "5.8.1",
"chromatic": "18.1.0",
"devalue": "5.9.0",
"eslint-plugin-regexp": "3.1.1",
"fast-check": "4.8.0",
"fast-check": "4.9.0",
"h3": "1.15.11",
"h3-next": "npm:h3@2.0.1-rc.22",
"h3-next": "npm:h3@2.0.1-rc.26",
"knip": "6.31.0",
"markdown-it-anchor": "9.2.0",
"markdown-it-anchor": "9.2.1",
"msw": "catalog:msw",
"msw-storybook-addon": "catalog:storybook",
"rolldown": "1.1.4",
"rolldown": "1.2.1",
"schema-dts": "2.0.0",
"storybook": "catalog:storybook",
"storybook-i18n": "catalog:storybook",
Expand All @@ -151,12 +151,12 @@
"vite": "catalog:vite-plus",
"vitest": "catalog:vite-plus",
"vue-i18n-extract": "2.0.7",
"vue-tsc": "3.3.6"
"vue-tsc": "3.3.9"
},
"engines": {
"node": "24"
},
"packageManager": "pnpm@11.15.0+sha512.266f8957a30d2be6e9468e5e66bcdedd35a794175f71b067ba8504d686cce1d0c0f429b33c323c3c569ad4891e667574a49ff71d1b89a22cc66f13c65818c578",
"packageManager": "pnpm@11.18.0+sha512.33d83c77da82f49fba836925c6f1b841181ec3132b670639bd012f7075f5c7cf634c5f870147c19aae7478fac01df09d8892e880454896edd23ee9b33757563c",
"storybook": {
"url": "https://storybook.npmx.dev"
}
Expand Down
Loading
Loading