chore(deps): bump all non-major dependencies with stable versions#2497
Open
renovate[bot] wants to merge 6 commits intomasterfrom
Open
chore(deps): bump all non-major dependencies with stable versions#2497renovate[bot] wants to merge 6 commits intomasterfrom
renovate[bot] wants to merge 6 commits intomasterfrom
Conversation
✅ Deploy Preview for kuma ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Automaat
approved these changes
Nov 22, 2025
058b8e8 to
edd9c9d
Compare
Contributor
|
I am not sure about this change |
Automaat
requested changes
Nov 22, 2025
Contributor
Automaat
left a comment
There was a problem hiding this comment.
proably this needs some other fix
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
edd9c9d to
82e22eb
Compare
netlify-cli 23.12.1 has stricter port detection. Config had port 2036 but netlify.toml expects 3000, causing CI failure. - config/vite.json: port 2036 -> 3000 - vite.config.ts: add server.port for consistency Fixes timeout waiting for framework port in CI check-links. Signed-off-by: Marcin Skalski <skalskimarcin33@gmail.com>
Reverted experimental port changes. netlify-cli 23.12.1 should auto-detect Vite on port 2036 without manual configuration. Signed-off-by: Marcin Skalski <skalskimarcin33@gmail.com>
netlify-cli 23.12.1 expects Vite on dedicated port. - Vite: 3000 (config/vite.json, vite.config.ts) - Jekyll: 4000 (Procfile) - Netlify targetPort: 4000 (netlify.toml) Note: sass-embedded broken pipe may be transient. Signed-off-by: Marcin Skalski <skalskimarcin33@gmail.com>
Add framework = "#custom" to prevent netlify-cli from auto-detecting Vite as main framework. Jekyll on port 4000 should be the targetPort, not Vite. Signed-off-by: Marcin Skalski <skalskimarcin33@gmail.com>
23.12.1 breaks Jekyll+vite-ruby dev setup with aggressive Vite auto-detection. Downgrade to last working version. Reported upstream: netlify/cli#7810 Signed-off-by: Marcin Skalski <skalskimarcin33@gmail.com>
Contributor
Author
Edited/Blocked NotificationRenovate 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. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

This PR contains the following updates:
^1.0.2->^1.1.1^23.10.0->^23.12.123.12.224.11.0->24.11.1^1.93.3->^1.94.2^7.2.0->^7.2.47.2.6Release Notes
jshttp/cookie (cookie)
v1.1.1Compare Source
Fixed
c66147cvaluewas provided inserialize(key, value, { value })the value inoptionswas used instead of the value passed as an argumentv1.1.0Compare Source
netlify/cli (netlify-cli)
v23.12.1Compare Source
Bug Fixes
v23.12.0Compare Source
Features
Bug Fixes
v23.11.1Compare Source
Bug Fixes
nodejs/node (node)
v24.11.1Compare Source
sass/dart-sass (sass)
v1.94.2Compare Source
Command-Line Interface
--fatal-deprecation <version>no longer emits warnings aboutdeprecations that are obsolete.
Dart API
Deprecation.forVersionnow excludes obsolete deprecations from the set itreturns.
JS API
fatalDeprecationswhen aVersionispassed.
Node.js Embedded Host
async compilation.
v1.94.1Compare Source
vitejs/vite (vite)
v7.2.4Compare Source
Bug Fixes
v7.2.3Compare Source
Bug Fixes
bindCLIShortcutscalls with shortcut merging (#21103) (5909efd)Performance Improvements
Miscellaneous Chores
Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), 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.
This PR was generated by Mend Renovate. View the repository job log.