Skip to content

template: seek-koala ^8.0.0#2263

Open
renovate[bot] wants to merge 2 commits intomainfrom
renovate-template-seek-koala-8.x
Open

template: seek-koala ^8.0.0#2263
renovate[bot] wants to merge 2 commits intomainfrom
renovate-template-seek-koala-8.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 7, 2026

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
seek-koala ^7.1.0^8.0.0 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

seek-oss/koala (seek-koala)

v8.0.0

Compare Source

Major Changes
  • Update npm package build outputs (#​363)

    This release changes published build output paths. If you were previously importing from nested paths within the build output you may need to update imports to use the package entry point (for example, seek-koala).

    Please note that this usage is generally not recommended as it can lead to breakages when build outputs change.

    For example:

    -import { JsonResponse } from 'seek-koala/lib/errorMiddleware/errorMiddleware';
    +import { ErrorMiddleware } from 'seek-koala';
    
    -new JsonResponse('Bad input', {
    +new ErrorMiddleware.JsonResponse('Bad input', {
      message: 'Bad input',
      invalidFields: { '/path/to/field': 'Value out of range' },
    });
    -import { REQUEST_ID_HEADER } from 'seek-koala/lib/tracingHeaders/tracingHeaders';
    +import { TracingHeaders } from 'seek-koala';
    
    -const requestId = req.headers[REQUEST_ID_HEADER];
    +const requestId = req.headers[TracingHeaders.REQUEST_ID_HEADER];
  • BREAKING: Bump minimum Node.js version from 14.17 to 22.14.0 (#​358)

Patch Changes
  • Publish with provenance (#​332)

  • Extend hot-shots peer dependency range to include, 12.x, 13.x and 14.x (#​362)


Configuration

📅 Schedule: Branch creation - "after 3:00 am and before 6:00 am every weekday" in timezone Australia/Melbourne, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


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

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

@changeset-bot
Copy link

changeset-bot bot commented Mar 7, 2026

⚠️ No Changeset found

Latest commit: c677c5a

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant