1 Commits

Author SHA1 Message Date
renovate[bot]
23c3bb6a39 chore(deps)!: update stylelint-config-standard (39.0.1 → 40.0.0)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-01-27 01:12:35 +00:00
10 changed files with 257 additions and 3963 deletions

View File

@@ -1,34 +1,46 @@
---
# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
name: "CodeQL"
name: 'CodeQL'
on:
push:
branches: ["main"]
branches: ['main']
pull_request:
branches: ["main"]
branches: ['main']
schedule:
- cron: "30 1 * * 0"
- cron: '30 1 * * 0' # Run at 1:30 AM UTC every Sunday
merge_group:
permissions: {}
permissions:
actions: read
contents: read
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
packages: read
security-events: write
strategy:
fail-fast: false
matrix:
language: ["actions", "javascript"]
language: ['javascript'] # Add languages used in your actions
steps:
- name: CodeQL Analysis
uses: ivuorinen/actions/codeql-analysis@7f6a23b59316795c4b3cb3b3b28dd53e53655a33 # v2026.03.11
- name: Checkout repository
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Initialize CodeQL
uses: github/codeql-action/init@19b2f06db2b6f5108140aeb04014ef02b648f789 # v4.31.11
with:
language: ${{ matrix.language }}
languages: ${{ matrix.language }}
queries: security-and-quality
- name: Autobuild
uses: github/codeql-action/autobuild@19b2f06db2b6f5108140aeb04014ef02b648f789 # v4.31.11
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@19b2f06db2b6f5108140aeb04014ef02b648f789 # v4.31.11
with:
category: '/language:${{matrix.language}}'

View File

@@ -12,7 +12,7 @@ concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions: {}
permissions: read-all
jobs:
Linter:
@@ -27,4 +27,4 @@ jobs:
steps:
- name: Run PR Lint
# https://github.com/ivuorinen/actions
uses: ivuorinen/actions/pr-lint@7f6a23b59316795c4b3cb3b3b28dd53e53655a33 # v2026.03.11
uses: ivuorinen/actions/pr-lint@f98ae7cd7d0feb1f9d6b01de0addbb11414cfc73 # v2026.01.21

View File

@@ -6,7 +6,7 @@ on:
branches:
- main
permissions: {}
permissions: read-all
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
@@ -20,11 +20,13 @@ jobs:
statuses: write
contents: read
packages: read
issues: write
pull-requests: write
steps:
- name: Run PR Lint
# https://github.com/ivuorinen/actions
uses: ivuorinen/actions/pr-lint@7f6a23b59316795c4b3cb3b3b28dd53e53655a33 # v2026.03.11
uses: ivuorinen/actions/pr-lint@f98ae7cd7d0feb1f9d6b01de0addbb11414cfc73 # v2026.01.21
publish:
name: Publish
@@ -44,7 +46,7 @@ jobs:
fetch-depth: 0
- name: Setup Node.js Environment
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
with:
always-auth: true
node-version-file: ".nvmrc"
@@ -56,7 +58,7 @@ jobs:
run: npm install -g corepack --force && corepack enable
- name: Cache Node Modules
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
id: cache
with:
path: node_modules
@@ -70,5 +72,5 @@ jobs:
- name: Semantic Release
uses: cycjimmy/semantic-release-action@b12c8f6015dc215fe37bc154d4ad456dd3833c90 # v6.0.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.PAT }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

View File

@@ -8,7 +8,10 @@ on:
workflow_call:
workflow_dispatch:
permissions: {}
permissions:
contents: read
packages: read
statuses: read
jobs:
stale:
@@ -16,7 +19,8 @@ jobs:
runs-on: ubuntu-latest
permissions:
contents: write # only for delete-branch option
issues: write
pull-requests: write
steps:
- uses: ivuorinen/actions/stale@7f6a23b59316795c4b3cb3b3b28dd53e53655a33 # v2026.03.11
- uses: ivuorinen/actions/stale@f98ae7cd7d0feb1f9d6b01de0addbb11414cfc73 # v2026.01.21

View File

@@ -20,7 +20,7 @@ concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions: {}
permissions: read-all
jobs:
labels:
@@ -38,4 +38,4 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
- name: ⤵️ Sync Latest Labels Definitions
uses: ivuorinen/actions/sync-labels@7f6a23b59316795c4b3cb3b3b28dd53e53655a33 # v2026.03.11
uses: ivuorinen/actions/sync-labels@f98ae7cd7d0feb1f9d6b01de0addbb11414cfc73 # v2026.01.21

View File

@@ -20,7 +20,7 @@ repos:
args: [--autofix, --no-sort-keys]
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.48.0
rev: v0.47.0
hooks:
- id: markdownlint
args: [-c, .markdownlint.json, --fix]
@@ -31,7 +31,7 @@ repos:
- id: yamllint
- repo: https://github.com/rhysd/actionlint
rev: v1.7.11
rev: v1.7.10
hooks:
- id: actionlint
args: ['-shellcheck=']

View File

@@ -1,4 +0,0 @@
{
"extends": ["@ivuorinen/semantic-release-config"],
"branches": ["main"]
}

View File

@@ -1,39 +1,3 @@
# Changelog
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.0.13](https://github.com/ivuorinen/base-configs-stylelint/compare/v1.0.12...v1.0.13) (2026-03-13)
## [1.0.12](https://github.com/ivuorinen/base-configs-stylelint/compare/v1.0.11...v1.0.12) (2026-03-12)
## [1.0.11](https://github.com/ivuorinen/base-configs-stylelint/compare/v1.0.10...v1.0.11) (2026-03-07)
## [1.0.10](https://github.com/ivuorinen/base-configs-stylelint/compare/v1.0.9...v1.0.10) (2026-03-05)
## [1.0.9](https://github.com/ivuorinen/base-configs-stylelint/compare/v1.0.8...v1.0.9) (2026-03-05)
## [1.0.8](https://github.com/ivuorinen/base-configs-stylelint/compare/v1.0.7...v1.0.8) (2026-03-05)
## [1.0.7](https://github.com/ivuorinen/base-configs-stylelint/compare/v1.0.6...v1.0.7) (2026-03-05)
## [1.0.6](https://github.com/ivuorinen/base-configs-stylelint/compare/v1.0.5...v1.0.6) (2026-03-04)
## [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.2](https://github.com/ivuorinen/base-configs-stylelint/compare/v1.0.1...v1.0.2) (2026-02-28)
### Bug Fixes
* **ci:** harden workflow permissions and use GITHUB_TOKEN for releases ([#109](https://github.com/ivuorinen/base-configs-stylelint/issues/109)) ([9992182](https://github.com/ivuorinen/base-configs-stylelint/commit/9992182f9eaa725a3947493aaeca6025b0e2ca77))
## [1.0.1](https://github.com/ivuorinen/base-configs-stylelint/compare/v1.0.0...v1.0.1) (2026-02-28)
# Change Log
All notable changes to this project will be documented in this file.

View File

@@ -1,6 +1,6 @@
{
"name": "@ivuorinen/stylelint-config",
"version": "1.0.13",
"version": "0.3.19",
"type": "module",
"description": "ivuorinen's shareable configuration for stylelint.",
"author": {
@@ -56,14 +56,11 @@
"@ivuorinen/config-checker": "^2.1.1",
"postcss": "^8.5.6",
"stylelint": "^17.0.0",
"stylelint-config-recommended-scss": "^17.0.0",
"stylelint-config-recommended-scss": "^16.0.2",
"stylelint-config-standard": "^40.0.0",
"stylelint-order": "^8.0.0",
"stylelint-scss": "^7.0.0"
"stylelint-order": "^7.0.0",
"stylelint-scss": "^6.13.0"
},
"gitHead": "23d15f15743fb59c1dbe658615ef2ed51c54d230",
"packageManager": "yarn@4.12.0",
"devDependencies": {
"@ivuorinen/semantic-release-config": "^1.1.3"
}
"packageManager": "yarn@4.12.0"
}

4099
yarn.lock

File diff suppressed because it is too large Load Diff