8 Commits

Author SHA1 Message Date
semantic-release-bot
e97ebff94d chore(release): 1.0.6 [skip ci]
## [1.0.6](https://github.com/ivuorinen/base-configs-eslint/compare/v1.0.5...v1.0.6) (2026-03-07)
2026-03-07 05:32:57 +00:00
renovate[bot]
2926de8a97 chore(deps): update github/codeql-action action (v4.32.5 → v4.32.6) (#139)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-03-07 05:30:22 +00:00
semantic-release-bot
01666a1d0d chore(release): 1.0.5 [skip ci]
## [1.0.5](https://github.com/ivuorinen/base-configs-eslint/compare/v1.0.4...v1.0.5) (2026-03-07)
2026-03-07 01:50:38 +00:00
renovate[bot]
940197f28f chore(deps): update pre-commit hook bridgecrewio/checkov (3.2.506 → 3.2.507) (#140) 2026-03-07 03:48:08 +02:00
semantic-release-bot
7cb9af5c58 chore(release): 1.0.4 [skip ci]
## [1.0.4](https://github.com/ivuorinen/base-configs-eslint/compare/v1.0.3...v1.0.4) (2026-03-05)
2026-03-05 20:28:40 +00:00
renovate[bot]
fe19b0f310 chore(deps): update actions/setup-node action (v6.2.0 → v6.3.0) (#136) 2026-03-05 22:24:09 +02:00
renovate[bot]
db2d308ecd chore(deps): update pre-commit hook renovatebot/pre-commit-hooks (43.31.6 → 43.56.0) (#137) 2026-03-05 22:22:50 +02:00
renovate[bot]
ddf9ae9f26 chore(deps): lock file maintenance (#138) 2026-03-05 22:22:28 +02:00
6 changed files with 21 additions and 15 deletions

View File

@@ -70,7 +70,7 @@ jobs:
# Initializes the CodeQL tools for scanning. # Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL - name: Initialize CodeQL
uses: github/codeql-action/init@c793b717bc78562f491db7b0e93a3a178b099162 # v4.32.5 uses: github/codeql-action/init@0d579ffd059c29b07949a3cce3983f0780820c98 # v4.32.6
with: with:
languages: ${{ matrix.language }} languages: ${{ matrix.language }}
build-mode: ${{ matrix.build-mode }} build-mode: ${{ matrix.build-mode }}
@@ -98,6 +98,6 @@ jobs:
exit 1 exit 1
- name: Perform CodeQL Analysis - name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@c793b717bc78562f491db7b0e93a3a178b099162 # v4.32.5 uses: github/codeql-action/analyze@0d579ffd059c29b07949a3cce3983f0780820c98 # v4.32.6
with: with:
category: "/language:${{matrix.language}}" category: "/language:${{matrix.language}}"

View File

@@ -46,7 +46,7 @@ jobs:
fetch-depth: 0 fetch-depth: 0
- name: Setup Node.js Environment - name: Setup Node.js Environment
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0 uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
with: with:
always-auth: true always-auth: true
node-version-file: ".nvmrc" node-version-file: ".nvmrc"

View File

@@ -51,12 +51,12 @@ repos:
args: ["-shellcheck="] args: ["-shellcheck="]
- repo: https://github.com/renovatebot/pre-commit-hooks - repo: https://github.com/renovatebot/pre-commit-hooks
rev: 43.31.6 rev: 43.56.0
hooks: hooks:
- id: renovate-config-validator - id: renovate-config-validator
- repo: https://github.com/bridgecrewio/checkov.git - repo: https://github.com/bridgecrewio/checkov.git
rev: "3.2.506" rev: "3.2.507"
hooks: hooks:
- id: checkov - id: checkov
args: args:

View File

@@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file. See All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines. [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.0.6](https://github.com/ivuorinen/base-configs-eslint/compare/v1.0.5...v1.0.6) (2026-03-07)
## [1.0.5](https://github.com/ivuorinen/base-configs-eslint/compare/v1.0.4...v1.0.5) (2026-03-07)
## [1.0.4](https://github.com/ivuorinen/base-configs-eslint/compare/v1.0.3...v1.0.4) (2026-03-05)
## [1.0.3](https://github.com/ivuorinen/base-configs-eslint/compare/v1.0.2...v1.0.3) (2026-03-05) ## [1.0.3](https://github.com/ivuorinen/base-configs-eslint/compare/v1.0.2...v1.0.3) (2026-03-05)
## [1.0.2](https://github.com/ivuorinen/base-configs-eslint/compare/v1.0.1...v1.0.2) (2026-03-05) ## [1.0.2](https://github.com/ivuorinen/base-configs-eslint/compare/v1.0.1...v1.0.2) (2026-03-05)

View File

@@ -1,6 +1,6 @@
{ {
"name": "@ivuorinen/eslint-config", "name": "@ivuorinen/eslint-config",
"version": "1.0.3", "version": "1.0.6",
"description": "ivuorinen's shareable configuration for ESLint.", "description": "ivuorinen's shareable configuration for ESLint.",
"author": { "author": {
"name": "Ismo Vuorinen", "name": "Ismo Vuorinen",

View File

@@ -272,14 +272,14 @@ __metadata:
linkType: soft linkType: soft
"@ivuorinen/semantic-release-config@npm:^1.0.0": "@ivuorinen/semantic-release-config@npm:^1.0.0":
version: 1.1.5 version: 1.1.8
resolution: "@ivuorinen/semantic-release-config@npm:1.1.5" resolution: "@ivuorinen/semantic-release-config@npm:1.1.8"
dependencies: dependencies:
"@ivuorinen/config-checker": "npm:^2.0.0" "@ivuorinen/config-checker": "npm:^2.0.0"
"@semantic-release/changelog": "npm:^6.0.3" "@semantic-release/changelog": "npm:^6.0.3"
"@semantic-release/git": "npm:^10.0.1" "@semantic-release/git": "npm:^10.0.1"
semantic-release: "npm:^25.0.2" semantic-release: "npm:^25.0.2"
checksum: 10c0/ba5b0d5dab56e4247904761bf8fc33d0720600c1cc07fa4c99bdb44b110bb5aceb674fd7e4920f45884420be2955c55a5cbd75c6ee387c4e9ec6a699c0c6655d checksum: 10c0/583705e5833ec7162882f9653af9c4e4dfcd1655a9058b824920e121d6541bee7b59a85440d1fb8d04c8c039a4dba35b1cefe969768d674cb87bffc5cb48fde6
languageName: node languageName: node
linkType: hard linkType: hard
@@ -1656,17 +1656,17 @@ __metadata:
linkType: hard linkType: hard
"conventional-changelog-angular@npm:^8.0.0": "conventional-changelog-angular@npm:^8.0.0":
version: 8.2.0 version: 8.3.0
resolution: "conventional-changelog-angular@npm:8.2.0" resolution: "conventional-changelog-angular@npm:8.3.0"
dependencies: dependencies:
compare-func: "npm:^2.0.0" compare-func: "npm:^2.0.0"
checksum: 10c0/15f4d455df3152db62d3a7e92c83abe2438721e4b6736cae20b1ce17162fa0aca098b3a62f4f50d3541e4aa300f89f8768d7ba45b83cca77336ffb3700669e9e checksum: 10c0/bab87fa741a25e4fb623e2629912a5e592de5ed616398bee0cd9779dc950aae2a78ac48a6f4268cbb5f5544bb33644e01c7b40cea378bb9763ae5304cc22efc2
languageName: node languageName: node
linkType: hard linkType: hard
"conventional-changelog-writer@npm:^8.0.0": "conventional-changelog-writer@npm:^8.0.0":
version: 8.3.0 version: 8.4.0
resolution: "conventional-changelog-writer@npm:8.3.0" resolution: "conventional-changelog-writer@npm:8.4.0"
dependencies: dependencies:
"@simple-libs/stream-utils": "npm:^1.2.0" "@simple-libs/stream-utils": "npm:^1.2.0"
conventional-commits-filter: "npm:^5.0.0" conventional-commits-filter: "npm:^5.0.0"
@@ -1675,7 +1675,7 @@ __metadata:
semver: "npm:^7.5.2" semver: "npm:^7.5.2"
bin: bin:
conventional-changelog-writer: dist/cli/index.js conventional-changelog-writer: dist/cli/index.js
checksum: 10c0/e0ce001c54085a72504c1af6a6eade4ddf2ccf1e155ba8bf80bb03228b36c719b8a1f389d222c13f32f224d0ac448e0bed40222ebfbfe9a813e0b23d6162d258 checksum: 10c0/d657bf74c470e5d515d3a07814d266e6e2aea018e6867bfefa4bc486bb3f948b47b01936d65e46b3090111823364c21c201f9fbe875b1fc805cdf884bb032bc1
languageName: node languageName: node
linkType: hard linkType: hard