10 Commits

Author SHA1 Message Date
argoyle dc45645b7b Merge branch 'next-release' into 'main'
chore(release): prepare for v0.0.27

See merge request unboundsoftware/pre-commit-node!96
2025-12-12 08:51:19 +01:00
Unbound Release 8a315acab6 chore(release): prepare for v0.0.27 2025-12-12 08:51:18 +01:00
argoyle 71939ea72f Merge branch 'renovate/node-24.x' into 'main'
chore(deps): update node.js to v24.12.0

See merge request unboundsoftware/pre-commit-node!99
2025-12-12 08:41:54 +01:00
Renovate 9f51afb99e chore(deps): update node.js to v24.12.0 2025-12-11 19:57:31 +00:00
argoyle 34b92a7f02 Merge branch 'renovate/node-24.11.1' into 'main'
chore(deps): update node.js to aa57b08

See merge request unboundsoftware/pre-commit-node!97
2025-12-09 15:24:45 +01:00
Renovate 01b22dfaae chore(deps): update node.js to aa57b08 2025-12-09 15:17:41 +01:00
argoyle 52675f6503 Merge branch 'fix/ci-unset-buildkit-host' into 'main'
fix(ci): unset BUILDKIT_HOST in build stage script

See merge request unboundsoftware/pre-commit-node!98
2025-12-09 15:16:56 +01:00
argoyle b4d238849c fix(ci): unset BUILDKIT_HOST in build stage script
The build stage script now unsets the BUILDKIT_HOST 
environment variable to ensure a clean build process. This 
prevents potential conflicts related to Docker BuildKit 
during the build.
2025-12-09 15:12:42 +01:00
argoyle df4f769eab Merge branch 'renovate/node-24.11.1' into 'main'
chore(deps): update node.js to 11a2e11

See merge request unboundsoftware/pre-commit-node!95
2025-11-18 21:09:46 +01:00
Renovate 4c968bdcac chore(deps): update node.js to 11a2e11 2025-11-18 15:58:21 +00:00
4 changed files with 15 additions and 2 deletions
+1
View File
@@ -14,5 +14,6 @@ build:
stage: build stage: build
script: script:
- unset BUILDTOOLS_CONTENT - unset BUILDTOOLS_CONTENT
- unset BUILDKIT_HOST
- build - build
- push - push
+1 -1
View File
@@ -1 +1 @@
{"version":"v0.0.26"} {"version":"v0.0.27"}
+12
View File
@@ -2,6 +2,18 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
## [0.0.27] - 2025-12-12
### 🐛 Bug Fixes
- *(ci)* Unset BUILDKIT_HOST in build stage script
### ⚙️ Miscellaneous Tasks
- *(deps)* Update node.js to 11a2e11
- *(deps)* Update node.js to aa57b08
- *(deps)* Update node.js to v24.12.0
## [0.0.26] - 2025-11-13 ## [0.0.26] - 2025-11-13
### ⚙️ Miscellaneous Tasks ### ⚙️ Miscellaneous Tasks
+1 -1
View File
@@ -1,4 +1,4 @@
FROM amd64/node:24.11.1@sha256:9d22455c8577f64e168e8ed8da05e6a7116aba80dd7a8925924240518c5755d1 FROM amd64/node:24.12.0@sha256:e8bb5aafe1964147c8344b1ea7698218e3675340407a07a14c49901df97455f6
ENV PATH=${PATH}:/root/.local/bin ENV PATH=${PATH}:/root/.local/bin