6 Commits

Author SHA1 Message Date
renovate[bot]
3864b73f7b chore(deps): update github/codeql-action action (v4.32.4 → v4.32.5)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-03-02 20:51:17 +00:00
semantic-release-bot
d6498587f0 chore(release): 1.0.5 [skip ci]
## [1.0.5](https://github.com/ivuorinen/base-configs-stylelint/compare/v1.0.4...v1.0.5) (2026-03-02)
2026-03-02 01:39:12 +00:00
renovate[bot]
2086fd0661 chore(deps): lock file maintenance (#113)
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-02 03:36:49 +02:00
semantic-release-bot
b3cf9a98b1 chore(release): 1.0.4 [skip ci]
## [1.0.4](https://github.com/ivuorinen/base-configs-stylelint/compare/v1.0.3...v1.0.4) (2026-03-02)
2026-03-02 01:05:04 +00:00
renovate[bot]
d0014c6e0c chore(deps): lock file maintenance (#112)
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-02 03:02:33 +02:00
renovate[bot]
90c0743eff chore(deps): update ivuorinen/actions action (v2026.02.24 → v2026.02.28) (#111)
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-02 03:02:00 +02:00
8 changed files with 41 additions and 28 deletions

View File

@@ -32,15 +32,15 @@ jobs:
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Initialize CodeQL - name: Initialize CodeQL
uses: github/codeql-action/init@89a39a4e59826350b863aa6b6252a07ad50cf83e # v4.32.4 uses: github/codeql-action/init@c793b717bc78562f491db7b0e93a3a178b099162 # v4.32.5
with: with:
languages: ${{ matrix.language }} languages: ${{ matrix.language }}
queries: security-and-quality queries: security-and-quality
- name: Autobuild - name: Autobuild
uses: github/codeql-action/autobuild@89a39a4e59826350b863aa6b6252a07ad50cf83e # v4.32.4 uses: github/codeql-action/autobuild@c793b717bc78562f491db7b0e93a3a178b099162 # v4.32.5
- name: Perform CodeQL Analysis - name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@89a39a4e59826350b863aa6b6252a07ad50cf83e # v4.32.4 uses: github/codeql-action/analyze@c793b717bc78562f491db7b0e93a3a178b099162 # v4.32.5
with: with:
category: '/language:${{matrix.language}}' category: '/language:${{matrix.language}}'

View File

@@ -27,4 +27,4 @@ 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@8faacf8a1cae049c1471708dcb408a167e91afaf # v2026.02.24 uses: ivuorinen/actions/pr-lint@d919327c7eb6279247eb1ecf92fb4ce0d915679b # v2026.02.28

View File

@@ -24,7 +24,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@8faacf8a1cae049c1471708dcb408a167e91afaf # v2026.02.24 uses: ivuorinen/actions/pr-lint@d919327c7eb6279247eb1ecf92fb4ce0d915679b # v2026.02.28
publish: publish:
name: Publish name: Publish

View File

@@ -19,4 +19,4 @@ jobs:
issues: write issues: write
pull-requests: write pull-requests: write
steps: steps:
- uses: ivuorinen/actions/stale@8faacf8a1cae049c1471708dcb408a167e91afaf # v2026.02.24 - uses: ivuorinen/actions/stale@d919327c7eb6279247eb1ecf92fb4ce0d915679b # v2026.02.28

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@8faacf8a1cae049c1471708dcb408a167e91afaf # v2026.02.24 uses: ivuorinen/actions/sync-labels@d919327c7eb6279247eb1ecf92fb4ce0d915679b # v2026.02.28

View File

@@ -3,6 +3,10 @@
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.5](https://github.com/ivuorinen/base-configs-stylelint/compare/v1.0.4...v1.0.5) (2026-03-02)
## [1.0.4](https://github.com/ivuorinen/base-configs-stylelint/compare/v1.0.3...v1.0.4) (2026-03-02)
## [1.0.3](https://github.com/ivuorinen/base-configs-stylelint/compare/v1.0.2...v1.0.3) (2026-02-28) ## [1.0.3](https://github.com/ivuorinen/base-configs-stylelint/compare/v1.0.2...v1.0.3) (2026-02-28)
## [1.0.2](https://github.com/ivuorinen/base-configs-stylelint/compare/v1.0.1...v1.0.2) (2026-02-28) ## [1.0.2](https://github.com/ivuorinen/base-configs-stylelint/compare/v1.0.1...v1.0.2) (2026-02-28)

View File

@@ -1,6 +1,6 @@
{ {
"name": "@ivuorinen/stylelint-config", "name": "@ivuorinen/stylelint-config",
"version": "1.0.3", "version": "1.0.5",
"type": "module", "type": "module",
"description": "ivuorinen's shareable configuration for stylelint.", "description": "ivuorinen's shareable configuration for stylelint.",
"author": { "author": {

View File

@@ -182,14 +182,14 @@ __metadata:
linkType: hard linkType: hard
"@ivuorinen/semantic-release-config@npm:^1.1.3": "@ivuorinen/semantic-release-config@npm:^1.1.3":
version: 1.1.3 version: 1.1.4
resolution: "@ivuorinen/semantic-release-config@npm:1.1.3" resolution: "@ivuorinen/semantic-release-config@npm:1.1.4"
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/440cd2ae8b83909f9e8011e26cf9aeccd4dcf6f69154c113a332bcef1786dec2d8bd468b819a6875983a9fcc1b5d20dbcfa33d9b6f9f9871719f3dc25be3cb10 checksum: 10c0/9cc316b11d917236c1dadffeceee7141cc24dcafc5b7853871a186acb253334bf42536f7eee218710f7864f839b2df4f1010113a68d51f86e4b08409bf386441
languageName: node languageName: node
linkType: hard linkType: hard
@@ -699,8 +699,8 @@ __metadata:
linkType: hard linkType: hard
"@semantic-release/npm@npm:^13.1.1": "@semantic-release/npm@npm:^13.1.1":
version: 13.1.4 version: 13.1.5
resolution: "@semantic-release/npm@npm:13.1.4" resolution: "@semantic-release/npm@npm:13.1.5"
dependencies: dependencies:
"@actions/core": "npm:^3.0.0" "@actions/core": "npm:^3.0.0"
"@semantic-release/error": "npm:^4.0.0" "@semantic-release/error": "npm:^4.0.0"
@@ -710,7 +710,7 @@ __metadata:
fs-extra: "npm:^11.0.0" fs-extra: "npm:^11.0.0"
lodash-es: "npm:^4.17.21" lodash-es: "npm:^4.17.21"
nerf-dart: "npm:^1.0.0" nerf-dart: "npm:^1.0.0"
normalize-url: "npm:^8.0.0" normalize-url: "npm:^9.0.0"
npm: "npm:^11.6.2" npm: "npm:^11.6.2"
rc: "npm:^1.2.8" rc: "npm:^1.2.8"
read-pkg: "npm:^10.0.0" read-pkg: "npm:^10.0.0"
@@ -719,7 +719,7 @@ __metadata:
tempy: "npm:^3.0.0" tempy: "npm:^3.0.0"
peerDependencies: peerDependencies:
semantic-release: ">=20.1.0" semantic-release: ">=20.1.0"
checksum: 10c0/a0924893ccdb277fcfea65a5894f807f47b9155d0d04153adc874a25a9c4187eaff08e6b038e8408426545ee0a45760c19525f6308da143effb712ecdb8e6414 checksum: 10c0/940bfe3f7ec1189e100b81242835230ab3c14da58a5e2feaf43055fd432453ee7efbde93562daf083aedd73478b7f7b12b7dc63752af9e61b3e010043374c552
languageName: node languageName: node
linkType: hard linkType: hard
@@ -801,6 +801,13 @@ __metadata:
languageName: node languageName: node
linkType: hard linkType: hard
"@simple-libs/stream-utils@npm:^1.2.0":
version: 1.2.0
resolution: "@simple-libs/stream-utils@npm:1.2.0"
checksum: 10c0/2788ac7b167d1b6c81b8c6fae2f5d9688b1f02ab31e9e15b33c9dc2ae920cf7de87869de10679be8957f9adb645c91c8919e271f3e34b6b4ec56daf725522dc7
languageName: node
linkType: hard
"@sindresorhus/is@npm:^4.6.0": "@sindresorhus/is@npm:^4.6.0":
version: 4.6.0 version: 4.6.0
resolution: "@sindresorhus/is@npm:4.6.0" resolution: "@sindresorhus/is@npm:4.6.0"
@@ -1277,25 +1284,26 @@ __metadata:
linkType: hard linkType: hard
"conventional-changelog-angular@npm:^8.0.0": "conventional-changelog-angular@npm:^8.0.0":
version: 8.1.0 version: 8.2.0
resolution: "conventional-changelog-angular@npm:8.1.0" resolution: "conventional-changelog-angular@npm:8.2.0"
dependencies: dependencies:
compare-func: "npm:^2.0.0" compare-func: "npm:^2.0.0"
checksum: 10c0/b82aab869117fd9bd6ccfa960521e7638d3c2a3599c95fd5ba30d3b3fe972b5f819af4d57229f2973a7129ea18546cdf5822004565cab1ee35355cc90ac4588f checksum: 10c0/15f4d455df3152db62d3a7e92c83abe2438721e4b6736cae20b1ce17162fa0aca098b3a62f4f50d3541e4aa300f89f8768d7ba45b83cca77336ffb3700669e9e
languageName: node languageName: node
linkType: hard linkType: hard
"conventional-changelog-writer@npm:^8.0.0": "conventional-changelog-writer@npm:^8.0.0":
version: 8.2.0 version: 8.3.0
resolution: "conventional-changelog-writer@npm:8.2.0" resolution: "conventional-changelog-writer@npm:8.3.0"
dependencies: dependencies:
"@simple-libs/stream-utils": "npm:^1.2.0"
conventional-commits-filter: "npm:^5.0.0" conventional-commits-filter: "npm:^5.0.0"
handlebars: "npm:^4.7.7" handlebars: "npm:^4.7.7"
meow: "npm:^13.0.0" meow: "npm:^13.0.0"
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/e25052bb366ecee6389326fd5b7d3ecbd6f6a65439f45b5a2b1d4096baeb1bbfa93cd6bea686f419423265db5bbb02870a014cb92f43f972c00191c60711e9b6 checksum: 10c0/e0ce001c54085a72504c1af6a6eade4ddf2ccf1e155ba8bf80bb03228b36c719b8a1f389d222c13f32f224d0ac448e0bed40222ebfbfe9a813e0b23d6162d258
languageName: node languageName: node
linkType: hard linkType: hard
@@ -1307,13 +1315,14 @@ __metadata:
linkType: hard linkType: hard
"conventional-commits-parser@npm:^6.0.0": "conventional-commits-parser@npm:^6.0.0":
version: 6.2.1 version: 6.3.0
resolution: "conventional-commits-parser@npm:6.2.1" resolution: "conventional-commits-parser@npm:6.3.0"
dependencies: dependencies:
"@simple-libs/stream-utils": "npm:^1.2.0"
meow: "npm:^13.0.0" meow: "npm:^13.0.0"
bin: bin:
conventional-commits-parser: dist/cli/index.js conventional-commits-parser: dist/cli/index.js
checksum: 10c0/217b3fff627802f7fd7cb09bdfe897aa76986865543dfaa99b7957e4717d039e1e12c4a9b72706f098a5716bbbbdae540ef0b2429f7219d5fc5be0f190f1bc1e checksum: 10c0/7b152db0b63617fb5f993c3422942c05f48ff42fef4350d7e73b1d8a9f24489050b126478f2aabee5e45f205dbd02cb0b486e4bb865f9c0b18c35b4d13952b25
languageName: node languageName: node
linkType: hard linkType: hard
@@ -3018,10 +3027,10 @@ __metadata:
languageName: node languageName: node
linkType: hard linkType: hard
"normalize-url@npm:^8.0.0": "normalize-url@npm:^9.0.0":
version: 8.1.1 version: 9.0.0
resolution: "normalize-url@npm:8.1.1" resolution: "normalize-url@npm:9.0.0"
checksum: 10c0/1beb700ce42acb2288f39453cdf8001eead55bbf046d407936a40404af420b8c1c6be97a869884ae9e659d7b1c744e40e905c875ac9290644eec2e3e6fb0b370 checksum: 10c0/ff8271b26b808dc4c9caf309e1f5f0dcf75e4e05c5c09f3ee3c9dde2bda7f761df1b4c9458758c1919e3420a71c464da8026c1a9a11dedff99c056f3efd6afbc
languageName: node languageName: node
linkType: hard linkType: hard