Skip to content

build: rm pinned dep#5928

Closed
longlho wants to merge 1 commit intomainfrom
01-15-build_rm_pinned_dep
Closed

build: rm pinned dep#5928
longlho wants to merge 1 commit intomainfrom
01-15-build_rm_pinned_dep

Conversation

@longlho
Copy link
Copy Markdown
Member

@longlho longlho commented Jan 15, 2026

TL;DR

Remove @brillout/vite-plugin-server-entry from package resolutions.

What changed?

Removed the @brillout/vite-plugin-server-entry: '>=0.7.17' entry from the resolutions field in both package.json and pnpm-lock.yaml. This change also resulted in updates to various digest values in the MODULE.bazel.lock file.

How to test?

  1. Run pnpm install to verify the package installation works without issues
  2. Run the test suite to ensure all functionality continues to work as expected
  3. Verify that any components using Vite continue to build and function correctly

Why make this change?

The resolution override for @brillout/vite-plugin-server-entry is likely no longer needed, possibly because:

  1. The minimum version requirement is now met by default in the dependency tree
  2. The package is no longer used in the project
  3. Any issues that required pinning this dependency have been resolved

Removing unnecessary resolution overrides helps keep the dependency management cleaner and reduces potential conflicts.

@longlho longlho marked this pull request as ready for review January 15, 2026 15:30
Copy link
Copy Markdown
Member Author

longlho commented Jan 15, 2026

Warning

This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
Learn more


How to use the Graphite Merge Queue

Add either label to this PR to merge it via the merge queue:

  • main - adds this PR to the back of the merge queue
  • hotfix - for urgent hot fixes, skip the queue and merge this PR next

You must have a Graphite account in order to use the merge queue. Sign up using this link.

An organization admin has required the Graphite Merge Queue in this repository.

Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue.

This stack of pull requests is managed by Graphite. Learn more about stacking.

@graphite-app graphite-app bot changed the base branch from 01-15-docs_update_polyfills_docs to graphite-base/5928 January 15, 2026 15:34
@longlho longlho force-pushed the 01-15-build_rm_pinned_dep branch from 1e58dae to 750738b Compare January 15, 2026 15:34
@longlho longlho force-pushed the graphite-base/5928 branch from 292421c to 3275da3 Compare January 15, 2026 15:34
@graphite-app graphite-app bot changed the base branch from graphite-base/5928 to main January 15, 2026 15:35
@graphite-app
Copy link
Copy Markdown

graphite-app bot commented Jan 15, 2026

Merge activity

  • Jan 15, 3:35 PM UTC: Graphite rebased this pull request, because this pull request is set to merge when ready.
  • Jan 15, 3:52 PM UTC: longlho added this pull request to the Graphite merge queue.
  • Jan 15, 3:52 PM UTC: CI is running for this pull request on a draft pull request (#5932) due to your merge queue CI optimization settings.
  • Jan 15, 3:59 PM UTC: Merged by the Graphite merge queue via draft PR: #5932.

@longlho longlho force-pushed the 01-15-build_rm_pinned_dep branch from 750738b to be567c4 Compare January 15, 2026 15:36
graphite-app bot pushed a commit that referenced this pull request Jan 15, 2026
### TL;DR

Remove `@brillout/vite-plugin-server-entry` from package resolutions.

### What changed?

Removed the `@brillout/vite-plugin-server-entry: '>=0.7.17'` entry from the resolutions field in both `package.json` and `pnpm-lock.yaml`. This change also resulted in updates to various digest values in the `MODULE.bazel.lock` file.

### How to test?

1. Run `pnpm install` to verify the package installation works without issues
2. Run the test suite to ensure all functionality continues to work as expected
3. Verify that any components using Vite continue to build and function correctly

### Why make this change?

The resolution override for `@brillout/vite-plugin-server-entry` is likely no longer needed, possibly because:
1. The minimum version requirement is now met by default in the dependency tree
2. The package is no longer used in the project
3. Any issues that required pinning this dependency have been resolved

Removing unnecessary resolution overrides helps keep the dependency management cleaner and reduces potential conflicts.
@graphite-app graphite-app bot closed this Jan 15, 2026
@graphite-app graphite-app bot deleted the 01-15-build_rm_pinned_dep branch January 15, 2026 15:59
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.

1 participant