Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unexpected Version Bump in ag-grid-enterprise During Hot Reload #66

Open
LeoGrosjean opened this issue Jan 30, 2025 · 1 comment
Open

Comments

@LeoGrosjean
Copy link

I have encountered an issue where a package version is unexpectedly bumped even though the versions are frozen in lib_dependencies.

This happens (randomly) during the hot reload process. Here are the details:

lib_dependencies:

lib_dependencies: list[str] = [
    "ag-grid-community@32.1.0",
    "ag-grid-enterprise@32.1.0",
]

After a hot reload, package.json gets updated to:

"dependencies": {
  "@babel/standalone": "7.26.0",
  "@emotion/react": "11.13.3",
  "@radix-ui/themes": "^3.0.0 && <3.1.5",
  "ag-grid-community": "32.1.0",
  "ag-grid-enterprise": "^33.0.4",  // <<<<<<<< WUUUUTT
  "ag-grid-react": "32.1.0",
}

This version bump breaks AG Grid.

Copy link

linear bot commented Jan 30, 2025

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

No branches or pull requests

1 participant