Commit 13e460a
authored
chore(deps): lock file maintenance rust crates (#687)
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| | | lockFileMaintenance | All locks refreshed |
| [windows-sys](https://redirect.github.com/microsoft/windows-rs) |
dev-dependencies | minor | `0.60.2` -> `0.61.0` |
🔧 This Pull Request updates lock files to use the latest dependency
versions.
---
### Release Notes
<details>
<summary>microsoft/windows-rs (windows-sys)</summary>
###
[`v0.61.0`](https://redirect.github.com/microsoft/windows-rs/releases/tag/0.61.0):
61
Major crate updates:
- `windows` 0.59.0
- `windows-core` 0.59.0
- `windows-implement` 0.59.0
- `windows-interface` 0.59.0
- `windows-targets` 0.53.0
- `windows_i686_msvc` 0.53.0
- `windows_x86_64_msvc` 0.53.0
- `windows_aarch64_msvc` 0.53.0
- `windows_i686_gnu` 0.53.0
- `windows_x86_64_gnu` 0.53.0
- `windows_i686_gnullvm` 0.53.0
- `windows_x86_64_gnullvm` 0.53.0
- `windows_aarch64_gnullvm` 0.53.0
- `windows-bindgen` 0.59.0
- `windows-registry` 0.4.0
- `windows-result` 0.3.0
- `windows-strings` 0.3.0
- `cppwinrt` 0.2.0
Minor crate updates:
- `windows-version` 0.1.2
Excluded:
- `windows-sys` 0.59.0
Things to keep in mind:
- The tag/release names no longer map directly to the crate versions, so
to [find
samples](https://redirect.github.com/microsoft/windows-rs/tree/master/crates/samples)
for a particular release requires looking at [the
releases](https://redirect.github.com/microsoft/windows-rs/releases)
page and finding the release that most recently updated a particular
crate.
- The `windows-bindgen` crate includes the major code generation
overhaul that brings many improvements - be sure to check out the PR
description for more information. The resulting code gen depends on the
new version of `windows-core` and its dependencies, unless you include
the `--sys` option.
[#​3359](https://redirect.github.com/microsoft/windows-rs/issues/3359)
- The `cppwinrt` crate constitutes a major update due to streamlining
the error handling.
[#​3415](https://redirect.github.com/microsoft/windows-rs/issues/3415)
- The `windows-registry`, `windows-strings,` and `windows-result` crates
are also major version updates since they include small breaking
changes.
- The `windows-targets` crate finally receives a major version update,
the first in over a year. This is due to
[#​3359](https://redirect.github.com/microsoft/windows-rs/issues/3359)
and
[#​3342](https://redirect.github.com/microsoft/windows-rs/issues/3342)
potentially introducing breaking changes. Although unlikely, these
updates introduced sufficient changes that make it hard to ensure that
the `windows-targets` libs don't break existing code. As we're updating
`windows-targets` anyway, I took the liberty to bump the MSRV to 1.60 -
to match the latest version of `windows-sys` - and remove the old but
unused doc macro feature. Both remained for compatibility with very old
dependents of the `windows-targets` crate.
- The `windows-version` crate receives a minor update to update its
dependency on the `windows-targets` crate.
- Beyond these specifics, this update is the culmination of around 6
months worth of work on the `windows-rs` project. The biggest
improvements comes from the new code generation engine, but many other
improvements are now also available for production. This includes
support for many new lints, warnings, and suggestions provided by the
Rust toolchain; much smaller code gen thanks to deriving many more
traits; more efficient code gen; major improvements to WinRT type system
and implementation support; more robust and consistent error handling;
stock collection and async support; improved support for class
hierarchies; and much more!
In addition to "what's changed" below, check out what's changed for
notes for
[0.60.0](https://redirect.github.com/microsoft/windows-rs/releases/tag/0.60.0)
and
[0.59.0](https://redirect.github.com/microsoft/windows-rs/releases/tag/0.59.0)
for additional changes that roll up to the crates published as part of
this release.
##### What's Changed
- Remove improper\_ctypes workaround by
[@​ChrisDenton](https://redirect.github.com/ChrisDenton) in
[#​3296](https://redirect.github.com/microsoft/windows-rs/pull/3296)
- Bump rollup from 2.79.1 to 2.79.2 in /web/features by
[@​dependabot](https://redirect.github.com/dependabot) in
[#​3299](https://redirect.github.com/microsoft/windows-rs/pull/3299)
- Update jsonschema requirement from 0.20 to 0.21 by
[@​dependabot](https://redirect.github.com/dependabot) in
[#​3301](https://redirect.github.com/microsoft/windows-rs/pull/3301)
- Address Rust nightly compiler warnings by
[@​kennykerr](https://redirect.github.com/kennykerr) in
[#​3311](https://redirect.github.com/microsoft/windows-rs/pull/3311)
- Update jsonschema requirement from 0.21 to 0.22 by
[@​dependabot](https://redirect.github.com/dependabot) in
[#​3310](https://redirect.github.com/microsoft/windows-rs/pull/3310)
- Update workflows to ignore paths on pull request by
[@​riverar](https://redirect.github.com/riverar) in
[#​3312](https://redirect.github.com/microsoft/windows-rs/pull/3312)
- Fix remaining `std` references in `windows` and `windows-core` crates
for `no_std` builds by
[@​kennykerr](https://redirect.github.com/kennykerr) in
[#​3317](https://redirect.github.com/microsoft/windows-rs/pull/3317)
- Bump cookie and express in /web/features by
[@​dependabot](https://redirect.github.com/dependabot) in
[#​3318](https://redirect.github.com/microsoft/windows-rs/pull/3318)
- Fix nested struct sort order by
[@​kennykerr](https://redirect.github.com/kennykerr) in
[#​3321](https://redirect.github.com/microsoft/windows-rs/pull/3321)
- Update jsonschema requirement from 0.22 to 0.23 by
[@​dependabot](https://redirect.github.com/dependabot) in
[#​3323](https://redirect.github.com/microsoft/windows-rs/pull/3323)
- Add `unwrap` helper for `NTSTATUS` by
[@​kennykerr](https://redirect.github.com/kennykerr) in
[#​3324](https://redirect.github.com/microsoft/windows-rs/pull/3324)
- Bump http-proxy-middleware from 2.0.6 to 2.0.7 in /web/features by
[@​dependabot](https://redirect.github.com/dependabot) in
[#​3331](https://redirect.github.com/microsoft/windows-rs/pull/3331)
- Remove "implement" feature by
[@​kennykerr](https://redirect.github.com/kennykerr) in
[#​3333](https://redirect.github.com/microsoft/windows-rs/pull/3333)
- Update web workflow by
[@​riverar](https://redirect.github.com/riverar) in
[#​3344](https://redirect.github.com/microsoft/windows-rs/pull/3344)
- Update Windows metadata by
[@​riverar](https://redirect.github.com/riverar) in
[#​3342](https://redirect.github.com/microsoft/windows-rs/pull/3342)
- Bump cross-spawn from 7.0.3 to 7.0.6 in /web/features by
[@​dependabot](https://redirect.github.com/dependabot) in
[#​3347](https://redirect.github.com/microsoft/windows-rs/pull/3347)
- fix: remove use of std in windows-strings h! macro by
[@​vthib](https://redirect.github.com/vthib) in
[#​3356](https://redirect.github.com/microsoft/windows-rs/pull/3356)
- Major `windows-bindgen` update by
[@​kennykerr](https://redirect.github.com/kennykerr) in
[#​3359](https://redirect.github.com/microsoft/windows-rs/pull/3359)
- Harden reg-free class activation by
[@​kennykerr](https://redirect.github.com/kennykerr) in
[#​3365](https://redirect.github.com/microsoft/windows-rs/pull/3365)
- Simpler bindings generation by
[@​kennykerr](https://redirect.github.com/kennykerr) in
[#​3367](https://redirect.github.com/microsoft/windows-rs/pull/3367)
- `windows-bindgen` should generate `no_std` bindings by default by
[@​kennykerr](https://redirect.github.com/kennykerr) in
[#​3366](https://redirect.github.com/microsoft/windows-rs/pull/3366)
- Prefer optional over convertible parameters by
[@​kennykerr](https://redirect.github.com/kennykerr) in
[#​3368](https://redirect.github.com/microsoft/windows-rs/pull/3368)
- Remove unused extensions by
[@​kennykerr](https://redirect.github.com/kennykerr) in
[#​3369](https://redirect.github.com/microsoft/windows-rs/pull/3369)
- Simpler code generation by
[@​kennykerr](https://redirect.github.com/kennykerr) in
[#​3370](https://redirect.github.com/microsoft/windows-rs/pull/3370)
- Update dependencies by
[@​kennykerr](https://redirect.github.com/kennykerr) in
[#​3374](https://redirect.github.com/microsoft/windows-rs/pull/3374)
- Simpler code gen for Boolean parameters by
[@​kennykerr](https://redirect.github.com/kennykerr) in
[#​3373](https://redirect.github.com/microsoft/windows-rs/pull/3373)
- Remap `BOOLEAN` to `bool` by
[@​kennykerr](https://redirect.github.com/kennykerr) in
[#​3376](https://redirect.github.com/microsoft/windows-rs/pull/3376)
- Avoid generating `transmute` for input value type parameter bindings
by [@​kennykerr](https://redirect.github.com/kennykerr) in
[#​3377](https://redirect.github.com/microsoft/windows-rs/pull/3377)
- Fix macro docs by
[@​kennykerr](https://redirect.github.com/kennykerr) in
[#​3378](https://redirect.github.com/microsoft/windows-rs/pull/3378)
- Streamline error handling in `windows-bindgen` by
[@​kennykerr](https://redirect.github.com/kennykerr) in
[#​3379](https://redirect.github.com/microsoft/windows-rs/pull/3379)
- Improve WinRT event representation and testing by
[@​kennykerr](https://redirect.github.com/kennykerr) in
[#​3382](https://redirect.github.com/microsoft/windows-rs/pull/3382)
- Use `track_caller` to make debugging `bindgen` build script errors
easier by [@​kennykerr](https://redirect.github.com/kennykerr) in
[#​3383](https://redirect.github.com/microsoft/windows-rs/pull/3383)
- `windows-bindgen` now uses `Ref` and `OutRef` for COM interface traits
by [@​kennykerr](https://redirect.github.com/kennykerr) in
[#​3386](https://redirect.github.com/microsoft/windows-rs/pull/3386)
- Add static event test/sample for WinRT by
[@​kennykerr](https://redirect.github.com/kennykerr) in
[#​3389](https://redirect.github.com/microsoft/windows-rs/pull/3389)
- Verify param direction by
[@​kennykerr](https://redirect.github.com/kennykerr) in
[#​3390](https://redirect.github.com/microsoft/windows-rs/pull/3390)
- Ensure external references to static factories are generated correctly
by [@​kennykerr](https://redirect.github.com/kennykerr) in
[#​3392](https://redirect.github.com/microsoft/windows-rs/pull/3392)
- Update `windows-bindgen` to support `unsafe_op_in_unsafe_fn` by
[@​kennykerr](https://redirect.github.com/kennykerr) in
[#​3393](https://redirect.github.com/microsoft/windows-rs/pull/3393)
- Make `Ref` work with more than just interface types by
[@​kennykerr](https://redirect.github.com/kennykerr) in
[#​3394](https://redirect.github.com/microsoft/windows-rs/pull/3394)
- Add PR preview deployments to web workflow by
[@​riverar](https://redirect.github.com/riverar) in
[#​3395](https://redirect.github.com/microsoft/windows-rs/pull/3395)
- Adjust web workflow to use gh-pages branch by
[@​riverar](https://redirect.github.com/riverar) in
[#​3397](https://redirect.github.com/microsoft/windows-rs/pull/3397)
- Streamline CRA deps and webpack config by
[@​riverar](https://redirect.github.com/riverar) in
[#​3396](https://redirect.github.com/microsoft/windows-rs/pull/3396)
- Address nightly clippy warnings about operator precedence by
[@​kennykerr](https://redirect.github.com/kennykerr) in
[#​3414](https://redirect.github.com/microsoft/windows-rs/pull/3414)
- Detect unsupported array parameters by
[@​iancormac84](https://redirect.github.com/iancormac84) in
[#​3402](https://redirect.github.com/microsoft/windows-rs/pull/3402)
- `cppwinrt` should consistently panic on failure by
[@​kennykerr](https://redirect.github.com/kennykerr) in
[#​3415](https://redirect.github.com/microsoft/windows-rs/pull/3415)
- Shorten sample crate names by
[@​kennykerr](https://redirect.github.com/kennykerr) in
[#​3416](https://redirect.github.com/microsoft/windows-rs/pull/3416)
- Use `track_caller` to make debugging `cppwinrt` build script errors
easier by [@​kennykerr](https://redirect.github.com/kennykerr) in
[#​3417](https://redirect.github.com/microsoft/windows-rs/pull/3417)
- Fix provenance in direct32 sample by
[@​ChrisDenton](https://redirect.github.com/ChrisDenton) in
[#​3419](https://redirect.github.com/microsoft/windows-rs/pull/3419)
- Update web workflow to use external origin by
[@​riverar](https://redirect.github.com/riverar) in
[#​3420](https://redirect.github.com/microsoft/windows-rs/pull/3420)
- Avoid `transmute` where possible by
[@​kennykerr](https://redirect.github.com/kennykerr) in
[#​3421](https://redirect.github.com/microsoft/windows-rs/pull/3421)
- Update GitHub Actions runners by
[@​kennykerr](https://redirect.github.com/kennykerr) in
[#​3423](https://redirect.github.com/microsoft/windows-rs/pull/3423)
- Improve feature search UX, add dark mode, and update deps by
[@​riverar](https://redirect.github.com/riverar) in
[#​3422](https://redirect.github.com/microsoft/windows-rs/pull/3422)
- Release 0.61.0 by
[@​kennykerr](https://redirect.github.com/kennykerr) in
[#​3418](https://redirect.github.com/microsoft/windows-rs/pull/3418)
##### New Contributors
- [@​iancormac84](https://redirect.github.com/iancormac84) made
their first contribution in
[#​3402](https://redirect.github.com/microsoft/windows-rs/pull/3402)
**Full Changelog**:
<microsoft/windows-rs@0.60.0...0.61.0>
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "before 9am on monday" in timezone
Asia/Shanghai, 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](https://redirect.github.com/renovatebot/renovate/discussions) if
that's undesired.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/oxc-project/oxc-resolver).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS45MS4xIiwidXBkYXRlZEluVmVyIjoiNDEuOTEuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent 92b70a3 commit 13e460a
2 files changed
+55
-32
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
107 | | - | |
| 107 | + | |
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
| |||
0 commit comments