[Snyk] Upgrade @easydata/core from 1.5.8 to 1.5.11#26
Open
stephencornwell wants to merge 1 commit intomasterfrom
Open
[Snyk] Upgrade @easydata/core from 1.5.8 to 1.5.11#26stephencornwell wants to merge 1 commit intomasterfrom
stephencornwell wants to merge 1 commit intomasterfrom
Conversation
Snyk has created this PR to upgrade @easydata/core from 1.5.8 to 1.5.11. See this package in npm: @easydata/core See this project in Snyk: https://app.snyk.io/org/cognition-default/project/5006d98c-ee8f-459b-9d48-3b2b26548c5c?utm_source=github&utm_medium=referral&page=upgrade-pr
Comment on lines
+6
to
7
| "@easydata/core": "1.5.11", | ||
| "@easydata/ui": "1.5.8", |
There was a problem hiding this comment.
🔴 Version mismatch between @easydata/core and @easydata/ui
@easydata/core was upgraded to 1.5.11 but @easydata/ui was left at 1.5.8. Every other project in the repository (Angular, Vue2, Vue3, Stencil, Razor-Mvc) keeps these two sibling packages at the same version (1.5.8/1.5.8). Since @easydata/ui likely depends on @easydata/core, having mismatched versions can cause runtime incompatibilities (e.g., API changes in core that ui doesn't expect). @easydata/ui should also be updated to 1.5.11.
Suggested change
| "@easydata/core": "1.5.11", | |
| "@easydata/ui": "1.5.8", | |
| "@easydata/core": "1.5.11", | |
| "@easydata/ui": "1.5.11", |
Was this helpful? React with 👍 or 👎 to provide feedback.
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.
Snyk has created this PR to upgrade @easydata/core from 1.5.8 to 1.5.11.
ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
The recommended version is 2 versions ahead of your current version.
The recommended version was released a month ago.
Release notes
Package name: @easydata/core
-
1.5.11 - 2026-03-19
-
1.5.10 - 2026-01-05
2026-01-05
- [New]: .NET 10 support
- [New]: Add strong names to all EasyData assemblies
- [Upd]: Support ClosedXML 0.105.0 or higher
- [New]: minDate, maxDate in Calender and DateTimePicker classes in EasyData.JS - to set boundaries of available dates
- [New]: defaultDate in DateTimePicker classes in EasyData.JS - to specify the default date
-
1.5.8 - 2025-04-15
2025-04-13
-
-
-
from @easydata/core GitHub release notesVersion 1.5.10
Version 1.5.8
[New]: MapCellValue, DrawCell, and FormatCell methods in PdfDataExporter. Together they allow to change the rendered data in the derived classes
[New]: WriteCellValue virtual method in ExcelDataExporter that allows to change the behavior in the derived classes
[Upd]: Make GetFormattedValue virtual in exporters
Important
Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.
For more information: