Releases: chrisreddington/validate-devcontainer
Releases · chrisreddington/validate-devcontainer
v0.0.8
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
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
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
What's Changed
- Bump the npm-development group with 3 updates by @dependabot in #17
- Bump the npm-development group with 5 updates by @dependabot in #18
Full Changelog: v0.0.4...v0.0.5
v0.0.4
What's Changed
- Bump the npm-development group with 7 updates by @dependabot in #16
Full Changelog: v0.0.3...v0.0.4
v0.0.3
What's Changed
- Bump the npm-development group with 3 updates by @dependabot in #15
Full Changelog: v0.0.2...v0.0.3
v0.0.2
What's Changed
- Add new badge, fix references by @chrisreddington in #14
Full Changelog: v0.0.1...v0.0.2
v0.0.1
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
- Add new package by @chrisreddington in #1
- Convert to typescript by @chrisreddington in #2
- Add feature validation to devcontainer by @chrisreddington in #4
- Rename extensions-list and feature-list to required-extensions and required-features by @chrisreddington in #5
- Bump the npm-development group with 3 updates by @dependabot in #6
- Bump eslint from 8.57.1 to 9.14.0 by @dependabot in #7
- Refactor and enhance test coverage for devcontainer validation utilities by @chrisreddington in #9
- Enhance documentation and add copilot instructions by @chrisreddington in #10
- Initialize baseline configuration workflow by @chrisreddington in #11
- Bump the npm-development group across 1 directory with 7 updates by @dependabot in #12
- Add icon to action.yml by @chrisreddington in #13
New Contributors
- @chrisreddington made their first contribution in #1
- @dependabot made their first contribution in #6
Full Changelog: https://github.com/chrisreddington/validate-devcontainer/commits/v0.0.1