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(deps): update dependency com.wallbrew:common-beer-format to v2.4.1 #121

Merged
merged 1 commit into from
Oct 16, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 26, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.wallbrew:common-beer-format 2.1.0 -> 2.4.1 age adoption passing confidence

Release Notes

Wall-Brew-Co/common-beer-format (com.wallbrew:common-beer-format)

v2.4.1

Compare Source

  • Fixed
    • Eliminated reader macro usage in test files.

v2.4.0

Compare Source

  • Fixed
    • Added the <orgnization> tag to the pom.xml file.

v2.3.0

Compare Source

  • Added
    • Documentation generation from specs to markdown.
  • Changed
    • Specs now carry metadata indicating the BeerXML Types and Units they are associated with.
    • Specs may contain metadata to render human friendly names for abbreviated fields.
    • List specs are tightened to only allow valid BeerXML units and types.
    • Symbols have been added for all legal values for BeerXML List types. For example: common-beer-format.miscs/boil.
  • Removed
    • Data (de)serialization dependencies (clojure.data.xml, clojure.data.json) leftover from clj-xml's promotion to a standalone library have been removed.
    • Data generation dependencies (clojure.test.check) have been removed.

v2.2.2

Compare Source

  • Changed
    • Bumped org.clojure/clojure to 1.11.2. Note: Addressing CVE-2024-22871 / GHSA-vr64-r9qj-h27f requires consumers to upgrade to this version.

v2.2.1

Compare Source

  • Fixed
    • Ensure all yeast flocculation values are valid.

v2.2.0

Compare Source

  • Added
    • Symbols for keywords in the equipment namespace
    • Symbols for keywords in the fermentables namespace
    • Symbols for keywords in the hops namespace
    • Symbols for keywords in the mash namespace
    • Symbols for keywords in the miscs namespace
    • Symbols for keywords in the recipes namespace
    • Symbols for keywords in the styles namespace
    • Symbols for keywords in the waters namespace
    • Symbols for keywords in the yeasts namespace
    • A forwarding function for get-spec
  • Changed
    • The symbols not intended for public consumption are no accurately tagged with the :no-doc metadata
  • Fixed
    • Fixed a bug where collection types would generate maps and sets in property tests.

Configuration

📅 Schedule: Branch creation - "after 11am and before 8pm every weekday" in timezone America/Chicago, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team as a code owner May 26, 2023 04:23
@renovate renovate bot requested review from nnichols and removed request for a team May 26, 2023 04:23
@renovate renovate bot force-pushed the renovate/com.wallbrew-common-beer-format-2.x branch from 67547a8 to 35b8ade Compare May 26, 2023 11:54
@renovate renovate bot force-pushed the renovate/com.wallbrew-common-beer-format-2.x branch 2 times, most recently from 536a521 to e668fb0 Compare February 19, 2024 23:15
@WallBrewBot WallBrewBot added dependencies Updates to application dependency files clojure Clojure source code labels Feb 19, 2024
@renovate renovate bot force-pushed the renovate/com.wallbrew-common-beer-format-2.x branch from e668fb0 to db54ec7 Compare February 19, 2024 23:23
@renovate renovate bot force-pushed the renovate/com.wallbrew-common-beer-format-2.x branch 4 times, most recently from 10354b7 to 7df5d0b Compare March 6, 2024 03:04
@renovate renovate bot force-pushed the renovate/com.wallbrew-common-beer-format-2.x branch 3 times, most recently from 9cff53f to 0e37378 Compare March 11, 2024 02:07
@renovate renovate bot changed the title fix(deps): update dependency com.wallbrew:common-beer-format to v2.2.1 fix(deps): update dependency com.wallbrew:common-beer-format to v2.2.2 Mar 11, 2024
@renovate renovate bot force-pushed the renovate/com.wallbrew-common-beer-format-2.x branch 8 times, most recently from 6a4cec4 to 3bdf437 Compare March 17, 2024 23:25
@renovate renovate bot changed the title fix(deps): update dependency com.wallbrew:common-beer-format to v2.2.2 fix(deps): update dependency com.wallbrew:common-beer-format to v2.3.0 Mar 17, 2024
@renovate renovate bot force-pushed the renovate/com.wallbrew-common-beer-format-2.x branch 3 times, most recently from 413ec6c to 856e132 Compare March 19, 2024 12:21
@renovate renovate bot force-pushed the renovate/com.wallbrew-common-beer-format-2.x branch from 856e132 to 84d9ac7 Compare March 25, 2024 20:17
@renovate renovate bot force-pushed the renovate/com.wallbrew-common-beer-format-2.x branch 4 times, most recently from 07f58d1 to 8b07760 Compare October 8, 2024 00:21
@renovate renovate bot force-pushed the renovate/com.wallbrew-common-beer-format-2.x branch from 8b07760 to 1014748 Compare October 10, 2024 03:08
@renovate renovate bot force-pushed the renovate/com.wallbrew-common-beer-format-2.x branch from 1014748 to f50930b Compare October 13, 2024 21:06
@renovate renovate bot changed the title fix(deps): update dependency com.wallbrew:common-beer-format to v2.4.0 fix(deps): update dependency com.wallbrew:common-beer-format to v2.4.1 Oct 13, 2024
@renovate renovate bot force-pushed the renovate/com.wallbrew-common-beer-format-2.x branch 2 times, most recently from c2ddf08 to 9c08704 Compare October 13, 2024 22:21
@renovate renovate bot force-pushed the renovate/com.wallbrew-common-beer-format-2.x branch from 9c08704 to 701969c Compare October 16, 2024 01:33
| datasource | package                         | from  | to    |
| ---------- | ------------------------------- | ----- | ----- |
| maven      | com.wallbrew:common-beer-format | 2.1.0 | 2.4.1 |
@renovate renovate bot force-pushed the renovate/com.wallbrew-common-beer-format-2.x branch from 701969c to 9353c94 Compare October 16, 2024 01:35
@nnichols nnichols merged commit 0838fff into master Oct 16, 2024
7 of 11 checks passed
@nnichols nnichols deleted the renovate/com.wallbrew-common-beer-format-2.x branch October 16, 2024 01:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
clojure Clojure source code dependencies Updates to application dependency files
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants