We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
ENG-4532 Unexpected Version Bump in ag-grid-enterprise During Hot Reload
Sorry, something went wrong.
No branches or pull requests
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:
After a hot reload, package.json gets updated to:
This version bump breaks AG Grid.
The text was updated successfully, but these errors were encountered: