[PR #80] [MERGED] Dev #82

Closed
opened 2026-05-06 16:07:27 +02:00 by BreizhHardware · 0 comments

📋 Pull Request Information

Original PR: https://github.com/BreizhHardware/express-prom-bundle/pull/80
Author: @BreizhHardware
Created: 3/6/2026
Status: Merged
Merged: 3/6/2026
Merged by: @BreizhHardware

Base: mainHead: dev


📝 Commits (7)

  • d0051e0 chore(deps-dev): bump globals from 17.3.0 to 17.4.0
  • 6a6f511 fix: prevent duplicate security audit issue creation
  • d34fc4b chore(deps-dev): bump koa in the npm_and_yarn group across 1 directory
  • 28f25de chore(deps-dev): bump @eslint/eslintrc from 3.3.3 to 3.3.4
  • 072516f chore(deps-dev): bump nyc from 17.1.0 to 18.0.0
  • 041e61e bump: bump version to 8.0.10
  • 8ca3bb0 chore(deps-dev): bump eslint from 10.0.0 to 10.0.2

📊 Changes

3 files changed (+368 additions, -161 deletions)

View changed files

📝 .github/workflows/audit.yml (+15 -1)
📝 package-lock.json (+351 -158)
📝 package.json (+2 -2)

📄 Description

This pull request introduces a minor package version bump and an improvement to the security audit workflow. The workflow now checks for existing open security audit issues before creating a new one, preventing duplicate issues.

Security audit workflow improvements:

  • .github/workflows/audit.yml: Updated the script to check for existing open issues with the security,audit labels before creating a new issue, avoiding duplicate security audit issues.

Package maintenance:

  • package.json: Bumped package version from 8.0.9 to 8.0.10.
  • package.json: Updated nyc dependency from ^17.1.0 to ^18.0.0.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/BreizhHardware/express-prom-bundle/pull/80 **Author:** [@BreizhHardware](https://github.com/BreizhHardware) **Created:** 3/6/2026 **Status:** ✅ Merged **Merged:** 3/6/2026 **Merged by:** [@BreizhHardware](https://github.com/BreizhHardware) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (7) - [`d0051e0`](https://github.com/BreizhHardware/express-prom-bundle/commit/d0051e0b242f501fbbdc8f20fcacb28da542902a) chore(deps-dev): bump globals from 17.3.0 to 17.4.0 - [`6a6f511`](https://github.com/BreizhHardware/express-prom-bundle/commit/6a6f51142b32ab6b8b61c1aa19d91a8251b5aaf7) fix: prevent duplicate security audit issue creation - [`d34fc4b`](https://github.com/BreizhHardware/express-prom-bundle/commit/d34fc4b6ae420802ddf585d4e7d116b5f5dd8bfa) chore(deps-dev): bump koa in the npm_and_yarn group across 1 directory - [`28f25de`](https://github.com/BreizhHardware/express-prom-bundle/commit/28f25de2eeecba28f584ba5f782fc9fecd9b64a0) chore(deps-dev): bump @eslint/eslintrc from 3.3.3 to 3.3.4 - [`072516f`](https://github.com/BreizhHardware/express-prom-bundle/commit/072516f575c978eb17c5ce45030ee8c88804f58c) chore(deps-dev): bump nyc from 17.1.0 to 18.0.0 - [`041e61e`](https://github.com/BreizhHardware/express-prom-bundle/commit/041e61e897ca991f92533e95ad1fff882829656b) bump: bump version to 8.0.10 - [`8ca3bb0`](https://github.com/BreizhHardware/express-prom-bundle/commit/8ca3bb08ab3377b93daa0a3128251d035f871076) chore(deps-dev): bump eslint from 10.0.0 to 10.0.2 ### 📊 Changes **3 files changed** (+368 additions, -161 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/audit.yml` (+15 -1) 📝 `package-lock.json` (+351 -158) 📝 `package.json` (+2 -2) </details> ### 📄 Description This pull request introduces a minor package version bump and an improvement to the security audit workflow. The workflow now checks for existing open security audit issues before creating a new one, preventing duplicate issues. Security audit workflow improvements: * [`.github/workflows/audit.yml`](diffhunk://#diff-93a89f16f6717d1e4e4e27ec20ef916e3355c7aa890ca74cd9b12db30d8a899fL36-R50): Updated the script to check for existing open issues with the `security,audit` labels before creating a new issue, avoiding duplicate security audit issues. Package maintenance: * [`package.json`](diffhunk://#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519L3-R3): Bumped package version from `8.0.9` to `8.0.10`. * [`package.json`](diffhunk://#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519L46-R46): Updated `nyc` dependency from `^17.1.0` to `^18.0.0`. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
BreizhHardware 2026-05-06 16:07:27 +02:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
BreizhHardware/express-prom-bundle#82
No description provided.