Skip to content

chore(deps): bump ajv from 6.12.6 to 6.14.0#3624

Merged
willdurand merged 1 commit intomasterfrom
dependabot/npm_and_yarn/ajv-6.14.0
Feb 23, 2026
Merged

chore(deps): bump ajv from 6.12.6 to 6.14.0#3624
willdurand merged 1 commit intomasterfrom
dependabot/npm_and_yarn/ajv-6.14.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 21, 2026

Bumps ajv from 6.12.6 to 6.14.0.

Commits

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will 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.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Feb 21, 2026
@rpl
Copy link
Member

rpl commented Feb 23, 2026

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/ajv-6.14.0 branch from 89e72dd to a9f94a4 Compare February 23, 2026 12:36
@rpl
Copy link
Member

rpl commented Feb 23, 2026

@willdurand and I agreed that we prefer to update the ajv transitive dependency on the addons-linter side (where it is actually a direct dependency) and let web-ext inherit the ajv dependency update through the next addons-linter version bump.

@willdurand
Copy link
Member

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/ajv-6.14.0 branch from a9f94a4 to a789936 Compare February 23, 2026 13:12
@rpl
Copy link
Member

rpl commented Feb 23, 2026

Turned out that ajv v6 is a transitive dependency that we are inheriting separately through eslint (whereas the addons-linter depends from ajv v8) and so it looks we will need also this PR to apply the fix to the web-ext package lock.

$ npm ls ajv
web-ext@9.3.0 /Users/rpl/my/mozlab/github-projects/web-ext--vanilla
├─┬ @commitlint/cli@20.4.2
│ └─┬ @commitlint/load@20.4.0
│   └─┬ @commitlint/config-validator@20.4.0
│     └── ajv@8.18.0 deduped
├─┬ @eslint/eslintrc@3.3.3
│ └── ajv@6.12.6
├─┬ addons-linter@9.9.0
│ ├── ajv@8.18.0
│ └─┬ eslint@9.39.2
│   └── ajv@6.12.6
└─┬ eslint@9.39.0
  └── ajv@6.12.6

@willdurand
Copy link
Member

@dependabot rebase

Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.12.6 to 6.14.0.
- [Release notes](https://github.com/ajv-validator/ajv/releases)
- [Commits](ajv-validator/ajv@v6.12.6...v6.14.0)

---
updated-dependencies:
- dependency-name: ajv
  dependency-version: 6.14.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/ajv-6.14.0 branch from a789936 to 1d2d2c7 Compare February 23, 2026 14:04
@willdurand
Copy link
Member

❯ npm ls ajv
web-ext@9.3.0 /Users/wdurand/projects/mozilla/web-ext
├─┬ @commitlint/cli@20.4.2
│ └─┬ @commitlint/load@20.4.0
│   └─┬ @commitlint/config-validator@20.4.0
│     └── ajv@8.18.0 deduped
├─┬ @eslint/eslintrc@3.3.3
│ └── ajv@6.12.6
├─┬ addons-linter@9.9.1
│ ├── ajv@8.18.0
│ └─┬ eslint@9.39.2
│   └── ajv@6.12.6
└─┬ eslint@9.39.0
  └── ajv@6.12.6

@willdurand willdurand merged commit 82411ab into master Feb 23, 2026
4 checks passed
@willdurand willdurand deleted the dependabot/npm_and_yarn/ajv-6.14.0 branch February 23, 2026 14:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants