Skip to content

Update all non-major dependencies #227

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
May 12, 2025
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 14, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@types/node (source) 22.14.1 -> 22.15.17 age adoption passing confidence dependencies minor
@types/node (source) 22.14.1 -> 22.15.17 age adoption passing confidence devDependencies minor
@types/react (source) 19.1.1 -> 19.1.3 age adoption passing confidence devDependencies patch
@types/react-dom (source) 19.1.2 -> 19.1.3 age adoption passing confidence devDependencies patch
@types/vscode (source) 1.99.1 -> 1.100.0 age adoption passing confidence dependencies minor
actions/download-artifact v4.2.1 -> v4.3.0 age adoption passing confidence action minor
actions/setup-go v5.4.0 -> v5.5.0 age adoption passing confidence action minor
actions/setup-node v4.3.0 -> v4.4.0 age adoption passing confidence action minor
anyhow 1.0.97 -> 1.0.98 age adoption passing confidence dependencies patch
bitflags 2.6.0 -> 2.9.0 age adoption passing confidence dependencies minor
clap 4.5.36 -> 4.5.38 age adoption passing confidence dependencies patch
github/codeql-action v3.28.15 -> v3.28.17 age adoption passing confidence action patch
golang.org/x/net v0.39.0 -> v0.40.0 age adoption passing confidence require minor
golang.org/x/sys v0.32.0 -> v0.33.0 age adoption passing confidence require minor
inkwell 0.5.0 -> 0.6.0 age adoption passing confidence dependencies minor
proc-macro2 1.0.94 -> 1.0.95 age adoption passing confidence dependencies patch
puppeteer (source) 24.6.1 -> 24.8.2 age adoption passing confidence dependencies minor
rand (source) 0.9.0 -> 0.9.1 age adoption passing confidence dependencies patch
ruby/setup-ruby v1.229.0 -> v1.238.0 age adoption passing confidence action minor
serde (source) 1.0.204 -> 1.0.219 age adoption passing confidence dependencies patch
serde_derive (source) 1.0.204 -> 1.0.219 age adoption passing confidence dependencies patch
serde_json 1.0.120 -> 1.0.140 age adoption passing confidence dependencies patch
softprops/action-gh-release v2.2.1 -> v2.2.2 age adoption passing confidence action patch
syn 2.0.100 -> 2.0.101 age adoption passing confidence dependencies patch
tokio (source) 1.44.2 -> 1.45.0 age adoption passing confidence dependencies minor
webpack 5.99.5 -> 5.99.8 age adoption passing confidence devDependencies patch

Warning

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


Release Notes

actions/download-artifact (actions/download-artifact)

v4.3.0

Compare Source

What's Changed
New Contributors

Full Changelog: actions/download-artifact@v4.2.1...v4.3.0

actions/setup-go (actions/setup-go)

v5.5.0

Compare Source

What's Changed
Bug fixes:
Dependency updates:
New Contributors

Full Changelog: actions/setup-go@v5...v5.5.0

actions/setup-node (actions/setup-node)

v4.4.0

Compare Source

What's Changed
Bug fixes:
Enhancement:
Dependency update:
New Contributors

Full Changelogactions/setup-node@v4...v4.4.0

dtolnay/anyhow (anyhow)

v1.0.98

Compare Source

bitflags/bitflags (bitflags)

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

clap-rs/clap (clap)

v4.5.38

Compare Source

Fixes
  • (help) When showing aliases, include leading -- or -

v4.5.37

Compare Source

Features
  • Added ArgMatches::try_clear_id()
github/codeql-action (github/codeql-action)

v3.28.17

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

3.28.17 - 02 May 2025
  • Update default CodeQL bundle version to 2.21.2. #​2872

See the full CHANGELOG.md for more information.

v3.28.16

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

3.28.16 - 23 Apr 2025

  • Update default CodeQL bundle version to 2.21.1. #​2863

See the full CHANGELOG.md for more information.

TheDan64/inkwell (inkwell)

v0.6.0

Compare Source

What's Changed

New Contributors

Full Changelog: TheDan64/inkwell@0.5.0...0.6.0

dtolnay/proc-macro2 (proc-macro2)

v1.0.95

Compare Source

  • Update semver-exempt API under RUSTFLAGS=--cfg=procmacro2_semver_exempt to that of nightly-2025-04-16 (#​497)
puppeteer/puppeteer (puppeteer)

v24.8.2

Compare Source

Miscellaneous Chores
  • puppeteer: Synchronize puppeteer versions
Dependencies
  • The following workspace dependencies were updated
Bug Fixes

v24.8.1

Compare Source

Bug Fixes
Dependencies
  • The following workspace dependencies were updated
    • dependencies
      • puppeteer-core bumped from 24.8.0 to 24.8.1

v24.8.0

Compare Source

Features
Bug Fixes
Dependencies
  • The following workspace dependencies were updated

v24.7.2

Compare Source

Bug Fixes
Dependencies
  • The following workspace dependencies were updated
    • dependencies
      • puppeteer-core bumped from 24.7.1 to 24.7.2

v24.7.1

Compare Source

Bug Fixes
Dependencies
  • The following workspace dependencies were updated

v24.7.0

Compare Source

Bug Fixes
Dependencies
  • The following workspace dependencies were updated
Features
rust-random/rand (rand)

v0.9.1

Compare Source

Security and unsafe
  • Revise "not a crypto library" policy again (#​1565)
  • Remove zerocopy dependency from rand (#​1579)
Fixes
  • Fix feature simd_support for recent nightly rust (#​1586)
Changes
  • Allow fn rand::seq::index::sample_weighted and fn IndexedRandom::choose_multiple_weighted to return fewer than amount results (#​1623), reverting an undocumented change (#​1382) to the previous release.
Additions
  • Add rand::distr::Alphabetic distribution. (#​1587)
  • Re-export rand_core (#​1604)
ruby/setup-ruby (ruby/setup-ruby)

v1.238.0

Compare Source

What's Changed

Full Changelog: ruby/setup-ruby@v1.237.0...v1.238.0

v1.237.0

Compare Source

What's Changed

Full Changelog: ruby/setup-ruby@v1.236.0...v1.237.0

v1.236.0

Compare Source

What's Changed

Full Changelog: ruby/setup-ruby@v1.235.0...v1.236.0

v1.235.0

Compare Source

What's Changed

Full Changelog: ruby/setup-ruby@v1.234.0...v1.235.0

v1.234.0

Compare Source

Full Changelog: ruby/setup-ruby@v1.233.0...v1.234.0

v1.233.0

Compare Source

What's Changed

Full Changelog: ruby/setup-ruby@v1.232.0...v1.233.0

v1.232.0

Compare Source

What's Changed

Full Changelog: ruby/setup-ruby@v1.231.0...v1.232.0

v1.231.0

Compare Source

What's Changed

Full Changelog: ruby/setup-ruby@v1.230.0...v1.231.0

v1.230.0

Compare Source

What's Changed

Full Changelog: ruby/setup-ruby@v1.229.0...v1.230.0

serde-rs/serde (serde)

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

Compare Source


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 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
Contributor Author

renovate bot commented Apr 14, 2025

⚠️ 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.9.0
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 10 times, most recently from 2e0b079 to 6e6a15c Compare April 19, 2025 22:36
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 09711c8 to 970435a Compare April 28, 2025 07:41
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 13 times, most recently from 7a9b9c3 to bffaa1c Compare May 6, 2025 19:45
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from bffaa1c to 8ac0fef Compare May 7, 2025 16:57
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 10559c7 to 2068aca Compare May 9, 2025 12:45
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 2068aca to 607648a Compare May 11, 2025 03:05
@on-keyday on-keyday merged commit 3b21be8 into main May 12, 2025
16 of 19 checks passed
@on-keyday on-keyday deleted the renovate/all-minor-patch branch May 12, 2025 15:45
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