fix(deps): bump dependencies - #75
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the project’s JavaScript/TypeScript toolchain dependencies and refreshes generated artifacts to keep the GitHub Action’s bundled runtime in sync with the new dependency set.
Changes:
- Bump Biome, esbuild, and TypeScript versions in
package.json. - Update
package-lock.jsonto reflect the new resolved dependency graph (including updated transitive packages). - Regenerate the bundled Action entrypoint (
lib/main.js) and update Biome schema reference.
Reviewed changes
Copilot reviewed 4 out of 5 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| package.json | Bumps primary dev/tooling dependencies (Biome, esbuild, TypeScript). |
| package-lock.json | Updates resolved versions and integrity metadata for direct and transitive dependencies. |
| lib/main.js | Regenerated bundled output consistent with updated dependencies/tooling. |
| biome.json | Updates $schema URL to match the bumped Biome version. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Contributor
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 4 out of 5 changed files in this pull request and generated no new comments.
Comments suppressed due to low confidence (2)
src/main.ts:8
- The PR is titled as a dependency bump, but this log message was also modified to include "(test)", which looks like leftover debug wording. Please revert to the original message (or remove the "test" marker) so the runtime logs remain intentional and stable.
console.log("Setup RX with config (test)", {
lib/main.js:23229
- This build artifact changes the log message to include "(test)". Since this PR is for dependency bumps, this looks like accidental debug text; please rebuild after reverting the message in src/main.ts so the generated lib output matches.
console.log("Setup RX with config (test)", {
Richard87
approved these changes
Jul 30, 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.
Bump Biome, esbuild, and TypeScript versions in package.json.