Skip to content

chore(deps): update all non-major dependencies - #57

Merged
renovate[bot] merged 1 commit into
mainfrom
renovate/all-minor-patch
Feb 23, 2026
Merged

chore(deps): update all non-major dependencies#57
renovate[bot] merged 1 commit into
mainfrom
renovate/all-minor-patch

Conversation

@renovate

@renovate renovate Bot commented Feb 23, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
@commitlint/cli (source) 20.4.120.4.2 age confidence
@commitlint/config-conventional (source) 20.4.120.4.2 age confidence
oxlint (source) 1.47.01.49.0 age confidence

Release Notes

conventional-changelog/commitlint (@​commitlint/cli)

v20.4.2

Compare Source

Note: Version bump only for package @​commitlint/cli

conventional-changelog/commitlint (@​commitlint/config-conventional)

v20.4.2

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

oxc-project/oxc (oxlint)

v1.49.0

Compare Source

v1.48.0

Compare Source


Configuration

📅 Schedule: Branch creation - "before 9am on Monday" in timezone America/New_York, Automerge - At any time (no schedule defined).

🚦 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 if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
renovate Bot requested a review from a team as a code owner February 23, 2026 05:17
@renovate
renovate Bot requested review from dawsontoth and removed request for a team February 23, 2026 05:17
@renovate
renovate Bot merged commit 7bf90c8 into main Feb 23, 2026
12 checks passed
@renovate
renovate Bot deleted the renovate/all-minor-patch branch February 23, 2026 08:44
@github-actions

Copy link
Copy Markdown

🎉 This PR is included in version 1.1.2 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

dawsontoth added a commit that referenced this pull request Jul 24, 2026
…s#57/#58)

Re-instates `prebuilt: true` + build-first scripts, reversing f8e4e35. That
commit dropped prebuilt assuming @harperfast/nextjs 2.2.2's build-lock (#52)
made the on-startup server build viable — but re-testing on a real cluster
(stage, Harper 5.1.23) shows the server-side build still fails, regardless of
Harper version or bundler:

- Turbopack (Next 16 default): `next build` crashes the instant it runs inside
  a Harper worker thread — `uncaughtException: Worker creator already
  registered` → build aborts, no .next, app 404s/500s. Filed HarperFast/nextjs#57.
- `bundler: webpack`: no crash, but a cold build overruns Harper's 30s
  `handleApplication` timeout → component load aborts. Filed HarperFast/nextjs#58.
- `prebuilt: true`: works — verified live on stage (serves + atomic increment
  persists across the replicated cluster).

Local `harper run`/`dev` and CI stay green because a plain-CLI `next build`
(not inside a Harper worker thread) succeeds; only a multi-thread cluster hits
the crash.

- config.yaml: `prebuilt: true`; comment cites #57/#58 (not the fixed #52).
- scripts: `dev`/`start`/`deploy` prefix `next build` again.
- nextSmoke.js: build the app if `.next` is absent (harper run serves prebuilt,
  it won't build on startup); wording updated. Verified locally on 5.1.22.

Catalog unchanged — studio: false stays (without an on-cluster build the plugin
is a poor Studio experience).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
dawsontoth added a commit that referenced this pull request Jul 27, 2026
…s#57/#58)

Re-instates `prebuilt: true` + build-first scripts, reversing f8e4e35. That
commit dropped prebuilt assuming @harperfast/nextjs 2.2.2's build-lock (#52)
made the on-startup server build viable — but re-testing on a real cluster
(stage, Harper 5.1.23) shows the server-side build still fails, regardless of
Harper version or bundler:

- Turbopack (Next 16 default): `next build` crashes the instant it runs inside
  a Harper worker thread — `uncaughtException: Worker creator already
  registered` → build aborts, no .next, app 404s/500s. Filed HarperFast/nextjs#57.
- `bundler: webpack`: no crash, but a cold build overruns Harper's 30s
  `handleApplication` timeout → component load aborts. Filed HarperFast/nextjs#58.
- `prebuilt: true`: works — verified live on stage (serves + atomic increment
  persists across the replicated cluster).

Local `harper run`/`dev` and CI stay green because a plain-CLI `next build`
(not inside a Harper worker thread) succeeds; only a multi-thread cluster hits
the crash.

- config.yaml: `prebuilt: true`; comment cites #57/#58 (not the fixed #52).
- scripts: `dev`/`start`/`deploy` prefix `next build` again.
- nextSmoke.js: build the app if `.next` is absent (harper run serves prebuilt,
  it won't build on startup); wording updated. Verified locally on 5.1.22.

Catalog unchanged — studio: false stays (without an on-cluster build the plugin
is a poor Studio experience).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
github-actions Bot pushed a commit that referenced this pull request Jul 27, 2026
# [1.11.0](v1.10.15...v1.11.0) (2026-07-27)

### Bug Fixes

* **templates:** address Next.js review feedback (age 0, useTransition) ([597fae8](597fae8))
* **templates:** deploy Next.js prebuilt to survive multi-thread clusters ([ebed32a](ebed32a))
* **templates:** don't import 'harper' in Next.js server code ([1fd5c48](1fd5c48))
* **templates:** make Next.js templates install + lint under pnpm and yarn ([d1587db](d1587db))
* **templates:** mark Next.js templates as SSR in the catalog (ssr: true) ([4a79097](4a79097))
* **templates:** pre-approve pnpm builds via pnpm-workspace.yaml allowBuilds ([4c248a2](4c248a2))
* **templates:** ship Next.js prebuilt — on-cluster build fails (nextjs[#57](https://github.com/HarperFast/create-harper/issues/57)/[#58](https://github.com/HarperFast/create-harper/issues/58)) ([ded2190](ded2190)), closes [#52](#52) [#52](#52)
* **templates:** use Harper's atomic addTo for the counter increment ([6a89ea3](6a89ea3))

### Features

* **templates:** add Next.js templates (JavaScript + TypeScript) ([e490c29](e490c29))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants