Skip to content

Conversation

@nodejs-github-bot
Copy link
Collaborator

@nodejs-github-bot nodejs-github-bot commented Jan 27, 2026

🤖 I have created a release beep boop

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)

This PR was generated with Release Please. See documentation.

@trentm
Copy link
Contributor

trentm commented Jan 27, 2026

I would love to get #241 into a release. This fix will allow @opentelemetry/instrumentation to start using {internals: true} with its IITM hook.

@nodejs-github-bot nodejs-github-bot force-pushed the release-please--branches--main--components--import-in-the-middle branch from 4ed4ea7 to a6f538c Compare January 27, 2026 20:28
timfish
timfish previously approved these changes Jan 27, 2026
@timfish
Copy link
Contributor

timfish commented Jan 27, 2026

@trentm 1 more approval and this can be merged and it will auto release. You can add an approval and merge!

@timfish
Copy link
Contributor

timfish commented Jan 27, 2026

Ah, just realised you were talking about #241. Fix up the merge conflicts and get it merged!

@nodejs-github-bot nodejs-github-bot force-pushed the release-please--branches--main--components--import-in-the-middle branch from a6f538c to d3ca56a Compare January 27, 2026 22:27
@trentm
Copy link
Contributor

trentm commented Jan 27, 2026

Weird, what happened with commit de84589? Just curious, I don't think it breaks anything.


* ensure the callback 'name' arg is the module name when matching the module main file, even when 'internals: true' option is used ([#241](https://github.com/nodejs/import-in-the-middle/issues/241)) ([ad9d02c](https://github.com/nodejs/import-in-the-middle/commit/ad9d02cd774df110c5e2f72e6cca414d7c315404))
* fix a couple issues with duplicate entries and specifier (submodule) matching ([#237](https://github.com/nodejs/import-in-the-middle/issues/237)) ([fdc0b3d](https://github.com/nodejs/import-in-the-middle/commit/fdc0b3d5863a1338586e25a94b831fee1bd8bd0b))
* properly hook builtin modules that require the 'node:' prefix ([#240](https://github.com/nodejs/import-in-the-middle/issues/240)) ([de84589](https://github.com/nodejs/import-in-the-middle/commit/de8458962958182eac743e99edeb944160638e2c))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: perhaps remove this dupe changelog entry from the odd commit de84589

@trentm trentm merged commit 43e2381 into main Jan 27, 2026
102 checks passed
@nodejs-github-bot
Copy link
Collaborator Author

🤖 Created releases:

🌻

@trentm trentm deleted the release-please--branches--main--components--import-in-the-middle branch January 28, 2026 02:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants