Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 3 additions & 6 deletions .github/workflows/release-manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
jobs:
release:
runs-on: ubuntu-latest
permissions:
id-token: write # Required for trusted publishing via OIDC (https://docs.npmjs.com/trusted-publishers)
steps:
- uses: actions/checkout@v4
with:
Expand All @@ -19,9 +21,4 @@ jobs:
run: yarn build

- name: Publish to NPM
run: |
echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > ~/.npmrc
echo ":::: Publishing as $(npm whoami)"
npm run release:publish-manual
env:
NPM_TOKEN: ${{ secrets.NPM_RELEASE_AUTH_TOKEN }}
run: npm run release:publish-manual
9 changes: 3 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
jobs:
release:
runs-on: ubuntu-latest
permissions:
id-token: write # Required for trusted publishing via OIDC (https://docs.npmjs.com/trusted-publishers)
if: "contains(github.event.head_commit.message, 'chore(release): publish')"
steps:
- uses: actions/checkout@v4
Expand All @@ -21,9 +23,4 @@ jobs:
run: yarn build

- name: Publish to NPM
run: |
echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > ~/.npmrc
echo ":::: Publishing as $(npm whoami)"
npm run release:publish
env:
NPM_TOKEN: ${{ secrets.NPM_RELEASE_AUTH_TOKEN }}
run: npm run release:publish
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,18 +28,18 @@
"ncu-u": "ncu -ws --root -u"
},
"devDependencies": {
"@commitlint/cli": "19.8.1",
"@commitlint/config-conventional": "19.8.1",
"chai": "4.4.1",
"@commitlint/cli": "20.1.0",
"@commitlint/config-conventional": "20.0.0",
"chai": "6.2.0",
"cz-conventional-changelog": "3.3.0",
"husky": "9.1.7",
"lerna": "8.2.2",
"lint-staged": "15.2.7",
"mocha": "10.5.1",
"lerna": "9.0.0",
"lint-staged": "16.2.4",
"mocha": "11.7.4",
"npm-run-all": "4.1.5",
"prettier": "3.6.0",
"shx": "0.3.4",
"typescript": "5.8.3"
"prettier": "3.6.2",
"shx": "0.4.0",
"typescript": "5.9.3"
},
"lint-staged": {
"*.{ts,js,json,md,yml}": [
Expand Down
14 changes: 7 additions & 7 deletions packages/dts-generator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,28 +25,28 @@
"dependencies": {
"@definitelytyped/dtslint": "latest",
"@definitelytyped/eslint-plugin": "latest",
"@ui5/logger": "^3.0.0",
"@ui5/logger": "^4.0.2",
"argparse": "^2.0.1",
"es-main": "^1.3.0",
"fs-extra": "11.3.1",
"es-main": "^1.4.0",
"fs-extra": "11.3.2",
"lodash": "4.17.21",
"lodash.combinations": "18.11.1",
"node-fetch": "^3.3.2",
"prettier": "3.6.2",
"resolve": "^1.22.10",
"sanitize-html": "2.17.0",
"semver": "^7.7.2",
"semver": "^7.7.3",
"strip-json-comments": "^5.0.3",
"typescript": "^5.9.2"
"typescript": "^5.9.3"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.52.10",
"@microsoft/api-extractor": "^7.53.1",
"@types/argparse": "^2.0.17",
"@types/lodash": "4.17.20",
"@types/sanitize-html": "2.16.0",
"@types/urijs": "1.19.25",
"copyfiles": "^2.4.1",
"del-cli": "^6.0.0",
"del-cli": "^7.0.0",
"npm-run-all": "^4.1.5"
},
"scripts": {
Expand Down
10 changes: 5 additions & 5 deletions packages/ts-interface-generator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,17 +36,17 @@
},
"devDependencies": {
"@types/hjson": "2.4.6",
"@types/jest": "29.5.12",
"@types/node": "20.14.9",
"@types/jest": "30.0.0",
"@types/node": "24.7.2",
"@types/openui5": "1.127.0",
"@types/yargs": "17.0.33",
"@typescript-eslint/eslint-plugin": "7.14.1",
"@typescript-eslint/parser": "7.14.1",
"eslint": "8.57.0",
"jest": "29.7.0",
"jest": "30.2.0",
"npm-run-all": "4.1.5",
"ts-jest": "29.4.0",
"typescript": "5.8.3"
"ts-jest": "29.4.5",
"typescript": "5.9.3"
},
"dependencies": {
"hjson": "3.2.2",
Expand Down
4 changes: 2 additions & 2 deletions test-packages/openui5-snapshot-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
},
"dependencies": {
"@ui5/dts-generator": "link:../../packages/dts-generator",
"fs-extra": "11.3.0",
"fs-extra": "11.3.2",
"lodash": "4.17.21",
"typescript": "5.8.3"
"typescript": "5.9.3"
},
"devDependencies": {
"@types/jquery": "3.5.13",
Expand Down
14 changes: 7 additions & 7 deletions test-packages/typed-json-model/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@
"ci": "npm run lint && npm run ui5lint && npm run ts-typecheck && npm run test"
},
"devDependencies": {
"@types/openui5": "1.135.0",
"@ui5/cli": "^4.0.19",
"@ui5/linter": "^1.1.1",
"eslint": "^9.13.0",
"globals": "^15.11.0",
"typescript": "^5.7.2",
"typescript-eslint": "^8.11.0",
"@types/openui5": "1.136.0",
"@ui5/cli": "^4.0.30",
"@ui5/linter": "^1.20.2",
"eslint": "^9.37.0",
"globals": "^16.4.0",
"typescript": "^5.9.3",
"typescript-eslint": "^8.46.1",
"ui5-middleware-livereload": "^3",
"ui5-middleware-simpleproxy": "^3",
"ui5-tooling-transpile": "^3"
Expand Down
2 changes: 1 addition & 1 deletion test-packages/typed-json-model/ui5-dist.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ resources:
webapp: dist
framework:
name: OpenUI5
version: "1.135.0"
version: "1.136.0"
libraries:
- name: sap.m
- name: sap.ui.core
Expand Down
2 changes: 1 addition & 1 deletion test-packages/typed-json-model/ui5.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
type: application
framework:
name: OpenUI5
version: "1.135.0"
version: "1.136.0"
libraries:
- name: sap.m
- name: sap.ui.core
Expand Down
4 changes: 2 additions & 2 deletions test-packages/typed-json-model/webapp/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"_version": "1.12.0",
"_version": "2.0.0",

"sap.app": {
"id": "typed.json.model",
Expand Down Expand Up @@ -32,7 +32,7 @@
},

"dependencies": {
"minUI5Version": "1.104.0",
"minUI5Version": "1.136.0",
"libs": {
"sap.ui.core": {},
"sap.ui.layout": {},
Expand Down
Loading