You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
inquier-autocomplete-prompts is now a native Node ECMAScript module. This will require your Node runtime to support es modules, and your app to be an es module. Node documentation over here: https://nodejs.org/api/esm.html#modules-ecmascript-modules
Lock your dependency to v2 if you wish to stay on commonjs (require) syntax.
Configuration
📅 Schedule: (UTC)
Branch creation
At 12:00 AM through 04:59 AM and 10:00 PM through 11:59 PM, Monday through Friday (* 0-4,22-23 * * 1-5)
Only on Sunday and Saturday (* * * * 0,6)
Automerge
At any time (no schedule defined)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
If you want to rebase/retry this PR, check this box
Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.
♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
any of the package files in this branch needs updating, or
the branch becomes conflicted, or
you click the rebase/retry checkbox if found above, or
you rename this PR's title to start with "rebase!" to trigger it manually
The artifact failure details are included below:
File name: package-lock.json
npm warn Unknown env config "store". This will error in a future major version of npm. See `npm help npmrc` for supported config options.
npm error code ERESOLVE
npm error ERESOLVE unable to resolve dependency tree
npm error
npm error While resolving: contentful-cli@0.0.0-determined-by-semantic-release
npm error Found: inquirer@8.2.7
npm error node_modules/inquirer
npm error inquirer@"^8.2.7" from the root project
npm error
npm error Could not resolve dependency:
npm error peer inquirer@"^9.1.0" from inquirer-autocomplete-prompt@3.0.1
npm error node_modules/inquirer-autocomplete-prompt
npm error inquirer-autocomplete-prompt@"^3.0.0" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry this command with --force or --legacy-peer-deps to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /runner/cache/others/npm/_logs/2026-09-24T22_58_54_398Z-eresolve-report.txt
npm error A complete log of this run can be found in: /runner/cache/others/npm/_logs/2026-09-24T22_58_54_398Z-debug-0.log
Bito didn't auto-review this change because the PR contains excluded label: renovate. No action is needed if you didn't intend for the agent to review it. To trigger a review manually, type /review in a comment and save.
You can change this by removing the label from Filters → Exclude Labels setting here, or from the labels_excluded field in the .bito.yaml file (if repo-level configurations are enabled), or contact your workspace admin at michael.pearce@contentful.com.
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
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.
This PR contains the following updates:
^2.0.0→^3.0.0^1.3.5→^3.0.0Release Notes
mokkabonna/inquirer-autocomplete-prompt (inquirer-autocomplete-prompt)
v3.0.1: 3.0.1 Bugfix out of order results shownCompare Source
Fixes #153
Keep in mind that diff in project is larger due to conversion to monorepo. So the original repo was moved into
packages/inquirer-autocomplete-promptFor the code related to the npm package
inquirer-autocomplete-promptthe only funcitonal change is:c6b2361v3.0.0: 3.0.0 Support ESM and inquirer v9Compare Source
inquier-autocomplete-prompts is now a native Node ECMAScript module. This will require your Node runtime to support es modules, and your app to be an es module. Node documentation over here: https://nodejs.org/api/esm.html#modules-ecmascript-modules
Lock your dependency to v2 if you wish to stay on commonjs (require) syntax.
Configuration
📅 Schedule: (UTC)
* 0-4,22-23 * * 1-5)* * * * 0,6)🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.