Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 2, 2025

Bumps the minor-updates group with 1 update: pagefind.

Updates pagefind from 1.3.0 to 1.4.0

Release notes

Sourced from pagefind's releases.

v1.4.0

Core Features & Improvements

  • Added the "Include Characters" option to allow indexing of specific special characters.
  • Reduced filesizes for the Pagefind WebAssembly modules.
  • Added FreeBSD as a supported platform (PR #813 — thanks @​nguthiru !)
  • Fixed an issue where matches in compound words could be ranked with zero weight. (PR #806 — thanks @​teamdandelion !)

Pagefind Playground

Modular UI Features & Improvements

  • Added option to hide images on result templates in the Modular UI (PR #874 — thanks @​HannesOberreiter !)
  • Added a data attribute for result count on the filter pills. (PR #827 — thanks @​cmahnke !)

Default UI Features & Improvements

  • Added title attribute to the default UI search input for improved accessibility (PR #798 — thanks @​rdela !)

UI Translations

Everything Else

  • Added a development justfile, and improved CONTRIBUTING.md (hint hint)
  • The Pagefind JavaScript should support running in Node.js a bit better (PR #828 — thanks @​justsml !)

Looking Forward

👋 from @​bglw — I thought I'd add a new section to these release notes talking about what's next.

The biggest item on my list is to improve the relevance of the Pagefind search results. With the current setup, you can tweak enough settings to get decent results for a given site, but it needs to better meet the goal of working more-than-good-enough out of the box.

The second-biggest item is to fill out the Modular UI and transition the default Pagefind experience to use that. This has been pending for a long time, and will be a much better base for those who wish to customize their search more than the Default UI currently allows.

Releases also now trigger a GitHub Discussion to be created, so please drop any general thoughts, comments, or feedback there 🙂

Changelog

Sourced from pagefind's changelog.

v1.4.0 (September 1, 2025)

Core Features & Improvements

  • Added the "Include Characters" option to allow indexing of specific special characters.
  • Reduced filesizes for the Pagefind WebAssembly modules.
  • Added FreeBSD as a supported platform (PR #813 — thanks @​nguthiru !)
  • Fixed an issue where matches in compound words could be ranked with zero weight. (PR #806 — thanks @​teamdandelion !)

Pagefind Playground

Modular UI Features & Improvements

  • Added option to hide images on result templates in the Modular UI (PR #874 — thanks @​HannesOberreiter !)
  • Added a data attribute for result count on the filter pills. (PR #827 — thanks @​cmahnke !)

Default UI Features & Improvements

  • Added title attribute to the default UI search input for improved accessibility (PR #798 — thanks @​rdela !)

UI Translations

Everything Else

  • Added a development justfile, and improved CONTRIBUTING.md (hint hint)
  • The Pagefind JavaScript should support running in Node.js a bit better (PR #828 — thanks @​justsml !)

Looking Forward

👋 from @​bglw — I thought I'd add a new section to these release notes talking about what's next.

The biggest item on my list is to improve the relevance of the Pagefind search results. With the current setup, you can tweak enough settings to get decent results for a given site, but it needs to better meet the goal of working more-than-good-enough out of the box.

The second-biggest item is to fill out the Modular UI and transition the default Pagefind experience to use that. This has been pending for a long time, and will be a much better base for those who wish to customize their search more than the Default UI currently allows.

Releases also now trigger a GitHub Discussion to be created, so please drop any general thoughts, comments, or feedback there 🙂

Commits
Maintainer changes

This version was pushed to npm by bglw, a new releaser for pagefind since your current version.


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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the minor-updates group with 1 update: [pagefind](https://github.com/pagefind/pagefind).


Updates `pagefind` from 1.3.0 to 1.4.0
- [Release notes](https://github.com/pagefind/pagefind/releases)
- [Changelog](https://github.com/Pagefind/pagefind/blob/main/CHANGELOG.md)
- [Commits](Pagefind/pagefind@v1.3.0...v1.4.0)

---
updated-dependencies:
- dependency-name: pagefind
  dependency-version: 1.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Sep 2, 2025
Copy link

Deploying blog with  Cloudflare Pages  Cloudflare Pages

Latest commit: 13bbfb4
Status: ✅  Deploy successful!
Preview URL: https://729b26e7.blog-62m.pages.dev
Branch Preview URL: https://dependabot-npm-and-yarn-mino-psnj.blog-62m.pages.dev

View logs

@fishcpy fishcpy merged commit b54d66c into main Sep 3, 2025
1 check passed
@dependabot dependabot bot deleted the dependabot-npm_and_yarn-minor-updates-cb9d82301e branch September 3, 2025 04:38
fishcpy added a commit that referenced this pull request Sep 7, 2025
…ates-cb9d82301e

Bump pagefind from 1.3.0 to 1.4.0 in the minor-updates group
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 javascript Pull requests that update javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant