Skip to content
This repository was archived by the owner on Oct 3, 2024. It is now read-only.

Commit 6a05d1a

Browse files
committed
Merge torrust/torrust-website#148: change index naming and misc
bc219e5 Update AboutTorrust.svelte (Graeme Byrne) 0e2013c change index naming and misc (MacBook air) Pull request description: * [Update Website with "Index" and "GUI" naming #97](torrust/torrust-website#97) * Move `HowToContribute` above `RecentPosts` as the user's attention should be on how they can contribute first rather than blog posts. * Add Blog to `Footer` so it is consistent with `Header` * Run `npm audit fix` to automatically fix the reported vulnerabilities in by updating the dependencies to versions that do not have the identified security issues. ACKs for top commit: josecelano: ACK bc219e5 Tree-SHA512: 1f79d6f1a1339dd5e610e4c0d587efc53035fa0182226cbd6385527e73a2b00c67dc0f9f25a8c82d534ea7a088558bcce6e404a8c8182f45dd9674469989248a
2 parents 32c5a62 + bc219e5 commit 6a05d1a

File tree

5 files changed

+51
-50
lines changed

5 files changed

+51
-50
lines changed

package-lock.json

Lines changed: 22 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/lib/components/organisms/AboutTorrust.svelte

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,13 +66,13 @@
6666
that consumes the API, built with Vue 3.
6767
</p>
6868
<div class="buttons">
69-
<Button href="https://github.com/torrust/torrust-index-backend" color="secondary">
69+
<Button href="https://github.com/torrust/torrust-index-gui" color="secondary">
7070
<GitHubIcon slot="icon" />
71-
index-backend
71+
index-gui
7272
</Button>
73-
<Button href="https://github.com/torrust/torrust-index-frontend" color="primary">
73+
<Button href="https://github.com/torrust/torrust-index" color="primary">
7474
<GitHubIcon slot="icon" />
75-
index-frontend
75+
index
7676
</Button>
7777
</div>
7878
</div>

src/lib/components/organisms/Footer.svelte

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
>.
2424
</div>
2525
<div class="socials">
26+
<a href="/blog">Blog</a>
2627
<Socials />
2728
<RssLink />
2829
<ThemeToggle />

src/routes/(waves)/+page.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717
<div class="container">
1818
<Hero hasFeatures={features && features.length > 0} hasPosts={posts && posts.length > 0} />
1919
<AboutTorrust />
20+
<HowToContribute />
2021
{#if posts && posts.length}
2122
<RecentPosts {posts} />
2223
{/if}
23-
<HowToContribute />
2424
{#if features && features.length}
2525
<Features {features} />
2626
{/if}

yarn.lock

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,9 @@
113113
integrity sha512-mjZVbpaeMZludF2fsWLD0Z9gCref1Tk4i9+wddjRvpUNqqcndPkBD09N/Mapey0b3jaXbLm2kICwFv2E64QinA==
114114

115115
"@fastify/busboy@^2.0.0":
116-
version "2.0.0"
117-
resolved "https://registry.npmjs.org/@fastify/busboy/-/busboy-2.0.0.tgz"
118-
integrity sha512-JUFJad5lv7jxj926GPgymrWQxxjPYuJNiNjNMzqT+HiuP6Vl3dk5xzG+8sTX96np0ZAluvaMzPsjhHZ5rNuNQQ==
116+
version "2.1.1"
117+
resolved "https://registry.npmjs.org/@fastify/busboy/-/busboy-2.1.1.tgz"
118+
integrity sha512-vBZP4NlzfOlerQTnba4aqZoMhE/a9HY7HRqoOPaETQcSQuWEIyZMHGfVu6w9wGtGK5fED5qRs2DteVCjOH60sA==
119119

120120
"@fontsource-variable/roboto-mono@^5.0.9":
121121
version "5.0.16"
@@ -321,11 +321,11 @@
321321
integrity sha512-VUqTfXsxYGugCpMqQv1U0LIdbR3S5nBkMMDmpjGVJyM6Q2jHVMFtdWJCkeHMySc6mZxJ+0eZK3T7IgmUCDrcUQ==
322322

323323
"@sveltejs/kit@^1.22.4", "@sveltejs/kit@^1.5.0":
324-
version "1.27.0"
325-
resolved "https://registry.npmjs.org/@sveltejs/kit/-/kit-1.27.0.tgz"
326-
integrity sha512-a1wPIq2uO3RsTmV+KbA4venOgCJDbfHTXFe+g7eJR3N8l46DSuulUONJ1qnk2EnZWYC1Uj3Wbp3US0WFocIzXg==
324+
version "1.30.4"
325+
resolved "https://registry.npmjs.org/@sveltejs/kit/-/kit-1.30.4.tgz"
326+
integrity sha512-JSQIQT6XvdchCRQEm7BABxPC56WP5RYVONAi+09S8tmzeP43fBsRlr95bFmsTQM2RHBldfgQk+jgdnsKI75daA==
327327
dependencies:
328-
"@sveltejs/vite-plugin-svelte" "^2.4.1"
328+
"@sveltejs/vite-plugin-svelte" "^2.5.0"
329329
"@types/cookie" "^0.5.1"
330330
cookie "^0.5.0"
331331
devalue "^4.3.1"
@@ -337,7 +337,7 @@
337337
set-cookie-parser "^2.6.0"
338338
sirv "^2.0.2"
339339
tiny-glob "^0.2.9"
340-
undici "~5.26.2"
340+
undici "^5.28.3"
341341

342342
"@sveltejs/vite-plugin-svelte-inspector@^1.0.4":
343343
version "1.0.4"
@@ -346,10 +346,10 @@
346346
dependencies:
347347
debug "^4.3.4"
348348

349-
"@sveltejs/vite-plugin-svelte@^2.2.0", "@sveltejs/vite-plugin-svelte@^2.4.1":
350-
version "2.4.6"
351-
resolved "https://registry.npmjs.org/@sveltejs/vite-plugin-svelte/-/vite-plugin-svelte-2.4.6.tgz"
352-
integrity sha512-zO79p0+DZnXPnF0ltIigWDx/ux7Ni+HRaFOw720Qeivc1azFUrJxTl0OryXVibYNx1hCboGia1NRV3x8RNv4cA==
349+
"@sveltejs/vite-plugin-svelte@^2.2.0", "@sveltejs/vite-plugin-svelte@^2.5.0":
350+
version "2.5.3"
351+
resolved "https://registry.npmjs.org/@sveltejs/vite-plugin-svelte/-/vite-plugin-svelte-2.5.3.tgz"
352+
integrity sha512-erhNtXxE5/6xGZz/M9eXsmI7Pxa6MS7jyTy06zN3Ck++ldrppOnOlJwHHTsMC7DHDQdgUp4NAc4cDNQ9eGdB/w==
353353
dependencies:
354354
"@sveltejs/vite-plugin-svelte-inspector" "^1.0.4"
355355
debug "^4.3.4"
@@ -1904,9 +1904,9 @@ magic-string@^0.27.0:
19041904
"@jridgewell/sourcemap-codec" "^1.4.13"
19051905

19061906
magic-string@^0.30.0, magic-string@^0.30.3:
1907-
version "0.30.5"
1908-
resolved "https://registry.npmjs.org/magic-string/-/magic-string-0.30.5.tgz"
1909-
integrity sha512-7xlpfBaQaP/T6Vh8MO/EqXSW5En6INHEvEXQiuff7Gku0PWjU3uf6w/j9o7O+SpB5fOAkrI5HeoNgwjEO0pFsA==
1907+
version "0.30.8"
1908+
resolved "https://registry.npmjs.org/magic-string/-/magic-string-0.30.8.tgz"
1909+
integrity sha512-ISQTe55T2ao7XtlAStud6qwYPZjE4GK1S/BeVPus4jrq6JuOnQ00YKQC581RWhR122W7msZV263KzVeLoqidyQ==
19101910
dependencies:
19111911
"@jridgewell/sourcemap-codec" "^1.4.15"
19121912

@@ -2786,7 +2786,7 @@ svelte-sitemap@^2.5.4:
27862786
minimist "^1.2.8"
27872787
xmlbuilder2 "^3.0.2"
27882788

2789-
svelte@*, "svelte@^3.0.0 || ^4.0.0", "svelte@^3.19.0 || ^4.0.0", svelte@^3.2.0, "svelte@^3.2.0 || ^4.0.0-next.0", "svelte@^3.23.0 || ^4.0.0-next.0 || ^4.0.0", svelte@^3.54.0, "svelte@^3.54.0 || ^4.0.0", "svelte@^3.54.0 || ^4.0.0-next.0", "svelte@^3.55.0 || ^4.0.0-next.0 || ^4.0.0", "svelte@>=3 <5":
2789+
svelte@*, "svelte@^3.0.0 || ^4.0.0", "svelte@^3.19.0 || ^4.0.0", svelte@^3.2.0, "svelte@^3.2.0 || ^4.0.0-next.0", "svelte@^3.23.0 || ^4.0.0-next.0 || ^4.0.0", svelte@^3.54.0, "svelte@^3.54.0 || ^4.0.0", "svelte@^3.54.0 || ^4.0.0 || ^5.0.0-next.0", "svelte@^3.54.0 || ^4.0.0-next.0 || ^5.0.0-next.0", "svelte@^3.55.0 || ^4.0.0-next.0 || ^4.0.0", "svelte@>=3 <5":
27902790
version "3.59.2"
27912791
resolved "https://registry.npmjs.org/svelte/-/svelte-3.59.2.tgz"
27922792
integrity sha512-vzSyuGr3eEoAtT/A6bmajosJZIUWySzY2CzB3w2pgPvnkUjGqlDnsNnA0PMO+mMAhuyMul6C2uuZzY6ELSkzyA==
@@ -2938,10 +2938,10 @@ undici-types@~5.25.1:
29382938
resolved "https://registry.npmjs.org/undici-types/-/undici-types-5.25.3.tgz"
29392939
integrity sha512-Ga1jfYwRn7+cP9v8auvEXN1rX3sWqlayd4HP7OKk4mZWylEmu3KzXDUGrQUN6Ol7qo1gPvB2e5gX6udnyEPgdA==
29402940

2941-
undici@~5.26.2:
2942-
version "5.26.5"
2943-
resolved "https://registry.npmjs.org/undici/-/undici-5.26.5.tgz"
2944-
integrity sha512-cSb4bPFd5qgR7qr2jYAi0hlX9n5YKK2ONKkLFkxl+v/9BvC0sOpZjBHDBSXc5lWAf5ty9oZdRXytBIHzgUcerw==
2941+
undici@^5.28.3:
2942+
version "5.28.3"
2943+
resolved "https://registry.npmjs.org/undici/-/undici-5.28.3.tgz"
2944+
integrity sha512-3ItfzbrhDlINjaP0duwnNsKpDQk3acHI3gVJ1z4fmwMK31k5G9OVIAMLSIaP6w4FaGkaAkN6zaQO9LUvZ1t7VA==
29452945
dependencies:
29462946
"@fastify/busboy" "^2.0.0"
29472947

@@ -3096,9 +3096,9 @@ [email protected]:
30963096
vite "^3.0.0 || ^4.0.0"
30973097

30983098
"vite@^2.9.0 || ^3.0.0 || ^4.0.0", "vite@^3.0.0 || ^4.0.0", "vite@^3.0.0 || ^4.0.0 || ^5.0.0", vite@^4.0.0, vite@^4.4.9:
3099-
version "4.5.0"
3100-
resolved "https://registry.npmjs.org/vite/-/vite-4.5.0.tgz"
3101-
integrity sha512-ulr8rNLA6rkyFAlVWw2q5YJ91v098AFQ2R0PRFwPzREXOUJQPtFUG0t+/ZikhaOCDqFoDhN6/v8Sq0o4araFAw==
3099+
version "4.5.2"
3100+
resolved "https://registry.npmjs.org/vite/-/vite-4.5.2.tgz"
3101+
integrity sha512-tBCZBNSBbHQkaGyhGCDUGqeo2ph8Fstyp6FMSvTtsXeZSPpSMGlviAOav2hxVTqFcx8Hj/twtWKsMJXNY0xI8w==
31023102
dependencies:
31033103
esbuild "^0.18.10"
31043104
postcss "^8.4.27"

0 commit comments

Comments
 (0)