mirror of
https://github.com/BreizhHardware/express-prom-bundle.git
synced 2026-05-09 08:15:25 +02:00
[PR #42] [MERGED] Dev #72
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/42
Author: @BreizhHardware
Created: 2/18/2026
Status: ✅ Merged
Merged: 2/18/2026
Merged by: @BreizhHardware
Base:
main← Head:dev📝 Commits (10+)
4fe9df6chore(deps-dev): bump supertest from 7.1.4 to 7.2.2a48c02cchore(deps-dev): bump globals from 16.5.0 to 17.3.0b1f7ec3chore(deps-dev): bump koa-connect from 2.1.0 to 2.1.1fd90423chore(deps-dev): bump eslint from 9.39.2 to 10.0.08c771d4Merge pull request #32 from BreizhHardware/dependabot/npm_and_yarn/dev/eslint-10.0.0382e6bcMerge pull request #31 from BreizhHardware/dependabot/npm_and_yarn/dev/koa-connect-2.1.14a4775fMerge pull request #29 from BreizhHardware/dependabot/npm_and_yarn/dev/globals-17.3.05129d7bMerge pull request #27 from BreizhHardware/dependabot/npm_and_yarn/dev/supertest-7.2.25d3d77cchore(version): bump version to 8.0.877b18bbBump js-yaml in the npm_and_yarn group across 1 directory📊 Changes
3 files changed (+240 additions, -89 deletions)
View changed files
📝
.github/workflows/release.yml(+4 -2)📝
package-lock.json(+233 -84)📝
package.json(+3 -3)📄 Description
This pull request updates the release workflow and development dependencies, and bumps the package version. The most important changes are grouped below:
Release workflow improvements:
permissionsforid-token: writeandcontents: readto.github/workflows/release.yml, enabling OIDC authentication for publishing.NODE_AUTH_TOKENenvironment variable from the npm publish step, likely to use OIDC authentication instead.Dependency updates:
eslintfrom^9.38.0to^10.0.0andglobalsfrom^16.4.0to^17.3.0inpackage.jsondevDependencies.Version bump:
8.0.7to8.0.8inpackage.json.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.