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

chore(deps): bump typed_struct from 0.2.1 to 0.3.0 #43

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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jun 30, 2023

Bumps typed_struct from 0.2.1 to 0.3.0.

Release notes

Sourced from typed_struct's releases.

0.3.0

Added

  • [Plugin] Add the field/4 callback with an additional env argument. This is the same as field/3 but gives access to the environment of the field definition.

Deprecated

  • [Plugin] Deprecate the field/3 callback in favour of field/4. You should migrate to field/4, simply by adding _env as the last argument in your implementation. Currently, if a plugin implements field/3, field/4 is derived from it and a compilation warning is emitted. field/3 will be removed in TypedStruct 1.0.0.

Removed

  • Drop support for unsupported Elixir versions in the tests and CI. The library may still be compatible, but this is not tested.

Fixed

  • Fix the lexical scope of the typestruct block, so it covers it completely. Previously, anything defined inside the typedstruct block, such as aliases, would not be available for the field definitions. See #22 and #21 for details.
  • Fix a typo in the documentation.
Changelog

Sourced from typed_struct's changelog.

[0.3.0] - 2022-02-15

Added

  • [Plugin] Add the field/4 callback with an additional env argument. This is the same as field/3 but gives access to the environment of the field definition.

Deprecated

  • [Plugin] Deprecate the field/3 callback in favour of field/4. You should migrate to field/4, simply by adding _env as the last argument in your implementation. Currently, if a plugin implements field/3, field/4 is derived from it and a compilation warning is emitted. field/3 will be removed in TypedStruct 1.0.0.

Removed

  • Drop support for unsupported Elixir versions in the tests and CI. The library may still be compatible, but this is not tested.

Fixed

  • Fix the lexical scope of the typestruct block, so it covers it completely. Previously, anything defined inside the typedstruct block, such as aliases, would not be available for the field definitions. See #22 and #21 for details.
  • Fix a typo in the documentation.
Commits
  • 7c26d16 Merge branch 'release/0.3.0'
  • cc95664 chore: update the copyright dates
  • 9bb1e06 docs(contributing): add a missing dot
  • 715565f chore: bump the version to 0.3.0
  • fce66cd chore: update the dependencies
  • f6474f4 chore(mix): add a dirty status to the version
  • c0dd757 refactor: put env as last argument in field for consistency
  • e1a41f1 test(plugin): fix compilation warnings
  • 11b4f33 chore(plugin): hard-deprecate field/3
  • 05bf17e fix(plugin): properly emit the warning when field/3 and field/4 are defined
  • 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 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 [typed_struct](https://github.com/ejpcmac/typed_struct) from 0.2.1 to 0.3.0.
- [Release notes](https://github.com/ejpcmac/typed_struct/releases)
- [Changelog](https://github.com/ejpcmac/typed_struct/blob/main/CHANGELOG.md)
- [Commits](ejpcmac/typed_struct@v0.2.1...v0.3.0)

---
updated-dependencies:
- dependency-name: typed_struct
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner June 30, 2023 12:55
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 30, 2023
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants