chore: update Dependabot dependencies - #214
Merged
josecelano merged 7 commits intoJun 17, 2026
Merged
Conversation
…-plugin to ^8.61.1
There was a problem hiding this comment.
Pull request overview
This PR consolidates multiple pending Dependabot updates into a single maintenance change set, updating frontend/dev dependencies and bumping the GitHub Actions Node setup action used by CI workflows.
Changes:
- Bumped several npm dependencies/devDependencies (Roboto Mono variable font, Tailwind Typography, eslint-plugin-prettier, typescript-eslint packages).
- Updated GitHub Actions workflows to use
actions/setup-node@v6. - Refreshed
package-lock.jsonto reflect updated dependency resolution.
Reviewed changes
Copilot reviewed 3 out of 4 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| package.json | Updates dependency ranges for the Dependabot bumps. |
| package-lock.json | Updates the lockfile resolution and root package metadata for the bumped dependencies. |
| .github/workflows/test.yml | Updates CI to use actions/setup-node@v6. |
| .github/workflows/deploy.yml | Updates deploy workflow to use actions/setup-node@v6. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
32
to
33
| "@typescript-eslint/eslint-plugin": "^8.61.1", | ||
| "@typescript-eslint/parser": "^8.58.2", |
Member
Author
There was a problem hiding this comment.
Fixed in ea1978d — aligned @typescript-eslint/parser to ^8.61.1 to match the plugin's peer dependency range.
Member
Author
|
ACK 057d3e8 |
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
Update all open Dependabot dependency bumps in a single PR, with each update committed separately.
Changes
@fontsource-variable/roboto-monofrom ^5.2.8 to ^5.2.9@tailwindcss/typographyfrom ^0.5.19 to ^0.5.20eslint-plugin-prettierfrom ^5.5.5 to ^5.5.6typescript-eslintand@typescript-eslint/eslint-pluginto ^8.61.1actions/setup-nodefrom v4 to v6 in CI workflowsCloses #212
Closes #211
Closes #210
Closes #205
Closes #203
Closes #202