Skip to content

chore(deps): update dependency honkit to v6#23

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/honkit-6.x
Open

chore(deps): update dependency honkit to v6#23
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/honkit-6.x

Conversation

@renovate
Copy link
Copy Markdown

@renovate renovate bot commented Oct 3, 2024

This PR contains the following updates:

Package Change Age Confidence
honkit 3.6.236.1.7 age confidence

Release Notes

honkit/honkit (honkit)

v6.1.7

Compare Source

What's Changed

Other Changes

New Contributors

Full Changelog: honkit/honkit@v6.1.6...v6.1.7


Open with Devin

v6.1.6

Compare Source

What's Changed

Bug Fixes
  • fix: resolve output folder relative to book root instead of cwd by @​azu in #​494

Full Changelog: honkit/honkit@v6.1.5...v6.1.6

v6.1.5

Compare Source

What's Changed

Bug Fixes
  • fix: prevent infinite rebuild loops with custom output folders by @​azu in #​492
CI
Dependency Updates

Full Changelog: honkit/honkit@v6.1.4...v6.1.5

v6.1.4

Compare Source

What's Changed

CI
  • feat: migrate to npm trusted publishing with OIDC by @​azu in #​474
  • fix: update release workflow for npm OIDC publishing by @​azu in #​478
  • fix: use pnpm for npm publish in release workflow by @​azu in #​480
  • fix: Update repository URLs for npm OIDC publishing by @​azu in #​483

Full Changelog: honkit/honkit@v6.0.4...v6.1.4

v6.0.4

Compare Source

What's Changed

Bug Fixes
  • Fix navigation failure due to JavaScript error when href attributes are undefined by @​Copilot in #​470
Documentation
Refactoring
Dependency Updates
Other Changes

New Contributors

Full Changelog: honkit/honkit@v6.0.3...v6.0.4

v6.0.3

Compare Source

What's Changed

Documentation
Refactoring
Dependency Updates
Other Changes

New Contributors

Full Changelog: honkit/honkit@v6.0.2...v6.0.3

v6.0.2

Compare Source

What's Changed

Bug Fixes

This Release fixed these issues.

Refactoring

Full Changelog: honkit/honkit@v6.0.1...v6.0.2

v6.0.1

Compare Source

What's Changed

Bug Fixes
Documentation
Refactoring
CI

Full Changelog: honkit/honkit@v6.0.0...v6.0.1

v6.0.0

Compare Source

What's Changed

BREAKING CHANGES
  • Remove Node.js 16 from CI
  • Require Node.js 18+ (ES2022)
  • Docker Image use Node.js 22 image
Maintenance
  • Update dependencies
Internal
  • Use pnpm instead of yarn v1
  • Add cheerio workaround
  • Correct types
  • Correct dependencies

Full Changelog: honkit/honkit@v5.1.5...v6.0.0

v5.1.5

Compare Source

What's Changed

Fixes
Maintenance
CI
Dependency Updates

New Contributors

Full Changelog: honkit/honkit@v5.1.4...v5.1.5

v5.1.4

Compare Source

What's Changed

Bug Fixes

This patch fixes images on PDF/epub #​394

Dependency Updates

New Contributors

Full Changelog: honkit/honkit@v5.1.3...v5.1.4

v5.1.3

Compare Source

What's Changed

Bug Fixes
Documentation
Dependency Updates

New Contributors

Full Changelog: honkit/honkit@v5.1.1...5.1.3

v5.1.2

Compare Source

What's Changed

Bug Fixes
Documentation
Dependency Updates

New Contributors

Full Changelog: honkit/honkit@v5.1.1...v5.1.2

v5.1.1

Compare Source

What's Changed

Bug Fixes
  • fix(honkit): honkit serve should not exit when watched file is deleted by @​azu in #​373
Refactoring

Full Changelog: honkit/honkit@v5.1.0...5.1.1

v5.1.0

Compare Source

What's Changed

Features

Please note that this is still experimental and therefore quite unstable.
Perhaps certain versions will be broken.

Usage and Feedback is here:

Full Changelog: honkit/honkit@v5.0.0...5.1.0

v5.0.0

Compare Source

What's Changed

Breaking Changes

asciidoc: fix include::./relative/path/from/content[] by @​azu in #​357
  • Working Directory: project/
  • Entry Point: project/src/main.adoc
include::./dir/file.adoc[]

Previously, the include:: path is relative path from working directory.
As a result, the include::./dir/file.adoc imported project/dir/file.adoc.

In v5.0.0, the include:: path is relative path from the content file path.
As a result, the include::./dir/file.adoc will import project/src/dir/file.adoc.

This is a bug fix, but the behaviour is changed and is therefore a BREAKING CHANGE.

update to highlight.js 11 by @​azu in #​358

Default theme is a bit change.
Some Language Aliases has been removed.

Docker: Update to Node.js 18 by @​azu in #​362

Now, HonKit Docker Image based on Node.js 18.

Drop to support Node.js 14

Node.js 14 is EOL.

Dependency Updates

Full Changelog: honkit/honkit@v4.0.8...5.0.0

v4.0.8

Compare Source

What's Changed

Security Fixes
Bug Fixes
  • fix(honkit): fix TypeError: Cannot read properties of undefined (reading 'file') by @​azu in #​350
Dependency Updates
Other Changes

New Contributors

Full Changelog: honkit/honkit@v4.0.7...4.0.8

v4.0.7

Compare Source

What's Changed

Dependency Updates

Full Changelog: honkit/honkit@v4.0.6...4.0.7

v4.0.5

Compare Source

Note: Version bump only for package honkit-root

v4.0.4

Compare Source

Note: Version bump only for package honkit-root

v4.0.3

Compare Source

Bug Fixes

v4.0.2

Compare Source

Bug Fixes

v4.0.1

Compare Source

Bug Fixes

v4.0.0

Compare Source

Bug Fixes
Features
  • publish: multiple docker images per node.js version (#​289) (6995c16)
BREAKING CHANGES
  • drop to support Node.js 12

Probably, Current HonKit still work on Node.js 12, but it will be broken in minor updates.

3.7.5 (2022-07-14)

Bug Fixes
  • honkit: hokit server should not watch node_modules/** changes (#​277) (982d649)

3.7.4 (2022-06-21)

Bug Fixes
  • honkit: make honkit parse work for multi lang book (#​271) (83f7597)

3.7.3 (2022-05-28)

Bug Fixes
  • theme-default: prevent to replace html/head/body as strings (#​266) (3d9392b)

3.7.2 (2022-05-28)

Bug Fixes

3.7.1 (2022-01-17)

Note: Version bump only for package honkit-root

v3.7.5

Compare Source

Bug Fixes
Features
  • publish: multiple docker images per node.js version (#​289) (6995c16)
BREAKING CHANGES
  • drop to support Node.js 12

Probably, Current HonKit still work on Node.js 12, but it will be broken in minor updates.

3.7.5 (2022-07-14)

Bug Fixes
  • honkit: hokit server should not watch node_modules/** changes (#​277) (982d649)

3.7.4 (2022-06-21)

Bug Fixes
  • honkit: make honkit parse work for multi lang book (#​271) (83f7597)

3.7.3 (2022-05-28)

Bug Fixes
  • theme-default: prevent to replace html/head/body as strings (#​266) (3d9392b)

3.7.2 (2022-05-28)

Bug Fixes

3.7.1 (2022-01-17)

Note: Version bump only for package honkit-root

v3.7.4

Compare Source

Bug Fixes
Features
  • publish: multiple docker images per node.js version (#​289) (6995c16)
BREAKING CHANGES
  • drop to support Node.js 12

Probably, Current HonKit still work on Node.js 12, but it will be broken in minor updates.

3.7.5 (2022-07-14)

Bug Fixes
  • honkit: hokit server should not watch node_modules/** changes (#​277) (982d649)

3.7.4 (2022-06-21)

Bug Fixes
  • honkit: make honkit parse work for multi lang book (#​271) (83f7597)

3.7.3 (2022-05-28)

Bug Fixes
  • theme-default: prevent to replace html/head/body as strings (#​266) (3d9392b)

3.7.2 (2022-05-28)

Bug Fixes

3.7.1 (2022-01-17)

Note: Version bump only for package honkit-root

v3.7.3

Compare Source

Bug Fixes
Features
  • publish: multiple docker images per node.js version (#​289) (6995c16)
BREAKING CHANGES
  • drop to support Node.js 12

Probably, Current HonKit still work on Node.js 12, but it will be broken in minor updates.

3.7.5 (2022-07-14)

Bug Fixes
  • honkit: hokit server should not watch node_modules/** changes (#​277) (982d649)

3.7.4 (2022-06-21)

Bug Fixes
  • honkit: make honkit parse work for multi lang book (#​271) (83f7597)

3.7.3 (2022-05-28)

Bug Fixes
  • theme-default: prevent to replace html/head/body as strings (#​266) (3d9392b)

3.7.2 (2022-05-28)

Bug Fixes

3.7.1 (2022-01-17)

Note: Version bump only for package honkit-root

v3.7.2

Compare Source

Bug Fixes
Features
  • publish: multiple docker images per node.js version (#​289) (6995c16)
BREAKING CHANGES
  • drop to support Node.js 12

Probably, Current HonKit still work on Node.js 12, but it will be broken in minor updates.

3.7.5 (2022-07-14)

Bug Fixes
  • honkit: hokit server should not watch node_modules/** changes (#​277) (982d649)

3.7.4 (2022-06-21)

Bug Fixes
  • honkit: make honkit parse work for multi lang book (#​271) (83f7597)

3.7.3 (2022-05-28)

Bug Fixes
  • theme-default: prevent to replace html/head/body as strings (#​266) (3d9392b)

3.7.2 (2022-05-28)

Bug Fixes

3.7.1 (2022-01-17)

Note: Version bump only for package honkit-root

v3.7.1

Compare Source

Bug Fixes
Features
  • publish: multiple docker images per node.js version (#​289) (6995c16)
BREAKING CHANGES
  • drop to support Node.js 12

Probably, Current HonKit still work on Node.js 12, but it will be broken in minor updates.

3.7.5 (2022-07-14)

Bug Fixes
  • honkit: hokit server should not watch node_modules/** changes (#​277) (982d649)

3.7.4 (2022-06-21)

Bug Fixes
  • honkit: make honkit parse work for multi lang book (#​271) (83f7597)

3.7.3 (2022-05-28)

Bug Fixes
  • theme-default: prevent to replace html/head/body as strings (#​266) (3d9392b)

3.7.2 (2022-05-28)

Bug Fixes

3.7.1 (2022-01-17)

Note: Version bump only for package honkit-root

v3.7.0

Compare Source

Bug Fixes
Features
  • publish: multiple docker images per node.js version (#​289) (6995c16)
BREAKING CHANGES
  • drop to support Node.js 12

Probably, Current HonKit still work on Node.js 12, but it will be broken in minor updates.

3.7.5 (2022-07-14)

Bug Fixes
  • honkit: hokit server should not watch node_modules/** changes (#​277) (982d649)

3.7.4 (2022-06-21)

Bug Fixes
  • honkit: make honkit parse work for multi lang book (#​271) (83f7597)

3.7.3 (2022-05-28)

Bug Fixes
  • theme-default: prevent to replace html/head/body as strings (#​266) (3d9392b)

3.7.2 (2022-05-28)

Bug Fixes

3.7.1 (2022-01-17)

Note: Version bump only for package honkit-root


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 becomes conflicted, or you tick the rebase/retry checkbox.

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


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/honkit-6.x branch from ec89dde to 20d3bab Compare October 10, 2024 16:53
@renovate renovate bot force-pushed the renovate/honkit-6.x branch from 20d3bab to bdbcf35 Compare December 2, 2024 10:44
@renovate renovate bot force-pushed the renovate/honkit-6.x branch from bdbcf35 to a31cc99 Compare May 1, 2025 08:01
@renovate renovate bot force-pushed the renovate/honkit-6.x branch from a31cc99 to ff299be Compare August 10, 2025 13:09
@renovate renovate bot force-pushed the renovate/honkit-6.x branch from ff299be to 70d97b1 Compare August 19, 2025 19:33
@renovate renovate bot force-pushed the renovate/honkit-6.x branch from 70d97b1 to 92e4bcf Compare August 31, 2025 13:09
@renovate renovate bot force-pushed the renovate/honkit-6.x branch 2 times, most recently from cae9972 to c14d7a2 Compare September 8, 2025 14:25
@renovate renovate bot force-pushed the renovate/honkit-6.x branch from c14d7a2 to f78086d Compare September 25, 2025 14:41
@renovate renovate bot force-pushed the renovate/honkit-6.x branch from f78086d to b99f9ff Compare October 21, 2025 15:44
@renovate renovate bot force-pushed the renovate/honkit-6.x branch from b99f9ff to 8539c61 Compare December 31, 2025 13:45
@renovate renovate bot force-pushed the renovate/honkit-6.x branch from 8539c61 to 56e8437 Compare January 8, 2026 18:11
@renovate renovate bot force-pushed the renovate/honkit-6.x branch 3 times, most recently from 87da7ab to bcb503b Compare January 29, 2026 00:59
@renovate renovate bot force-pushed the renovate/honkit-6.x branch from bcb503b to 05d6fa2 Compare February 2, 2026 18:55
@renovate renovate bot force-pushed the renovate/honkit-6.x branch 2 times, most recently from 4c92573 to 57aa3e5 Compare February 17, 2026 15:00
@renovate renovate bot force-pushed the renovate/honkit-6.x branch from 57aa3e5 to 1f775bc Compare March 13, 2026 18:45
@renovate renovate bot force-pushed the renovate/honkit-6.x branch from 1f775bc to 520a018 Compare March 19, 2026 09:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants