cypress-io / cypress-example-kitchensink

This is an example app used to showcase Cypress.io testing.
https://example.cypress.io/
MIT License
1.22k stars 2.2k forks source link

chore(deps): update serve to 14.2.2 #829

Closed MikeMcC399 closed 5 months ago

MikeMcC399 commented 5 months ago

Issue

Starting the server, logs the following information:

 cypress-example-kitchensink@0.0.0-development start
> node ./scripts/start.js

Running "serve --listen 8080 --no-request-logging --no-clipboard"...
 UPDATE  The latest version of `serve` is 14.2.2

Change

Bumps the version of npm module serve from 14.2.1 to 14.2.2 (latest).

Verification

Ubuntu 22.04.4 LTS, Node.js 20.12.2

npm ci
npm run local:run
  1. The tests should be successful.
  2. The information text "UPDATE AVAILABLE The latest version of serve is 14.2.2" should not appear.
cypress-app-bot commented 5 months ago
MikeMcC399 commented 5 months ago
jennifer-shehane commented 5 months ago

The mac failure was fixed here: https://github.com/cypress-io/cypress-example-kitchensink/pull/831

GitHub is having an incident which is not allowing us to merge down changes from the main branch from the UI, so it's slowing merging in PRs. https://www.githubstatus.com/

MikeMcC399 commented 5 months ago

@jennifer-shehane

The mac failure was fixed here: #831

Thanks for that fix!

GitHub is having an incident which is not allowing us to merge down changes from the main branch from the UI, so it's slowing merging in PRs. https://www.githubstatus.com/

Thanks also for the heads-up! I'd noticed that GitHub seemed to be a bit slow and I wondered why AppVeyor was suddenly failing. It seems that GitHub Ops have resolved their incident now.

cypress-app-bot commented 5 months ago

:tada: This PR is included in version 2.0.7 :tada:

The release is available on:

Your semantic-release bot :package::rocket: