Skip to content

Lockfile dependency versions#124

Closed
cursor[bot] wants to merge 6 commits intomainfrom
cursor/lockfile-dependency-versions-6532
Closed

Lockfile dependency versions#124
cursor[bot] wants to merge 6 commits intomainfrom
cursor/lockfile-dependency-versions-6532

Conversation

@cursor
Copy link
Copy Markdown

@cursor cursor bot commented Feb 19, 2026

Bare minimum self-checks

What do you think of a person who only does the bare minimum?

  • I've updated this PR with the latest code from main
  • I've done a cursory QA pass of my code locally
  • I've ensured all automated status check and tests pass
  • I've connected this PR to an issue

Pieces of flare

  • I've written a unit or functional test for my code
  • I've updated relevant documentation it my code changes it
  • I've updated this repo's README if my code changes it
  • I've updated this repo's CHANGELOG with my change unless its a trivial change (like updating a typo in the docs)

Finally

If you have any issues or need help please join the #contributors channel in the Lando slack and someone will gladly help you out!

You can also check out the coder guide.


Fixes lockfile dependency downgrades for @lando/mariadb and @lando/postgres

This PR addresses a bug where the package-lock.json was inadvertently downgrading @lando/mariadb from 1.8.0 to 1.7.0 and @lando/postgres from 1.6.0 to 1.5.0. These older versions could potentially reintroduce bugs that were fixed in the higher, previously tested releases.

The fix updates the lockfile to reflect the latest compatible versions for these dependencies, ensuring consistency with prior releases and preventing regressions.


AaronFeledy and others added 6 commits February 18, 2026 20:33
Restore @lando/mariadb from 1.7.0 to 1.8.0 and @lando/postgres from 1.5.0 to 1.6.0 in package-lock.json. These higher versions are compatible with the package.json ranges (^1.7.0 and ^1.5.0) and were previously locked before an inadvertent downgrade.
@cursor
Copy link
Copy Markdown
Author

cursor bot commented Feb 19, 2026

Cursor Agent can help with this pull request. Just @cursor in comments and I'll start working on changes in this branch.
Learn more about Cursor Agents

Base automatically changed from chore/updates to main February 19, 2026 03:58
@cursor cursor bot closed this Feb 19, 2026
@cursor
Copy link
Copy Markdown
Author

cursor bot commented Feb 19, 2026

Automatically closed this PR because it was created by Bugbot autofix for #122, and that PR was closed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants