Skip to content

fix(deps): update all major dependencies (major) #6365

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

Merged
merged 1 commit into from
Apr 15, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 10, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@argos-ci/cypress (source) ^3.2.0 -> ^4.0.3 age adoption passing confidence
@vite-pwa/vitepress ^0.5.3 -> ^1.0.0 age adoption passing confidence
@vueuse/core (source) ^12.7.0 -> ^13.1.0 age adoption passing confidence
chokidar ^3.6.0 -> ^4.0.3 age adoption passing confidence
express (source) ^4.19.2 -> ^5.1.0 age adoption passing confidence
vite-plugin-pwa ^0.21.1 -> ^1.0.0 age adoption passing confidence

Release Notes

argos-ci/argos-javascript (@​argos-ci/cypress)

v4.0.3

Compare Source

Note: Version bump only for package @​argos-ci/cypress

v4.0.2

Compare Source

Note: Version bump only for package @​argos-ci/cypress

v4.0.1

Compare Source

Note: Version bump only for package @​argos-ci/cypress

v4.0.0

Compare Source

Features
  • allow to disable every stabilization plugin (60245ab)
BREAKING CHANGES
  • options.stabilize has changed and now accepts any stabilization plugin

v3.4.0

Compare Source

Features
  • split stabilization into plugins (982e4e0)

3.3.3 (2025-03-20)

Note: Version bump only for package @​argos-ci/cypress

3.3.2 (2025-03-20)

Bug Fixes
  • fix image size restoration (28d1834)

3.3.1 (2025-03-20)

Note: Version bump only for package @​argos-ci/cypress

v3.3.3

Compare Source

Note: Version bump only for package @​argos-ci/cypress

v3.3.2

Compare Source

Bug Fixes
  • fix image size restoration (28d1834)

v3.3.1

Compare Source

Note: Version bump only for package @​argos-ci/cypress

v3.3.0

Compare Source

Features
vite-pwa/vitepress (@​vite-pwa/vitepress)

v1.0.0

Compare Source

   🚨 Breaking Changes
    View changes on GitHub

v0.5.4

Compare Source

   🚀 Features
    View changes on GitHub
vueuse/vueuse (@​vueuse/core)

v13.1.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v13.0.0

Compare Source

   🚨 Breaking Changes
    View changes on GitHub

v12.8.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v12.8.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v12.8.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
paulmillr/chokidar (chokidar)

v4.0.3

Compare Source

What's Changed

Full Changelog: paulmillr/chokidar@4.0.2...4.0.3

v4.0.2

Compare Source

What's Changed

New Contributors

Full Changelog: paulmillr/chokidar@4.0.1...4.0.2

v4.0.1

Compare Source

  • Various fixes and improvements of typescript types

New Contributors

Full Changelog: paulmillr/chokidar@4.0.0...4.0.1

v4.0.0

Compare Source

  • Remove glob support
  • Remove bundled fsevents
  • Decrease dependency count from 13 to 1
  • Rewrite in typescript. Makes emitted types more precise
  • The package became hybrid common.js / ESM
  • Bump minimum node.js requirement to v14+

Special thanks to @​43081j for improvements and help.

Full Changelog: paulmillr/chokidar@3.6.0...4.0.0

expressjs/express (express)

v5.1.0

Compare Source

========================

  • Add support for Uint8Array in res.send()
  • Add support for ETag option in res.sendFile()
  • Add support for multiple links with the same rel in res.links()
  • Add funding field to package.json
  • perf: use loop for acceptParams
  • refactor: prefix built-in node module imports
  • deps: remove setprototypeof
  • deps: remove safe-buffer
  • deps: remove utils-merge
  • deps: remove methods
  • deps: remove depd
  • deps: debug@^4.4.0
  • deps: body-parser@^2.2.0
  • deps: router@^2.2.0
  • deps: content-type@^1.0.5
  • deps: finalhandler@^2.1.0
  • deps: qs@^6.14.0
  • deps: [email protected]
  • deps: [email protected]

v5.0.1

Compare Source

==========

v5.0.0

Compare Source

=========================

  • remove:
    • path-is-absolute dependency - use path.isAbsolute instead
  • breaking:
    • res.status() accepts only integers, and input must be greater than 99 and less than 1000
      • will throw a RangeError: Invalid status code: ${code}. Status code must be greater than 99 and less than 1000. for inputs outside this range
      • will throw a TypeError: Invalid status code: ${code}. Status code must be an integer. for non integer inputs
    • deps: [email protected]
    • res.redirect('back') and res.location('back') is no longer a supported magic string, explicitly use req.get('Referrer') || '/'.
  • change:
    • res.clearCookie will ignore user provided maxAge and expires options
  • deps: cookie-signature@^1.2.1
  • deps: [email protected]
  • deps: merge-descriptors@^2.0.0
  • deps: serve-static@^2.1.0
  • deps: [email protected]
  • deps: accepts@^2.0.0
  • deps: mime-types@^3.0.0
    • application/javascript => text/javascript
  • deps: type-is@^2.0.0
  • deps: content-disposition@^1.0.0
  • deps: finalhandler@^2.0.0
  • deps: fresh@^2.0.0
  • deps: body-parser@^2.0.1
  • deps: send@^1.1.0

v4.21.2

Compare Source

What's Changed

Full Changelog: expressjs/express@4.21.1...4.21.2

v4.21.1

Compare Source

What's Changed

Full Changelog: expressjs/express@4.21.0...4.21.1

vite-pwa/vite-plugin-pwa (vite-plugin-pwa)

v1.0.0

Compare Source

   🚨 Breaking Changes
   🐞 Bug Fixes
    View changes on GitHub

v0.21.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

Configuration

📅 Schedule: Branch creation - "* 0-3 * * 1" (UTC), 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.

👻 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.

Copy link

changeset-bot bot commented Mar 10, 2025

⚠️ No Changeset found

Latest commit: 8c63a2e

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copy link

netlify bot commented Mar 10, 2025

Deploy Preview for mermaid-js ready!

Name Link
🔨 Latest commit 61608a3
🔍 Latest deploy log https://app.netlify.com/sites/mermaid-js/deploys/67f61b63a2bfc4000859a67a
😎 Deploy Preview https://deploy-preview-6365--mermaid-js.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.

Copy link

pkg-pr-new bot commented Mar 10, 2025

Open in StackBlitz

npm i https://pkg.pr.new/mermaid-js/mermaid@6365
npm i https://pkg.pr.new/mermaid-js/mermaid/@mermaid-js/layout-elk@6365
npm i https://pkg.pr.new/mermaid-js/mermaid/@mermaid-js/mermaid-zenuml@6365
npm i https://pkg.pr.new/mermaid-js/mermaid/@mermaid-js/parser@6365

commit: 8c63a2e

Copy link

codecov bot commented Mar 10, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 3.85%. Comparing base (4467fd4) to head (8c63a2e).
Report is 61 commits behind head on develop.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##           develop   #6365   +/-   ##
=======================================
  Coverage     3.85%   3.85%           
=======================================
  Files          413     413           
  Lines        43335   43335           
  Branches       665     665           
=======================================
  Hits          1671    1671           
  Misses       41664   41664           
Flag Coverage Δ
unit 3.85% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@renovate renovate bot force-pushed the renovate/major-all-major branch from 4d3ac44 to 790d733 Compare March 10, 2025 07:25
@renovate renovate bot changed the title chore(deps): update peter-evans/create-pull-request action to v7 fix(deps): update all major dependencies (major) Mar 10, 2025
@renovate renovate bot force-pushed the renovate/major-all-major branch 2 times, most recently from 9638182 to 8e14f6f Compare March 13, 2025 10:44
@renovate renovate bot force-pushed the renovate/major-all-major branch from 8e14f6f to 8764d5e Compare March 21, 2025 11:44
@renovate renovate bot changed the title fix(deps): update all major dependencies (major) Update all major dependencies (major) Mar 21, 2025
@renovate renovate bot force-pushed the renovate/major-all-major branch from 8764d5e to ce2f1c1 Compare March 24, 2025 01:18
@renovate renovate bot changed the title Update all major dependencies (major) fix(deps): update all major dependencies (major) Mar 24, 2025
@renovate renovate bot force-pushed the renovate/major-all-major branch 8 times, most recently from 2f66962 to fb85df9 Compare March 31, 2025 15:13
@renovate renovate bot force-pushed the renovate/major-all-major branch 9 times, most recently from 545939b to 1bab014 Compare April 8, 2025 17:36
@renovate renovate bot force-pushed the renovate/major-all-major branch from 1bab014 to 61608a3 Compare April 9, 2025 07:01
@renovate renovate bot force-pushed the renovate/major-all-major branch from 61608a3 to d01bc9d Compare April 9, 2025 07:58
Copy link

netlify bot commented Apr 9, 2025

Deploy Preview for mermaid-js ready!

Name Link
🔨 Latest commit 8c63a2e
🔍 Latest deploy log https://app.netlify.com/sites/mermaid-js/deploys/67fcb886634fff00083a20c5
😎 Deploy Preview https://deploy-preview-6365--mermaid-js.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.

@renovate renovate bot force-pushed the renovate/major-all-major branch 7 times, most recently from 24b09e9 to 68fda5a Compare April 14, 2025 06:20
@renovate renovate bot force-pushed the renovate/major-all-major branch from 68fda5a to 8c63a2e Compare April 14, 2025 07:25
@sidharthv96 sidharthv96 added this pull request to the merge queue Apr 15, 2025
Merged via the queue into develop with commit 3e8204a Apr 15, 2025
24 checks passed
@sidharthv96 sidharthv96 deleted the renovate/major-all-major branch April 15, 2025 03:31
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