Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency @bfra.me/eslint-config to v0.10.0 - autoclosed #592

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ branches:
required_pull_request_reviews: null
required_status_checks:
strict: false
contexts: ['Build', 'Lint', 'Release', 'Test', 'Setup', 'Renovate / Renovate', 'Analyze']
contexts: [Build, Lint, Release, Test, Setup, Renovate / Renovate, Analyze]
restrictions: null

- name: 'v?'
- name: v?
protection:
enforce_admins: true
required_linear_history: false
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: CI

'on':
on:
merge_group:
pull_request:
types: [opened, synchronize, ready_for_review, reopened]
Expand Down Expand Up @@ -36,7 +36,7 @@ jobs:
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
with:
cache: pnpm
node-version-file: '.node-version'
node-version-file: .node-version
- run: pnpm install --frozen-lockfile --ignore-scripts
- id: filter
uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.0.2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: CodeQL

'on':
on:
pull_request:
types: [opened, synchronize]
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/renovate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Renovate this repository if Renovate-specific tasks are checked or if dispatched.
name: Renovate

'on':
on:
issues:
types: [edited]
pull_request:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/scorecard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# policy, and support documentation.

name: Scorecard supply-chain security
'on':
on:
# For Branch-Protection check. Only the default branch is supported. See
# https://github.com/ossf/scorecard/blob/main/docs/checks.md#branch-protection
branch_protection_rule:
Expand All @@ -13,7 +13,7 @@ name: Scorecard supply-chain security
schedule:
- cron: '20 7 * * 2'
push:
branches: ['main']
branches: [main]

# Declare default permissions as read only.
permissions: read-all
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-repo-settings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
---
name: Update Repo Settings

'on':
on:
push:
branches: [main]
schedule:
Expand Down
26 changes: 13 additions & 13 deletions .releaserc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins:
- '@semantic-release/npm'

- - '@semantic-release/git'
- assets: ['dist', 'package.json']
- assets: [dist, package.json]
message: 'ci(release): build action for ${nextRelease.version} [skip ci]'

- - '@semantic-release/github'
Expand All @@ -30,28 +30,28 @@ preset: conventionalcommits
presetConfig:
types:
- type: feat
section: 'Features'
section: Features
- type: features
section: 'Features'
section: Features
- type: build
section: 'Build System'
section: Build System
- type: fix
section: 'Bug Fixes'
section: Bug Fixes
- type: docs
section: 'Documentation'
section: Documentation
- type: test
section: 'Tests'
section: Tests
- type: ci
section: 'Continuous Integration'
section: Continuous Integration
- type: style
section: 'Styles'
section: Styles
- type: refactor
section: 'Code Refactoring'
section: Code Refactoring
- type: perf
section: 'Performance Improvements'
section: Performance Improvements
- type: revert
section: 'Reverts'
section: Reverts
- type: chore
section: 'Miscellaneous Chores'
section: Miscellaneous Chores
- type: skip
hidden: true
14 changes: 7 additions & 7 deletions action.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
name: 'Your name here'
description: 'Provide a description here'
author: 'Your name or organization here'
name: Your name here
description: Provide a description here
author: Your name or organization here
inputs:
milliseconds: # change this
required: true
description: 'input description here'
default: 'default value if applicable'
description: input description here
default: default value if applicable
runs:
using: 'node20'
main: 'dist/index.js'
using: node20
main: dist/index.js
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@actions/core": "1.11.1"
},
"devDependencies": {
"@bfra.me/eslint-config": "0.9.0",
"@bfra.me/eslint-config": "0.10.0",
"@bfra.me/prettier-config": "0.13.5",
"@bfra.me/tsconfig": "0.9.5",
"@semantic-release/git": "10.0.1",
Expand Down
Loading
Loading