mirror of
https://github.com/ivuorinen/config-checker.git
synced 2026-01-26 11:24:02 +00:00
Compare commits
31 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f6cb2ac76b | ||
|
|
6dab9cb1b2 | ||
|
|
6cd267608e | ||
|
|
1c7e9f8876 | ||
|
|
3a1845c0f2 | ||
|
|
9b6497f362 | ||
|
|
cf51330fd0 | ||
|
|
9001a7eaa2 | ||
|
|
ee36bc4236 | ||
|
|
fde98ac9e5 | ||
|
|
48795e323b | ||
|
|
e774d7f83a | ||
|
|
826713e7bf | ||
|
|
10ca41ade9 | ||
|
|
0a9de800be | ||
|
|
2fc3a730c6 | ||
|
|
97c56b4f00 | ||
|
|
09ae5b17ca | ||
|
|
e761b7769f | ||
|
|
8f2066260d | ||
|
|
b9db6a65cc | ||
|
|
3d266717c5 | ||
|
|
a26bb6dc87 | ||
|
|
d1735ff03b | ||
|
|
f7fefb9422 | ||
|
|
34c4e407ac | ||
|
|
5c5491d507 | ||
|
|
3e318e61a1 | ||
|
|
05c1d12841 | ||
|
|
be56bd84d0 | ||
| f2f1272ad2 |
6
.github/workflows/codeql.yml
vendored
6
.github/workflows/codeql.yml
vendored
@@ -60,7 +60,7 @@ jobs:
|
||||
# your codebase is analyzed, see https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/codeql-code-scanning-for-compiled-languages
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
|
||||
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||
|
||||
# Add any setup steps before running the `github/codeql-action/init` action.
|
||||
# This includes steps like installing compilers or runtimes (`actions/setup-node`
|
||||
@@ -70,7 +70,7 @@ jobs:
|
||||
|
||||
# Initializes the CodeQL tools for scanning.
|
||||
- name: Initialize CodeQL
|
||||
uses: github/codeql-action/init@fe4161a26a8629af62121b670040955b330f9af2 # v4.31.6
|
||||
uses: github/codeql-action/init@19b2f06db2b6f5108140aeb04014ef02b648f789 # v4.31.11
|
||||
with:
|
||||
languages: ${{ matrix.language }}
|
||||
build-mode: ${{ matrix.build-mode }}
|
||||
@@ -98,6 +98,6 @@ jobs:
|
||||
exit 1
|
||||
|
||||
- name: Perform CodeQL Analysis
|
||||
uses: github/codeql-action/analyze@fe4161a26a8629af62121b670040955b330f9af2 # v4.31.6
|
||||
uses: github/codeql-action/analyze@19b2f06db2b6f5108140aeb04014ef02b648f789 # v4.31.11
|
||||
with:
|
||||
category: "/language:${{matrix.language}}"
|
||||
|
||||
4
.github/workflows/pr-lint.yml
vendored
4
.github/workflows/pr-lint.yml
vendored
@@ -30,7 +30,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
|
||||
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
@@ -48,7 +48,7 @@ jobs:
|
||||
|
||||
- name: Run PR Lint
|
||||
# https://github.com/ivuorinen/actions
|
||||
uses: ivuorinen/actions/pr-lint@a52399cf74eac2b0963591ab2c6c8eb0f7f50b2d # v2025.12.01
|
||||
uses: ivuorinen/actions/pr-lint@f98ae7cd7d0feb1f9d6b01de0addbb11414cfc73 # v2026.01.21
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||
|
||||
8
.github/workflows/publish.yml
vendored
8
.github/workflows/publish.yml
vendored
@@ -26,7 +26,7 @@ jobs:
|
||||
steps:
|
||||
- name: Run PR Lint
|
||||
# https://github.com/ivuorinen/actions
|
||||
uses: ivuorinen/actions/pr-lint@a52399cf74eac2b0963591ab2c6c8eb0f7f50b2d # v2025.12.01
|
||||
uses: ivuorinen/actions/pr-lint@f98ae7cd7d0feb1f9d6b01de0addbb11414cfc73 # v2026.01.21
|
||||
|
||||
publish:
|
||||
name: Publish
|
||||
@@ -41,12 +41,12 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
|
||||
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Setup Node.js Environment
|
||||
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
|
||||
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
|
||||
with:
|
||||
always-auth: true
|
||||
node-version-file: ".nvmrc"
|
||||
@@ -58,7 +58,7 @@ jobs:
|
||||
run: npm install -g corepack --force && corepack enable
|
||||
|
||||
- name: Cache Node Modules
|
||||
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
|
||||
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
|
||||
id: cache
|
||||
with:
|
||||
path: node_modules
|
||||
|
||||
2
.github/workflows/stale.yml
vendored
2
.github/workflows/stale.yml
vendored
@@ -23,4 +23,4 @@ jobs:
|
||||
issues: write
|
||||
pull-requests: write
|
||||
steps:
|
||||
- uses: ivuorinen/actions/stale@a52399cf74eac2b0963591ab2c6c8eb0f7f50b2d # v2025.12.01
|
||||
- uses: ivuorinen/actions/stale@f98ae7cd7d0feb1f9d6b01de0addbb11414cfc73 # v2026.01.21
|
||||
|
||||
4
.github/workflows/sync-labels.yml
vendored
4
.github/workflows/sync-labels.yml
vendored
@@ -34,8 +34,8 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: ⤵️ Checkout Repository
|
||||
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
|
||||
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
- name: ⤵️ Sync Latest Labels Definitions
|
||||
uses: ivuorinen/actions/sync-labels@a52399cf74eac2b0963591ab2c6c8eb0f7f50b2d # v2025.12.01
|
||||
uses: ivuorinen/actions/sync-labels@f98ae7cd7d0feb1f9d6b01de0addbb11414cfc73 # v2026.01.21
|
||||
|
||||
@@ -23,13 +23,13 @@ repos:
|
||||
args: [--autofix, --no-sort-keys]
|
||||
|
||||
- repo: https://github.com/igorshubovych/markdownlint-cli
|
||||
rev: v0.46.0
|
||||
rev: v0.47.0
|
||||
hooks:
|
||||
- id: markdownlint
|
||||
args: [-c, .markdownlint.json, --fix]
|
||||
|
||||
- repo: https://github.com/adrienverge/yamllint
|
||||
rev: v1.37.1
|
||||
rev: v1.38.0
|
||||
hooks:
|
||||
- id: yamllint
|
||||
|
||||
@@ -45,18 +45,18 @@ repos:
|
||||
args: ["--severity=warning"]
|
||||
|
||||
- repo: https://github.com/rhysd/actionlint
|
||||
rev: v1.7.9
|
||||
rev: v1.7.10
|
||||
hooks:
|
||||
- id: actionlint
|
||||
args: ["-shellcheck="]
|
||||
|
||||
- repo: https://github.com/renovatebot/pre-commit-hooks
|
||||
rev: 42.26.11
|
||||
rev: 42.84.0
|
||||
hooks:
|
||||
- id: renovate-config-validator
|
||||
|
||||
- repo: https://github.com/bridgecrewio/checkov.git
|
||||
rev: "3.2.495"
|
||||
rev: "3.2.497"
|
||||
hooks:
|
||||
- id: checkov
|
||||
args:
|
||||
|
||||
80
CHANGELOG.md
80
CHANGELOG.md
@@ -3,49 +3,51 @@
|
||||
All notable changes to this project will be documented in this file. See
|
||||
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [1.1.0](https://github.com/ivuorinen/config-checker/compare/v1.0.0...v1.1.0) (2025-12-02)
|
||||
## [2.1.1](https://github.com/ivuorinen/config-checker/compare/v2.1.0...v2.1.1) (2025-12-02)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* realign versioning ([f2f1272](https://github.com/ivuorinen/config-checker/commit/f2f1272ad27fb64253bd91e18d4fa034ccb958cc))
|
||||
|
||||
# [2.1.0](https://github.com/ivuorinen/config-checker/compare/v2.0.0...v2.1.0) (2025-12-02)
|
||||
|
||||
### Features
|
||||
|
||||
* modernize workflows and standardize configuration files ([#85](https://github.com/ivuorinen/config-checker/issues/85)) ([6dd157f](https://github.com/ivuorinen/config-checker/commit/6dd157f35b5828837876d964cec69bb37b63a9e4))
|
||||
|
||||
# 1.0.0 (2025-10-10)
|
||||
# 2.0.0 (2025-10-10)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
- **ci:** .npmrc with token as an env ([316f897](https://github.com/ivuorinen/config-checker/commit/316f8976106a3ce161751b4a254dd634bea99707))
|
||||
- **ci:** add NPM_TOKEN to publish ([f144f27](https://github.com/ivuorinen/config-checker/commit/f144f2771f7dec9d928a2d8ea9b2cf9435147c73))
|
||||
- **ci:** publish.yml tweaks ([cebafd2](https://github.com/ivuorinen/config-checker/commit/cebafd26a97fb59a4507f376119ed662d9c68aff))
|
||||
- **ci:** release pat ([e78ab2a](https://github.com/ivuorinen/config-checker/commit/e78ab2ac4854aee14b809da26e0be0876c83b047))
|
||||
- **ci:** switch to cycjimmy/semantic-release-action ([6ce643c](https://github.com/ivuorinen/config-checker/commit/6ce643cdcb8fb57d37d0117c45e8cf1c9e242dcc))
|
||||
- **ci:** update publish pipeline permissions ([#6](https://github.com/ivuorinen/config-checker/issues/6)) ([1947d77](https://github.com/ivuorinen/config-checker/commit/1947d7785451ab82ab43c8ff180bfe1c0f310e43))
|
||||
- **github-action:** update actions/cache (v4.2.3 → v4.2.4) ([#15](https://github.com/ivuorinen/config-checker/issues/15)) ([738b712](https://github.com/ivuorinen/config-checker/commit/738b7129d9b9ef607c5b0b00a226070e426cd5a7))
|
||||
- **github-action:** update ivuorinen/actions (25.6.23 → 25.6.25) ([#5](https://github.com/ivuorinen/config-checker/issues/5)) ([08563a1](https://github.com/ivuorinen/config-checker/commit/08563a10d1d61ff6d1fe86e6fcc4ad9936d2633a))
|
||||
- **github-action:** update ivuorinen/actions (25.6.25 → 25.6.30) ([#7](https://github.com/ivuorinen/config-checker/issues/7)) ([7e367c7](https://github.com/ivuorinen/config-checker/commit/7e367c7a3d97360efd9902b7307383c9416d45b6))
|
||||
- **github-action:** update ivuorinen/actions (25.7.14 → 25.7.21) ([#11](https://github.com/ivuorinen/config-checker/issues/11)) ([dc1599d](https://github.com/ivuorinen/config-checker/commit/dc1599db1fd2e114dbe2696b9b7ebb9dcc7c2a52))
|
||||
- **github-action:** update ivuorinen/actions (25.7.21 → 25.7.28) ([#12](https://github.com/ivuorinen/config-checker/issues/12)) ([3fb1101](https://github.com/ivuorinen/config-checker/commit/3fb110185819fe2808a6f4476f8cc8b3750f1877))
|
||||
- **github-action:** update ivuorinen/actions (25.7.7 → 25.7.14) ([#10](https://github.com/ivuorinen/config-checker/issues/10)) ([885a9fd](https://github.com/ivuorinen/config-checker/commit/885a9fd1802b704e756683a4999876b203d7d219))
|
||||
- **github-action:** update ivuorinen/actions (25.8.18 → 25.8.21) ([#21](https://github.com/ivuorinen/config-checker/issues/21)) ([7348f3a](https://github.com/ivuorinen/config-checker/commit/7348f3a4d2bccf0c3bb1ec88f1a5b0489abed8c0))
|
||||
- **github-action:** update ivuorinen/actions (25.8.4 → 25.8.18) ([#17](https://github.com/ivuorinen/config-checker/issues/17)) ([391c1f5](https://github.com/ivuorinen/config-checker/commit/391c1f54430bd06cc2d42538fa7a5f6e91db6f3c))
|
||||
- **github-release:** update adrienverge/yamllint (v1.37.0 → v1.37.1) ([#19](https://github.com/ivuorinen/config-checker/issues/19)) ([89ae36c](https://github.com/ivuorinen/config-checker/commit/89ae36c0ff5b46df2ef1ab8657b0b86d18dfc6c1))
|
||||
- **github-release:** update bridgecrewio/checkov (3.2.400 → 3.2.464) ([#20](https://github.com/ivuorinen/config-checker/issues/20)) ([8ea111d](https://github.com/ivuorinen/config-checker/commit/8ea111de5f44540a1b8730f0884f9762629a2663))
|
||||
- **github-release:** update renovatebot/pre-commit-hooks (41.82.6 → 41.82.9) ([#28](https://github.com/ivuorinen/config-checker/issues/28)) ([92e53c4](https://github.com/ivuorinen/config-checker/commit/92e53c49cd5c3b6708acfaa32c6e147a648abac6))
|
||||
- **lint:** .mega-linter.yml too many empty lines ([52cbe31](https://github.com/ivuorinen/config-checker/commit/52cbe31c40a5fc9903bb261a474b48bc1bbd1165))
|
||||
* **ci:** .npmrc with token as an env ([316f897](https://github.com/ivuorinen/config-checker/commit/316f8976106a3ce161751b4a254dd634bea99707))
|
||||
* **ci:** add NPM_TOKEN to publish ([f144f27](https://github.com/ivuorinen/config-checker/commit/f144f2771f7dec9d928a2d8ea9b2cf9435147c73))
|
||||
* **ci:** publish.yml tweaks ([cebafd2](https://github.com/ivuorinen/config-checker/commit/cebafd26a97fb59a4507f376119ed662d9c68aff))
|
||||
* **ci:** release pat ([e78ab2a](https://github.com/ivuorinen/config-checker/commit/e78ab2ac4854aee14b809da26e0be0876c83b047))
|
||||
* **ci:** switch to cycjimmy/semantic-release-action ([6ce643c](https://github.com/ivuorinen/config-checker/commit/6ce643cdcb8fb57d37d0117c45e8cf1c9e242dcc))
|
||||
* **ci:** update publish pipeline permissions ([#6](https://github.com/ivuorinen/config-checker/issues/6)) ([1947d77](https://github.com/ivuorinen/config-checker/commit/1947d7785451ab82ab43c8ff180bfe1c0f310e43))
|
||||
* **github-action:** update actions/cache (v4.2.3 → v4.2.4) ([#15](https://github.com/ivuorinen/config-checker/issues/15)) ([738b712](https://github.com/ivuorinen/config-checker/commit/738b7129d9b9ef607c5b0b00a226070e426cd5a7))
|
||||
* **github-action:** update ivuorinen/actions (25.6.23 → 25.6.25) ([#5](https://github.com/ivuorinen/config-checker/issues/5)) ([08563a1](https://github.com/ivuorinen/config-checker/commit/08563a10d1d61ff6d1fe86e6fcc4ad9936d2633a))
|
||||
* **github-action:** update ivuorinen/actions (25.6.25 → 25.6.30) ([#7](https://github.com/ivuorinen/config-checker/issues/7)) ([7e367c7](https://github.com/ivuorinen/config-checker/commit/7e367c7a3d97360efd9902b7307383c9416d45b6))
|
||||
* **github-action:** update ivuorinen/actions (25.7.14 → 25.7.21) ([#11](https://github.com/ivuorinen/config-checker/issues/11)) ([dc1599d](https://github.com/ivuorinen/config-checker/commit/dc1599db1fd2e114dbe2696b9b7ebb9dcc7c2a52))
|
||||
* **github-action:** update ivuorinen/actions (25.7.21 → 25.7.28) ([#12](https://github.com/ivuorinen/config-checker/issues/12)) ([3fb1101](https://github.com/ivuorinen/config-checker/commit/3fb110185819fe2808a6f4476f8cc8b3750f1877))
|
||||
* **github-action:** update ivuorinen/actions (25.7.7 → 25.7.14) ([#10](https://github.com/ivuorinen/config-checker/issues/10)) ([885a9fd](https://github.com/ivuorinen/config-checker/commit/885a9fd1802b704e756683a4999876b203d7d219))
|
||||
* **github-action:** update ivuorinen/actions (25.8.18 → 25.8.21) ([#21](https://github.com/ivuorinen/config-checker/issues/21)) ([7348f3a](https://github.com/ivuorinen/config-checker/commit/7348f3a4d2bccf0c3bb1ec88f1a5b0489abed8c0))
|
||||
* **github-action:** update ivuorinen/actions (25.8.4 → 25.8.18) ([#17](https://github.com/ivuorinen/config-checker/issues/17)) ([391c1f5](https://github.com/ivuorinen/config-checker/commit/391c1f54430bd06cc2d42538fa7a5f6e91db6f3c))
|
||||
* **github-release:** update adrienverge/yamllint (v1.37.0 → v1.37.1) ([#19](https://github.com/ivuorinen/config-checker/issues/19)) ([89ae36c](https://github.com/ivuorinen/config-checker/commit/89ae36c0ff5b46df2ef1ab8657b0b86d18dfc6c1))
|
||||
* **github-release:** update bridgecrewio/checkov (3.2.400 → 3.2.464) ([#20](https://github.com/ivuorinen/config-checker/issues/20)) ([8ea111d](https://github.com/ivuorinen/config-checker/commit/8ea111de5f44540a1b8730f0884f9762629a2663))
|
||||
* **github-release:** update renovatebot/pre-commit-hooks (41.82.6 → 41.82.9) ([#28](https://github.com/ivuorinen/config-checker/issues/28)) ([92e53c4](https://github.com/ivuorinen/config-checker/commit/92e53c49cd5c3b6708acfaa32c6e147a648abac6))
|
||||
* **lint:** .mega-linter.yml too many empty lines ([52cbe31](https://github.com/ivuorinen/config-checker/commit/52cbe31c40a5fc9903bb261a474b48bc1bbd1165))
|
||||
|
||||
### Features
|
||||
|
||||
- **ci:** update codeql ([#3](https://github.com/ivuorinen/config-checker/issues/3)) ([18f0015](https://github.com/ivuorinen/config-checker/commit/18f0015ccfeaa6fc576da4779f1ba681d6949de3))
|
||||
- **github-action:** update actions/checkout (v4.2.2 → v4.3.0) ([#18](https://github.com/ivuorinen/config-checker/issues/18)) ([0f7f989](https://github.com/ivuorinen/config-checker/commit/0f7f989c5db1052055dabf2de67517addfed142d))
|
||||
- **github-action:** update ivuorinen/actions (25.6.30 → 25.7.7) ([#8](https://github.com/ivuorinen/config-checker/issues/8)) ([cb09795](https://github.com/ivuorinen/config-checker/commit/cb09795ba4ab6927c9df7f39ee2836369474bea4))
|
||||
- **github-action:** update ivuorinen/actions (25.7.28 → 25.8.4) ([#14](https://github.com/ivuorinen/config-checker/issues/14)) ([7783dc8](https://github.com/ivuorinen/config-checker/commit/7783dc8c36350fd2e32458adb71abbc19595300d))
|
||||
- **github-release:** update igorshubovych/markdownlint-cli (v0.44.0 → v0.45.0) ([#22](https://github.com/ivuorinen/config-checker/issues/22)) ([20be1f2](https://github.com/ivuorinen/config-checker/commit/20be1f2ea720ce5edc2e4ca73b50f0bd6d88a0a3))
|
||||
- **github-release:** update koalaman/shellcheck-precommit (v0.10.0 → v0.11.0) ([#23](https://github.com/ivuorinen/config-checker/issues/23)) ([a95abdb](https://github.com/ivuorinen/config-checker/commit/a95abdb1c2d4fb8cb2edf5bb1b61ebcf5436abe6))
|
||||
- initial import from base-configs ([2c000e8](https://github.com/ivuorinen/config-checker/commit/2c000e8e7eeedce4e976f1e9783384074cbc987c))
|
||||
|
||||
# Change Log
|
||||
|
||||
All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
* **ci:** update codeql ([#3](https://github.com/ivuorinen/config-checker/issues/3)) ([18f0015](https://github.com/ivuorinen/config-checker/commit/18f0015ccfeaa6fc576da4779f1ba681d6949de3))
|
||||
* **github-action:** update actions/checkout (v4.2.2 → v4.3.0) ([#18](https://github.com/ivuorinen/config-checker/issues/18)) ([0f7f989](https://github.com/ivuorinen/config-checker/commit/0f7f989c5db1052055dabf2de67517addfed142d))
|
||||
* **github-action:** update ivuorinen/actions (25.6.30 → 25.7.7) ([#8](https://github.com/ivuorinen/config-checker/issues/8)) ([cb09795](https://github.com/ivuorinen/config-checker/commit/cb09795ba4ab6927c9df7f39ee2836369474bea4))
|
||||
* **github-action:** update ivuorinen/actions (25.7.28 → 25.8.4) ([#14](https://github.com/ivuorinen/config-checker/issues/14)) ([7783dc8](https://github.com/ivuorinen/config-checker/commit/7783dc8c36350fd2e32458adb71abbc19595300d))
|
||||
* **github-release:** update igorshubovych/markdownlint-cli (v0.44.0 → v0.45.0) ([#22](https://github.com/ivuorinen/config-checker/issues/22)) ([20be1f2](https://github.com/ivuorinen/config-checker/commit/20be1f2ea720ce5edc2e4ca73b50f0bd6d88a0a3))
|
||||
* **github-release:** update koalaman/shellcheck-precommit (v0.10.0 → v0.11.0) ([#23](https://github.com/ivuorinen/config-checker/issues/23)) ([a95abdb](https://github.com/ivuorinen/config-checker/commit/a95abdb1c2d4fb8cb2edf5bb1b61ebcf5436abe6))
|
||||
* initial import from base-configs ([2c000e8](https://github.com/ivuorinen/config-checker/commit/2c000e8e7eeedce4e976f1e9783384074cbc987c))
|
||||
|
||||
## 1.1.12 (2025-02-23)
|
||||
|
||||
@@ -55,13 +57,13 @@ All notable changes to this project will be documented in this file. See [Conven
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
- **deps:** update globals to 16.0.0 ([#342](https://github.com/ivuorinen/base-configs/issues/342)) ([04b333b](https://github.com/ivuorinen/base-configs/commit/04b333b445b6beb4344d2f9102bb5d3dc72ae26a))
|
||||
* **deps:** update globals to 16.0.0 ([#342](https://github.com/ivuorinen/base-configs/issues/342)) ([04b333b](https://github.com/ivuorinen/base-configs/commit/04b333b445b6beb4344d2f9102bb5d3dc72ae26a))
|
||||
|
||||
## 1.1.10 (2025-01-17)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
- **deps:** update eslint-config-prettier to 10.0.1 ([#324](https://github.com/ivuorinen/base-configs/issues/324)) ([8a0d38e](https://github.com/ivuorinen/base-configs/commit/8a0d38e173df40b771d42b694a24145559200506))
|
||||
* **deps:** update eslint-config-prettier to 10.0.1 ([#324](https://github.com/ivuorinen/base-configs/issues/324)) ([8a0d38e](https://github.com/ivuorinen/base-configs/commit/8a0d38e173df40b771d42b694a24145559200506))
|
||||
|
||||
## 1.1.9 (2024-11-25)
|
||||
|
||||
@@ -71,19 +73,19 @@ All notable changes to this project will be documented in this file. See [Conven
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
- upgrade browserslist from 4.24.0 to 4.24.2 ([#302](https://github.com/ivuorinen/base-configs/issues/302)) ([cbb1754](https://github.com/ivuorinen/base-configs/commit/cbb17540f3cd7fc81f0032e557568c65ed0a9744))
|
||||
* upgrade browserslist from 4.24.0 to 4.24.2 ([#302](https://github.com/ivuorinen/base-configs/issues/302)) ([cbb1754](https://github.com/ivuorinen/base-configs/commit/cbb17540f3cd7fc81f0032e557568c65ed0a9744))
|
||||
|
||||
## 1.1.7 (2024-10-20)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
- upgrade browserslist from 4.23.3 to 4.24.0 ([#297](https://github.com/ivuorinen/base-configs/issues/297)) ([a99c55a](https://github.com/ivuorinen/base-configs/commit/a99c55aab760142b5d77ad80ce5d44b25dde17d7))
|
||||
* upgrade browserslist from 4.23.3 to 4.24.0 ([#297](https://github.com/ivuorinen/base-configs/issues/297)) ([a99c55a](https://github.com/ivuorinen/base-configs/commit/a99c55aab760142b5d77ad80ce5d44b25dde17d7))
|
||||
|
||||
## 1.1.6 (2024-10-19)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
- upgrade markdownlint-cli from 0.41.0 to 0.42.0 ([#298](https://github.com/ivuorinen/base-configs/issues/298)) ([f57190d](https://github.com/ivuorinen/base-configs/commit/f57190d55c27101f66583cc0000733b2707c1e5f))
|
||||
* upgrade markdownlint-cli from 0.41.0 to 0.42.0 ([#298](https://github.com/ivuorinen/base-configs/issues/298)) ([f57190d](https://github.com/ivuorinen/base-configs/commit/f57190d55c27101f66583cc0000733b2707c1e5f))
|
||||
|
||||
## [1.1.5](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/config-checker@1.1.4...@ivuorinen/config-checker@1.1.5) (2024-08-21)
|
||||
|
||||
@@ -93,13 +95,13 @@ All notable changes to this project will be documented in this file. See [Conven
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
- **workflows:** commit lint fix ([3cc07cf](https://github.com/ivuorinen/base-configs/commit/3cc07cf3ffd8743860a07bb85aa4d275bb63094e))
|
||||
* **workflows:** commit lint fix ([3cc07cf](https://github.com/ivuorinen/base-configs/commit/3cc07cf3ffd8743860a07bb85aa4d275bb63094e))
|
||||
|
||||
## [1.1.3](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/config-checker@1.1.2...@ivuorinen/config-checker@1.1.3) (2024-05-05)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
- add an initial value to "reduce()" call ([#238](https://github.com/ivuorinen/base-configs/issues/238)) ([52372db](https://github.com/ivuorinen/base-configs/commit/52372dbe371bae56b44d79e2150b61200b071a1f))
|
||||
* add an initial value to "reduce()" call ([#238](https://github.com/ivuorinen/base-configs/issues/238)) ([52372db](https://github.com/ivuorinen/base-configs/commit/52372dbe371bae56b44d79e2150b61200b071a1f))
|
||||
|
||||
## [1.1.2](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/config-checker@1.1.1...@ivuorinen/config-checker@1.1.2) (2023-10-31)
|
||||
|
||||
@@ -113,4 +115,4 @@ All notable changes to this project will be documented in this file. See [Conven
|
||||
|
||||
### Features
|
||||
|
||||
- **config-checker:** new package: config-checker ([9d37249](https://github.com/ivuorinen/base-configs/commit/9d372493e844694781877cd4853d87198590a0ad))
|
||||
* **config-checker:** new package: config-checker ([9d37249](https://github.com/ivuorinen/base-configs/commit/9d372493e844694781877cd4853d87198590a0ad))
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@ivuorinen/config-checker",
|
||||
"version": "1.1.0",
|
||||
"version": "2.1.1",
|
||||
"description": "Checks the commonly used configuration locations for configuration files",
|
||||
"keywords": [
|
||||
"check-config",
|
||||
|
||||
Reference in New Issue
Block a user