@ui5/cli 3.0.0-rc.5 → 3.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.
Files changed (3) hide show
  1. package/CHANGELOG.md +213 -209
  2. package/npm-shrinkwrap.json +233 -4315
  3. package/package.json +14 -14
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ui5/cli",
3
- "version": "3.0.0-rc.5",
3
+ "version": "3.0.1",
4
4
  "description": "UI5 Tooling - CLI",
5
5
  "author": {
6
6
  "name": "SAP SE",
@@ -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 && git add CHANGELOG.md",
47
+ "version": "git-chglog --sort semver --next-tag v$npm_package_version -o CHANGELOG.md v3.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"
@@ -115,35 +115,35 @@
115
115
  "url": "git@github.com:SAP/ui5-cli.git"
116
116
  },
117
117
  "dependencies": {
118
- "@ui5/builder": "^3.0.0-rc.5",
119
- "@ui5/fs": "^3.0.0-rc.6",
120
- "@ui5/logger": "^3.0.1-rc.3",
121
- "@ui5/project": "^3.0.0-rc.7",
122
- "@ui5/server": "^3.0.0-rc.3",
118
+ "@ui5/builder": "^3.0.1",
119
+ "@ui5/fs": "^3.0.1",
120
+ "@ui5/logger": "^3.0.0",
121
+ "@ui5/project": "^3.0.1",
122
+ "@ui5/server": "^3.0.1",
123
123
  "chalk": "^5.2.0",
124
124
  "data-with-position": "^0.5.0",
125
125
  "import-local": "^3.1.0",
126
126
  "js-yaml": "^4.1.0",
127
- "open": "^8.4.0",
127
+ "open": "^8.4.1",
128
128
  "pretty-hrtime": "^1.0.3",
129
129
  "semver": "^7.3.8",
130
130
  "update-notifier": "^6.0.2",
131
- "yargs": "^17.6.2"
131
+ "yargs": "^17.7.0"
132
132
  },
133
133
  "devDependencies": {
134
134
  "@istanbuljs/esm-loader-hook": "^0.2.0",
135
- "ava": "^5.1.1",
135
+ "ava": "^5.2.0",
136
136
  "chokidar-cli": "^3.0.0",
137
137
  "cross-env": "^7.0.3",
138
138
  "depcheck": "^1.4.3",
139
139
  "docdash": "^2.0.1",
140
- "eslint": "^8.33.0",
140
+ "eslint": "^8.34.0",
141
141
  "eslint-config-google": "^0.14.0",
142
142
  "eslint-plugin-ava": "^14.0.0",
143
- "eslint-plugin-jsdoc": "^39.8.0",
143
+ "eslint-plugin-jsdoc": "^40.0.0",
144
144
  "esmock": "^2.1.0",
145
- "execa": "^6.1.0",
146
- "jsdoc": "^3.6.11",
145
+ "execa": "^7.0.0",
146
+ "jsdoc": "^4.0.1",
147
147
  "nyc": "^15.1.0",
148
148
  "open-cli": "^7.1.0",
149
149
  "rimraf": "^4.1.2",