ultimate-jekyll-manager 0.0.120 → 0.0.122
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/dist/gulp/tasks/audit.js +8 -1
- package/firebase-debug.log +28 -0
- package/package.json +3 -3
package/dist/gulp/tasks/audit.js
CHANGED
|
@@ -366,8 +366,15 @@ async function runLighthouseAudit() {
|
|
|
366
366
|
logger.log('📊 Starting Lighthouse audit...');
|
|
367
367
|
|
|
368
368
|
// Lazy load Lighthouse dependencies (only when actually running audit)
|
|
369
|
+
// Lighthouse is not bundled to avoid @sentry/core version conflicts with web-manager
|
|
369
370
|
chromeLauncher = require('chrome-launcher');
|
|
370
|
-
|
|
371
|
+
try {
|
|
372
|
+
lighthouse = require('lighthouse').default || require('lighthouse');
|
|
373
|
+
} catch (e) {
|
|
374
|
+
logger.error('❌ Lighthouse is not installed. Install it globally to run audits:');
|
|
375
|
+
logger.error(' npm install -g lighthouse');
|
|
376
|
+
return;
|
|
377
|
+
}
|
|
371
378
|
|
|
372
379
|
let serverStarted = false;
|
|
373
380
|
let auditUrl = null;
|
package/firebase-debug.log
CHANGED
|
@@ -1514,3 +1514,31 @@
|
|
|
1514
1514
|
[debug] [2025-12-02T09:56:44.780Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
1515
1515
|
[debug] [2025-12-02T09:56:44.780Z] > command requires scopes: ["email","openid","https://www.googleapis.com/auth/cloudplatformprojects.readonly","https://www.googleapis.com/auth/firebase","https://www.googleapis.com/auth/cloud-platform"]
|
|
1516
1516
|
[debug] [2025-12-02T09:56:44.780Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
1517
|
+
[debug] [2025-12-02T11:01:19.963Z] > command requires scopes: ["email","openid","https://www.googleapis.com/auth/cloudplatformprojects.readonly","https://www.googleapis.com/auth/firebase","https://www.googleapis.com/auth/cloud-platform"]
|
|
1518
|
+
[debug] [2025-12-02T11:01:19.967Z] > command requires scopes: ["email","openid","https://www.googleapis.com/auth/cloudplatformprojects.readonly","https://www.googleapis.com/auth/firebase","https://www.googleapis.com/auth/cloud-platform"]
|
|
1519
|
+
[debug] [2025-12-02T11:01:19.966Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
1520
|
+
[debug] [2025-12-02T11:01:19.966Z] > command requires scopes: ["email","openid","https://www.googleapis.com/auth/cloudplatformprojects.readonly","https://www.googleapis.com/auth/firebase","https://www.googleapis.com/auth/cloud-platform"]
|
|
1521
|
+
[debug] [2025-12-02T11:01:19.966Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
1522
|
+
[debug] [2025-12-02T11:01:19.974Z] > command requires scopes: ["email","openid","https://www.googleapis.com/auth/cloudplatformprojects.readonly","https://www.googleapis.com/auth/firebase","https://www.googleapis.com/auth/cloud-platform"]
|
|
1523
|
+
[debug] [2025-12-02T11:01:19.975Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
1524
|
+
[debug] [2025-12-02T11:01:19.969Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
1525
|
+
[debug] [2025-12-02T11:01:19.969Z] > command requires scopes: ["email","openid","https://www.googleapis.com/auth/cloudplatformprojects.readonly","https://www.googleapis.com/auth/firebase","https://www.googleapis.com/auth/cloud-platform"]
|
|
1526
|
+
[debug] [2025-12-02T11:01:19.969Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
1527
|
+
[debug] [2025-12-02T11:01:19.980Z] > command requires scopes: ["email","openid","https://www.googleapis.com/auth/cloudplatformprojects.readonly","https://www.googleapis.com/auth/firebase","https://www.googleapis.com/auth/cloud-platform"]
|
|
1528
|
+
[debug] [2025-12-02T11:01:19.980Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
1529
|
+
[debug] [2025-12-02T11:01:20.090Z] > command requires scopes: ["email","openid","https://www.googleapis.com/auth/cloudplatformprojects.readonly","https://www.googleapis.com/auth/firebase","https://www.googleapis.com/auth/cloud-platform"]
|
|
1530
|
+
[debug] [2025-12-02T11:01:20.090Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
1531
|
+
[debug] [2025-12-02T11:01:20.091Z] > command requires scopes: ["email","openid","https://www.googleapis.com/auth/cloudplatformprojects.readonly","https://www.googleapis.com/auth/firebase","https://www.googleapis.com/auth/cloud-platform"]
|
|
1532
|
+
[debug] [2025-12-02T11:01:20.091Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
1533
|
+
[debug] [2025-12-02T11:01:20.102Z] > command requires scopes: ["email","openid","https://www.googleapis.com/auth/cloudplatformprojects.readonly","https://www.googleapis.com/auth/firebase","https://www.googleapis.com/auth/cloud-platform"]
|
|
1534
|
+
[debug] [2025-12-02T11:01:20.102Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
1535
|
+
[debug] [2025-12-02T11:01:20.102Z] > command requires scopes: ["email","openid","https://www.googleapis.com/auth/cloudplatformprojects.readonly","https://www.googleapis.com/auth/firebase","https://www.googleapis.com/auth/cloud-platform"]
|
|
1536
|
+
[debug] [2025-12-02T11:01:20.102Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
1537
|
+
[debug] [2025-12-02T11:01:20.105Z] > command requires scopes: ["email","openid","https://www.googleapis.com/auth/cloudplatformprojects.readonly","https://www.googleapis.com/auth/firebase","https://www.googleapis.com/auth/cloud-platform"]
|
|
1538
|
+
[debug] [2025-12-02T11:01:20.105Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
1539
|
+
[debug] [2025-12-02T11:01:20.105Z] > command requires scopes: ["email","openid","https://www.googleapis.com/auth/cloudplatformprojects.readonly","https://www.googleapis.com/auth/firebase","https://www.googleapis.com/auth/cloud-platform"]
|
|
1540
|
+
[debug] [2025-12-02T11:01:20.105Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
1541
|
+
[debug] [2025-12-02T11:01:20.107Z] > command requires scopes: ["email","openid","https://www.googleapis.com/auth/cloudplatformprojects.readonly","https://www.googleapis.com/auth/firebase","https://www.googleapis.com/auth/cloud-platform"]
|
|
1542
|
+
[debug] [2025-12-02T11:01:20.107Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
1543
|
+
[debug] [2025-12-02T11:01:20.107Z] > command requires scopes: ["email","openid","https://www.googleapis.com/auth/cloudplatformprojects.readonly","https://www.googleapis.com/auth/firebase","https://www.googleapis.com/auth/cloud-platform"]
|
|
1544
|
+
[debug] [2025-12-02T11:01:20.107Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ultimate-jekyll-manager",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.122",
|
|
4
4
|
"description": "Ultimate Jekyll dependency manager",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"exports": {
|
|
@@ -56,7 +56,8 @@
|
|
|
56
56
|
"homepage": "https://template.itwcreativeworks.com",
|
|
57
57
|
"noteDeps": {
|
|
58
58
|
"browser-sync": "2.23.7 (6-22-2023): Hard lock because every version after uses socket.io@4.7.0 which uses engine.io@6.5.0 which is incompatible with node 10.15.1 due to TextDecoder() in build process",
|
|
59
|
-
"sharp": "0.23.1 (sometime before 2021ish): Hard lock because later versions had issues. Possibly solved in higher node versions"
|
|
59
|
+
"sharp": "0.23.1 (sometime before 2021ish): Hard lock because later versions had issues. Possibly solved in higher node versions",
|
|
60
|
+
"lighthouse": "Removed from deps to avoid @sentry/core version conflicts with web-manager. Install globally: npm i -g lighthouse"
|
|
60
61
|
},
|
|
61
62
|
"dependencies": {
|
|
62
63
|
"@babel/core": "^7.28.5",
|
|
@@ -87,7 +88,6 @@
|
|
|
87
88
|
"js-yaml": "^3.14.2",
|
|
88
89
|
"json5": "^2.2.3",
|
|
89
90
|
"libsodium-wrappers": "^0.7.15",
|
|
90
|
-
"lighthouse": "^12.2.1",
|
|
91
91
|
"lodash": "^4.17.21",
|
|
92
92
|
"minimatch": "^10.1.1",
|
|
93
93
|
"node-powertools": "^2.3.2",
|