Skip to content

Commit 30cea43

Browse files
committed
Merge remote-tracking branch 'origin/main' into ui5_cli_dep
* origin/main: chore: apply latest changesets fix: bump specVersion to v4.0 (#3744) chore: apply latest changesets test: Integration test for fiori MCP using promptfoo (#3705)
2 parents 155805a + 5765d73 commit 30cea43

File tree

225 files changed

+12859
-14355
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

225 files changed

+12859
-14355
lines changed

examples/simple-generator/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @sap-ux/generator-simple-fe
22

3+
## 1.1.109
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [aa2c7df]
8+
- @sap-ux/fiori-freestyle-writer@2.5.0
9+
- @sap-ux/fiori-elements-writer@2.8.0
10+
311
## 1.1.108
412

513
### Patch Changes

examples/simple-generator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sap-ux/generator-simple-fe",
3-
"version": "1.1.108",
3+
"version": "1.1.109",
44
"description": "Simple example of a yeoman generator for Fiori elements.",
55
"license": "Apache-2.0",
66
"private": true,

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"pnpm": {
7676
"overrides": {
7777
"router>path-to-regexp": "0.1.12",
78-
"[email protected]>path-to-regexp": "8.2.0",
78+
"router@^2.0.0>path-to-regexp": "8.2.0",
7979
"@storybook/manager-api>store2": "2.14.4",
8080
"mta-local": "1.0.4",
8181
"axios@<1.12.0": "^1.12.2"

packages/adp-flp-config-sub-generator/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @sap-ux/adp-flp-config-sub-generator
22

3+
## 0.1.111
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [aa2c7df]
8+
- @sap-ux/adp-tooling@0.18.0
9+
- @sap-ux/flp-config-inquirer@0.4.59
10+
311
## 0.1.110
412

513
### Patch Changes

packages/adp-flp-config-sub-generator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@sap-ux/adp-flp-config-sub-generator",
33
"description": "Generator for adding FLP configuration to an Adaptation Project",
4-
"version": "0.1.110",
4+
"version": "0.1.111",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/SAP/open-ux-tools.git",

packages/adp-tooling/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @sap-ux/adp-tooling
22

3+
## 0.18.0
4+
5+
### Minor Changes
6+
7+
- aa2c7df: Bump specVersion
8+
39
## 0.17.8
410

511
### Patch Changes

packages/adp-tooling/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"bugs": {
1010
"url": "https://github.com/SAP/open-ux-tools/issues?q=is%3Aopen+is%3Aissue+label%3Abug+label%3Aadp-tooling"
1111
},
12-
"version": "0.17.8",
12+
"version": "0.18.0",
1313
"license": "Apache-2.0",
1414
"author": "@SAP/ux-tools-team",
1515
"main": "dist/index.js",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# yaml-language-server: $schema=https://sap.github.io/ui5-tooling/schema/ui5.yaml.json
22

3-
specVersion: "3.1"
3+
specVersion: "4.0"
44
metadata:
55
name: <%- package.name %>
66
type: application

packages/adp-tooling/test/unit/writer/__snapshots__/index.test.ts.snap

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Object {
3434
"ui5-deploy.yaml": Object {
3535
"contents": "# yaml-language-server: $schema=https://sap.github.io/ui5-tooling/schema/ui5.yaml.json
3636
37-
specVersion: \\"3.1\\"
37+
specVersion: \\"4.0\\"
3838
metadata:
3939
name: my-test-app
4040
type: application
@@ -57,7 +57,7 @@ builder:
5757
"ui5.yaml": Object {
5858
"contents": "# yaml-language-server: $schema=https://sap.github.io/ui5-tooling/schema/ui5.yaml.json
5959
60-
specVersion: \\"3.1\\"
60+
specVersion: \\"4.0\\"
6161
metadata:
6262
name: my-test-app
6363
type: application
@@ -151,7 +151,7 @@ Object {
151151
"ui5-deploy.yaml": Object {
152152
"contents": "# yaml-language-server: $schema=https://sap.github.io/ui5-tooling/schema/ui5.yaml.json
153153
154-
specVersion: \\"3.1\\"
154+
specVersion: \\"4.0\\"
155155
metadata:
156156
name: my-test-app
157157
type: application
@@ -174,7 +174,7 @@ builder:
174174
"ui5.yaml": Object {
175175
"contents": "# yaml-language-server: $schema=https://sap.github.io/ui5-tooling/schema/ui5.yaml.json
176176
177-
specVersion: \\"3.1\\"
177+
specVersion: \\"4.0\\"
178178
metadata:
179179
name: my-test-app
180180
type: application
@@ -268,7 +268,7 @@ Object {
268268
"ui5-deploy.yaml": Object {
269269
"contents": "# yaml-language-server: $schema=https://sap.github.io/ui5-tooling/schema/ui5.yaml.json
270270
271-
specVersion: \\"3.1\\"
271+
specVersion: \\"4.0\\"
272272
metadata:
273273
name: my-test-app
274274
type: application
@@ -291,7 +291,7 @@ builder:
291291
"ui5.yaml": Object {
292292
"contents": "# yaml-language-server: $schema=https://sap.github.io/ui5-tooling/schema/ui5.yaml.json
293293
294-
specVersion: \\"3.1\\"
294+
specVersion: \\"4.0\\"
295295
metadata:
296296
name: my-test-app
297297
type: application
@@ -389,7 +389,7 @@ Object {
389389
"ui5-deploy.yaml": Object {
390390
"contents": "# yaml-language-server: $schema=https://sap.github.io/ui5-tooling/schema/ui5.yaml.json
391391
392-
specVersion: \\"3.1\\"
392+
specVersion: \\"4.0\\"
393393
metadata:
394394
name: my-test-app
395395
type: application
@@ -454,7 +454,7 @@ dist/
454454
"../minimal/ui5.yaml": Object {
455455
"contents": "# yaml-language-server: $schema=https://sap.github.io/ui5-tooling/schema/ui5.yaml.json
456456
457-
specVersion: \\"3.1\\"
457+
specVersion: \\"4.0\\"
458458
metadata:
459459
name: my-test-app
460460
type: application
@@ -560,7 +560,7 @@ Object {
560560
"ui5-deploy.yaml": Object {
561561
"contents": "# yaml-language-server: $schema=https://sap.github.io/ui5-tooling/schema/ui5.yaml.json
562562
563-
specVersion: \\"3.1\\"
563+
specVersion: \\"4.0\\"
564564
metadata:
565565
name: my-test-app
566566
type: application
@@ -583,7 +583,7 @@ builder:
583583
"ui5.yaml": Object {
584584
"contents": "# yaml-language-server: $schema=https://sap.github.io/ui5-tooling/schema/ui5.yaml.json
585585
586-
specVersion: \\"3.1\\"
586+
specVersion: \\"4.0\\"
587587
metadata:
588588
name: my-test-app
589589
type: application
@@ -682,7 +682,7 @@ Object {
682682
"ui5-deploy.yaml": Object {
683683
"contents": "# yaml-language-server: $schema=https://sap.github.io/ui5-tooling/schema/ui5.yaml.json
684684
685-
specVersion: \\"3.1\\"
685+
specVersion: \\"4.0\\"
686686
metadata:
687687
name: my-test-app
688688
type: application
@@ -705,7 +705,7 @@ builder:
705705
"ui5.yaml": Object {
706706
"contents": "# yaml-language-server: $schema=https://sap.github.io/ui5-tooling/schema/ui5.yaml.json
707707
708-
specVersion: \\"3.1\\"
708+
specVersion: \\"4.0\\"
709709
metadata:
710710
name: my-test-app
711711
type: application
@@ -804,7 +804,7 @@ dist/
804804
"ui5.yaml": Object {
805805
"contents": "# yaml-language-server: $schema=https://sap.github.io/ui5-tooling/schema/ui5.yaml.json
806806
807-
specVersion: \\"3.1\\"
807+
specVersion: \\"4.0\\"
808808
metadata:
809809
name: my-test-app
810810
type: application
@@ -918,7 +918,7 @@ dist/
918918
"ui5.yaml": Object {
919919
"contents": "# yaml-language-server: $schema=https://sap.github.io/ui5-tooling/schema/ui5.yaml.json
920920
921-
specVersion: \\"3.1\\"
921+
specVersion: \\"4.0\\"
922922
metadata:
923923
name: my-test-app
924924
type: application
@@ -1035,7 +1035,7 @@ dist/
10351035
"../deploy/ui5-deploy.yaml": Object {
10361036
"contents": "# yaml-language-server: $schema=https://sap.github.io/ui5-tooling/schema/ui5.yaml.json
10371037
1038-
specVersion: \\"3.1\\"
1038+
specVersion: \\"4.0\\"
10391039
metadata:
10401040
name: my-test-app
10411041
type: application
@@ -1058,7 +1058,7 @@ builder:
10581058
"../deploy/ui5.yaml": Object {
10591059
"contents": "# yaml-language-server: $schema=https://sap.github.io/ui5-tooling/schema/ui5.yaml.json
10601060
1061-
specVersion: \\"3.1\\"
1061+
specVersion: \\"4.0\\"
10621062
metadata:
10631063
name: my-test-app
10641064
type: application
@@ -1167,7 +1167,7 @@ dist/
11671167
"../fiori-tools/ui5-deploy.yaml": Object {
11681168
"contents": "# yaml-language-server: $schema=https://sap.github.io/ui5-tooling/schema/ui5.yaml.json
11691169
1170-
specVersion: \\"3.1\\"
1170+
specVersion: \\"4.0\\"
11711171
metadata:
11721172
name: my-test-app
11731173
type: application
@@ -1190,7 +1190,7 @@ builder:
11901190
"../fiori-tools/ui5.yaml": Object {
11911191
"contents": "# yaml-language-server: $schema=https://sap.github.io/ui5-tooling/schema/ui5.yaml.json
11921192
1193-
specVersion: \\"3.1\\"
1193+
specVersion: \\"4.0\\"
11941194
metadata:
11951195
name: my-test-app
11961196
type: application
@@ -1297,7 +1297,7 @@ dist/
12971297
"../minimal/ui5.yaml": Object {
12981298
"contents": "# yaml-language-server: $schema=https://sap.github.io/ui5-tooling/schema/ui5.yaml.json
12991299
1300-
specVersion: \\"3.1\\"
1300+
specVersion: \\"4.0\\"
13011301
metadata:
13021302
name: my-test-app
13031303
type: application
@@ -1406,7 +1406,7 @@ dist/
14061406
"../s4hana/ui5-deploy.yaml": Object {
14071407
"contents": "# yaml-language-server: $schema=https://sap.github.io/ui5-tooling/schema/ui5.yaml.json
14081408
1409-
specVersion: \\"3.1\\"
1409+
specVersion: \\"4.0\\"
14101410
metadata:
14111411
name: my-test-app
14121412
type: application
@@ -1429,7 +1429,7 @@ builder:
14291429
"../s4hana/ui5.yaml": Object {
14301430
"contents": "# yaml-language-server: $schema=https://sap.github.io/ui5-tooling/schema/ui5.yaml.json
14311431
1432-
specVersion: \\"3.1\\"
1432+
specVersion: \\"4.0\\"
14331433
metadata:
14341434
name: my-test-app
14351435
type: application
@@ -1588,7 +1588,7 @@ dist/
15881588
"../s4hanaDestination/ui5-deploy.yaml": Object {
15891589
"contents": "# yaml-language-server: $schema=https://sap.github.io/ui5-tooling/schema/ui5.yaml.json
15901590
1591-
specVersion: \\"3.1\\"
1591+
specVersion: \\"4.0\\"
15921592
metadata:
15931593
name: my-test-app
15941594
type: application
@@ -1611,7 +1611,7 @@ builder:
16111611
"../s4hanaDestination/ui5.yaml": Object {
16121612
"contents": "# yaml-language-server: $schema=https://sap.github.io/ui5-tooling/schema/ui5.yaml.json
16131613
1614-
specVersion: \\"3.1\\"
1614+
specVersion: \\"4.0\\"
16151615
metadata:
16161616
name: my-test-app
16171617
type: application
@@ -1771,7 +1771,7 @@ dist/
17711771
"../s4hanaWithInboundId/ui5-deploy.yaml": Object {
17721772
"contents": "# yaml-language-server: $schema=https://sap.github.io/ui5-tooling/schema/ui5.yaml.json
17731773
1774-
specVersion: \\"3.1\\"
1774+
specVersion: \\"4.0\\"
17751775
metadata:
17761776
name: my-test-app
17771777
type: application
@@ -1794,7 +1794,7 @@ builder:
17941794
"../s4hanaWithInboundId/ui5.yaml": Object {
17951795
"contents": "# yaml-language-server: $schema=https://sap.github.io/ui5-tooling/schema/ui5.yaml.json
17961796
1797-
specVersion: \\"3.1\\"
1797+
specVersion: \\"4.0\\"
17981798
metadata:
17991799
name: my-test-app
18001800
type: application
@@ -1976,7 +1976,7 @@ dist/
19761976
"../ts-support/ui5-deploy.yaml": Object {
19771977
"contents": "# yaml-language-server: $schema=https://sap.github.io/ui5-tooling/schema/ui5.yaml.json
19781978
1979-
specVersion: \\"3.1\\"
1979+
specVersion: \\"4.0\\"
19801980
metadata:
19811981
name: my-test-app
19821982
type: application
@@ -1999,7 +1999,7 @@ builder:
19991999
"../ts-support/ui5.yaml": Object {
20002000
"contents": "# yaml-language-server: $schema=https://sap.github.io/ui5-tooling/schema/ui5.yaml.json
20012001
2002-
specVersion: \\"3.1\\"
2002+
specVersion: \\"4.0\\"
20032003
metadata:
20042004
name: my-test-app
20052005
type: application
@@ -2128,7 +2128,7 @@ dist/
21282128
"ui5.yaml": Object {
21292129
"contents": "# yaml-language-server: $schema=https://sap.github.io/ui5-tooling/schema/ui5.yaml.json
21302130
2131-
specVersion: \\"3.1\\"
2131+
specVersion: \\"4.0\\"
21322132
metadata:
21332133
name: my-test-app
21342134
type: application

packages/create/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @sap-ux/create
22

3+
## 0.13.161
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [aa2c7df]
8+
- @sap-ux/adp-tooling@0.18.0
9+
- @sap-ux/flp-config-inquirer@0.4.59
10+
- @sap-ux/preview-middleware@0.23.51
11+
- @sap-ux/app-config-writer@0.6.56
12+
313
## 0.13.160
414

515
### Patch Changes

0 commit comments

Comments
 (0)