@ui5/cli 3.0.3 → 3.0.4

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.0.3...HEAD).
5
+ A list of unreleased changes can be found [here](https://github.com/SAP/ui5-cli/compare/v3.0.4...HEAD).
6
+
7
+ <a name="v3.0.4"></a>
8
+ ## [v3.0.4] - 2023-03-10
9
+ ### Dependency Updates
10
+ - Bump [@ui5](https://github.com/ui5)/project from 3.0.3 to 3.0.4 [`cfbb720`](https://github.com/SAP/ui5-cli/commit/cfbb720bf3b5143a3c42f8ca9a2080bdba0aee89)
11
+
6
12
 
7
13
  <a name="v3.0.3"></a>
8
14
  ## [v3.0.3] - 2023-03-01
@@ -976,6 +982,7 @@ Only Node.js v10 or higher is supported.
976
982
 
977
983
  <a name="v0.0.1"></a>
978
984
  ## v0.0.1 - 2018-06-06
985
+ [v3.0.4]: https://github.com/SAP/ui5-cli/compare/v3.0.3...v3.0.4
979
986
  [v3.0.3]: https://github.com/SAP/ui5-cli/compare/v3.0.2...v3.0.3
980
987
  [v3.0.2]: https://github.com/SAP/ui5-cli/compare/v3.0.1...v3.0.2
981
988
  [v3.0.1]: https://github.com/SAP/ui5-cli/compare/v3.0.0...v3.0.1
@@ -1,18 +1,18 @@
1
1
  {
2
2
  "name": "@ui5/cli",
3
- "version": "3.0.3",
3
+ "version": "3.0.4",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@ui5/cli",
9
- "version": "3.0.3",
9
+ "version": "3.0.4",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "@ui5/builder": "^3.0.1",
13
13
  "@ui5/fs": "^3.0.2",
14
14
  "@ui5/logger": "^3.0.0",
15
- "@ui5/project": "^3.0.3",
15
+ "@ui5/project": "^3.0.4",
16
16
  "@ui5/server": "^3.1.0",
17
17
  "chalk": "^5.2.0",
18
18
  "data-with-position": "^0.5.0",
@@ -463,6 +463,31 @@
463
463
  "node": ">= 10"
464
464
  }
465
465
  },
466
+ "node_modules/@tufjs/models": {
467
+ "version": "1.0.0",
468
+ "resolved": "https://registry.npmjs.org/@tufjs/models/-/models-1.0.0.tgz",
469
+ "integrity": "sha512-RRMu4uMxWnZlxaIBxahSb2IssFZiu188sndesZflWOe1cA/qUqtemSIoBWbuVKPvvdktapImWNnKpBcc+VrCQw==",
470
+ "dependencies": {
471
+ "minimatch": "^6.1.0"
472
+ },
473
+ "engines": {
474
+ "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
475
+ }
476
+ },
477
+ "node_modules/@tufjs/models/node_modules/minimatch": {
478
+ "version": "6.2.0",
479
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-6.2.0.tgz",
480
+ "integrity": "sha512-sauLxniAmvnhhRjFwPNnJKaPFYyddAgbYdeUpHULtCT/GhzdCx/MDNy+Y40lBxTQUrMzDE8e0S43Z5uqfO0REg==",
481
+ "dependencies": {
482
+ "brace-expansion": "^2.0.1"
483
+ },
484
+ "engines": {
485
+ "node": ">=10"
486
+ },
487
+ "funding": {
488
+ "url": "https://github.com/sponsors/isaacs"
489
+ }
490
+ },
466
491
  "node_modules/@types/http-cache-semantics": {
467
492
  "version": "4.0.1",
468
493
  "resolved": "https://registry.npmjs.org/@types/http-cache-semantics/-/http-cache-semantics-4.0.1.tgz",
@@ -539,20 +564,6 @@
539
564
  "npm": ">= 8"
540
565
  }
541
566
  },
542
- "node_modules/@ui5/fs/node_modules/minimatch": {
543
- "version": "7.4.1",
544
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-7.4.1.tgz",
545
- "integrity": "sha512-Oz1iPEP+MGl7KS3SciLsLLcuZ7VsBfb7Qrz/jYt/s/sYAv272P26HSLz2f77Y6hzTKXiBi6g765fqpEDNc5fJw==",
546
- "dependencies": {
547
- "brace-expansion": "^2.0.1"
548
- },
549
- "engines": {
550
- "node": ">=10"
551
- },
552
- "funding": {
553
- "url": "https://github.com/sponsors/isaacs"
554
- }
555
- },
556
567
  "node_modules/@ui5/logger": {
557
568
  "version": "3.0.0",
558
569
  "resolved": "https://registry.npmjs.org/@ui5/logger/-/logger-3.0.0.tgz",
@@ -568,9 +579,9 @@
568
579
  }
569
580
  },
570
581
  "node_modules/@ui5/project": {
571
- "version": "3.0.3",
572
- "resolved": "https://registry.npmjs.org/@ui5/project/-/project-3.0.3.tgz",
573
- "integrity": "sha512-b9Bh62yZnp9KxesZlX5oaMmpTeemyCtKk93839k+gzI3m90gr+wKjPPpDKVhPUNj4nDsWYCp2Qwh4SggqSGBSQ==",
582
+ "version": "3.0.4",
583
+ "resolved": "https://registry.npmjs.org/@ui5/project/-/project-3.0.4.tgz",
584
+ "integrity": "sha512-68OIeWRWwVAdgpBlLhMPKftL/4IdkCN8zHo35gEHzPjxAarUdfZHfQyTeIoC8C4s8nXjQvoOJyevl6Y+lRrXnQ==",
574
585
  "dependencies": {
575
586
  "@ui5/builder": "^3.0.1",
576
587
  "@ui5/fs": "^3.0.2",
@@ -589,7 +600,7 @@
589
600
  "read-pkg": "^7.1.0",
590
601
  "read-pkg-up": "^9.1.0",
591
602
  "resolve": "^1.22.1",
592
- "rimraf": "^4.1.2",
603
+ "rimraf": "^4.3.0",
593
604
  "semver": "^7.3.8",
594
605
  "xml2js": "^0.4.23"
595
606
  },
@@ -836,9 +847,9 @@
836
847
  "integrity": "sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww=="
837
848
  },
838
849
  "node_modules/boxen": {
839
- "version": "7.0.1",
840
- "resolved": "https://registry.npmjs.org/boxen/-/boxen-7.0.1.tgz",
841
- "integrity": "sha512-8k2eH6SRAK00NDl1iX5q17RJ8rfl53TajdYxE3ssMLehbg487dEVgsad4pIsZb/QqBgYWIl6JOauMTLGX2Kpkw==",
850
+ "version": "7.0.2",
851
+ "resolved": "https://registry.npmjs.org/boxen/-/boxen-7.0.2.tgz",
852
+ "integrity": "sha512-1Z4UJabXUP1/R9rLpoU3O2lEMnG3pPLAs/ZD2lF3t2q7qD5lM8rqbtnvtvm4N0wEyNlE+9yZVTVAGmd1V5jabg==",
842
853
  "dependencies": {
843
854
  "ansi-align": "^3.0.1",
844
855
  "camelcase": "^7.0.0",
@@ -2347,14 +2358,14 @@
2347
2358
  }
2348
2359
  },
2349
2360
  "node_modules/got": {
2350
- "version": "12.5.3",
2351
- "resolved": "https://registry.npmjs.org/got/-/got-12.5.3.tgz",
2352
- "integrity": "sha512-8wKnb9MGU8IPGRIo+/ukTy9XLJBwDiCpIf5TVzQ9Cpol50eMTpBq2GAuDsuDIz7hTYmZgMgC1e9ydr6kSDWs3w==",
2361
+ "version": "12.6.0",
2362
+ "resolved": "https://registry.npmjs.org/got/-/got-12.6.0.tgz",
2363
+ "integrity": "sha512-WTcaQ963xV97MN3x0/CbAriXFZcXCfgxVp91I+Ze6pawQOa7SgzwSx2zIJJsX+kTajMnVs0xcFD1TxZKFqhdnQ==",
2353
2364
  "dependencies": {
2354
2365
  "@sindresorhus/is": "^5.2.0",
2355
2366
  "@szmarczak/http-timer": "^5.0.1",
2356
2367
  "cacheable-lookup": "^7.0.0",
2357
- "cacheable-request": "^10.2.1",
2368
+ "cacheable-request": "^10.2.8",
2358
2369
  "decompress-response": "^6.0.0",
2359
2370
  "form-data-encoder": "^2.1.2",
2360
2371
  "get-stream": "^6.0.1",
@@ -2596,6 +2607,20 @@
2596
2607
  "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
2597
2608
  }
2598
2609
  },
2610
+ "node_modules/ignore-walk/node_modules/minimatch": {
2611
+ "version": "6.2.0",
2612
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-6.2.0.tgz",
2613
+ "integrity": "sha512-sauLxniAmvnhhRjFwPNnJKaPFYyddAgbYdeUpHULtCT/GhzdCx/MDNy+Y40lBxTQUrMzDE8e0S43Z5uqfO0REg==",
2614
+ "dependencies": {
2615
+ "brace-expansion": "^2.0.1"
2616
+ },
2617
+ "engines": {
2618
+ "node": ">=10"
2619
+ },
2620
+ "funding": {
2621
+ "url": "https://github.com/sponsors/isaacs"
2622
+ }
2623
+ },
2599
2624
  "node_modules/import-lazy": {
2600
2625
  "version": "4.0.0",
2601
2626
  "resolved": "https://registry.npmjs.org/import-lazy/-/import-lazy-4.0.0.tgz",
@@ -3495,9 +3520,9 @@
3495
3520
  "integrity": "sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A=="
3496
3521
  },
3497
3522
  "node_modules/minimatch": {
3498
- "version": "6.2.0",
3499
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-6.2.0.tgz",
3500
- "integrity": "sha512-sauLxniAmvnhhRjFwPNnJKaPFYyddAgbYdeUpHULtCT/GhzdCx/MDNy+Y40lBxTQUrMzDE8e0S43Z5uqfO0REg==",
3523
+ "version": "7.4.2",
3524
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-7.4.2.tgz",
3525
+ "integrity": "sha512-xy4q7wou3vUoC9k1xGTXc+awNdGaGVHtFUaey8tiX4H1QRc04DZ/rmDFwNm2EBsuYEhAZ6SgMmYf3InGY6OauA==",
3501
3526
  "dependencies": {
3502
3527
  "brace-expansion": "^2.0.1"
3503
3528
  },
@@ -4218,6 +4243,29 @@
4218
4243
  "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz",
4219
4244
  "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw=="
4220
4245
  },
4246
+ "node_modules/path-scurry": {
4247
+ "version": "1.6.1",
4248
+ "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.6.1.tgz",
4249
+ "integrity": "sha512-OW+5s+7cw6253Q4E+8qQ/u1fVvcJQCJo/VFD8pje+dbJCF1n5ZRMV2AEHbGp+5Q7jxQIYJxkHopnj6nzdGeZLA==",
4250
+ "dependencies": {
4251
+ "lru-cache": "^7.14.1",
4252
+ "minipass": "^4.0.2"
4253
+ },
4254
+ "engines": {
4255
+ "node": ">=14"
4256
+ },
4257
+ "funding": {
4258
+ "url": "https://github.com/sponsors/isaacs"
4259
+ }
4260
+ },
4261
+ "node_modules/path-scurry/node_modules/lru-cache": {
4262
+ "version": "7.18.1",
4263
+ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-7.18.1.tgz",
4264
+ "integrity": "sha512-8/HcIENyQnfUTCDizRu9rrDyG6XG/21M4X7/YEGZeD76ZJilFPAUVb/2zysFf7VVO1LEjCDFyHp8pMMvozIrvg==",
4265
+ "engines": {
4266
+ "node": ">=12"
4267
+ }
4268
+ },
4221
4269
  "node_modules/path-to-regexp": {
4222
4270
  "version": "0.1.7",
4223
4271
  "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz",
@@ -4840,9 +4888,12 @@
4840
4888
  }
4841
4889
  },
4842
4890
  "node_modules/rimraf": {
4843
- "version": "4.1.2",
4844
- "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-4.1.2.tgz",
4845
- "integrity": "sha512-BlIbgFryTbw3Dz6hyoWFhKk+unCcHMSkZGrTFVAx2WmttdBSonsdtRlwiuTbDqTKr+UlXIUqJVS4QT5tUzGENQ==",
4891
+ "version": "4.3.0",
4892
+ "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-4.3.0.tgz",
4893
+ "integrity": "sha512-5qVDXPbByA1qSJEWMv1qAwKsoS22vVpsL2QyxCKBw4gf6XiFo1K3uRLY6uSOOBFDwnqAZtnbILqWKKlzh8bkGg==",
4894
+ "dependencies": {
4895
+ "glob": "^9.2.0"
4896
+ },
4846
4897
  "bin": {
4847
4898
  "rimraf": "dist/cjs/src/bin.js"
4848
4899
  },
@@ -4853,6 +4904,23 @@
4853
4904
  "url": "https://github.com/sponsors/isaacs"
4854
4905
  }
4855
4906
  },
4907
+ "node_modules/rimraf/node_modules/glob": {
4908
+ "version": "9.2.1",
4909
+ "resolved": "https://registry.npmjs.org/glob/-/glob-9.2.1.tgz",
4910
+ "integrity": "sha512-Pxxgq3W0HyA3XUvSXcFhRSs+43Jsx0ddxcFrbjxNGkL2Ak5BAUBxLqI5G6ADDeCHLfzzXFhe0b1yYcctGmytMA==",
4911
+ "dependencies": {
4912
+ "fs.realpath": "^1.0.0",
4913
+ "minimatch": "^7.4.1",
4914
+ "minipass": "^4.2.4",
4915
+ "path-scurry": "^1.6.1"
4916
+ },
4917
+ "engines": {
4918
+ "node": ">=16 || 14 >=14.17"
4919
+ },
4920
+ "funding": {
4921
+ "url": "https://github.com/sponsors/isaacs"
4922
+ }
4923
+ },
4856
4924
  "node_modules/router": {
4857
4925
  "version": "1.3.8",
4858
4926
  "resolved": "https://registry.npmjs.org/router/-/router-1.3.8.tgz",
@@ -5437,12 +5505,12 @@
5437
5505
  }
5438
5506
  },
5439
5507
  "node_modules/tuf-js": {
5440
- "version": "1.0.0",
5441
- "resolved": "https://registry.npmjs.org/tuf-js/-/tuf-js-1.0.0.tgz",
5442
- "integrity": "sha512-1dxsQwESDzACJjTdYHQ4wJ1f/of7jALWKfJEHSBWUQB/5UTJUx9SW6GHXp4mZ1KvdBRJCpGjssoPFGi4hvw8/A==",
5508
+ "version": "1.1.1",
5509
+ "resolved": "https://registry.npmjs.org/tuf-js/-/tuf-js-1.1.1.tgz",
5510
+ "integrity": "sha512-WTp382/PR96k0dI4GD5RdiRhgOU0rAC7+lnoih/5pZg3cyb3aNMqDozleEEWwyfT3+FOg7Qz9JU3n6A44tLSHw==",
5443
5511
  "dependencies": {
5444
- "make-fetch-happen": "^11.0.1",
5445
- "minimatch": "^6.1.0"
5512
+ "@tufjs/models": "1.0.0",
5513
+ "make-fetch-happen": "^11.0.1"
5446
5514
  },
5447
5515
  "engines": {
5448
5516
  "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ui5/cli",
3
- "version": "3.0.3",
3
+ "version": "3.0.4",
4
4
  "description": "UI5 Tooling - CLI",
5
5
  "author": {
6
6
  "name": "SAP SE",
@@ -118,7 +118,7 @@
118
118
  "@ui5/builder": "^3.0.1",
119
119
  "@ui5/fs": "^3.0.2",
120
120
  "@ui5/logger": "^3.0.0",
121
- "@ui5/project": "^3.0.3",
121
+ "@ui5/project": "^3.0.4",
122
122
  "@ui5/server": "^3.1.0",
123
123
  "chalk": "^5.2.0",
124
124
  "data-with-position": "^0.5.0",
@@ -140,13 +140,13 @@
140
140
  "eslint": "^8.35.0",
141
141
  "eslint-config-google": "^0.14.0",
142
142
  "eslint-plugin-ava": "^14.0.0",
143
- "eslint-plugin-jsdoc": "^40.0.0",
143
+ "eslint-plugin-jsdoc": "^40.0.1",
144
144
  "esmock": "^2.1.0",
145
145
  "execa": "^7.0.0",
146
146
  "jsdoc": "^4.0.2",
147
147
  "nyc": "^15.1.0",
148
148
  "open-cli": "^7.1.0",
149
- "rimraf": "^4.1.2",
149
+ "rimraf": "^4.3.0",
150
150
  "sinon": "^15.0.1",
151
151
  "strip-ansi": "^7.0.1",
152
152
  "tap-xunit": "^2.4.1"