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

[minor] Update all non-major dependencies #372

Merged
merged 4 commits into from
Feb 27, 2025

Conversation

isle-buildkit-renovate[bot]
Copy link
Contributor

@isle-buildkit-renovate isle-buildkit-renovate bot commented Jan 22, 2025

This PR contains the following updates:

Package Update Change
apache-solr minor 9.7.0 -> 9.8.0
apache-tomcat patch 9.0.98 -> 9.0.100
custom-composer patch 2.8.4 -> 2.8.6
islandora-starter-site digest 082032e -> b723fb8
jdbc-mysql minor 9.1.0 -> 9.2.0
solr-ocrhighlighting patch 0.9.1 -> 0.9.2

Release Notes

apache/solr (apache-solr)

v9.8.0

Compare Source

apache/tomcat (apache-tomcat)

v9.0.100

Compare Source

v9.0.99

Compare Source

composer/composer (custom-composer)

v2.8.6

Compare Source

  • Added COMPOSER_WITH_DEPENDENCIES and COMPOSER_WITH_ALL_DEPENDENCIES env vars to enable the --with[-all]-dependencies flags (#​12289)
    • Added COMPOSER_SKIP_SCRIPTS env var to tell Composer to skip certain script handlers by script names (comma separated) (#​12290)
    • Added error hint when Avast is detected together with curl certificate errors (#​9894)
    • Fixed handling of backslash in folder names when creating archives (#​12327)
    • Fixed detection of containerd for containers to avoid warning about root usage (#​12299)

v2.8.5

Compare Source

  • Added build provenance attestation so you can also now download and verify phar files from GitHub releases:

      gh release --repo composer/composer download --pattern composer.phar
      gh attestation verify --repo composer/composer composer.phar
    
    • Fixed unsupported funding values causing parse errors in packages (#​12247)
    • Fixed support for a few newer funding formats (#​12257)
    • Fixed InstalledVersions regression from 2.8.4 when reload() is used (#​12269)
    • Fixed psr-0/psr-4 rules having unstable order in vendor/composer/autoload*.php (#​12263)
    • Fixed a few warnings happening incorrectly in edge cases (#​12284, #​12268, #​12283)
mysql/mysql-connector-j (jdbc-mysql)

v9.2.0

Compare Source

dbmdz/solr-ocrhighlighting (solr-ocrhighlighting)

v0.9.2: : Solr 9.8 compatibility, MiniOCR improvements

Compare Source

Breaking Changes

  • When using Solr >= 9.8 and the the plugin is included via the <lib> directive, the Solr JVM needs to be launched with -Dsolr.config.lib.enabled=true for the plugin to work

Changed

  • MiniOCR page fragment parsing is now more robust regarding the order of attributes and additional whitespace
  • Added a small command-line tool to convert ALTO and hOCR to MiniOCR in util/miniocr.py
  • Removed usage of deprecated API for retrieving stored field values for Solr versions that support it

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

This PR has been generated by Renovate Bot.

@isle-buildkit-renovate isle-buildkit-renovate bot added the dependencies Pull requests that update a dependency file label Jan 22, 2025
@joecorall
Copy link
Contributor

joecorall commented Jan 30, 2025

I'll look into why solr tests are failing.

Regardless, we will want to wait until dbmdz/solr-ocrhighlighting#477 merges and we pickup its changes before merging this PR, along with dbmdz/solr-ocrhighlighting#478 being sure to address the NOTE

    NOTE: When using Solr >=9.8, you need to start it with `-Dsolr.config.lib.enabled=true`
          for this to work

@isle-buildkit-renovate isle-buildkit-renovate bot force-pushed the renovate.all-non-major-dependencies branch 8 times, most recently from fb6c2c4 to 9e99582 Compare February 15, 2025 06:36
@isle-buildkit-renovate isle-buildkit-renovate bot force-pushed the renovate.all-non-major-dependencies branch 5 times, most recently from a803fb6 to 85f960d Compare February 22, 2025 11:27
@joecorall joecorall marked this pull request as draft February 22, 2025 22:29
@isle-buildkit-renovate isle-buildkit-renovate bot force-pushed the renovate.all-non-major-dependencies branch 3 times, most recently from b5a3020 to 70a6cfa Compare February 26, 2025 06:56
@isle-buildkit-renovate isle-buildkit-renovate bot force-pushed the renovate.all-non-major-dependencies branch from 70a6cfa to 565bbfd Compare February 26, 2025 13:54
@joecorall joecorall force-pushed the renovate.all-non-major-dependencies branch from cb3e632 to 734ef21 Compare February 26, 2025 14:30
@joecorall joecorall changed the title Update all non-major dependencies [minor] Update all non-major dependencies Feb 26, 2025
@@ -4,7 +4,7 @@ set -e
ARGS=(-m "${SOLR_MEMORY}")

if [[ -n "${SOLR_JETTY_OPTS}" ]]; then
ARGS+=(-j "${SOLR_JETTY_OPTS}")
ARGS+=(--jvm-opts "${SOLR_JETTY_OPTS}")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not sure when solr changed this; must have been in 9.8 bump. Using -j solr would fail to start with

 ERROR: Jetty config is required when using the -j option!
 Usage: solr start [-f] [-c] [--host host] [-p port] [--server-dir directory] [-z zkHost] [-m memory] [-e example] [--solr-home solr.solr.home] [--data-home solr.data.home] [--jvm-opts "jvm-opts"] [-V]

@joecorall joecorall marked this pull request as ready for review February 26, 2025 17:32
@isle-buildkit-renovate
Copy link
Contributor Author

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

Copy link
Contributor

@nigelgbanks nigelgbanks left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested locally just to be sure, all looks good.

@nigelgbanks nigelgbanks merged commit 99716ee into main Feb 27, 2025
77 checks passed
@nigelgbanks nigelgbanks deleted the renovate.all-non-major-dependencies branch February 27, 2025 07:43
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.

2 participants