@ui5/cli 3.3.4 → 3.4.0

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/CHANGELOG.md CHANGED
@@ -2,7 +2,13 @@
2
2
  All notable changes to this project will be documented in this file.
3
3
  This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
4
4
 
5
- A list of unreleased changes can be found [here](https://github.com/SAP/ui5-cli/compare/v3.3.4...HEAD).
5
+ A list of unreleased changes can be found [here](https://github.com/SAP/ui5-cli/compare/v3.4.0...HEAD).
6
+
7
+ <a name="v3.4.0"></a>
8
+ ## [v3.4.0] - 2023-08-09
9
+ ### Dependency Updates
10
+ - Bump [@ui5](https://github.com/ui5)/project from 3.4.2 to 3.5.0 [`c77a9e1`](https://github.com/SAP/ui5-cli/commit/c77a9e1bc2bd6f2e02c3c629e4c3f348a83e835c)
11
+
6
12
 
7
13
  <a name="v3.3.4"></a>
8
14
  ## [v3.3.4] - 2023-07-26
@@ -1083,6 +1089,7 @@ Only Node.js v10 or higher is supported.
1083
1089
 
1084
1090
  <a name="v0.0.1"></a>
1085
1091
  ## v0.0.1 - 2018-06-06
1092
+ [v3.4.0]: https://github.com/SAP/ui5-cli/compare/v3.3.4...v3.4.0
1086
1093
  [v3.3.4]: https://github.com/SAP/ui5-cli/compare/v3.3.3...v3.3.4
1087
1094
  [v3.3.3]: https://github.com/SAP/ui5-cli/compare/v3.3.2...v3.3.3
1088
1095
  [v3.3.2]: https://github.com/SAP/ui5-cli/compare/v3.3.1...v3.3.2
@@ -1,18 +1,18 @@
1
1
  {
2
2
  "name": "@ui5/cli",
3
- "version": "3.3.4",
3
+ "version": "3.4.0",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@ui5/cli",
9
- "version": "3.3.4",
9
+ "version": "3.4.0",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "@ui5/builder": "^3.0.9",
13
13
  "@ui5/fs": "^3.0.4",
14
14
  "@ui5/logger": "^3.0.0",
15
- "@ui5/project": "^3.4.2",
15
+ "@ui5/project": "^3.5.0",
16
16
  "@ui5/server": "^3.1.3",
17
17
  "chalk": "^5.3.0",
18
18
  "data-with-position": "^0.5.0",
@@ -515,9 +515,9 @@
515
515
  }
516
516
  },
517
517
  "node_modules/@sindresorhus/is": {
518
- "version": "5.5.2",
519
- "resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-5.5.2.tgz",
520
- "integrity": "sha512-8ZMK+V6YpeZFfW6hU9uAeWVuq8v3t7BaG276gIO+kVqnAcLrHCXdFUOf7kgouyfAarkZtuavIqY3RsXTsTWviw==",
518
+ "version": "5.6.0",
519
+ "resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-5.6.0.tgz",
520
+ "integrity": "sha512-TV7t8GKYaJWsn00tFDqBw8+Uqmr8A0fRU1tvTQhyZzGv0sJCGRQL3JGMI3ucuKo3XIZdUP+Lx7/gh2t3lewy7g==",
521
521
  "engines": {
522
522
  "node": ">=14.16"
523
523
  },
@@ -655,12 +655,12 @@
655
655
  }
656
656
  },
657
657
  "node_modules/@ui5/project": {
658
- "version": "3.4.2",
659
- "resolved": "https://registry.npmjs.org/@ui5/project/-/project-3.4.2.tgz",
660
- "integrity": "sha512-v8cCl+rxrrJ7AhAMoLgHKBxcK7Lsg3LNocwEkQTMpmwoqYSq0J8Ufj5LN/rwxJAwAsNwRgpMuXbDknS3j374DQ==",
658
+ "version": "3.5.0",
659
+ "resolved": "https://registry.npmjs.org/@ui5/project/-/project-3.5.0.tgz",
660
+ "integrity": "sha512-IzrMPA875z2Zly5zKlgr9PVtFBMmnCLOJ7YSIH1tlm2SFnnSO5hoZ4/Opdy3bT6yz8YltIUFSYF5FP7ffng6Ww==",
661
661
  "dependencies": {
662
662
  "@npmcli/config": "^6.2.1",
663
- "@ui5/builder": "^3.0.7",
663
+ "@ui5/builder": "^3.0.9",
664
664
  "@ui5/fs": "^3.0.4",
665
665
  "@ui5/logger": "^3.0.0",
666
666
  "ajv": "^6.12.6",
@@ -677,10 +677,10 @@
677
677
  "pretty-hrtime": "^1.0.3",
678
678
  "read-pkg": "^8.0.0",
679
679
  "read-pkg-up": "^10.0.0",
680
- "resolve": "^1.22.3",
680
+ "resolve": "^1.22.4",
681
681
  "rimraf": "^5.0.1",
682
682
  "semver": "^7.5.4",
683
- "xml2js": "^0.6.0",
683
+ "xml2js": "^0.6.2",
684
684
  "yesno": "^0.4.0"
685
685
  },
686
686
  "engines": {
@@ -769,9 +769,9 @@
769
769
  }
770
770
  },
771
771
  "node_modules/agentkeepalive": {
772
- "version": "4.3.0",
773
- "resolved": "https://registry.npmjs.org/agentkeepalive/-/agentkeepalive-4.3.0.tgz",
774
- "integrity": "sha512-7Epl1Blf4Sy37j4v9f9FjICCh4+KAQOyXgHEwlyBiAQLbhKdq/i2QQU3amQalS/wPhdPzDXPL5DMR5bkn+YeWg==",
772
+ "version": "4.4.0",
773
+ "resolved": "https://registry.npmjs.org/agentkeepalive/-/agentkeepalive-4.4.0.tgz",
774
+ "integrity": "sha512-MysLRwkhsJTZKs+fsZIsTgBlr3IjQroonVJWMSqC9k3LS6f6ZifePl9fCqOtvc8p0CeYDSZVFvytdkwhOGaSZA==",
775
775
  "dependencies": {
776
776
  "debug": "^4.1.0",
777
777
  "depd": "^2.0.0",
@@ -1146,14 +1146,14 @@
1146
1146
  }
1147
1147
  },
1148
1148
  "node_modules/cacheable-request": {
1149
- "version": "10.2.12",
1150
- "resolved": "https://registry.npmjs.org/cacheable-request/-/cacheable-request-10.2.12.tgz",
1151
- "integrity": "sha512-qtWGB5kn2OLjx47pYUkWicyOpK1vy9XZhq8yRTXOy+KAmjjESSRLx6SiExnnaGGUP1NM6/vmygMu0fGylNh9tw==",
1149
+ "version": "10.2.13",
1150
+ "resolved": "https://registry.npmjs.org/cacheable-request/-/cacheable-request-10.2.13.tgz",
1151
+ "integrity": "sha512-3SD4rrMu1msNGEtNSt8Od6enwdo//U9s4ykmXfA2TD58kcLkCobtCDiby7kNyj7a/Q7lz/mAesAFI54rTdnvBA==",
1152
1152
  "dependencies": {
1153
1153
  "@types/http-cache-semantics": "^4.0.1",
1154
1154
  "get-stream": "^6.0.1",
1155
1155
  "http-cache-semantics": "^4.1.1",
1156
- "keyv": "^4.5.2",
1156
+ "keyv": "^4.5.3",
1157
1157
  "mimic-response": "^4.0.0",
1158
1158
  "normalize-url": "^8.0.0",
1159
1159
  "responselike": "^3.0.0"
@@ -2037,9 +2037,9 @@
2037
2037
  }
2038
2038
  },
2039
2039
  "node_modules/eslint-visitor-keys": {
2040
- "version": "3.4.1",
2041
- "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.1.tgz",
2042
- "integrity": "sha512-pZnmmLwYzf+kWaM/Qgrvpen51upAktaaiI01nsJD/Yr3lMOdNtq0cxkrrg16w64VtisN6okbs7Q8AfGqj4c9fA==",
2040
+ "version": "3.4.2",
2041
+ "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.2.tgz",
2042
+ "integrity": "sha512-8drBzUEyZ2llkpCA67iYrgEssKDUu68V8ChqqOfFupIaG/LCVPUT+CoGJpT77zJprs4T/W7p07LP7zAIMuweVw==",
2043
2043
  "engines": {
2044
2044
  "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
2045
2045
  },
@@ -2099,9 +2099,9 @@
2099
2099
  }
2100
2100
  },
2101
2101
  "node_modules/execa": {
2102
- "version": "7.1.1",
2103
- "resolved": "https://registry.npmjs.org/execa/-/execa-7.1.1.tgz",
2104
- "integrity": "sha512-wH0eMf/UXckdUYnO21+HDztteVv05rq2GXksxT4fCGeHkBhw1DROXh40wcjMcRqDOWE7iPJ4n3M7e2+YFP+76Q==",
2102
+ "version": "7.2.0",
2103
+ "resolved": "https://registry.npmjs.org/execa/-/execa-7.2.0.tgz",
2104
+ "integrity": "sha512-UduyVP7TLB5IcAQl+OzLyLcS/l32W/GLg+AhHJ+ow40FOk2U3SAllPwR44v4vmdFwIWqpdwxxpQbF1n5ta9seA==",
2105
2105
  "dependencies": {
2106
2106
  "cross-spawn": "^7.0.3",
2107
2107
  "get-stream": "^6.0.1",
@@ -2352,9 +2352,9 @@
2352
2352
  }
2353
2353
  },
2354
2354
  "node_modules/foreground-child/node_modules/signal-exit": {
2355
- "version": "4.0.2",
2356
- "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.0.2.tgz",
2357
- "integrity": "sha512-MY2/qGx4enyjprQnFaZsHib3Yadh3IXyV2C321GY0pjGfVBu4un0uDJkwgdxqO+Rdx8JMT8IfJIRwbYVz3Ob3Q==",
2355
+ "version": "4.1.0",
2356
+ "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
2357
+ "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
2358
2358
  "engines": {
2359
2359
  "node": ">=14"
2360
2360
  },
@@ -2915,9 +2915,9 @@
2915
2915
  }
2916
2916
  },
2917
2917
  "node_modules/is-core-module": {
2918
- "version": "2.12.1",
2919
- "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.12.1.tgz",
2920
- "integrity": "sha512-Q4ZuBAe2FUsKtyQJoQHlvP8OvBERxO3jEmy1I7hcRXcJBGGHFh/aJBswbXuS9sgrDH2QUO8ilkwNPHvHMd8clg==",
2918
+ "version": "2.13.0",
2919
+ "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.13.0.tgz",
2920
+ "integrity": "sha512-Z7dk6Qo8pOCp3l4tsX2C5ZVas4V+UxwQodwZhLopL91TX8UyyHEXafPcyoeeWuLrwzHcr3igO78wNLwHJHsMCQ==",
2921
2921
  "dependencies": {
2922
2922
  "has": "^1.0.3"
2923
2923
  },
@@ -3109,9 +3109,9 @@
3109
3109
  "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw=="
3110
3110
  },
3111
3111
  "node_modules/jackspeak": {
3112
- "version": "2.2.1",
3113
- "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-2.2.1.tgz",
3114
- "integrity": "sha512-MXbxovZ/Pm42f6cDIDkl3xpwv1AGwObKwfmjs2nQePiy85tP3fatofl3FC1aBsOtP/6fq5SbtgHwWcMsLP+bDw==",
3112
+ "version": "2.2.2",
3113
+ "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-2.2.2.tgz",
3114
+ "integrity": "sha512-mgNtVv4vUuaKA97yxUHoA3+FkuhtxkjdXEWOyB/N76fjy0FjezEt34oy3epBtvCvS+7DyKwqCFWx/oJLV5+kCg==",
3115
3115
  "dependencies": {
3116
3116
  "@isaacs/cliui": "^8.0.2"
3117
3117
  },
@@ -3945,9 +3945,9 @@
3945
3945
  }
3946
3946
  },
3947
3947
  "node_modules/npm-pick-manifest": {
3948
- "version": "8.0.1",
3949
- "resolved": "https://registry.npmjs.org/npm-pick-manifest/-/npm-pick-manifest-8.0.1.tgz",
3950
- "integrity": "sha512-mRtvlBjTsJvfCCdmPtiu2bdlx8d/KXtF7yNXNWe7G0Z36qWA9Ny5zXsI2PfBZEv7SXgoxTmNaTzGSbbzDZChoA==",
3948
+ "version": "8.0.2",
3949
+ "resolved": "https://registry.npmjs.org/npm-pick-manifest/-/npm-pick-manifest-8.0.2.tgz",
3950
+ "integrity": "sha512-1dKY+86/AIiq1tkKVD3l0WI+Gd3vkknVGAggsFeBkTvbhMQ1OND/LKkYv4JtXPKUJ8bOTCyLiqEg2P6QNdK+Gg==",
3951
3951
  "dependencies": {
3952
3952
  "npm-install-checks": "^6.0.0",
3953
3953
  "npm-normalize-package-bin": "^3.0.0",
@@ -4875,11 +4875,11 @@
4875
4875
  }
4876
4876
  },
4877
4877
  "node_modules/resolve": {
4878
- "version": "1.22.3",
4879
- "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.3.tgz",
4880
- "integrity": "sha512-P8ur/gp/AmbEzjr729bZnLjXK5Z+4P0zhIJgBgzqRih7hL7BOukHGtSTA3ACMY467GRFz3duQsi0bDZdR7DKdw==",
4878
+ "version": "1.22.4",
4879
+ "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.4.tgz",
4880
+ "integrity": "sha512-PXNdCiPqDqeUou+w1C2eTQbNfxKSuMxqTCuvlmmMsk1NWHL5fRrhY6Pl0qEYYc6+QqGClco1Qj8XnjPego4wfg==",
4881
4881
  "dependencies": {
4882
- "is-core-module": "^2.12.0",
4882
+ "is-core-module": "^2.13.0",
4883
4883
  "path-parse": "^1.0.7",
4884
4884
  "supports-preserve-symlinks-flag": "^1.0.0"
4885
4885
  },
@@ -6089,9 +6089,9 @@
6089
6089
  }
6090
6090
  },
6091
6091
  "node_modules/xml2js": {
6092
- "version": "0.6.0",
6093
- "resolved": "https://registry.npmjs.org/xml2js/-/xml2js-0.6.0.tgz",
6094
- "integrity": "sha512-eLTh0kA8uHceqesPqSE+VvO1CDDJWMwlQfB6LuN6T8w6MaDJ8Txm8P7s5cHD0miF0V+GGTZrDQfxPZQVsur33w==",
6092
+ "version": "0.6.2",
6093
+ "resolved": "https://registry.npmjs.org/xml2js/-/xml2js-0.6.2.tgz",
6094
+ "integrity": "sha512-T4rieHaC1EXcES0Kxxj4JWgaUQHDk+qwHcYOCFHfiwKz7tOVPLq7Hjq9dM1WCMhylqMEfP7hMcOIChvotiZegA==",
6095
6095
  "dependencies": {
6096
6096
  "sax": ">=0.6.0",
6097
6097
  "xmlbuilder": "~11.0.0"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ui5/cli",
3
- "version": "3.3.4",
3
+ "version": "3.4.0",
4
4
  "description": "UI5 Tooling - CLI",
5
5
  "author": {
6
6
  "name": "SAP SE",
@@ -119,7 +119,7 @@
119
119
  "@ui5/builder": "^3.0.9",
120
120
  "@ui5/fs": "^3.0.4",
121
121
  "@ui5/logger": "^3.0.0",
122
- "@ui5/project": "^3.4.2",
122
+ "@ui5/project": "^3.5.0",
123
123
  "@ui5/server": "^3.1.3",
124
124
  "chalk": "^5.3.0",
125
125
  "data-with-position": "^0.5.0",
@@ -138,12 +138,12 @@
138
138
  "cross-env": "^7.0.3",
139
139
  "depcheck": "^1.4.3",
140
140
  "docdash": "^2.0.1",
141
- "eslint": "^8.45.0",
141
+ "eslint": "^8.46.0",
142
142
  "eslint-config-google": "^0.14.0",
143
143
  "eslint-plugin-ava": "^14.0.0",
144
- "eslint-plugin-jsdoc": "^46.4.4",
145
- "esmock": "^2.3.2",
146
- "execa": "^7.1.1",
144
+ "eslint-plugin-jsdoc": "^46.4.6",
145
+ "esmock": "^2.3.5",
146
+ "execa": "^7.2.0",
147
147
  "jsdoc": "^4.0.2",
148
148
  "nyc": "^15.1.0",
149
149
  "open-cli": "^7.2.0",