Skip to content

Commit

Permalink
tools: update remark-preset-lint-node to 1.10.0
Browse files Browse the repository at this point in the history
A new version of remark-preset-lint-node adds linting for unordered list
style.

PR-URL: #29594
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
  • Loading branch information
Trott authored and BethGriggs committed Feb 6, 2020
1 parent e8176b0 commit 9acff55
Show file tree
Hide file tree
Showing 5 changed files with 69 additions and 43 deletions.
4 changes: 4 additions & 0 deletions doc/api/deprecations.md
Expand Up @@ -2576,6 +2576,10 @@ an officially supported API.
[`process.env`]: process.html#process_process_env
[`punycode`]: punycode.html
[`require.extensions`]: modules.html#modules_require_extensions
[`request.socket`]: http.html#http_request_socket
[`request.connection`]: http.html#http_request_connection
[`response.socket`]: http.html#http_response_socket
[`response.connection`]: http.html#http_response_connection
[`script.createCachedData()`]: vm.html#vm_script_createcacheddata
[`setInterval()`]: timers.html#timers_setinterval_callback_delay_args
[`setTimeout()`]: timers.html#timers_settimeout_callback_delay_args
Expand Down
4 changes: 2 additions & 2 deletions doc/changelogs/CHANGELOG_V12.md
Expand Up @@ -90,8 +90,8 @@ http option. Using the insecure HTTP parser should be avoided.

* **crypto**: fix key requirements in asymmetric cipher (Tobias Nießen) [#30249](https://github.com/nodejs/node/pull/30249)
* **deps**:
* update llhttp to 2.0.1 (Fedor Indutny) [#30553](https://github.com/nodejs/node/pull/30553)
* update nghttp2 to 1.40.0 (gengjiawen) [#30493](https://github.com/nodejs/node/pull/30493)
* update llhttp to 2.0.1 (Fedor Indutny) [#30553](https://github.com/nodejs/node/pull/30553)
* update nghttp2 to 1.40.0 (gengjiawen) [#30493](https://github.com/nodejs/node/pull/30493)
* **v8**: mark serdes API as stable (Anna Henningsen) [#30234](https://github.com/nodejs/node/pull/30234)

### Commits
Expand Down
2 changes: 1 addition & 1 deletion tools/lint-md.js

Large diffs are not rendered by default.

100 changes: 61 additions & 39 deletions tools/node-lint-md-cli-rollup/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tools/node-lint-md-cli-rollup/package.json
Expand Up @@ -9,7 +9,7 @@
"markdown-extensions": "^1.1.1",
"remark": "^10.0.1",
"remark-lint": "^6.0.4",
"remark-preset-lint-node": "^1.9.0",
"remark-preset-lint-node": "^1.10.0",
"unified-args": "^7.0.0",
"unified-engine": "^6.0.1"
},
Expand Down

0 comments on commit 9acff55

Please sign in to comment.