Skip to content

build(deps): bump taiki-e/install-action from 2.75.23 to 2.79.4#21

Closed
dependabot[bot] wants to merge 3 commits into
mainfrom
dependabot/github_actions/taiki-e/install-action-2.79.4
Closed

build(deps): bump taiki-e/install-action from 2.75.23 to 2.79.4#21
dependabot[bot] wants to merge 3 commits into
mainfrom
dependabot/github_actions/taiki-e/install-action-2.79.4

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 22, 2026

Bumps taiki-e/install-action from 2.75.23 to 2.79.4.

Release notes

Sourced from taiki-e/install-action's releases.

2.79.4

  • Update martin@latest to 1.10.1.

  • Update prek@latest to 0.4.1.

  • Update protoc@latest to 3.35.0.

  • Update mdbook@latest to 0.5.3.

2.79.3

  • Update mise@latest to 2026.5.12.

  • Update martin@latest to 1.10.0.

  • Update uv@latest to 0.11.15.

2.79.2

  • Update mise@latest to 2026.5.11.

  • Update vacuum@latest to 0.26.5.

  • Update cargo-shear@latest to 1.12.4.

2.79.1

  • Update tombi@latest to 0.11.5.

  • Update cargo-nextest@latest to 0.9.136.

  • Update typos@latest to 1.46.2.

  • Update mise@latest to 2026.5.10.

2.79.0

  • Support more host architectures. (#1841, thanks @​Gelbpunkt)

  • Deprecate mdbook-alerts because the feature now included in mdbook and the repository has been archived. (#1844)

  • Deprecate iai-callgrind-runner because it has been renamed to gungraun-runner. gungraun-runner is also supported by this action. (#1844)

2.78.3

  • Update zizmor@latest to 1.25.2.

  • Update cargo-zigbuild@latest to 0.22.3. (#1814, thanks @​simonhollingshead)

  • Update wasm-tools@latest to 1.249.0.

  • Update gungraun-runner@latest to 0.19.0.

2.78.2

  • Update wasm-pack@latest to 0.15.0.

... (truncated)

Changelog

Sourced from taiki-e/install-action's changelog.

Changelog

All notable changes to this project will be documented in this file.

This project adheres to Semantic Versioning.

[Unreleased]

[2.79.4] - 2026-05-22

  • Update martin@latest to 1.10.1.

  • Update prek@latest to 0.4.1.

  • Update protoc@latest to 3.35.0.

  • Update mdbook@latest to 0.5.3.

[2.79.3] - 2026-05-20

  • Update mise@latest to 2026.5.12.

  • Update martin@latest to 1.10.0.

  • Update uv@latest to 0.11.15.

[2.79.2] - 2026-05-19

  • Update mise@latest to 2026.5.11.

  • Update vacuum@latest to 0.26.5.

  • Update cargo-shear@latest to 1.12.4.

[2.79.1] - 2026-05-18

  • Update tombi@latest to 0.11.5.

  • Update cargo-nextest@latest to 0.9.136.

  • Update typos@latest to 1.46.2.

  • Update mise@latest to 2026.5.10.

[2.79.0] - 2026-05-17

... (truncated)

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 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 [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.75.23 to 2.79.4.
- [Release notes](https://github.com/taiki-e/install-action/releases)
- [Changelog](https://github.com/taiki-e/install-action/blob/main/CHANGELOG.md)
- [Commits](taiki-e/install-action@481c34c...e0eafa9)

---
updated-dependencies:
- dependency-name: taiki-e/install-action
  dependency-version: 2.79.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label May 22, 2026
@dependabot dependabot Bot requested a review from snapetech as a code owner May 22, 2026 03:14
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label May 22, 2026
@github-actions
Copy link
Copy Markdown

This pull request has merge conflicts. Please resolve the conflicts so the PR can be successfully reviewed and merged.

@snapetech
Copy link
Copy Markdown
Owner

Closed as superseded: the same pinned GitHub Action upgrade from this PR has been applied directly on main in f4a0590 after resolving workflow conflicts.

@snapetech snapetech closed this May 22, 2026
@snapetech snapetech deleted the dependabot/github_actions/taiki-e/install-action-2.79.4 branch May 22, 2026 20:16
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 22, 2026

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. 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.

Comment on lines +167 to +171
await axios.post(
endpoint,
notificationPayload,
NOTIFICATION_HTTP_OPTIONS
);
Comment thread server/routes/author.ts
Comment on lines +194 to +241
>('/:id', async (req, res, next) => {
const parsedAuthorId = parseOpenLibraryAuthorId(req.params.id);
if ('error' in parsedAuthorId) {
return res.status(404).json({ status: 404, message: 'Author not found' });
}

const authorId = parsedAuthorId.value;
const limit = parsePositiveInt(req.query.limit, 20, 100);
const offset = parseNonNegativeInt(req.query.offset);
const openLibrary = new OpenLibraryAPI();
const authorId = parsedAuthorId.value;
const limit = parsePositiveInt(req.query.limit, 20, 100);
const offset = parseNonNegativeInt(req.query.offset);
const openLibrary = new OpenLibraryAPI();

try {
const [author, worksPayload] = await Promise.all([
openLibrary.getAuthor(authorId),
getAuthorWorksPayload(authorId, limit, offset, req.user?.id),
]);
const biography =
typeof author.bio === 'string' ? author.bio : author.bio?.value;
const normalizedAuthorId = author.key.replace('/authors/', '');
try {
const [author, worksPayload] = await Promise.all([
openLibrary.getAuthor(authorId),
getAuthorWorksPayload(authorId, limit, offset, req.user?.id),
]);
const biography =
typeof author.bio === 'string' ? author.bio : author.bio?.value;
const normalizedAuthorId = author.key.replace('/authors/', '');

return res.status(200).json({
id: normalizedAuthorId,
name: author.name,
biography,
birthDate: author.birth_date,
deathDate: author.death_date,
posterPath: author.photos?.[0]
? `https://covers.openlibrary.org/a/id/${author.photos[0]}-L.jpg`
: undefined,
works: worksPayload.works.map((work) => ({
...work,
author: author.name,
authorId: normalizedAuthorId,
})),
pagination: worksPayload.pagination,
});
} catch (e) {
logger.error('Failed to retrieve author details', {
label: 'Author',
errorMessage: e instanceof Error ? e.message : 'Unknown error',
authorId,
});
return next({
status: 500,
message: 'Unable to retrieve author details.',
});
}
return res.status(200).json({
id: normalizedAuthorId,
name: author.name,
biography,
birthDate: author.birth_date,
deathDate: author.death_date,
posterPath: author.photos?.[0]
? `https://covers.openlibrary.org/a/id/${author.photos[0]}-L.jpg`
: undefined,
works: worksPayload.works.map((work) => ({
...work,
author: author.name,
authorId: normalizedAuthorId,
})),
pagination: worksPayload.pagination,
});
} catch (e) {
logger.error('Failed to retrieve author details', {
label: 'Author',
errorMessage: e instanceof Error ? e.message : 'Unknown error',
authorId,
});
return next({
status: 500,
message: 'Unable to retrieve author details.',
});
}
);
});
@github-actions
Copy link
Copy Markdown

The i18n check failed because translation messages are out of sync.

This usually happens when you've added or modified translation strings in your code but haven't updated the translation file.

Please run pnpm i18n:extract and commit the changes.

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 merge conflict

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants