Skip to content

chore(deps): bump import-in-the-middle from 1.15.0 to 3.0.0#4965

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/import-in-the-middle-3.0.0
Open

chore(deps): bump import-in-the-middle from 1.15.0 to 3.0.0#4965
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/import-in-the-middle-3.0.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 18, 2026

Bumps import-in-the-middle from 1.15.0 to 3.0.0.

Release notes

Sourced from import-in-the-middle's releases.

import-in-the-middle: v3.0.0

3.0.0 (2026-01-30)

⚠ BREAKING CHANGES

  • drop support for Node.js < v18 (#230)

import-in-the-middle: v2.0.6

2.0.6 (2026-01-27)

Bug Fixes

  • ensure the callback 'name' arg is the module name when matching the module main file, even when 'internals: true' option is used (#241) (ad9d02c)
  • fix a couple issues with duplicate entries and specifier (submodule) matching (#237) (fdc0b3d)
  • properly hook builtin modules that require the 'node:' prefix (#240) (de84589, 9d916a5)

import-in-the-middle: v2.0.5

2.0.5 (2026-01-20)

Bug Fixes

  • handle lazy initialization and circular dependencies (#229) (d1421dc)
  • entrypoint can be treated as CommonJS when loader chains add query params to file URLs (#233) (60ab14a)

import-in-the-middle: v2.0.4

2.0.4 (2026-01-14)

Bug Fixes

  • do not instrument the top level module (#225) (b563b35)

import-in-the-middle: v2.0.3

2.0.3 (2026-01-13)

Bug Fixes

  • add missing JSDoc type information (40c1009)
  • add missing name for fast builtin lookup (40c1009)
  • do not crash on missing setters (#223) (fe44778)
  • handle undefined exports properly (40c1009)
  • multiple minor issues (#221) (40c1009)
  • remove small memory leak (40c1009)

Performance Improvements

... (truncated)

Changelog

Sourced from import-in-the-middle's changelog.

3.0.0 (2026-01-30)

⚠ BREAKING CHANGES

  • drop support for Node.js < v18 (#230)

Miscellaneous Chores

2.0.6 (2026-01-27)

Bug Fixes

  • ensure the callback 'name' arg is the module name when matching the module main file, even when 'internals: true' option is used (#241) (ad9d02c)
  • fix a couple issues with duplicate entries and specifier (submodule) matching (#237) (fdc0b3d)
  • properly hook builtin modules that require the 'node:' prefix (#240) (de84589)
  • properly hook builtin modules that require the 'node:' prefix (#240) (9d916a5)

2.0.5 (2026-01-20)

Bug Fixes

  • handle lazy initialization and circular dependencies (#229) (d1421dc)
  • entrypoint can be treated as CommonJS when loader chains add query params to file URLs (#223) (60ab14a)

2.0.4 (2026-01-14)

Bug Fixes

  • do not instrument the top level module (#225) (b563b35)

2.0.3 (2026-01-13)

Bug Fixes

  • add missing JSDoc type information (40c1009)
  • add missing name for fast builtin lookup (40c1009)
  • do not crash on missing setters (#223) (fe44778)
  • handle undefined exports properly (40c1009)
  • multiple minor issues (#221) (40c1009)
  • remove small memory leak (40c1009)

Performance Improvements

... (truncated)

Commits
  • 91f0b55 chore: release v3.0.0 (#243)
  • f463b13 chore!: drop support for Node.js < v18 (#230)
  • 43e2381 chore: release v2.0.6 (#242)
  • ad9d02c fix: ensure the callback 'name' arg is the module name when matching the modu...
  • de84589 fix: properly hook builtin modules that require the 'node:' prefix (#240)
  • 9d916a5 fix: properly hook builtin modules that require the 'node:' prefix (#240)
  • fdc0b3d fix: fix a couple issues with duplicate entries and specifier (submodule) mat...
  • 542def8 Revert "feat: Optionally hook internal paths like require-in-the-middle (#1...
  • e178bb4 test: increase coverage and more (#231)
  • 402f246 chore: Add missing changelog entry (#235)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [import-in-the-middle](https://github.com/nodejs/import-in-the-middle) from 1.15.0 to 3.0.0.
- [Release notes](https://github.com/nodejs/import-in-the-middle/releases)
- [Changelog](https://github.com/nodejs/import-in-the-middle/blob/main/CHANGELOG.md)
- [Commits](nodejs/import-in-the-middle@import-in-the-middle-v1.15.0...import-in-the-middle-v3.0.0)

---
updated-dependencies:
- dependency-name: import-in-the-middle
  dependency-version: 3.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 18, 2026
@dependabot dependabot bot requested a review from a team as a code owner February 18, 2026 00:53
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 18, 2026
@github-actions
Copy link

🤖 GitHub comments

Just comment with:

  • run docs-build : Re-trigger the docs validation. (use unformatted text in the comment!)

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

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants