feat: makes affectedPackages lockfile aware#9795
Merged
Merged
Conversation
Contributor
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
affectedPackages lockfile awareaffectedPackages lockfile aware
vaernion
pushed a commit
to Arbeidstilsynet/brevgen2
that referenced
this pull request
Dec 3, 2025
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [turbo](https://turbo.build/repo) ([source](https://github.com/vercel/turborepo)) | devDependencies | minor | [`2.3.4` -> `2.4.0`](https://renovatebot.com/diffs/npm/turbo/2.3.4/2.4.0) | --- ### Release Notes <details> <summary>vercel/turborepo (turbo)</summary> ### [`v2.4.0`](https://github.com/vercel/turborepo/releases/tag/v2.4.0): Turborepo v2.4.0 [Compare Source](vercel/turborepo@v2.3.4...v2.4.0) <!-- Release notes generated using configuration in .github/turborepo-release.yml at v2.4.0 --> #### What's Changed ##### Docs - docs: migration guide for users coming from Nx by [@​anthonyshew](https://github.com/anthonyshew) in vercel/turborepo#9762 - docs: make incremental migration more prominent on Nx doc by [@​anthonyshew](https://github.com/anthonyshew) in vercel/turborepo#9796 - feat(prune): add `--use-gitignore` flag by [@​chris-olszewski](https://github.com/chris-olszewski) in vercel/turborepo#9797 - docs: fix typo by [@​arosequist](https://github.com/arosequist) in vercel/turborepo#9814 - docs: update ESLint package docs by [@​anthonyshew](https://github.com/anthonyshew) in vercel/turborepo#9833 - docs: new page for examples by [@​anthonyshew](https://github.com/anthonyshew) in vercel/turborepo#9843 - docs: Fix broken link by [@​benwaffle](https://github.com/benwaffle) in vercel/turborepo#9857 - docs: `schema.json` in `node_modules` by [@​anthonyshew](https://github.com/anthonyshew) in vercel/turborepo#9832 - docs: keybinds for tui by [@​anthonyshew](https://github.com/anthonyshew) in vercel/turborepo#9831 - docs: experimental flag for `watch` caching by [@​anthonyshew](https://github.com/anthonyshew) in vercel/turborepo#9830 - docs: `boundaries` experimental page by [@​anthonyshew](https://github.com/anthonyshew) in vercel/turborepo#9834 ##### [@​turbo/repository](https://github.com/turbo/repository) - feat: makes `affectedPackages` lockfile aware by [@​dimitropoulos](https://github.com/dimitropoulos) in vercel/turborepo#9795 - chore([@​turbo/repository](https://github.com/turbo/repository)): silence noop lint by [@​chris-olszewski](https://github.com/chris-olszewski) in vercel/turborepo#9835 ##### Examples - feat(create-turbo): fix official examples by [@​tknickman](https://github.com/tknickman) in vercel/turborepo#9837 - chore: move `create-turbo` community note and format it better by [@​anthonyshew](https://github.com/anthonyshew) in https:/...
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.
Description
This PR passes lockfile change information to the
turbo-repositoryNAPI interface.Testing Instructions
Run
pnpm testfrompackages/turbo-repositoryto see the new test pass, which validates lockfile changes.