pagean 13.1.0 → 13.1.1

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/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2019 - 2024 Aaron Goldenthal
3
+ Copyright (c) 2019 - 2025 Aaron Goldenthal
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
@@ -15,6 +15,7 @@ program
15
15
  .option('-j, --json', 'output JSON with full details')
16
16
  .description('Lint a pageanrc file')
17
17
  .usage(`[options] [file] (default: "${defaultConfigFileName}")`)
18
+ .allowExcessArguments()
18
19
  .parse(process.argv);
19
20
  const options = program.opts();
20
21
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pagean",
3
- "version": "13.1.0",
3
+ "version": "13.1.1",
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",
@@ -53,13 +53,13 @@
53
53
  },
54
54
  "homepage": "https://gitlab.com/gitlab-ci-utils/pagean",
55
55
  "devDependencies": {
56
- "@aarongoldenthal/eslint-config-standard": "^33.0.1",
56
+ "@aarongoldenthal/eslint-config-standard": "^33.0.2",
57
57
  "@aarongoldenthal/stylelint-config-standard": "^19.0.0",
58
58
  "@vitest/coverage-v8": "^2.1.8",
59
59
  "bin-tester": "^6.0.0",
60
60
  "eslint": "^9.17.0",
61
61
  "globals": "^15.14.0",
62
- "markdownlint-cli2": "^0.16.0",
62
+ "markdownlint-cli2": "^0.17.1",
63
63
  "prettier": "^3.4.2",
64
64
  "strip-ansi": "^7.1.0",
65
65
  "stylelint": "^16.12.0",
@@ -70,7 +70,7 @@
70
70
  "ajv-errors": "^3.0.0",
71
71
  "axios": "^1.7.9",
72
72
  "ci-logger": "^7.0.0",
73
- "commander": "^12.1.0",
73
+ "commander": "^13.0.0",
74
74
  "cssesc": "^3.0.0",
75
75
  "handlebars": "^4.7.8",
76
76
  "htmlhint": "^1.1.4",