chore(deps): bump ajv from 8.10.0 to 8.18.0 in /agent-service#4962
chore(deps): bump ajv from 8.10.0 to 8.18.0 in /agent-service#4962dependabot[bot] wants to merge 2 commits intomainfrom
Conversation
Bumps [ajv](https://github.com/ajv-validator/ajv) from 8.10.0 to 8.18.0. - [Release notes](https://github.com/ajv-validator/ajv/releases) - [Commits](ajv-validator/ajv@v8.10.0...v8.18.0) --- updated-dependencies: - dependency-name: ajv dependency-version: 8.18.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
|
shall we add tests to agent service before bumping its library? we don't know if it works |
|
@bobbai00 can decide. |
There was a problem hiding this comment.
Pull request overview
This PR updates the agent-service Node/Bun dependency on ajv from 8.10.0 to 8.18.0 to bring in upstream fixes (including a recent security-related pattern handling change noted in Ajv’s release notes).
Changes:
- Bump
ajvdependency version inagent-service/package.json.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Dependabot bumped agent-service/package.json but didn't regenerate the bun lockfile, causing `bun install --frozen-lockfile` in the agent-service CI job to fail with "lockfile had changes, but lockfile is frozen". Also bumps the LICENSE-binary entry from ajv@8.17.1 to ajv@8.18.0 to satisfy the per-module bundled-package license drift check (ajv is a direct dep, so it can't be skipped via --ignore-transitive-version).
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #4962 +/- ##
=========================================
Coverage 42.49% 42.49%
Complexity 2180 2180
=========================================
Files 1005 1005
Lines 37429 37429
Branches 3914 3914
=========================================
Hits 15907 15907
Misses 20558 20558
Partials 964 964
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Bumps ajv from 8.10.0 to 8.18.0.
Release notes
Sourced from ajv's releases.
... (truncated)
Commits
142ce848.18.0720a23ffix(pattern): use configured RegExp engine with $data keyword to mitigate ReD...82735a1fix: typos in schema-language.md (#2507)b17ec32fix: small grammatical error in managing-schemas.md (#2508)69568d0fix: #2482 Infinity and NaN serialise to null (#2487)f06766ffeat: allow tree-shaking by adding ``"sideEffects": falsetopackage.json` ...9050ba1bump version to 8.17.1 (#2472)f7831b4fixes #2217 - clarify custom keyword naming (#2457)a523784fix: changes for@typescript-eslint/array-typerule (#2467)595fe58feat: add test for encoded refs and bump fast-uri (#2449)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.