Skip to content

Bump lfreleng-actions/node-build-action from 0.1.1 to 0.1.3#111

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/github_actions/lfreleng-actions/node-build-action-0.1.3
Closed

Bump lfreleng-actions/node-build-action from 0.1.1 to 0.1.3#111
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/github_actions/lfreleng-actions/node-build-action-0.1.3

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Aug 14, 2025

Bumps lfreleng-actions/node-build-action from 0.1.1 to 0.1.3.

Release notes

Sourced from lfreleng-actions/node-build-action's releases.

v0.1.3

🔧 Maintenance 🔧

  • Build(deps): Bump lfreleng-actions/path-check-action from 0.1.3 to 0.1.4 @dependabot[bot] (#14)

Links

v0.1.2

🔧 Maintenance 🔧

  • Build(deps): Bump lfreleng-actions/path-check-action from 0.1.1 to 0.1.2 @dependabot[bot] (#7)
  • Build(deps): Bump lfreleng-actions/path-check-action from 0.1.2 to 0.1.3 @dependabot[bot] (#11)
  • Build(deps): Bump actions/setup-node from 4.3.0 to 4.4.0 @dependabot[bot] (#10)

Links

Commits
  • d934e4c Merge pull request #13 from lfreleng-actions/pre-commit-ci-update-config
  • cf40ede Merge pull request #14 from lfreleng-actions/dependabot/github_actions/lfrele...
  • a1db64c Build(deps): Bump lfreleng-actions/path-check-action from 0.1.3 to 0.1.4
  • bab865e [pre-commit.ci] pre-commit autoupdate
  • 8a39777 Merge pull request #12 from lfreleng-actions/pre-commit-ci-update-config
  • 63494bd [pre-commit.ci] pre-commit autoupdate
  • 4fb29e8 Merge pull request #9 from lfreleng-actions/pre-commit-ci-update-config
  • 8b8993c Merge pull request #10 from lfreleng-actions/dependabot/github_actions/action...
  • 37a464e Merge pull request #11 from lfreleng-actions/dependabot/github_actions/lfrele...
  • 4443073 Build(deps): Bump lfreleng-actions/path-check-action from 0.1.2 to 0.1.3
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [lfreleng-actions/node-build-action](https://github.com/lfreleng-actions/node-build-action) from 0.1.1 to 0.1.3.
- [Release notes](https://github.com/lfreleng-actions/node-build-action/releases)
- [Commits](lfreleng-actions/node-build-action@v0.1.1...v0.1.3)

---
updated-dependencies:
- dependency-name: lfreleng-actions/node-build-action
  dependency-version: 0.1.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Aug 14, 2025
@ModeSevenIndustrialSolutions
Copy link
Copy Markdown
Contributor

Will bump manually to v0.2.0.

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Nov 13, 2025

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@ModeSevenIndustrialSolutions ModeSevenIndustrialSolutions deleted the dependabot/github_actions/lfreleng-actions/node-build-action-0.1.3 branch November 13, 2025 08:00
onap-github pushed a commit that referenced this pull request Jan 27, 2026
## Release notes

Sourced from git-format-staged's releases.

v3.1.3
3.1.3 (2026-01-04)
Bug Fixes

prevent failure to terminate when formatter does not read all input (#133) (b0646c9), closes #94

v3.1.2
3.1.2 (2025-12-29)
Bug Fixes

backward-compatibility issue with quotes around filename placeholder (#119) (369e542)
deadlock bug when formatting large files (#94) (f0436cf)
properly escape filenames (#118) (74c1bc3)
skip unstaged files from git add --intent-to-add (#117) (e8a0b03)

Notes
This release uses the Python shlex library to automatically quote values fed into the {} filename placeholder in formatter commands. Shlex automatically adds single quotes around file names when necessary. Prior to this release the recommendation was to put quotes around {}. That leads to a double quoting issue where '{}' might expand to ''some file.ts''. To avoid this issue for backward compatibility this release automatically removes matching single- or double-quotes immediately around {} in formatter commands. So no changes should be necessary for existing users. But going forward the recommendation is to not quote the {} placeholder.
v3.1.1
3.1.1 (2024-02-27)
Bug Fixes

use raw strings for regex (#95) (a4c636c)

v3.1.0
3.1.0 (2024-02-25)
Bug Fixes

disable external diff tools when generating diffs (#77) (28455e6)

Features

add --verbose option to git-format-staged (#86) (6b7ae93)

## Commits

b0646c9 fix: prevent failure to terminate when formatter does not read all input (#133)
a8a8be9 ci: create 3.x maintenance branch
36ef48f ci: test python versions up to 3.15 (#122)
f0436cf fix: deadlock bug when formatting large files (#94)
db94406 ci: publish to flakehub (#120)
7eaec45 remove outdated build status (#121)
369e542 fix: backward-compatibility issue with quotes around filename placeholder (#119)
74c1bc3 fix: properly escape filenames (#118)
e8a0b03 fix: skip unstaged files from git add --intent-to-add (#117)
d37cf89 docs: fix instructions for installation via nix profile (#111)
Additional commits viewable in compare view

![Dependabot compatibility score](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Issue-ID: CIMAN-33
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: onap.gh2gerrit <releng+onap-gh2gerrit@linuxfoundation.org>
Change-Id: I5e49258a5298de487286e0eded2fa433bd3e5f7c
GitHub-PR: #151
GitHub-Hash: 214d9b5d0ad92995
onap-github pushed a commit that referenced this pull request Mar 5, 2026
## Release notes

Sourced from lfreleng-actions/github2gerrit-action's releases.

v1.0.5
Bug Fixes

Fix: Multiple bugs, minor feature enhancements @​ModeSevenIndustrialSolutions (#123)

Links

Submit bugs/feature requests

v1.0.4
New Features

Feat: add .netrc file support for Gerrit @​ModeSevenIndustrialSolutions (#116)

Maintenance

Chore: Bump release-drafter/release-drafter from 6.1.1 to 6.2.0 @dependabot[bot] (#109)
Chore: Bump actions/checkout from 6.0.1 to 6.0.2 @dependabot[bot] (#112)
Chore: Bump actions/setup-python from 6.1.0 to 6.2.0 @dependabot[bot] (#110)
Chore: Bump anchore/scan-action from 7.2.3 to 7.3.0 @dependabot[bot] (#111)
Chore: Bump ruff from 0.14.13 to 0.14.14 @dependabot[bot] (#113)
Chore: Bump rich from 14.2.0 to 14.3.1 @dependabot[bot] (#114)
Chore: pre-commit autoupdate @pre-commit-ci[bot] (#115)
Chore: Bump step-security/harden-runner from 2.14.0 to 2.14.1 @dependabot[bot] (#119)
Chore: Bump lfreleng-actions/tag-validate-action from 0.3.0 to 1.0.0 @dependabot[bot] (#117)
Chore: Bump anchore/scan-action from 7.3.0 to 7.3.1 @dependabot[bot] (#118)
Chore: Bump astral-sh/setup-uv from 7.2.0 to 7.2.1 @dependabot[bot] (#120)
Chore: Bump rich from 14.3.1 to 14.3.2 @dependabot[bot] (#121)
Chore: Bump lfreleng-actions/tag-validate-action from 1.0.0 to 1.0.1 @dependabot[bot] (#122)

Links

Submit bugs/feature requests

v1.0.3
Breaking Change

Feat!: GitHub/Gerrit closed loop testing fixes @​ModeSevenIndustrialSolutions (#58)

New Features

Feat!: GitHub/Gerrit closed loop testing fixes @​ModeSevenIndustrialSolutions (#58)

Bug Fixes

Fix: Update PyNaCl to 1.6.2 to fix CVE-2025-69277 @​ModeSevenIndustrialSolutions (#92)

Maintenance

Chore: Bump step-security/harden-runner from 2.13.2 to 2.13.3 @dependabot[bot] (#59)
Chore: Bump actions/checkout from 6.0.0 to 6.0.1 @dependabot[bot] (#61)
Chore: Bump astral-sh/setup-uv from 7.1.4 to 7.1.5 @dependabot[bot] (#60)

... (truncated)

## Commits

7c1ba15 Merge pull request #123 from modeseven-lfreleng-actions/fix-bugs
0f556eb Fix: Address copilot feedback
e32d106 Fix: Handle shallow clone checkout failures with graduated deepening
2a36370 Fix: SSL/connection errors in Gerrit cleanup now fail the workflow
0852a67 Feat: Set verbose mode when debugging job failures
a833aa4 Fix: Pass progress_tracker as a keyword argument
b6885ad Fix: Change default console log level to WARNING
e74141e Merge pull request #122 from lfreleng-actions/dependabot/github_actions/lfrel
fb0a0c3 Chore: Bump lfreleng-actions/tag-validate-action from 1.0.0 to 1.0.1
b33f068 Merge pull request #121 from lfreleng-actions/dependabot/uv/rich-14.3.2
Additional commits viewable in compare view

![Dependabot compatibility score](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Issue-ID: CIMAN-33
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: onap.gh2gerrit <releng+onap-gh2gerrit@linuxfoundation.org>
Change-Id: I4b3d12c59c5b307196f216adf645ea6b5dd2f4fd
GitHub-PR: #159
GitHub-Hash: e97f85cbc964ce22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Development

Successfully merging this pull request may close these issues.

1 participant