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

Update vuetify + heroku runtime #1589

Merged
merged 5 commits into from
May 22, 2023
Merged

Update vuetify + heroku runtime #1589

merged 5 commits into from
May 22, 2023

Conversation

mvandenburgh
Copy link
Member

I was having trouble with some reactivity in a vuetify component and noticed we're using a nearly three-year old version of Vuetify (!). This PR pins it to the latest minor version, 2.6.

The upgrade introduced a minor CSS change that caused this:
Screenshot from 2023-05-09 18-20-36
So I pushed 6165a8a to fix it:
Screenshot from 2023-05-09 18-20-53

I also bumped the Heroku Python runtime. We should update to 3.11 at some point but for now I just updated to the latest patch version of 3.10.

@mvandenburgh
Copy link
Member Author

CI is failing with some xpath error, presumably due to the vuetify upgrade. Will take a look

@mvandenburgh mvandenburgh marked this pull request as draft May 10, 2023 13:31
The new v-textbox component doesn't restore the placeholder text when all
text is cleared. Instead, we must "tab out" of the text box to get it to
reappear so we can select it.
@mvandenburgh mvandenburgh marked this pull request as ready for review May 22, 2023 15:06
@mvandenburgh mvandenburgh merged commit 9f35d5c into master May 22, 2023
@mvandenburgh mvandenburgh deleted the update-dependancies branch May 22, 2023 15:08
@dandibot
Copy link
Member

🚀 PR was released in v0.3.36 🚀

@dandibot dandibot added the released This issue/pull request has been released. label May 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
released This issue/pull request has been released.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants