-
-
Notifications
You must be signed in to change notification settings - Fork 0
chore(deps): update regex #273
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
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/regex
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dac6dd9 to
eaf68b4
Compare
eaf68b4 to
5ea883e
Compare
9160304 to
326f911
Compare
326f911 to
5541b23
Compare
f30fbdc to
410ff7d
Compare
410ff7d to
e3b5f07
Compare
e3b5f07 to
81c908b
Compare
d57cec3 to
31767cd
Compare
31767cd to
586d7f3
Compare
586d7f3 to
1e775fa
Compare
1e775fa to
69e8313
Compare
69e8313 to
2d9d37c
Compare
2d9d37c to
4d74b41
Compare
5a04aa2 to
06a88d3
Compare
06a88d3 to
42dbe85
Compare
42dbe85 to
0999cf5
Compare
39ff194 to
1f8548a
Compare
d80d1a5 to
30fefa3
Compare
30fefa3 to
a5e2709
Compare
f79c532 to
82737ad
Compare
82737ad to
2a15e6a
Compare
2a15e6a to
5bc5c25
Compare
938e379 to
026dff5
Compare
8d76598 to
69c7ad1
Compare
ab6fad1 to
6d1e101
Compare
7a5f113 to
a407ea3
Compare
a407ea3 to
533c1f3
Compare
|
Coverage after merging renovate/regex into main will be
Coverage Report
|
|||||||||||||||||||||||||||||||||||||||||||||||||
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.16.1→0.19.00.6.31→0.6.410.6.13→0.8.20.1.50→0.1.60Release Notes
EmbarkStudios/cargo-deny (cargo-deny)
v0.19.0Compare Source
Changed
--configbe resolved relative to the current working directory (rather than the resolved manifest path's directory).gix,reqwest, andtame-indexto newer versions. Thereqwest0.13 changes means it is no longer possible to choose the source of root certificates forgix, so that decision is now left torustls-platform-verifier. Thenative-certsfeature has thus been removed, andcargo-denyno longer defaults to usingwebpki-roots.Fixed
--config, resolving #748.Added
[bans.allow-workspace]to allow workspace crates while denying all external crates.[licenses.include-build]to toggle whether build dependencies are included in the license check.[advisories.unused-ignored-advisory]to disable the warning when an advisory is ignored but not encountered in the crate graph.[advisories.unsound]to determine which crates can showunsoundadvisories, similarly to theunmaintainedfield. Defaults toworkspacecrates, ignoringunsoundadvisories for transitive dependencies, resolving #824.v0.18.9Compare Source
Fixed
v0.18.8Compare Source
Fixed
-or-latervariant, arbitrarily chosen as it is impossible to distinguish between the variants for a particular license version. This means if the license detected is actually wrong (eg.GPL-3.0-or-lateris detected when the code is actually licensed underGPL-3.0-only), the license should instead be clarified to the correct one. Resolves #813.v0.18.7Compare Source
Fixed
-or-latervariant, arbitrarily chosen as it is impossible to distinguish between the variants for a particular license version. This means if the license detected is actually wrong (eg.GPL-3.0-or-lateris detected when the code is actually licensed underGPL-3.0-only), the license should instead be clarified to the correct one. Resolves #813.v0.18.6Compare Source
Fixed
rustsecto 0.31, resolving #804.licenseexpression.Added
unused-license-exceptionoption to configure the lint level, resolving #806.Changed
gixto 0.75.v0.18.5Compare Source
Changed
Added
--format sarif. The current output for this format is experimental and may change in future updates.v0.18.4Compare Source
Added
--metadata-pathargument to use a cargo metadata JSON file instead of calling cargo metadata, resolving #777.sources.unused-allow-sourceto allow configuration of the lint level when a source is allowed but not used by any crate in the graph, closing #781.Changed
/is no longer corrected toOR, and if the license expression is found in the package's manifest, that span is used in diagnostic messages instead of the synthesized manifest.Fixed
spdxto a new version that forces all GNU licenses to be exactly equal when comparing license expressions to licensee expressions, which is incredibly pedantic, but means the license comparison is entirely in the hands of the user so that I no longer have to deal with GNU licenses.v0.18.3Compare Source
Changed
v0.18.2Compare Source
Added
advisories.unmaintainedconfig option. See the docs for how it can be used. The default matches the current behavior, which is to error on anyunmaintainedadvisory, but addingunmaintained = "workspace"to the[advisories]table will mean unmaintained advisories will only error if the crate is a direct dependency of your workspace.v0.18.1Compare Source
Fixed
kratesto pull in the fix for EmbarkStudios/krates#100.v0.18.0Compare Source
Changed
https://github.com/rustsec/advisory-dbwill now be placed in$CARGO_HOME/advisory-dbs/advisory-db-3157b0e258782691.Fixed
v0.17.0Compare Source
Changed
tame-indexto 0.18.0 so that cargo 1.85.0 is transparently supported along with older cargo versions.v0.16.4Compare Source
Changed
gixto 0.70, to resolve RUSTSEC-2025-0001.Fixed
v0.16.3Compare Source
Changed
rust-versionto 1.81.0 to accurately reflect the minimum rust version required to compile, resolving #720.Fixed
unnecessary-skipdiagnostic, emitted when there is askipconfigured for a crate that only has one version in the graph.v0.16.2Compare Source
Fixed
krates-> 0.17.5, fixing an issue wherecargo-denycould panic due to incorrectly resolving features for different versions of the same crate referenced by a single crate.Added
--exclude-unpublishedCLI argument or thegraph.exclude-unpublishedconfig field. Thanks @Tastaturtaste!Changed
goblin-> 0.9.2rustsec-> 0.30.taiki-e/cargo-hack (cargo-hack)
v0.6.41Compare Source
v0.6.40Compare Source
toml_editto 0.24. This includes TOML 1.1 parse support.v0.6.39Compare Source
...includes.., but..is not a dependency" error.v0.6.38Compare Source
v0.6.37Compare Source
Fix
--mutually-exclusive-featuresinteracting with optional dependencies. (#276, thanks @xStrom)This is a re-land of the change added in 0.6.34 but reverted in 0.6.36 due to infinite recursion bug, with the infinite recursion bug fixed.
Update
toml_editto 0.23.v0.6.36Compare Source
v0.6.35Compare Source
Performance improvements.
Documentation improvements.
v0.6.34Compare Source
v0.6.33Compare Source
--excludewithout also specifying--workspace. (#258, thanks @xStrom)v0.6.32Compare Source
taiki-e/cargo-llvm-cov (cargo-llvm-cov)
v0.8.2Compare Source
ui_test. (#477)v0.8.1Compare Source
Back "cargo-llvm-cov subcommands other than report and clean may not work correctly ..." error to warning.
This was changed from a warning to an error in 0.7.0, but it has been reverted because a case where it previously worked without issues was reported.
v0.8.0Compare Source
Support glob pattern, versioned name with partial version or
<name>@​<version>syntax, and package spec in--package. Previously, only package name and versioned package name with<name>:<full_version>are supported. (#476)This also fixes regression introduced in 0.7.0 where causing packages specified with
--packageare wrongly excluded from report/test when package is specified with the above syntaxes.Support glob pattern, versioned name, and package spec in
--exclude. When we tested it previously, Cargo did not support this, but the current version of Cargo does support it. (#476)Align the exclusion behavior in reports when cargo-llvm-cov is performed in a sub-crate directory of a workspace or in the root crate of a non-virtual workspace without using
--workspaceor--package, to match the behavior when--workspaceor--packageis used (by default, only show the tested crates). (#476)Compatibility Note: When
--workspaceor--packageis not used, this will exclude other untested workspace members from the report that were previously implicitly included.If you want to test other workspace members, consider using
--workspaceor--package. If you don't want to test other workspace members but still want to include them in the report, consider using--workspaceor--exclude-from-test.v0.7.1Compare Source
v0.7.0Compare Source
v0.6.24Compare Source
Support
*-windows-gnullvmtargets. (#470, thanks @mati865)Fix a bug causing
--profraw-onlyto remove too many files. (#469, thanks @smoelius)Distribute prebuilt binary for AArch64 Windows.
-C instrument-coveragedoesn't supportaarch64-pc-windows-msvcyet (rust-lang/rust#150123), but cross-compile toaarch64-pc-windows-gnullvmworks.v0.6.23Compare Source
v0.6.22Compare Source
Update documentation to mention the way to get coverage for
wasm32-unknown-unknowntarget.Exclude files named
tests.rs/*_tests.rs/*-tests.rsfrom the report by default.v0.6.21Compare Source
cargo-config2to 0.1.39 to fix regression causing "invalid type: .., expected struct TargetConfig" error when a custom field used intarget.<triple>config. (#454)v0.6.20Compare Source
Support Cargo
build-dirthat added in Cargo 1.91. (#452)Update minimal version of
cargo-config2to 0.1.38 to improve support for target names that contain ".". (#446)v0.6.19Compare Source
v0.6.18Compare Source
v0.6.17Compare Source
Exclude local vendored sources by default. (#438, thanks @Altair-Bueno)
Remove dependency on
is_executable. (#422)Update
openerto 0.8.Update
ductto 1.Documentation improvements.
v0.6.16Compare Source
Add
--with-pwsh-env-prefixtocargo llvm-cov show-envsubcommand. (#411, thanks @LittleBoxOfSunshine)Document usage with GitLab CI. (#405, thanks @jaskij)
Document usage with afl.rs. (#369, thanks @njelich)
Update
ruzstdto 0.8.This increases the rustc version required to build cargo-llvm-cov. (rustc 1.73+ -> 1.81+)
The cargo/rustc version required to run cargo-llvm-cov remains unchanged.
v0.6.15Compare Source
Remove dependency on
hometo relax the MSRV on Windows.Weaken errors related to rustc version to warnings. (#407)
v0.6.14Compare Source
--mcdcflag to enable mcdc coverage. (#383, thanks @Swatinem)est31/cargo-udeps (cargo-udeps)
v0.1.60Compare Source
cargodependency to 0.92v0.1.59Compare Source
cargodependency to 0.91v0.1.57Compare Source
cargodependency to 0.89v0.1.56Compare Source
cargodependency to 0.88v0.1.55Compare Source
cargodependency to 0.86v0.1.54Compare Source
cargodependency to 0.85v0.1.53Compare Source
cargodependency to 0.84v0.1.52Compare Source
cargodependency to 0.83Configuration
📅 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.