Skip to content

Releases: chrisreddington/validate-devcontainer

v0.0.8

14 Dec 22:32
9821400

Choose a tag to compare

What's Changed

  • Bump actions/checkout from 5 to 6 by @dependabot[bot] in #95
  • Bump the npm-development group across 1 directory with 4 updates by @dependabot[bot] in #97
  • Bump the npm-development group with 2 updates by @dependabot[bot] in #98
  • Bump the npm-development group with 5 updates by @dependabot[bot] in #100
  • Fix super-linter 8.3.0 compatibility and revert unintended dependency downgrades by @Copilot in #101
  • Add cooldown configuration to Dependabot updates by @Copilot in #102
  • Bump super-linter/super-linter from 8.2.1 to 8.3.0 in the actions-minor group by @dependabot[bot] in #99

New Contributors

  • @Copilot made their first contribution in #101

Full Changelog: v0.0.7...v0.0.8

v0.0.7

19 Nov 09:53
3d2b420

Choose a tag to compare

What's Changed

  • Bump the npm-development group with 7 updates by @dependabot[bot] in #27
  • Bump the npm-development group with 9 updates by @dependabot[bot] in #28
  • Bump globals from 15.15.0 to 16.0.0 by @dependabot[bot] in #29
  • Bump the npm_and_yarn group with 2 updates by @dependabot[bot] in #30
  • Bump the npm-development group across 1 directory with 10 updates by @dependabot[bot] in #33
  • Bump @github/local-action from 2.6.3 to 3.1.3 by @dependabot[bot] in #35
  • Bump the npm-development group with 5 updates by @dependabot[bot] in #34
  • Bump the npm-development group with 9 updates by @dependabot[bot] in #36
  • Bump the npm-development group with 4 updates by @dependabot[bot] in #37
  • Bump the npm-development group with 6 updates by @dependabot[bot] in #38
  • Bump the npm-development group with 5 updates by @dependabot[bot] in #39
  • Bump the npm-development group with 6 updates by @dependabot[bot] in #40
  • Bump the npm-development group with 6 updates by @dependabot[bot] in #43
  • Bump the npm-development group across 1 directory with 8 updates by @dependabot[bot] in #62
  • Bump undici from 5.28.5 to 5.29.0 in the npm_and_yarn group by @dependabot[bot] in #56
  • Bump the npm-development group with 7 updates by @dependabot[bot] in #63
  • Bump the npm-development group across 1 directory with 7 updates by @dependabot[bot] in #66
  • Bump the npm-development group across 1 directory with 7 updates by @dependabot[bot] in #72
  • Bump eslint-plugin-jest from 28.12.0 to 29.0.1 by @dependabot[bot] in #71
  • Bump @types/node from 22.15.29 to 24.0.7 by @dependabot[bot] in #70
  • Bump @jest/globals from 29.7.0 to 30.0.3 by @dependabot[bot] in #69
  • Bump jest and @types/jest by @dependabot[bot] in #67
  • Bump @github/local-action from 3.2.1 to 5.0.0 by @dependabot[bot] in #74
  • Bump the npm-development group with 5 updates by @dependabot[bot] in #73
  • Bump super-linter/super-linter from 7 to 8 by @dependabot[bot] in #75
  • Bump the npm-development group with 9 updates by @dependabot[bot] in #76
  • Bump the npm-development group across 1 directory with 8 updates by @dependabot[bot] in #78
  • Bump actions/checkout from 4 to 5 by @dependabot[bot] in #80
  • Bump the npm-development group across 1 directory with 12 updates by @dependabot[bot] in #86
  • Bump actions/setup-node from 4 to 6 by @dependabot[bot] in #88
  • Bump actions/upload-artifact from 4 to 5 by @dependabot[bot] in #89
  • Bump github/codeql-action from 3 to 4 by @dependabot[bot] in #87
  • refactor: migrate from Jest to Vitest for testing framework by @chrisreddington in #91
  • Bump js-yaml from 3.14.1 to 3.14.2 by @dependabot[bot] in #90
  • Bump the npm-development group with 6 updates by @dependabot[bot] in #92
  • Bump @github/local-action from 5.1.0 to 6.0.2 by @dependabot[bot] in #93
  • Update package lock file by @chrisreddington in #94

Full Changelog: v0.0.6...v0.0.7

v0.0.6

11 Feb 10:46
0b52b34

Choose a tag to compare

What's Changed

  • Bump the npm-development group with 4 updates by @dependabot in #19
  • Bump the npm-development group with 2 updates by @dependabot in #20
  • Bump the npm-development group across 1 directory with 10 updates by @dependabot in #24
  • Bump the npm-development group with 3 updates by @dependabot in #25
  • Bump the npm-development group with 7 updates by @dependabot in #26

Full Changelog: v0.0.5...v0.0.6

v0.0.5

16 Dec 21:45
34bcd33

Choose a tag to compare

What's Changed

Full Changelog: v0.0.4...v0.0.5

v0.0.4

02 Dec 07:52
e2f793b

Choose a tag to compare

What's Changed

Full Changelog: v0.0.3...v0.0.4

v0.0.3

25 Nov 09:34
71ff6c0

Choose a tag to compare

What's Changed

Full Changelog: v0.0.2...v0.0.3

v0.0.2

20 Nov 12:45
7fa874f

Choose a tag to compare

What's Changed

Full Changelog: v0.0.1...v0.0.2

v0.0.1

20 Nov 09:35
daad385

Choose a tag to compare

This is the initial release for the validate-dev-container GitHub Action. This action checks that a devcontainer.json conforms to a given set of conditions, such as a list of Visual Studio Code extensions and a set of tasks. See the README for full details.

What's Changed

New Contributors

Full Changelog: https://github.com/chrisreddington/validate-devcontainer/commits/v0.0.1