chore(deps): bump ajv from 8.11.0 to 8.18.0 in /packages/webhooks#7239
chore(deps): bump ajv from 8.11.0 to 8.18.0 in /packages/webhooks#7239dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Bumps [ajv](https://github.com/ajv-validator/ajv) from 8.11.0 to 8.18.0. - [Release notes](https://github.com/ajv-validator/ajv/releases) - [Commits](ajv-validator/ajv@v8.11.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>
|
PR author is in the excluded authors list. |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 91d5a92c9c
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| "@open-condo/config": "workspace:^", | ||
| "@open-condo/keystone": "workspace:^", | ||
| "ajv": "8.11.0", | ||
| "ajv": "8.18.0", |
There was a problem hiding this comment.
Regenerate lockfile for ajv 8.18.0 bump
Update the lockfile together with this manifest change, because the repo’s Yarn 3 setup keeps immutable installs enabled by default (.yarnrc.yml has no enableImmutableInstalls: false) and yarn.lock still resolves ajv only to 8.11.0/8.17.1 (see yarn.lock around lines 17313-17339). As committed, CI/local immutable installs will fail due to lockfile drift before tests even run.
Useful? React with 👍 / 👎.
|



Bumps ajv from 8.11.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)You can trigger a rebase of this PR 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.