chore(deps): update antelope dependencies to latest - #26
Merged
Merged
Conversation
Bump @antelopejs/interface-core to >=0.1.1 <1.0.0 and @antelopejs/tooling-configs to ^0.0.6, add @antelopejs/core ^1.9.1 as a devDependency so ajs resolves from the repo, load @antelopejs/mongodb 1.3.1 in the test project, and drop the now-unneeded ajs knip ignore.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Update every AntelopeJS dependency to its latest published version and pin the AntelopeJS core in the repository so
pnpm testresolvesajsfromnode_modules/.bininstead of a global install.@antelopejs/interface-core>=0.0.3 <1.0.0/ 0.0.3>=0.1.1 <1.0.0/ 0.1.1@antelopejs/tooling-configs^0.0.4/ 0.0.4^0.0.6/ 0.0.6@antelopejs/coreajs)^1.9.1/ 1.9.1@antelopejs/mongodbsrc/antelope.test.tstest moduleOther changes:
knip.config.ts: removedignoreBinaries: ["ajs"], which Knip now reports as unneeded sinceajsis provided by the@antelopejs/coredevDependency.Related issue
N/A: part of an organization-wide audit keeping AntelopeJS dependencies on their latest versions.
Verification
pnpm install(lockfile regenerated; only@antelopejs/core@1.9.1,@antelopejs/interface-core@0.1.1and@antelopejs/tooling-configs@0.0.6are resolved)pnpm prepack: passespnpm lint: passes (warnings only, unchanged)pnpm format:check: passespnpm knip: passes (remaining configuration hints come from the shared preset)pnpm test: 184 passing, 0 failing, run with the localajs1.9.1 against@antelopejs/mongodb1.3.1pnpm test:staged-query: passesChecklist
interface-corepeer range floor moves to 0.1.1)