David Anson
|
ff85dde7df
|
Add MDN translated content repository to test-repos.js.
|
2023-01-15 18:01:48 -08:00 |
|
David Anson
|
b9043c251d
|
Remove years from copyright statements.
|
2023-01-14 15:11:48 -08:00 |
|
David Anson
|
ec1b2a364f
|
Remove outdated references to markdownlint-rule-helpers-browser from ESLint and Git configuration.
|
2023-01-14 15:08:25 -08:00 |
|
dependabot[bot]
|
b0fd823327
|
Bump eslint-plugin-n from 15.6.0 to 15.6.1
Bumps [eslint-plugin-n](https://github.com/eslint-community/eslint-plugin-n) from 15.6.0 to 15.6.1.
- [Release notes](https://github.com/eslint-community/eslint-plugin-n/releases)
- [Commits](https://github.com/eslint-community/eslint-plugin-n/compare/15.6.0...15.6.1)
---
updated-dependencies:
- dependency-name: eslint-plugin-n
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-01-11 18:55:41 -08:00 |
|
dependabot[bot]
|
228f66cf3c
|
Bump eslint-plugin-regexp from 1.11.0 to 1.12.0
Bumps [eslint-plugin-regexp](https://github.com/ota-meshi/eslint-plugin-regexp) from 1.11.0 to 1.12.0.
- [Release notes](https://github.com/ota-meshi/eslint-plugin-regexp/releases)
- [Commits](https://github.com/ota-meshi/eslint-plugin-regexp/compare/v1.11.0...v1.12.0)
---
updated-dependencies:
- dependency-name: eslint-plugin-regexp
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-01-08 18:21:27 -08:00 |
|
Bryan Mishkin
|
22db339eee
|
Move README.md History section to CHANGELOG.md using a format similar to what other projects use (fixes #694).
|
2023-01-05 19:24:04 -08:00 |
|
dependabot[bot]
|
20d0f39c15
|
Bump eslint from 8.30.0 to 8.31.0
Bumps [eslint](https://github.com/eslint/eslint) from 8.30.0 to 8.31.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.30.0...v8.31.0)
---
updated-dependencies:
- dependency-name: eslint
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-01-01 18:41:31 -08:00 |
|
David Anson
|
3f86765ba9
|
Merge branch main into next.
|
2023-01-02 01:28:35 +00:00 |
|
David Anson
|
eb2a3c0922
|
Stop running Checkers and CodeQL GitHub Workflows daily for main branch.
|
2023-01-02 01:22:23 +00:00 |
|
David Anson
|
0e0060d660
|
Fix newly-broken link in MD051/link-fragments documentation.
|
2022-12-31 21:06:48 +00:00 |
|
David Anson
|
32d4fc8232
|
Trivial code move in demo web page for consistency.
|
2022-12-29 18:12:48 -08:00 |
|
David Anson
|
5684685d5b
|
Update markdownlint-browser.(min.)js to export library and helpers objects (near-zero effect on file size), do not output markdownlint-rule-helpers-browser.(min.)js any more, update demo web page accordingly.
|
2022-12-29 00:44:29 +00:00 |
|
dependabot[bot]
|
5870eb20f0
|
Bump markdownlint-rule-helpers from 0.17.2 to 0.18.0
Bumps [markdownlint-rule-helpers](https://github.com/DavidAnson/markdownlint) from 0.17.2 to 0.18.0.
- [Release notes](https://github.com/DavidAnson/markdownlint/releases)
- [Changelog](https://github.com/DavidAnson/markdownlint/blob/main/doc/ReleaseProcess.md)
- [Commits](https://github.com/DavidAnson/markdownlint/compare/v0.17.2...v0.18.0)
---
updated-dependencies:
- dependency-name: markdownlint-rule-helpers
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-12-27 18:37:00 -08:00 |
|
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 |
|