Skip to content

Commit b9c61aa

Browse files
committed
Merge remote-tracking branch 'origin/main' into replace_enzyme
* origin/main: (31 commits) chore: apply latest changesets fix: improve handling for saving systems (#3828) chore: apply latest changesets chore: Update `@sap/cf-tools` version to latest to avoid security issues (#3809) chore: apply latest changesets feat(fiori-docs-embeddings): add @sap-ux/create/README.md as resource (#3779) fix: run tests on windows (#3823) chore: apply latest changesets update building block svg (#3826) chore: apply latest changesets feat(create): auto generate readme on build (#3760) chore: apply latest changesets Resolve Transport Request Checks for Download Quick Fiori App Deploy (#3819) test: v4 project builder (#3682) chore: apply latest changesets fix: bump specVersion to v4.0 (#3744) chore: apply latest changesets test: Integration test for fiori MCP using promptfoo (#3705) chore: apply latest changesets fix: move message to store creds prompt, tests, changeset (#3820) ...
2 parents 4b952b9 + c5e26c5 commit b9c61aa

File tree

370 files changed

+17605
-15692
lines changed

Some content is hidden

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

370 files changed

+17605
-15692
lines changed

.github/workflows/integration-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
fail-fast: false
3131
matrix:
3232
ui5-version: ${{ fromJson(needs.ui5-versions.outputs.ui5_versions) }}
33-
runs-on: ubuntu-latest
33+
runs-on: [ubuntu-latest, windows-2025]
3434
needs: ui5-versions
3535
timeout-minutes: 30
3636
steps:

.github/workflows/pipeline.yml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -187,12 +187,17 @@ jobs:
187187
node-version: 20.x
188188
- name: Install pnpm modules
189189
run: pnpm install --frozen-lockfile
190-
- name: Replace placeholder with instrumentation key
190+
- name: Set instrumentation key in fiori-mcp-server
191191
uses: jacobtomlinson/gha-find-replace@v3
192192
with:
193-
include: |
194-
packages/fiori-mcp-server/src/telemetry/index.ts
195-
packages/sap-systems-ext/src/utils/telemetryHelper.ts
193+
include: packages/fiori-mcp-server/src/telemetry/index.ts
194+
find: 'ApplicationInsightsInstrumentationKeyPLACEH0LDER'
195+
replace: ${{ secrets.INSTRUMENTATION_KEY }}
196+
regex: false
197+
- name: Set instrumentation key in sap-systems-ext
198+
uses: jacobtomlinson/gha-find-replace@v3
199+
with:
200+
include: packages/sap-systems-ext/src/utils/telemetryHelper.ts
196201
find: 'ApplicationInsightsInstrumentationKeyPLACEH0LDER'
197202
replace: ${{ secrets.INSTRUMENTATION_KEY }}
198203
regex: false

examples/simple-generator/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
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+
11+
## 1.1.108
12+
13+
### Patch Changes
14+
15+
- @sap-ux/fiori-elements-writer@2.7.37
16+
- @sap-ux/fiori-freestyle-writer@2.4.61
17+
318
## 1.1.107
419

520
### 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.107",
3+
"version": "1.1.109",
44
"description": "Simple example of a yeoman generator for Fiori elements.",
55
"license": "Apache-2.0",
66
"private": true,

examples/ui-prompting-examples/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @sap-ux-private/ui-prompting-examples
22

3+
## 0.4.7
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [afb4be5]
8+
- @sap-ux/ui-components@1.26.15
9+
- @sap-ux/ui-prompting@0.5.6
10+
311
## 0.4.6
412

513
### Patch Changes

examples/ui-prompting-examples/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-private/ui-prompting-examples",
3-
"version": "0.4.6",
3+
"version": "0.4.7",
44
"description": "This project contains UI storybook stories with exampleS with prompt ui and FPM based building blocks.",
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/abap-deploy-config-inquirer/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# @sap-ux/abap-deploy-config-inquirer
22

3+
## 1.6.46
4+
5+
### Patch Changes
6+
7+
- @sap-ux/inquirer-common@0.9.3
8+
9+
## 1.6.45
10+
11+
### Patch Changes
12+
13+
- @sap-ux/fiori-generator-shared@0.13.33
14+
- @sap-ux/inquirer-common@0.9.2
15+
316
## 1.6.44
417

518
### Patch Changes

packages/abap-deploy-config-inquirer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"url": "https://github.com/SAP/open-ux-tools.git",
77
"directory": "packages/abap-deploy-config-inquirer"
88
},
9-
"version": "1.6.44",
9+
"version": "1.6.46",
1010
"license": "Apache-2.0",
1111
"main": "dist/index.js",
1212
"scripts": {

packages/abap-deploy-config-sub-generator/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# @sap-ux/abap-deploy-config-sub-generator
22

3+
## 0.1.95
4+
5+
### Patch Changes
6+
7+
- @sap-ux/abap-deploy-config-inquirer@1.6.46
8+
- @sap-ux/deploy-config-generator-shared@0.1.52
9+
10+
## 0.1.94
11+
12+
### Patch Changes
13+
14+
- @sap-ux/fiori-generator-shared@0.13.33
15+
- @sap-ux/abap-deploy-config-inquirer@1.6.45
16+
- @sap-ux/deploy-config-generator-shared@0.1.52
17+
318
## 0.1.93
419

520
### Patch Changes

0 commit comments

Comments
 (0)