Djubz
a766db794c
Update checkers.yml
...
- name: Setup Node.js environment
uses: actions/setup-node@v4.2.0
with:
# Set always-auth in npmrc.
always-auth: # optional, default is false
# Version Spec of the version to use. Examples: 12.x, 10.15.1, >=10.15.0.
node-version: # optional
# File containing the version Spec of the version to use. Examples: package.json, .nvmrc, .node-version, .tool-versions.
node-version-file: # optional
# Target architecture for Node to use. Examples: x86, x64. Will use system architecture by default.
architecture: # optional
# Set this option if you want the action to check for the latest available version that satisfies the version spec.
check-latest: # optional
# Optional registry to set up for auth. Will set the registry in a project level .npmrc and .yarnrc file, and set up auth to read in from env.NODE_AUTH_TOKEN.
registry-url: # optional
# Optional scope for authenticating against scoped registries. Will fall back to the repository owner when using the GitHub Packages registry (https://npm.pkg.github.com/ ).
scope: # optional
# Used to pull node distributions from node-versions. Since there's a default, this is typically not supplied by the user. When running this action on github.com, the default value is sufficient. When running on GHES, you can pass a personal access token for github.com if you are experiencing rate limiting.
token: # optional, default is ${{ github.server_url == 'https://github.com ' && github.token || '' }}
# Used to specify a package manager for caching in the default directory. Supported values: npm, yarn, pnpm.
cache: # optional
# Used to specify the path to a dependency file: package-lock.json, yarn.lock, etc. Supports wildcards or a list of file names for caching multiple dependencies.
cache-dependency-path: # optional
2025-06-12 09:23:30 +02:00
dependabot[bot]
eb8a7a631e
Bump eslint-plugin-jsdoc from 50.7.1 to 50.8.0
...
Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc ) from 50.7.1 to 50.8.0.
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases )
- [Changelog](https://github.com/gajus/eslint-plugin-jsdoc/blob/main/.releaserc )
- [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v50.7.1...v50.8.0 )
---
updated-dependencies:
- dependency-name: eslint-plugin-jsdoc
dependency-version: 50.8.0
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-06-12 02:34:47 +00:00
dependabot[bot]
6f7cc19d86
Bump eslint-plugin-regexp from 2.8.0 to 2.9.0
...
Bumps [eslint-plugin-regexp](https://github.com/ota-meshi/eslint-plugin-regexp ) from 2.8.0 to 2.9.0.
- [Release notes](https://github.com/ota-meshi/eslint-plugin-regexp/releases )
- [Changelog](https://github.com/ota-meshi/eslint-plugin-regexp/blob/master/CHANGELOG.md )
- [Commits](https://github.com/ota-meshi/eslint-plugin-regexp/compare/v2.8.0...v2.9.0 )
---
updated-dependencies:
- dependency-name: eslint-plugin-regexp
dependency-version: 2.9.0
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-06-08 21:20:29 -07:00
dependabot[bot]
32647be269
Bump ava from 6.3.0 to 6.4.0
...
Bumps [ava](https://github.com/avajs/ava ) from 6.3.0 to 6.4.0.
- [Release notes](https://github.com/avajs/ava/releases )
- [Commits](https://github.com/avajs/ava/compare/v6.3.0...v6.4.0 )
---
updated-dependencies:
- dependency-name: ava
dependency-version: 6.4.0
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-06-08 21:20:15 -07:00
David Anson
2acc879a23
Update test snapshots after GitHub web UI change to previous commit.
2025-06-07 02:58:13 +00:00
Alexandre Feblot
1b6839bff0
Update MD001/heading-increment to support front matter title as the first heading of the page.
2025-06-06 19:54:23 -07:00
dependabot[bot]
a366f80873
Bump @stylistic/eslint-plugin from 4.4.0 to 4.4.1
...
Bumps [@stylistic/eslint-plugin](https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin ) from 4.4.0 to 4.4.1.
- [Release notes](https://github.com/eslint-stylistic/eslint-stylistic/releases )
- [Changelog](https://github.com/eslint-stylistic/eslint-stylistic/blob/main/CHANGELOG.md )
- [Commits](https://github.com/eslint-stylistic/eslint-stylistic/commits/v4.4.1/packages/eslint-plugin )
---
updated-dependencies:
- dependency-name: "@stylistic/eslint-plugin"
dependency-version: 4.4.1
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-06-04 21:26:51 -07:00
dependabot[bot]
1a632a9cdc
Bump eslint-plugin-regexp from 2.7.0 to 2.8.0
...
Bumps [eslint-plugin-regexp](https://github.com/ota-meshi/eslint-plugin-regexp ) from 2.7.0 to 2.8.0.
- [Release notes](https://github.com/ota-meshi/eslint-plugin-regexp/releases )
- [Changelog](https://github.com/ota-meshi/eslint-plugin-regexp/blob/master/CHANGELOG.md )
- [Commits](https://github.com/ota-meshi/eslint-plugin-regexp/compare/v2.7.0...v2.8.0 )
---
updated-dependencies:
- dependency-name: eslint-plugin-regexp
dependency-version: 2.8.0
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-06-03 19:58:14 -07:00
David Anson
dda89f90d4
Update demo web page to remove recognized front matter from rendered HTML output.
2025-06-02 22:07:21 -07:00
David Anson
f956dd089f
Remove timeout override from linkcheck Workflow configuration.
2025-06-02 21:55:46 -07:00
dependabot[bot]
8e955cba87
Bump eslint-plugin-n from 17.18.0 to 17.19.0
...
Bumps [eslint-plugin-n](https://github.com/eslint-community/eslint-plugin-n ) from 17.18.0 to 17.19.0.
- [Release notes](https://github.com/eslint-community/eslint-plugin-n/releases )
- [Changelog](https://github.com/eslint-community/eslint-plugin-n/blob/master/CHANGELOG.md )
- [Commits](https://github.com/eslint-community/eslint-plugin-n/compare/v17.18.0...v17.19.0 )
---
updated-dependencies:
- dependency-name: eslint-plugin-n
dependency-version: 17.19.0
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-06-02 19:57:33 -07:00
dependabot[bot]
2fffc80607
Bump eslint-plugin-jsdoc from 50.6.17 to 50.7.1
...
Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc ) from 50.6.17 to 50.7.1.
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases )
- [Changelog](https://github.com/gajus/eslint-plugin-jsdoc/blob/main/.releaserc )
- [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v50.6.17...v50.7.1 )
---
updated-dependencies:
- dependency-name: eslint-plugin-jsdoc
dependency-version: 50.7.1
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-06-01 20:05:57 -07:00
dependabot[bot]
cabca6c517
Bump @eslint/js from 9.27.0 to 9.28.0
...
Bumps [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js ) from 9.27.0 to 9.28.0.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/commits/v9.28.0/packages/js )
---
updated-dependencies:
- dependency-name: "@eslint/js"
dependency-version: 9.28.0
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-06-01 19:59:42 -07:00
dependabot[bot]
4063640086
Bump eslint from 9.27.0 to 9.28.0
...
Bumps [eslint](https://github.com/eslint/eslint ) from 9.27.0 to 9.28.0.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v9.27.0...v9.28.0 )
---
updated-dependencies:
- dependency-name: eslint
dependency-version: 9.28.0
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-06-01 19:59:29 -07:00
David Anson
32d650250a
Update MD033/no-inline-html documentation to address a minor issue in the previous commit.
2025-05-31 13:31:48 -07:00
Alexandre Feblot
1ac0b22804
MD033/no-inline-html: Add table_allowed_elements parameter.
2025-05-31 13:27:30 -07:00
David Anson
c6e2ee1488
Add www.jwz.org to linkcheck exclusions as it seems to always return HTTP 403 to the GitHub CI runner.
2025-05-31 12:52:07 -07:00
David Anson
6b4e865d64
Update MD010/no-hard-tabs documentation to link to context about possible issues with tab characters.
2025-05-31 12:41:17 -07:00
David Anson
0a824e83ad
Update test repo snapshots.
2025-05-31 19:40:50 +00:00
Jakob Guddas
9c12debac0
Update MD059/descriptive-link-text documentation to add link to WCAG success criterion.
2025-05-26 22:35:57 +00:00
dependabot[bot]
cd2747f046
Bump @stylistic/eslint-plugin from 4.2.0 to 4.4.0
...
Bumps [@stylistic/eslint-plugin](https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin ) from 4.2.0 to 4.4.0.
- [Release notes](https://github.com/eslint-stylistic/eslint-stylistic/releases )
- [Changelog](https://github.com/eslint-stylistic/eslint-stylistic/blob/main/CHANGELOG.md )
- [Commits](https://github.com/eslint-stylistic/eslint-stylistic/commits/v4.4.0/packages/eslint-plugin )
---
updated-dependencies:
- dependency-name: "@stylistic/eslint-plugin"
dependency-version: 4.4.0
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-05-26 17:49:55 -04:00
David Anson
b8fd055d21
Update test repo snapshots.
2025-05-26 21:44:37 +00:00
dependabot[bot]
5cd94b51cb
Bump webpack from 5.99.8 to 5.99.9
...
Bumps [webpack](https://github.com/webpack/webpack ) from 5.99.8 to 5.99.9.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.99.8...v5.99.9 )
---
updated-dependencies:
- dependency-name: webpack
dependency-version: 5.99.9
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-05-20 22:18:20 -07:00
David Anson
f05f356ebf
Update test repo snapshots.
2025-05-21 05:08:42 +00:00
dependabot[bot]
74a988f01d
Bump nano-spawn from 1.0.1 to 1.0.2
...
Bumps [nano-spawn](https://github.com/sindresorhus/nano-spawn ) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/sindresorhus/nano-spawn/releases )
- [Commits](https://github.com/sindresorhus/nano-spawn/compare/v1.0.1...v1.0.2 )
---
updated-dependencies:
- dependency-name: nano-spawn
dependency-version: 1.0.2
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-05-19 21:35:19 -07:00
David Anson
3dd7b2f2a3
Update test repo snapshots.
2025-05-20 04:23:22 +00:00
dependabot[bot]
1229bef9cb
Bump @eslint/js from 9.26.0 to 9.27.0
...
Bumps [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js ) from 9.26.0 to 9.27.0.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/commits/v9.27.0/packages/js )
---
updated-dependencies:
- dependency-name: "@eslint/js"
dependency-version: 9.27.0
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-05-18 21:21:44 -07:00
dependabot[bot]
793a842c98
Bump eslint from 9.26.0 to 9.27.0
...
Bumps [eslint](https://github.com/eslint/eslint ) from 9.26.0 to 9.27.0.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v9.26.0...v9.27.0 )
---
updated-dependencies:
- dependency-name: eslint
dependency-version: 9.27.0
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-05-18 21:12:42 -07:00
David Anson
8682abbeec
Update test repo snapshots.
2025-05-19 04:04:10 +00:00
dependabot[bot]
aa78bf43d4
Bump eslint-plugin-jsdoc from 50.6.14 to 50.6.17
...
Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc ) from 50.6.14 to 50.6.17.
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases )
- [Changelog](https://github.com/gajus/eslint-plugin-jsdoc/blob/main/.releaserc )
- [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v50.6.14...v50.6.17 )
---
updated-dependencies:
- dependency-name: eslint-plugin-jsdoc
dependency-version: 50.6.17
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-05-14 21:08:48 -07:00
David Anson
43a49d7d51
Update test repo snapshots.
2025-05-15 04:03:54 +00:00
dependabot[bot]
5c83e0a748
Bump eslint-plugin-n from 17.17.0 to 17.18.0
...
Bumps [eslint-plugin-n](https://github.com/eslint-community/eslint-plugin-n ) from 17.17.0 to 17.18.0.
- [Release notes](https://github.com/eslint-community/eslint-plugin-n/releases )
- [Changelog](https://github.com/eslint-community/eslint-plugin-n/blob/master/CHANGELOG.md )
- [Commits](https://github.com/eslint-community/eslint-plugin-n/compare/v17.17.0...v17.18.0 )
---
updated-dependencies:
- dependency-name: eslint-plugin-n
dependency-version: 17.18.0
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-05-11 22:06:43 -07:00
dependabot[bot]
86d6693b24
Bump nano-spawn from 0.2.1 to 1.0.1
...
Bumps [nano-spawn](https://github.com/sindresorhus/nano-spawn ) from 0.2.1 to 1.0.1.
- [Release notes](https://github.com/sindresorhus/nano-spawn/releases )
- [Commits](https://github.com/sindresorhus/nano-spawn/compare/v0.2.1...v1.0.1 )
---
updated-dependencies:
- dependency-name: nano-spawn
dependency-version: 1.0.1
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-05-11 22:02:52 -07:00
dependabot[bot]
f65332a800
Bump eslint-plugin-jsdoc from 50.6.11 to 50.6.14
...
Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc ) from 50.6.11 to 50.6.14.
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases )
- [Changelog](https://github.com/gajus/eslint-plugin-jsdoc/blob/main/.releaserc )
- [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v50.6.11...v50.6.14 )
---
updated-dependencies:
- dependency-name: eslint-plugin-jsdoc
dependency-version: 50.6.14
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-05-11 22:02:24 -07:00
David Anson
05bec9e4f1
Update test repo snapshots.
2025-05-12 04:56:11 +00:00
dependabot[bot]
8bd5ad6746
Bump nano-spawn from 0.2.0 to 0.2.1
...
Bumps [nano-spawn](https://github.com/sindresorhus/nano-spawn ) from 0.2.0 to 0.2.1.
- [Release notes](https://github.com/sindresorhus/nano-spawn/releases )
- [Commits](https://github.com/sindresorhus/nano-spawn/compare/v0.2.0...v0.2.1 )
---
updated-dependencies:
- dependency-name: nano-spawn
dependency-version: 0.2.1
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-05-08 20:45:21 -07:00
David Anson
b1afbf937d
Add released Node version 24 to CI workflow.
2025-05-08 18:39:09 -07:00
dependabot[bot]
512882562e
Bump webpack from 5.99.7 to 5.99.8
...
Bumps [webpack](https://github.com/webpack/webpack ) from 5.99.7 to 5.99.8.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.99.7...v5.99.8 )
---
updated-dependencies:
- dependency-name: webpack
dependency-version: 5.99.8
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-05-07 09:13:55 -07:00
dependabot[bot]
36e957cbb3
Bump eslint-plugin-unicorn from 59.0.0 to 59.0.1
...
Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn ) from 59.0.0 to 59.0.1.
- [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases )
- [Commits](https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v59.0.0...v59.0.1 )
---
updated-dependencies:
- dependency-name: eslint-plugin-unicorn
dependency-version: 59.0.1
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-05-07 09:13:34 -07:00
David Anson
4ecbf9d945
Normalize newline characters so Linux and Windows trim error context consistently.
2025-05-04 23:41:36 -07:00
David Anson
cdfa934d8d
Centralize handling of newlines in error detail/context to always replace (consecutive) newlines with a single space.
2025-05-04 23:28:43 -07:00
David Anson
db967fd387
Update test repo snapshots.
2025-05-05 06:25:23 +00:00
David Anson
224987d727
Update to version 0.38.0.
2025-05-02 20:22:08 -07:00
dependabot[bot]
8cb8f6c695
Bump @eslint/js from 9.25.1 to 9.26.0
...
Bumps [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js ) from 9.25.1 to 9.26.0.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/commits/v9.26.0/packages/js )
---
updated-dependencies:
- dependency-name: "@eslint/js"
dependency-version: 9.26.0
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-05-02 20:21:39 -07:00
dependabot[bot]
a1506e71f3
Bump eslint from 9.25.1 to 9.26.0
...
Bumps [eslint](https://github.com/eslint/eslint ) from 9.25.1 to 9.26.0.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v9.25.1...v9.26.0 )
---
updated-dependencies:
- dependency-name: eslint
dependency-version: 9.26.0
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-05-02 20:21:14 -07:00
dependabot[bot]
b3935080e9
Bump ava from 6.2.0 to 6.3.0
...
Bumps [ava](https://github.com/avajs/ava ) from 6.2.0 to 6.3.0.
- [Release notes](https://github.com/avajs/ava/releases )
- [Commits](https://github.com/avajs/ava/compare/v6.2.0...v6.3.0 )
---
updated-dependencies:
- dependency-name: ava
dependency-version: 6.3.0
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-05-02 20:16:27 -07:00
David Anson
738f4aa59a
Update test repo snapshots.
2025-05-03 03:11:31 +00:00
David Anson
979419c7a0
Remove support for end-of-life Node 18 (continued).
2025-05-01 22:20:41 -07:00
David Anson
4d8e79d33e
Remove support for end-of-life Node 18 (continued).
2025-05-01 22:13:20 -07:00
David Anson
6adfaf68b5
Update MD025/single-title and MD051/link-fragments to ignore headings that exactly match Docfx tab syntax ( fixes #1099 ) ( fixes #1101 ).
2025-05-01 22:09:36 -07:00