Conversation
# [0.13.0-beta.1](v0.12.4...v0.13.0-beta.1) (2026-01-22) ### Bug Fixes * **plugin:** add null check for integrateMiTopBar validation ([df35e2a](df35e2a)) ### Features * **plugin:** enhance integrateMiTopBar with selective configuration options ([cbb9a6c](cbb9a6c))
Update package-lock.json
sergak01
requested review from
MaksymovVolodymyr,
Sadilenko and
michailozdemir
January 27, 2026 11:50
MaksymovVolodymyr
approved these changes
Jan 27, 2026
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.
Summary
This PR merges all changes from
developbranch intomain, bringing the latest features, bug fixes, and dependency updates to production. The release includes enhanced plugin configuration capabilities, CI fixes, and dependency cleanup.✨ Key Changes
🚀 New Features
integrateMiTopBarconfiguration - Added selective configuration options allowing more granular control over the top bar integration🔧 Fixes & Improvements
integrateMiTopBarvalidation to prevent runtime errorschokidardependency to resolvenpm cifailures in CI environments🧪 Testing
integrateMiTopBarobject configuration📚 Documentation
integrateMiTopBarconfiguration documentation📝 Modified Files
CHANGELOG.md- Release notes updatedREADME.md- Documentation improvementspackage.json- Dependency updates and overridespackage-lock.json- Dependency tree cleanup and updatessrc/index.ts- Minor updatessrc/plugin.ts- Enhanced plugin configuration logicsrc/plugins/mi-topbar-plugin.ts- Improved top bar integrationtests/unit/plugin/plugin.normalize.spec.ts- Expanded test coverage🔄 Commits Included
cbb9a6c- feat(plugin): enhance integrateMiTopBar with selective configuration optionse0c3175- test(plugin): add tests for integrateMiTopBar object configurationfe14999- docs(readme): update integrateMiTopBar configuration documentationdf35e2a- fix(plugin): add null check for integrateMiTopBar validation92fac80- chore(release): 0.13.0-beta.1 [skip ci]5174f12- Update package-lock.json222ce07- chore(deps): remove unused npm module dependencies67a83bc- chore(deps): add overrides for chokidar dependency✅ Checklist
🎯 Impact
npm cicompatibility issues🔗 Related
npm ci