fix: github dependabot fixes - #15
Merged
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
Updates the project’s dependency and packaged distribution to incorporate Dependabot-driven security/maintenance fixes, primarily by upgrading undici and regenerating the bundled dist output used by the GitHub Action.
Changes:
- Bump
undicioverride from7.24.5to7.28.0and reflect it in the lockfile. - Add
trustPolicyExcludeentries for specific Octokit transitive packages. - Regenerate
dist/index.jsand update the action runtime tonode24.
Reviewed changes
Copilot reviewed 2 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| pnpm-workspace.yaml | Updates undici override and adds trustPolicyExclude configuration. |
| pnpm-lock.yaml | Updates lockfile entries to align with undici@7.28.0 override. |
| dist/index.js | Regenerated bundle output reflecting updated dependencies (notably undici). |
| action.yml | Updates the JavaScript action runtime to node24. |
Files not reviewed (1)
- pnpm-lock.yaml: Generated file
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| default: 'Test Coverage' | ||
| runs: | ||
| using: 'node12' | ||
| using: 'node24' |
JustARatherRidiculouslyLongUsername
approved these changes
Jul 23, 2026
| default: 'Test Coverage' | ||
| runs: | ||
| using: 'node12' | ||
| using: 'node24' |
There was a problem hiding this comment.
we should probably update these node versions in this repo's CI - also the node version in package.json for local dev
|
|
🔁 Code Duplication Report - JavaScript
🎉 This PR reduces duplicated code by 2.37%! |
Comment on lines
10
to
12
| "engines": { | ||
| "node": ">=22" | ||
| "node": ">=24" | ||
| }, |
jayachandhar
approved these changes
Jul 23, 2026
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.
Dependencies / lockfile (
package.jsonorpnpm-lock.yaml)Scripts, engines, version, or package manager (
package.json)engines,packageManager, or packageversionwere reviewed for CI impact, unsafe commands, runtime behavior, and release impact (Required)If
pnpm-workspace.yamlchangedallowBuildswas reviewed and is safe (Required)