Skip to content

Update all non-major dependencies - #37

Merged
YannicEl merged 1 commit into
mainfrom
renovate/all-minor-patch
Aug 6, 2025
Merged

Update all non-major dependencies#37
YannicEl merged 1 commit into
mainfrom
renovate/all-minor-patch

Conversation

@renovate

@renovate renovate Bot commented Aug 2, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence Type Update
@sveltejs/kit (source) 2.27.0 -> 2.27.1 age confidence devDependencies patch
@types/node (source) 24.1.0 -> 24.2.0 age confidence devDependencies minor
matplotlib ==3.10.3 -> ==3.10.5 age confidence project.dependencies patch
python 3.11.13 -> 3.13.5 age confidence minor
python (source) ==3.11.13 -> ==3.13.5 age confidence requires-python minor
svelte (source) 5.37.2 -> 5.37.3 age confidence devDependencies patch
svelte-check 4.3.0 -> 4.3.1 age confidence devDependencies patch
unocss (source) 66.3.3 -> 66.4.1 age confidence devDependencies minor
wrangler (source) 4.27.0 -> 4.28.0 age confidence devDependencies minor

Release Notes

sveltejs/kit (@​sveltejs/kit)

v2.27.1

Compare Source

Patch Changes
  • fix: correctly type remote function input parameters from a schema (#​14098)

  • fix: match URL-encoded newlines in rest route params (#​14102)

  • fix: correctly spell server-side in error messages (#​14101)

matplotlib/matplotlib (matplotlib)

v3.10.5: REL: v3.10.5

Compare Source

This is the fourth bugfix release of the 3.10.x series.

Included in this release is distributed wheels for Python 3.14 (including freethreaded) and Windows ARM.

There are also several smaller bugfixes.

python/cpython (python)

v3.13.5

Compare Source

v3.13.4

Compare Source

v3.13.3

Compare Source

v3.13.2

Compare Source

v3.13.1

Compare Source

v3.13.0

Compare Source

v3.12.11

Compare Source

v3.12.10

Compare Source

v3.12.9

Compare Source

v3.12.8

Compare Source

v3.12.7

Compare Source

v3.12.6

Compare Source

v3.12.5

Compare Source

v3.12.4

Compare Source

v3.12.3

Compare Source

v3.12.2

Compare Source

v3.12.1

Compare Source

v3.12.0

Compare Source

sveltejs/svelte (svelte)

v5.37.3

Compare Source

Patch Changes
  • fix: reset attribute cache after setting corresponding property (#​16543)
sveltejs/language-tools (svelte-check)

v4.3.1

Compare Source

fix: handle object literal in MustacheTag (https://github.com/sveltejs/language-tools/pull/2805)

unocss/unocss (unocss)

v66.4.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v66.4.0

Compare Source

   🚨 Breaking Changes
   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
cloudflare/workers-sdk (wrangler)

v4.28.0

Compare Source

Minor Changes
Patch Changes
  • #​10004 b4d1373 Thanks @​dario-piotrowicz! - fix wrangler dev logs being logged on the incorrect level in some cases

    currently the way wrangler dev prints logs is faulty, for example the following code

    console.error("this is an error");
    console.warn("this is a warning");
    console.debug("this is a debug");

    inside a worker would cause the following logs:

    ✘ [ERROR] this is an error
    
    ✘ [ERROR] this is a warning
    
    this is a debug
    

    (note that the warning is printed as an error and the debug log is printed even if by default it should not)

    the changes here make sure that the logs are instead logged to their correct level, so for the code about the following will be logged instead:

    ✘ [ERROR] this is an error
    
    ▲ [WARNING] this is a warning
    

    (running wrangler dev with the --log-level=debug flag will also cause the debug log to be included as well)

  • #​10099 360004d Thanks @​emily-shen! - fix: move local dev container cleanup to process exit hook. This should ensure containers are cleaned up even when Wrangler is shut down programatically.

  • #​10186 dae1377 Thanks @​matthewdavidrodgers! - Deleting when Pages project binds to worker requires confirmation

  • #​10169 1655bec Thanks @​devin-ai-integration! - fix: report startup errors before workerd profiling

  • #​10136 354a001 Thanks @​nikitassharma! - Update wrangler containers images list to make fewer API calls to improve command runtime

  • #​10157 5c3b83f Thanks @​devin-ai-integration! - Enforce 64-character limit for Workflow binding names locally to match production validation

  • #​10154 502a8e0 Thanks @​devin-ai-integration! - Fix UTF BOM handling in config files - remove UTF-8 BOM and error on other BOMs

  • #​10176 07c8611 Thanks @​devin-ai-integration! - Add macOS version validation to prevent EPIPE errors on unsupported macOS versions (below 13.5). Miniflare and C3 fail hard while Wrangler shows warnings but continues execution.

  • Updated dependencies [6b9cd5b, 631f26d, d6ecd05, b4d1373, 8ba7736, 07c8611, 7e204a9, 3f83ac1]:


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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.

@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from 324dea3 to aba72e4 Compare August 3, 2025 05:33
@renovate renovate Bot changed the title Update devDependency unocss to v66.4.0 Update all non-major dependencies Aug 3, 2025
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 6a506f1 to a0c26d0 Compare August 6, 2025 01:52
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from a0c26d0 to 18dd19b Compare August 6, 2025 07:30
@YannicEl
YannicEl merged commit 57125d9 into main Aug 6, 2025
1 check passed
@renovate
renovate Bot deleted the renovate/all-minor-patch branch August 6, 2025 07:36
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