Skip to content

Commit 1b8f841

Browse files
Trotttargos
authored andcommitted
tools: update remark-preset-lint-node to 1.10.0
A new version of remark-preset-lint-node adds linting for unordered list style. PR-URL: #29594 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
1 parent 6531e8b commit 1b8f841

File tree

5 files changed

+69
-43
lines changed

5 files changed

+69
-43
lines changed

doc/api/deprecations.md

+4
Original file line numberDiff line numberDiff line change
@@ -2576,6 +2576,10 @@ an officially supported API.
25762576
[`process.env`]: process.html#process_process_env
25772577
[`punycode`]: punycode.html
25782578
[`require.extensions`]: modules.html#modules_require_extensions
2579+
[`request.socket`]: http.html#http_request_socket
2580+
[`request.connection`]: http.html#http_request_connection
2581+
[`response.socket`]: http.html#http_response_socket
2582+
[`response.connection`]: http.html#http_response_connection
25792583
[`script.createCachedData()`]: vm.html#vm_script_createcacheddata
25802584
[`setInterval()`]: timers.html#timers_setinterval_callback_delay_args
25812585
[`setTimeout()`]: timers.html#timers_settimeout_callback_delay_args

doc/changelogs/CHANGELOG_V12.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@
5858

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

6565
### Commits

tools/lint-md.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tools/node-lint-md-cli-rollup/package-lock.json

+61-39
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tools/node-lint-md-cli-rollup/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"markdown-extensions": "^1.1.1",
1010
"remark": "^10.0.1",
1111
"remark-lint": "^6.0.4",
12-
"remark-preset-lint-node": "^1.9.0",
12+
"remark-preset-lint-node": "^1.10.0",
1313
"unified-args": "^7.0.0",
1414
"unified-engine": "^6.0.1"
1515
},

0 commit comments

Comments
 (0)