container-security-book icon indicating copy to clipboard operation
container-security-book copied to clipboard

chore(deps): update dependency honkit to v6

Open renovate[bot] opened this issue 1 year ago • 0 comments

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
honkit 3.6.23 -> 6.0.2 age adoption passing confidence

Release Notes

honkit/honkit (honkit)

v6.0.2

Compare Source

What's Changed

Bug Fixes

This Release fixed these issues.

Refactoring

Full Changelog: https://github.com/honkit/honkit/compare/v6.0.1...v6.0.2

v6.0.1

Compare Source

What's Changed

Bug Fixes
Documentation
Refactoring
CI

Full Changelog: https://github.com/honkit/honkit/compare/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: https://github.com/honkit/honkit/compare/v5.1.5...v6.0.0

v5.1.5

Compare Source

What's Changed

Fixes
Maintenance
CI
Dependency Updates

New Contributors

Full Changelog: https://github.com/honkit/honkit/compare/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: https://github.com/honkit/honkit/compare/v5.1.3...v5.1.4

v5.1.3

Compare Source

What's Changed

Bug Fixes
Documentation
Dependency Updates

New Contributors

Full Changelog: https://github.com/honkit/honkit/compare/v5.1.1...5.1.3

v5.1.2

Compare Source

What's Changed

Bug Fixes
Documentation
Dependency Updates

New Contributors

Full Changelog: https://github.com/honkit/honkit/compare/v5.1.1...v5.1.2

v5.1.1

Compare Source

What's Changed

Bug Fixes
Refactoring

Full Changelog: https://github.com/honkit/honkit/compare/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: https://github.com/honkit/honkit/compare/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 https://github.com/honkit/honkit/pull/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 https://github.com/honkit/honkit/pull/358

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

Docker: Update to Node.js 18 by @​azu in https://github.com/honkit/honkit/pull/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: https://github.com/honkit/honkit/compare/v4.0.8...5.0.0

v4.0.8

Compare Source

What's Changed

Security Fixes
Bug Fixes
Dependency Updates
Other Changes

New Contributors

Full Changelog: https://github.com/honkit/honkit/compare/v4.0.7...4.0.8

v4.0.7

Compare Source

What's Changed

Dependency Updates

Full Changelog: https://github.com/honkit/honkit/compare/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
  • Node.js 12 is EOL https://nodejs.org/en/about/releases/
  • Use Node.js 14, 16, 18 for CI

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
  • honkit: hokit server should not watch node_modules/** changes (#​277) (982d649)

v3.7.4

Compare Source

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

v3.7.3

Compare Source

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

v3.7.2

Compare Source

Bug Fixes

v3.7.1

Compare Source

Note: Version bump only for package honkit-root

v3.7.0

Compare Source

Features
Performance Improvements

3.6.23 (2021-11-04)

Bug Fixes
  • honit: remove spawn-cmd (#​230) (9640e65)
  • honkit: add typing to encode{Navigation,Progress} (60895ec)
  • honkit: add typing to encodeConfig (dba0a66)
  • honkit: add typing to encodePage (63589ef)
  • honkit: Replace newlines with white space in pdf headers + footers (#​237) (ebe4d60)

3.6.22 (2021-10-02)

Note: Version bump only for package honkit

3.6.21 (2021-09-16)

Bug Fixes

3.6.20 (2021-04-14)

Bug Fixes
  • theme-detault: Remove Console Log for Page Changes (#​203) (5836f23)

3.6.19 (2021-03-27)

Bug Fixes
  • honkit-plugin-highlight: fix highlight.js warning (#​200) (4433488)

3.6.18 (2021-03-27)

Bug Fixes
  • theme-default: fix Uncaught TypeError when click a page (#​196) (349aae6)

3.6.17 (2021-02-15)

Bug Fixes

3.6.16 (2020-12-15)

Note: Version bump only for package honkit

3.6.15 (2020-12-05)

Note: Version bump only for package honkit

3.6.14 (2020-11-29)

Note: Version bump only for package honkit

3.6.13 (2020-11-17)

Bug Fixes

3.6.12 (2020-11-13)

Note: Version bump only for package honkit

3.6.11 (2020-11-10)

Note: Version bump only for package honkit

3.6.10 (2020-11-10)

Bug Fixes
  • default-theme: move restoring sidebar logic to critical path (aa7a598)
  • honkit/theme-default: fix first scroll position (4fb9cd3)
  • theme-default: add .honkit-cloak (77feada)
  • theme-default: fix blank page on mobile (6401745)
  • theme-default: fix blank page on mobile (1200422)
  • theme-default: fix restore login when disable sidebar (8445459)

3.6.9 (2020-11-10)

Bug Fixes
  • default-theme: move restoring sidebar logic to critical path (aa7a598)
  • honkit/theme-default: fix first scroll position (4fb9cd3)
  • theme-default: add .honkit-cloak (77feada)
  • theme-default: fix restore login when disable sidebar (8445459)

3.6.8 (2020-10-22)

Bug Fixes
  • honkit: call "page" and "page:before" if honkit has the cache (3742225)

3.6.7 (2020-10-22)

Bug Fixes
  • honkit: call "page" and "page:before" if honkit has the cache (3742225)

3.6.6 (2020-09-05)

Features
  • docker: add ebook-convert installation (d7b63ed)

3.6.5 (2020-08-31)

Bug Fixes
  • honkit: fix empty publish (92aabd6)

3.6.4 (2020-08-31)

Bug Fixes
  • docker: use latest as default (ef7f0f1)

3.6.3 (2020-08-31)

Bug Fixes
  • change versionup script (7ed4bb3)
Features
  • docker: add basic Dockerfile (4a56826)

3.6.2 (2020-08-31)

Bug Fixes
  • change versionup script (7ed4bb3)
Features
  • docker: add basic Dockerfile (4a56826)

3.6.1 (2020-08-15)

Bug Fixes

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[bot] avatar Oct 03 '24 16:10 renovate[bot]