| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
@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. |
Sorry, something went wrong.
|
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 |
Sorry, something went wrong.
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>
❯ 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 |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Bumps ajv from 6.12.6 to 6.14.0.
CommitsDependabot 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:
You can disable automated security fix PRs for this repo from the Security Alerts page.