pagean 15.6.3 → 15.6.5

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.
@@ -208,7 +208,7 @@ const createLinkChecker = () => {
208
208
  */
209
209
  // eslint-disable-next-line complexity -- Allow low limit
210
210
  checkLink: async (context, link) => {
211
- let status = httpResponse.unknownError;
211
+ let status;
212
212
  try {
213
213
  // Check all page links first since normalize removes the hash
214
214
  if (link.startsWith(`${context.page.url()}#`)) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pagean",
3
- "version": "15.6.3",
3
+ "version": "15.6.5",
4
4
  "description": "Pagean is a web page analysis tool designed to automate tests requiring web pages to be loaded in a browser window (e.g. horizontal scrollbar, console errors)",
5
5
  "bin": {
6
6
  "pagean": "bin/pagean.js",
@@ -56,27 +56,27 @@
56
56
  },
57
57
  "homepage": "https://gitlab.com/gitlab-ci-utils/pagean",
58
58
  "devDependencies": {
59
- "@aarongoldenthal/eslint-config-standard": "44.0.1",
59
+ "@aarongoldenthal/eslint-config-standard": "45.0.1",
60
60
  "@aarongoldenthal/stylelint-config-standard": "22.0.0",
61
- "@vitest/coverage-v8": "4.1.1",
61
+ "@vitest/coverage-v8": "4.1.3",
62
62
  "bin-tester": "7.0.1",
63
63
  "c8": "11.0.0",
64
- "eslint": "9.39.4",
64
+ "eslint": "10.2.0",
65
65
  "globals": "17.4.0",
66
66
  "markdownlint-cli2": "0.22.0",
67
67
  "nyc": "18.0.0",
68
68
  "prettier": "3.8.1",
69
- "stylelint": "17.5.0",
70
- "vitest": "4.1.1"
69
+ "stylelint": "17.6.0",
70
+ "vitest": "4.1.3"
71
71
  },
72
72
  "dependencies": {
73
73
  "ajv": "8.18.0",
74
74
  "ajv-errors": "3.0.0",
75
- "axios": "1.13.6",
75
+ "axios": "1.15.0",
76
76
  "ci-logger": "8.0.1",
77
77
  "commander": "14.0.3",
78
78
  "cssesc": "3.0.0",
79
- "handlebars": "4.7.8",
79
+ "handlebars": "4.7.9",
80
80
  "htmlhint": "1.9.2",
81
81
  "kleur": "4.1.5",
82
82
  "normalize-url": "9.0.0",