Skip to content

[email protected]

Pre-release
Pre-release
Compare
Choose a tag to compare
@unicornware unicornware released this 16 Mar 20:46
· 78 commits to main since this release
[email protected]
4176cd1

[email protected] (2023-03-16)

⚠ BREAKING CHANGES

  • enums: match status codes to mdn
  • rewrite project

📦 Build

  • mark package as side-effects free (bd52e80)
  • use mkbuild to build project (5406594)
  • deps-dev: bump @typescript-eslint/eslint-plugin from 5.54.1 to 5.55.0 (#67) (9df752b)
  • deps-dev: bump @typescript-eslint/parser from 5.54.1 to 5.55.0 (#66) (3a7b823)
  • deps-dev: bump @vitest/coverage-c8 from 0.29.2 to 0.29.3 (#69) (5cd86be)
  • deps-dev: bump @vitest/ui from 0.29.2 to 0.29.3 (#70) (bfe2adc)
  • deps-dev: bump cspell from 6.29.0 to 6.29.3 (#77) (6fa7b6f)
  • deps-dev: bump eslint-plugin-jsdoc from 40.0.1 to 40.0.3 (#75) (4ce5c54)
  • deps-dev: bump eslint-plugin-jsonc from 2.6.0 to 2.7.0 (#76) (33582ed)
  • deps-dev: bump vite from 4.1.4 to 4.2.0 (#73) (840ea9e)
  • deps-dev: bump vite-tsconfig-paths from 4.0.5 to 4.0.7 (#72) (4be9869)
  • deps-dev: bump vitest from 0.29.2 to 0.29.3 (#71) (eff645d)
  • deps: bump @flex-development/aggregate-error-ponyfill from 2.0.0-alpha.2 to 2.0.0-alpha.4 (599fdca)
  • deps: bump @flex-development/aggregate-error-ponyfill from 2.0.0-alpha.4 to 2.0.1 (af81ab6)
  • deps: bump @flex-development/tutils from 5.0.0 to 5.0.1 (ae421cf)

🤖 Continuous Integration

  • [@dependabot] configure private registry (acdac01)
  • deps: bump actions/add-to-project from 0.3.0 to 0.4.1 (#63) (b896e21)
  • deps: bump actions/cache from 3.3.0 to 3.3.1 (#64) (0dde76f)
  • deps: bump actions/checkout from 3.0.2 to 3.1.0 (#47) (69bb589)
  • deps: bump actions/checkout from 3.1.0 to 3.2.0 (#58) (bd19d3f)
  • deps: bump actions/checkout from 3.2.0 to 3.3.0 (#60) (e5de25a)
  • deps: bump actions/checkout from 3.3.0 to 3.4.0 (#65) (8874dd5)
  • deps: bump actions/github-script from 6.2.0 to 6.3.0 (#42) (f828ca0)
  • deps: bump actions/github-script from 6.3.0 to 6.3.1 (#46) (6862838)
  • deps: bump actions/github-script from 6.3.1 to 6.3.2 (#50) (1309cf6)
  • deps: bump actions/github-script from 6.3.2 to 6.3.3 (#51) (ddfc715)
  • deps: bump actions/github-script from 6.3.3 to 6.4.0 (#62) (2314663)
  • deps: bump actions/setup-node from 3.4.1 to 3.5.0 (#44) (c2be021)
  • deps: bump actions/setup-node from 3.5.0 to 3.6.0 (#59) (614ca27)
  • deps: bump crazy-max/ghaction-import-gpg from 5.1.0 to 5.2.0 (#53) (58f4f40)
  • deps: bump dependabot/fetch-metadata from 1.3.3 to 1.3.5 (#54) (826bf88)
  • deps: bump dependabot/fetch-metadata from 1.3.5 to 1.3.6 (#61) (65e46dd)
  • deps: bump dessant/lock-threads from 3.0.0 to 4.0.0 (#57) (b14bfb6)
  • deps: bump flex-development/dist-tag-action from 1.1.0 to 1.1.2 (#55) (c4e99cf)
  • deps: bump hmarr/debug-action from 2.0.1 to 2.1.0 (#48) (7299e6e)
  • deps: bump octokit/graphql-action from 2.2.22 to 2.2.23 (#49) (6168ff4)
  • workflows: [add-to-project] add items from repo admin account (834e57a)
  • workflows: [add-to-project] run workflow when pr is synchronized (0ada7fc)
  • workflows: [approve-pr] refactor approval step conditional (e3b15aa)
  • workflows: [ci] split ci job into multiple jobs (60e7339)
  • workflows: [ci] upload coverage report to codecov (107788a)
  • workflows: [dependabot-auto] sign lockfile fix commit (b7f398a)
  • workflows: [integrity] update pull_request event activity types (1a7fb24)
  • workflows: add auto-merge (d8cff56)
  • workflows: add infrastructure (0a80040)
  • workflows: use environment files (3513dd7)

📝 Documentation

✨ Features

  • dtos: HttpExceptionDTO (6906088)
  • exceptions: HttpException (bced4bd)
  • interfaces: HttpExceptionJSON (781b971)

🐛 Fixes

  • install: [git] make postinstall script work with git install (93d6faf)

🏡 Housekeeping

  • cleanup (84f3f9e)
  • update project architecture (655a16f)
  • update project architecture (b88f99d)
  • github: add "package manager" dropdown to bug report template (55e916a)
  • github: add "typescript version" input to bug report template (00a937d)
  • github: configure sponsor button (ea43f2d)
  • github: remove "tests" section from pull request template (448862e)
  • github: update project description (a731f76)
  • tests: codecov integration (ee9ba47)

🦾 Refactors

  • rewrite project (f4718d6)
  • enums: match status codes to mdn (2f66ff2)

✅ Testing