Skip to content
This repository has been archived by the owner on Jan 28, 2024. It is now read-only.

v4.0.3

Compare
Choose a tag to compare
@github-actions github-actions released this 18 May 11:43
055051f

4.0.3 (2022-05-18)

Bug Fixes

  • routes/admin/access/bearer-token: missing record url path (aae13ed)
  • server: do not transform 503 http err into 500 http err response (d9c56b1)

Documentation

  • update deployment steps to use npm ci (43fe000)

Miscellaneous

  • .eslintrc: enable plugin:jest/style rules (89d3e90)
  • .github/codeql-config: remove quotation marks (6a97601)
  • bug_report: use node 18 as placeholder for node-version (41f0453)
  • server: use optional chaining for error message logging (68a519d)

Continuous Integration

  • automerge: fix context (325e14d)
  • check user.login is dependabot instead of actor (33fd019)
  • ci: require unit-tests job to pass for save-pr-number job to run (01f3540)
  • ci: use lts/* for node setup in lint job (1488a64)
  • ci: use node-version for node matrix key (5501de5)
  • codeql: only run on pr changes to .html, .js, and .yml files (1fa8213)
  • codeql: resolve missing analyses (4c5375b)
  • codeql: specify which files to scan during analysis (f609aac)

Dependencies

  • deps-dev: bump @commitlint/cli from 16.2.4 to 17.0.0 (#227) (f97e3d3)
  • deps-dev: bump @commitlint/config-conventional (#233) (cc1f957)
  • deps-dev: bump autocannon from 7.8.1 to 7.9.0 (#229) (840f1d6)
  • deps-dev: bump eslint from 8.14.0 to 8.15.0 (#225) (30f7c98)
  • deps-dev: bump eslint-plugin-jest from 26.1.5 to 26.2.2 (#222) (002fbde)
  • deps-dev: bump glob from 8.0.1 to 8.0.3 (#234) (3eca8bf)
  • deps-dev: bump husky from 7.0.4 to 8.0.1 (#224) (d9cbff0)
  • deps-dev: bump jest from 28.0.3 to 28.1.0 (#235) (8b6cbee)
  • deps-dev: bump playwright from 1.21.1 to 1.22.1 (#220) (f48252a)
  • deps: bump @fastify/basic-auth from 3.0.1 to 3.0.2 (#228) (371ce74)
  • deps: bump @fastify/helmet from 8.0.0 to 8.0.1 (#230) (0d8ee66)
  • deps: bump @fastify/sensible from 4.0.0 to 4.1.0 (#226) (20ea2b5)
  • deps: bump @fastify/static from 5.0.1 to 5.0.2 (#231) (b2006ee)
  • deps: bump dotenv from 16.0.0 to 16.0.1 (#232) (2a65173)
  • deps: bump mssql from 8.1.0 to 8.1.1 (#236) (74b7612)
  • deps: bump redoc from 2.0.0-rc.67 to 2.0.0-rc.70 (#223) (a0645d2)
  • deps: bump sub-dependencies (8699105)

Improvements

  • access fs/promises api via newer route (ac89225)