Mike McCready
Mike McCready
@jennifer-shehane Regarding your comment in https://github.com/cypress-io/eslint-plugin-cypress/issues/114#issuecomment-2051912881 > Yes, we don't intend to move this repo to the cypress repo. We'd prefer to keep it here. [npm/eslint-plugin-dev](https://github.com/cypress-io/cypress/tree/develop/npm/eslint-plugin-dev) is not compatible with...
- See also https://github.com/cypress-io/cypress/issues/30386
- PR https://github.com/cypress-io/cypress-documentation/pull/6012 fixed the outdated repo link
@jennifer-shehane Unfortunately the GitHub API quota was again exhausted and therefore the PR did not solve the issue of the unsynchronized v6 branch. > Request quota exhausted for request GET...
@jennifer-shehane Thanks for digging up that information! - https://github.com/semantic-release/github/pull/857 released into [@semantic-release/[email protected]](https://github.com/semantic-release/github/releases/tag/v10.0.7) - `@semantic-release/[email protected]` is included in [[email protected]](https://www.npmjs.com/package/semantic-release/v/24.1.0). This is the latest available version of `semantic-release` and it is also...
Will you consider adding WMIC Feature on Demand to the `windows-2025` runner? For Microsoft Windows Servers, wmic has been [deprecated since 2016](https://learn.microsoft.com/en-us/previous-versions/windows/it-pro/windows-server-2012-r2-and-2012/hh831568(v=ws.11)) and it is not installed by default on...
@shamil-mubarakshin >> Will you consider adding WMIC Feature on Demand to the windows-2025 runner? > >@MikeMcC399, we have no plans on adding this particular deprecated feature to the image. The...
- https://github.com/actions/runner-images/issues/12129 is related to the question about when `windows-2025` will be promoted to `windows-latest`
It should be possible to make progress on this issue, once the https://github.com/CircleCI-Public/cimg-base repo picks up the [Node.js 22.17.0](https://nodejs.org/en/blog/release/v22.17.0) release and generates a corresponding set of new `cimg/node` / `cimg/node`...
Docker image `cimg/node:22.17.0-browsers` has now been published. ```text $ docker run --rm --entrypoint cat cimg/node:22.17.0-browsers /etc/os-release | grep VERSION VERSION_ID="24.04" VERSION="24.04.2 LTS (Noble Numbat)" VERSION_CODENAME=noble ```