chore: update all Dependabot dependencies#220
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
This PR consolidates multiple Dependabot updates by bumping core tooling dependencies for the Torrust SvelteKit website and updating the GitHub Actions checkout step.
Changes:
- Bump
@sveltejs/kitto^2.66.0andprettier-plugin-svelteto^4.1.1(plus lockfile updates). - Update GitHub Actions workflows to use
actions/checkout@v7. - Regenerate/reorder
static/blogMetadata.json(no obvious content additions, but ordering changes).
Reviewed changes
Copilot reviewed 4 out of 5 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
static/blogMetadata.json |
Reordered generated blog metadata entries. |
package.json |
Updates dependency version ranges for SvelteKit and Prettier Svelte plugin. |
package-lock.json |
Locks updated resolved versions and integrity hashes. |
.github/workflows/test.yml |
Updates checkout action to v7 for CI tests. |
.github/workflows/deploy.yml |
Updates checkout action to v7 for deployment workflow. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
+171
to
+184
| { | ||
| "title": "How To Setup The Dev Env", | ||
| "slug": "how-to-setup-the-development-environment", | ||
| "contributor": "Jose Celano", | ||
| "contributorSlug": "jose-celano", | ||
| "date": "2023-07-11T12:29:04.295Z", | ||
| "coverImage": "/images/posts/development-environment.png", | ||
| "excerpt": "If you want to contribute to the Torrust Index, this article explains how to setup a development environment with the latest versions for all services.", | ||
| "tags": [ | ||
| "Torrent", | ||
| "Tracker", | ||
| "BitTorrent" | ||
| ] | ||
| }, |
- bump @sveltejs/kit from 2.65.1 to 2.66.0 - bump actions/checkout from 6 to 7 - bump prettier-plugin-svelte from 4.1.0 to 4.1.1
2d63f11 to
e35e43a
Compare
Member
Author
|
ACK e35e43a |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Bump three dependencies via Dependabot PRs, all merged into a single branch for convenience.
Changes
Checklist
npm run lintpassesnpm run checkpassesnpm run buildsucceeds