Skip to content

v11.0.1

Compare
Choose a tag to compare
@github-actions github-actions released this 19 Jul 19:12
62342c3

11.0.1 (2023-07-19)

Bug fixes

  • add missing strict mode directives (#1570) (3f10014)
  • config: disable plugin timeout if OCR_ENABLED env variable set (#1575) (824f48d)
  • plugins/pdf-to-txt: stop ocr pages being returned in unsorted order (#1572) (0eec909)
  • plugins: escape regexp quantifier characters (342c4a0)
  • routes: throw 400 error on empty payload instead of 415 (#1454) (9eb4410)
  • unintentional capture groups to non-capture groups (298827f)

Improvements

  • add strict u flag to all regex patterns (3c0d334)
  • app: use traditional function syntax (#1577) (5cf6633)
  • config: remove useless range in regex (67860f8)
  • plugins/doc-to-txt: remove unused var assignment (1a9fa7a)
  • plugins/embed-html-images: move path normalization out of function (1bfb28e)
  • plugins/html-to-txt: remove unused var assignment (bc0ae86)
  • plugins/tidy-css: remove useless m regex flag (0cf3ea8)
  • plugins: decorate request to stop object deoptimisation (c6741ed)
  • plugins: move large objects out of init (641eebe)
  • routes/docs: use ? quantifier over empty alternative (559db03)
  • use \d over [0-9] in regex patterns (f73c6ff)

Continuous integration

  • deps: bump coverallsapp/github-action from 2.2.0 to 2.2.1 (#1578) (893af2f)

Dependencies

  • deps-dev: add eslint-plugin-regexp (0a8a782)
  • deps-dev: bump @commitlint/cli from 17.6.5 to 17.6.6 (#1563) (bad58c0)
  • deps-dev: bump @commitlint/cli from 17.6.6 to 17.6.7 (#1595) (ee85f3f)
  • deps-dev: bump @commitlint/config-conventional (#1561) (963b515)
  • deps-dev: bump @commitlint/config-conventional (#1594) (78563d2)
  • deps-dev: bump esbuild from 0.17.19 to 0.18.14 (a5aeb2d)
  • deps-dev: bump eslint from 8.43.0 to 8.44.0 (#1558) (fe0c0ee)
  • deps-dev: bump eslint from 8.44.0 to 8.45.0 (#1589) (cea6367)
  • deps-dev: bump eslint-plugin-jest from 27.2.2 to 27.2.3 (#1579) (347a499)
  • deps-dev: bump eslint-plugin-jsdoc from 46.2.6 to 46.4.3 (#1562) (bd72648)
  • deps-dev: bump eslint-plugin-jsdoc from 46.4.3 to 46.4.4 (#1586) (6b2444e)
  • deps-dev: bump jest from 29.5.0 to 29.6.1 (#1568) (95141ec)
  • deps-dev: bump nodemon from 2.0.22 to 3.0.1 (#1593) (2bc8b71)
  • deps-dev: bump pino-pretty from 10.0.0 to 10.0.1 (#1567) (49b20e1)
  • deps-dev: bump playwright from 1.35.1 to 1.36.1 (#1583) (aea9112)
  • deps-dev: bump prettier from 2.8.8 to 3.0.0 (9be942a)
  • deps: bump @fastify/helmet from 10.1.1 to 11.0.0 (#1557) (fc313f1)
  • deps: bump @fastify/rate-limit from 8.0.1 to 8.0.3 (#1590) (0b4c05e)
  • deps: bump @fastify/swagger from 8.6.0 to 8.8.0 (#1565) (5d79e6d)
  • deps: bump @fastify/under-pressure from 8.2.0 to 8.3.0 (#1587) (1ecec72)
  • deps: bump fastify from 4.18.0 to 4.19.0 (#1560) (87334d4)
  • deps: bump fastify from 4.19.0 to 4.19.2 (#1566) (71521d3)
  • deps: bump fastify from 4.19.2 to 4.20.0 (#1580) (4a429d4)
  • deps: bump fastify-disablecache from 3.1.3 to 3.1.4 (#1592) (bbd3db3)
  • deps: bump fastify-floc-off from 2.1.3 to 2.1.4 (#1591) (bb9d87a)
  • deps: bump fastify-json-to-xml from 1.1.4 to 1.1.5 (#1581) (f78b46a)
  • deps: bump fastify-plugin from 4.5.0 to 4.5.1 (#1582) (d9b00ea)
  • deps: bump glob from 10.3.0 to 10.3.1 (#1559) (f47a102)
  • deps: bump glob from 10.3.1 to 10.3.3 (#1585) (2df7117)
  • deps: bump node-poppler from 6.2.5 to 6.2.6 (#1588) (c584d3a)
  • deps: bump node-unrtf from 3.1.5 to 3.1.6 (#1584) (be6bd87)
  • deps: bump semver from 5.7.1 to 5.7.2 (#1576) (14d66b9)
  • deps: bump tough-cookie from 4.1.2 to 4.1.3 (#1573) (ee6228d)
  • deps: bump transistive dependencies (9fd45d7)
  • docker: chown after COPY otherwise files will be owned by root (#1571) (1035ccb)

Miscellaneous

  • .eslintrc: sort extends array (1d53bca)
  • plugins: remove excess whitespace (ac4ce62)
  • rename lint:prettier scripts to reflect their function (251b407)
  • sort regex character class elements (97bd10d)