Skip to content

Releases: fastify/pre-commit

v2.1.0

09 Nov 18:46
be1a1d4
Compare
Choose a tag to compare

What's Changed

  • Bump actions/setup-node from 2.2.0 to 2.3.0 by @dependabot in #31
  • Bump actions/setup-node from 2.3.0 to 2.3.2 by @dependabot in #33
  • Bump actions/setup-node from 2.3.2 to 2.4.0 by @dependabot in #34
  • Bump fastify/github-action-merge-dependabot from 2.2.0 to 2.3.0 by @dependabot in #35
  • Bump fastify/github-action-merge-dependabot from 2.3.0 to 2.4.0 by @dependabot in #36
  • Bump fastify/github-action-merge-dependabot from 2.4.0 to 2.5.0 by @dependabot in #37
  • Bump actions/setup-node from 2.4.0 to 2.4.1 by @dependabot in #38
  • Bump fastify/github-action-merge-dependabot from 2.5.0 to 2.6.0 by @dependabot in #39
  • build(dependabot): ignore minor and patch github-actions updates by @Fdawgs in #40
  • Bump fastify/github-action-merge-dependabot from 2.6.0 to 2.7.0 by @dependabot in #41
  • Bump fastify/github-action-merge-dependabot from 2.7.0 to 2.7.1 by @dependabot in #42
  • build: reduce dependabot update frequency by @Fdawgs in #45
  • build(deps): bump fastify/github-action-merge-dependabot from 2.7.1 to 3 by @Fdawgs in #46
  • Bump actions/setup-node from 2 to 3 by @dependabot in #48
  • Bump tap from 15.2.3 to 16.0.0 by @dependabot in #49
  • ci!: migrate to fastify reusable workflow by @Fdawgs in #52
  • Bump actions/checkout from 2 to 3 by @dependabot in #50
  • Bump standard from 16.0.4 to 17.0.0 by @dependabot in #51
  • ci(package-manager-ci): bring into line with fastify repo by @Fdawgs in #53
  • chore(.gitignore): use updated skeleton template by @Fdawgs in #54
  • Update License Year by @Uzlopak in #58
  • activate lint and license-check in ci by @Uzlopak in #57
  • disable package-lock generation by @Uzlopak in #56
  • Bump which from 2.0.2 to 3.0.0 by @dependabot in #61
  • ci(package-manager): update ubuntu os to latest by @Fdawgs in #62
  • chore(.gitignore): add bun lockfile by @Fdawgs in #63
  • ci(package-manager-ci): add node 18 to test matrix by @Fdawgs in #64
  • ci: only trigger on pushes to main branches by @Fdawgs in #65
  • ci(package-manager-ci): replace jobs with reusable workflow by @Fdawgs in #66
  • build(deps): bump which from 3.0.1 to 4.0.0 by @dependabot in #67
  • perf: use node: prefix to bypass require.cache call for builtins by @Fdawgs in #68
  • chore: add .gitattributes file by @Fdawgs in #70
  • chore(package): explicitly declare js module type by @Fdawgs in #71

New Contributors

Full Changelog: v2.0.2...v2.1.0

v2.0.2

07 Jul 11:50
d11c4b2
Compare
Choose a tag to compare
  • Fix another module resolution bug #29 #30

v2.0.1

02 Jul 17:31
c7a7d1e
Compare
Choose a tag to compare
  • Fix resolution of module during install and uninstall #27

v2.0.0

02 Jul 17:29
ebb5797
Compare
Choose a tag to compare
  • Initial Fastify fork release
  • House keeping: #1, #9, #13, #25, #26
  • Add support for configuration dot file #23