David Anson
|
e3fbc08156
|
Add new doc-build directory to .npmignore.
|
2022-12-28 01:43:23 +00:00 |
|
David Anson
|
5a4cf179c4
|
Update to version 0.27.0 (closes #669).
|
2022-12-28 01:26:27 +00:00 |
|
David Anson
|
bbbb63c393
|
Update .markdownlint.json to set line-length/code_blocks to false and remove unnecessary inline comments to disable/restore.
|
2022-12-23 23:12:50 +00:00 |
|
David Anson
|
a5d9f299fe
|
Synchronize package.json/engines/node for helpers to v14 value for markdownlint.
|
2022-12-23 00:47:06 +00:00 |
|
David Anson
|
86a4a7de79
|
Change helpers.getReferenceLinkImageData().shortcuts from Set to Map using the same schema as .references (fixes #685).
|
2022-12-23 00:41:11 +00:00 |
|
David Anson
|
f000a33481
|
Add test for helpers.getReferenceLinkImageData().shortcuts to verify non-shortcut link scenaros aren't mis-reported (closes #684).
|
2022-12-22 23:28:04 +00:00 |
|
David Anson
|
691b7afc52
|
Add test case to verify MD052 range parameter to onError is valid and that commit 6974cd6012 fixes #686.
|
2022-12-22 02:45:41 +00:00 |
|
David Anson
|
868edf889e
|
Manually fix three new ESLint warnings from the eslint-plugin-regexp plugin (refs #657).
|
2022-12-19 21:51:18 -08:00 |
|
David Anson
|
6b01a98363
|
Add ESLint plugin eslint-plugin-regexp, enable recommended rules, apply all automated fixes (refs #657).
|
2022-12-19 21:36:24 -08:00 |
|
David Anson
|
c346e0dbac
|
Add Apache Airflow and Electron repositories to README Examples and test-repos.js.
|
2022-12-19 21:15:47 -08:00 |
|
dependabot[bot]
|
d3605b5c3c
|
Bump eslint from 8.29.0 to 8.30.0
Bumps [eslint](https://github.com/eslint/eslint) from 8.29.0 to 8.30.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/v8.29.0...v8.30.0)
---
updated-dependencies:
- dependency-name: eslint
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-12-18 18:29:46 -08:00 |
|
David Anson
|
741e6fe72c
|
Default npm's ignore-scripts flag to true to prevent running pre- or post-scripts in package dependencies.
|
2022-12-18 16:01:59 -08:00 |
|
David Anson
|
8d6e0b5419
|
Replace helpers.urlRe with helpers.urlFe to address "innefficient regular expression" CodeQL alert, introduce function expressions as an alternative, test more inputs.
|
2022-12-18 15:46:19 -08:00 |
|
David Anson
|
485c63c579
|
Add more test cases for helpers.urlRe, refactor corresponding test to go line-by-line and use exec.
|
2022-12-17 15:38:55 -08:00 |
|
David Anson
|
0ea385cc3c
|
Remove two projects from README/Examples that are no longer good examples of markdownlint use.
|
2022-12-16 16:51:39 -08:00 |
|
David Anson
|
aa3635187a
|
Update "Fixable: Most violations can be fixed by tooling" to use the word "Some" to avoid over-promising.
|
2022-12-16 13:57:57 -08:00 |
|
David Anson
|
466f1d00e4
|
Remove outdated exclusions from external repository tests.
|
2022-12-16 13:57:56 -08:00 |
|
David Anson
|
ac8f495ea2
|
Update MD051/link-fragments to identify and fix scenarios where the link fragment has the wrong case (fixes #605).
|
2022-12-16 13:50:38 -08:00 |
|
David Anson
|
d352d4ece1
|
Update MD034/no-bare-urls to handle more scenarios, simplify slightly, replace blanket MD034 suppression for https://github.com/mdn/content with specific (valid) issues (refs #607).
|
2022-12-15 14:27:07 -08:00 |
|
David Anson
|
2e2937081e
|
Rename helpers.bareUrlRe to urlRe, improve it a little, add tests
|
2022-12-15 13:54:54 -08:00 |
|
David Anson
|
6e38259a4a
|
Add https://github.com/mdn/content to test-repos scenario, ignore new MD034 issues for now (fixes #607).
|
2022-12-14 23:04:47 -08:00 |
|
David Anson
|
e8ec7bd94f
|
Remove clone-test-repos-large npm script, merge into clone-test-repos.
|
2022-12-14 22:51:03 -08:00 |
|
David Anson
|
e42da81293
|
Tweak test case heading for consistency.
|
2022-12-14 22:40:57 -08:00 |
|
David Anson
|
cb16438a41
|
Add various Markdown lists as formatted by Prettier with the default --tab-width of 2 and the not uncommon alternate of 4, update Prettier.md with the relevant configuration (produced using v2.8.1 of https://prettier.io/playground/) (refs #652).
|
2022-12-13 20:24:21 -08:00 |
|
David Anson
|
21e27a4b63
|
Add README.md link to markdownlint-cli2-action.
|
2022-12-13 17:23:50 -08:00 |
|
David Anson
|
22b755fb79
|
Remove outdated jsconfig.json file.
|
2022-12-13 17:14:17 -08:00 |
|
David Anson
|
d7433af4d3
|
Update project file linting test to include README.md, address new issues, remove extra test.
|
2022-12-13 17:11:43 -08:00 |
|
David Anson
|
c9f7a323cc
|
Add ReleaseProcess.md to explain the release process (fixes #562).
|
2022-12-13 16:42:54 -08:00 |
|
dependabot[bot]
|
3ebfdd5157
|
Bump eslint-plugin-unicorn from 45.0.1 to 45.0.2
Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) from 45.0.1 to 45.0.2.
- [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases)
- [Commits](https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v45.0.1...v45.0.2)
---
updated-dependencies:
- dependency-name: eslint-plugin-unicorn
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-12-12 23:47:24 -05:00 |
|
dependabot[bot]
|
493b10da78
|
Bump globby from 13.1.2 to 13.1.3
Bumps [globby](https://github.com/sindresorhus/globby) from 13.1.2 to 13.1.3.
- [Release notes](https://github.com/sindresorhus/globby/releases)
- [Commits](https://github.com/sindresorhus/globby/compare/v13.1.2...v13.1.3)
---
updated-dependencies:
- dependency-name: globby
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-12-12 23:37:48 -05:00 |
|
OnkarRuikar
|
068b090293
|
Mention 'markdownlint-rule-search-replace' rule in documentation
|
2022-12-09 20:12:05 -08:00 |
|
David Anson
|
bdac708a41
|
Update dictionary.txt for previous commit.
|
2022-12-08 22:34:10 -08:00 |
|
David Anson
|
fc98a7c59d
|
Update documentation for MD003/heading-style to call out an additional scenario (fixes #644).
|
2022-12-08 22:30:17 -08:00 |
|
David Anson
|
a86998bf6f
|
Update documentation for MD038/no-space-in-code to expand rationale (fixes #641).
|
2022-12-08 22:07:10 -08:00 |
|
David Anson
|
5eef37751b
|
Update MD022/blanks-around-headings to include blockquote prefix if fixing inside a blockquote (fixes #654).
|
2022-12-07 21:16:36 -08:00 |
|
dependabot[bot]
|
82ea22d31a
|
Bump typescript from 4.9.3 to 4.9.4
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.9.3 to 4.9.4.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.9.3...v4.9.4)
---
updated-dependencies:
- dependency-name: typescript
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-12-07 18:49:54 -08:00 |
|
David Anson
|
2146bbae5f
|
Update MD033/no-inline-html to ignore HTML in labels for reference links/images (fixes #658).
|
2022-12-06 22:57:45 -08:00 |
|
David Anson
|
cba5e8d340
|
Update MD034/no-bare-urls to better handle multiple similar issues on the same line (fixes https://github.com/igorshubovych/markdownlint-cli/issues/339).
|
2022-12-06 22:14:40 -08:00 |
|
dependabot[bot]
|
ce5d393109
|
Bump webpack-cli from 5.0.0 to 5.0.1
Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 5.0.0 to 5.0.1.
- [Release notes](https://github.com/webpack/webpack-cli/releases)
- [Changelog](https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack/webpack-cli/compare/webpack-cli@5.0.0...webpack-cli@5.0.1)
---
updated-dependencies:
- dependency-name: webpack-cli
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-12-05 18:57:37 -08:00 |
|
dependabot[bot]
|
8de4fe831c
|
Bump eslint-plugin-n from 15.5.1 to 15.6.0
Bumps [eslint-plugin-n](https://github.com/eslint-community/eslint-plugin-n) from 15.5.1 to 15.6.0.
- [Release notes](https://github.com/eslint-community/eslint-plugin-n/releases)
- [Commits](https://github.com/eslint-community/eslint-plugin-n/compare/15.5.1...15.6.0)
---
updated-dependencies:
- dependency-name: eslint-plugin-n
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-12-05 18:57:22 -08:00 |
|
dependabot[bot]
|
37fe758c34
|
Bump eslint from 8.28.0 to 8.29.0
Bumps [eslint](https://github.com/eslint/eslint) from 8.28.0 to 8.29.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/v8.28.0...v8.29.0)
---
updated-dependencies:
- dependency-name: eslint
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-12-04 18:17:47 -08:00 |
|
Bryan Mishkin
|
2c38ae90fc
|
Add example for markdownlint-rule-helpers.applyFixes to documentation (fixes #663).
|
2022-12-04 15:17:56 -08:00 |
|
dependabot[bot]
|
09911b24cf
|
Bump ts-loader from 9.4.1 to 9.4.2
Bumps [ts-loader](https://github.com/TypeStrong/ts-loader) from 9.4.1 to 9.4.2.
- [Release notes](https://github.com/TypeStrong/ts-loader/releases)
- [Changelog](https://github.com/TypeStrong/ts-loader/blob/main/CHANGELOG.md)
- [Commits](https://github.com/TypeStrong/ts-loader/compare/9.4.1...v9.4.2)
---
updated-dependencies:
- dependency-name: ts-loader
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-11-30 18:27:47 -08:00 |
|
dependabot[bot]
|
72a8975a4b
|
Bump eslint-plugin-unicorn from 45.0.0 to 45.0.1
Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) from 45.0.0 to 45.0.1.
- [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases)
- [Commits](https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v45.0.0...v45.0.1)
---
updated-dependencies:
- dependency-name: eslint-plugin-unicorn
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-11-28 20:28:09 -08:00 |
|
David Anson
|
b133beaa77
|
Remove outdated exclusions from external repository tests.
|
2022-11-29 04:11:20 +00:00 |
|
dependabot[bot]
|
0d2875ed34
|
Bump eslint-plugin-jsdoc from 39.6.2 to 39.6.4
Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 39.6.2 to 39.6.4.
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases)
- [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v39.6.2...v39.6.4)
---
updated-dependencies:
- dependency-name: eslint-plugin-jsdoc
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-11-24 19:37:20 -08:00 |
|
Adam Moss
|
cc701ea700
|
fix(prettier): add ordered list configuration
Signed-off-by: Adam Moss <2951486+adam-moss@users.noreply.github.com>
|
2022-11-22 11:10:00 -08:00 |
|
dependabot[bot]
|
37c32dbe2a
|
Bump eslint-plugin-unicorn from 44.0.2 to 45.0.0
Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) from 44.0.2 to 45.0.0.
- [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases)
- [Commits](https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v44.0.2...v45.0.0)
---
updated-dependencies:
- dependency-name: eslint-plugin-unicorn
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-11-21 18:43:06 -08:00 |
|
dependabot[bot]
|
acec0dcf96
|
Bump eslint from 8.27.0 to 8.28.0
Bumps [eslint](https://github.com/eslint/eslint) from 8.27.0 to 8.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/v8.27.0...v8.28.0)
---
updated-dependencies:
- dependency-name: eslint
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-11-21 02:08:05 -08:00 |
|
dependabot[bot]
|
39446cbc33
|
Bump webpack-cli from 4.10.0 to 5.0.0
Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 4.10.0 to 5.0.0.
- [Release notes](https://github.com/webpack/webpack-cli/releases)
- [Changelog](https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack/webpack-cli/compare/webpack-cli@4.10.0...webpack-cli@5.0.0)
---
updated-dependencies:
- dependency-name: webpack-cli
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-11-17 19:26:24 -08:00 |
|