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: bump the rust-crates group with 4 updates #20

Merged
merged 5 commits into from
Nov 23, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 23, 2024

Bumps the rust-crates group with 4 updates: accesskit, accesskit_windows, accesskit_macos and accesskit_unix.

Updates accesskit from 0.16.2 to 0.17.1

Release notes

Sourced from accesskit's releases.

accesskit_macos: v0.17.1

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • accesskit bumped from 0.16.0 to 0.16.1
      • accesskit_consumer bumped from 0.24.0 to 0.24.1

accesskit: v0.17.1

0.17.1 (2024-11-23)

Bug Fixes

  • Fix some broken links in the documentation (#484) (0a51225)

accesskit_macos: v0.17.0

0.17.0 (2024-06-29)

⚠ BREAKING CHANGES

  • Rename the StaticText role to Label (#434)

Code Refactoring

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • accesskit bumped from 0.15.0 to 0.16.0
      • accesskit_consumer bumped from 0.23.0 to 0.24.0

accesskit: v0.17.0

0.17.0 (2024-10-31)

This new version of AccessKit contains a few important changes. Here are the highlights:

  • NodeBuilder has been renamed to Node and its build method has been removed. The old Node struct was renamed to FrozenNode but you would typically not use it since the convertion now happens automatically.
  • The name property is now called label to be consistent with the labelled_by property.
  • You must now set the content of label nodes by using the value property instead of label.
  • DefaultActionVerb has been removed: adding supported Actions is now all that is needed to tell assistive technologies how they can interact with a node.
  • Action::Default has been renamed to Click.
  • Role::InlineTextBox is now called TextRun.
  • The property is_hovered have been removed and there is no replacement for it.

... (truncated)

Commits
  • 405d578 chore: release main (#481)
  • f4f0bfb fix: Optimize use of hash tables in platform adapters (#485)
  • 0a51225 fix: Fix some broken links in the documentation (#484)
  • dcb17bc fix: Avoid reallocations when processing tree updates (#482)
  • 1fead29 fix: Tell docs.rs to only build accesskit_windows on Windows (#483)
  • f25d03a feat: Make the consumer crate no-std (#471)
  • 40ad828 fix: Add sub roles to MacOS adapter (#480)
  • 9634fc2 chore: release main (#469)
  • 95dfdb6 fix!: Drop the is_hovered property (#479)
  • b1c7086 chore: Mention all adapters in common crate's README (#478)
  • Additional commits viewable in compare view

Updates accesskit_windows from 0.23.1 to 0.24.0

Release notes

Sourced from accesskit_windows's releases.

accesskit_windows: v0.24.0

0.24.0 (2024-10-31)

⚠ BREAKING CHANGES

  • Rename name to label and use value for label content (#475)
  • Rename NodeBuilder to Node and the old Node to FrozenNode (#476)
  • Rename Role::InlineTextBox to TextRun (#473)
  • Drop DefaultActionVerb (#472)
  • Make the core crate no-std (#468)

Features

Code Refactoring

  • Drop DefaultActionVerb (#472) (ef3b003)
  • Rename name to label and use value for label content (#475) (e0053a5)
  • Rename NodeBuilder to Node and the old Node to FrozenNode (#476) (7d8910e)
  • Rename Role::InlineTextBox to TextRun (#473) (29fa341)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • accesskit bumped from 0.16.3 to 0.17.0
      • accesskit_consumer bumped from 0.24.3 to 0.25.0

accesskit_windows: v0.23.2

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • accesskit bumped from 0.16.2 to 0.16.3
      • accesskit_consumer bumped from 0.24.2 to 0.24.3
Commits
  • 9634fc2 chore: release main (#469)
  • 95dfdb6 fix!: Drop the is_hovered property (#479)
  • b1c7086 chore: Mention all adapters in common crate's README (#478)
  • e0053a5 refactor!: Rename name to label and use value for label content (#475)
  • 7d8910e refactor!: Rename NodeBuilder to Node and the old Node to FrozenNode ...
  • 61e4817 fix: Implement the isAccessibilityEnabled property on MacOS (#474)
  • 29fa341 refactor!: Rename Role::InlineTextBox to TextRun (#473)
  • ef3b003 refactor!: Drop DefaultActionVerb (#472)
  • 2fa0d3f feat!: Make the core crate no-std (#468)
  • c1bd2d6 chore: release main (#467)
  • Additional commits viewable in compare view

Updates accesskit_macos from 0.17.2 to 0.18.0

Release notes

Sourced from accesskit_macos's releases.

accesskit_macos: v0.18.0

0.18.0 (2024-10-31)

⚠ BREAKING CHANGES

  • Rename name to label and use value for label content (#475)
  • Rename NodeBuilder to Node and the old Node to FrozenNode (#476)
  • Rename Role::InlineTextBox to TextRun (#473)
  • Drop DefaultActionVerb (#472)
  • Make the core crate no-std (#468)

Features

Bug Fixes

  • Implement the isAccessibilityEnabled property on MacOS (#474) (61e4817)

Code Refactoring

  • Drop DefaultActionVerb (#472) (ef3b003)
  • Rename name to label and use value for label content (#475) (e0053a5)
  • Rename NodeBuilder to Node and the old Node to FrozenNode (#476) (7d8910e)
  • Rename Role::InlineTextBox to TextRun (#473) (29fa341)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • accesskit bumped from 0.16.3 to 0.17.0
      • accesskit_consumer bumped from 0.24.3 to 0.25.0

accesskit_macos: v0.17.4

0.17.4 (2024-10-21)

Bug Fixes

  • Add properties needed by the Xcode Accessibility Inspector (#466) (295b188)

accesskit_macos: v0.17.3

Dependencies

  • The following workspace dependencies were updated
    • dependencies

... (truncated)

Commits
  • 9634fc2 chore: release main (#469)
  • 95dfdb6 fix!: Drop the is_hovered property (#479)
  • b1c7086 chore: Mention all adapters in common crate's README (#478)
  • e0053a5 refactor!: Rename name to label and use value for label content (#475)
  • 7d8910e refactor!: Rename NodeBuilder to Node and the old Node to FrozenNode ...
  • 61e4817 fix: Implement the isAccessibilityEnabled property on MacOS (#474)
  • 29fa341 refactor!: Rename Role::InlineTextBox to TextRun (#473)
  • ef3b003 refactor!: Drop DefaultActionVerb (#472)
  • 2fa0d3f feat!: Make the core crate no-std (#468)
  • c1bd2d6 chore: release main (#467)
  • Additional commits viewable in compare view

Updates accesskit_unix from 0.12.2 to 0.13.0

Release notes

Sourced from accesskit_unix's releases.

accesskit_unix: v0.13.0

0.13.0 (2024-10-31)

⚠ BREAKING CHANGES

  • Make the core crate no-std (#468)

Features

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • accesskit bumped from 0.16.3 to 0.17.0
      • accesskit_atspi_common bumped from 0.9.3 to 0.10.0

accesskit_unix: v0.12.3

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • accesskit bumped from 0.16.2 to 0.16.3
      • accesskit_atspi_common bumped from 0.9.2 to 0.9.3
Commits
  • 9634fc2 chore: release main (#469)
  • 95dfdb6 fix!: Drop the is_hovered property (#479)
  • b1c7086 chore: Mention all adapters in common crate's README (#478)
  • e0053a5 refactor!: Rename name to label and use value for label content (#475)
  • 7d8910e refactor!: Rename NodeBuilder to Node and the old Node to FrozenNode ...
  • 61e4817 fix: Implement the isAccessibilityEnabled property on MacOS (#474)
  • 29fa341 refactor!: Rename Role::InlineTextBox to TextRun (#473)
  • ef3b003 refactor!: Drop DefaultActionVerb (#472)
  • 2fa0d3f feat!: Make the core crate no-std (#468)
  • c1bd2d6 chore: release main (#467)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the rust-crates group with 4 updates: [accesskit](https://github.com/AccessKit/accesskit), [accesskit_windows](https://github.com/AccessKit/accesskit), [accesskit_macos](https://github.com/AccessKit/accesskit) and [accesskit_unix](https://github.com/AccessKit/accesskit).


Updates `accesskit` from 0.16.2 to 0.17.1
- [Release notes](https://github.com/AccessKit/accesskit/releases)
- [Changelog](https://github.com/AccessKit/accesskit/blob/main/release-please-config.json)
- [Commits](AccessKit/accesskit@accesskit-v0.16.2...accesskit-v0.17.1)

Updates `accesskit_windows` from 0.23.1 to 0.24.0
- [Release notes](https://github.com/AccessKit/accesskit/releases)
- [Changelog](https://github.com/AccessKit/accesskit/blob/main/release-please-config.json)
- [Commits](AccessKit/accesskit@accesskit_windows-v0.23.1...accesskit_windows-v0.24.0)

Updates `accesskit_macos` from 0.17.2 to 0.18.0
- [Release notes](https://github.com/AccessKit/accesskit/releases)
- [Changelog](https://github.com/AccessKit/accesskit/blob/main/release-please-config.json)
- [Commits](AccessKit/accesskit@accesskit_macos-v0.17.2...accesskit_macos-v0.18.0)

Updates `accesskit_unix` from 0.12.2 to 0.13.0
- [Release notes](https://github.com/AccessKit/accesskit/releases)
- [Changelog](https://github.com/AccessKit/accesskit/blob/main/release-please-config.json)
- [Commits](AccessKit/accesskit@accesskit_unix-v0.12.2...accesskit_unix-v0.13.0)

---
updated-dependencies:
- dependency-name: accesskit
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-crates
- dependency-name: accesskit_windows
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-crates
- dependency-name: accesskit_macos
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-crates
- dependency-name: accesskit_unix
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-crates
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Nov 23, 2024
@DataTriny
Copy link
Member

Couldn't get dependabot to find the latest version of all crates so I updated manually. I guess we'd have to wait a bit longer.

Should be ready for review.

@mwcampbell
Copy link
Contributor

Just one minor piece of feedback: the modified comment in src/lib.rs should probably not refer to FrozenNode and frozen_node, since we're not actually exposing that type in the C bindings.

@mwcampbell mwcampbell merged commit 6220309 into main Nov 23, 2024
18 checks passed
@mwcampbell mwcampbell deleted the dependabot/cargo/rust-crates-f0d2bc3a72 branch November 23, 2024 20:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants