diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ad64339..dbd3ddb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,10 +12,10 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 - name: Setup Node.js and Bun - uses: jdx/mise-action@v2 + uses: jdx/mise-action@f8dfbcc150159126838e44b882bf34bd98fd90f3 # v2 - name: Install dependencies run: bun install --frozen-lockfile diff --git a/.github/workflows/deploy-packages.yml b/.github/workflows/deploy-packages.yml index dccb05e..87c781c 100644 --- a/.github/workflows/deploy-packages.yml +++ b/.github/workflows/deploy-packages.yml @@ -13,10 +13,10 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Repo - uses: actions/checkout@v4 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 - name: Setup Node.js and Bun - uses: jdx/mise-action@v2 + uses: jdx/mise-action@f8dfbcc150159126838e44b882bf34bd98fd90f3 # v2 - name: Creating .npmrc run: | diff --git a/.github/workflows/deploy-website.yml b/.github/workflows/deploy-website.yml index cf92421..aaeed23 100644 --- a/.github/workflows/deploy-website.yml +++ b/.github/workflows/deploy-website.yml @@ -23,10 +23,10 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 - name: Setup Node.js and Bun - uses: jdx/mise-action@v2 + uses: jdx/mise-action@f8dfbcc150159126838e44b882bf34bd98fd90f3 # v2 - name: Install dependencies run: bun install --frozen-lockfile @@ -35,13 +35,13 @@ jobs: run: bun run build - name: Setup Pages - uses: actions/configure-pages@v5 + uses: actions/configure-pages@983d7736d9b0ae728b81ab479565c72886d7745b # v5 - name: Upload artifact - uses: actions/upload-pages-artifact@v3 + uses: actions/upload-pages-artifact@56afc609e74202658d3ffba0e8f6dda462b719fa # v3 with: path: "./packages/website/dist" - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v4 + uses: actions/deploy-pages@d6db90164ac5ed86f2b6aed7e0febac5b3c0c03e # v4 diff --git a/bun.lockb b/bun.lockb index 5691343..183ab07 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 18479a9..3874f99 100644 --- a/package.json +++ b/package.json @@ -30,14 +30,14 @@ }, "devDependencies": { "@biomejs/biome": "1.9.2", - "@changesets/changelog-github": "^0.5.0", - "@changesets/cli": "^2.27.1", - "@tsconfig/node16": "^16.1.3", - "@types/bun": "^1.0.8", - "lefthook": "^1.7.11", - "rimraf": "^6.0.0", - "turbo": "^2.0.0", - "typescript": "^5.0.0" + "@changesets/changelog-github": "0.5.0", + "@changesets/cli": "2.27.9", + "@tsconfig/node16": "16.1.3", + "@types/bun": "1.1.10", + "lefthook": "1.7.18", + "rimraf": "6.0.1", + "turbo": "2.1.3", + "typescript": "5.6.2" }, "packageManager": "bun@1.0.30" } diff --git a/packages/remark-callout/package.json b/packages/remark-callout/package.json index 591f325..7d8926b 100644 --- a/packages/remark-callout/package.json +++ b/packages/remark-callout/package.json @@ -61,27 +61,27 @@ }, "devDependencies": { "@biomejs/biome": "1.9.2", - "@changesets/changelog-github": "^0.5.0", - "@changesets/cli": "^2.27.1", - "@types/bun": "^1.0.8", - "@types/hast": "^3.0.4", - "@types/jsdom": "^21.1.6", - "@types/mdast": "^4.0.3", - "@vitest/coverage-v8": "^2.0.0", - "@vitest/ui": "^2.0.0", - "dedent": "^1.5.1", - "jsdom": "^25.0.0", - "rehype-raw": "^7.0.0", - "rehype-stringify": "^10.0.0", + "@changesets/changelog-github": "0.5.0", + "@changesets/cli": "2.27.9", + "@types/bun": "1.1.10", + "@types/hast": "3.0.4", + "@types/jsdom": "21.1.7", + "@types/mdast": "4.0.4", + "@vitest/coverage-v8": "2.1.2", + "@vitest/ui": "2.1.2", + "dedent": "1.5.3", + "jsdom": "25.0.1", + "rehype-raw": "7.0.0", + "rehype-stringify": "10.0.1", "remark-gfm": "4.0.0", "remark-math": "6.0.0", "remark-parse": "11.0.0", "remark-rehype": "11.1.1", - "rimraf": "^6.0.0", - "typescript": "^5.0.0", - "unified": "^11.0.4", - "vfile": "^6.0.1", - "vitest": "^2.0.0" + "rimraf": "6.0.1", + "typescript": "5.6.2", + "unified": "11.0.5", + "vfile": "6.0.3", + "vitest": "2.1.2" }, "packageManager": "bun@1.0.30" } diff --git a/packages/remark-typedoc-astro-link/package.json b/packages/remark-typedoc-astro-link/package.json index 3015941..9959706 100644 --- a/packages/remark-typedoc-astro-link/package.json +++ b/packages/remark-typedoc-astro-link/package.json @@ -37,17 +37,17 @@ "release": "bun run vitest run && bun run build && bun run changeset publish" }, "devDependencies": { - "@biomejs/biome": "^1.8.3", - "@types/hast": "^3.0.4", - "@types/jsdom": "^21.1.7", - "@types/mdast": "^4.0.4", - "dedent": "^1.5.3", - "jsdom": "^25.0.0", - "rehype-stringify": "^10.0.0", + "@biomejs/biome": "1.9.3", + "@types/hast": "3.0.4", + "@types/jsdom": "21.1.7", + "@types/mdast": "4.0.4", + "dedent": "1.5.3", + "jsdom": "25.0.1", + "rehype-stringify": "10.0.1", "remark-parse": "11.0.0", "remark-rehype": "11.1.1", - "unified": "^11.0.5", - "vitest": "^2.0.5" + "unified": "11.0.5", + "vitest": "2.1.2" }, "dependencies": { "defu": "^6.1.4", diff --git a/packages/website/package.json b/packages/website/package.json index 08b98bc..add3ab0 100644 --- a/packages/website/package.json +++ b/packages/website/package.json @@ -48,28 +48,28 @@ "devDependencies": { "@biomejs/biome": "1.9.2", "@r4ai/remark-callout": "workspace:*", - "@tailwindcss/typography": "^0.5.12", - "@types/mdast": "^4.0.4", + "@tailwindcss/typography": "0.5.15", + "@types/mdast": "4.0.4", "@types/react": "18.3.9", "@types/react-dom": "18.3.0", - "class-variance-authority": "^0.7.0", - "clsx": "^2.1.1", - "prettier-plugin-astro": "^0.14.0", - "prettier-plugin-tailwindcss": "^0.6.0", + "class-variance-authority": "0.7.0", + "clsx": "2.1.1", + "prettier-plugin-astro": "0.14.1", + "prettier-plugin-tailwindcss": "0.6.8", "rehype-katex": "7.0.1", "remark-math": "6.0.0", "remark-typedoc-astro-link": "workspace:*", - "shiki": "^1.2.0", - "tailwind-merge": "^2.5.2", - "tailwind-scrollbar": "^3.1.0", - "tailwind-variants": "^0.2.1", - "tailwindcss-animate": "^1.0.7", - "typedoc": "^0.26.5", - "typedoc-plugin-frontmatter": "^1.0.0", - "typedoc-plugin-markdown": "^4.2.3", - "typedoc-plugin-missing-exports": "^3.0.0", - "typedoc-plugin-remark": "^1.0.2", - "typedoc-plugin-replace-text": "^4.0.0", - "unist-util-visit": "^5.0.0" + "shiki": "1.21.0", + "tailwind-merge": "2.5.3", + "tailwind-scrollbar": "3.1.0", + "tailwind-variants": "0.2.1", + "tailwindcss-animate": "1.0.7", + "typedoc": "0.26.8", + "typedoc-plugin-frontmatter": "1.0.0", + "typedoc-plugin-markdown": "4.2.9", + "typedoc-plugin-missing-exports": "3.0.0", + "typedoc-plugin-remark": "1.0.3", + "typedoc-plugin-replace-text": "4.0.0", + "unist-util-visit": "5.0.0" } }