Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: eslint-community/eslint-plugin-n
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v17.7.0
Choose a base ref
...
head repository: eslint-community/eslint-plugin-n
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v17.8.0
Choose a head ref
  • 5 commits
  • 5 files changed
  • 4 contributors

Commits on May 16, 2024

  1. test: add a test for self-ref (#280)

    refs: #86
    aladdin-add authored May 16, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    4f50dfe View commit details

Commits on May 17, 2024

  1. feat(node-builtin): Add node 22.2.0 support (#282)

    scagood authored May 17, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    5221c40 View commit details

Commits on Jun 3, 2024

  1. chore: update dependency markdownlint-cli to ^0.41.0 (#287)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jun 3, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    0efe751 View commit details

Commits on Jun 5, 2024

  1. Copy the full SHA
    92e18b5 View commit details
  2. chore(master): release 17.8.0 (#281)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Jun 5, 2024
    Copy the full SHA
    6dca24c View commit details
Showing with 36 additions and 19 deletions.
  1. +1 −1 .github/release-please/manifest.json
  2. +18 −0 CHANGELOG.md
  3. +1 −0 lib/unsupported-features/node-builtins-modules/zlib.js
  4. +3 −3 package.json
  5. +13 −15 tests/lib/rules/no-missing-import.js
2 changes: 1 addition & 1 deletion .github/release-please/manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"17.7.0"}
{".":"17.8.0"}
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [17.8.0](https://github.com/eslint-community/eslint-plugin-n/compare/v17.7.0...v17.8.0) (2024-06-05)


### 🌟 Features

* **node-builtin:** Add node 22.2.0 support ([#282](https://github.com/eslint-community/eslint-plugin-n/issues/282)) ([5221c40](https://github.com/eslint-community/eslint-plugin-n/commit/5221c4015fb939cfb33231b7b6f4669cf1197ef7))


### 🩹 Fixes

* Allow for misconfigured default exports ([#288](https://github.com/eslint-community/eslint-plugin-n/issues/288)) ([92e18b5](https://github.com/eslint-community/eslint-plugin-n/commit/92e18b572f7bd2427f050eab8484cb393e1dac7a))


### 🧹 Chores

* add a test for self-ref ([#280](https://github.com/eslint-community/eslint-plugin-n/issues/280)) ([4f50dfe](https://github.com/eslint-community/eslint-plugin-n/commit/4f50dfe6528e32749aac315e53b351345cfc8c13))
* update dependency markdownlint-cli to ^0.41.0 ([#287](https://github.com/eslint-community/eslint-plugin-n/issues/287)) ([0efe751](https://github.com/eslint-community/eslint-plugin-n/commit/0efe751b1fa1194ddc58b0934a1299d982e93d35))

## [17.7.0](https://github.com/eslint-community/eslint-plugin-n/compare/v17.6.0...v17.7.0) (2024-05-14)


1 change: 1 addition & 0 deletions lib/unsupported-features/node-builtins-modules/zlib.js
Original file line number Diff line number Diff line change
@@ -5,6 +5,7 @@ const { READ } = require("@eslint-community/eslint-utils")
/** @type {import('../types.js').SupportVersionTraceMap} */
const zlib = {
constants: { [READ]: { supported: ["7.0.0"] } },
crc32: { [READ]: { supported: ["22.2.0"] } },
createBrotliCompress: { [READ]: { supported: ["11.7.0", "10.16.0"] } },
createBrotliDecompress: { [READ]: { supported: ["11.7.0", "10.16.0"] } },
createDeflate: { [READ]: { supported: ["0.5.8"] } },
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-n",
"version": "17.7.0",
"version": "17.8.0",
"description": "Additional ESLint's rules for Node.js",
"engines": {
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -17,7 +17,7 @@
},
"dependencies": {
"@eslint-community/eslint-utils": "^4.4.0",
"enhanced-resolve": "^5.15.0",
"enhanced-resolve": "^5.17.0",
"eslint-plugin-es-x": "^7.5.0",
"get-tsconfig": "^4.7.0",
"globals": "^15.0.0",
@@ -40,7 +40,7 @@
"fast-glob": "^3.2.12",
"husky": "^9.0.0",
"lint-staged": "^15.2.0",
"markdownlint-cli": "^0.40.0",
"markdownlint-cli": "^0.41.0",
"mocha": "^10.2.0",
"npm-run-all2": "^6.1.1",
"nyc": "^15.1.0",
28 changes: 13 additions & 15 deletions tests/lib/rules/no-missing-import.js
Original file line number Diff line number Diff line change
@@ -124,6 +124,11 @@ ruleTester.run("no-missing-import", rule, {
code: "import a from './e.jsx';",
},

{
filename: fixture("test.js"),
code: "import 'misconfigured-default';",
},

// tryExtensions
{
filename: fixture("test.js"),
@@ -318,6 +323,11 @@ ruleTester.run("no-missing-import", rule, {
code: "import './file.ts';",
},

{
filename: fixture("test.js"),
code: "import plugin from 'eslint-plugin-n';",
},

// import()
...(DynamicImportSupported
? [
@@ -345,7 +355,9 @@ ruleTester.run("no-missing-import", rule, {
resolveError: [
"Package path ./sub.mjs is not exported from package",
fixture("node_modules/esm-module"),
`(see exports field in ${fixture("node_modules/esm-module/package.json")})`,
`(see exports field in ${fixture(
"node_modules/esm-module/package.json"
)})`,
].join(" "),
},
},
@@ -430,20 +442,6 @@ ruleTester.run("no-missing-import", rule, {
skip: !isCaseSensitiveFileSystem,
},

{
filename: fixture("test.js"),
code: "import 'misconfigured-default';",
errors: [
{
messageId: "notFound",
data: {
name: "misconfigured-default",
resolveError: "Default condition should be last one",
},
},
],
},

// import()
...(DynamicImportSupported
? [