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-dev): bump cypress from 13.17.0 to 14.1.0 in the cypress group across 1 directory #1577

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 3, 2025

Bumps the cypress group with 1 update in the / directory: cypress.

Updates cypress from 13.17.0 to 14.1.0

Release notes

Sourced from cypress's releases.

v14.1.0

Changelog: https://docs.cypress.io/app/references/changelog#14-1-0

v14.0.3

Changelog: https://docs.cypress.io/app/references/changelog#14-0-3

v14.0.2

Changelog: https://docs.cypress.io/app/references/changelog#14-0-2

v14.0.1

Changelog: https://docs.cypress.io/app/references/changelog#14-0-1

v14.0.0

Changelog: https://docs.cypress.io/app/references/changelog#14-0-0

Commits
  • 7ffd5a3 chore: release 14.1.0 (#31168)
  • 2d80905 fix: corrects unit calculations in the slow network error message during Test...
  • 63a9f88 chore: updating v8 snapshot cache (#31163)
  • 3d9617c chore: updating v8 snapshot cache (#31162)
  • 77e5219 chore: updating v8 snapshot cache (#31161)
  • b4c7e40 dependency: update dependency compression to v1.8.0 (#31151)
  • 1e7b596 misc: Add some missing types + Convert js driver/query tests to ts (#31154)
  • 5da0995 feat: implement webdriver BiDi for Firefox versions 135 and greater (#30870)
  • 0177508 chore: set up sharing of react via module federation in studio (#31129)
  • a6e2efc chore: Update v8 snapshot cache - windows (#31157)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Mar 3, 2025
Copy link

netlify bot commented Mar 3, 2025

Deploy Preview for eoxelements ready!

Name Link
🔨 Latest commit 875678c
🔍 Latest deploy log https://app.netlify.com/sites/eoxelements/deploys/67d948a1f96cb1000816c41b
😎 Deploy Preview https://deploy-preview-1577--eoxelements.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/cypress-8ef10667f4 branch 2 times, most recently from 0e14c6f to c057dbc Compare March 10, 2025 16:19
Bumps the cypress group with 1 update in the / directory: [cypress](https://github.com/cypress-io/cypress).


Updates `cypress` from 13.17.0 to 14.1.0
- [Release notes](https://github.com/cypress-io/cypress/releases)
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md)
- [Commits](cypress-io/cypress@v13.17.0...v14.1.0)

---
updated-dependencies:
- dependency-name: cypress
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: cypress
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/cypress-8ef10667f4 branch from c057dbc to 68751cb Compare March 17, 2025 18:26
@RobertOrthofer
Copy link
Collaborator

@silvester-pari I think that the cy.wrap is the correct way to test things asynchronously and avoid race conditions, so I am using this to rewrite all async tests, which are mainly tests that check for fired events after user interaction (e.g. via simulateEvent), or via programmatic actions.

There are some things that need additional clarification, because they could be broken already for some time:

  • there is a flag named isDrawingEnabled, directly on the ol-layer that is drawn onto. This flag is checked in the drawend-hook and blocks the new feature to be added. Is there a benefit from using this instead of the active flag of the draw-Interaction?
  • There is one thing we missed in this PR: we keep the active-state of the interaction when the layer is (re-)created, but we explicitly set the active-state to false when the layer is removed. I'd say we always keep the active-state, as an active select-Interaction without a visible layer will behave pretty much the same as an inactive one.
  • I have removed an old test that's testing the behaviour of layers without ID, as Layer-IDs are not optional anymore. I hope that's ok for you.
  • the general-test of the chart-Element is still failing for me in headless-mode, it seems like it's also an async-issue. If it's ok I can try to fix this here, but if it's only my machine then I wouldn't go too deep there, as it could also be a very hidden headless-canvas-rendering issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant