Skip to content

chore(deps): update antelope dependencies to latest - #31

Merged
Upd4ting merged 2 commits into
mainfrom
chore/antelope-latest-deps
Sep 24, 2026
Merged

Upd4ting merged 2 commits into
mainfrom
chore/antelope-latest-deps

Conversation

@Upd4ting

Copy link
Copy Markdown
Member

Summary

Update every AntelopeJS reference to its latest published version and pin the AntelopeJS core in the repo so ajs resolves from node_modules/.bin instead of a global install.

Package Kind Before (range / resolved) After (range / resolved)
@antelopejs/core dev — (global install) ^1.9.1 / 1.9.1
@antelopejs/interface-api dev ^0.0.5 / 0.0.5 ^0.0.13 / 0.0.13
@antelopejs/interface-api peer >=0.0.3 <1.0.0 >=0.0.13 <1.0.0
@antelopejs/interface-api-util dev ^0.1.1 / 0.1.1 ^0.1.2 / 0.1.2
@antelopejs/interface-api-util peer >=0.0.4 <1.0.0 >=0.1.2 <1.0.0
@antelopejs/interface-core dev ^0.0.5 / 0.0.5 ^0.1.1 / 0.1.1
@antelopejs/interface-core peer >=0.0.3 <1.0.0 >=0.1.1 <1.0.0
@antelopejs/interface-database dev ^0.1.3 / 0.1.3 ^0.1.7 / 0.1.7
@antelopejs/interface-database peer >=0.1.2 <1.0.0 >=0.1.7 <1.0.0
@antelopejs/interface-database-decorators dev ^0.1.4 / 0.1.4 ^0.1.6 / 0.1.6
@antelopejs/interface-database-decorators peer >=0.1.1 <1.0.0 >=0.1.6 <1.0.0
@antelopejs/tooling-configs dev ^0.0.4 / 0.0.4 ^0.0.6 / 0.0.6
@antelopejs/mongodb test module 1.2.7 1.3.1
@antelopejs/api test module 1.2.4 1.3.0

Other changes:

  • knip.config.ts: removed ignoreBinaries: ["ajs"], no longer needed now that ajs comes from the local @antelopejs/core.
  • src/antelope.test.ts: @antelopejs/api 1.3.0 requires publicBaseUrl outside development (MissingPublicBaseUrlError at boot), so the test api config now sets it to the same loopback origin as its server (http://127.0.0.1:5010).

Related issue

N/A, part of an organization-wide audit that brings AntelopeJS dependencies up to date.

Verification

  • pnpm install (lockfile regenerated, only the latest AntelopeJS versions are resolved)
  • pnpm prepack: pass
  • pnpm lint: pass (warnings only, no errors)
  • pnpm format:check: pass
  • pnpm knip: pass
  • pnpm test: pass, 96 passing, 0 failing

Checklist

  • The pull request title follows Conventional Commits.
  • I added or updated tests when behavior changed. (N/A, no behavior change; the test config was updated for api 1.3.0)
  • I updated documentation when users or contributors are affected. (N/A)
  • I documented breaking changes and migration steps. (N/A, peer dependency floors raised within the existing <1.0.0 ranges)
  • I did not include credentials or unrelated changes.

Bump every @antelopejs/* dev and peer dependency to its latest release,
pin @antelopejs/core as a devDependency so ajs resolves locally, and drop
the now-unneeded knip ignoreBinaries entry.

Update the test modules to @antelopejs/mongodb 1.3.1 and
@antelopejs/api 1.3.0, and set publicBaseUrl in the api test config since
api 1.3.0 requires it outside development.
@Upd4ting
Upd4ting merged commit 0dfacd5 into main Sep 24, 2026
2 checks passed
@Upd4ting
Upd4ting deleted the chore/antelope-latest-deps branch September 24, 2026 08:22
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