Mike McCready
Mike McCready
Since the original post last year, the usage of `mime` has changed and a current scan reveals the following usage: | Directory | `@types/mime` | `mime` | Section | ESM...
- PR #32936 resolved this issue and https://github.com/cypress-io/cypress/issues/3777 no longer lists `@types/mime` in its "deprecated" list section
@baharnadimi It may not make any difference to your issue, but Node.js `19` is no longer supported. Node `18`, `20`, & `22` are the currently supported versions.
@anscfrisson > Would it be possible to support dependabot updates of cypress-docker-images, by, as in dependabot-fixtures/docker-with-source, 1) adding org.opencontainers.image.source labels to Dockerfiles and 2) tagging the repository with the same...
@anscfrisson > I understand that supporting dependabot for cypress-docker-images might then not be planned soon as it requires a re-design? You can assume that there are no major enhancements planned...
It would be possible to extend this scheme also to `cypress/browsers`. This would be similar to the way that CircleCI handles tagging. I will submit a separate enhancement request to...
@anscfrisson It seems I was too optimistic in thinking that the Renovate Docker implementation would help in GitHub Actions. Reading the docs, GitHub Actions aren't listed. CircleCI is listed however,...
@anscfrisson > Seems like it is possible to use renovate with GitHub Actions with this app https://github.com/apps/renovate > > > This app is free to install for both public and...
@anscfrisson - Please see https://github.com/cypress-io/cypress-docker-images/issues/1255 for a proposal to extend the tags to support Renovate also for Cypress browser Docker images. I plan to go ahead with implementing this. EDIT:...
@anscfrisson Sorry that there was a little confusion, as your original example was about updating a Cypress browser Docker image in a `docker/chrome/Dockerfile` for instance. This would be covered by...