Revert #1055 ("use module.findPackageJSON API")#1066
Merged
nicolo-ribaudo merged 1 commit intomainfrom Mar 9, 2026
Merged
Conversation
module.findPackageJSON API")
Member
|
Released! |
mergify bot
added a commit
to robfrank/linklift
that referenced
this pull request
Mar 19, 2026
…skip ci] Bumps [babel-loader](https://github.com/babel/babel-loader) from 10.1.0 to 10.1.1. Release notes *Sourced from [babel-loader's releases](https://github.com/babel/babel-loader/releases).* > v10.1.1 > ------- > > What's Changed > -------------- > > * Revert [#1055](https://redirect.github.com/babel/babel-loader/issues/1055) ("use `module.findPackageJSON` API") by [`@JLHwung`](https://github.com/JLHwung) in [babel/babel-loader#1066](https://redirect.github.com/babel/babel-loader/pull/1066) > > **Full Changelog**: <babel/babel-loader@v10.1.0...v10.1.1> Commits * [`da60210`](babel/babel-loader@da60210) 10.1.1 * [`a0a2617`](babel/babel-loader@a0a2617) Revert [#1055](https://redirect.github.com/babel/babel-loader/issues/1055) ("use `module.findPackageJSON` API") ([#1066](https://redirect.github.com/babel/babel-loader/issues/1066)) * See full diff in [compare view](babel/babel-loader@v10.1.0...v10.1.1) [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- 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 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)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Please Read the CONTRIBUTING Guidelines
In particular the portion on Commit Message Formatting
Please check if the PR fulfills these requirements
What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)
Does this PR introduce a breaking change?
This PR reverts #1055. Per Node.js docs,
module.findPackageJSONdoes not support custom resolve hooks, which Yarn PnP may depends on.Other information:
Fixes #1065.