Skip to content

4.4.72 — Dependency range updates, lockfile refresh, and repo hygiene

Choose a tag to compare

@tobrien tobrien released this 03 Mar 21:45
· 9 commits to working since this release
b0bb107

Summary

This release is primarily maintenance-focused: it updates dependency version ranges (and refreshes the npm lockfile), improves ignore rules for local/dev files, and completes the Apache 2.0 license notice.

Changes

Dependency updates (runtime + tooling)

  • Updated dependency ranges in package.json, including bumps to Fjell runtime dependencies:
    • @fjell/core^4.4.78
    • @fjell/http-api^4.4.68
    • @fjell/logging^4.4.71
    • @fjell/registry^4.4.85
  • Updated dev toolchain versions (notably ESLint/TypeScript/Vitest-related packages) and kept esbuild pinned via overrides (0.25.11).
  • Refreshed package-lock.json to reflect the new dependency graph.

Impact

  • Consumers should expect no API changes in @fjell/client-api, but installs will resolve newer patch/minor versions of Fjell dependencies based on the updated semver ranges.
  • If you vendor lockfiles downstream, you may see lockfile churn after upgrading.

Repo / developer workflow hygiene

  • Expanded .gitignore patterns to exclude additional local environment files and IDE configuration artifacts (including more .env* variants and .vscode/).

Impact

  • Fewer accidental commits of local configuration files; no runtime behavior change.

Licensing

  • Filled in the Apache 2.0 license copyright notice (now explicitly includes Copyright 2026 Tim O'Brien).

Breaking changes

  • None detected in this release.