chore(deps): pin dependencies - #46
Open
renovate-ce-paramount-engineering[bot] wants to merge 1 commit into
Open
Conversation
renovate-ce-paramount-engineering
Bot
force-pushed
the
renovate/pin-dependencies
branch
6 times, most recently
from
July 22, 2026 17:01
28a3f0d to
bb0300d
Compare
renovate-ce-paramount-engineering
Bot
force-pushed
the
renovate/pin-dependencies
branch
2 times, most recently
from
July 24, 2026 22:01
fec03f9 to
8863d13
Compare
renovate-ce-paramount-engineering
Bot
force-pushed
the
renovate/pin-dependencies
branch
from
July 27, 2026 14:01
8863d13 to
8663eac
Compare
Copilot started reviewing on behalf of
Hareendra Donapati (hdonapati)
July 27, 2026 15:17
View session
There was a problem hiding this comment.
Pull request overview
Pins key development/build dependencies and Docker base images to exact versions/digests to improve build reproducibility across the monorepo.
Changes:
- Pinned TypeScript to
5.9.3across multiple workspace packages. - Pinned desktop app devDependencies (e.g.,
vite,tsx,electron-builder,jsdom,sharp) to exact versions and updatedpackage-lock.jsonaccordingly. - Pinned Dockerfile syntax and
node:22-bookworm-slimimage references to specific digests.
Reviewed changes
Copilot reviewed 7 out of 8 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| packages/roku-dev-studio-remote-server/package.json | Pin typescript devDependency to 5.9.3. |
| packages/roku-dev-studio-platform/package.json | Pin typescript devDependency to 5.9.3. |
| packages/roku-dev-studio-network-inspector/package.json | Pin typescript devDependency to 5.9.3. |
| packages/roku-dev-studio-mcp/package.json | Pin typescript devDependency to 5.9.3. |
| packages/roku-dev-studio-api/package.json | Pin typescript devDependency to 5.9.3. |
| apps/roku-dev-studio/package.json | Pin multiple devDependencies to exact versions for reproducible tooling/builds. |
| package-lock.json | Lockfile updates to reflect pinned versions and updated transitive dependencies. |
| Dockerfile | Pin Dockerfile syntax + Node base image digests for deterministic builds. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| # order (platform → api → mcp). Deliberately skips apps/* (Electron/Monaco), | ||
| # which the MCP server does not use — keeps the build small and reliable. | ||
| FROM node:22-bookworm-slim AS build | ||
| FROM node:22-bookworm-slim@sha256:6c74791e557ce11fc957704f6d4fe134a7bc8d6f5ca4403205b2966bd488f6b3 AS build |
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.
This PR contains the following updates:
^2.2.1→2.5.0^10.0.0→10.0.4^10.0.0→10.1.087999aa^26.0.0→26.15.3^29.0.0→29.1.16c747916c74791^0.35.0→0.35.3^4.21.0→4.23.1^5.7.3→5.9.3^8.0.0→8.1.5^2.11.6→2.11.14^9.0.0→9.1.0Add the preset
:preserveSemverRangesto your config if you don't want to pin your dependencies.Configuration
📅 Schedule: (in timezone America/Los_Angeles)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Renovate CE.