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

Bump serialize-javascript and @cypress/webpack-batteries-included-preprocessor #2061

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 12, 2025

Bumps serialize-javascript to 6.0.2 and updates ancestor dependency @cypress/webpack-batteries-included-preprocessor. These dependencies need to be updated together.

Updates serialize-javascript from 4.0.0 to 6.0.2

Release notes

Sourced from serialize-javascript's releases.

v6.0.2

  • fix: serialize URL string contents to prevent XSS (#173) f27d65d
  • Bump @​babel/traverse from 7.10.1 to 7.23.7 (#171) 02499c0
  • docs: update readme with URL support (#146) 0d88527
  • chore: update node version and lock file e2a3a91
  • fix typo (#164) 5a1fa64

yahoo/serialize-javascript@v6.0.1...v6.0.2

v6.0.1

What's Changed

New Contributors

Full Changelog: yahoo/serialize-javascript@v6.0.0...v6.0.1

v6.0.0

Changelog

  • Add support for URL's (#123)
  • Bump mocha from 9.0.0 to 9.0.1 (#124)
  • Bump mocha from 8.4.0 to 9.0.0 (#121)
  • Update Node.js CI matrix (#122)
  • Bump mocha from 8.3.2 to 8.4.0 (#120)
  • Bump lodash from 4.17.19 to 4.17.21 (#119)
  • Bump y18n from 4.0.0 to 4.0.1 (#116)
  • Bump chai from 4.3.3 to 4.3.4 (#115)

... (truncated)

Commits

Updates @cypress/webpack-batteries-included-preprocessor from 2.4.1 to 3.0.5

Commits
  • ba0d934 chore: release @​cypress/webpack-batteries-included-preprocessor-v3.0.5
  • 07bc653 fix: Upgrade elliptic to address security vulnerability (#30037)
  • 78478ff chore: Update Chrome (stable) to 127.0.6533.119 (#30034)
  • 2b5b2f6 chore: Update v8 snapshot cache (#30033)
  • db76576 chore: bump circle cache (#30031)
  • 43271b9 chore: release 13.13.3 (#30030)
  • 16670bb chore: Revert "misc: allow HiDPI Screen running wayland to use cypress window...
  • a421f15 dependency: update dependency image-size to v1 (#30023)
  • c20b242 misc: allow HiDPI Screen running wayland to use cypress window/browser (#29366)
  • 0772844 chore: re-sync yarn.lock (#30026)
  • Additional commits viewable in compare view

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
@cypress/webpack-batteries-included-preprocessor [> 2.4.1]

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

…processor

Bumps [serialize-javascript](https://github.com/yahoo/serialize-javascript) to 6.0.2 and updates ancestor dependency [@cypress/webpack-batteries-included-preprocessor](https://github.com/cypress-io/cypress). These dependencies need to be updated together.


Updates `serialize-javascript` from 4.0.0 to 6.0.2
- [Release notes](https://github.com/yahoo/serialize-javascript/releases)
- [Commits](yahoo/serialize-javascript@v4.0.0...v6.0.2)

Updates `@cypress/webpack-batteries-included-preprocessor` from 2.4.1 to 3.0.5
- [Release notes](https://github.com/cypress-io/cypress/releases)
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/cypress-io/cypress/compare/@cypress/webpack-batteries-included-preprocessor-v2.4.1...@cypress/webpack-batteries-included-preprocessor-v3.0.5)

---
updated-dependencies:
- dependency-name: serialize-javascript
  dependency-type: indirect
- dependency-name: "@cypress/webpack-batteries-included-preprocessor"
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 12, 2025
@dependabot dependabot bot requested review from a team, denis-yuen, hyunnaye and svonworl and removed request for a team February 12, 2025 07:53
Copy link

codecov bot commented Feb 12, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 41.81%. Comparing base (22e108e) to head (b5045b9).

Additional details and impacted files
@@           Coverage Diff            @@
##           develop    #2061   +/-   ##
========================================
  Coverage    41.81%   41.81%           
========================================
  Files          390      390           
  Lines        12311    12311           
  Branches      2945     2945           
========================================
  Hits          5148     5148           
  Misses        4860     4860           
  Partials      2303     2303           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Member

@denis-yuen denis-yuen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Passes tests, any objection?

@denis-yuen denis-yuen requested review from kathy-t, hyunnaye and svonworl and removed request for hyunnaye and svonworl February 28, 2025 14:45
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.

3 participants