question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Issues with todos when upgrading from v3.4.2 to v4.3.0

See original GitHub issue

I’m having trouble upgrading ember-template-lint from v3.4.2 to v4.3.0. The steps I have taken are:

  1. Upgrade from ^3.4.2 to ^4.3.0.
  2. Change my .template-lintrc.js#extends property to ['recommended'].

At this point I run yarn lint and it says: “Found .lint-todo directory. Please run npx @lint-todo/migrator to convert to the new todo file format”. So I run that command and it very quickly flashes a message that I need to use a --remove-v1 flag, so I try that and it deletes all the existing todos. If I run yarn lint now it completes and shows me all the errors that were previously todos. So next I run npx ember-template-lint . --update-todo to recreate my todos in the new format, which works. I now have a .lint-todo file and when I run yarn lint it passes. However, If I switch to another branch in git, then switch back to this branch, and then run yarn lint again (after install) it fails with all the todos again, even though the .lint-todo file is there. This also happens on our CI servers.

Is there some upgrade step or configuration that I’m missing? Thanks!

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:5 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
scalvertcommented, Mar 23, 2022

@adc-mhaugen thanks so much for taking the time to create this repro. This’ll help immensely. I’ll see if I can figure out what’s happening today and will report back.

0reactions
scalvertcommented, Mar 23, 2022

I’m going to close this, but feel free to open it again if I’m incorrect in the behavior.

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to upgrade from v3.6.3 to v4.4.5? - MongoDB
Take one of the node and stop it. · Take a copy of the data folder ( /db/data by default) and move it...
Read more >
My ToDo - Version history - Atlassian Marketplace
Version history · Today you can set special custom collections of statuses for each project or custom todo field. · Also we have...
Read more >
Releases · DV8FromTheWorld/JDA - GitHub
It is recommended to update to version 5 as soon as possible. Version 4 is officially reaching EOL in the first quarter of...
Read more >
Next-gen update list of changes - thewitcher.com
Check out what the upcoming update will bring to The Witcher 3: Wild Hunt!
Read more >
UPGRADING-4.2 - RT 4.4.3 Documentation - Best Practical
UPGRADING FROM RT 4.0.0 and greater. The 4.2 release is a major upgrade and as such there are more changes than in a...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found