Skip to content

Commit 0a22ebd

Browse files
authored
feat: update depedency versions (#1302)
1 parent 32dec94 commit 0a22ebd

File tree

170 files changed

+21154
-8689
lines changed

Some content is hidden

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

170 files changed

+21154
-8689
lines changed

.github/workflows/release-auto.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
- uses: pnpm/action-setup@v4
2424
with:
25-
version: 9.1.2
25+
version: 10.24.0
2626
run_install: |
2727
- args: [--frozen-lockfile]
2828

.github/workflows/release-manual.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
- uses: pnpm/action-setup@v4
2222
with:
23-
version: 9.1.2
23+
version: 10.24.0
2424
run_install: |
2525
- args: [--frozen-lockfile]
2626

.github/workflows/tests-e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
- uses: pnpm/action-setup@v4
3737
with:
38-
version: 9.1.2
38+
version: 10.24.0
3939
run_install: false
4040

4141
- id: pnpm-cache

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
- uses: pnpm/action-setup@v4
2828
with:
29-
version: 9.1.2
29+
version: 10.24.0
3030
run_install: false
3131

3232
- id: pnpm-cache

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ A sub-package **may** have an additional CONTRIBUTING.md file if needed.
77

88
### Pre-Requisites
99

10-
- [PNPM](https://pnpm.io/installation) >= 9.1.2
10+
- [PNPM](https://pnpm.io/installation) >= 10.24.0
1111
- A [Long-Term Support version](https://nodejs.org/en/about/releases/) of Node.js
1212
- (optional) [commitizen](https://github.com/commitizen/cz-cli#installing-the-command-line-tool) for managing commit messages.
1313

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"type": "git",
99
"url": "https://github.com/ui5-community/ui5-ecosystem-showcase.git"
1010
},
11-
"packageManager": "pnpm@9.1.2",
11+
"packageManager": "pnpm@10.24.0",
1212
"scripts": {
1313
"build": "pnpm --filter ui5-app build",
1414
"build:sc": "pnpm --filter ui5-app build:sc",
@@ -72,21 +72,21 @@
7272
"ncu": "ncu -ws --root"
7373
},
7474
"devDependencies": {
75-
"@commitlint/cli": "^19.8.1",
76-
"@commitlint/config-conventional": "^19.8.1",
77-
"@prettier/plugin-xml": "^3.4.1",
75+
"@commitlint/cli": "^20.1.0",
76+
"@commitlint/config-conventional": "^20.0.0",
77+
"@prettier/plugin-xml": "^3.4.2",
7878
"cz-conventional-changelog": "^3.3.0",
79-
"eslint": "^9.30.1",
80-
"eslint-plugin-jsdoc": "^51.3.3",
81-
"globals": "^16.3.0",
79+
"eslint": "^9.39.1",
80+
"eslint-plugin-jsdoc": "^61.4.1",
81+
"globals": "^16.5.0",
8282
"husky": "^9.1.7",
83-
"lerna": "^8.2.3",
84-
"lint-staged": "^16.1.2",
83+
"lerna": "^9.0.3",
84+
"lint-staged": "^16.2.7",
8585
"npm-run-all": "^4.1.5",
86-
"prettier": "^3.6.2",
86+
"prettier": "^3.7.3",
8787
"prettier-plugin-properties": "^0.3.0",
8888
"pretty-quick": "^4.2.2",
89-
"wait-on": "^8.0.3"
89+
"wait-on": "^9.0.3"
9090
},
9191
"pnpm": {
9292
"overrides": {

packages/cds-plugin-ui5/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
"@ui5/fs": "^4",
1515
"@ui5/project": "^4",
1616
"@ui5/server": "^4",
17-
"glob": "^11.0.2",
18-
"js-yaml": "^4.1.0",
17+
"glob": "^13.0.0",
18+
"js-yaml": "^4.1.1",
1919
"node-html-parser": "^7.0.1",
20-
"semver": "^7.7.2"
20+
"semver": "^7.7.3"
2121
},
2222
"devDependencies": {
2323
"@sap/cds": "*",

packages/dev-approuter/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
},
1313
"dependencies": {
1414
"@sap/approuter": ">=20",
15-
"@sap/xsenv": "5.6.1",
15+
"@sap/xsenv": "6.0.0",
1616
"cds-plugin-ui5": "workspace:^",
17-
"express": "^4",
17+
"express": "^5",
1818
"ui5-middleware-cap": "workspace:^"
1919
}
2020
}

packages/karma-ui5-transpile/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
"sapui5"
2626
],
2727
"dependencies": {
28-
"babel-plugin-istanbul": "^7.0.0",
29-
"js-yaml": "^4.1.0"
28+
"babel-plugin-istanbul": "^7.0.1",
29+
"js-yaml": "^4.1.1"
3030
},
3131
"devDependencies": {
3232
"karma": "^6.4.4",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"reject": ["@ui5/cli", "@ui5/project", "@ui5/server", "http-proxy-middleware"]
2+
"reject": ["@ui5/cli", "@ui5/project", "@ui5/server", "nock", "http-proxy-middleware"]
33
}

0 commit comments

Comments
 (0)