-
-
Notifications
You must be signed in to change notification settings - Fork 87
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
Update dependencies #260
Update dependencies #260
Conversation
driehle
commented
Mar 22, 2022
•
edited
Loading
edited
- Marks 3.2 series as unmaintained
- Updates dependencies to latest versions
- Fixes one static analysis issue occuring with newer version of Psalm
88a5220
to
66f5dc6
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Left some questions but I believe these changes are way too drastic for a bugfix release
"doctrine/mongodb-odm": "^2.3.0", | ||
"doctrine/persistence": "^2.2.3", | ||
"doctrine/mongodb-odm": "^2.3.2", | ||
"doctrine/persistence": "^2.4.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What's the point in bumping doctrine/persistence
? ODM itself is fine with ^2.2
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why not? Since it is the same major there shouldn't be any issues in upgrading.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Probably best done in a minor release, rather than a patch release
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok, I changed the base
"doctrine/doctrine-module": "^5.0.0", | ||
"doctrine/doctrine-laminas-hydrator": "^2.2.1 || ^3.0.0", | ||
"doctrine/doctrine-module": "^5.1.0", | ||
"doctrine/doctrine-laminas-hydrator": "^3.0.1", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What's the point in dropping ^2.2.1? That's really drastic for a bugfix release
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
2.2 series will soon be unmaintained
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm perfectly fine with these bumps in a minor release 👍