chore(deps): bump the npm group across 1 directory with 6 updates - #3858
Merged
Conversation
✅ Deploy Preview for ornate-narwhal-088216 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Collaborator
|
@dependabot rebase |
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/npm-0d690a2852
branch
from
August 28, 2026 13:00
c3baf35 to
6a32e8d
Compare
Collaborator
|
@dependabot rebase |
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/npm-0d690a2852
branch
from
August 28, 2026 13:10
6a32e8d to
0195db9
Compare
Collaborator
|
@dependabot recreate |
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/npm-0d690a2852
branch
from
August 28, 2026 13:33
0195db9 to
90e5f01
Compare
matthewhelmke
added a commit
that referenced
this pull request
Aug 28, 2026
## What
Two small changes so the site builds on Hugo 0.164.0:
- `config/_default/config.toml`: rename `[caches.getjson]` to
`[caches.getresource]`. Hugo removed the `getjson` cache name and
consolidated it into `getresource`.
- `layouts/rss.xml`: migrate `.Site.Author.{email,name}` to
`.Site.Params.author.*`. Hugo removed the `.Site.Author` field.
## Why
Dependabot #3858 bumps `hugo-extended` 0.155.3 → 0.164.0. That build
fails twice:
1. `failed to decode "caches": "getjson" is not a valid cache name`
(config load)
2. `can't evaluate field Author in type page.Site` (`rss.xml` render)
Both are removals, not deprecations, so they hard-fail the build. This
PR clears both. It needs to merge before #3858 (or #3858 needs a rebase
afterward) for that PR's checks to pass.
## Safety
Both changes are behavior-preserving. There is no `[author]` block in
the config, so the RSS `author`/`managingEditor`/`webMaster` fields
already emit nothing; the migration keeps that output identical.
`getresource` is a valid cache name on both the current 0.155.3 and
0.164.0.
## Testing
Faithful `npm ci && npm run build` (matching CI), all clean:
| Hugo | Config | Result |
| --- | --- | --- |
| 0.155.3 (current `main`) | both fixes | ✅ 1633 pages, 0 errors |
| 0.164.0 (#3858) | both fixes | ✅ 1633 pages, 0 errors |
| 0.164.0 | unfixed | ❌ reproduces both CI errors |
## Follow-up (not this PR)
The 0.164.0 build still emits deprecation warnings that will become
breakage in a future Hugo: the `languageCode`/`languageName` config
keys, `module.mounts.includeFiles`, `.Site.Data`, and
`.Site.LanguageCode`. Worth a separate tracking ticket.
---
Created in collaboration with Claude Code running Claude Opus 4.8 on
2026-08-28.
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
Collaborator
|
@dependabot rebase |
Bumps the npm group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@docsearch/css](https://github.com/algolia/docsearch/tree/HEAD/packages/docsearch-css) | `5.0.3` | `5.0.4` | | [@docsearch/js](https://github.com/algolia/docsearch/tree/HEAD/packages/docsearch-js) | `5.0.3` | `5.0.4` | | [@scalar/api-reference](https://github.com/scalar/scalar/tree/HEAD/packages/api-reference) | `1.65.1` | `1.66.1` | | [eslint](https://github.com/eslint/eslint) | `10.8.1` | `10.9.1` | | [hugo-extended](https://github.com/jakejarvis/hugo-extended) | `0.155.3` | `0.164.0` | | [sass-embedded](https://github.com/sass/embedded-host-node) | `1.102.0` | `1.103.1` | Updates `@docsearch/css` from 5.0.3 to 5.0.4 - [Release notes](https://github.com/algolia/docsearch/releases) - [Changelog](https://github.com/algolia/docsearch/blob/main/packages/docsearch-css/CHANGELOG.md) - [Commits](https://github.com/algolia/docsearch/commits/@docsearch/css@5.0.4/packages/docsearch-css) Updates `@docsearch/js` from 5.0.3 to 5.0.4 - [Release notes](https://github.com/algolia/docsearch/releases) - [Changelog](https://github.com/algolia/docsearch/blob/main/packages/docsearch-js/CHANGELOG.md) - [Commits](https://github.com/algolia/docsearch/commits/@docsearch/js@5.0.4/packages/docsearch-js) Updates `@scalar/api-reference` from 1.65.1 to 1.66.1 - [Release notes](https://github.com/scalar/scalar/releases) - [Changelog](https://github.com/scalar/scalar/blob/main/packages/api-reference/CHANGELOG.md) - [Commits](https://github.com/scalar/scalar/commits/HEAD/packages/api-reference) Updates `eslint` from 10.8.1 to 10.9.1 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](eslint/eslint@v10.8.1...v10.9.1) Updates `hugo-extended` from 0.155.3 to 0.164.0 - [Commits](jakejarvis/hugo-extended@v0.155.3...v0.164.0) Updates `sass-embedded` from 1.102.0 to 1.103.1 - [Changelog](https://github.com/sass/embedded-host-node/blob/main/CHANGELOG.md) - [Commits](sass/embedded-host-node@1.102.0...1.103.1) --- updated-dependencies: - dependency-name: "@docsearch/css" dependency-version: 5.0.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm - dependency-name: "@docsearch/js" dependency-version: 5.0.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm - dependency-name: "@scalar/api-reference" dependency-version: 1.66.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm - dependency-name: eslint dependency-version: 10.9.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm - dependency-name: hugo-extended dependency-version: 0.164.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm - dependency-name: sass-embedded dependency-version: 1.103.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/npm-0d690a2852
branch
from
August 28, 2026 14:32
90e5f01 to
e4d94fc
Compare
matthewhelmke
approved these changes
Aug 28, 2026
matthewhelmke
added a commit
that referenced
this pull request
Aug 28, 2026
…CS-150) (#3865) ## What Clears the five Hugo deprecation warnings surfaced by the move to `hugo-extended` under Dependabot management (see #3858 and the 0.164.0 compat fix #3864). None block the build today, but each becomes a hard error in a future Hugo release — exactly as `getjson` and `.Site.Author` did in 0.164.0. Resolves [DOCS-150](https://linear.app/chainguard/issue/DOCS-150/resolve-hugo-deprecation-warnings-before-they-break-the-build). ## Changes | Deprecated | Since | Replacement | File | | -- | -- | -- | -- | | `languageCode` config key | v0.158.0 | `locale` | `config/_default/config.toml` | | `languages.en.languageName` | v0.158.0 | `label` | `config/_default/languages.toml` | | `module.mounts.includeFiles` | v0.153.0 | `files` | `config/_default/config.toml` | | `.Site.Data` | v0.156.0 | `hugo.Data` | `layouts/partials/notice.html`, `layouts/shortcodes/package-mappings/{image,fedora,debian}-*.html` | | `.Site.LanguageCode` | v0.158.0 | `.Site.Language.Locale` | `layouts/_default/baseof.html` | A repo-wide grep of `config/` and `layouts/` confirms these were the only occurrences of all five patterns. ## Verification Built with Hugo **0.164.0** (`npm ci && npm run build`): - Zero `deprecated:` lines in the output (was 5). - Build succeeds: 1633 pages, no errors. - Rendered output unchanged: `<html lang=en-US>` renders identically (the new `locale` value feeds `.Site.Language.Locale`), and the package-mappings tables still render their data via `hugo.Data`. 0.164.0 is also the latest published `hugo-extended` on npm, so pinned and latest are the same today. Out of scope: the Dart Sass `@import`/`darken()`/slash-div warnings are a separate deprecation track (Bootstrap + our SCSS, not Hugo config). --- Created in collaboration with Claude Code running Claude Opus 4.8 on 2026-08-28. Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the npm group with 6 updates in the / directory:
5.0.35.0.45.0.35.0.41.65.11.66.110.8.110.9.10.155.30.164.01.102.01.103.1Updates
@docsearch/cssfrom 5.0.3 to 5.0.4Changelog
Sourced from @docsearch/css's changelog.
Commits
fc12076chore: release v5.0.4f31abefchore: release v5.0.3 (#3030)Updates
@docsearch/jsfrom 5.0.3 to 5.0.4Changelog
Sourced from @docsearch/js's changelog.
Commits
fc12076chore: release v5.0.4f31abefchore: release v5.0.3 (#3030)Updates
@scalar/api-referencefrom 1.65.1 to 1.66.1Changelog
Sourced from @scalar/api-reference's changelog.
Commits
Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for
@scalar/api-referencesince your current version.Updates
eslintfrom 10.8.1 to 10.9.1Release notes
Sourced from eslint's releases.
Commits
5c8c24110.9.1a7f3b7dBuild: changelog update for 10.9.11e641c9fix: no-loss-of-precision false positive with trailing decimal point (#21251)ad74a8ddocs: add deprecation steps for EOL package versions (#21248)3c3ae53chore: update ecosystem plugins (#21249)c27bc9210.9.0fa831d9Build: changelog update for 10.9.0899dbf1chore: update github/codeql-action action to v4.37.7 (#21243)08de88efeat: handle underflow in no-loss-of-precision (#21218)9ef407adocs: use eslint.config.* wherever config file names are listed (#21216)Updates
hugo-extendedfrom 0.155.3 to 0.164.0Commits
fa73c26chore: bump to Hugo v0.164.09703289chore: bump to Hugo v0.163.3fba8a79chore: bump to Hugo v0.163.2e579501chore: bump to Hugo v0.163.1514af99chore: bump to Hugo v0.163.027c3f33chore: bump to Hugo v0.162.17c14e4cchore: bump deps57c6927chore: bump to Hugo v0.162.0 (#240)bff4a90chore: bump to Hugo v0.161.1443805cchore: bump to Hugo v0.161.0Updates
sass-embeddedfrom 1.102.0 to 1.103.1Changelog
Sourced from sass-embedded's changelog.
Commits
ecc0802Update Dart Sass version and releasecb3b9f0Bump dart-lang/setup-dart from 1 to 1.7.2 (#441)0fd3bd0Bump typescript from 6.0.3 to 7.0.2 (#438)