diff --git a/lib/rules/exports-style.js b/lib/rules/exports-style.js index 71199ebf..85564140 100644 --- a/lib/rules/exports-style.js +++ b/lib/rules/exports-style.js @@ -146,7 +146,7 @@ module.exports = { category: "Stylistic Issues", recommended: false, url: - "https://github.com/mysticatea/eslint-plugin-node/blob/v8.0.1/docs/rules/exports-style.md", + "https://github.com/mysticatea/eslint-plugin-node/blob/v9.0.0/docs/rules/exports-style.md", }, type: "suggestion", fixable: null, diff --git a/lib/rules/file-extension-in-import.js b/lib/rules/file-extension-in-import.js index a46e944d..defb0904 100644 --- a/lib/rules/file-extension-in-import.js +++ b/lib/rules/file-extension-in-import.js @@ -37,7 +37,7 @@ module.exports = { category: "Stylistic Issues", recommended: false, url: - "https://github.com/mysticatea/eslint-plugin-node/blob/v8.0.1/docs/rules/file-extension-in-import.md", + "https://github.com/mysticatea/eslint-plugin-node/blob/v9.0.0/docs/rules/file-extension-in-import.md", }, fixable: "code", messages: { diff --git a/lib/rules/no-deprecated-api.js b/lib/rules/no-deprecated-api.js index 42ef9414..9df49f96 100644 --- a/lib/rules/no-deprecated-api.js +++ b/lib/rules/no-deprecated-api.js @@ -486,7 +486,7 @@ module.exports = { category: "Best Practices", recommended: true, url: - "https://github.com/mysticatea/eslint-plugin-node/blob/v8.0.1/docs/rules/no-deprecated-api.md", + "https://github.com/mysticatea/eslint-plugin-node/blob/v9.0.0/docs/rules/no-deprecated-api.md", }, type: "problem", fixable: null, diff --git a/lib/rules/no-extraneous-import.js b/lib/rules/no-extraneous-import.js index f931fce3..0adcef8a 100644 --- a/lib/rules/no-extraneous-import.js +++ b/lib/rules/no-extraneous-import.js @@ -19,7 +19,7 @@ module.exports = { category: "Possible Errors", recommended: true, url: - "https://github.com/mysticatea/eslint-plugin-node/blob/v8.0.1/docs/rules/no-extraneous-import.md", + "https://github.com/mysticatea/eslint-plugin-node/blob/v9.0.0/docs/rules/no-extraneous-import.md", }, type: "problem", fixable: null, diff --git a/lib/rules/no-extraneous-require.js b/lib/rules/no-extraneous-require.js index 13e90a18..8aba4e59 100644 --- a/lib/rules/no-extraneous-require.js +++ b/lib/rules/no-extraneous-require.js @@ -19,7 +19,7 @@ module.exports = { category: "Possible Errors", recommended: true, url: - "https://github.com/mysticatea/eslint-plugin-node/blob/v8.0.1/docs/rules/no-extraneous-require.md", + "https://github.com/mysticatea/eslint-plugin-node/blob/v9.0.0/docs/rules/no-extraneous-require.md", }, type: "problem", fixable: null, diff --git a/lib/rules/no-hide-core-modules.js b/lib/rules/no-hide-core-modules.js index bdf7cd02..64fc8275 100644 --- a/lib/rules/no-hide-core-modules.js +++ b/lib/rules/no-hide-core-modules.js @@ -55,7 +55,7 @@ module.exports = { category: "Possible Errors", recommended: false, url: - "https://github.com/mysticatea/eslint-plugin-node/blob/v8.0.1/docs/rules/no-hide-core-modules.md", + "https://github.com/mysticatea/eslint-plugin-node/blob/v9.0.0/docs/rules/no-hide-core-modules.md", }, type: "problem", deprecated: true, diff --git a/lib/rules/no-missing-import.js b/lib/rules/no-missing-import.js index 361901f3..a575d873 100644 --- a/lib/rules/no-missing-import.js +++ b/lib/rules/no-missing-import.js @@ -18,7 +18,7 @@ module.exports = { category: "Possible Errors", recommended: true, url: - "https://github.com/mysticatea/eslint-plugin-node/blob/v8.0.1/docs/rules/no-missing-import.md", + "https://github.com/mysticatea/eslint-plugin-node/blob/v9.0.0/docs/rules/no-missing-import.md", }, type: "problem", fixable: null, diff --git a/lib/rules/no-missing-require.js b/lib/rules/no-missing-require.js index 2f84d13f..76f1c025 100644 --- a/lib/rules/no-missing-require.js +++ b/lib/rules/no-missing-require.js @@ -18,7 +18,7 @@ module.exports = { category: "Possible Errors", recommended: true, url: - "https://github.com/mysticatea/eslint-plugin-node/blob/v8.0.1/docs/rules/no-missing-require.md", + "https://github.com/mysticatea/eslint-plugin-node/blob/v9.0.0/docs/rules/no-missing-require.md", }, type: "problem", fixable: null, diff --git a/lib/rules/no-unpublished-bin.js b/lib/rules/no-unpublished-bin.js index 202a31b9..82aae4a1 100644 --- a/lib/rules/no-unpublished-bin.js +++ b/lib/rules/no-unpublished-bin.js @@ -36,7 +36,7 @@ module.exports = { category: "Possible Errors", recommended: true, url: - "https://github.com/mysticatea/eslint-plugin-node/blob/v8.0.1/docs/rules/no-unpublished-bin.md", + "https://github.com/mysticatea/eslint-plugin-node/blob/v9.0.0/docs/rules/no-unpublished-bin.md", }, type: "problem", fixable: null, diff --git a/lib/rules/no-unpublished-import.js b/lib/rules/no-unpublished-import.js index 9c320b10..cd599642 100644 --- a/lib/rules/no-unpublished-import.js +++ b/lib/rules/no-unpublished-import.js @@ -19,7 +19,7 @@ module.exports = { category: "Possible Errors", recommended: true, url: - "https://github.com/mysticatea/eslint-plugin-node/blob/v8.0.1/docs/rules/no-unpublished-import.md", + "https://github.com/mysticatea/eslint-plugin-node/blob/v9.0.0/docs/rules/no-unpublished-import.md", }, type: "problem", fixable: null, diff --git a/lib/rules/no-unpublished-require.js b/lib/rules/no-unpublished-require.js index 8631ce22..fc611bf2 100644 --- a/lib/rules/no-unpublished-require.js +++ b/lib/rules/no-unpublished-require.js @@ -19,7 +19,7 @@ module.exports = { category: "Possible Errors", recommended: true, url: - "https://github.com/mysticatea/eslint-plugin-node/blob/v8.0.1/docs/rules/no-unpublished-require.md", + "https://github.com/mysticatea/eslint-plugin-node/blob/v9.0.0/docs/rules/no-unpublished-require.md", }, type: "problem", fixable: null, diff --git a/lib/rules/no-unsupported-features.js b/lib/rules/no-unsupported-features.js index 25afa150..980c4224 100644 --- a/lib/rules/no-unsupported-features.js +++ b/lib/rules/no-unsupported-features.js @@ -1051,7 +1051,7 @@ module.exports = { "node/no-unsupported-features/es-builtins", ], url: - "https://github.com/mysticatea/eslint-plugin-node/blob/v8.0.1/docs/rules/no-unsupported-features.md", + "https://github.com/mysticatea/eslint-plugin-node/blob/v9.0.0/docs/rules/no-unsupported-features.md", }, type: "problem", deprecated: true, diff --git a/lib/rules/no-unsupported-features/es-builtins.js b/lib/rules/no-unsupported-features/es-builtins.js index fb211297..acd5dc96 100644 --- a/lib/rules/no-unsupported-features/es-builtins.js +++ b/lib/rules/no-unsupported-features/es-builtins.js @@ -129,7 +129,7 @@ module.exports = { category: "Possible Errors", recommended: true, url: - "https://github.com/mysticatea/eslint-plugin-node/blob/v8.0.1/docs/rules/no-unsupported-features/es-builtins.md", + "https://github.com/mysticatea/eslint-plugin-node/blob/v9.0.0/docs/rules/no-unsupported-features/es-builtins.md", }, type: "problem", fixable: null, diff --git a/lib/rules/no-unsupported-features/es-syntax.js b/lib/rules/no-unsupported-features/es-syntax.js index 2035e18b..6fbc41ae 100644 --- a/lib/rules/no-unsupported-features/es-syntax.js +++ b/lib/rules/no-unsupported-features/es-syntax.js @@ -504,7 +504,7 @@ module.exports = { category: "Possible Errors", recommended: true, url: - "https://github.com/mysticatea/eslint-plugin-node/blob/v8.0.1/docs/rules/no-unsupported-features/es-syntax.md", + "https://github.com/mysticatea/eslint-plugin-node/blob/v9.0.0/docs/rules/no-unsupported-features/es-syntax.md", }, type: "problem", fixable: null, diff --git a/lib/rules/no-unsupported-features/node-builtins.js b/lib/rules/no-unsupported-features/node-builtins.js index a3e349a8..d063f764 100644 --- a/lib/rules/no-unsupported-features/node-builtins.js +++ b/lib/rules/no-unsupported-features/node-builtins.js @@ -265,7 +265,7 @@ module.exports = { category: "Possible Errors", recommended: true, url: - "https://github.com/mysticatea/eslint-plugin-node/blob/v8.0.1/docs/rules/no-unsupported-features/node-builtins.md", + "https://github.com/mysticatea/eslint-plugin-node/blob/v9.0.0/docs/rules/no-unsupported-features/node-builtins.md", }, type: "problem", fixable: null, diff --git a/lib/rules/prefer-global/buffer.js b/lib/rules/prefer-global/buffer.js index 86b0d6ad..c0c77da0 100644 --- a/lib/rules/prefer-global/buffer.js +++ b/lib/rules/prefer-global/buffer.js @@ -26,7 +26,7 @@ module.exports = { category: "Stylistic Issues", recommended: false, url: - "https://github.com/mysticatea/eslint-plugin-node/blob/v8.0.1/docs/rules/prefer-global/buffer.md", + "https://github.com/mysticatea/eslint-plugin-node/blob/v9.0.0/docs/rules/prefer-global/buffer.md", }, type: "suggestion", fixable: null, diff --git a/lib/rules/prefer-global/console.js b/lib/rules/prefer-global/console.js index a84a81e3..2b0e41dd 100644 --- a/lib/rules/prefer-global/console.js +++ b/lib/rules/prefer-global/console.js @@ -23,7 +23,7 @@ module.exports = { category: "Stylistic Issues", recommended: false, url: - "https://github.com/mysticatea/eslint-plugin-node/blob/v8.0.1/docs/rules/prefer-global/console.md", + "https://github.com/mysticatea/eslint-plugin-node/blob/v9.0.0/docs/rules/prefer-global/console.md", }, type: "suggestion", fixable: null, diff --git a/lib/rules/prefer-global/process.js b/lib/rules/prefer-global/process.js index 2c2d4031..7a5faea6 100644 --- a/lib/rules/prefer-global/process.js +++ b/lib/rules/prefer-global/process.js @@ -23,7 +23,7 @@ module.exports = { category: "Stylistic Issues", recommended: false, url: - "https://github.com/mysticatea/eslint-plugin-node/blob/v8.0.1/docs/rules/prefer-global/process.md", + "https://github.com/mysticatea/eslint-plugin-node/blob/v9.0.0/docs/rules/prefer-global/process.md", }, type: "suggestion", fixable: null, diff --git a/lib/rules/prefer-global/text-decoder.js b/lib/rules/prefer-global/text-decoder.js index 580aff3c..2a6499fd 100644 --- a/lib/rules/prefer-global/text-decoder.js +++ b/lib/rules/prefer-global/text-decoder.js @@ -26,7 +26,7 @@ module.exports = { category: "Stylistic Issues", recommended: false, url: - "https://github.com/mysticatea/eslint-plugin-node/blob/v8.0.1/docs/rules/prefer-global/text-decoder.md", + "https://github.com/mysticatea/eslint-plugin-node/blob/v9.0.0/docs/rules/prefer-global/text-decoder.md", }, type: "suggestion", fixable: null, diff --git a/lib/rules/prefer-global/text-encoder.js b/lib/rules/prefer-global/text-encoder.js index 026e640f..8619ffcd 100644 --- a/lib/rules/prefer-global/text-encoder.js +++ b/lib/rules/prefer-global/text-encoder.js @@ -26,7 +26,7 @@ module.exports = { category: "Stylistic Issues", recommended: false, url: - "https://github.com/mysticatea/eslint-plugin-node/blob/v8.0.1/docs/rules/prefer-global/text-encoder.md", + "https://github.com/mysticatea/eslint-plugin-node/blob/v9.0.0/docs/rules/prefer-global/text-encoder.md", }, type: "suggestion", fixable: null, diff --git a/lib/rules/prefer-global/url-search-params.js b/lib/rules/prefer-global/url-search-params.js index 9cd75596..12d401b9 100644 --- a/lib/rules/prefer-global/url-search-params.js +++ b/lib/rules/prefer-global/url-search-params.js @@ -26,7 +26,7 @@ module.exports = { category: "Stylistic Issues", recommended: false, url: - "https://github.com/mysticatea/eslint-plugin-node/blob/v8.0.1/docs/rules/prefer-global/url-search-params.md", + "https://github.com/mysticatea/eslint-plugin-node/blob/v9.0.0/docs/rules/prefer-global/url-search-params.md", }, type: "suggestion", fixable: null, diff --git a/lib/rules/prefer-global/url.js b/lib/rules/prefer-global/url.js index 994c2c2c..8a4b2396 100644 --- a/lib/rules/prefer-global/url.js +++ b/lib/rules/prefer-global/url.js @@ -25,7 +25,7 @@ module.exports = { category: "Stylistic Issues", recommended: false, url: - "https://github.com/mysticatea/eslint-plugin-node/blob/v8.0.1/docs/rules/prefer-global/url.md", + "https://github.com/mysticatea/eslint-plugin-node/blob/v9.0.0/docs/rules/prefer-global/url.md", }, type: "suggestion", fixable: null, diff --git a/lib/rules/prefer-promises/dns.js b/lib/rules/prefer-promises/dns.js index 5f472f4c..1b785059 100644 --- a/lib/rules/prefer-promises/dns.js +++ b/lib/rules/prefer-promises/dns.js @@ -36,7 +36,7 @@ module.exports = { category: "Stylistic Issues", recommended: false, url: - "https://github.com/mysticatea/eslint-plugin-node/blob/v8.0.1/docs/rules/prefer-promises/dns.md", + "https://github.com/mysticatea/eslint-plugin-node/blob/v9.0.0/docs/rules/prefer-promises/dns.md", }, fixable: null, messages: { diff --git a/lib/rules/prefer-promises/fs.js b/lib/rules/prefer-promises/fs.js index d1df04d5..43148100 100644 --- a/lib/rules/prefer-promises/fs.js +++ b/lib/rules/prefer-promises/fs.js @@ -42,7 +42,7 @@ module.exports = { category: "Stylistic Issues", recommended: false, url: - "https://github.com/mysticatea/eslint-plugin-node/blob/v8.0.1/docs/rules/prefer-promises/fs.md", + "https://github.com/mysticatea/eslint-plugin-node/blob/v9.0.0/docs/rules/prefer-promises/fs.md", }, fixable: null, messages: { diff --git a/lib/rules/process-exit-as-throw.js b/lib/rules/process-exit-as-throw.js index 49201a1d..08500cd4 100644 --- a/lib/rules/process-exit-as-throw.js +++ b/lib/rules/process-exit-as-throw.js @@ -144,7 +144,7 @@ module.exports = { category: "Possible Errors", recommended: true, url: - "https://github.com/mysticatea/eslint-plugin-node/blob/v8.0.1/docs/rules/process-exit-as-throw.md", + "https://github.com/mysticatea/eslint-plugin-node/blob/v9.0.0/docs/rules/process-exit-as-throw.md", }, type: "problem", fixable: null, diff --git a/lib/rules/shebang.js b/lib/rules/shebang.js index 6a3bd95f..59b44f22 100644 --- a/lib/rules/shebang.js +++ b/lib/rules/shebang.js @@ -58,7 +58,7 @@ module.exports = { category: "Possible Errors", recommended: true, url: - "https://github.com/mysticatea/eslint-plugin-node/blob/v8.0.1/docs/rules/shebang.md", + "https://github.com/mysticatea/eslint-plugin-node/blob/v9.0.0/docs/rules/shebang.md", }, type: "problem", fixable: "code", diff --git a/package.json b/package.json index 7caf13bb..cd2e0458 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-node", - "version": "8.0.1", + "version": "9.0.0", "description": "Additional ESLint's rules for Node.js", "engines": { "node": ">=8.10.0"