Skip to content

Latest commit

 

History

History
430 lines (314 loc) · 22.1 KB

CHANGELOG.md

File metadata and controls

430 lines (314 loc) · 22.1 KB

Changelog

This file was generated automatically using @semantic-release.

2.2.2 (2025-01-01)

Bug Fixes

  • no-duplicate-exported-ports: add protocol handling in port parsing (b4c7616), closes #91

Dependencies

  • dev: bump @rollup/plugin-replace from 6.0.1 to 6.0.2 (d89c2b8)
  • dev: bump @semantic-release/release-notes-generator (80fafe5)
  • dev: bump markdownlint-cli2 from 0.16.0 to 0.17.0 (5a4efb3)

Documentation

  • update changelog:fix script (e22c38d)

CI/CD

  • deps: bump actions/checkout from 4.1.1 to 4.2.2 (42f0da7)
  • deps: bump actions/upload-artifact from 4.4.3 to 4.5.0 (4628a66)
  • deps: bump github/codeql-action from 3.27.9 to 3.28.0 (ad72e8f)
  • deps: bump ossf/scorecard-action from 2.3.1 to 2.4.0 (25b17f8)

Others

  • change commit message prefix for dependabot (fc12c00)

2.2.1 (2024-12-18)

Bug Fixes

  • skip YAML separators when searching for dclint comments and process the first non-empty line (a8de08e), closes #69

Dependencies

  • dev: bump @commitlint/cli from 19.6.0 to 19.6.1 (b769851)
  • dev: bump @rollup/plugin-commonjs from 28.0.1 to 28.0.2 (f70e576)
  • dev: bump @rollup/plugin-node-resolve from 15.3.0 to 16.0.0 (6bd0206)
  • dev: bump @rollup/plugin-typescript from 12.1.1 to 12.1.2 (5bb8940)
  • dev: bump @stylistic/eslint-plugin from 2.11.0 to 2.12.1 (30cd5f2)
  • dev: bump @types/node from 20.17.9 to 20.17.10 (8f20d9a)
  • dev: bump c8 from 10.1.2 to 10.1.3 (91c027c)
  • dev: bump eslint-import-resolver-typescript from 3.6.3 to 3.7.0 (7f91608)

CI/CD

  • add OSSF Scorecards supply-chain security analysis (6a9fe76)
  • apply security best practices (1007255)
  • skip commitlint for dependabot (145ff6f)

2.2.0 (2024-12-15)

Features

  • move rules options to a separate property for better extensibility (929123a)
  • rename rules-loader, add getRuleDefinition helper (292c6f9)

Code Refactoring

  • change Logger.init to return the initialized Logger instance (b80549d)

Tests

  • move helper function to normalize strings to separate file (2c70a44)

Dependencies

  • dev: bump markdownlint-cli2 from 0.15.0 to 0.16.0 (5f750ae)
  • dev: fix npm audit warning (590b488)

Documentation

  • add logo to README header (288246b)
  • add TOC in README and rename sections (96f8711)
  • change release reference in rules documentation (39f6745)
  • fix all-contributors badge (cd3186b)
  • fix json example for editor autocompletion with schema (64a04a6)
  • make rules documentation more consistent (095133e)
  • update Contacts section in README (9f963de)
  • update rules descriptions (1fdbd1f)

Others

  • add documentation scripts and update contribution guidelines (9931320)
  • fix .PHONY option in Makefile (d93a930)
  • rewrite download-compose-schema script to TS (e89549c)
  • setup all-contributors specification, add contributors to README (fe4f67f)
  • update Commit Message Conventions for new rules (d260a84)

2.1.0 (2024-12-07)

Features

  • allow $schema in JSON configuration file (32aa0a4)

2.0.2 (2024-12-06)

Bug Fixes

  • observe quiet field in configuration file (15613d1)

Dependencies

  • dev: bump husky from 8.0.3 to 9.1.7 (cce0884)

Others

  • update husky script to v9 (e530cf5)

2.0.1 (2024-12-06)

Bug Fixes

  • npm package should not minify code (5de14dd)

Dependencies

  • bump yaml from 2.6.0 to 2.6.1 (705da6c)
  • dev: bump @stylistic/eslint-plugin from 2.10.1 to 2.11.0 (5954f00)
  • dev: bump @types/node from 20.17.6 to 20.17.7 (8943ce9)
  • dev: bump @types/node from 20.17.7 to 20.17.9 (b49decb)
  • dev: bump eslint-plugin-unicorn from 56.0.0 to 56.0.1 (42dc1dd)
  • dev: bump typescript from 5.6.3 to 5.7.2 (5c68de5)

Documentation

  • fix GitLab CI example (5d8dba6)
  • translate comments in generate-sea script (feccdec)

CI/CD

  • change dockerfile for multi-platform build on CI (3d05b2e)

Others

  • change markdownlint config file extension for codacy (f0eb0ed)
  • ignore warning in tests (95a427c)
  • setup commitlint and husky git hooks (067bb49)

2.0.0 (2024-11-22)

⚠ BREAKING CHANGES

  • Renamed bin/dclint.js to bin/dclint.cjs.
  • Docker entrypoint changed to use the compiled binary over the Node.js implementation.

New Rules

  • no-unbound-port-interfaces-rule: require port bindings to include interface ip (cbf7739)

Features

  • add Disabling Rules via Comments feature (9f2768a)
  • change building system to rollup, compiling linter into a binary (dc0ebcf)
  • cli: add --max-warnings option to enforce warning threshold (712a8df)
  • no-build-and-image-rule: add checkPullPolicy option to allow simultaneous usage of build and image (7a01d07)
  • require-quotes-in-ports-rule: handle "expose" section similar to "ports" (601a50f)
  • schema: update docker compose schema from source (f4e0a36)

Bug Fixes

  • change handling ports when it is a yamlMap (2e1a97d)
  • require-quotes-in-ports-rule: ensure single port values are wrapped in quotes (a7316a9)

Dependencies

  • bump yaml from 2.5.1 to 2.6.0 (2924e3e)
  • dev: bump @semantic-release/github from 11.0.0 to 11.0.1 (3cfe923)
  • dev: bump @stylistic/eslint-plugin from 2.9.0 to 2.10.1 (5f8ccfe)
  • dev: bump @types/node from 20.16.10 to 20.16.13 (39be7f5)
  • dev: bump @types/node from 20.16.13 to 20.17.1 (44e2c80)
  • dev: bump @types/node from 20.17.1 to 20.17.6 (7d3e5aa)
  • dev: bump ava from 6.1.3 to 6.2.0 (e726cac)
  • dev: bump markdownlint-cli2 from 0.14.0 to 0.15.0 (a6e10ae)
  • dev: bump semantic-release from 24.1.2 to 24.2.0 (844a516)
  • dev: bump tsimp from 2.0.11 to 2.0.12 (7ae8289)
  • dev: bump tslib from 2.7.0 to 2.8.0 (3ce911b)
  • dev: bump tslib from 2.8.0 to 2.8.1 (870a37a)
  • dev: bump typescript from 5.5.4 to 5.6.3 (37033c5)

Documentation

  • no-unbound-port-interfaces-rule: rename rule and add documentation (6649594)

CI/CD

Others

  • add new linters and fix eslint warnings (69d77d6)
  • change indentation and fix linter warnings (c612468)
  • change markdownlint scripts (52cb677)
  • move pull_request_template (faf1e72)
  • rename linter config schema (a6e9e2e)

1.0.7 (2024-10-26)

Bug Fixes

  • add yaml anchor/fragments support (4d9826f), closes #39

Dependencies

  • dev: bump @semantic-release/github from 10.3.5 to 11.0.0 (fcf7151)
  • dev: bump @stylistic/eslint-plugin from 2.8.0 to 2.9.0 (73e3f13)
  • dev: bump @types/node from 20.16.5 to 20.16.10 (2599b91)
  • dev: bump eslint-plugin-import from 2.30.0 to 2.31.0 (dbcd009)
  • dev: bump eslint-plugin-unicorn from 55.0.0 to 56.0.0 (2a92689)
  • dev: bump esmock from 2.6.7 to 2.6.9 (98d2f92)
  • dev: bump semantic-release from 24.1.1 to 24.1.2 (cdc1963)

Documentation

  • add yaml anchor handling section (a7b61bb), closes #39
  • change GitLab CI Example (c421f23)

Others

  • update dependabot config (321fa32)

1.0.6 (2024-10-01)

Bug Fixes

  • run checks against any file provided by user and skip regex pattern (0047590), closes #23

1.0.5 (2024-10-01)

Bug Fixes

  • Search for compose.ya?ml (0050953)

Dependencies

  • dev: bump @semantic-release/github from 10.3.4 to 10.3.5 (53e65a8)
  • dev: bump eslint from 8.57.0 to 8.57.1 (2bbc6e7)

Documentation

  • add pull request template (3770397)
  • update github issue templates (a7ec994)

1.0.4 (2024-09-20)

Bug Fixes

  • resolve error "key already set" in Service Keys Order Rule (336723d), closes #9

1.0.3 (2024-09-20)

Bug Fixes

  • handle port value provided with envs (63c6176), closes #8

CI/CD

  • update version for upload-artifact and download-artifact actions (f3187a6)

1.0.2 (2024-09-20)

Bug Fixes

  • change cli-config JSON Schema (a627504)

Dependencies

  • dev: bump @eslint-community/regexpp from 4.11.0 to 4.11.1 (910d6ea)
  • dev: bump @semantic-release/github from 10.3.3 to 10.3.4 (416f176)

CI/CD

  • add markdownlint command with @semantic-release/exec (c6f8896)
  • remove uploading reports to Codacy from PR (f67cf3c)

Others

  • add GitHub issue template for bugs (4163c30)
  • change order of semantic-release job (e8d1831)
  • set up a security policy (8c220ac)

1.0.1 (2024-09-14)

Bug Fixes

  • correct npm release ci job (267979d)

CI/CD

  • add "Upload release artifacts" job (2c12132)

Others

  • update CHANGELOG.md generation to comply with linting rules (43a7efa)

1.0.0 (2024-09-14)

Features