[READ-ONLY] a fast, modern browser for the npm registry
0
fork

Configure Feed

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

chore: resolve knip issues

+5 -9
+3 -5
knip.json
··· 2 2 "$schema": "https://unpkg.com/knip@5/schema.json", 3 3 "includeEntryExports": true, 4 4 "ignoreExportsUsedInFile": true, 5 - "ignoreBinaries": ["simple-git-hooks", "lint-staged"], 5 + "ignoreBinaries": [], 6 6 "workspaces": { 7 7 ".": { 8 8 "entry": [ ··· 47 47 "ignoreUnresolved": ["#components"] 48 48 }, 49 49 "cli": { 50 - "entry": ["src/index.ts!"], 51 - "project": ["src/**/*.ts!"], 52 - "ignoreDependencies": ["h3-next", "obug", "valibot", "validate-npm-package-name"] 50 + "project": ["src/**/*.ts!"] 53 51 }, 54 52 "docs": { 55 53 "entry": ["app/app.config.ts"], 56 - "ignoreDependencies": ["docus", "better-sqlite3", "nuxt"] 54 + "ignoreDependencies": ["docus", "better-sqlite3"] 57 55 } 58 56 } 59 57 }
+2
lunaria/prepare-json-files.ts
··· 9 9 const localesFolder = path.resolve('i18n/locales') 10 10 11 11 const defaultLocale = currentLocales.find(l => l.code === 'en-US')! 12 + /** @public */ 12 13 export const sourceLocale = { 13 14 label: defaultLocale.name, 14 15 lang: defaultLocale.code, 15 16 } 17 + /** @public */ 16 18 export const locales: Locale[] = currentLocales 17 19 .filter(l => l.code !== 'en-US') 18 20 .map(l => ({
-1
package.json
··· 34 34 "@deno/doc": "jsr:^0.189.1", 35 35 "@iconify-json/simple-icons": "^1.2.67", 36 36 "@iconify-json/vscode-icons": "^1.2.40", 37 - "@intlify/core-base": "^11.1.12", 38 37 "@intlify/shared": "^11.2.8", 39 38 "@lunariajs/core": "https://pkg.pr.new/lunariajs/lunaria/@lunariajs/core@f07e1a3", 40 39 "@nuxt/a11y": "1.0.0-alpha.1",
-3
pnpm-lock.yaml
··· 29 29 '@iconify-json/vscode-icons': 30 30 specifier: ^1.2.40 31 31 version: 1.2.40 32 - '@intlify/core-base': 33 - specifier: ^11.1.12 34 - version: 11.2.8 35 32 '@intlify/shared': 36 33 specifier: ^11.2.8 37 34 version: 11.2.8