Skip to content

Commit 2e468ed

Browse files
authored
Merge pull request #165 from blackflux/dev
[Gally]: master <- dev
2 parents 6394693 + df8da12 commit 2e468ed

File tree

3 files changed

+56
-35
lines changed

3 files changed

+56
-35
lines changed

.roboconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"owner": "simlu",
1212
"ownerName": "Lukas Siemon",
1313
"mergeBot": "MrsFlux",
14-
"nccEnabled": true
14+
"nccEnabled": false
1515
}
1616
}
1717
}

package.json

+3-4
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@babel/register": "7.22.5",
1616
"@blackflux/eslint-plugin-rules": "3.0.0",
1717
"@blackflux/robo-config-plugin": "9.1.9",
18-
"c8": "7.11.0",
18+
"c8": "8.0.1",
1919
"chai": "4.3.7",
2020
"eslint": "8.46.0",
2121
"eslint-config-airbnb-base": "15.0.0",
@@ -54,7 +54,7 @@
5454
],
5555
"scripts": {
5656
"clean": "rm -rf lib",
57-
"build": "cp -rf ./src ./lib && ncc build -m -o lib && mv lib/index.js lib/index.min.js && cp src/index.js lib/index.js && rm lib/package.json",
57+
"build": "cp -rf ./src ./lib",
5858
"build-clean": "yarn run clean && yarn run build",
5959
"test-simple": "c8 mocha --experimental-loader=./test/hot.js \"./test/**/*.spec.js\"",
6060
"test": "yarn run clean && yarn run gardener && yarn run test-simple",
@@ -66,8 +66,7 @@
6666
"ts": "yarn run test-simple",
6767
"tsv": "yarn run test-simple --verbose",
6868
"semantic-release": "yarn run build-clean && npx semantic-release",
69-
"gardener": "node gardener.js",
70-
"ncc-analyze": "yarn clean && cp -rf ./src ./lib && ncc build -m -s -o lib && npx source-map-explorer lib/index.js --only-mapped --html source.html && yarn clean"
69+
"gardener": "node gardener.js"
7170
},
7271
"homepage": "https://github.com/blackflux/object-lib#readme",
7372
"bugs": {

yarn.lock

+52-30
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@
317317
wrap-ansi "^8.1.0"
318318
wrap-ansi-cjs "npm:wrap-ansi@^7.0.0"
319319

320-
"@istanbuljs/schema@^0.1.2":
320+
"@istanbuljs/schema@^0.1.2", "@istanbuljs/schema@^0.1.3":
321321
version "0.1.3"
322322
resolved "https://registry.yarnpkg.com/@istanbuljs/schema/-/schema-0.1.3.tgz#e45e384e4b8ec16bce2fd903af78450f6bf7ec98"
323323
integrity sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==
@@ -351,7 +351,7 @@
351351
resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz#d7c6e6755c78567a951e04ab52ef0fd26de59f32"
352352
integrity sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==
353353

354-
"@jridgewell/trace-mapping@^0.3.17", "@jridgewell/trace-mapping@^0.3.9":
354+
"@jridgewell/trace-mapping@^0.3.12", "@jridgewell/trace-mapping@^0.3.17", "@jridgewell/trace-mapping@^0.3.9":
355355
version "0.3.18"
356356
resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.18.tgz#25783b2086daf6ff1dcb53c9249ae480e4dd4cd6"
357357
integrity sha512-w+niJYzMHdd7USdiH2U6869nqhD2nbfZXND5Yp93qIbEmnDNk7PD48o+YchRVpzMU7M6jVCbenTR7PA1FLQ9pA==
@@ -799,23 +799,23 @@ buffer@^5.5.0:
799799
base64-js "^1.3.1"
800800
ieee754 "^1.1.13"
801801

802-
c8@7.11.0:
803-
version "7.11.0"
804-
resolved "https://registry.yarnpkg.com/c8/-/c8-7.11.0.tgz#b3ab4e9e03295a102c47ce11d4ef6d735d9a9ac9"
805-
integrity sha512-XqPyj1uvlHMr+Y1IeRndC2X5P7iJzJlEJwBpCdBbq2JocXOgJfr+JVfJkyNMGROke5LfKrhSFXGFXnwnRJAUJw==
802+
c8@8.0.1:
803+
version "8.0.1"
804+
resolved "https://registry.yarnpkg.com/c8/-/c8-8.0.1.tgz#bafd60be680e66c5530ee69f621e45b1364af9fd"
805+
integrity sha512-EINpopxZNH1mETuI0DzRA4MZpAUH+IFiRhnmFD3vFr3vdrgxqi3VfE3KL0AIL+zDq8rC9bZqwM/VDmmoe04y7w==
806806
dependencies:
807807
"@bcoe/v8-coverage" "^0.2.3"
808-
"@istanbuljs/schema" "^0.1.2"
808+
"@istanbuljs/schema" "^0.1.3"
809809
find-up "^5.0.0"
810810
foreground-child "^2.0.0"
811-
istanbul-lib-coverage "^3.0.1"
812-
istanbul-lib-report "^3.0.0"
813-
istanbul-reports "^3.0.2"
814-
rimraf "^3.0.0"
811+
istanbul-lib-coverage "^3.2.0"
812+
istanbul-lib-report "^3.0.1"
813+
istanbul-reports "^3.1.6"
814+
rimraf "^3.0.2"
815815
test-exclude "^6.0.0"
816-
v8-to-istanbul "^8.0.0"
817-
yargs "^16.2.0"
818-
yargs-parser "^20.2.7"
816+
v8-to-istanbul "^9.0.0"
817+
yargs "^17.7.2"
818+
yargs-parser "^21.1.1"
819819

820820
cacheable-request@^6.0.0:
821821
version "6.1.0"
@@ -1001,6 +1001,15 @@ cliui@^7.0.2:
10011001
strip-ansi "^6.0.0"
10021002
wrap-ansi "^7.0.0"
10031003

1004+
cliui@^8.0.1:
1005+
version "8.0.1"
1006+
resolved "https://registry.yarnpkg.com/cliui/-/cliui-8.0.1.tgz#0c04b075db02cbfe60dc8e6cf2f5486b1a3608aa"
1007+
integrity sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==
1008+
dependencies:
1009+
string-width "^4.2.0"
1010+
strip-ansi "^6.0.1"
1011+
wrap-ansi "^7.0.0"
1012+
10041013
clone-deep@^4.0.1:
10051014
version "4.0.1"
10061015
resolved "https://registry.yarnpkg.com/clone-deep/-/clone-deep-4.0.1.tgz#c19fd9bdbbf85942b4fd979c84dcf7d5f07c2387"
@@ -2447,12 +2456,12 @@ isobject@^3.0.1:
24472456
resolved "https://registry.yarnpkg.com/isobject/-/isobject-3.0.1.tgz#4e431e92b11a9731636aa1f9c8d1ccbcfdab78df"
24482457
integrity sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==
24492458

2450-
istanbul-lib-coverage@^3.0.0, istanbul-lib-coverage@^3.0.1:
2459+
istanbul-lib-coverage@^3.0.0, istanbul-lib-coverage@^3.2.0:
24512460
version "3.2.0"
24522461
resolved "https://registry.yarnpkg.com/istanbul-lib-coverage/-/istanbul-lib-coverage-3.2.0.tgz#189e7909d0a39fa5a3dfad5b03f71947770191d3"
24532462
integrity sha512-eOeJ5BHCmHYvQK7xt9GkdHuzuCGS1Y6g9Gvnx3Ym33fz/HpLRYxiS0wHNr+m/MBC8B647Xt608vCDEvhl9c6Mw==
24542463

2455-
istanbul-lib-report@^3.0.0:
2464+
istanbul-lib-report@^3.0.0, istanbul-lib-report@^3.0.1:
24562465
version "3.0.1"
24572466
resolved "https://registry.yarnpkg.com/istanbul-lib-report/-/istanbul-lib-report-3.0.1.tgz#908305bac9a5bd175ac6a74489eafd0fc2445a7d"
24582467
integrity sha512-GCfE1mtsHGOELCU8e/Z7YWzpmybrx/+dSTfLrvY8qRmaY6zXTKWn6WQIjaAFw069icm6GVMNkgu0NzI4iPZUNw==
@@ -2461,7 +2470,7 @@ istanbul-lib-report@^3.0.0:
24612470
make-dir "^4.0.0"
24622471
supports-color "^7.1.0"
24632472

2464-
istanbul-reports@^3.0.2:
2473+
istanbul-reports@^3.1.6:
24652474
version "3.1.6"
24662475
resolved "https://registry.yarnpkg.com/istanbul-reports/-/istanbul-reports-3.1.6.tgz#2544bcab4768154281a2f0870471902704ccaa1a"
24672476
integrity sha512-TLgnMkKg3iTDsQ9PbPTdpfAK2DzjF9mqUG7RMgcQl8oFjad8ob4laGxv5XV5U9MAfx8D6tSJiUyuAwzLicaxlg==
@@ -3913,11 +3922,6 @@ source-map@^0.6.0:
39133922
resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.6.1.tgz#74722af32e9614e9c287a8d0bbde48b5e2f1a263"
39143923
integrity sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==
39153924

3916-
source-map@^0.7.3:
3917-
version "0.7.4"
3918-
resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.7.4.tgz#a9bbe705c9d8846f4e08ff6765acf0f1b0898656"
3919-
integrity sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==
3920-
39213925
spdx-correct@^3.0.0:
39223926
version "3.2.0"
39233927
resolved "https://registry.yarnpkg.com/spdx-correct/-/spdx-correct-3.2.0.tgz#4f5ab0668f0059e34f9c00dce331784a12de4e9c"
@@ -3959,7 +3963,7 @@ strict-uri-encode@^1.0.0:
39593963
resolved "https://registry.yarnpkg.com/strict-uri-encode/-/strict-uri-encode-1.1.0.tgz#279b225df1d582b1f54e65addd4352e18faa0713"
39603964
integrity sha512-R3f198pcvnB+5IpnBlRkphuE9n46WyVl8I39W/ZUTZLz4nqSP/oLYUrcnJrw462Ds8he4YKMov2efsTIw1BDGQ==
39613965

3962-
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.2:
3966+
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.2, string-width@^4.2.3:
39633967
version "4.2.3"
39643968
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
39653969
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -4317,14 +4321,14 @@ util-deprecate@^1.0.1:
43174321
resolved "https://registry.yarnpkg.com/util-deprecate/-/util-deprecate-1.0.2.tgz#450d4dc9fa70de732762fbd2d4a28981419a0ccf"
43184322
integrity sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==
43194323

4320-
v8-to-istanbul@^8.0.0:
4321-
version "8.1.1"
4322-
resolved "https://registry.yarnpkg.com/v8-to-istanbul/-/v8-to-istanbul-8.1.1.tgz#77b752fd3975e31bbcef938f85e9bd1c7a8d60ed"
4323-
integrity sha512-FGtKtv3xIpR6BYhvgH8MI/y78oT7d8Au3ww4QIxymrCtZEh5b8gCw2siywE+puhEmuWKDtmfrvF5UlB298ut3w==
4324+
v8-to-istanbul@^9.0.0:
4325+
version "9.1.0"
4326+
resolved "https://registry.yarnpkg.com/v8-to-istanbul/-/v8-to-istanbul-9.1.0.tgz#1b83ed4e397f58c85c266a570fc2558b5feb9265"
4327+
integrity sha512-6z3GW9x8G1gd+JIIgQQQxXuiJtCXeAjp6RaPEPLv62mH3iPHPxV6W3robxtCzNErRo6ZwTmzWhsbNvjyEBKzKA==
43244328
dependencies:
4329+
"@jridgewell/trace-mapping" "^0.3.12"
43254330
"@types/istanbul-lib-coverage" "^2.0.1"
43264331
convert-source-map "^1.6.0"
4327-
source-map "^0.7.3"
43284332

43294333
validate-npm-package-license@^3.0.1:
43304334
version "3.0.4"
@@ -4526,11 +4530,16 @@ [email protected]:
45264530
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-20.2.4.tgz#b42890f14566796f85ae8e3a25290d205f154a54"
45274531
integrity sha512-WOkpgNhPTlE73h4VFAFsOnomJVaovO8VqLDzy5saChRBFQFBoMYirowyW+Q9HB4HFF4Z7VZTiG3iSzJJA29yRA==
45284532

4529-
yargs-parser@^20.2.2, yargs-parser@^20.2.3, yargs-parser@^20.2.7:
4533+
yargs-parser@^20.2.2, yargs-parser@^20.2.3:
45304534
version "20.2.9"
45314535
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-20.2.9.tgz#2eb7dc3b0289718fc295f362753845c41a0c94ee"
45324536
integrity sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==
45334537

4538+
yargs-parser@^21.1.1:
4539+
version "21.1.1"
4540+
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-21.1.1.tgz#9096bceebf990d21bb31fa9516e0ede294a77d35"
4541+
integrity sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==
4542+
45344543
45354544
version "2.0.0"
45364545
resolved "https://registry.yarnpkg.com/yargs-unparser/-/yargs-unparser-2.0.0.tgz#f131f9226911ae5d9ad38c432fe809366c2325eb"
@@ -4541,7 +4550,7 @@ [email protected]:
45414550
flat "^5.0.2"
45424551
is-plain-obj "^2.1.0"
45434552

4544-
[email protected], yargs@^16.1.0, yargs@^16.2.0:
4553+
[email protected], yargs@^16.1.0:
45454554
version "16.2.0"
45464555
resolved "https://registry.yarnpkg.com/yargs/-/yargs-16.2.0.tgz#1c82bf0f6b6a66eafce7ef30e376f49a12477f66"
45474556
integrity sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==
@@ -4554,6 +4563,19 @@ [email protected], yargs@^16.1.0, yargs@^16.2.0:
45544563
y18n "^5.0.5"
45554564
yargs-parser "^20.2.2"
45564565

4566+
yargs@^17.7.2:
4567+
version "17.7.2"
4568+
resolved "https://registry.yarnpkg.com/yargs/-/yargs-17.7.2.tgz#991df39aca675a192b816e1e0363f9d75d2aa269"
4569+
integrity sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==
4570+
dependencies:
4571+
cliui "^8.0.1"
4572+
escalade "^3.1.1"
4573+
get-caller-file "^2.0.5"
4574+
require-directory "^2.1.1"
4575+
string-width "^4.2.3"
4576+
y18n "^5.0.5"
4577+
yargs-parser "^21.1.1"
4578+
45574579
yocto-queue@^0.1.0:
45584580
version "0.1.0"
45594581
resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-0.1.0.tgz#0294eb3dee05028d31ee1a5fa2c556a6aaf10a1b"

0 commit comments

Comments
 (0)