Skip to content

Release#26

Merged
rolljee merged 10 commits intomasterfrom
beta
Dec 2, 2025
Merged

Release#26
rolljee merged 10 commits intomasterfrom
beta

Conversation

@rolljee
Copy link
Member

@rolljee rolljee commented Dec 2, 2025

Overview

Release a new version with nodejs 24 support

Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

"scripts": {
"configure": "node-gyp configure",
"build": "node-gyp build",
"lint": "eslint ."
},

P1 Badge Lint workflow missing ESLint dependency

The lint script still runs eslint ., but this commit removed eslint from devDependencies (only the plugin/config remain), so npm ci && npm run lint now fails with eslint: not found. The pull_request lint workflow invokes that script directly, meaning CI linting is broken until the ESLint package is re-added.

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

rolljee and others added 3 commits December 2, 2025 18:20
## 1.4.0-beta.1 (2025-12-02)

* fix: missing deps to release ([6d92972](6d92972))
* fix: missing deps to release ([c90180b](c90180b))
* fix: missing deps to release ([91466d3](91466d3))
* Merge branch 'beta' into 1-dev ([594fad0](594fad0))
* Merge pull request #25 from kuzzleio/1-dev ([919555d](919555d)), closes [#25](#25)
* chore(license): Update LICENSE.md ([65924e6](65924e6))
* chore(license): Update LICENSE.md ([f88003f](f88003f))
* chore(lint): linting the app ([1b2a539](1b2a539))
* chore(runner): update runner version ([2253a4a](2253a4a))
* feat: bump deps ([2da3a53](2da3a53))
@kuzzle
Copy link

kuzzle commented Dec 2, 2025

🎉 This PR is included in version 1.4.0-beta.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

@rolljee rolljee merged commit 428c7e6 into master Dec 2, 2025
4 checks passed
github-actions bot pushed a commit that referenced this pull request Dec 2, 2025
## 1.4.0 (2025-12-02)

* Merge branch 'beta' into 1-dev ([594fad0](594fad0))
* Merge pull request #25 from kuzzleio/1-dev ([919555d](919555d)), closes [#25](#25)
* Merge pull request #26 from kuzzleio/beta ([428c7e6](428c7e6)), closes [#26](#26)
* chore(license): Update LICENSE.md ([65924e6](65924e6))
* chore(license): Update LICENSE.md ([f88003f](f88003f))
* chore(lint): linting the app ([1b2a539](1b2a539))
* chore(release): 1.4.0-beta.1 [skip ci] ([935ff25](935ff25))
* chore(runner): update runner version ([2253a4a](2253a4a))
* fix: missing deps to release ([6d92972](6d92972))
* fix: missing deps to release ([c90180b](c90180b))
* fix: missing deps to release ([91466d3](91466d3))
* feat: bump deps ([2da3a53](2da3a53))
@kuzzle
Copy link

kuzzle commented Dec 2, 2025

🎉 This PR is included in version 1.4.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@kuzzle kuzzle added the released label Dec 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants