mirror of
https://github.com/BreizhHardware/express-prom-bundle.git
synced 2026-05-09 08:15:25 +02:00
[PR #6] [MERGED] Dev #44
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/BreizhHardware/express-prom-bundle/pull/6
Author: @BreizhHardware
Created: 11/13/2025
Status: ✅ Merged
Merged: 11/13/2025
Merged by: @BreizhHardware
Base:
main← Head:dev📝 Commits (9)
2de73f7Bump typescript from 3.9.10 to 5.9.321e9023Bump supertest from 3.4.2 to 7.1.4597fddaBump eslint from 9.38.0 to 9.39.059f6ac0Bump globals from 16.4.0 to 16.5.04e07a7dMerge pull request #5 from BreizhHardware/dependabot/npm_and_yarn/globals-16.5.0489ce17Merge pull request #4 from BreizhHardware/dependabot/npm_and_yarn/eslint-9.39.03353686Merge pull request #3 from BreizhHardware/dependabot/npm_and_yarn/supertest-7.1.4a9eb496Merge pull request #2 from BreizhHardware/dependabot/npm_and_yarn/typescript-5.9.38dc2f9cfeat: add a release workflow📊 Changes
5 files changed (+329 additions, -74 deletions)
View changed files
📝
.github/dependabot.yml(+2 -0)➕
.github/workflows/release.yml(+65 -0)📝
.github/workflows/test.yml(+2 -0)📝
package-lock.json(+258 -72)📝
package.json(+2 -2)📄 Description
This pull request introduces several improvements to the project's CI/CD pipeline and dependency management. The main changes include adding a new release workflow, updating test triggers to include the
devbranch, specifying the target branch for Dependabot updates, and upgrading key development dependencies.Workflow and automation enhancements:
.github/workflows/release.ymlto automate testing, publishing to npm, and creating GitHub releases when changes are pushed to themainbranch..github/workflows/test.ymlto trigger tests on bothmainanddevbranches for both push and pull request events.Dependency management improvements:
.github/dependabot.ymlto set the target branch for both npm and GitHub Actions updates todev, ensuring dependency updates are proposed against the correct branch.supertestfrom version^3.3.0to^7.1.4andtypescriptfrom^3.4.5to^5.9.3inpackage.jsonto keep development dependencies up to date.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.