Skip to content

chore(deps): update dependency cypress to v15#361

Merged
FRSgit merged 3 commits into
mainfrom
renovate/cypress-15.x
Jun 28, 2026
Merged

chore(deps): update dependency cypress to v15#361
FRSgit merged 3 commits into
mainfrom
renovate/cypress-15.x

Conversation

@renovate

@renovate renovate Bot commented Jun 27, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
cypress (source) 13.17.015.18.0 age confidence

Release Notes

cypress-io/cypress (cypress)

v15.18.0

Compare Source

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

v15.17.0

Compare Source

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

v15.16.0

Compare Source

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

v15.15.0

Compare Source

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

v15.14.2

Compare Source

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

v15.14.1

Compare Source

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

v15.14.0

Compare Source

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

v15.13.1

Compare Source

v15.13.0

Compare Source

v15.12.0

Compare Source

v15.11.0

Compare Source

v15.10.0

Compare Source

v15.9.0

Compare Source

v15.8.2

Compare Source

v15.8.1

Compare Source

Changelog: https://docs.cypress.io/app/references/changelog#15-8-1

v15.8.0

Compare Source

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

v15.7.1

Compare Source

Changelog: https://docs.cypress.io/app/references/changelog#15-7-1

v15.7.0

Compare Source

v15.6.0

Compare Source

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

v15.5.0

Compare Source

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

v15.4.0

Compare Source

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

v15.3.0

Compare Source

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

v15.2.0

Compare Source

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

v15.1.0

Compare Source

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

v15.0.0

Compare Source

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

v14.5.4

Compare Source

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

v14.5.3

Compare Source

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

v14.5.2

Compare Source

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

v14.5.1

Compare Source

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

v14.5.0

Compare Source

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

v14.4.1

Compare Source

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

v14.4.0

Compare Source

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

v14.3.3

Compare Source

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

v14.3.2

Compare Source

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

v14.3.1

Compare Source

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

v14.3.0

Compare Source

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

v14.2.1

Compare Source

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

v14.2.0

Compare Source

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

v14.1.0

Compare Source

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

v14.0.3

Compare Source

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

v14.0.2

Compare Source

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

v14.0.1

Compare Source

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

v14.0.0

Compare Source

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


Configuration

📅 Schedule: (in timezone Europe/Warsaw)

  • Branch creation
    • "before 5am on Monday"
  • Automerge
    • At any time (no schedule defined)

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

Rebasing: Whenever PR becomes conflicted, 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 force-pushed the renovate/cypress-15.x branch 2 times, most recently from 5f7d3f7 to d2d0551 Compare June 27, 2026 21:12
@renovate renovate Bot force-pushed the renovate/cypress-15.x branch from d2d0551 to 54b034a Compare June 28, 2026 11:20
…for Cypress 15

vue-cli-service CT support was dropped in Cypress 14. Migrate the webpack
example to use webpack directly with vue-loader, matching the Cypress 15
migration guide.

- Replace @vue/cli-service and @vue/cli-plugin-e2e-cypress with direct webpack
- Add webpack.config.js with VueLoaderPlugin and HtmlWebpackPlugin
- Update cypress.config.ts: framework "vue-cli" → "vue", add baseUrl
- Update scripts to use webpack-dev-server and start-server-and-test
- Fix propsData → props in CT test (Vue 2 → Vue 3 API)
- Update cypress to v15.18.0 in webpack example

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@renovate

renovate Bot commented Jun 28, 2026

Copy link
Copy Markdown
Contributor Author

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

Cypress 15's @cypress/webpack-dev-server requires webpack-dev-server v5.
Also inline the CT webpack config using ES module imports to fix the
no-require-imports lint rule.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@FRSgit FRSgit merged commit 3341efb into main Jun 28, 2026
6 checks passed
@FRSgit FRSgit deleted the renovate/cypress-15.x branch June 28, 2026 12:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant