Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump ajv and @asyncapi/generator #336

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 17, 2023

Bumps ajv to 6.12.6 and updates ancestor dependency @asyncapi/generator. These dependencies need to be updated together.

Updates ajv from 6.12.0 to 6.12.6

Release notes

Sourced from ajv's releases.

v6.12.6

Fix performance issue of "url" format.

v6.12.5

Fix uri scheme validation (@​ChALkeR). Fix boolean schemas with strictKeywords option (#1270)

v6.12.4

Fix: coercion of one-item arrays to scalar that should fail validation (failing example).

v6.12.3

Pass schema object to processCode function Option for strictNumbers (@​issacgerges, #1128) Fixed vulnerability related to untrusted schemas (CVE-2020-15366)

v6.12.2

Removed post-install script

v6.12.1

Docs and dependency updates

Commits
  • fe59143 6.12.6
  • d580d3e Merge pull request #1298 from ajv-validator/fix-url
  • fd36389 fix: regular expression for "url" format
  • 490e34c docs: link to v7-beta branch
  • 9cd93a1 docs: note about v7 in readme
  • 877d286 Merge pull request #1262 from b4h0-c4t/refactor-opt-object-type
  • f1c8e45 6.12.5
  • 764035e Merge branch 'ChALkeR-chalker/fix-comma'
  • 3798160 Merge branch 'chalker/fix-comma' of git://github.com/ChALkeR/ajv into ChALkeR...
  • a3c7eba Merge branch 'refactor-opt-object-type' of github.com:b4h0-c4t/ajv into refac...
  • Additional commits viewable in compare view

Updates @asyncapi/generator from 1.9.17 to 1.14.0

Release notes

Sourced from @​asyncapi/generator's releases.

v1.14.0

1.14.0 (2023-10-11)

Features

  • build and publish docker image for arm and amd platforms (#1004) (f360fa6)

v1.13.1

1.13.1 (2023-10-04)

Bug Fixes

  • adapt Parser-API version type according to last version of the Parser (#1045) (70d2851)

v1.13.0

1.13.0 (2023-09-28)

Features

v1.12.0

1.12.0 (2023-09-14)

Features

v1.11.0

1.11.0 (2023-09-07)

Features

v1.10.14

1.10.14 (2023-08-11)

Bug Fixes

  • update @​asyncapi/generator-react-sdk to 1.0.0 version (#1027) (6bd66f5)

v1.10.13

1.10.13 (2023-08-07)

... (truncated)

Commits
  • f360fa6 feat: build and publish docker image for arm and amd platforms (#1004)
  • 4d347f8 refactor: generate function refactored to reduce cognitive complexity (#1047)
  • 6d42118 chore(release): v1.13.1 (#1046)
  • 70d2851 fix: adapt Parser-API version type according to last version of the Parser (#...
  • ff3b4de chore: update multi-parser to last version (#1043)
  • a6f9eca chore(release): v1.13.0 (#1041)
  • 553b5e2 feat: enable string input for generate (#1039)
  • cccd9fa chore(release): v1.12.0 (#1037)
  • 60f8e62 feat: add Parser-API version 2 support (#1017)
  • 3f761ec chore: remove pratik2315 as a codeowner (#1014)
  • Additional commits viewable in compare view

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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.

Bumps [ajv](https://github.com/ajv-validator/ajv) to 6.12.6 and updates ancestor dependency [@asyncapi/generator](https://github.com/asyncapi/generator). These dependencies need to be updated together.


Updates `ajv` from 6.12.0 to 6.12.6
- [Release notes](https://github.com/ajv-validator/ajv/releases)
- [Commits](ajv-validator/ajv@v6.12.0...v6.12.6)

Updates `@asyncapi/generator` from 1.9.17 to 1.14.0
- [Release notes](https://github.com/asyncapi/generator/releases)
- [Changelog](https://github.com/asyncapi/generator/blob/master/.releaserc)
- [Commits](asyncapi/generator@v1.9.17...v1.14.0)

---
updated-dependencies:
- dependency-name: ajv
  dependency-type: indirect
- dependency-name: "@asyncapi/generator"
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 17, 2023
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@asyncapi-bot asyncapi-bot merged commit ebdd097 into master Oct 17, 2023
23 checks passed
@asyncapi-bot asyncapi-bot deleted the dependabot/npm_and_yarn/ajv-and-asyncapi/generator-6.12.6 branch October 17, 2023 23:41
@asyncapi-bot
Copy link
Contributor

🎉 This PR is included in version 2.1.13 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
autoapproved autoupdate dependencies Pull requests that update a dependency file released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants