Skip to content

Commit ea8cd40

Browse files
authored
Merge pull request #475 from DeterminateSystems/dependabot/npm_and_yarn/astro-5.14.3
Bump astro from 5.13.8 to 5.14.3
2 parents 5d6b4dd + a2ff314 commit ea8cd40

File tree

7 files changed

+255
-253
lines changed

7 files changed

+255
-253
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Run Nix CI suite
3333
run: nix develop --command ci
3434
- name: Check external links
35-
uses: lycheeverse/lychee-action@v2.0.2
35+
uses: lycheeverse/lychee-action@v2
3636
env:
3737
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3838
with:

flake.lock

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

lychee.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ exclude = [
66
'https://gnu.org/software/bash',
77
'https://gcc.gnu.org',
88
'https://guix.gnu.org',
9+
'https://wiki.nixos.org\.*'
910
]

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"@types/react": "^18.3.24",
3131
"@types/react-dom": "^18.3.7",
3232
"alpinejs": "^3.15.0",
33-
"astro": "^5.13.8",
33+
"astro": "^5.14.3",
3434
"astro-expressive-code": "^0.38.3",
3535
"astro-icon": "^1.1.5",
3636
"astro-seo": "^0.8.4",

pnpm-lock.yaml

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

src/content/start/3.nix-develop.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,7 @@ Probably not what you expected! What happened here? A few things:
480480
[nix-develop]: https://nixos.org/manual/nix/stable/command-ref/new-cli/nix3-develop
481481
[nix-direnv]: https://determinate.systems/posts/nix-direnv
482482
[node.js]: https://nodejs.org
483-
[npm]: https://npmjs.org
483+
[npm]: https://npmjs.com
484484
[openssl]: https://openssl.org
485485
[opentofu]: https://opentofu.org
486486
[output]: /concepts/flakes#outputs

src/content/start/4.nix-build.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,7 @@ We won't delve too much deeper into [derivations][derivation] and creating your
462462
[nixpkgs]: /concepts/nixpkgs
463463
[nixpkgs-bat]: https://github.com/NixOS/nixpkgs/blob/master/pkgs/by-name/ba/bat/package.nix
464464
[nixpkgs-repo]: https://github.com/NixOS/nixpkgs
465-
[npm]: https://npmjs.org
465+
[npm]: https://npmjs.com
466466
[npx]: https://docs.npmjs.com/cli/v8/commands/npx
467467
[outputs]: /concepts/flakes#outputs
468468
[packages]: /concepts/packages

0 commit comments

Comments
 (0)