fix(lib/utils.js): Change regexp to take only the 'key' at the beginning#147
Merged
fix(lib/utils.js): Change regexp to take only the 'key' at the beginning#147
Conversation
Signed-off-by: Fran Mulero <francisco-jose.mulero@broadcom.com>
dgomezleon
approved these changes
Jul 10, 2025
project-mirrors-bot-tu bot
pushed a commit
to project-mirrors/gitea-helm-chart
that referenced
this pull request
Jul 19, 2025
This PR contains the following updates: | Package | Change | Age | Confidence | Type | Update | |---|---|---|---|---|---| | [@bitnami/readme-generator-for-helm](https://github.com/bitnami/readme-generator-for-helm) | [`2.7.1` -> `2.7.2`](https://renovatebot.com/diffs/npm/@bitnami%2freadme-generator-for-helm/2.7.1/2.7.2) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | devDependencies | patch | | [docker.io/thegeeklab/git-sv](https://github.com/thegeeklab/git-sv) | `2.0.2` -> `2.0.3` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | container | patch | --- ### Release Notes <details> <summary>bitnami/readme-generator-for-helm (@​bitnami/readme-generator-for-helm)</summary> ### [`v2.7.2`](https://github.com/bitnami/readme-generator-for-helm/releases/tag/2.7.2) [Compare Source](bitnami/readme-generator-for-helm@2.7.1...2.7.2) #### What's Changed - fix(lib/utils.js): Change regexp to take only the 'key' at the beginning by [@​fmulero](https://github.com/fmulero) in bitnami/readme-generator-for-helm#147 - fix(builder.js): Values defined as nullabe without setting any value were skipped by [@​fmulero](https://github.com/fmulero) in bitnami/readme-generator-for-helm#148 - Prepare release 2.7.2 by [@​fmulero](https://github.com/fmulero) in bitnami/readme-generator-for-helm#149 **Full Changelog**: bitnami/readme-generator-for-helm@2.7.1...2.7.2 </details> <details> <summary>thegeeklab/git-sv (docker.io/thegeeklab/git-sv)</summary> ### [`v2.0.3`](https://github.com/thegeeklab/git-sv/releases/tag/v2.0.3) [Compare Source](thegeeklab/git-sv@v2.0.2...v2.0.3) ##### v2.0.3 (2025-07-16) ##### Bug Fixes - **deps:** update module github.com/masterminds/semver/v3 to v3.4.0 ([#​213](thegeeklab/git-sv#213)) ([`ef7b503`](thegeeklab/git-sv@ef7b503)) ##### Others - **docker:** update docker.io/library/alpine:3.22 docker digest to [`4bcff63`](thegeeklab/git-sv@4bcff63) ([#​219](thegeeklab/git-sv#219)) ([`4ed486d`](thegeeklab/git-sv@4ed486d)) - **deps:** update golang patch version ([#​218](thegeeklab/git-sv#218)) ([`65bb3ce`](thegeeklab/git-sv@65bb3ce)) - **deps:** update dependency golangci/golangci-lint to v2.2.2 ([#​217](thegeeklab/git-sv#217)) ([`7fb6603`](thegeeklab/git-sv@7fb6603)) - **docker:** update docker.io/library/golang:1.24.4 docker digest to [`20a022e`](thegeeklab/git-sv@20a022e) ([#​216](thegeeklab/git-sv#216)) ([`dc0e30a`](thegeeklab/git-sv@dc0e30a)) - **docker:** update docker.io/library/golang:1.24.4 docker digest to [`764d7e0`](thegeeklab/git-sv@764d7e0) ([#​215](thegeeklab/git-sv#215)) ([`6576999`](thegeeklab/git-sv@6576999)) - **deps:** update dependency golangci/golangci-lint to v2.2.1 ([#​214](thegeeklab/git-sv#214)) ([`1ee648d`](thegeeklab/git-sv@1ee648d)) ##### CI Pipeline - migrate to wsl\_v5 linter ([`ebec1bc`](thegeeklab/git-sv@ebec1bc)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - Only on Sunday and Saturday ( * * * * 0,6 ) (UTC), Automerge - Between 12:00 AM and 03:59 AM ( * 0-3 * * * ) (UTC). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xOC4xIiwidXBkYXRlZEluVmVyIjoiNDEuMTguMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsia2luZC9kZXBlbmRlbmN5Il19--> Reviewed-on: https://gitea.com/gitea/helm-gitea/pulls/906 Co-authored-by: Renovate Bot <renovate-bot@gitea.com> Co-committed-by: Renovate Bot <renovate-bot@gitea.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description of the change
Change regexp to take only the 'key' at the beginning.
Benefits
Other
keysin the path won't be split/removed.Possible drawbacks
I've not detected any possible drawback.
Applicable issues
Additional information
Checklist
package.jsonandpackage-lock.jsonaccording to semver.testsfoldernpm test