[READ-ONLY] Mirror of https://github.com/plttn/mkd.
0

Configure Feed

Select the types of activity you want to include in your feed.

Pin dependencies

authored by

renovate[bot] and committed by
GitHub
(May 25, 2026, 11:03 PM UTC) 4f50b51a 3a9f68a5

+14 -14
+3 -3
.github/workflows/publish.yaml
··· 16 16 publish: 17 17 runs-on: ubuntu-latest 18 18 steps: 19 - - uses: actions/checkout@v6 20 - - uses: actions/setup-node@v6 19 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 20 + - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 21 21 with: 22 22 node-version: "24" 23 23 registry-url: "https://registry.npmjs.org" 24 24 package-manager-cache: false # never use caching in release builds 25 - - uses: pnpm/action-setup@v6 25 + - uses: pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093 # v6 26 26 - run: pnpm ci 27 27 - name: Create Release Pull Request or Publish 28 28 id: changesets
+5 -5
package.json
··· 31 31 "packageManager": "pnpm@11.3.0", 32 32 "devDependencies": { 33 33 "@biomejs/biome": "2.4.15", 34 - "@changesets/cli": "^2.31.0", 35 - "@types/node": "^25.9.1", 34 + "@changesets/cli": "2.31.0", 35 + "@types/node": "25.9.1", 36 36 "prettier": "3.8.3", 37 - "tsdown": "^0.22.0", 38 - "tsx": "^4.22.3", 39 - "typescript": "^6.0.3" 37 + "tsdown": "0.22.0", 38 + "tsx": "4.22.3", 39 + "typescript": "6.0.3" 40 40 }, 41 41 "dependencies": { 42 42 "@clack/prompts": "^1.4.0",
+6 -6
pnpm-lock.yaml
··· 284 284 specifier: 2.4.15 285 285 version: 2.4.15 286 286 '@changesets/cli': 287 - specifier: ^2.31.0 287 + specifier: 2.31.0 288 288 version: 2.31.0(@types/node@25.9.1) 289 289 '@types/node': 290 - specifier: ^25.9.1 290 + specifier: 25.9.1 291 291 version: 25.9.1 292 292 prettier: 293 293 specifier: 3.8.3 294 294 version: 3.8.3 295 295 tsdown: 296 - specifier: ^0.22.0 296 + specifier: 0.22.0 297 297 version: 0.22.0(tsx@4.22.3)(typescript@6.0.3) 298 298 tsx: 299 - specifier: ^4.22.3 299 + specifier: 4.22.3 300 300 version: 4.22.3 301 301 typescript: 302 - specifier: ^6.0.3 302 + specifier: 6.0.3 303 303 version: 6.0.3 304 304 305 305 packages: ··· 1803 1803 1804 1804 ast-kit@3.0.0-beta.1: 1805 1805 dependencies: 1806 - '@babel/parser': 8.0.0-rc.4 1806 + '@babel/parser': 8.0.0-rc.5 1807 1807 estree-walker: 3.0.3 1808 1808 pathe: 2.0.3 1809 1809