3 Commits

Author SHA1 Message Date
semantic-release-bot
7ce9ba67af chore(release): 1.0.18 [skip ci]
## [1.0.18](https://github.com/ivuorinen/base-configs-browserslist/compare/v1.0.17...v1.0.18) (2026-03-19)
2026-03-19 20:46:11 +00:00
renovate[bot]
5d77f73823 chore(deps): update pre-commit hook bridgecrewio/checkov (3.2.508 → 3.2.510) (#171) 2026-03-19 22:43:37 +02:00
renovate[bot]
f811bd5786 chore(actions): update ivuorinen/actions action (v2026.03.11 → v2026.03.14) (#170)
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-16 16:18:59 +02:00
8 changed files with 9 additions and 7 deletions

View File

@@ -28,7 +28,7 @@ jobs:
language: ["actions", "javascript"] language: ["actions", "javascript"]
steps: steps:
- name: CodeQL Analysis - name: CodeQL Analysis
uses: ivuorinen/actions/codeql-analysis@7f6a23b59316795c4b3cb3b3b28dd53e53655a33 # v2026.03.11 uses: ivuorinen/actions/codeql-analysis@1da3a0e79fcd7da6bed9ee1979f1449ba11f58f9 # v2026.03.14
with: with:
language: ${{ matrix.language }} language: ${{ matrix.language }}
queries: security-and-quality queries: security-and-quality

View File

@@ -35,4 +35,4 @@ jobs:
- name: Run PR Lint - name: Run PR Lint
# https://github.com/ivuorinen/actions # https://github.com/ivuorinen/actions
uses: ivuorinen/actions/pr-lint@7f6a23b59316795c4b3cb3b3b28dd53e53655a33 # v2026.03.11 uses: ivuorinen/actions/pr-lint@1da3a0e79fcd7da6bed9ee1979f1449ba11f58f9 # v2026.03.14

View File

@@ -26,7 +26,7 @@ jobs:
steps: steps:
- name: Run PR Lint - name: Run PR Lint
# https://github.com/ivuorinen/actions # https://github.com/ivuorinen/actions
uses: ivuorinen/actions/pr-lint@7f6a23b59316795c4b3cb3b3b28dd53e53655a33 # v2026.03.11 uses: ivuorinen/actions/pr-lint@1da3a0e79fcd7da6bed9ee1979f1449ba11f58f9 # v2026.03.14
publish: publish:
name: Publish name: Publish

View File

@@ -20,4 +20,4 @@ jobs:
issues: write issues: write
pull-requests: write pull-requests: write
steps: steps:
- uses: ivuorinen/actions/stale@7f6a23b59316795c4b3cb3b3b28dd53e53655a33 # v2026.03.11 - uses: ivuorinen/actions/stale@1da3a0e79fcd7da6bed9ee1979f1449ba11f58f9 # v2026.03.14

View File

@@ -38,4 +38,4 @@ jobs:
with: with:
token: ${{ secrets.GITHUB_TOKEN }} token: ${{ secrets.GITHUB_TOKEN }}
- name: ⤵️ Sync Latest Labels Definitions - name: ⤵️ Sync Latest Labels Definitions
uses: ivuorinen/actions/sync-labels@7f6a23b59316795c4b3cb3b3b28dd53e53655a33 # v2026.03.11 uses: ivuorinen/actions/sync-labels@1da3a0e79fcd7da6bed9ee1979f1449ba11f58f9 # v2026.03.14

View File

@@ -56,7 +56,7 @@ repos:
- 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.508' rev: '3.2.510'
hooks: hooks:
- id: checkov - id: checkov
args: args:

View File

@@ -3,6 +3,8 @@
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.18](https://github.com/ivuorinen/base-configs-browserslist/compare/v1.0.17...v1.0.18) (2026-03-19)
## [1.0.17](https://github.com/ivuorinen/base-configs-browserslist/compare/v1.0.16...v1.0.17) (2026-03-15) ## [1.0.17](https://github.com/ivuorinen/base-configs-browserslist/compare/v1.0.16...v1.0.17) (2026-03-15)
## [1.0.16](https://github.com/ivuorinen/base-configs-browserslist/compare/v1.0.15...v1.0.16) (2026-03-14) ## [1.0.16](https://github.com/ivuorinen/base-configs-browserslist/compare/v1.0.15...v1.0.16) (2026-03-14)

View File

@@ -1,6 +1,6 @@
{ {
"name": "@ivuorinen/browserslist-config", "name": "@ivuorinen/browserslist-config",
"version": "1.0.17", "version": "1.0.18",
"description": "ivuorinen's shareable configuration for Browserslist.", "description": "ivuorinen's shareable configuration for Browserslist.",
"type": "module", "type": "module",
"author": { "author": {