@ui5/cli 2.14.2 → 3.0.0-alpha.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.
Files changed (3) hide show
  1. package/npm-shrinkwrap.json +13523 -713
  2. package/package.json +13 -13
  3. package/CHANGELOG.md +0 -809
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ui5/cli",
3
- "version": "2.14.2",
3
+ "version": "3.0.0-alpha.1",
4
4
  "description": "UI5 Tooling - CLI",
5
5
  "author": {
6
6
  "name": "SAP SE",
@@ -21,8 +21,8 @@
21
21
  },
22
22
  "main": "index.js",
23
23
  "engines": {
24
- "node": ">= 10",
25
- "npm": ">= 5"
24
+ "node": ">= 16.13.2",
25
+ "npm": ">= 8"
26
26
  },
27
27
  "scripts": {
28
28
  "test": "npm run lint && npm run jsdoc-generate && npm run coverage && npm run depcheck",
@@ -37,7 +37,7 @@
37
37
  "coverage": "nyc npm run unit",
38
38
  "coverage-xunit": "nyc --reporter=text --reporter=text-summary --reporter=cobertura npm run unit-xunit",
39
39
  "jsdoc": "npm run jsdoc-generate && open-cli jsdocs/index.html",
40
- "jsdoc-generate": "node_modules/.bin/jsdoc -c ./jsdoc.json ./lib/ || (echo 'Error during JSDoc generation! Check log.' && exit 1)",
40
+ "jsdoc-generate": "jsdoc -c ./jsdoc.json -t $(node -p 'path.dirname(require.resolve(\"docdash\"))') ./lib/ || (echo 'Error during JSDoc generation! Check log.' && exit 1)",
41
41
  "jsdoc-watch": "npm run jsdoc && chokidar \"./lib/**/*.js\" -c \"npm run jsdoc-generate\"",
42
42
  "preversion": "npm test",
43
43
  "version": "git-chglog --next-tag v$npm_package_version -o CHANGELOG.md && git add CHANGELOG.md",
@@ -107,14 +107,14 @@
107
107
  "url": "git@github.com:SAP/ui5-cli.git"
108
108
  },
109
109
  "dependencies": {
110
- "@ui5/builder": "^2.11.3",
111
- "@ui5/fs": "^2.0.6",
112
- "@ui5/logger": "^2.0.1",
113
- "@ui5/project": "^2.6.0",
114
- "@ui5/server": "^2.4.0",
110
+ "@ui5/builder": "^3.0.0-alpha.1",
111
+ "@ui5/fs": "^3.0.0-alpha.2",
112
+ "@ui5/logger": "^3.0.1-alpha.1",
113
+ "@ui5/project": "^3.0.0-alpha.1",
114
+ "@ui5/server": "^3.0.0-alpha.1",
115
115
  "chalk": "^4.1.2",
116
116
  "data-with-position": "^0.5.0",
117
- "import-local": "^3.0.3",
117
+ "import-local": "^3.1.0",
118
118
  "js-yaml": "^4.1.0",
119
119
  "open": "^7.4.2",
120
120
  "semver": "^7.3.5",
@@ -126,11 +126,11 @@
126
126
  "ava": "^3.15.0",
127
127
  "chokidar-cli": "^3.0.0",
128
128
  "cross-env": "^7.0.3",
129
- "depcheck": "^1.4.2",
129
+ "depcheck": "^1.4.3",
130
130
  "docdash": "^1.2.0",
131
- "eslint": "^7.32.0",
131
+ "eslint": "^8.7.0",
132
132
  "eslint-config-google": "^0.14.0",
133
- "eslint-plugin-jsdoc": "^37.2.0",
133
+ "eslint-plugin-jsdoc": "^37.6.3",
134
134
  "execa": "^5.1.1",
135
135
  "jsdoc": "^3.6.7",
136
136
  "mock-require": "^3.0.3",