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 #405

Merged
merged 2 commits into from
Dec 13, 2024
Merged
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
5 changes: 5 additions & 0 deletions .changeset/renovate-48d3e7c.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@bfra.me/.github': patch
---

Updated dependency `@bfra.me/eslint-config` to `0.10.0`.
17 changes: 8 additions & 9 deletions .github/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,14 @@ branches:
required_status_checks:
strict: true
contexts:
[
'Analyze',
'CodeQL',
'Create Renovate Changeset',
'Lint',
'Release',
'Renovate',
'Review Dependencies',
]
- Analyze
- CodeQL
- Create Renovate Changeset
- Lint
- Release
- Renovate
- Review Dependencies

enforce_admins: true
required_pull_request_reviews:
dismiss_stale_reviews: true
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:
branches: [main]
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependency-review.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#
# Source repository: https://github.com/actions/dependency-review-action
name: Dependency Review
'on': [pull_request]
on: [pull_request]

permissions:
contents: read
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
---
name: Main

'on':
on:
merge_group:
pull_request:
branches: [main]
Expand Down Expand Up @@ -33,7 +33,7 @@ jobs:
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
with:
cache: pnpm
node-version-file: '.node-version'
node-version-file: .node-version

- name: 🧰 Install dependencies
run: pnpm install --frozen-lockfile --ignore-scripts
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
with:
cache: pnpm
node-version-file: '.node-version'
node-version-file: .node-version
- name: Install dependencies
run: pnpm install --frozen-lockfile --ignore-scripts
- name: Create Release Pull Request or Publish to npm
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/renovate-changeset.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: Create Renovate Changeset

'on':
on:
merge_group:
pull_request_target:

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: '37 12 * * 4' # Run every Thursday at 12:37 UTC
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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"prettier": "@bfra.me/prettier-config",
"devDependencies": {
"@actions/exec": "1.1.1",
"@bfra.me/eslint-config": "0.9.0",
"@bfra.me/eslint-config": "0.10.0",
"@bfra.me/prettier-config": "0.13.5",
"@changesets/cli": "2.27.10",
"@svitejs/changesets-changelog-github-compact": "1.2.0",
Expand Down
Loading
Loading