Updating fast-uri to 4.1.1 to the overrieds in files listed. While ad…#485
Open
tri-sa-rah-tops wants to merge 1 commit into
Open
Updating fast-uri to 4.1.1 to the overrieds in files listed. While ad…#485tri-sa-rah-tops wants to merge 1 commit into
tri-sa-rah-tops wants to merge 1 commit into
Conversation
…oing this, also updated ajv to version 8.20.0
| "dependencies": { | ||
| "@mastra/core": "^1.26.0", | ||
| "@moss-dev/moss": "*", | ||
| "@moss-dev/moss": "latest", |
There was a problem hiding this comment.
BLOCKING ```json
"@moss-dev/moss": "latest"
This lockfile now records `@moss-dev/moss` as `latest`, but the matching `package.json` dependency was not changed in this PR, so the lockfile no longer mirrors the manifest. `npm ci`/fresh installs can treat this as lockfile drift or rewrite it back. Regenerate the lockfile from the unchanged manifest, or update `examples/cookbook/mastra/package.json` intentionally and commit both files together.
Codex reviewThe fast-uri override changes are mostly mechanical, but one lockfile was left out of sync with its manifest. That can make installs rewrite or reject the lockfile for the cookbook example. |
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.
Pull Request Checklist
Please ensure that your PR meets the following requirements:
Description
Addressing this issue suggesting to update
fast-urito latest version. Also bumpedajvin one spot, since I noticed it wasn't consistent with other versions across the project.fast-uriis now updated to version4.1.1.Fixes #470
Type of Change