Skip to content

chore(deps): update dependency @jahia/cypress to v8.5.0 - #465

Closed
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/jahia-cypress-8.x-lockfile
Closed

chore(deps): update dependency @jahia/cypress to v8.5.0#465
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/jahia-cypress-8.x-lockfile

Conversation

@renovate

@renovate renovate Bot commented Sep 3, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
@jahia/cypress 8.2.18.5.0 age confidence

Release Notes

Jahia/jahia-cypress (@​jahia/cypress)

v8.5.0

Compare Source

New Features
  • Add cypress-mailpit support for tests (#​247)

  • Added an optional startup provisioning script that configures Jahia's SMTP settings for a Mailpit test server when SMTP_SERVER_URL is set, and does nothing otherwise.

  • Generic getGlobalVar/setGlobalVar key/value store for sharing state (string | number | boolean) across all specs in a Cypress run, backed by cy.task().

Bug Fixes
  • Fixed the spec/test log markers so they can no longer promote the visitor's own session to root and leak an authenticated view into the command that runs right after. (#​253)

  • Fixed intermittent test failures when reading a fixture that the project does not provide. These reads now use the project's defaultCommandTimeout instead of a shorter fixed timeout, so a loaded machine no longer fails the test. (#​242)

v8.4.0

Compare Source

  • Added addPage to create a page from a test, so each project no longer needs its own copy. It sets the page template and title, and leaves the page content to the caller: areas, content nodes and extra languages are passed in. (#​245)

v8.3.1

Compare Source

  • Fixed CI startup so it fails immediately when an image cannot be pulled, instead of hanging until the job times out. The job log now shows the registry error instead of an unanswered confirmation prompt. (#​243)

v8.3.0

Compare Source

New Features
  • Add specs and tests marks to jahia log (#​234)
Bug Fixes
  • Update UserHelpers: unify interfaces and internal variables; add logging; extend createUser with site-level operation (#​228)

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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.

@renovate renovate Bot added the dependencies label Sep 3, 2026
@github-actions

github-actions Bot commented Sep 3, 2026

Copy link
Copy Markdown

🦜 Chachalog

No changelog entries detected. Learn more about Chachalog.

Create a new entry online or run npx chachalog@0.5.6 prompt to create a new entry locally.

@jahia-sonarqube

Copy link
Copy Markdown

Quality Gate passed Quality Gate passed

Issues
0 New issues
0 Fixed issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarQube

@jahia-carp

Copy link
Copy Markdown
Contributor

Closing this one: it cannot do what its title says, and the cause is a configuration defect that Jahia/luxe-jahia-demo#466 fixes.

This pull request changes the root yarn.lock alone. The Cypress suite lives in tests/, a separate Yarn project with its own package.json and its own lockfile. What this repository runs against Jahia therefore keeps resolving the old version. Jahia/luxe-jahia-demo#450 was closed on 2026-08-31 for the same reason.

The cause: .github/renovate.json extends config:recommended, which extends :ignoreModulesAndTests, whose ignorePaths holds **/tests/**. Renovate has therefore never read tests/package.json in this repository. Jahia/luxe-jahia-demo#466 adds the override that Jahia/javascript-modules already carries.

The 8.5.0 bump itself is wanted, and it is carried by Jahia/luxe-jahia-demo#461, which moves both workspaces and both lockfiles. That version also fixes Jahia/jahia-cypress#251, the regression that made the login footer test fail in this repository.

@jahia-carp jahia-carp closed this Sep 3, 2026
@renovate

renovate Bot commented Sep 3, 2026

Copy link
Copy Markdown
Contributor Author

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (^8.0.0). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate
renovate Bot deleted the renovate/jahia-cypress-8.x-lockfile branch September 3, 2026 13:24
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.

1 participant