Skip to content

chore(deps): pin dependencies#47

Open
renovate-ce-paramount-engineering[bot] wants to merge 1 commit into
mainfrom
renovate/type-definitions
Open

chore(deps): pin dependencies#47
renovate-ce-paramount-engineering[bot] wants to merge 1 commit into
mainfrom
renovate/type-definitions

Conversation

@renovate-ce-paramount-engineering

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
@types/adm-zip (source) devDependencies pin ^0.5.80.5.8
@types/archiver (source) devDependencies pin ^8.0.08.0.0
@types/jsdom (source) devDependencies pin ^28.0.028.0.3
@types/node (source) devDependencies pin ^22.10.022.19.17
@types/node (source) devDependencies pin ^22.10.022.19.21
@types/node-forge (source) devDependencies pin ^1.3.141.3.14
@types/ws (source) devDependencies pin ^8.18.18.18.1

⚠️ Renovate's pin functionality does not currently wire in the release age for a package, so the Minimum Release Age checks can apply. You will need to manually validate the Minimum Release Age for these package(s).

Add the preset :preserveSemverRanges to your config if you don't want to pin your dependencies.


Configuration

📅 Schedule: (in timezone America/Los_Angeles)

  • Branch creation
    • "before 6am on monday"
  • Automerge
    • At any time (no schedule defined)

🚦 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate CE.

@renovate-ce-paramount-engineering renovate-ce-paramount-engineering Bot added the dependencies Pull requests that update a dependency file label Jul 13, 2026
@renovate-ce-paramount-engineering
renovate-ce-paramount-engineering Bot force-pushed the renovate/type-definitions branch 3 times, most recently from 9712606 to 51727d0 Compare July 22, 2026 17:01

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Pins several TypeScript-related devDependency versions across the workspace to improve reproducibility of installs/builds (Renovate “pin dependencies” update).

Changes:

  • Pinned @types/* devDependencies (e.g., @types/jsdom, @types/node, @types/ws) from ^ ranges to exact versions in multiple workspaces.
  • Updated package-lock.json to reflect the pinned dependency graph.

Reviewed changes

Copilot reviewed 6 out of 7 changed files in this pull request and generated 4 comments.

Show a summary per file
File Description
packages/roku-dev-studio-remote-server/package.json Pins @types/node to an exact version.
packages/roku-dev-studio-platform/package.json Pins @types/node to an exact version.
packages/roku-dev-studio-network-inspector/package.json Pins @types/adm-zip, @types/node, @types/node-forge.
packages/roku-dev-studio-mcp/package.json Pins @types/node to an exact version.
packages/roku-dev-studio-api/package.json Pins @types/archiver and @types/node.
apps/roku-dev-studio/package.json Pins @types/jsdom, @types/node, @types/node-forge, @types/ws.
package-lock.json Lockfile updates reflecting pinned versions and transitive dependency changes.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

"@types/node-forge": "^1.3.14",
"@types/ws": "^8.18.1",
"@types/jsdom": "28.0.3",
"@types/node": "22.19.17",
"@types/archiver": "^8.0.0",
"@types/node": "^22.10.0",
"@types/archiver": "8.0.0",
"@types/node": "22.19.17",
},
"devDependencies": {
"@types/node": "^22.10.0",
"@types/node": "22.19.17",
},
"devDependencies": {
"@types/node": "^22.10.0",
"@types/node": "22.19.17",
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Development

Successfully merging this pull request may close these issues.

1 participant