generated from SAP/repository-template
-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/main' into nx_updates
* origin/main: chore - Fix audit issues (#2528) chore: apply latest changesets fix(fiori-gen-shared): fix reading README template in fiori gen shared (#2595) chore: apply latest changesets fix(odata-service-inquirer): i18n bundles not loading (#2592) chore: apply latest changesets feat(btp-utils): adds options for list destination api (#2586) chore: apply latest changesets fix(abap-deploy-config-writer): add `reentranceTicket` auth type to all deploy configs when passed in (#2556) chore: apply latest changesets feat: add namespaces to annotation template (#2452) chore: apply latest changesets fix: Handle higher layer changes (#2536) chore: apply latest changesets fix(cf-deploy-config-writer): cleanup based on local testing when using headless (#2546)
- Loading branch information
Showing
162 changed files
with
2,828 additions
and
2,660 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
--- | ||
"@sap-ux/adp-tooling": patch | ||
"@sap-ux/backend-proxy-middleware": patch | ||
"@sap-ux/cards-editor-middleware": patch | ||
"@sap-ux/cf-deploy-config-writer": patch | ||
"@sap-ux-private/preview-middleware-client": patch | ||
"@sap-ux/preview-middleware": patch | ||
"@sap-ux/reload-middleware": patch | ||
"@sap-ux/serve-static-middleware": patch | ||
"@sap-ux/ui-components": patch | ||
"@sap-ux/ui-prompting": patch | ||
"@sap-ux/ui5-proxy-middleware": patch | ||
"@sap-ux-private/ui-prompting-examples": patch | ||
--- | ||
|
||
chore - Fix audit issues |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,11 @@ | ||
# @sap-ux/fe-fpm-cli | ||
|
||
## 0.0.45 | ||
|
||
### Patch Changes | ||
|
||
- @sap-ux/fe-fpm-writer@0.31.18 | ||
|
||
## 0.0.44 | ||
|
||
### Patch Changes | ||
|
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
"author": "@SAP/ux-tools-team", | ||
"private": true, | ||
"devDependencies": { | ||
"@changesets/cli": "2.27.7", | ||
"@changesets/cli": "2.27.9", | ||
"@playwright/test": "1.39.0", | ||
"@types/jest": "29.5.5", | ||
"@types/node": "18.11.9", | ||
|
@@ -61,7 +61,8 @@ | |
"packageManager": "[email protected]", | ||
"pnpm": { | ||
"overrides": { | ||
"router>path-to-regexp": "0.1.10" | ||
"router>path-to-regexp": "0.1.10", | ||
"cross-spawn": "7.0.5" | ||
} | ||
} | ||
} |
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,9 +9,6 @@ | |
"outDir": "dist" | ||
}, | ||
"references": [ | ||
{ | ||
"path": "../btp-utils" | ||
}, | ||
{ | ||
"path": "../project-access" | ||
}, | ||
|
Oops, something went wrong.