Open renovate[bot] opened 2 weeks ago
This PR contains the following updates:
0.14.1
0.15.0
0.18
0.19
0.16
0.17
0.41.0
0.42.0
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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.
No new or changed pages found.
This PR contains the following updates:
0.14.1
->0.15.0
0.18
->0.19
0.16
->0.17
0.41.0
->0.42.0
Release Notes
apollographql/federation-rs (apollo-federation-types)
### [`v0.15.0`](https://redirect.github.com/apollographql/federation-rs/compare/apollo-federation-types@v0.14.1...apollo-federation-types@v0.15.0) [Compare Source](https://redirect.github.com/apollographql/federation-rs/compare/apollo-federation-types@v0.14.1...apollo-federation-types@v0.15.0)oli-obk/cargo_metadata (cargo_metadata)
### [`v0.19.0`](https://redirect.github.com/oli-obk/cargo_metadata/blob/HEAD/CHANGELOG.md#0190---2024-11-20) [Compare Source](https://redirect.github.com/oli-obk/cargo_metadata/compare/0.18.1...0.19.0) ##### Added - Re-exported `semver` crate directly. - Added implementation of `std::ops::Index<&PackageId>` for `Resolve`. - Added `pub fn is_kind(&self, name: TargetKind) -> bool` to `Target`. - Added derived implementations of `PartialEq`, `Eq` and `Hash` for `Metadata` and its members' types. - Added default fields to `PackageBuilder`. - Added `pub fn new(name:version:id:path:) -> Self` to `PackageBuilder` for providing all required fields upfront. ##### Changed - Bumped MSRV from `1.42.0` to `1.56.0`. - Made `parse_stream` more versatile by accepting anything that implements `Read`. - Converted `TargetKind` and `CrateType` to an enum representation. ##### Removed - Removed re-exports for `BuildMetadata` and `Prerelease` from `semver` crate. - Removed `.is_lib(…)`, `.is_bin(…)`, `.is_example(…)`, `.is_test(…)`, `.is_bench(…)`, `.is_custom_build(…)`, and `.is_proc_macro(…)` from `Target` (in favor of adding `.is_kind(…)`). ##### Fixed - Added missing `manifest_path` field to `Artifact`. Fixes [#187](https://redirect.github.com/oli-obk/cargo_metadata/issues/187).lycheeverse/lychee (lychee-lib)
### [`v0.17.0`](https://redirect.github.com/lycheeverse/lychee/releases/tag/lychee-lib-v0.17.0) [Compare Source](https://redirect.github.com/lycheeverse/lychee/compare/lychee-lib-v0.16.1...lychee-lib-v0.17.0) ##### Added - Add tests for `dns-prefetch` ([#1522](https://redirect.github.com/lycheeverse/lychee/pull/1522)) ##### Other - Bump the dependencies group across 1 directory with 12 updates ([#1544](https://redirect.github.com/lycheeverse/lychee/pull/1544)) - Ignore casing when processing markdown fragments + check for percent encoded ancors ([#1535](https://redirect.github.com/lycheeverse/lychee/pull/1535)) - Fix skipping of email addresses in stylesheets ([#1546](https://redirect.github.com/lycheeverse/lychee/pull/1546)) - Add support for relative links ([#1489](https://redirect.github.com/lycheeverse/lychee/pull/1489)) - Box Octocrab error as it is too large ([#1543](https://redirect.github.com/lycheeverse/lychee/pull/1543)) - Don't check prefix attribute ([#1536](https://redirect.github.com/lycheeverse/lychee/pull/1536)) - Bump the dependencies group with 3 updates ([#1530](https://redirect.github.com/lycheeverse/lychee/pull/1530)) - Allow excluding cache based on status code ([#1403](https://redirect.github.com/lycheeverse/lychee/pull/1403)) - Ignore textContent links in html nodes ([#1528](https://redirect.github.com/lycheeverse/lychee/pull/1528)) - Exclude `rel=dns-prefetch` links ([#1520](https://redirect.github.com/lycheeverse/lychee/pull/1520)) - Improve docs for fragment checker - Don't check preconnect links ([#1187](https://redirect.github.com/lycheeverse/lychee/pull/1187)) - Bump the dependencies group with 6 updates ([#1516](https://redirect.github.com/lycheeverse/lychee/pull/1516)) ### [`v0.16.1`](https://redirect.github.com/lycheeverse/lychee/compare/lychee-lib-v0.16.0...lychee-lib-v0.16.1) [Compare Source](https://redirect.github.com/lycheeverse/lychee/compare/lychee-lib-v0.16.0...lychee-lib-v0.16.1)XAMPPRocky/octocrab (octocrab)
### [`v0.42.0`](https://redirect.github.com/XAMPPRocky/octocrab/blob/HEAD/CHANGELOG.md#0420---2024-11-13) [Compare Source](https://redirect.github.com/XAMPPRocky/octocrab/compare/v0.41.2...v0.42.0) ##### Added - added ssh_signing_keys ops ([#725](https://redirect.github.com/XAMPPRocky/octocrab/pull/725)) ##### Other - Secrets and Code scanning alerts API ([#730](https://redirect.github.com/XAMPPRocky/octocrab/pull/730)) - add support for custom executors ([#728](https://redirect.github.com/XAMPPRocky/octocrab/pull/728)) - Fixup route in api/issues/update ([#732](https://redirect.github.com/XAMPPRocky/octocrab/pull/732)) ### [`v0.41.2`](https://redirect.github.com/XAMPPRocky/octocrab/blob/HEAD/CHANGELOG.md#0412---2024-10-15) [Compare Source](https://redirect.github.com/XAMPPRocky/octocrab/compare/v0.41.1...v0.41.2) ##### Fixed - Removed rustls hard-dependency ([#709](https://redirect.github.com/XAMPPRocky/octocrab/pull/709)) - crate build issues with `stream` feature ([#711](https://redirect.github.com/XAMPPRocky/octocrab/pull/711)) ##### Other - Update tower dependency from 0.4.13 to 0.5.1 ([#722](https://redirect.github.com/XAMPPRocky/octocrab/pull/722)) - added user's social accounts operations (/user/social_accounts) ([#723](https://redirect.github.com/XAMPPRocky/octocrab/pull/723)) - added auth.user's git_ssh_keys operations ([#719](https://redirect.github.com/XAMPPRocky/octocrab/pull/719)) - Remove --verbose ([#716](https://redirect.github.com/XAMPPRocky/octocrab/pull/716)) ### [`v0.41.1`](https://redirect.github.com/XAMPPRocky/octocrab/blob/HEAD/CHANGELOG.md#0411---2024-10-10) [Compare Source](https://redirect.github.com/XAMPPRocky/octocrab/compare/v0.41.0...v0.41.1) ##### Fixed - don't capture backtraces by default ([#710](https://redirect.github.com/XAMPPRocky/octocrab/pull/710)) ##### Other - added user's gpg_keys operations ([#717](https://redirect.github.com/XAMPPRocky/octocrab/pull/717)) - Secrecy dependency update from 0.8.0 to 0.10.3 ([#718](https://redirect.github.com/XAMPPRocky/octocrab/pull/718)) - Added handlers for Repo Dependabot API ([#714](https://redirect.github.com/XAMPPRocky/octocrab/pull/714)) - [#552](https://redirect.github.com/XAMPPRocky/octocrab/pull/552) (emails, public_emails, visibility) ([#712](https://redirect.github.com/XAMPPRocky/octocrab/pull/712)) - make some fields to public ([#708](https://redirect.github.com/XAMPPRocky/octocrab/pull/708)) - Implement some style improvements ([#698](https://redirect.github.com/XAMPPRocky/octocrab/pull/698))Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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.