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

chore(deps): update dependency @cypress/vite-plugin-cypress-esm to v1.1.2 #609

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 4, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@cypress/vite-plugin-cypress-esm (source) 1.0.0 -> 1.1.2 age adoption passing confidence

Release Notes

cypress-io/cypress (@​cypress/vite-plugin-cypress-esm)

v1.1.2: 1.1.2

Compare Source

Released 11/26/2017

Bugfixes:

  • Fixed a regression caused by .type() adhering to maxlength incorrectly. Special character sequences were not respected. Now .type() works with special characters and implements a complete fix for maxlength. In addition to it working, it now fires all applicable browser events without modifying the actual input value. Fixes #​955.
  • Errors coming from plugins now display correctly in the Test Runner. Fixes #​945.

Documentation Changes:

v1.1.1: 1.1.1

Compare Source

Released 11/20/2017

Bugfixes:

  • Fixed a bug swallowing plugin errors due to undefined reject function. Fixes #​934.
  • .type() now respects the maxlength attribute and will not type beyond it. Fixes #​928.

v1.1.0: 1.1.0

Compare Source

Released 11/19/2017

Summary:

  • We have officially launched the new Plugins API interface. This adds a cypress/plugins/index.js file to new and existing projects. Using this file will enable you to modify the internals of Cypress running in the background node process. This means you will be able to use node API's that are executed outside of the browser.
  • We have currently added only one event for modifying the test file preprocessor, but this paves the way for adding many more event types. You can now modify every aspect of how files are sent to the browser.
  • We have extracted the default browserify preprocessor into its own package - @​cypress/browserify-preprocessor://github.com/cypress-io/cypress-browserify-preprocessor. This is bundled with Cypress, but it is extracted so it can be used / modified by you to change the default options we pass to browserify. Additionally, you can swap out this preprocessor for something else entirely.

Features:

  • There is now a Plugins API interface. Partially addresses #​684.
  • We have added the first Plugin API event called: file:preprocessor. Fixes #​580 and #​581.
  • You can now customize the default babel configuration options for the browserify preprocessor. Fixes #​343 and #​905.
  • CoffeeScript 2 is supported via modifying the default options for the browserify preprocessor. Fixes #​663.
  • You can swap out or extend the default preprocessor to do exotic things like compile ClojureScript into JavaScript. Fixes #​533.
  • We have created a @​cypress/webpack-preprocessor://github.com/cypress-io/cypress-webpack-preprocessor preprocessor NPM package for you webpack users (because we are nice ￰゚リノ). Fixes #​676.

Bugfixes:

  • cy.contains(selector, regexp) now works as intended. Fixes #​801.
  • We no longer format fixtures in any capacity. This fixes a bug with improperly formatting fixtures in Windows. You should handle formatting fixtures yourself. Fixes #​884 and #​902.
  • cy.viewport() resolves if only width or only height changes. Fixes #​873.
  • Cypress now auto reloads when spec files are modified in Windows. Fixes #​712.

Misc:

  • There is a new --global option useful with cypress open to force Cypress to open in global mode. This is helpful when you have multiple nested Cypress projects but only want to install Cypress once in the root project. Fixes #​889.
  • The module API accepts reporterOptions as an object literal like it does for the env and config properties. Fixes #​899.

Documentation Changes:

v1.0.1

Compare Source


Configuration

📅 Schedule: Branch creation - "after 10pm every weekday,every weekend,before 5am every weekday" in timezone America/New_York, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link

cypress bot commented Dec 4, 2024

Tour of Heroes CCTDD - Vite     Run #3389

Run Properties:  status check failed Failed #3389  •  git commit f153138d9b: chore(deps): update dependency @cypress/vite-plugin-cypress-esm to v1.1.2
Project Tour of Heroes CCTDD - Vite
Branch Review renovate/cypress-vite-plugin-cypress-esm-1.x-lockfile
Run status status check failed Failed #3389
Run duration 01m 35s
Commit git commit f153138d9b: chore(deps): update dependency @cypress/vite-plugin-cypress-esm to v1.1.2
Committer renovate[bot]
View all properties for this run ↗︎

Test results
Tests that failed  Failures 3
Tests that were flaky  Flaky 0
Tests that did not run due to a developer annotating a test with .skip  Pending 0
Tests that did not run due to a failure in a mocha hook  Skipped 0
Tests that passed  Passing 4
View all changes introduced in this branch ↗︎

Warning

Partial Report: The results for the Application Quality reports may be incomplete.


Warning

No Report: Something went wrong and we could not generate a report for the Application Quality products.


Tests for review

Failed  heroes/Heroes.cy.tsx • 1 failed test • ct-tests

View Output

Test Artifacts
An uncaught error was detected outside of a test Test Replay Screenshots
Failed  boys/BoyList.cy.tsx • 0 failed tests • ct-tests

View Output

Test Artifacts
Failed  villains/Villains.cy.tsx • 1 failed test • ct-tests

View Output

Test Artifacts
An uncaught error was detected outside of a test Test Replay
Failed  boys/Boys.cy.tsx • 1 failed test • ct-tests

View Output

Test Artifacts
An uncaught error was detected outside of a test Test Replay
Failed  heroes/HeroList.cy.tsx • 0 failed tests • ct-tests

View Output

Test Artifacts

The first 5 failed specs are shown, see all 32 specs in Cypress Cloud.

@renovate renovate bot force-pushed the renovate/cypress-vite-plugin-cypress-esm-1.x-lockfile branch 2 times, most recently from 11481d4 to 9afca53 Compare December 7, 2024 13:30
@renovate renovate bot force-pushed the renovate/cypress-vite-plugin-cypress-esm-1.x-lockfile branch from 9afca53 to f153138 Compare December 18, 2024 06:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants