Skip to content

Commit

Permalink
deps: Bump @sapui5/types to 1.120.23
Browse files Browse the repository at this point in the history
  • Loading branch information
matz3 committed Nov 7, 2024
1 parent d8f7034 commit 96b46ca
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 14 deletions.
9 changes: 5 additions & 4 deletions npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"dependencies": {
"@jridgewell/sourcemap-codec": "^1.5.0",
"@jridgewell/trace-mapping": "^0.3.25",
"@sapui5/types": "1.120.21",
"@sapui5/types": "1.120.23",
"@ui5/fs": "^4.0.1",
"@ui5/logger": "^4.0.1",
"@ui5/project": "^4.0.3",
Expand Down
12 changes: 6 additions & 6 deletions resources/api-extract.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"framework": {
"name": "SAPUI5",
"version": "1.120.21"
"version": "1.120.23"
},
"defaultAggregations": {
"sap.ca.ui.CustomerControlListItem": "content",
Expand Down Expand Up @@ -568,14 +568,14 @@
"sap.m.MessagePage": "(since 1.112) Use the {@link sap.m.IllustratedMessage} instead.",
"sap.m.MessagePopoverItem": "(since 1.46) use MessageItem instead",
"sap.m.MultiEditField": "(since 1.120) ",
"sap.m.P13nColumnsItem": "(since 1.120) ",
"sap.m.P13nColumnsItem": "(since 1.120) replaced by the artifacts in {@link sap.m.p13n}.",
"sap.m.P13nColumnsPanel": "(since 1.98) Use the {@link sap.m.p13n.SelectionPanel} instead.",
"sap.m.P13nDialog": "(since 1.98) Use the {@link sap.m.p13n.Popup} instead.",
"sap.m.P13nDimMeasureItem": "(since 1.120) ",
"sap.m.P13nDimMeasurePanel": "(since 1.120) ",
"sap.m.P13nGroupItem": "(since 1.120) ",
"sap.m.P13nDimMeasureItem": "(since 1.120) replaced by the artifacts in {@link sap.m.p13n}.",
"sap.m.P13nDimMeasurePanel": "(since 1.120) replaced by the artifacts in {@link sap.m.p13n}.",
"sap.m.P13nGroupItem": "(since 1.120) replaced by the artifacts in {@link sap.m.p13n}.",
"sap.m.P13nGroupPanel": "(since 1.98) Use the {@link sap.m.p13n.GroupPanel} instead.",
"sap.m.P13nSortItem": "sind 1.120",
"sap.m.P13nSortItem": "(since 1.120) replaced by the artifacts in {@link sap.m.p13n}.",
"sap.m.P13nSortPanel": "(since 1.98) Use the {@link sap.m.p13n.SortPanel} instead.",
"sap.m.routing.RouteMatchedHandler": "(since 1.28) use {@link sap.m.routing.Router} or {@link sap.m.routing.Targets} instead. The functionality of the routematched handler is built in into these two classes, there is no need to create this anymore.",
"sap.m.StandardTile": "(since 1.50) replaced by {@link sap.m.GenericTile}",
Expand Down
4 changes: 2 additions & 2 deletions test/lib/linter/rules/snapshots/NoDeprecatedApi.ts.md
Original file line number Diff line number Diff line change
Expand Up @@ -583,7 +583,7 @@ Generated by [AVA](https://avajs.dev).
column: 14,
line: 63,
message: 'Use of deprecated class \'sap.m.P13nColumnsItem\'',
messageDetails: '(since 1.120) ',
messageDetails: '(since 1.120) replaced by the artifacts in sap.m.p13n (https://ui5.sap.com/1.120/#/api/sap.m.p13n).',
ruleId: 'no-deprecated-api',
severity: 2,
},
Expand Down Expand Up @@ -799,7 +799,7 @@ Generated by [AVA](https://avajs.dev).
column: 14,
line: 63,
message: 'Use of deprecated class \'sap.m.P13nColumnsItem\'',
messageDetails: '(since 1.120) ',
messageDetails: '(since 1.120) replaced by the artifacts in sap.m.p13n (https://ui5.sap.com/1.120/#/api/sap.m.p13n).',
ruleId: 'no-deprecated-api',
severity: 2,
},
Expand Down
Binary file modified test/lib/linter/rules/snapshots/NoDeprecatedApi.ts.snap
Binary file not shown.
2 changes: 1 addition & 1 deletion test/lib/linter/snapshots/linter.ts.md
Original file line number Diff line number Diff line change
Expand Up @@ -2140,7 +2140,7 @@ Generated by [AVA](https://avajs.dev).
column: 14,
line: 63,
message: 'Use of deprecated class \'sap.m.P13nColumnsItem\'',
messageDetails: '(since 1.120) ',
messageDetails: '(since 1.120) replaced by the artifacts in sap.m.p13n (https://ui5.sap.com/1.120/#/api/sap.m.p13n).',
ruleId: 'no-deprecated-api',
severity: 2,
},
Expand Down
Binary file modified test/lib/linter/snapshots/linter.ts.snap
Binary file not shown.

0 comments on commit 96b46ca

Please sign in to comment.