Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 9, 2025

Bumps jablib/src/main/resources/csl-locales from 92e9e22 to 2e12206.

Commits

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 [jablib/src/main/resources/csl-locales](https://github.com/citation-style-language/locales) from `92e9e22` to `2e12206`.
- [Release notes](https://github.com/citation-style-language/locales/releases)
- [Commits](citation-style-language/locales@92e9e22...2e12206)

---
updated-dependencies:
- dependency-name: jablib/src/main/resources/csl-locales
  dependency-version: 2e12206cc16ce9fd068f4f1df459be3c0888582d
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@koppor koppor enabled auto-merge November 9, 2025 14:02
@koppor
Copy link
Member

koppor commented Nov 9, 2025

Some CSL formatting changed:

org.jabref.logic.openoffice.oocsltext.CSLFormatUtilsTest

  updateSingleNumericBibliography(String, CitationStyle)

    Test [4] "3 Smith Bill, Jones Bob, Williams Jeff. Title of the test entry. <i>BibTeX Journal</i> 2016;<b>34</b>(3):45–67. Doi: 10.1001/bla.blubb.<p></p>", Acta Anaesthesiologica Taiwanica FAILED

    org.opentest4j.AssertionFailedError: expected: <3 Smith Bill, Jones Bob, Williams Jeff. Title of the test entry. <i>BibTeX Journal</i> 2016;<b>34</b>(3):45–67. Doi: 10.1001/bla.blubb.<p></p>> but was: <3 Smith Bill, Jones Bob, Williams Jeff, . Title of the test entry. <i>BibTeX Journal</i> 2016;<b>34</b>(3):45–67. Doi: 10.1001/bla.blubb.<p></p>>
        at app/org.jabref.jablib/org.jabref.logic.openoffice.oocsltext.CSLFormatUtilsTest.updateSingleNumericBibliography(CSLFormatUtilsTest.java:505)


  ooHTMLTransformFromRawBibliography(String, CitationStyle)

    Test [5] "1. Smith B, Jones B, Williams J. Title of the test entry. Taylor P, editor. BibTeX Journal [Internet]. 2016 July;34(3):45–67. Available from: https://github.com/JabRef<p></p>", Vancouver FAILED

    org.opentest4j.AssertionFailedError: expected: <1. Smith B, Jones B, Williams J. Title of the test entry. Taylor P, editor. BibTeX Journal [Internet]. 2016 July;34(3):45–67. Available from: https://github.com/JabRef<p></p>> but was: <1. Smith B, Jones B, Williams J, . Title of the test entry. Taylor P, editor. BibTeX Journal [Internet]. 2016 July;34(3):45–67. Available from: https://github.com/JabRef<p></p>>
        at app/org.jabref.jablib/org.jabref.logic.openoffice.oocsltext.CSLFormatUtilsTest.ooHTMLTransformFromRawBibliography(CSLFormatUtilsTest.java:154)

    Test [13] "1 Smith Bill, Jones Bob, Williams Jeff. Title of the test entry. <i>BibTeX Journal</i> 2016;<b>34</b>(3):45–67. Doi: 10.1001/bla.blubb.<p></p>", Acta Anaesthesiologica Taiwanica FAILED

    org.opentest4j.AssertionFailedError: expected: <1 Smith Bill, Jones Bob, Williams Jeff. Title of the test entry. <i>BibTeX Journal</i> 2016;<b>34</b>(3):45–67. Doi: 10.1001/bla.blubb.<p></p>> but was: <1 Smith Bill, Jones Bob, Williams Jeff, . Title of the test entry. <i>BibTeX Journal</i> 2016;<b>34</b>(3):45–67. Doi: 10.1001/bla.blubb.<p></p>>
        at app/org.jabref.jablib/org.jabref.logic.openoffice.oocsltext.CSLFormatUtilsTest.ooHTMLTransformFromRawBibliography(CSLFormatUtilsTest.java:154)


@Siedlerchr
Copy link
Member

It might be related to the other pr #14264

@Siedlerchr
Copy link
Member

Siedlerchr commented Nov 9, 2025

org.opentest4j.AssertionFailedError: expected:
 <1 Smith Bill, Jones Bob, Williams Jeff. Title of the test entry. <i>BibTeX Journal</i> 2016;<b>34</b>(3):45–67. Doi: 10.1001/bla.blubb.<p></p>> but was:
 <1 Smith Bill, Jones Bob, Williams Jeff, . Title of the test entry. <i>BibTeX Journal</i> 2016;<b>34</b>(3):45–67. Doi: 10.1001/bla.blubb.<p></p>>

leading comma after the name

@Siedlerchr Siedlerchr closed this Nov 15, 2025
auto-merge was automatically disabled November 15, 2025 14:49

Pull request was closed

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 15, 2025

OK, I won't notify you again about this release, but will get in touch when a new version is available. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/submodules/jablib/src/main/resources/csl-locales-2e12206 branch November 15, 2025 14:49
@Siedlerchr
Copy link
Member

trying out if there is a new one available

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.

4 participants