chore: Improve workflows#392
Merged
Patrick Lafrance (patricklafrance) merged 2 commits intomainfrom Feb 27, 2026
Merged
Conversation
Copilot started reviewing on behalf of
Patrick Lafrance (patricklafrance)
February 27, 2026 03:51
View session
@workleap/browserslist-config
@workleap/eslint-configs
@workleap/postcss-configs
@workleap/rsbuild-configs
@workleap/rslib-configs
@workleap/stylelint-configs
@workleap/swc-configs
@workleap/tsup-configs
@workleap/typescript-configs
@workleap/webpack-configs
commit: |
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the dependency-update automation to use a locally installed agent-browser CLI (instead of invoking it via pnpx) and ensures the GitHub workflow can run it as a bare command.
Changes:
- Add
agent-browser@0.15.1as a root workspace devDependency (and lockfile updates). - Update the scheduled
update-dependenciesworkflow to install dependencies up-front and exposenode_modules/.binonPATH, then callagent-browserdirectly. - Update the dependency-update agent prompt to use bare
agent-browsercommands and clarifysnapshotusage.
Reviewed changes
Copilot reviewed 6 out of 7 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| pnpm-workspace.yaml | Adds agent-browser to onlyBuiltDependencies. |
| package.json | Adds agent-browser@0.15.1 to root devDependencies. |
| pnpm-lock.yaml | Captures the new dependency and transitive graph changes. |
| .github/workflows/update-dependencies.yml | Installs deps + adds node_modules/.bin to PATH; switches pnpx agent-browser ... to agent-browser ...; tightens allowed tools accordingly. |
| .github/prompts/update-dependencies.md | Updates instructions to use agent-browser directly and emphasizes snapshot over screenshot. |
Files not reviewed (1)
- pnpm-lock.yaml: Language not supported
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
9119888
into
main
6 of 8 checks passed
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.
No description provided.