Giter VIP home page Giter VIP logo

Comments (5)

MikeMcC399 avatar MikeMcC399 commented on June 9, 2024

The main Cypress repo cypress-io/cypress uses Yarn and in the default develop branch it specifies:

  "engines": {
    "node": ">=16.16.0",
    "yarn": ">=1.17.3"
  },

so updating this repo should not cause a problem for building Cypress.

cypress-io/cypress/blob/develop/cli/package.json however specifies:

  "engines": {
    "node": "^14.0.0 || ^16.0.0 || >=18.0.0"
  },

which affects the released npm package cypress so I suggest delaying changes in the cypress-io/cypress-example-kitchensink until the engines definition of Cypress has been updated to a minimum Node.js 16 version.

from cypress-example-kitchensink.

MikeMcC399 avatar MikeMcC399 commented on June 9, 2024

@nagash77

Are there any plans to update engines for the Cypress 13.x release to drop Node.js 14 and explicitly add Node.js 20 (implicitly dropping Node.js 19)?

I can't see any change so far to engines in
https://github.com/cypress-io/cypress/blob/release/13.0.0/cli/package.json

https://github.com/cypress-io/cypress/blob/fb68512bfaa7d64a7308e16f5df1e88e49119ec3/cli/package.json#L125-L127 shows

  "engines": {
    "node": "^14.0.0 || ^16.0.0 || >=18.0.0"
  },

from cypress-example-kitchensink.

MikeMcC399 avatar MikeMcC399 commented on June 9, 2024
  • Issue #721 should be resolved before making any changes to the engines definition.

  • On Sep 11, 2023 Node.js 18 will become the earliest supported version according to the Node.js release schedule, so at some time after this date both ^14.0.0 and ^16.0.0 should be removed from the engines definition. Also the lockfileVersion could be updated to 3.

from cypress-example-kitchensink.

MikeMcC399 avatar MikeMcC399 commented on June 9, 2024
  • cypress-io/cypress#27642 updates Cypress for the Cypress 13.x release, however
  • #721 still needs to be resolved here first before updating engines in this repo

from cypress-example-kitchensink.

cypress-app-bot avatar cypress-app-bot commented on June 9, 2024

🎉 This issue has been resolved in version 2.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

from cypress-example-kitchensink.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.