Skip to content

chore(deps): bump the npm-major group across 1 directory with 3 updates#10

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/npm-major-122973952f
Open

chore(deps): bump the npm-major group across 1 directory with 3 updates#10
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/npm-major-122973952f

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 13, 2026

Copy link
Copy Markdown
Contributor

Bumps the npm-major group with 3 updates in the / directory: @xfcfam/xf, typescript and @types/node.

Updates @xfcfam/xf from 0.2.0 to 1.0.0

Release notes

Sourced from @​xfcfam/xf's releases.

@​xfcfam/xf-client-http@​1.0.0

Patch Changes

  • Updated dependencies [80407e6]
    • @​xfcfam/xf@​1.0.0
    • @​xfcfam/xf-client@​1.0.0

@​xfcfam/xf-client@​1.0.0

Patch Changes

  • Updated dependencies [80407e6]

@​xfcfam/xf-fs@​1.0.0

Patch Changes

  • Updated dependencies [80407e6]

@​xfcfam/xf-kv-memcached@​1.0.0

Patch Changes

  • Updated dependencies [80407e6]
    • @​xfcfam/xf@​1.0.0
    • @​xfcfam/xf-kv@​1.0.0

@​xfcfam/xf-kv-redis@​1.0.0

Patch Changes

  • Updated dependencies [80407e6]
    • @​xfcfam/xf@​1.0.0
    • @​xfcfam/xf-kv@​1.0.0

@​xfcfam/xf-kv@​1.0.0

Patch Changes

  • Updated dependencies [80407e6]

@​xfcfam/xf-logger-file@​1.0.0

Patch Changes

  • Updated dependencies [80407e6]
    • @​xfcfam/xf@​1.0.0
    • @​xfcfam/xf-fs@​1.0.0
    • @​xfcfam/xf-logger@​1.0.0

@​xfcfam/xf-logger@​1.0.0

Patch Changes

... (truncated)

Changelog

Sourced from @​xfcfam/xf's changelog.

1.0.0

Major Changes

  • 80407e6: Adopt lockstep (fixed) versioning across the @xfcfam/* family and level the entire set to 1.0.0.

    From this release every published @xfcfam/* package shares a single version and bumps together, so any given version number identifies a mutually-compatible set. This stabilises the public API at 1.0 and removes the 0.x peer-range cascade — at ^1, a minor bump no longer forces a major bump on dependants. The internal grpc / tcp / udp sketches stay unversioned (0.0.0, private) until they graduate into the family.

0.3.0

Minor Changes

  • Broaden the observable/scheduled Business generalizations with a small, backward-compatible surface.

    • ObservableBusiness / ObservableScheduleBusiness: add an optional runOnObserve flag on observe(observer, runOnObserve?) that fires the observer immediately with the current state, and a notify(data?) overload that sets the state before fanning out. Observer callbacks are now isolated — a throwing observer no longer prevents the others from running. State stays protected — components that want to expose it add their own accessor over it (the generalization does not publish it by default).
    • ScheduleBusiness: interval(ms, runImmediately?) can run one tick up front; add an onError(error) hook (default swallows) so a single failing tick never aborts the schedule.

    ObservableScheduleBusiness is now a clean composition of the two concerns: it no longer notifies observers on every tick. Scheduling and observation are orthogonal — a tick is not a state change — so observers are notified only when the component publishes a new state via notify(...), exactly like ObservableBusiness. (Behavioural change vs the previous auto-notify-per-tick; subclasses now call notify from run when there is something new.)

    Existing call sites (notify(), observe(observer)) are unchanged.

Commits
  • 2bce348 chore(release): version packages (#50)
  • f76cb96 feat(xf): broaden observable/scheduled Business surface; version packages (xf...
  • See full diff in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​xfcfam/xf since your current version.


Updates typescript from 6.0.3 to 7.0.2

Commits
Maintainer changes

This version was pushed to npm by microsoft1es, a new releaser for typescript since your current version.


Updates @types/node from 25.9.3 to 26.1.1

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the npm-major group with 3 updates in the / directory: [@xfcfam/xf](https://github.com/xfcfam/lib-npm/tree/HEAD/packages/xf), [typescript](https://github.com/microsoft/TypeScript) and [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node).


Updates `@xfcfam/xf` from 0.2.0 to 1.0.0
- [Release notes](https://github.com/xfcfam/lib-npm/releases)
- [Changelog](https://github.com/xfcfam/lib-npm/blob/main/packages/xf/CHANGELOG.md)
- [Commits](https://github.com/xfcfam/lib-npm/commits/@xfcfam/xf@1.0.0/packages/xf)

Updates `typescript` from 6.0.3 to 7.0.2
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](https://github.com/microsoft/TypeScript/commits)

Updates `@types/node` from 25.9.3 to 26.1.1
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@xfcfam/xf"
  dependency-version: 1.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm-major
- dependency-name: typescript
  dependency-version: 7.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm-major
- dependency-name: "@types/node"
  dependency-version: 26.1.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update dependencies label Jul 13, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jul 13, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: npm. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot Bot requested a review from isramatrix as a code owner July 13, 2026 02:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update dependencies

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants