Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 4, 2024

This PR contains the following updates:

Package Change Age Confidence
@eslint/js (source) 9.38.0 β†’ 9.39.2 age confidence
@percy/cli (source) 1.30.5 β†’ 1.31.7 age confidence
@types/connect-history-api-fallback (source) 1.3.5 β†’ 1.5.4 age confidence
@types/lodash (source) 4.14.181 β†’ 4.17.21 age confidence
@types/node (source) 20.17.10 β†’ 20.19.27 age confidence
@types/react-virtualized (source) 9.21.21 β†’ 9.22.3 age confidence
@types/validator (source) 13.7.2 β†’ 13.15.10 age confidence
@types/webpack-env (source) 1.16.4 β†’ 1.18.8 age confidence
@​types/yup 0.29.13 β†’ 0.32.0 age confidence
@vitejs/plugin-react (source) 5.0.1 β†’ 5.1.2 age confidence
cypress (source) 15.0.0 β†’ 15.8.1 age confidence
graphql 16.8.1 β†’ 16.12.0 age confidence
http-proxy-middleware 0.19.1 β†’ 0.21.0 age confidence
typescript-eslint (source) 8.46.2 β†’ 8.51.0 age confidence

Release Notes

eslint/eslint (@​eslint/js)

v9.39.2

Compare Source

v9.39.1

Compare Source

v9.39.0

Compare Source

percy/cli (@​percy/cli)

v1.31.7

Compare Source

What's Changed

✨ Enhancements

Full Changelog: percy/cli@v1.31.6...v1.31.7

v1.31.6

Compare Source

What's Changed

✨ Enhancements
πŸ› Bug Fixes
πŸ— Maintenance

Full Changelog: percy/cli@v1.31.5...v1.31.6

v1.31.5

Compare Source

What's Changed

✨ Enhancements

New Contributors

Full Changelog: percy/cli@v1.31.4...v1.31.5

v1.31.4

Compare Source

What's Changed

✨Enhancements
⬆️⬇️ Dependency Updates

Full Changelog: percy/cli@v1.31.3...v1.31.4

v1.31.3

Compare Source

What's Changed

✨ Enhancements
⬆️⬇️ Dependency Updates

New Contributors

Full Changelog: percy/cli@v1.31.2...v1.31.3

v1.31.2

Compare Source

What's Changed

✨ Enhancements
πŸ— Maintenance
⬆️⬇️ Dependency Updates

New Contributors

Full Changelog: percy/cli@v1.31.1...v1.31.2

v1.31.1

Compare Source

What's Changed

✨ Enhancements

Full Changelog: percy/cli@v1.31.0...v1.31.1

v1.31.0

Compare Source

What's Changed

✨ Enhancements
πŸ› Bug Fixes

Full Changelog: percy/cli@v1.30.11...v1.31.0

v1.30.11

Compare Source

What's Changed

✨ Enhancements
πŸ› Bug Fixes

Full Changelog: percy/cli@1.30.10...v1.30.11

v1.30.10

Compare Source

v1.30.9

Compare Source

What's Changed
✨ Enhancements
⬆️⬇️ Dependency Updates
New Contributors

Full Changelog: percy/cli@v1.30.8...v1.30.9

v1.30.8

Compare Source

Notice

A bug was introduced in version 1.30.8 that causes snapshots to fail when resources exceed 25MB, and the resource server does not include a Content-Length header in the response. As a result, the resource upload fails and the Percy build is unable to finalise.
You'll see
Your CI service or client failed to correctly upload build and snapshot resources. in your dashboard.

We have made v1.30.7 as latest and we'll be releasing a stable version with the fix.

What's Changed
πŸ› Bug Fixes
New Contributors

Full Changelog: percy/cli@v1.30.7...v1.30.8

v1.30.7

Compare Source

What's Changed

✨ Enhancements
πŸ› Bug Fixes

New Contributors

Full Changelog: percy/cli@v1.30.6...v1.30.7

v1.30.6

Compare Source

What's Changed

New Contributors

Full Changelog: percy/cli@v1.30.5...v1.30.6

vitejs/vite-plugin-react (@​vitejs/plugin-react)

v5.1.2

Compare Source

v5.1.1

Compare Source

Update code to support newer rolldown-vite (#​976)

rolldown-vite will remove optimizeDeps.rollupOptions in favor of optimizeDeps.rolldownOptions soon. This plugin now uses optimizeDeps.rolldownOptions to support newer rolldown-vite. Please update rolldown-vite to the latest version if you are using an older version.

v5.1.0

Compare Source

Add @vitejs/plugin-react/preamble virtual module for SSR HMR (#​890)

SSR applications can now initialize HMR runtime by importing @vitejs/plugin-react/preamble at the top of their client entry instead of manually calling transformIndexHtml. This simplifies SSR setup for applications that don't use the transformIndexHtml API.

Fix raw Rolldown support for Rolldown 1.0.0-beta.44+ (#​930)

Rolldown 1.0.0-beta.44+ removed the top-level jsx option in favor of transform.jsx. This plugin now uses the transform.jsx option to support Rolldown 1.0.0-beta.44+.

v5.0.4

Compare Source

Perf: use native refresh wrapper plugin in rolldown-vite (#​881)

v5.0.3

Compare Source

HMR did not work for components imported with queries with rolldown-vite (#​872)
Perf: simplify refresh wrapper generation (#​835)

v5.0.2

Compare Source

Skip transform hook completely in rolldown-vite in dev if possible (#​783)
cypress-io/cypress (cypress)

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

graphql/graphql-js (graphql)

v16.12.0: 16.12.0

Compare Source

v16.12.0 (2025-11-01)

New Feature πŸš€
Bug Fix 🐞
Docs πŸ“
28 PRs were merged
Polish πŸ’…
Internal 🏠
3 PRs were merged
Committers: 9

v16.11.0: 16.11.0

Compare Source

v16.11.0 (2025-04-26)

New Feature πŸš€
Bug Fix 🐞
Docs πŸ“
11 PRs were merged
Polish πŸ’…
Internal 🏠
4 PRs were merged
Committers: 8

v16.10.0: 16.10.0

Compare Source

v16.10.0 (2024-12-15)

New Feature πŸš€
Bug Fix 🐞
Docs πŸ“
10 PRs were merged
Internal 🏠
4 PRs were merged
Committers: 5

v16.9.0

Compare Source

v16.9.0 (2024-06-21)

New Feature πŸš€
Committers: 1

v16.8.2

Compare Source

v16.8.2 (2024-06-12)

Bug Fix 🐞
Internal 🏠
Committers: 2
chimurai/http-proxy-middleware (http-proxy-middleware)

v0.21.0

Compare Source

v0.20.0

Compare Source

  • fix(ws): concurrent websocket requests do not get upgraded (#​335)
  • chore: drop node 6 (BREAKING CHANGE)
  • chore: update to micromatch@​4 (BREAKING CHANGE)
  • chore: update dev dependencies
  • refactor: migrate to typescript (#​328)
  • feat(middleware): Promise / async support (#​328)
  • refactor: remove legacy options proxyHost and proxyTable (BREAKING CHANGE)

v0.19.2

Compare Source

  • chore(deps): http-proxy 1.18.1
typescript-eslint/typescript-eslint (typescript-eslint)

v8.51.0

Compare Source

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.50.1

Compare Source

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.50.0

Compare Source

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.49.0

Compare Source

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.48.1

Compare Source

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.48.0

Compare Source

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.47.0

Compare Source

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.46.4

Compare Source

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.46.3

Compare Source

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.


Configuration

πŸ“… Schedule: Branch creation - "before 3am on the first day of the month" in timezone America/New_York, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

β™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

πŸ‘» Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

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

@cypress-app-bot
Copy link

See the guidelines for reviewing dependency updates for info on how to review dependency update PRs.

@cypress
Copy link

cypress bot commented Feb 4, 2024

cypress-realworld-appΒ  Β  Run #6611

Run Properties:Β  status check passedΒ PassedΒ #6611 Β β€’Β  git commit 6293997589: chore(deps): update @cypress/code-coverage to 3.14.0 🌟
Project cypress-realworld-app
Branch Review renovate/devdeps
Run status status check passedΒ PassedΒ #6611
Run duration 09m 28s
Commit git commit 6293997589: chore(deps): update @cypress/code-coverage to 3.14.0 🌟
Committer renovate[bot]
View all properties for this run β†—οΈŽ

Test results
Tests that failedΒ  Failures 0
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 396
View all changes introduced in this branch β†—οΈŽ

Warning

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

UI Coverage Β 100%
Β  Untested elements 0Β Β 
Β  Tested elements 41Β Β 
Accessibility Β 85.81%
Β  Failed rulesΒ  5Β critical Β  8Β serious Β  2Β moderate Β  2Β minor
Β  Failed elements 1180Β Β 

@renovate renovate bot force-pushed the renovate/devdeps branch from bb9b0bd to 7ea64aa Compare March 1, 2024 07:43
@renovate renovate bot changed the title chore(deps): update dependency @cypress/code-coverage to version 3.12.19 🌟 chore(deps): update dependency @cypress/code-coverage to version 3.12.26 🌟 Mar 1, 2024
@renovate renovate bot force-pushed the renovate/devdeps branch from 7ea64aa to a138671 Compare June 1, 2024 04:55
@renovate renovate bot changed the title chore(deps): update dependency @cypress/code-coverage to version 3.12.26 🌟 chore(deps): update dependency @cypress/code-coverage to version 3.12.39 🌟 Jun 1, 2024
@renovate renovate bot force-pushed the renovate/devdeps branch from a138671 to b989b5b Compare July 1, 2024 04:30
@renovate renovate bot changed the title chore(deps): update dependency @cypress/code-coverage to version 3.12.39 🌟 chore(deps): update dependency @types/connect-history-api-fallback to version 1.5.4 🌟 Jul 1, 2024
@renovate renovate bot force-pushed the renovate/devdeps branch from b989b5b to 46a1b0b Compare August 1, 2024 06:45
@renovate renovate bot force-pushed the renovate/devdeps branch from 46a1b0b to 5f068e6 Compare October 1, 2024 06:25
@renovate renovate bot force-pushed the renovate/devdeps branch from 5f068e6 to ccc1b7e Compare December 1, 2024 06:39
@renovate renovate bot force-pushed the renovate/devdeps branch from ccc1b7e to fe46dc4 Compare March 1, 2025 06:13
@renovate renovate bot force-pushed the renovate/devdeps branch from fe46dc4 to 6293997 Compare April 1, 2025 06:55
@renovate renovate bot changed the title chore(deps): update dependency @types/connect-history-api-fallback to version 1.5.4 🌟 chore(deps): update dependency @cypress/code-coverage to version 3.14.0 🌟 Apr 1, 2025
@renovate renovate bot force-pushed the renovate/devdeps branch from 6293997 to 62e69ca Compare June 1, 2025 05:31
@renovate renovate bot changed the title chore(deps): update dependency @cypress/code-coverage to version 3.14.0 🌟 chore(deps): update dependency @cypress/code-coverage to version 3.14.4 🌟 Jun 1, 2025
@renovate renovate bot force-pushed the renovate/devdeps branch from 62e69ca to 0973aa4 Compare August 1, 2025 04:50
@renovate renovate bot changed the title chore(deps): update dependency @cypress/code-coverage to version 3.14.4 🌟 chore(deps): update dependency @cypress/code-coverage to version 3.14.5 🌟 Aug 1, 2025
@renovate renovate bot force-pushed the renovate/devdeps branch from 0973aa4 to c9bba82 Compare November 1, 2025 04:55
@renovate renovate bot changed the title chore(deps): update dependency @cypress/code-coverage to version 3.14.5 🌟 chore(deps): update dependency @eslint/js to version 9.39.0 🌟 Nov 1, 2025
@renovate renovate bot force-pushed the renovate/devdeps branch from c9bba82 to 94103a5 Compare January 1, 2026 05:03
@renovate renovate bot changed the title chore(deps): update dependency @eslint/js to version 9.39.0 🌟 chore(deps): update dependency @eslint/js to version 9.39.2 🌟 Jan 1, 2026
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.

2 participants