Changes since 24.7.8
Fixes
-
When using pnpm write overrides under pnpm (CP: 24.7)
Commit · Pull request · Issues 21724, 21682For pnpm usage write the overrides section under the pnpm object instead of the root of the package.json add all component versions to overrides. Will use $NAME for existing dependencies and devDpendencies. For other components in vaadin-versions and vaadin-core-versions version value will be added to overrides. Keep existing overrides content from othe system if any Keep the existing overrides when moving from npm to pnpm and vice versa Refactor test to use Jackson
-
Do not store build info in bundle (#21786)
Commit · Pull requestDo not store the flow-build-info inside the production bundle zip file.
-
Include default methods from interfaces in BeanPropertySet (#21770)
Commit · Pull request · Issue