-
-
Notifications
You must be signed in to change notification settings - Fork 7.4k
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
Conversation
|
✅ Deploy Preview for mermaid-js ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
commit: |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #6365 +/- ##
=======================================
Coverage 3.85% 3.85%
=======================================
Files 413 413
Lines 43335 43335
Branches 665 665
=======================================
Hits 1671 1671
Misses 41664 41664
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
4d3ac44
to
790d733
Compare
9638182
to
8e14f6f
Compare
8e14f6f
to
8764d5e
Compare
8764d5e
to
ce2f1c1
Compare
2f66962
to
fb85df9
Compare
545939b
to
1bab014
Compare
1bab014
to
61608a3
Compare
61608a3
to
d01bc9d
Compare
✅ Deploy Preview for mermaid-js ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
24b09e9
to
68fda5a
Compare
68fda5a
to
8c63a2e
Compare
This PR contains the following updates:
^3.2.0
->^4.0.3
^0.5.3
->^1.0.0
^12.7.0
->^13.1.0
^3.6.0
->^4.0.3
^4.19.2
->^5.1.0
^0.21.1
->^1.0.0
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
BREAKING CHANGES
options.stabilize
has changed and now accepts any stabilization pluginv3.4.0
Compare Source
Features
3.3.3 (2025-03-20)
Note: Version bump only for package @argos-ci/cypress
3.3.2 (2025-03-20)
Bug Fixes
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
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
vite-plugin-pwa
tov1.0.0
- by @userquin in https://github.com/vite-pwa/vitepress/issues/42 (641b7)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
@vueuse/core
installed at root - by @danielroe in https://github.com/vueuse/vueuse/issues/4698 (17a46)document
as target - by @osbre in https://github.com/vueuse/vueuse/issues/4681 (21fa6)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
MaybeRef
andMaybeRefOrGetter
in favor of Vue's native - by @ilyaliao and @antfu in https://github.com/vueuse/vueuse/issues/4636 (7432f)options.deepRefs
- by @OrbisK and @antfu in https://github.com/vueuse/vueuse/issues/4591 (9afee)retried
to theautoReconnect.retries
- by @9romise and @OrbisK in https://github.com/vueuse/vueuse/issues/4604 (73e6d)🐞 Bug Fixes
variable
when initial - by @ilyaliao in https://github.com/vueuse/vueuse/issues/4641 (d680f)granted
- by @Nikitatopodin and Никита Быковский in https://github.com/vueuse/vueuse/issues/4559 (f9685)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
New Contributors
Full Changelog: paulmillr/chokidar@4.0.0...4.0.1
v4.0.0
Compare Source
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
========================
Uint8Array
inres.send()
res.sendFile()
res.links()
setprototypeof
safe-buffer
utils-merge
methods
depd
debug@^4.4.0
body-parser@^2.2.0
router@^2.2.0
content-type@^1.0.5
finalhandler@^2.1.0
qs@^6.14.0
[email protected]
[email protected]
v5.0.1
Compare Source
==========
cookie
semver lock to address CVE-2024-47764v5.0.0
Compare Source
=========================
path-is-absolute
dependency - usepath.isAbsolute
insteadres.status()
accepts only integers, and input must be greater than 99 and less than 1000RangeError: Invalid status code: ${code}. Status code must be greater than 99 and less than 1000.
for inputs outside this rangeTypeError: Invalid status code: ${code}. Status code must be an integer.
for non integer inputsres.redirect('back')
andres.location('back')
is no longer a supported magic string, explicitly usereq.get('Referrer') || '/'
.res.clearCookie
will ignore user providedmaxAge
andexpires
optionsapplication/javascript
=>text/javascript
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
@vite-pwa/assets-generator
tov1.0.0
- by @userquin in https://github.com/vite-pwa/vite-plugin-pwa/issues/846 (1c570)🐞 Bug Fixes
View changes on GitHub
v0.21.2
Compare Source
🐞 Bug Fixes
theme_color
anddescription
not being applied - by @alexandre-hallaine in https://github.com/vite-pwa/vite-plugin-pwa/issues/839 (53568)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.
This PR was generated by Mend Renovate. View the repository job log.