mirror of
https://github.com/ivuorinen/base-configs.git
synced 2026-02-27 20:53:06 +00:00
Compare commits
49 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
482fa4c650 | ||
| ae49ca90c6 | |||
|
|
98d9f7410d | ||
|
|
c3e9b156e4 | ||
|
|
8551db8073 | ||
| ee3606e3cb | |||
| 79ea896d8e | |||
|
|
1dd35376c7 | ||
|
|
9744eabce9 | ||
|
|
78ef670756 | ||
|
|
e9ae91a8d7 | ||
|
|
914e186966 | ||
|
|
77d4ab15e8 | ||
|
|
becac6d7c4 | ||
|
|
ebb6cfce3d | ||
|
|
722fa145d2 | ||
|
|
acc2da1f37 | ||
|
|
3340f5d4e2 | ||
|
|
65ea3e0ffb | ||
|
|
6845253eab | ||
|
|
d48f64b4d9 | ||
|
|
6764211e73 | ||
| 7222d0d263 | |||
| c8bb871b9d | |||
| f75c5bb8a9 | |||
|
|
61fc06b7c6 | ||
|
|
4c06a97439 | ||
|
|
fc68ba7fb5 | ||
|
|
649bdef76e | ||
|
|
f920836b58 | ||
|
|
6bedd1a3fd | ||
|
|
bda429823f | ||
|
|
d582716608 | ||
|
|
65d80f2a3a | ||
|
|
87c4bca3f9 | ||
|
|
9bf1d397fc | ||
|
|
5ff1fd1271 | ||
|
|
c994b011fd | ||
|
|
a7cf077c64 | ||
|
|
5c99268e50 | ||
|
|
7c065e968e | ||
|
|
a2026b02d5 | ||
| d819a7b257 | |||
|
|
44832a01b5 | ||
|
|
28b230e931 | ||
|
|
45603a51e8 | ||
|
|
ad15143559 | ||
|
|
5b3e008d45 | ||
| 8fb98907cd |
6
.github/SECURITY.md
vendored
6
.github/SECURITY.md
vendored
@@ -2,10 +2,8 @@
|
|||||||
|
|
||||||
## Supported Versions
|
## Supported Versions
|
||||||
|
|
||||||
Only the latest versions of the configuration packages and
|
Only the latest versions of the configuration packages and the base package are as of now supported.
|
||||||
the base package are as of now supported.
|
|
||||||
|
|
||||||
## Reporting a Vulnerability
|
## Reporting a Vulnerability
|
||||||
|
|
||||||
This repository has automatic package update systems in place.
|
This repository has automatic package update systems in place. If you find a vulnerability, please send me email and I'll fix it as soon as possible.
|
||||||
If you find a vulnerability, please send me email and I'll fix it as soon as possible.
|
|
||||||
|
|||||||
108
.github/labels.yml
vendored
108
.github/labels.yml
vendored
@@ -1,88 +1,88 @@
|
|||||||
---
|
---
|
||||||
- name: "breaking-change"
|
- name: 'breaking-change'
|
||||||
color: ee0701
|
color: ee0701
|
||||||
description: "A breaking change for existing users."
|
description: 'A breaking change for existing users.'
|
||||||
- name: "bugfix"
|
- name: 'bugfix'
|
||||||
color: ee0701
|
color: ee0701
|
||||||
description: "Inconsistencies or issues which will cause a problem for users or implementors."
|
description: 'Inconsistencies or issues which will cause a problem for users or implementors.'
|
||||||
- name: "documentation"
|
- name: 'documentation'
|
||||||
color: 0052cc
|
color: 0052cc
|
||||||
description: "Solely about the documentation of the project."
|
description: 'Solely about the documentation of the project.'
|
||||||
- name: "enhancement"
|
- name: 'enhancement'
|
||||||
color: 1d76db
|
color: 1d76db
|
||||||
description: "Enhancement of the code, not introducing new features."
|
description: 'Enhancement of the code, not introducing new features.'
|
||||||
- name: "refactor"
|
- name: 'refactor'
|
||||||
color: 1d76db
|
color: 1d76db
|
||||||
description: "Improvement of existing code, not introducing new features."
|
description: 'Improvement of existing code, not introducing new features.'
|
||||||
- name: "performance"
|
- name: 'performance'
|
||||||
color: 1d76db
|
color: 1d76db
|
||||||
description: "Improving performance, not introducing new features."
|
description: 'Improving performance, not introducing new features.'
|
||||||
- name: "new-feature"
|
- name: 'new-feature'
|
||||||
color: 0e8a16
|
color: 0e8a16
|
||||||
description: "New features or options."
|
description: 'New features or options.'
|
||||||
- name: "maintenance"
|
- name: 'maintenance'
|
||||||
color: 2af79e
|
color: 2af79e
|
||||||
description: "Generic maintenance tasks."
|
description: 'Generic maintenance tasks.'
|
||||||
- name: "ci"
|
- name: 'ci'
|
||||||
color: 1d76db
|
color: 1d76db
|
||||||
description: "Work that improves the continue integration."
|
description: 'Work that improves the continue integration.'
|
||||||
- name: "dependencies"
|
- name: 'dependencies'
|
||||||
color: 1d76db
|
color: 1d76db
|
||||||
description: "Upgrade or downgrade of project dependencies."
|
description: 'Upgrade or downgrade of project dependencies.'
|
||||||
- name: "translations"
|
- name: 'translations'
|
||||||
color: d4c5f9
|
color: d4c5f9
|
||||||
description: "Impacts translations."
|
description: 'Impacts translations.'
|
||||||
|
|
||||||
- name: "in-progress"
|
- name: 'in-progress'
|
||||||
color: fbca04
|
color: fbca04
|
||||||
description: "Issue is currently being resolved by a developer."
|
description: 'Issue is currently being resolved by a developer.'
|
||||||
- name: "stale"
|
- name: 'stale'
|
||||||
color: fef2c0
|
color: fef2c0
|
||||||
description: "There has not been activity on this issue or PR for quite some time."
|
description: 'There has not been activity on this issue or PR for quite some time.'
|
||||||
- name: "no-stale"
|
- name: 'no-stale'
|
||||||
color: fef2c0
|
color: fef2c0
|
||||||
description: "This issue or PR is exempted from the stable bot."
|
description: 'This issue or PR is exempted from the stable bot.'
|
||||||
|
|
||||||
- name: "security"
|
- name: 'security'
|
||||||
color: ee0701
|
color: ee0701
|
||||||
description: "Marks a security issue that needs to be resolved asap."
|
description: 'Marks a security issue that needs to be resolved asap.'
|
||||||
- name: "incomplete"
|
- name: 'incomplete'
|
||||||
color: fef2c0
|
color: fef2c0
|
||||||
description: "Marks a PR or issue that is missing information."
|
description: 'Marks a PR or issue that is missing information.'
|
||||||
- name: "invalid"
|
- name: 'invalid'
|
||||||
color: fef2c0
|
color: fef2c0
|
||||||
description: "Marks a PR or issue that is missing information."
|
description: 'Marks a PR or issue that is missing information.'
|
||||||
|
|
||||||
- name: "beginner-friendly"
|
- name: 'beginner-friendly'
|
||||||
color: 0e8a16
|
color: 0e8a16
|
||||||
description: "Good first issue for people wanting to contribute to the project."
|
description: 'Good first issue for people wanting to contribute to the project.'
|
||||||
- name: "help-wanted"
|
- name: 'help-wanted'
|
||||||
color: 0e8a16
|
color: 0e8a16
|
||||||
description: "We need some extra helping hands or expertise in order to resolve this."
|
description: 'We need some extra helping hands or expertise in order to resolve this.'
|
||||||
|
|
||||||
- name: "hacktoberfest"
|
- name: 'hacktoberfest'
|
||||||
description: "Issues/PRs are participating in the Hacktoberfest."
|
description: 'Issues/PRs are participating in the Hacktoberfest.'
|
||||||
color: fbca04
|
color: fbca04
|
||||||
- name: "hacktoberfest-accepted"
|
- name: 'hacktoberfest-accepted'
|
||||||
description: "Issues/PRs are participating in the Hacktoberfest."
|
description: 'Issues/PRs are participating in the Hacktoberfest.'
|
||||||
color: fbca04
|
color: fbca04
|
||||||
|
|
||||||
- name: "priority-critical"
|
- name: 'priority-critical'
|
||||||
color: ee0701
|
color: ee0701
|
||||||
description: "This should be dealt with ASAP. Not fixing this issue would be a serious error."
|
description: 'This should be dealt with ASAP. Not fixing this issue would be a serious error.'
|
||||||
- name: "priority-high"
|
- name: 'priority-high'
|
||||||
color: b60205
|
color: b60205
|
||||||
description: "After critical issues are fixed, these should be dealt with before any further issues."
|
description: 'After critical issues are fixed, these should be dealt with before any further issues.'
|
||||||
- name: "priority-medium"
|
- name: 'priority-medium'
|
||||||
color: 0e8a16
|
color: 0e8a16
|
||||||
description: "This issue may be useful, and needs some attention."
|
description: 'This issue may be useful, and needs some attention.'
|
||||||
- name: "priority-low"
|
- name: 'priority-low'
|
||||||
color: e4ea8a
|
color: e4ea8a
|
||||||
description: "Nice addition, maybe... someday..."
|
description: 'Nice addition, maybe... someday...'
|
||||||
|
|
||||||
- name: "major"
|
- name: 'major'
|
||||||
color: b60205
|
color: b60205
|
||||||
description: "This PR causes a major version bump in the version number."
|
description: 'This PR causes a major version bump in the version number.'
|
||||||
- name: "minor"
|
- name: 'minor'
|
||||||
color: 0e8a16
|
color: 0e8a16
|
||||||
description: "This PR causes a minor version bump in the version number."
|
description: 'This PR causes a minor version bump in the version number.'
|
||||||
|
|||||||
46
.github/workflows/codeql-analysis.yml
vendored
46
.github/workflows/codeql-analysis.yml
vendored
@@ -1,46 +0,0 @@
|
|||||||
---
|
|
||||||
# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
|
|
||||||
name: "CodeQL"
|
|
||||||
|
|
||||||
on:
|
|
||||||
push:
|
|
||||||
branches: ["main"]
|
|
||||||
pull_request:
|
|
||||||
branches: ["main"]
|
|
||||||
schedule:
|
|
||||||
- cron: "30 1 * * 0" # Run at 1:30 AM UTC every Sunday
|
|
||||||
merge_group:
|
|
||||||
|
|
||||||
permissions:
|
|
||||||
actions: read
|
|
||||||
contents: read
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
analyze:
|
|
||||||
name: Analyze
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
permissions:
|
|
||||||
security-events: write
|
|
||||||
|
|
||||||
strategy:
|
|
||||||
fail-fast: false
|
|
||||||
matrix:
|
|
||||||
language: ["javascript", "actions"] # Add languages used in your actions
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- name: Checkout repository
|
|
||||||
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
|
|
||||||
|
|
||||||
- name: Initialize CodeQL
|
|
||||||
uses: github/codeql-action/init@cf1bb45a277cb3c205638b2cd5c984db1c46a412 # v4.31.7
|
|
||||||
with:
|
|
||||||
languages: ${{ matrix.language }}
|
|
||||||
queries: security-and-quality
|
|
||||||
|
|
||||||
- name: Autobuild
|
|
||||||
uses: github/codeql-action/autobuild@cf1bb45a277cb3c205638b2cd5c984db1c46a412 # v4.31.7
|
|
||||||
|
|
||||||
- name: Perform CodeQL Analysis
|
|
||||||
uses: github/codeql-action/analyze@cf1bb45a277cb3c205638b2cd5c984db1c46a412 # v4.31.7
|
|
||||||
with:
|
|
||||||
category: "/language:${{matrix.language}}"
|
|
||||||
51
.github/workflows/codeql.yml
vendored
Normal file
51
.github/workflows/codeql.yml
vendored
Normal file
@@ -0,0 +1,51 @@
|
|||||||
|
---
|
||||||
|
# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
|
||||||
|
name: 'CodeQL Advanced'
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches: ['main']
|
||||||
|
pull_request:
|
||||||
|
branches: ['main']
|
||||||
|
schedule:
|
||||||
|
- cron: '30 1 * * 0' # Run at 1:30 AM UTC every Sunday
|
||||||
|
merge_group:
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
actions: read
|
||||||
|
contents: read
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
analyze:
|
||||||
|
name: Analyze (${{ matrix.language }})
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
permissions:
|
||||||
|
actions: read
|
||||||
|
contents: read
|
||||||
|
security-events: write
|
||||||
|
packages: read
|
||||||
|
|
||||||
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
|
matrix:
|
||||||
|
include:
|
||||||
|
- language: actions
|
||||||
|
build-mode: none
|
||||||
|
- language: javascript-typescript
|
||||||
|
build-mode: none
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: Checkout repository
|
||||||
|
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||||
|
|
||||||
|
- name: Initialize CodeQL
|
||||||
|
uses: github/codeql-action/init@89a39a4e59826350b863aa6b6252a07ad50cf83e # v4.32.4
|
||||||
|
with:
|
||||||
|
languages: ${{ matrix.language }}
|
||||||
|
build-mode: ${{ matrix.build-mode }}
|
||||||
|
queries: security-and-quality
|
||||||
|
|
||||||
|
- name: Perform CodeQL Analysis
|
||||||
|
uses: github/codeql-action/analyze@89a39a4e59826350b863aa6b6252a07ad50cf83e # v4.32.4
|
||||||
|
with:
|
||||||
|
category: '/language:${{matrix.language}}'
|
||||||
55
.github/workflows/pr-lint.yml
vendored
Normal file
55
.github/workflows/pr-lint.yml
vendored
Normal file
@@ -0,0 +1,55 @@
|
|||||||
|
---
|
||||||
|
# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
|
||||||
|
name: Lint PR Code Base
|
||||||
|
|
||||||
|
on:
|
||||||
|
pull_request:
|
||||||
|
branches: [master, main]
|
||||||
|
|
||||||
|
concurrency:
|
||||||
|
group: ${{ github.workflow }}-${{ github.ref }}
|
||||||
|
cancel-in-progress: true
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
contents: read
|
||||||
|
|
||||||
|
env:
|
||||||
|
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||||
|
GITHUB_TOKEN: ${{ github.token }}
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
Linter:
|
||||||
|
name: PR Lint
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
timeout-minutes: 15
|
||||||
|
permissions:
|
||||||
|
contents: read
|
||||||
|
issues: write
|
||||||
|
packages: read
|
||||||
|
pull-requests: write
|
||||||
|
statuses: write
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: Checkout
|
||||||
|
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||||
|
with:
|
||||||
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
|
- name: Install and enable corepack
|
||||||
|
shell: sh
|
||||||
|
run: npm install -g corepack --force && corepack enable
|
||||||
|
|
||||||
|
- name: Yarn Lock Changes
|
||||||
|
uses: Simek/yarn-lock-changes@59f47ee499424d2c2437c5aebf863b5c6d50a5bc # v0.14.1
|
||||||
|
with:
|
||||||
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
env:
|
||||||
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||||
|
|
||||||
|
- name: Run PR Lint
|
||||||
|
# https://github.com/ivuorinen/actions
|
||||||
|
uses: ivuorinen/actions/pr-lint@8faacf8a1cae049c1471708dcb408a167e91afaf # v2026.02.24
|
||||||
|
env:
|
||||||
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||||
14
.github/workflows/pr.yml
vendored
14
.github/workflows/pr.yml
vendored
@@ -16,20 +16,20 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
|
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Setup Node.js Environment
|
- name: Setup Node.js Environment
|
||||||
uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
|
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
|
||||||
with:
|
with:
|
||||||
always-auth: true
|
always-auth: true
|
||||||
node-version-file: ".nvmrc"
|
node-version-file: '.nvmrc'
|
||||||
registry-url: "https://registry.npmjs.org"
|
registry-url: 'https://registry.npmjs.org'
|
||||||
scope: "@ivuorinen"
|
scope: '@ivuorinen'
|
||||||
|
|
||||||
- name: Cache Node Modules
|
- name: Cache Node Modules
|
||||||
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
|
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
|
||||||
id: cache
|
id: cache
|
||||||
with:
|
with:
|
||||||
path: node_modules
|
path: node_modules
|
||||||
@@ -45,6 +45,6 @@ jobs:
|
|||||||
run: yarn install
|
run: yarn install
|
||||||
|
|
||||||
- name: Yarn Lock Changes
|
- name: Yarn Lock Changes
|
||||||
uses: Simek/yarn-lock-changes@61d1a0595070b79c1abdc8e1e5a5f5d98b18918c # v0.12.2
|
uses: Simek/yarn-lock-changes@59f47ee499424d2c2437c5aebf863b5c6d50a5bc # v0.14.1
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|||||||
22
.github/workflows/publish.yml
vendored
22
.github/workflows/publish.yml
vendored
@@ -6,7 +6,8 @@ on:
|
|||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
|
||||||
permissions: read-all
|
permissions:
|
||||||
|
contents: read
|
||||||
|
|
||||||
env:
|
env:
|
||||||
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
|
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||||
@@ -26,7 +27,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@a52399cf74eac2b0963591ab2c6c8eb0f7f50b2d # v2025.12.06
|
uses: ivuorinen/actions/pr-lint@8faacf8a1cae049c1471708dcb408a167e91afaf # v2026.02.24
|
||||||
|
|
||||||
publish:
|
publish:
|
||||||
name: Publish
|
name: Publish
|
||||||
@@ -41,24 +42,24 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
|
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Setup Node.js Environment
|
- name: Setup Node.js Environment
|
||||||
uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
|
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
|
||||||
with:
|
with:
|
||||||
always-auth: true
|
always-auth: true
|
||||||
node-version-file: ".nvmrc"
|
node-version-file: '.nvmrc'
|
||||||
registry-url: "https://registry.npmjs.org"
|
registry-url: 'https://registry.npmjs.org'
|
||||||
scope: "@ivuorinen"
|
scope: '@ivuorinen'
|
||||||
|
|
||||||
- name: Install and enable corepack
|
- name: Install and enable corepack
|
||||||
shell: sh
|
shell: sh
|
||||||
run: npm install -g corepack --force && corepack enable
|
run: npm install -g corepack --force && corepack enable
|
||||||
|
|
||||||
- name: Cache Node Modules
|
- name: Cache Node Modules
|
||||||
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
|
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
|
||||||
id: cache
|
id: cache
|
||||||
with:
|
with:
|
||||||
path: node_modules
|
path: node_modules
|
||||||
@@ -71,6 +72,11 @@ jobs:
|
|||||||
|
|
||||||
- name: Semantic Release
|
- name: Semantic Release
|
||||||
uses: cycjimmy/semantic-release-action@b12c8f6015dc215fe37bc154d4ad456dd3833c90 # v6.0.0
|
uses: cycjimmy/semantic-release-action@b12c8f6015dc215fe37bc154d4ad456dd3833c90 # v6.0.0
|
||||||
|
with:
|
||||||
|
extra_plugins: |
|
||||||
|
@semantic-release/changelog
|
||||||
|
@semantic-release/github
|
||||||
|
@semantic-release/npm
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.PAT }}
|
GITHUB_TOKEN: ${{ secrets.PAT }}
|
||||||
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
|
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||||
|
|||||||
4
.github/workflows/stale.yml
vendored
4
.github/workflows/stale.yml
vendored
@@ -4,7 +4,7 @@ name: Stale
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0 8 * * *' # Every day at 08:00
|
- cron: "0 8 * * *" # Every day at 08:00
|
||||||
workflow_call:
|
workflow_call:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
@@ -23,4 +23,4 @@ jobs:
|
|||||||
issues: write
|
issues: write
|
||||||
pull-requests: write
|
pull-requests: write
|
||||||
steps:
|
steps:
|
||||||
- uses: ivuorinen/actions/stale@a52399cf74eac2b0963591ab2c6c8eb0f7f50b2d # v2025.12.06
|
- uses: ivuorinen/actions/stale@8faacf8a1cae049c1471708dcb408a167e91afaf # v2026.02.24
|
||||||
|
|||||||
42
.github/workflows/sync-labels.yml
vendored
Normal file
42
.github/workflows/sync-labels.yml
vendored
Normal file
@@ -0,0 +1,42 @@
|
|||||||
|
---
|
||||||
|
# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
|
||||||
|
name: Sync Labels
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
- master
|
||||||
|
paths:
|
||||||
|
- ".github/labels.yml"
|
||||||
|
- ".github/workflows/sync-labels.yml"
|
||||||
|
schedule:
|
||||||
|
- cron: "34 5 * * *" # Run every day at 05:34 AM UTC
|
||||||
|
workflow_call:
|
||||||
|
workflow_dispatch:
|
||||||
|
merge_group:
|
||||||
|
|
||||||
|
concurrency:
|
||||||
|
group: ${{ github.workflow }}-${{ github.ref }}
|
||||||
|
cancel-in-progress: true
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
contents: read
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
labels:
|
||||||
|
name: ♻️ Sync Labels
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
timeout-minutes: 10
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
contents: read
|
||||||
|
issues: write
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: ⤵️ Checkout Repository
|
||||||
|
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||||
|
with:
|
||||||
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
- name: ⤵️ Sync Latest Labels Definitions
|
||||||
|
uses: ivuorinen/actions/sync-labels@8faacf8a1cae049c1471708dcb408a167e91afaf # v2026.02.24
|
||||||
@@ -1,3 +1,4 @@
|
|||||||
{
|
{
|
||||||
"extends": ["@ivuorinen/semantic-release-config"]
|
"extends": ["@ivuorinen/semantic-release-config"],
|
||||||
|
"branches": ["main"]
|
||||||
}
|
}
|
||||||
|
|||||||
50
CHANGELOG.md
50
CHANGELOG.md
@@ -3,9 +3,31 @@
|
|||||||
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.0 (2025-12-06)
|
## [1.0.3](https://github.com/ivuorinen/base-configs/compare/v1.0.2...v1.0.3) (2026-02-27)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* **ci:** replace read-all with specific permissions in workflows ([ae49ca9](https://github.com/ivuorinen/base-configs/commit/ae49ca90c610e5ee4b31c4fa814571e733834ac7))
|
||||||
|
|
||||||
|
## [1.0.2](https://github.com/ivuorinen/base-configs/compare/v1.0.1...v1.0.2) (2026-02-26)
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* **ci:** consolidate CodeQL workflows with proper permissions ([#473](https://github.com/ivuorinen/base-configs/issues/473)) ([ee3606e](https://github.com/ivuorinen/base-configs/commit/ee3606e3cb811b17b89271e9e176e466dbf61511))
|
||||||
|
|
||||||
|
## [1.0.1](https://github.com/ivuorinen/base-configs/compare/v1.0.0...v1.0.1) (2026-01-30)
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* **ci:** add branches to releaserc ([7222d0d](https://github.com/ivuorinen/base-configs/commit/7222d0d2634474a57210d2d9ddb55775ec7433b9))
|
||||||
|
|
||||||
|
# Changelog
|
||||||
|
|
||||||
|
All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||||
|
|
||||||
|
# 1.0.0 (2025-12-06)
|
||||||
|
|
||||||
* feat!: module & commonjs in base-configs ([02e4f47](https://github.com/ivuorinen/base-configs/commit/02e4f4779c79e5e179b3fb31b9a642d9ec96f862))
|
* feat!: module & commonjs in base-configs ([02e4f47](https://github.com/ivuorinen/base-configs/commit/02e4f4779c79e5e179b3fb31b9a642d9ec96f862))
|
||||||
* feat!: module & commonjs in browserslist ([93ea840](https://github.com/ivuorinen/base-configs/commit/93ea8404064e62c720460b2d808fc9d39a00ec31))
|
* feat!: module & commonjs in browserslist ([93ea840](https://github.com/ivuorinen/base-configs/commit/93ea8404064e62c720460b2d808fc9d39a00ec31))
|
||||||
* feat!: module & commonjs in commitlint ([2de156e](https://github.com/ivuorinen/base-configs/commit/2de156e2c0f474fe19d23cc2b4b9b6eaba97e258))
|
* feat!: module & commonjs in commitlint ([2de156e](https://github.com/ivuorinen/base-configs/commit/2de156e2c0f474fe19d23cc2b4b9b6eaba97e258))
|
||||||
@@ -16,7 +38,6 @@ All notable changes to this project will be documented in this file. See
|
|||||||
* feat!: module & commonjs in stylelint ([e4aed31](https://github.com/ivuorinen/base-configs/commit/e4aed31ef984188923eaedf6d8cff8ab36ecf924))
|
* feat!: module & commonjs in stylelint ([e4aed31](https://github.com/ivuorinen/base-configs/commit/e4aed31ef984188923eaedf6d8cff8ab36ecf924))
|
||||||
* feat!: upgrade to eslint 9, update configs ([ad9ed82](https://github.com/ivuorinen/base-configs/commit/ad9ed820d606e7fe484b7b5f553b5dc13277f037))
|
* feat!: upgrade to eslint 9, update configs ([ad9ed82](https://github.com/ivuorinen/base-configs/commit/ad9ed820d606e7fe484b7b5f553b5dc13277f037))
|
||||||
|
|
||||||
|
|
||||||
### Bug Fixes
|
### Bug Fixes
|
||||||
|
|
||||||
* add {commitlint,semantic-release}-config ([332f994](https://github.com/ivuorinen/base-configs/commit/332f9942b2c05fa7477f048b282f7e6a75679c77))
|
* add {commitlint,semantic-release}-config ([332f994](https://github.com/ivuorinen/base-configs/commit/332f9942b2c05fa7477f048b282f7e6a75679c77))
|
||||||
@@ -291,7 +312,6 @@ All notable changes to this project will be documented in this file. See
|
|||||||
* **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))
|
||||||
* **workflows:** tweak publish jobs run order ([bbbbdf0](https://github.com/ivuorinen/base-configs/commit/bbbbdf049f9d954e9cbabd6644fb207b06ea0908))
|
* **workflows:** tweak publish jobs run order ([bbbbdf0](https://github.com/ivuorinen/base-configs/commit/bbbbdf049f9d954e9cbabd6644fb207b06ea0908))
|
||||||
|
|
||||||
|
|
||||||
### Features
|
### Features
|
||||||
|
|
||||||
* add `eslint-config-prettier` ([1a40d9b](https://github.com/ivuorinen/base-configs/commit/1a40d9b0ada76d32a8fe34d2a0eb98856f678dee))
|
* add `eslint-config-prettier` ([1a40d9b](https://github.com/ivuorinen/base-configs/commit/1a40d9b0ada76d32a8fe34d2a0eb98856f678dee))
|
||||||
@@ -315,13 +335,11 @@ All notable changes to this project will be documented in this file. See
|
|||||||
* release pipeline, packages, yarn upgrade ([5400c02](https://github.com/ivuorinen/base-configs/commit/5400c02639d027ee73fef887fbc6c2ce906ec7ad))
|
* release pipeline, packages, yarn upgrade ([5400c02](https://github.com/ivuorinen/base-configs/commit/5400c02639d027ee73fef887fbc6c2ce906ec7ad))
|
||||||
* skip config creation if one already found ([#110](https://github.com/ivuorinen/base-configs/issues/110)) ([9beafec](https://github.com/ivuorinen/base-configs/commit/9beafec48681768f06ff24029391176d87169261))
|
* skip config creation if one already found ([#110](https://github.com/ivuorinen/base-configs/issues/110)) ([9beafec](https://github.com/ivuorinen/base-configs/commit/9beafec48681768f06ff24029391176d87169261))
|
||||||
|
|
||||||
|
|
||||||
### BREAKING CHANGES
|
### BREAKING CHANGES
|
||||||
|
|
||||||
* support module, and commonjs types
|
* support module, and commonjs types
|
||||||
* support module, and commonjs types
|
* support module, and commonjs types
|
||||||
* this changes the configuration format,
|
* this changes the configuration format, also adds support for module, and commonjs types
|
||||||
also adds support for module, and commonjs types
|
|
||||||
* support module, and commonjs types
|
* support module, and commonjs types
|
||||||
* support module, and commonjs types
|
* support module, and commonjs types
|
||||||
* support module, and commonjs types
|
* support module, and commonjs types
|
||||||
@@ -353,7 +371,7 @@ All notable changes to this project will be documented in this file. See [Conven
|
|||||||
|
|
||||||
### Bug Fixes
|
### 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))
|
||||||
|
|
||||||
## [2.0.26](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/base-configs@2.0.25...@ivuorinen/base-configs@2.0.26) (2025-02-20)
|
## [2.0.26](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/base-configs@2.0.25...@ivuorinen/base-configs@2.0.26) (2025-02-20)
|
||||||
|
|
||||||
@@ -379,7 +397,7 @@ All notable changes to this project will be documented in this file. See [Conven
|
|||||||
|
|
||||||
### Bug Fixes
|
### 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))
|
||||||
|
|
||||||
## [2.0.20](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/base-configs@2.0.19...@ivuorinen/base-configs@2.0.20) (2025-01-01)
|
## [2.0.20](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/base-configs@2.0.19...@ivuorinen/base-configs@2.0.20) (2025-01-01)
|
||||||
|
|
||||||
@@ -437,19 +455,19 @@ All notable changes to this project will be documented in this file. See [Conven
|
|||||||
|
|
||||||
### Bug Fixes
|
### 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))
|
||||||
|
|
||||||
## 2.0.6 (2024-10-20)
|
## 2.0.6 (2024-10-20)
|
||||||
|
|
||||||
### Bug Fixes
|
### 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))
|
||||||
|
|
||||||
## 2.0.5 (2024-10-19)
|
## 2.0.5 (2024-10-19)
|
||||||
|
|
||||||
### Bug Fixes
|
### 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))
|
||||||
|
|
||||||
## [2.0.4](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/base-configs@2.0.3...@ivuorinen/base-configs@2.0.4) (2024-09-17)
|
## [2.0.4](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/base-configs@2.0.3...@ivuorinen/base-configs@2.0.4) (2024-09-17)
|
||||||
|
|
||||||
@@ -469,11 +487,11 @@ All notable changes to this project will be documented in this file. See [Conven
|
|||||||
|
|
||||||
## [2.0.0](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/base-configs@1.1.106...@ivuorinen/base-configs@2.0.0) (2024-08-21)
|
## [2.0.0](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/base-configs@1.1.106...@ivuorinen/base-configs@2.0.0) (2024-08-21)
|
||||||
|
|
||||||
- feat!: module & commonjs in base-configs ([02e4f47](https://github.com/ivuorinen/base-configs/commit/02e4f4779c79e5e179b3fb31b9a642d9ec96f862))
|
* feat!: module & commonjs in base-configs ([02e4f47](https://github.com/ivuorinen/base-configs/commit/02e4f4779c79e5e179b3fb31b9a642d9ec96f862))
|
||||||
|
|
||||||
### BREAKING CHANGES
|
### BREAKING CHANGES
|
||||||
|
|
||||||
- support module, and commonjs types
|
* support module, and commonjs types
|
||||||
|
|
||||||
## [1.1.106](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/base-configs@1.1.105...@ivuorinen/base-configs@1.1.106) (2024-08-21)
|
## [1.1.106](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/base-configs@1.1.105...@ivuorinen/base-configs@1.1.106) (2024-08-21)
|
||||||
|
|
||||||
@@ -515,7 +533,7 @@ All notable changes to this project will be documented in this file. See [Conven
|
|||||||
|
|
||||||
### Bug Fixes
|
### 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.96](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/base-configs@1.1.95...@ivuorinen/base-configs@1.1.96) (2024-06-18)
|
## [1.1.96](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/base-configs@1.1.95...@ivuorinen/base-configs@1.1.96) (2024-06-18)
|
||||||
|
|
||||||
@@ -905,8 +923,8 @@ All notable changes to this project will be documented in this file. See [Conven
|
|||||||
|
|
||||||
### Bug Fixes
|
### Bug Fixes
|
||||||
|
|
||||||
- **base-configs:** convert config from ES module ([88dbe39](https://github.com/ivuorinen/base-configs/commit/88dbe395d1843384edf97eab4ee5c43810deae4f))
|
* **base-configs:** convert config from ES module ([88dbe39](https://github.com/ivuorinen/base-configs/commit/88dbe395d1843384edf97eab4ee5c43810deae4f))
|
||||||
|
|
||||||
### Features
|
### Features
|
||||||
|
|
||||||
- **package:** new pkg: @ivuorinen/base-configs ([#121](https://github.com/ivuorinen/base-configs/issues/121)) ([feddfcf](https://github.com/ivuorinen/base-configs/commit/feddfcfdba391f8ed4bf59589737a340401e4fba))
|
* **package:** new pkg: @ivuorinen/base-configs ([#121](https://github.com/ivuorinen/base-configs/issues/121)) ([feddfcf](https://github.com/ivuorinen/base-configs/commit/feddfcfdba391f8ed4bf59589737a340401e4fba))
|
||||||
|
|||||||
@@ -32,7 +32,7 @@ yarn add @ivuorinen/base-configs --dev
|
|||||||
## Available Configurations
|
## Available Configurations
|
||||||
|
|
||||||
| Tool | Package | Version |
|
| Tool | Package | Version |
|
||||||
|-------------------------------------------|----------------------------------------------------|---------------------------------------------------------------------------------------|
|
| ----------------------------------------- | -------------------------------------------------- | ------------------------------------------------------------------------------------- |
|
||||||
| [Browserslist][browserslist-link] | [@ivuorinen/browserslist-config][pkg-browserlist] | [![@ivuorinen/browserslist-config][browserslist-badge]][browserslist-npm] |
|
| [Browserslist][browserslist-link] | [@ivuorinen/browserslist-config][pkg-browserlist] | [![@ivuorinen/browserslist-config][browserslist-badge]][browserslist-npm] |
|
||||||
| [CommitLint][commitlint-link] | [@ivuorinen/commitlint-config][pkg-commitlint] | [![@ivuorinen/commitlint-config][commitlint-badge]][commitlint-npm] |
|
| [CommitLint][commitlint-link] | [@ivuorinen/commitlint-config][pkg-commitlint] | [![@ivuorinen/commitlint-config][commitlint-badge]][commitlint-npm] |
|
||||||
| [ESLint][eslint-link] | [@ivuorinen/eslint-config][pkg-eslint] | [![@ivuorinen/eslint-config][eslint-badge]][eslint-npm] |
|
| [ESLint][eslint-link] | [@ivuorinen/eslint-config][pkg-eslint] | [![@ivuorinen/eslint-config][eslint-badge]][eslint-npm] |
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@ivuorinen/base-configs",
|
"name": "@ivuorinen/base-configs",
|
||||||
"version": "1.0.0",
|
"version": "1.0.3",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"description": "ivuorinen's shareable configurations meta package",
|
"description": "ivuorinen's shareable configurations meta package",
|
||||||
"author": {
|
"author": {
|
||||||
@@ -49,12 +49,12 @@
|
|||||||
"prettier:report": "./node_modules/.bin/prettier '**/*.{js,tsx,ts,json,mjs,cjs}' '.*.{js,mjs,cjs,json}' --check"
|
"prettier:report": "./node_modules/.bin/prettier '**/*.{js,tsx,ts,json,mjs,cjs}' '.*.{js,mjs,cjs,json}' --check"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@ivuorinen/browserslist-config": "^1.0.0",
|
"@ivuorinen/browserslist-config": "^1.0.1",
|
||||||
"@ivuorinen/commitlint-config": "^1.0.0",
|
"@ivuorinen/commitlint-config": "^1.0.0",
|
||||||
"@ivuorinen/eslint-config": "^1.0.0",
|
"@ivuorinen/eslint-config": "^1.0.0",
|
||||||
"@ivuorinen/markdownlint-config": "^1.0.0",
|
"@ivuorinen/markdownlint-config": "^1.0.1",
|
||||||
"@ivuorinen/prettier-config": "^1.0.0",
|
"@ivuorinen/prettier-config": "^1.0.0",
|
||||||
"@ivuorinen/semantic-release-config": "^1.0.0",
|
"@ivuorinen/semantic-release-config": "^1.1.1",
|
||||||
"@types/node": "*",
|
"@types/node": "*",
|
||||||
"npm-run-all2": "^8.0.4",
|
"npm-run-all2": "^8.0.4",
|
||||||
"simple-git-hooks": "^2.13.1",
|
"simple-git-hooks": "^2.13.1",
|
||||||
|
|||||||
Reference in New Issue
Block a user