Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Properly type Cypress and Chai globals as properties of the global object #27540

Merged
merged 12 commits into from Aug 24, 2023

Commits on Aug 6, 2023

  1. Minor modifications to CLI types so that Cypress and Chai globals are…

    … correctly declared not only to be in the global scope but also to be in properties of globalThis, which they are. The change allows composers to explicitly access them through globalThis (e.g., 'globalThis.cy.mount', 'globalThis.expect'). The current typing prohibits this by incorrectly declaring that the objects in question are held in local variables of the global scope rather than in properties of globalThis.
    rewento committed Aug 6, 2023
    Copy the full SHA
    6c4d71f View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2023

  1. Copy the full SHA
    c68ddf1 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    602667d View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    abde1f6 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    0ee9cdc View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. Copy the full SHA
    82b620b View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    18528a1 View commit details
    Browse the repository at this point in the history
  3. update changelog

    chrisbreiding committed Aug 18, 2023
    Copy the full SHA
    0763f79 View commit details
    Browse the repository at this point in the history
  4. fix changelog entry

    chrisbreiding committed Aug 18, 2023
    Copy the full SHA
    2d56429 View commit details
    Browse the repository at this point in the history
  5. fix changelog entry

    chrisbreiding committed Aug 18, 2023
    Copy the full SHA
    53cabb0 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. Copy the full SHA
    51928ae View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    27f9b3b View commit details
    Browse the repository at this point in the history