Skip to content

chore(deps): update dependency eslint-plugin-import to v2.28.0 (main) - #87

Open
mend-for-github-com[bot] wants to merge 1 commit into
mainfrom
whitesource-remediate/main-eslint-plugin-import-2.x-lockfile
Open

chore(deps): update dependency eslint-plugin-import to v2.28.0 (main)#87
mend-for-github-com[bot] wants to merge 1 commit into
mainfrom
whitesource-remediate/main-eslint-plugin-import-2.x-lockfile

Conversation

@mend-for-github-com

@mend-for-github-com mend-for-github-com Bot commented Aug 4, 2025

Copy link
Copy Markdown

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
eslint-plugin-import 2.27.52.28.0 age adoption passing confidence

By merging this PR, the issue #58 will be automatically resolved and closed:

Severity CVSS Score Vulnerability Reachability
High High 7.5 CVE-2026-27904

Reachable

Medium Medium 5.3 CVE-2022-25883

Unreachable

Low Low 3.1 CVE-2025-5889

Reachable


Release Notes

import-js/eslint-plugin-import (eslint-plugin-import)

v2.28.0

Compare Source

Fixed
  • [no-duplicates]: remove duplicate identifiers in duplicate imports ([#​2577], thanks [@​joe-matsec])
  • [consistent-type-specifier-style]: fix accidental removal of comma in certain cases ([#​2754], thanks [@​bradzacher])
  • [Perf] ExportMap: Improve ExportMap.for performance on larger codebases ([#​2756], thanks [@​leipert])
  • [no-extraneous-dependencies]/TypeScript: do not error when importing inline type from dev dependencies ([#​2735], thanks [@​andyogo])
  • [newline-after-import]/TypeScript: do not error when re-exporting a namespaced import ([#​2832], thanks [@​laurens-dg])
  • [order]: partial fix for [#​2687] (thanks [@​ljharb])
  • [no-duplicates]: Detect across type and regular imports ([#​2835], thanks [@​benkrejci])
  • [extensions]: handle . and .. properly ([#​2778], thanks [@​benasher44])
  • [no-unused-modules]: improve schema (thanks [@​ljharb])
  • [no-unused-modules]: report error on binding instead of parent export ([#​2842], thanks [@​Chamion])
Changed
  • [Docs] [no-duplicates]: fix example schema ([#​2684], thanks [@​simmo])
  • [Docs] [group-exports]: fix syntax highlighting ([#​2699], thanks [@​devinrhode2])
  • [Docs] [extensions]: reference node ESM behavior ([#​2748], thanks [@​xM8WVqaG])
  • [Refactor] [exports-last]: use array.prototype.findlastindex (thanks [@​ljharb])
  • [Refactor] [no-anonymous-default-export]: use object.fromentries (thanks [@​ljharb])
  • [Refactor] [no-unused-modules]: use array.prototype.flatmap (thanks [@​ljharb])

  • If you want to rebase/retry this PR, check this box

@mend-for-github-com mend-for-github-com Bot added the security fix Security fix generated by Mend label Aug 4, 2025
@mend-for-github-com
mend-for-github-com Bot force-pushed the whitesource-remediate/main-eslint-plugin-import-2.x-lockfile branch 2 times, most recently from 6916a9d to 4b22aed Compare October 1, 2025 08:18
@mend-for-github-com
mend-for-github-com Bot force-pushed the whitesource-remediate/main-eslint-plugin-import-2.x-lockfile branch from 4b22aed to 39dabd5 Compare October 21, 2025 07:21
@mend-for-github-com
mend-for-github-com Bot force-pushed the whitesource-remediate/main-eslint-plugin-import-2.x-lockfile branch from 39dabd5 to 520dae0 Compare December 15, 2025 06:14
@mend-for-github-com
mend-for-github-com Bot force-pushed the whitesource-remediate/main-eslint-plugin-import-2.x-lockfile branch from 520dae0 to 919d78b Compare January 15, 2026 09:44
@mend-for-github-com
mend-for-github-com Bot force-pushed the whitesource-remediate/main-eslint-plugin-import-2.x-lockfile branch from 919d78b to f124fca Compare January 24, 2026 02:12
@mend-for-github-com mend-for-github-com Bot changed the title Update dependency eslint-plugin-import to v2.28.0 (main) Update dependency eslint-plugin-import to v2.32.0 (main) Jan 24, 2026
@mend-for-github-com
mend-for-github-com Bot force-pushed the whitesource-remediate/main-eslint-plugin-import-2.x-lockfile branch from f124fca to 2489be5 Compare January 27, 2026 12:44
@mend-for-github-com mend-for-github-com Bot changed the title Update dependency eslint-plugin-import to v2.32.0 (main) Update dependency eslint-plugin-import to v2.28.0 (main) Jan 27, 2026
@mend-for-github-com
mend-for-github-com Bot force-pushed the whitesource-remediate/main-eslint-plugin-import-2.x-lockfile branch from 2489be5 to a961597 Compare March 20, 2026 00:31
@mend-for-github-com mend-for-github-com Bot changed the title Update dependency eslint-plugin-import to v2.28.0 (main) Update dependency eslint-plugin-import to v2.32.0 (main) Mar 20, 2026
@mend-for-github-com
mend-for-github-com Bot force-pushed the whitesource-remediate/main-eslint-plugin-import-2.x-lockfile branch from a961597 to 02d6639 Compare March 20, 2026 06:19
@mend-for-github-com mend-for-github-com Bot changed the title Update dependency eslint-plugin-import to v2.32.0 (main) Update dependency eslint-plugin-import to v2.28.0 (main) Mar 20, 2026
@mend-for-github-com
mend-for-github-com Bot force-pushed the whitesource-remediate/main-eslint-plugin-import-2.x-lockfile branch from 02d6639 to 81bb197 Compare March 21, 2026 06:35
@mend-for-github-com mend-for-github-com Bot changed the title Update dependency eslint-plugin-import to v2.28.0 (main) Update dependency eslint-plugin-import to v2.32.0 (main) Mar 21, 2026
@mend-for-github-com mend-for-github-com Bot changed the title Update dependency eslint-plugin-import to v2.32.0 (main) chore(deps): update dependency eslint-plugin-import to v2.32.0 (main) Mar 23, 2026
@mend-for-github-com mend-for-github-com Bot added patch release and removed security fix Security fix generated by Mend labels Mar 26, 2026
@mend-for-github-com
mend-for-github-com Bot force-pushed the whitesource-remediate/main-eslint-plugin-import-2.x-lockfile branch 3 times, most recently from a0b2776 to a5cb867 Compare April 9, 2026 01:17
@mend-for-github-com
mend-for-github-com Bot force-pushed the whitesource-remediate/main-eslint-plugin-import-2.x-lockfile branch from a5cb867 to aeae6e7 Compare April 10, 2026 00:38
@mend-for-github-com
mend-for-github-com Bot force-pushed the whitesource-remediate/main-eslint-plugin-import-2.x-lockfile branch 2 times, most recently from 113d86d to c8748b4 Compare April 18, 2026 12:36
@mend-for-github-com mend-for-github-com Bot added security fix Security fix generated by Mend and removed patch release labels Apr 18, 2026
@mend-for-github-com mend-for-github-com Bot changed the title chore(deps): update dependency eslint-plugin-import to v2.32.0 (main) chore(deps): update dependency eslint-plugin-import to v2.28.0 (main) Apr 18, 2026
@mend-for-github-com
mend-for-github-com Bot force-pushed the whitesource-remediate/main-eslint-plugin-import-2.x-lockfile branch 2 times, most recently from 3c16b2c to be9c018 Compare April 26, 2026 13:14
@mend-for-github-com mend-for-github-com Bot changed the title chore(deps): update dependency eslint-plugin-import to v2.28.0 (main) chore(deps): update dependency eslint-plugin-import to v2.32.0 (main) Apr 26, 2026
@mend-for-github-com
mend-for-github-com Bot force-pushed the whitesource-remediate/main-eslint-plugin-import-2.x-lockfile branch from be9c018 to a23222f Compare April 26, 2026 20:04
@mend-for-github-com mend-for-github-com Bot changed the title chore(deps): update dependency eslint-plugin-import to v2.32.0 (main) chore(deps): update dependency eslint-plugin-import to v2.28.0 (main) Apr 26, 2026
@mend-for-github-com
mend-for-github-com Bot force-pushed the whitesource-remediate/main-eslint-plugin-import-2.x-lockfile branch from a23222f to 5eedee1 Compare May 6, 2026 07:14
@mend-for-github-com
mend-for-github-com Bot force-pushed the whitesource-remediate/main-eslint-plugin-import-2.x-lockfile branch 3 times, most recently from e04b3b3 to 45c4afc Compare May 29, 2026 07:15
@mend-for-github-com
mend-for-github-com Bot force-pushed the whitesource-remediate/main-eslint-plugin-import-2.x-lockfile branch 3 times, most recently from cb24918 to a7678ca Compare June 12, 2026 09:14
@mend-for-github-com
mend-for-github-com Bot force-pushed the whitesource-remediate/main-eslint-plugin-import-2.x-lockfile branch 2 times, most recently from 274a593 to 308950b Compare June 19, 2026 07:56
@mend-for-github-com
mend-for-github-com Bot force-pushed the whitesource-remediate/main-eslint-plugin-import-2.x-lockfile branch from 308950b to 97425ec Compare June 29, 2026 07:11
@mend-for-github-com
mend-for-github-com Bot force-pushed the whitesource-remediate/main-eslint-plugin-import-2.x-lockfile branch from 97425ec to ecb6ff3 Compare July 6, 2026 08:49
@mend-for-github-com
mend-for-github-com Bot force-pushed the whitesource-remediate/main-eslint-plugin-import-2.x-lockfile branch from ecb6ff3 to 35e8124 Compare July 24, 2026 19:22
@vonage-ai-assistant vonage-ai-assistant Bot added the ai-generated Over 80% AI contribution label Jul 24, 2026
@vonage-ai-assistant

Copy link
Copy Markdown

AI Code: 100%

AI Adoption Report

Lines %
AI-generated 2025 100%
Human 0 0%
Total 2025

💰 Cost Breakdown

Agent Model AI Lines Input Tokens Output Tokens Cost Source
Mend automated 2025 23,623 7,087 $0.0000 🤖 Bot (automated)

Total Estimated Cost: $0.0000

Data Sources:

  • 📐 1 commits with estimated tokens (~3.5 tokens/line)

Bedrock pricing: eu-central-1 region

Per-commit breakdown (1 commits)
Commit Message Added AI Human AI %
35e8124 chore(deps): update dependency eslint-plugin-import to v2.28 2025 2025 0 🤖 100% (Mend)

Powered by Git AI Standard v3.0.0 — authorship data from refs/notes/ai (supports sessions-v2 format)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ai-generated Over 80% AI contribution security fix Security fix generated by Mend

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants