Skip to content

feat: group format messages into one#251

Merged
dreyfus92 merged 1 commit into
mainfrom
jg/grouped-format-messages
Jul 9, 2026
Merged

feat: group format messages into one#251
dreyfus92 merged 1 commit into
mainfrom
jg/grouped-format-messages

Conversation

@43081j

@43081j 43081j commented Jul 6, 2026

Copy link
Copy Markdown
Contributor

Publint emits messages when you have ESM files in a CJS package but the
extension doesn't match.

For example, 'foo.js' in a CJS package which contains ESM should really
be foo.mjs.

This is often a very noisy message in a repo that matches it since its
usually the case that many files have this issue or none do.

This change basically groups them all up into one summary message so you
can investigate yourself.

Publint emits messages when you have ESM files in a CJS package but the
extension doesn't match.

For example, 'foo.js' in a CJS package which contains ESM should really
be `foo.mjs`.

This is often a very noisy message in a repo that matches it since its
usually the case that _many_ files have this issue or none do.

This change basically groups them all up into one summary message so you
can investigate yourself.
@github-actions

github-actions Bot commented Jul 6, 2026

Copy link
Copy Markdown

⚠️ Duplicate Dependencies (found: 3, threshold: 1)

📦 Package 📋 Versions
eslint-visitor-keys
2 versions
  • @e18e/cli@0.0.1
    • eslint@10.6.0
      • @eslint-community/eslint-utils@4.9.1
        • eslint-visitor-keys@3.4.3

  • @e18e/cli@0.0.1
    • eslint@10.6.0
      • eslint-visitor-keys@5.0.1

@humanwhocodes/retry
2 versions
  • @e18e/cli@0.0.1
    • eslint@10.6.0
      • @humanfs/node@0.16.6
        • @humanwhocodes/retry@0.3.1

  • @e18e/cli@0.0.1
    • eslint@10.6.0
      • @humanwhocodes/retry@0.4.3

ignore
2 versions
  • @e18e/cli@0.0.1
    • eslint@10.6.0
      • ignore@5.3.2

  • @e18e/cli@0.0.1
    • typescript-eslint@8.62.1
      • @typescript-eslint/eslint-plugin@8.62.1
        • ignore@7.0.5

💡 To find out what depends on a specific package, run: npm ls example-package

@pkg-pr-new

pkg-pr-new Bot commented Jul 6, 2026

Copy link
Copy Markdown

Open in StackBlitz

npm i https://pkg.pr.new/@e18e/cli@251

commit: 2aa832e

@dreyfus92 dreyfus92 merged commit 949fe8d into main Jul 9, 2026
6 checks passed
@dreyfus92 dreyfus92 deleted the jg/grouped-format-messages branch July 9, 2026 17:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants