Skip to content
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
57 changes: 0 additions & 57 deletions .github/dependabot.yml

This file was deleted.

57 changes: 0 additions & 57 deletions .github/workflows/scorecard.yml

This file was deleted.

14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,19 @@

## [Unreleased]

## [0.5.3] - 2026-05-05
## [0.5.4] - 2026-05-12

### Removed

- Dependabot is fully removed from the repository. The `.github/dependabot.yml` configuration is deleted, all open Dependabot PRs are closed, and Dependabot vulnerability alerts / automated security updates are disabled at the repo level. Action and dependency bumps will be done manually going forward (`.github/dependabot.yml`)
- OpenSSF Scorecard supply-chain analysis workflow removed (`.github/workflows/scorecard.yml`)
- OpenSSF Scorecard and OpenSSF Best Practices badges removed from the README (`README.md`)

### Docs

- `CLAUDE.md` rewritten to drop OpenSSF Scorecard references in the CI conventions, security reporting, and branch protection sections. Manual SHA-pin and least-privilege workflow practices remain as they're still sound supply-chain hygiene independent of the OpenSSF program (`CLAUDE.md`)



### Docs

Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
[![CI](https://github.com/Hiprax/errors/actions/workflows/ci.yml/badge.svg)](https://github.com/Hiprax/errors/actions/workflows/ci.yml)
[![codecov](https://codecov.io/gh/Hiprax/errors/branch/main/graph/badge.svg)](https://codecov.io/gh/Hiprax/errors)
[![CodeQL](https://github.com/Hiprax/errors/actions/workflows/codeql.yml/badge.svg)](https://github.com/Hiprax/errors/actions/workflows/codeql.yml)
[![OpenSSF Scorecard](https://api.scorecard.dev/projects/github.com/Hiprax/errors/badge)](https://scorecard.dev/viewer/?uri=github.com/Hiprax/errors)
[![OpenSSF Best Practices](https://www.bestpractices.dev/projects/12757/badge)](https://www.bestpractices.dev/projects/12757)

A small, typed error toolkit for Express.js apps. Zero runtime dependencies.

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hiprax/errors",
"version": "0.5.3",
"version": "0.5.4",
"description": "A modular error handling solution for Express.js applications.",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand Down