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 nokogiri from 1.16.4 to 1.16.5 in /bitmagnet.io #256

Merged
merged 2 commits into from
May 30, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 13, 2024

Bumps nokogiri from 1.16.4 to 1.16.5.

Release notes

Sourced from nokogiri's releases.

v1.16.5 / 2024-05-13

Security

Dependencies


sha256 checksums:

af0f44fa3e664dfb2aa10de8b551447d720c1e8d1f0aa3f35783dcc43e40a874  nokogiri-1.16.5-aarch64-linux.gem
23dc2357b26409a5c33b7e32a82902f0e9995305420f16d1a03ab3ea1a482fec  nokogiri-1.16.5-arm-linux.gem
950d037530edb49f75ad35de0b8038b970a7dda57e2b6326895b0e49fadf6214  nokogiri-1.16.5-arm64-darwin.gem
b7aefc94370c62476b8528e8d8abb6160203abd84a1f4eceda8f1aa8974d9989  nokogiri-1.16.5-java.gem
ec2167160df8fec3137bf95d574ed80ebc1d002bb3b281546b60b4aa9002466e  nokogiri-1.16.5-x64-mingw-ucrt.gem
6984200491fac69974005ecfa2de129d61843d345eafa5d6f58e8b908d1cf107  nokogiri-1.16.5-x64-mingw32.gem
abdc389ab1ec6604492da16bd9d06ad746fdb6bd6a1bd274c400d61ffcadb3c4  nokogiri-1.16.5-x86-linux.gem
63d24981345856f2baf7f4089870a62d3042fb8d3021b280fb04fc052532e3c4  nokogiri-1.16.5-x86-mingw32.gem
71b5f54e378c433d13df67c3b71acc4716129da62402d8181f310c4216a63279  nokogiri-1.16.5-x86_64-darwin.gem
0ca238da870066bed2f7837af6f35791bb9b76c4c5638999c46aac44818a6a97  nokogiri-1.16.5-x86_64-linux.gem
ec36162c68984fa0a90a5c4ae7ab7759460639e716cc1ce75f34c3cb54158ad2  nokogiri-1.16.5.gem
Changelog

Sourced from nokogiri's changelog.

v1.16.5

Security

Dependencies

Commits

Dependabot compatibility score

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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels May 13, 2024
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.16.4 to 1.16.5.
- [Release notes](https://github.com/sparklemotion/nokogiri/releases)
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md)
- [Commits](sparklemotion/nokogiri@v1.16.4...v1.16.5)

---
updated-dependencies:
- dependency-name: nokogiri
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/bundler/bitmagnet.io/nokogiri-1.16.5 branch from cd6c451 to eac8513 Compare May 18, 2024 09:34
@mgdigital mgdigital merged commit 6866ff5 into main May 30, 2024
6 checks passed
@mgdigital mgdigital deleted the dependabot/bundler/bitmagnet.io/nokogiri-1.16.5 branch May 30, 2024 12:48
truecharts-admin added a commit to truecharts/charts that referenced this pull request Jun 8, 2024
… v0.9.0@1c1f1dc by renovate (#23110)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/bitmagnet-io/bitmagnet](https://togithub.com/bitmagnet-io/bitmagnet)
| minor | `v0.8.0` -> `v0.9.0` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>bitmagnet-io/bitmagnet
(ghcr.io/bitmagnet-io/bitmagnet)</summary>

###
[`v0.9.0`](https://togithub.com/bitmagnet-io/bitmagnet/releases/tag/v0.9.0)

[Compare
Source](https://togithub.com/bitmagnet-io/bitmagnet/compare/v0.8.0...v0.9.0)

- The main improvement for v0.9.0 is ordering of results in the web UI
and GraphQL API
- An `--apisDisabled` flag was added to the reprocess command to allow
significantly faster reprocessing/classifying without any API calls
(i.e. TMDB), without disabling this globally.
- Optimisations were made to the web UI that significantly improve
responsiveness; the default pagination limit has therefore been
increased to 20
- Reprocessing is now done fully within the queue (so you'll no longer
see a progress bar when running `bitmagnet reprocess`, this is handled
by the new `process_torrent_batch` task)

**IMPORTANT:** Some refactoring of the database was needed to allow for
performant ordering. On first run, a database migration will be applied
that should take no longer than a few minutes, and tasks will be added
to the queue to reindex all torrents. The reindex tasks must complete
before ordering will work correctly; if you have millions of torrents in
your index this may take a day or more, but is significantly faster in
this release than prior versions. Please ensure you have no pending
items in your queue (at the `/metrics` endpoint) before opening any
issues about incorrect ordering.

#### What's Changed

- Use fontsource packages for fonts to ensure deterministic build by
[@&#8203;mgdigital](https://togithub.com/mgdigital) in
[bitmagnet-io/bitmagnet#257
- More Filters against cp. by
[@&#8203;Ewoodss](https://togithub.com/Ewoodss) in
[bitmagnet-io/bitmagnet#254
- Ordering by [@&#8203;mgdigital](https://togithub.com/mgdigital) in
[bitmagnet-io/bitmagnet#260
- Bump rexml from 3.2.6 to 3.2.8 in /bitmagnet.io by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[bitmagnet-io/bitmagnet#259
- Split gen task to individual tasks by
[@&#8203;mgdigital](https://togithub.com/mgdigital) in
[bitmagnet-io/bitmagnet#261
- Parallel search strategies by
[@&#8203;mgdigital](https://togithub.com/mgdigital) in
[bitmagnet-io/bitmagnet#264
- Classifier runtime flags by
[@&#8203;mgdigital](https://togithub.com/mgdigital) in
[bitmagnet-io/bitmagnet#265
- Bump nokogiri from 1.16.4 to 1.16.5 in /bitmagnet.io by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[bitmagnet-io/bitmagnet#256
- ENH: Classification result protobuf includes content id and source by
[@&#8203;rraymondgh](https://togithub.com/rraymondgh) in
[bitmagnet-io/bitmagnet#266
- Add batch reprocessing queue job and 0.9.0 upgrade hook by
[@&#8203;mgdigital](https://togithub.com/mgdigital) in
[bitmagnet-io/bitmagnet#267
- Increase slow threshold by
[@&#8203;mgdigital](https://togithub.com/mgdigital) in
[bitmagnet-io/bitmagnet#268
- Don't track imported info hashes by
[@&#8203;mgdigital](https://togithub.com/mgdigital) in
[bitmagnet-io/bitmagnet#269
- Add sponsor links to web UI by
[@&#8203;mgdigital](https://togithub.com/mgdigital) in
[bitmagnet-io/bitmagnet#270
- Website updates by [@&#8203;mgdigital](https://togithub.com/mgdigital)
in
[bitmagnet-io/bitmagnet#271
- Tweak build flags by
[@&#8203;mgdigital](https://togithub.com/mgdigital) in
[bitmagnet-io/bitmagnet#272

#### New Contributors

- [@&#8203;Ewoodss](https://togithub.com/Ewoodss) made their first
contribution in
[bitmagnet-io/bitmagnet#254
- [@&#8203;rraymondgh](https://togithub.com/rraymondgh) made their first
contribution in
[bitmagnet-io/bitmagnet#266

**Full Changelog**:
bitmagnet-io/bitmagnet@v0.8.0...v0.9.0

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

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

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zOTkuMyIsInVwZGF0ZWRJblZlciI6IjM3LjM5OS4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
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 ruby Pull requests that update Ruby code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant