Releases: nvuillam/node-sarif-builder
Releases · nvuillam/node-sarif-builder
v3.2.0
What's Changed
- Upgrade npm dependencies
- CI: Upgrade MegaLinter to v8
Pull Requests
- Update all non-major dependencies by @renovate in #61
- Update all non-major dependencies by @renovate in #63
- Update oxsecurity/megalinter action to v8 by @renovate in #74
- Update dependency nyc to v17 by @renovate in #72
- Update dependency @ava/typescript to v5 by @renovate in #68
- Update all non-major dependencies by @renovate in #64
- Update dependency eslint to v9 by @renovate in #69
- Update typescript-eslint monorepo to v8 (major) by @renovate in #73
- [GitHub Dependents Info] Updated markdown file by @github-actions in #70
Full Changelog: v3.1.0...v3.2.0
v3.1.0
What's Changed
- Update schema to final 2.1.0 release (but the schema definition remains the same), by @AlexWilson-GIS in #59
- New value:
$schema: 'http://json.schemastore.org/sarif-2.1.0.json'
- Previous value:
$schema: 'http://json.schemastore.org/sarif-2.1.0-rtm.5.json'
- New value:
- Add github-dependents-info workflow
- Upgrade dependencies
New Contributors
- @AlexWilson-GIS made their first contribution in #59
Full Changelog: v3.0.0...v3.1.0
v3.0.0
What's Changed
- BREAKING CHANGE: New minimal version of Node.js: v18
- Upgrade Github Actions workflows
- Upgrade MegaLinter
- Upgrade npm dependencies
- Update documentation
Pull Requests
- Minor improve docs example by @shaopeng-gh in #7
- Upgrade Dependencies by @nvuillam in #9
- Configure Renovate by @renovate in #8
New Contributors
- @shaopeng-gh made their first contribution in #7
- @renovate made their first contribution in #8
Full Changelog: v2.0.3...v3.0.0
node-sarif-builder v2.0.3
- Run yarn-audit-fix to upgrade dependencies with security issues (minimist, node-fetch)
- CI: Upgrade MegaLinter to v6
node-sarif-builder v2.0.2
- Update License to MIT
node-sarif-builder v2.0.1
- Update JSON schema to http://json.schemastore.org/sarif-2.1.0-rtm.5.json
node-sarif-builder v2.0.0
- Mandatory properties
toolDriverName
andtoolDriverVersion
for SarifRunBuilder - Change default schema version to https://www.schemastore.org/schemas/json/sarif-2.1.0-rtm.5.json
- When possible, automatically populate SARIF properties:
artifact.sourceLanguage
result.locations.location.physicalLocation.artifactLocation.index
result.ruleIndex
- Fix bug when initSimple is called without region properties
node-sarif-builder v1.0.2
-Respository information
node-sarif-builder v1.0.1
Update documentation
node-sarif-builder
Initial version