Skip to content
Compare
Choose a tag to compare
@jbergstroem jbergstroem released this 08 Nov 12:05
· 47 commits to main since this release

Lots of under the hood changes; mainly due to dropping jq and using a problem matcher. One relevant bug fix for cases of globbing which didn't expand properly (such as **/Dockerfile) - see #82. Dependencies are now managed by renovatebot.

What's Changed

Dependency updates

  • chore: update to a newer github actions vm by @jbergstroem in #83
  • build(deps): bump actions/setup-node from 3.0.0 to 3.1.0 by @dependabot in #69
  • build(deps): bump actions/setup-node from 3.1.0 to 3.1.1 by @dependabot in #70
  • build(deps): bump actions/checkout from 3.0.0 to 3.0.1 by @dependabot in #71
  • build(deps): bump actions/setup-node from 3.1.1 to 3.2.0 by @dependabot in #73
  • build(deps): bump actions/checkout from 3.0.1 to 3.0.2 by @dependabot in #72
  • chore: update ci dependencies by @jbergstroem in #75
  • build(deps): bump actions/setup-node from 3.2.0 to 3.3.0 by @dependabot in #77
  • build(deps): bump actions/setup-node from 3.3.0 to 3.4.0 by @dependabot in #79
  • build(deps): bump actions/setup-node from 3.4.0 to 3.4.1 by @dependabot in #80
  • build(deps): bump actions/setup-node from 3.4.1 to 3.5.0 by @dependabot in #93
  • build(deps): bump actions/checkout from 3.0.2 to 3.1.0 by @dependabot in #94
  • build(deps): bump actions/setup-node from 3.5.0 to 3.5.1 by @dependabot in #95

New Contributors

Full Changelog: v1...v1.10.0