Skip to content

build(deps): bump import-in-the-middle from 2.0.0 to 3.0.0#79

Merged
vinothkannans merged 1 commit intomainfrom
dependabot/npm_and_yarn/import-in-the-middle-3.0.0
Feb 16, 2026
Merged

build(deps): bump import-in-the-middle from 2.0.0 to 3.0.0#79
vinothkannans merged 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 9, 2026

Bumps import-in-the-middle from 2.0.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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Feb 9, 2026
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/import-in-the-middle-3.0.0 branch 2 times, most recently from de1af68 to ab8ab11 Compare February 16, 2026 06:01
Bumps [import-in-the-middle](https://github.com/nodejs/import-in-the-middle) from 2.0.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-v2.0.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 force-pushed the dependabot/npm_and_yarn/import-in-the-middle-3.0.0 branch from ab8ab11 to 96e1fc5 Compare February 16, 2026 06:10
@vinothkannans vinothkannans merged commit e22814c into main Feb 16, 2026
6 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/import-in-the-middle-3.0.0 branch February 16, 2026 06:23
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.

1 participant

Comments