Skip to content

fix(deps): update all non-major dependencies - #364

Merged
on-keyday merged 1 commit into
mainfrom
renovate/all-minor-patch
May 26, 2026
Merged

fix(deps): update all non-major dependencies#364
on-keyday merged 1 commit into
mainfrom
renovate/all-minor-patch

Conversation

@renovate

@renovate renovate Bot commented Apr 24, 2026

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence Type Update
@types/node (source) 24.12.224.12.4 age confidence dependencies patch
@types/node (source) 25.6.025.9.1 age confidence dependencies minor
@types/node (source) 24.12.224.12.4 age confidence devDependencies patch
@types/node (source) 25.6.025.9.1 age confidence devDependencies minor
@types/vscode (source) 1.116.01.120.0 age confidence dependencies minor
bitflags 2.6.02.11.1 age confidence dependencies minor
egor-tensin/setup-clang v2.2v2.3 age confidence action minor
eslint (source) 10.2.110.4.0 age confidence devDependencies minor
golang.org/x/net v0.53.0v0.55.0 age confidence require minor
golang.org/x/sys v0.43.0v0.45.0 age confidence require minor
peaceiris/actions-hugo v3.0.0v3.2.1 age confidence action minor
preact (source) 10.29.110.29.2 age confidence dependencies patch
ruby (source) 4.0.34.0.5 age confidence patch
ruby/setup-ruby v1.305.0v1.310.0 age confidence action minor
serde (source) 1.0.2041.0.228 age confidence dependencies patch
serde_derive (source) 1.0.2041.0.228 age confidence dependencies patch
serde_json 1.0.1491.0.150 age confidence dependencies patch
serde_json 1.0.1201.0.150 age confidence dependencies patch
tokio (source) 1.52.11.52.3 age confidence dependencies patch
tsx (source) 4.21.04.22.3 age confidence devDependencies minor
typescript-eslint (source) 8.59.08.60.0 age confidence devDependencies minor
vite (source) 8.0.98.0.14 age confidence devDependencies patch
vitest (source) 4.1.54.1.7 age confidence devDependencies patch
wasm-bindgen (source) 0.2.1180.2.122 age confidence dependencies patch
zod (source) 4.3.64.4.3 age confidence dependencies minor
zustand 5.0.125.0.13 age confidence dependencies patch

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

bitflags/bitflags (bitflags)

v2.11.1

Compare Source

What's Changed

New Contributors

Full Changelog: bitflags/bitflags@2.11.0...2.11.1

v2.11.0

Compare Source

What's Changed

New Contributors

Full Changelog: bitflags/bitflags@2.10.0...2.11.0

v2.10.0

Compare Source

What's Changed

New Contributors

Full Changelog: bitflags/bitflags@2.9.4...2.10.0

v2.9.4

Compare Source

What's Changed

Full Changelog: bitflags/bitflags@2.9.3...2.9.4

v2.9.3

Compare Source

What's Changed

New Contributors

Full Changelog: bitflags/bitflags@2.9.2...2.9.3

v2.9.2

Compare Source

What's Changed

Full Changelog: bitflags/bitflags@2.9.1...2.9.2

v2.9.1

Compare Source

What's Changed

Full Changelog: bitflags/bitflags@2.9.0...2.9.1

v2.9.0

Compare Source

What's Changed

Full Changelog: bitflags/bitflags@2.8.0...2.9.0

v2.8.0

Compare Source

What's Changed

New Contributors

Full Changelog: bitflags/bitflags@2.7.0...2.8.0

v2.7.0

Compare Source

What's Changed

New Contributors

Full Changelog: bitflags/bitflags@2.6.0...2.7.0

egor-tensin/setup-clang (egor-tensin/setup-clang)

v2.3

Compare Source

eslint/eslint (eslint)

v10.4.0

Compare Source

v10.3.0

Compare Source

peaceiris/actions-hugo (peaceiris/actions-hugo)

v3.2.1: actions-hugo v3.2.1

Compare Source

See CHANGELOG.md for more details.

What's Changed

Full Changelog: peaceiris/actions-hugo@v3.2.0...v3.2.1

v3.2.0: actions-hugo v3.2.0

Compare Source

See CHANGELOG.md for more details.

What's Changed

Full Changelog: peaceiris/actions-hugo@v3.1.0...v3.2.0

v3.1.0: actions-hugo v3.1.0

Compare Source

See CHANGELOG.md for more details.

What's Changed
New Contributors

Full Changelog: peaceiris/actions-hugo@v3.0.0...v3.1.0

preactjs/preact (preact)

v10.29.2

Compare Source

Fixes

Maintenance

ruby/ruby (ruby)

v4.0.5

Compare Source

v4.0.4: 4.0.4

Compare Source

What's Changed

Note: This list is automatically generated by tool/gen-github-release.rb. Because of this, some commits may be missing.

Full Changelog
ruby/setup-ruby (ruby/setup-ruby)

v1.310.0

Compare Source

What's Changed

Full Changelog: ruby/setup-ruby@v1.309.0...v1.310.0

v1.309.0

Compare Source

What's Changed

Full Changelog: ruby/setup-ruby@v1.308.0...v1.309.0

v1.308.0

Compare Source

What's Changed

Full Changelog: ruby/setup-ruby@v1.307.0...v1.308.0

v1.307.0

Compare Source

What's Changed

Full Changelog: ruby/setup-ruby@v1.306.0...v1.307.0

v1.306.0

Compare Source

What's Changed

Full Changelog: ruby/setup-ruby@v1.305.0...v1.306.0

serde-rs/serde (serde)

v1.0.228

Compare Source

  • Allow building documentation with RUSTDOCFLAGS='--cfg=docsrs' set for the whole dependency graph (#​2995)

v1.0.227

Compare Source

v1.0.226

Compare Source

  • Deduplicate variant matching logic inside generated Deserialize impl for adjacently tagged enums (#​2935, thanks @​Mingun)

v1.0.225

Compare Source

  • Avoid triggering a deprecation warning in derived Serialize and Deserialize impls for a data structure that contains its own deprecations (#​2879, thanks @​rcrisanti)

v1.0.224

Compare Source

  • Remove private types being suggested in rustc diagnostics (#​2979)

v1.0.223

Compare Source

  • Fix serde_core documentation links (#​2978)

v1.0.222

Compare Source

  • Make serialize_with attribute produce code that works if respanned to 2024 edition (#​2950, thanks @​aytey)

v1.0.221

Compare Source

  • Documentation improvements (#​2973)
  • Deprecate serde_if_integer128! macro (#​2975)

v1.0.220

Compare Source

v1.0.219

Compare Source

  • Prevent absolute_paths Clippy restriction being triggered inside macro-generated code (#​2906, thanks @​davidzeng0)

v1.0.218

Compare Source

  • Documentation improvements

v1.0.217

Compare Source

  • Support serializing externally tagged unit variant inside flattened field (#​2786, thanks @​Mingun)

v1.0.216

Compare Source

v1.0.215

Compare Source

v1.0.214

Compare Source

  • Implement IntoDeserializer for all Deserializers in serde::de::value module (#​2568, thanks @​Mingun)

v1.0.213

Compare Source

  • Fix support for macro-generated with attributes inside a newtype struct (#​2847)

v1.0.212

Compare Source

  • Fix hygiene of macro-generated local variable accesses in serde(with) wrappers (#​2845)

v1.0.211

Compare Source

  • Improve error reporting about mismatched signature in with and default attributes (#​2558, thanks @​Mingun)
  • Show variant aliases in error message when variant deserialization fails (#​2566, thanks @​Mingun)
  • Improve binary size of untagged enum and internally tagged enum deserialization by about 12% (#​2821)

v1.0.210

Compare Source

  • Support serializing and deserializing IpAddr and SocketAddr in no-std mode on Rust 1.77+ (#​2816, thanks @​MathiasKoch)
  • Make serde::ser::StdError and serde::de::StdError equivalent to core::error::Error on Rust 1.81+ (#​2818)

v1.0.209

Compare Source

  • Fix deserialization of empty structs and empty tuples inside of untagged enums (#​2805, thanks @​Mingun)

v1.0.208

Compare Source

  • Support serializing and deserializing unit structs in a flatten field (#​2802, thanks @​jonhoo)

v1.0.207

Compare Source

  • Improve interactions between flatten attribute and skip_serializing/skip_deserializing (#​2795, thanks @​Mingun)

v1.0.206

Compare Source

v1.0.205

Compare Source

  • Use serialize_entry instead of serialize_key + serialize_value when serialize flattened newtype enum variants (#​2785, thanks @​Mingun)
  • Avoid triggering a collection_is_never_read lint in the deserialization of enums containing flattened fields (#​2791)
serde-rs/json (serde_json)

v1.0.150

Compare Source

tokio-rs/tokio (tokio)

v1.52.3: Tokio v1.52.3

Compare Source

1.52.3 (May 8th, 2026)

Fixed
  • sync: fix underflow in mpsc channel len() (#​8062)
  • sync: notify receivers in mpsc OwnedPermit::release() method (#​8075)
  • sync: require that an RwLock has max_readers != 0 (#​8076)
  • sync: return Empty from try_recv() when mpsc is closed with outstanding permits (#​8074)

v1.52.2: Tokio v1.52.2

Compare Source

1.52.2 (May 4th, 2026)

This release reverts the LIFO slot stealing change introduced in 1.51.0 (#​7431), due to its performance impact. (#​8100)

privatenumber/tsx (tsx)

v4.22.3

Compare Source

v4.22.2

Compare Source

v4.22.1

Compare Source

v4.22.0

Compare Source

v4.21.1

Compare Source

Bug Fixes
  • support Node 20.11/21.2 import.meta paths (acf3d8f)
  • support Node.js 24.15.0 (c1d2d45)
  • support Node.js 26.1.0 and 25.9.0 (1d7e528)

This release is also available on:

typescript-eslint/typescript-eslint (typescript-eslint)

v8.60.0

Compare Source

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

v8.59.4

Compare Source

🩹 Fixes
  • typescript-eslint: export Compatible* types from typescript-eslint to resolve pnpm TS error (#​12340)
❤️ Thank You

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

v8.59.3

Compare Source

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

v8.59.2

Compare Source

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

v8.59.1

Compare Source

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

vitejs/vite (vite)

v8.0.14

Compare Source

Features
Bug Fixes
Miscellaneous Chores
  • deps: update rolldown-related dependencies (#​22470) (7cb728e)
  • remove irrelevant commits from changelog (2c69495)
Code Refactoring
Tests

v8.0.13

Compare Source

Features
Bug Fixes
Miscellaneous Chores

v8.0.12

Compare Source

Features
Bug Fixes
  • create-vite: pass react framework to TanStack CLI (#​22397) (18f0f90)
  • deps: update all non-major dependencies (#​22420) (2be6000)
  • module-runner: prevent partial-exports race on concurrent imports of in-flight invalidated re-export chains (#​22369) (f5a22e6)
  • refer to rolldownOptions instead of deprecated rollupOptions in messages (#​22400) (b675c7b)
  • worker: apply build.target to worker bundle (#​22404) (3c93fde)
  • worker: forward define to worker bundle transform (#​22408) (d4838a0)
Miscellaneous Chores

v8.0.11

Compare Source

Features
Bug Fixes
Documentation
Miscellaneous Chores

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

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

@renovate

renovate Bot commented Apr 24, 2026

Copy link
Copy Markdown
Contributor Author

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: astlib/ast2rust/core/Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path astlib/ast2rust/core/Cargo.toml --package bitflags@2.6.0 --precise 2.11.1
warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
  |
  = note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
  = note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
  = note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
error: package ID specification `bitflags@2.6.0` did not match any packages
help: there are similar package ID specifications:

  bitflags@2.8.0

@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 11 times, most recently from 75342d3 to b4fde7f Compare May 2, 2026 00:38
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from b4fde7f to 75aaa2d Compare May 4, 2026 10:04
@sisakulint

sisakulint Bot commented May 4, 2026

Copy link
Copy Markdown
Contributor

Workflow Scan

🔴 8 Critical · 🟠 10 High · 🟡 18 Medium · ⚪ 4 Info

🔴 Critical - 8 findings

artifact-poisoning-critical - Untrusted artifact downloaded to a writable path - RCE possible.

  68 |       - name: Download rebrgen tool

📍 .github/workflows/unictest.yaml:68

artifact-poisoning-critical - Untrusted artifact downloaded to a writable path - RCE possible.

  73 |       - name: Download brgen tool

📍 .github/workflows/unictest.yaml:73

artifact-poisoning-critical - Untrusted artifact downloaded to a writable path - RCE possible.

 107 |       - name: Download shard results

📍 .github/workflows/unictest.yaml:107

artifact-poisoning-critical - Untrusted artifact downloaded to a writable path - RCE possible.

 149 |       - name: Download native tool

📍 .github/workflows/build.yml:149

artifact-poisoning-critical - Untrusted artifact downloaded to a writable path - RCE possible.

 154 |       - name: Download WASM web

📍 .github/workflows/build.yml:154

artifact-poisoning-critical - Untrusted artifact downloaded to a writable path - RCE possible.

 693 |       - name: Download brgen WASM lib

📍 .github/workflows/build.yml:693

artifact-poisoning-critical - Untrusted artifact downloaded to a writable path - RCE possible.

 698 |       - name: Download rebrgen WASM artifacts

📍 .github/workflows/build.yml:698

artifact-poisoning-critical - Untrusted artifact downloaded to a writable path - RCE possible.

 726 |       - name: Download unictest results

📍 .github/workflows/build.yml:726

🟠 High - 10 findings

cache-poisoning - Cache write reachable from untrusted input.

   1 | name: brgen-build

📍 .github/workflows/build.yml:1

cache-poisoning - Cache write reachable from untrusted input.

  34 |       - name: Cache rebrgen native

📍 .github/workflows/build.yml:34

cache-poisoning - Cache write reachable from untrusted input.

  97 |       - name: Cache rebrgen wasm

📍 .github/workflows/build.yml:97

cache-poisoning - Cache write reachable from untrusted input.

 196 |       - name: Cache

📍 .github/workflows/build.yml:196

cache-poisoning - Cache write reachable from untrusted input.

 275 |       - name: Cache

📍 .github/workflows/build.yml:275

cache-poisoning - Cache write reachable from untrusted input.

 341 |       - name: Cache

📍 .github/workflows/build.yml:341

cache-poisoning - Cache write reachable from untrusted input.

 436 |       - name: Cache

📍 .github/workflows/build.yml:436

cache-poisoning - Cache write reachable from untrusted input.

 498 |       - name: Cache

📍 .github/workflows/build.yml:498

cache-poisoning - Cache write reachable from untrusted input.

 623 |       - name: Cache

📍 .github/workflows/build.yml:623

permissions - Workflow grants overly broad permissions (write-all).

   1 | name: brgen-test

📍 .github/workflows/test.yml:1

🟡 Medium - 18 findings

artipacked - Persisted credentials may leak via artifacts.

  18 |       - name: Checkout repository

📍 .github/workflows/unictest.yaml:18

artipacked - Persisted credentials may leak via artifacts.

  39 |       - name: Checkout repository

📍 .github/workflows/unictest.yaml:39

artipacked - Persisted credentials may leak via artifacts.

 105 |       - name: Checkout repository

📍 .github/workflows/unictest.yaml:105

artipacked - Persisted credentials may leak via artifacts.

  23 |       - name: Checkout repository

📍 .github/workflows/build.yml:23

artipacked - Persisted credentials may leak via artifacts.

  79 |       - name: Checkout repository

📍 .github/workflows/build.yml:79

artipacked - Persisted credentials may leak via artifacts.

 147 |       - name: Checkout repository

📍 .github/workflows/build.yml:147

artipacked - Persisted credentials may leak via artifacts.

 184 |       - name: Checkout repository

📍 .github/workflows/build.yml:184

artipacked - Persisted credentials may leak via artifacts.

 254 |       - name: Checkout repository

📍 .github/workflows/build.yml:254

artipacked - Persisted credentials may leak via artifacts.

 332 |       - name: Checkout repository

📍 .github/workflows/build.yml:332

obfuscation - 'shell: cmd' in step 'Pull Utils'. CMD shell is difficult to analyze and may obfuscate malicious commands. Consider using PowerShell or bash.

 355 |         shell: cmd

📍 .github/workflows/build.yml:355

obfuscation - 'shell: cmd' in step 'Pack artifacts'. CMD shell is difficult to analyze and may obfuscate malicious commands. Consider using PowerShell or bash.

 368 |         shell: cmd

📍 .github/workflows/build.yml:368

artipacked - Persisted credentials may leak via artifacts.

 393 |       - name: Checkout repository

📍 .github/workflows/build.yml:393

artipacked - Persisted credentials may leak via artifacts.

 429 |       - name: Checkout repository

📍 .github/workflows/build.yml:429

artipacked - Persisted credentials may leak via artifacts.

 490 |       - name: Checkout repository

📍 .github/workflows/build.yml:490

artipacked - Persisted credentials may leak via artifacts.

 556 |       - name: Checkout repository

📍 .github/workflows/build.yml:556

artipacked - Persisted credentials may leak via artifacts.

 613 |       - name: Checkout

📍 .github/workflows/build.yml:613

artipacked - Persisted credentials may leak via artifacts.

 681 |       - name: Checkout

📍 .github/workflows/build.yml:681

artipacked - Persisted credentials may leak via artifacts.

  14 |       - name: Checkout repository

📍 .github/workflows/test.yml:14

⚪ Info - 4 findings

expression - Expression syntax issue.

 752 |     uses: ./.github/workflows/brgen-test.yaml

📍 .github/workflows/build.yml:752

expression - Expression syntax issue.

 756 |     uses: ./.github/workflows/puppeteer-test.yml

📍 .github/workflows/build.yml:756

workflow-call - workflow_call wiring issue.

 771 |     uses: ./.github/workflows/release.yml

📍 .github/workflows/build.yml:771

workflow-call - workflow_call wiring issue.

 780 |     uses: ./.github/workflows/deploy.yml

📍 .github/workflows/build.yml:780


Comment /autofix below to apply the suggested fixes automatically.

@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 10 times, most recently from cb22181 to eb7b6e6 Compare May 8, 2026 14:01
@renovate renovate Bot changed the title chore(deps): update all non-major dependencies fix(deps): update all non-major dependencies May 8, 2026
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 1fdf858 to ecf1ea4 Compare May 11, 2026 17:43
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 16 times, most recently from 3aa4009 to ceff6d9 Compare May 20, 2026 09:02
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from abf17f4 to 25a7591 Compare May 25, 2026 22:12
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from 25a7591 to a1d33f6 Compare May 26, 2026 13:02
@on-keyday
on-keyday merged commit cb0452e into main May 26, 2026
39 of 40 checks passed
@on-keyday
on-keyday deleted the renovate/all-minor-patch branch May 26, 2026 18:33
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