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 cargo-cp-artifact from 0.1.7 to 0.1.8 #3

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 14, 2023

Bumps cargo-cp-artifact from 0.1.7 to 0.1.8.

Changelog

Sourced from cargo-cp-artifact's changelog.

Version 1.0.0-alpha.4

Patch to enable new features flags in docs.rs.

Version 1.0.0-alpha.3

Breaking Changes

  • Removed Managed trait

Improvements

Bug Fixes

Docs

cargo-cp-artifact

0.1.8 fixes sending additional arguments on Windows (neon-bindings/neon#972).

Version 1.0.0-alpha.2

Breaking Changes

neon::object::This

neon-bindings/neon#918

Trait neon::object::This has been removed. This was primarily added for use with the declare_types! macro to generate classes. The macro was removed and This is no longer needed. Additionally, the This argument on JsFunction was found to be invalid because it asserted at compile time a type for this that could change at runtime. (Note that this was not unsound because the type would be checked by Node-API and result in a panic.)

JsFunction::this

neon-bindings/neon#918

JsFunction::this was changed to perform a downcast and be fallible. This is in line with similar APIs (e.g., Object::get). Additionally, an infallible version, JsValue::this_value was added that does not perform a downcast.

Added Feature flag for external buffers

neon-bindings/neon#937

... (truncated)

Commits
  • 63d69b0 v0.1.8
  • 09834f3 warning that I haven't tested with v5 yet
  • 2953014 requires Rust 1.7 now, I think :)
  • c0b32f5 Merge pull request #58 from rustbridge/user-defined-classes
  • 1a52c8e class macro allows arbitrary types in for clause but then requires name to ...
  • cac9d48 eliminate compiler warnings
  • 6df76ae implement remaining error cases
  • 084edd9 brand checking and error messages
  • 7245391 finalizer properly drops the internal Rust value of neon class instances
  • cfd587a classes mostly working, with some remaining safety issues
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [cargo-cp-artifact](https://github.com/neon-bindings/neon) from 0.1.7 to 0.1.8.
- [Release notes](https://github.com/neon-bindings/neon/releases)
- [Changelog](https://github.com/neon-bindings/neon/blob/main/RELEASES.md)
- [Commits](neon-bindings/neon@0.1.7...0.1.8)

---
updated-dependencies:
- dependency-name: cargo-cp-artifact
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 14, 2023

The following labels could not be found: npm dependencies.

@unknownskl
Copy link
Owner

@dependabot merge

@dependabot dependabot bot merged commit a10b63f into main Oct 5, 2023
3 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/main/cargo-cp-artifact-0.1.8 branch October 5, 2023 18:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant