Skip to content

Commit

Permalink
fix missing tools, update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
janosh committed Mar 24, 2024
1 parent f3c7869 commit d896f16
Show file tree
Hide file tree
Showing 7 changed files with 34 additions and 31 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ repos:
- svelte

- repo: https://github.com/adrienverge/yamllint
rev: v1.33.0
rev: v1.35.1
hooks:
- id: yamllint
args: [--config-file, .github/yamllint.yml]

- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.38.0
rev: v0.39.0
hooks:
- id: markdownlint
# MD013: line too long
Expand All @@ -53,7 +53,7 @@ repos:
stages: [commit, commit-msg]

- repo: https://github.com/pre-commit/mirrors-eslint
rev: v9.0.0-alpha.0
rev: v9.0.0-rc.0
hooks:
- id: eslint
types: [file]
Expand Down
7 changes: 4 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ Awesome examples of SvelteKit in the wild. Visit **[janosh.github.io/awesome-sve

shadcn/ui, but for Svelte.<br>

uses: [TypeScript], [Vercel], [Tailwind], [PNPM], [Changesets], [vitest], [Prism], [Marked]
uses: [TypeScript], [Vercel], [Tailwind], [PNPM], [Changesets], [vitest], [Prism], [MarkedJS]

1. **[Svelvet](https://svelvet.io)**&nbsp;
[[code](https://github.com/oslabs-beta/Svelvet)]&ensp;
Expand Down Expand Up @@ -446,7 +446,7 @@ Awesome examples of SvelteKit in the wild. Visit **[janosh.github.io/awesome-sve

A soup-to-nuts interactive tutorial on how to build apps with Svelte.<br>

uses: [Vercel], [PNPM], [Prism], [Marked], [CodeMirror]
uses: [Vercel], [PNPM], [Prism], [MarkedJS], [CodeMirror]

1. **[Watch This](https://what-to-watch-roan.vercel.app)**&nbsp;
[[code](https://github.com/StephDietz/watch-this)]&ensp;
Expand Down Expand Up @@ -506,7 +506,7 @@ Awesome examples of SvelteKit in the wild. Visit **[janosh.github.io/awesome-sve

Supercharged REPL for Svelte (think StackBlitz specialized for Svelte)<br>

uses: [Playwright], [vitest], [Iconify], [Marked], [TypeScript], [PNPM], [Pocketbase], [Vercel], [Tailwind]
uses: [Playwright], [vitest], [Iconify], [MarkedJS], [TypeScript], [PNPM], [Pocketbase], [Vercel], [Tailwind]

1. **[Dotfyle](https://dotfyle.com)**&nbsp;
[[code](https://github.com/codicocodes/dotfyle)]&ensp;
Expand Down Expand Up @@ -933,6 +933,7 @@ Awesome examples of SvelteKit in the wild. Visit **[janosh.github.io/awesome-sve
[tailwind]: https://tailwindcss.com
[testing library]: https://testing-library.com
[three.js]: https://threejs.org
[trpc]: https://trpc.io
[trpc-sveltekit]: https://github.com/icflorescu/trpc-sveltekit
[turbo]: https://github.com/vercel/turbo
[typescript]: https://typescriptlang.org
Expand Down
32 changes: 16 additions & 16 deletions site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,30 +18,30 @@
},
"devDependencies": {
"@iconify/svelte": "^3.1.6",
"@playwright/test": "^1.41.1",
"@playwright/test": "^1.42.1",
"@rollup/plugin-yaml": "^4.1.2",
"@sveltejs/adapter-static": "^3.0.1",
"@sveltejs/kit": "^2.5.0",
"@sveltejs/kit": "^2.5.4",
"@sveltejs/vite-plugin-svelte": "^3.0.2",
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/parser": "^6.19.1",
"dotenv": "^16.4.1",
"eslint": "^8.56.0",
"@typescript-eslint/eslint-plugin": "^7.3.1",
"@typescript-eslint/parser": "^7.3.1",
"dotenv": "^16.4.5",
"eslint": "^8.57.0",
"eslint-plugin-svelte": "^2.35.1",
"js-yaml": "^4.1.0",
"marked": "^11.2.0",
"prettier": "^3.2.4",
"prettier-plugin-svelte": "^3.1.2",
"puppeteer": "^21.9.0",
"sharp": "^0.33.2",
"svelte": "4.2.9",
"svelte-check": "^3.6.3",
"marked": "^12.0.1",
"prettier": "^3.2.5",
"prettier-plugin-svelte": "^3.2.2",
"puppeteer": "^22.6.0",
"sharp": "^0.33.3",
"svelte": "4.2.12",
"svelte-check": "^3.6.8",
"svelte-multiselect": "^10.2.0",
"svelte-preprocess": "^5.1.3",
"svelte-zoo": "^0.4.10",
"svelte2tsx": "^0.7.0",
"typescript": "5.3.3",
"vite": "^5.0.12"
"svelte2tsx": "^0.7.5",
"typescript": "5.4.3",
"vite": "^5.2.5"
},
"keywords": [
"sveltekit",
Expand Down
6 changes: 3 additions & 3 deletions site/src/sites.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2678,7 +2678,7 @@
- Playwright
- vitest
- Iconify
- Marked
- MarkedJS
- TypeScript
- PNPM
- Pocketbase
Expand Down Expand Up @@ -2778,7 +2778,7 @@
- Changesets
- vitest
- Prism
- Marked
- MarkedJS
tags:
- community
- component library
Expand Down Expand Up @@ -2810,7 +2810,7 @@
- Vercel
- PNPM
- Prism
- Marked
- MarkedJS
- CodeMirror
tags:
- community
Expand Down
6 changes: 3 additions & 3 deletions site/src/tasks/fetch-github-metadata.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,13 +109,13 @@ export async function fetch_github_metadata(options: { action?: Action } = {}) {
// show at most 5 contributors and only those with more than 10 commits
// and of type 'User' (to filter out bots) sorted by number of contributions
contributors = contributors
.filter((c) => c.contributions > 10 && c.type === `User`)
.filter((itm) => itm.contributions > 10 && itm.type === `User`)
.sort((c1, c2) => c2.contributions - c1.contributions)
.slice(0, 5)

contributors = await Promise.all(
contributors.map(({ url }) =>
fetch(url, { headers }).then((r) => r.json()),
contributors.map((person) =>
fetch(person.url, { headers }).then((res) => res.json()),
),
)

Expand Down
7 changes: 4 additions & 3 deletions sites.yml
Original file line number Diff line number Diff line change
Expand Up @@ -800,7 +800,7 @@
- Playwright
- vitest
- Iconify
- Marked
- MarkedJS
- TypeScript
- PNPM
- Pocketbase
Expand Down Expand Up @@ -833,7 +833,8 @@
site_src: https://github.com/huntabyte/shadcn-svelte/blob/-/apps/www
repo: https://github.com/huntabyte/shadcn-svelte
description: shadcn/ui, but for Svelte.
uses: [TypeScript, Vercel, Tailwind, PNPM, Changesets, vitest, Prism, Marked]
uses:
[TypeScript, Vercel, Tailwind, PNPM, Changesets, vitest, Prism, MarkedJS]
tags: [component library, community]
date_created: 2023-05-15
date_added: 2023-07-06
Expand All @@ -842,7 +843,7 @@
url: https://learn.svelte.dev
repo: https://github.com/sveltejs/learn.svelte.dev
description: A soup-to-nuts interactive tutorial on how to build apps with Svelte.
uses: [Vercel, PNPM, Prism, Marked, CodeMirror]
uses: [Vercel, PNPM, Prism, MarkedJS, CodeMirror]
tags: [docs, tutorial, education, community]
date_created: 2023-05-15
date_added: 2023-07-27
Expand Down
1 change: 1 addition & 0 deletions tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ tailwind: https://tailwindcss.com
testing library: https://testing-library.com
three.js: https://threejs.org
trpc-sveltekit: https://github.com/icflorescu/trpc-sveltekit
trpc: https://trpc.io
turbo: https://github.com/vercel/turbo
typescript: https://typescriptlang.org
underscore: https://underscorejs.org
Expand Down

0 comments on commit d896f16

Please sign in to comment.