chore(deps): Mark peer dependencies and update frontend packages#11385
chore(deps): Mark peer dependencies and update frontend packages#11385ogabrielluiz merged 2 commits intomainfrom
Conversation
|
Important Review skippedReview was skipped due to path filters ⛔ Files ignored due to path filters (1)
CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including You can disable this status message by setting the ✨ Finishing touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Codecov Report✅ All modified and coverable lines are covered by tests. ❌ Your project status has failed because the head coverage (41.58%) is below the target coverage (60.00%). You can increase the head coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## main #11385 +/- ##
==========================================
- Coverage 34.54% 34.52% -0.02%
==========================================
Files 1415 1415
Lines 67401 67323 -78
Branches 9937 9937
==========================================
- Hits 23282 23242 -40
+ Misses 42889 42851 -38
Partials 1230 1230
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
|
lgtm |
This pull request updates the
src/frontend/package-lock.jsonfile to improve dependency management and compatibility. The main change is the addition of the"peer": trueproperty to a large number of dependencies, which helps npm and other package managers correctly handle peer dependencies. Additionally, a few packages are updated to newer versions.Dependency Management Improvements
"peer": trueto many dependencies throughoutpackage-lock.json, ensuring that peer dependencies are explicitly marked and handled correctly during installation. This change affects packages such as@babel/core,@chakra-ui/styled-system,@codemirror/language,@types/react,acorn,chokidar,react,react-dom,rollup,tailwindcss,vite, and many others. [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14] [15] [16] [17] [18] [19] [20] [21] [22] [23] [24] [25] [26] [27] [28] [29] [30] [31] [32] [33]Version Updates
devaluepackage from version5.6.1to5.6.2and updated its dependency reference insvelte. [1] [2]honopackage from version4.11.3to4.11.4.sveltepackage from version5.46.1to5.47.1.These changes will help ensure that your project’s dependencies are managed more reliably, reducing the risk of version conflicts and improving compatibility with other packages.