Skip to content

v11.0.6

Compare
Choose a tag to compare
@github-actions github-actions released this 29 Nov 12:11
d48fb6c

11.0.6 (2023-11-29)

Bug fixes

  • plugins/pdf-to-txt: catch all falsey values in req body (530eed5)
  • plugins/tidy-css: parse only css style rules (0efe316)

Dependencies

  • deps-dev: bump @types/jest from 29.5.6 to 29.5.7 (#1707) (600a27e)
  • deps-dev: bump @types/jest from 29.5.7 to 29.5.10 (#1720) (cffb4d0)
  • deps-dev: bump autocannon from 7.12.0 to 7.14.0 (#1718) (117741f)
  • deps-dev: bump esbuild from 0.19.5 to 0.19.8 (694c868)
  • deps-dev: bump playwright from 1.39.0 to 1.40.0 (#1721) (eeb490f)
  • deps-dev: bump prettier from 3.0.3 to 3.1.0 (#1717) (c0c1e29)
  • deps-dev: bump the commitlint group with 2 updates (#1713) (91141c2)
  • deps-dev: bump the eslint group with 2 updates (#1716) (91db693)
  • deps-dev: remove broken eslint-plugin-security-node (2ee583d)
  • deps: bump jsdom from 22.1.0 to 23.0.0 (#1719) (54df193)
  • deps: bump node-poppler from 7.0.1 to 7.0.2 (#1709) (42151ad)
  • deps: bump node-poppler from 7.0.2 to 7.1.0 (#1722) (8a1a76e)
  • deps: bump tesseract.js from 5.0.2 to 5.0.3 (#1708) (78cffbe)
  • deps: bump the fastify-core group with 3 updates (#1706) (b05eff2)
  • deps: bump the fastify-core group with 3 updates (#1714) (949c2c4)
  • deps: bump the pino-core group with 1 update (#1715) (f212494)
  • deps: bump transistive dependencies (a682f55)

Miscellaneous

  • package: install playwright browsers on install (25479fe)
  • package: remove typescript exts from eslint (9bbc9f3)
  • plugins/embed-html-images: tidy inline comment (3391a0a)
  • plugins/tidy-html: use see jsdoc tag for inline comment link (4aa72a7)
  • plugins: improve decorate plugin jsdoc tags (d889ed1)

Continuous integration

  • deps: bump actions/github-script from 6 to 7 (#1712) (cc3a595)

Improvements

  • plugins/doc-to-txt: convert to decorator plugin (d47c3cd)
  • plugins/docx-to-html: convert to decorator plugin (8fd0907)
  • plugins/docx-to-html: input type for convertToHtml (329029c)
  • plugins/tidy-css: use optional chaining over ternary assignment (687f963)
  • plugins/tidy-html: consolidate variables (896c7e9)
  • plugins/tidy-html: return promise directly (4f4f872)
  • plugins/tidy-html: use for over forEach loop (77934b1)
  • plugins/tidy-html: use root node directly instead of searching (5e0a1c9)
  • remove UNRTF_BINARY_PATH env variable (8677ef6)
  • routes/pdf/txt: return promise directly (723b70b)

Documentation

  • readme: fix broken ci badge link (f36c2eb)