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

Bump win32_registry from 1.1.5 to 2.1.0 in /nyalcf_core #230

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 20, 2025

Bumps win32_registry from 1.1.5 to 2.1.0.

Release notes

Sourced from win32_registry's releases.

v2.1.0

2.1.0 - 2025-02-19

📦 Dependencies

🎨 Styling

v2.0.1

2.0.1 - 2024-12-10

🐛 Bug Fixes

  • Export RegistryKeyInfo class - (d73d0b0)
  • Export AccessRights enum (#26) - (207b812)

v2.0.0

This release introduces significant changes to the API with a streamlined structure, new methods for specific registry data handling, and enhanced support for monitoring registry key changes.

🔄 Breaking Changes

  • AccessRights:
    • win32Value field renamed to value.
  • Registry:
    • Now an abstract final class.
    • Removed performanceData static getter.
  • RegistryHive:
    • Constructor is now private.
    • win32Value field renamed to value.
  • RegistryKey:
    • Now a final class.
  • RegistryValue:
    • Now a sealed class.
    • Removed fromWin32 factory constructor.
    • Removed toWin32 getter.
    • Removed data field.
  • RegistryValueType:
    • Constructor is now private.
    • win32Value field renamed to value.
    • Removed unknown value.
    • Removed win32Type getter.

✨ New Features

  • Registry Hive Construction:

... (truncated)

Changelog

Sourced from win32_registry's changelog.

2.1.0 - 2025-02-19

📦 Dependencies

🎨 Styling

2.0.1 - 2024-12-10

🐛 Bug Fixes

  • Export RegistryKeyInfo class - (d73d0b0)
  • Export AccessRights enum (#26) - (207b812)

[2.0.0] - 2024-11-02

This release introduces significant changes to the API with a streamlined structure, new methods for specific registry data handling, and enhanced support for monitoring registry key changes.

🔄 Breaking Changes

  • AccessRights:

    • win32Value field renamed to value.
  • Registry:

    • Now an abstract final class.
    • Removed performanceData static getter.
  • RegistryHive:

    • Constructor is now private.
    • win32Value field renamed to value.
  • RegistryKey:

    • Now a final class.
  • RegistryValue:

    • Now a sealed class.
    • Removed fromWin32 factory constructor.
    • Removed toWin32 getter.
    • Removed data field.
  • RegistryValueType:

... (truncated)

Commits
  • 8d3372a chore(release): v2.1.0 (#31)
  • 7f6b81f chore(deps): bump win32 from 5.8.0 to 5.11.0 (#30)
  • 6ac910b style: format with tall-style (#29)
  • 3fbcf12 chore(release): v2.0.1 (#27)
  • d73d0b0 fix: export RegistryKeyInfo class
  • 207b812 fix: Export access_rights so Registry.openPath can be called with desiredAcce...
  • 55c7a1d ci: update workflows
  • c89ba2c ci: tweak semantic_pr.yml
  • 779bb66 ci: update health.yml
  • f8377ec docs: add PUBLISHING.md
  • Additional commits viewable in compare view

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [win32_registry](https://github.com/halildurmus/win32_registry) from 1.1.5 to 2.1.0.
- [Release notes](https://github.com/halildurmus/win32_registry/releases)
- [Changelog](https://github.com/halildurmus/win32_registry/blob/main/CHANGELOG.md)
- [Commits](halildurmus/win32_registry@v1.1.5...v2.1.0)

---
updated-dependencies:
- dependency-name: win32_registry
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies 笨蛋笨蛋更新依赖喵 label Feb 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies 笨蛋笨蛋更新依赖喵
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants