urql-graphql / urql-devtools

A tool for monitoring and debugging urql during development
https://formidable.com/open-source/urql/docs/advanced/debugging/#devtools
MIT License
257 stars 11 forks source link

chore(workspace): update dependencies and bring in-line with main repo #401

Closed JoviDeCroock closed 1 year ago

JoviDeCroock commented 1 year ago

Supersedes https://github.com/urql-graphql/urql-devtools/pull/381

TODO:

This removes CircleCI entirely due to #402, we will publish manually for the time being and move to github-actions in a follow-up

Follow ups:

andyrichardson commented 1 year ago

Thanks for doing this Jovi!

Hmm, updating the snapshots from my mac/windows pc makes them fail in CI....

What command are you running? If you run yarn visual-regression it should be deterministic (runs in a container).

Edit: Looks like you updated the puppeteer version here but didn't update the version of puppeteer that is being used locally here.

This will result in two different versions of chrome/puppeteer being used - hence the differences.

Side note - buildkite/puppeteer is no longer maintained