Skip to content

chore: Improve workflows#62

Merged
Patrick Lafrance (patricklafrance) merged 2 commits into
mainfrom
7575757
Feb 27, 2026
Merged

chore: Improve workflows#62
Patrick Lafrance (patricklafrance) merged 2 commits into
mainfrom
7575757

Conversation

@patricklafrance
Copy link
Copy Markdown
Member

This change updates the pnpm-workspace.yaml file to include 'agent-browser' in the onlyBuiltDependencies list. This ensures that the 'agent-browser' package is built alongside other specified dependencies, improving the consistency and reliability of the build process.

chore(turbo): update schema path in turbo.json

This modification changes the schema path in turbo.json from an external URL to a local path pointing to the installed turbo package. This adjustment enhances the reliability of the schema reference, ensuring that it is always accessible regardless of network conditions.

…m-workspace.yaml

This change updates the pnpm-workspace.yaml file to include 'agent-browser' in the onlyBuiltDependencies list. This ensures that the 'agent-browser' package is built alongside other specified dependencies, improving the consistency and reliability of the build process.

chore(turbo): update schema path in turbo.json

This modification changes the schema path in turbo.json from an external URL to a local path pointing to the installed turbo package. This adjustment enhances the reliability of the schema reference, ensuring that it is always accessible regardless of network conditions.
@pkg-pr-new
Copy link
Copy Markdown

pkg-pr-new Bot commented Feb 27, 2026

Open in StackBlitz

pnpm add https://pkg.pr.new/workleap/wl-logging/@workleap/logging@62

commit: 12179c0

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This pull request improves the workflow infrastructure by adding agent-browser as a workspace devDependency and updating configuration files to support better build reliability and schema validation.

Changes:

  • Changed turbo.json schema reference from external URL to local node_modules path for offline reliability
  • Added agent-browser to pnpm-workspace.yaml onlyBuiltDependencies list to ensure it's built during installation
  • Updated GitHub Actions workflow to install dependencies first and add node_modules/.bin to PATH for direct agent-browser access
  • Updated documentation to remove pnpx prefix requirement for agent-browser commands

Reviewed changes

Copilot reviewed 5 out of 6 changed files in this pull request and generated no comments.

Show a summary per file
File Description
turbo.json Updated $schema path from external URL to local node_modules reference
pnpm-workspace.yaml Added agent-browser to onlyBuiltDependencies list
package.json Added agent-browser 0.15.1 as devDependency
pnpm-lock.yaml Added agent-browser and its transitive dependencies
.github/workflows/update-dependencies.yml Added dependency installation step, PATH configuration, and removed pnpx prefixes
.github/prompts/update-dependencies.md Updated documentation to use bare agent-browser commands and clarified snapshot usage
Files not reviewed (1)
  • pnpm-lock.yaml: Language not supported

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

@patricklafrance Patrick Lafrance (patricklafrance) merged commit ab4c903 into main Feb 27, 2026
6 of 8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants