Skip to content

Releases: sverweij/virtual-code-owners

v8.2.0

04 Jun 12:18
v8.2.0
d19d77b
Compare
Choose a tag to compare

✨ features

  • f7d1946 feat: adds support for user-less rules in sections with default owners (#213)

👷 maintenance

  • f9f6e0f refactor(team-map): replaces 'ajv' with a hand-rolled validation (#211)
  • c74ca7b chore: cleans up now unused js-json converter & rebuilds
  • 9129d2e refactor: sectionName -> name
  • a2bb25a chore(tools): refines the dot-with-summary reporter

♻️ life cycle management

v8.1.0

11 May 20:06
v8.1.0
de7d251
Compare
Choose a tag to compare

✨ features

  • d93e45b feat: adds support for [sections] - GitLab style (#204)

👷 maintenance

  • 9f61fb9 chore: replaces c8 with node native coverage (#203)
  • 8233e66 build(npm): updates external devDependencies

v8.0.5

02 May 19:31
v8.0.5
183f2e1
Compare
Choose a tag to compare

👷 maintenance

  • f40f297 build(npm): updates external dependencies
  • 6f46a7f chore(ci): also run on node 22

v8.0.4

13 Apr 10:54
v8.0.4
2205939
Compare
Choose a tag to compare

👷 maintenance

  • affc7e2 chore(dependabot): groups all github actions updates
  • 66d218a build(npm): updates external devDependencies
  • 7d758f1 chore: tabs < spaces (for dist)
  • 7a7d29f doc(README): copy tweaks

v8.0.3

21 Mar 20:12
v8.0.3
ccd0816
Compare
Choose a tag to compare

👷 maintenance

  • 4e4ccf9 build(npm): updates external dependencies

v8.0.2

11 Mar 04:27
v8.0.2
6cf7502
Compare
Choose a tag to compare

👷 maintenance

  • c637eb2 fix: removes json version of virtual-teams schema from dist folder
  • 6b18c4a doc(README): copy tweaks
  • e0567fb build(deps-dev): bump the devdependencies group with 3 updates (#192)
  • bf5163b build(deps): bump the dependencies group with 1 update (#193)
  • e93b472 build(deps-dev): bump the devdependencies group with 3 updates (#191)
  • f789898 chore(dependabot): groups minor and patch bumps into single PR's

v8.0.1

26 Feb 20:44
v8.0.1
e40712c
Compare
Choose a tag to compare

👷 maintenance

v8.0.0

13 Dec 12:56
v8.0.0
3cf3ce8
Compare
Choose a tag to compare

✨ 🚨 BREAKING changes

  • 8a4d890 feat(labeler.yml)!: changes --emitLabeler to emit labeler@v5 format labeler.yml - BREAKING (#163)

Warning

Do you use virtual-code-owners to generate a actions/labeler .github/labeler.yml?
Then also bump actions/labeler to v5 when you bump virtual-code-owners to v8.0.0

The actions/labeler's labeler.yml configuration format has changed drastically from v4 to v5. See their README if you want to see the details.

📖 documentation

  • f5b72aa doc: syncs tagline in package.json with that on GH

👷 maintenance

♻️ life cycle management

🧹 chores

  • 0f607a8 chore(ci): adds a few rules to the dependency-cruiser check
  • d957593 chore(c)i: sets up semantic PR title check
  • 4fe5cc6 chore(ci): fixes sending test coverage results to step summary

v7.0.3

05 Dec 17:22
v7.0.3
158502e
Compare
Choose a tag to compare

👷 maintenance

  • a532e90 fix: explicitly sets the 'w' flag on writeFileSync to work around a nodejs 21.3.0 bug
  • 0d54c5f build(npm): updates external devDependencies

v7.0.2

19 Nov 09:23
v7.0.2
6280c77
Compare
Choose a tag to compare

🐛 fixes

  • 0185fe5 fix: makes comparison in expandTeamToUserNames strict

👷 maintenance