@ui5/cli 3.11.1 → 4.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ui5/cli",
3
- "version": "3.11.1",
3
+ "version": "4.0.1",
4
4
  "description": "UI5 Tooling - CLI",
5
5
  "author": {
6
6
  "name": "SAP SE",
@@ -26,7 +26,7 @@
26
26
  "./package.json": "./package.json"
27
27
  },
28
28
  "engines": {
29
- "node": "^16.18.0 || >=18.12.0",
29
+ "node": "^20.11.0 || >=22.0.0",
30
30
  "npm": ">= 8"
31
31
  },
32
32
  "scripts": {
@@ -44,7 +44,7 @@
44
44
  "jsdoc-generate": "jsdoc -c ./jsdoc.json -t $(node -p 'path.dirname(require.resolve(\"docdash\"))') ./lib/ || (echo 'Error during JSDoc generation! Check log.' && exit 1)",
45
45
  "jsdoc-watch": "npm run jsdoc && chokidar \"./lib/**/*.js\" -c \"npm run jsdoc-generate\"",
46
46
  "preversion": "npm test",
47
- "version": "git-chglog --sort semver --next-tag v$npm_package_version -o CHANGELOG.md v3.0.0.. && git add CHANGELOG.md",
47
+ "version": "git-chglog --sort semver --next-tag v$npm_package_version -o CHANGELOG.md v4.0.0.. && git add CHANGELOG.md",
48
48
  "prepublishOnly": "git push --follow-tags",
49
49
  "release-note": "git-chglog --sort semver -c .chglog/release-config.yml v$npm_package_version | node .chglog/consolidate-changelogs.js",
50
50
  "depcheck": "depcheck --ignores @ui5/cli,rimraf,docdash,@istanbuljs/esm-loader-hook,@ui5/fs,@ui5/builder",
@@ -117,24 +117,24 @@
117
117
  "url": "git@github.com:SAP/ui5-cli.git"
118
118
  },
119
119
  "dependencies": {
120
- "@ui5/builder": "^3.5.1",
121
- "@ui5/fs": "^3.0.5",
122
- "@ui5/logger": "^3.0.0",
123
- "@ui5/project": "^3.9.2",
124
- "@ui5/server": "^3.2.1",
120
+ "@ui5/builder": "^4.0.1",
121
+ "@ui5/fs": "^4.0.0",
122
+ "@ui5/logger": "^4.0.1",
123
+ "@ui5/project": "^4.0.1",
124
+ "@ui5/server": "^4.0.1",
125
125
  "chalk": "^5.3.0",
126
126
  "data-with-position": "^0.5.0",
127
127
  "import-local": "^3.2.0",
128
128
  "js-yaml": "^4.1.0",
129
- "open": "^9.1.0",
129
+ "open": "^10.1.0",
130
130
  "pretty-hrtime": "^1.0.3",
131
131
  "semver": "^7.6.3",
132
- "update-notifier": "^6.0.2",
132
+ "update-notifier": "^7.2.0",
133
133
  "yargs": "^17.7.2"
134
134
  },
135
135
  "devDependencies": {
136
136
  "@istanbuljs/esm-loader-hook": "^0.2.0",
137
- "ava": "^5.3.1",
137
+ "ava": "^6.1.3",
138
138
  "chokidar-cli": "^3.0.0",
139
139
  "cross-env": "^7.0.3",
140
140
  "depcheck": "^1.4.7",
@@ -142,15 +142,15 @@
142
142
  "eslint": "^8.57.0",
143
143
  "eslint-config-google": "^0.14.0",
144
144
  "eslint-plugin-ava": "^14.0.0",
145
- "eslint-plugin-jsdoc": "^46.10.1",
145
+ "eslint-plugin-jsdoc": "^48.10.2",
146
146
  "esmock": "^2.6.7",
147
- "execa": "^8.0.1",
147
+ "execa": "^9.3.0",
148
148
  "jsdoc": "^4.0.3",
149
149
  "licensee": "^10.0.0",
150
- "nyc": "^15.1.0",
151
- "open-cli": "^7.2.0",
152
- "rimraf": "^5.0.9",
153
- "sinon": "^16.1.3",
150
+ "nyc": "^17.0.0",
151
+ "open-cli": "^8.0.0",
152
+ "rimraf": "^6.0.1",
153
+ "sinon": "^18.0.0",
154
154
  "strip-ansi": "^7.1.0",
155
155
  "tap-xunit": "^2.4.1",
156
156
  "testdouble": "^3.20.2"