Skip to content
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

fix(deps): update rust crates #2641

Merged
merged 1 commit into from
May 20, 2024
Merged

fix(deps): update rust crates #2641

merged 1 commit into from
May 20, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 29, 2024

Mend Renovate

This PR contains the following updates:

Package Type Update Change
mimalloc dependencies patch 0.1.41 -> 0.1.42
trybuild dev-dependencies patch 1.0.91 -> 1.0.96

Release Notes

purpleprotocol/mimalloc_rust (mimalloc)

v0.1.42: Version 0.1.42

Compare Source

Changes
dtolnay/trybuild (trybuild)

v1.0.96

Compare Source

  • Support Windows builds that have OUT_DIR prefixed with \\?\ (#​271)

v1.0.95

Compare Source

  • Keep long type names in diagnostics so that test output does not vary depending on the length of the absolute filepath of the crate (#​269)

v1.0.94

Compare Source

  • Resolve unexpected_cfgs warning (#​268)

v1.0.93

Compare Source

v1.0.92

Compare Source

  • Update normalization of verbose type paths to accommodate error message changes in rust 1.78 (#​265, thanks @​weiznich)

Configuration

📅 Schedule: Branch creation - "before 9am on monday" in timezone Europe/Gibraltar, 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 has been generated by Mend Renovate. View repository job log here.

@github-actions github-actions bot added A-CLI Area: CLI A-Core Area: core A-Linter Area: linter A-Parser Area: parser A-Formatter Area: formatter A-Tooling Area: internal tools A-LSP Area: language server protocol L-JavaScript Language: JavaScript and super languages A-Diagnostic Area: diagnostocis labels Apr 29, 2024
Copy link
Contributor

github-actions bot commented Apr 29, 2024

Parser conformance results on

js/262

Test result main count This PR count Difference
Total 49701 49701 0
Passed 48721 48721 0
Failed 980 980 0
Panics 0 0 0
Coverage 98.03% 98.03% 0.00%

jsx/babel

Test result main count This PR count Difference
Total 40 40 0
Passed 37 37 0
Failed 3 3 0
Panics 0 0 0
Coverage 92.50% 92.50% 0.00%

symbols/microsoft

Test result main count This PR count Difference
Total 6322 6322 0
Passed 2036 2036 0
Failed 4286 4286 0
Panics 0 0 0
Coverage 32.20% 32.20% 0.00%

ts/babel

Test result main count This PR count Difference
Total 662 662 0
Passed 593 593 0
Failed 69 69 0
Panics 0 0 0
Coverage 89.58% 89.58% 0.00%

ts/microsoft

Test result main count This PR count Difference
Total 17646 17646 0
Passed 13441 13441 0
Failed 4205 4205 0
Panics 0 0 0
Coverage 76.17% 76.17% 0.00%

Copy link

codspeed-hq bot commented Apr 29, 2024

CodSpeed Performance Report

Merging #2641 will not alter performance

Comparing renovate/rust-crates (19ecf81) with main (a810318)

Summary

✅ 92 untouched benchmarks

@renovate renovate bot force-pushed the renovate/rust-crates branch 3 times, most recently from 5899b68 to 4df64d8 Compare April 30, 2024 09:27
@Conaclos Conaclos mentioned this pull request Apr 30, 2024
@github-actions github-actions bot removed A-Core Area: core A-Linter Area: linter A-Parser Area: parser A-Formatter Area: formatter A-Tooling Area: internal tools A-Diagnostic Area: diagnostocis labels Apr 30, 2024
@github-actions github-actions bot added A-Core Area: core A-Formatter Area: formatter labels May 1, 2024
@Conaclos Conaclos mentioned this pull request May 1, 2024
@renovate renovate bot changed the title fix(deps): update rust crates fix(deps): update rust crate tower-lsp to 0.20.0 May 1, 2024
@github-actions github-actions bot removed A-Core Area: core A-Formatter Area: formatter labels May 1, 2024
@renovate renovate bot changed the title fix(deps): update rust crate tower-lsp to 0.20.0 fix(deps): update rust crates May 1, 2024
Copy link
Contributor Author

renovate bot commented May 3, 2024

⚠ 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: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path crates/biome_grit_patterns/Cargo.toml --package itertools@0.10.5 --precise 0.12.1
    Updating crates.io index
error: failed to select a version for the requirement `itertools = "^0.10.5"`
candidate versions found which didn't match: 0.12.1
location searched: crates.io index
required by package `grit-pattern-matcher v0.2.0`
    ... which satisfies dependency `grit-pattern-matcher = "^0.2"` (locked to 0.2.0) of package `biome_grit_patterns v0.0.1 (/tmp/renovate/repos/github/biomejs/biome/crates/biome_grit_patterns)`
    ... which satisfies path dependency `biome_grit_patterns` (locked to 0.0.1) of package `biome_service v0.0.0 (/tmp/renovate/repos/github/biomejs/biome/crates/biome_service)`
    ... which satisfies path dependency `biome_service` (locked to 0.0.0) of package `biome_cli v0.0.0 (/tmp/renovate/repos/github/biomejs/biome/crates/biome_cli)`
perhaps a crate was updated and forgotten to be re-vendored?

@github-actions github-actions bot added the A-Diagnostic Area: diagnostocis label May 4, 2024
@renovate renovate bot force-pushed the renovate/rust-crates branch 2 times, most recently from b6262d5 to 7548122 Compare May 7, 2024 03:34
@github-actions github-actions bot removed the A-LSP Area: language server protocol label May 7, 2024
@renovate renovate bot force-pushed the renovate/rust-crates branch 3 times, most recently from 7b47da1 to eba6671 Compare May 16, 2024 16:28
@renovate renovate bot changed the title fix(deps): update rust crates chore(deps): update rust crate trybuild to 1.0.96 May 19, 2024
@renovate renovate bot changed the title chore(deps): update rust crate trybuild to 1.0.96 fix(deps): update rust crates May 20, 2024
@github-actions github-actions bot added the A-Tooling Area: internal tools label May 20, 2024
@ematipico ematipico merged commit b161bef into main May 20, 2024
16 of 17 checks passed
@ematipico ematipico deleted the renovate/rust-crates branch May 20, 2024 12:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-CLI Area: CLI A-Diagnostic Area: diagnostocis A-Tooling Area: internal tools L-JavaScript Language: JavaScript and super languages
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant