Skip to content

Commit

Permalink
fix: Update list of deprecated libs
Browse files Browse the repository at this point in the history
- Sort entries
- Remove non-existent sap.dragonfly
- Fix typo for sap.landvisz
- Add missing sap.sac.grid
  • Loading branch information
matz3 committed Mar 21, 2024
1 parent 4c4130b commit 5807c4e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/linter/json/ManifestLinter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,19 +20,19 @@ interface locType {
const deprecatedLibraries: string[] = [
"sap.ca.scfld.md",
"sap.ca.ui",
"sap.dragonfly",
"sap.landviz",
"sap.landvisz", // Removed in 1.120
"sap.makit",
"sap.me",
"sap.sac.grid", // Removed in 1.114
"sap.ui.commons",
"sap.ui.suite",
"sap.ui.ux3",
"sap.ui.vtm",
"sap.uiext.inbox",
"sap.webanalytics.core",
"sap.zen.dsh",
"sap.zen.commons",
"sap.zen.crosstab",
"sap.zen.dsh",
];

const deprecatedComponents: string[] = [
Expand Down

0 comments on commit 5807c4e

Please sign in to comment.