Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

📌 Limit inquirer to patch versions #1322

Merged
merged 1 commit into from
Jul 2, 2024
Merged

📌 Limit inquirer to patch versions #1322

merged 1 commit into from
Jul 2, 2024

Conversation

segersniels
Copy link
Collaborator

@segersniels segersniels commented Jul 1, 2024

Description

Seems like inquirer unified their monorepo setup and changed from a lib directory to src which is causing inquirer-autocomplete-prompt to fail since it has a peer dependency on an older version of inquirer. Package managers are bumping the version to 9.3.x due to us having ^9.2.23.

So we limit package managers to not update to minor version 9.3.x for now.

Issue: #1321

Tests

  • All tests passed.

@segersniels segersniels added bug dependencies Pull requests that update a dependency file maintenance labels Jul 1, 2024
@segersniels segersniels self-assigned this Jul 1, 2024
@segersniels segersniels merged commit 295c601 into master Jul 2, 2024
1 check passed
@segersniels segersniels deleted the fix/inquirer branch July 2, 2024 07:06
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jul 4, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug dependencies Pull requests that update a dependency file maintenance
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant