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 #424

Merged
merged 1 commit into from
Nov 26, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 26, 2024

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

Updates ajv from 5.5.2 to 8.17.1

Release notes

Sourced from ajv's releases.

v8.17.1

What's Changed

Full Changelog: ajv-validator/ajv@v8.17.0...v8.17.1

Plus everything in 8.17.0 which failed to release

The only functional change is to switch from uri-js (which is no longer supported), to fast-uri. This is the second attempt and the team on fast-uri have been really helpful addressing the issues we found last time.

Revert "Revert fast-uri change (ajv-validator/ajv#2444)" by @​gurgunday in ajv-validator/ajv#2448 fix: ignore new eslint error for @​typescript-eslint/no-extraneous-class by @​jasoniangreen in ajv-validator/ajv#2455 docs: clarify behaviour of addVocabulary by @​jasoniangreen in ajv-validator/ajv#2454 docs: refactor to improve legibility by @​blottn in ajv-validator/ajv#2432 Fix grammatical typo in managing-schemas.md by @​wetneb in ajv-validator/ajv#2305 docs: Fix broken strict-mode link by @​alexanderjsx in ajv-validator/ajv#2459 feat: add test for encoded refs and bump fast-uri by @​jasoniangreen in ajv-validator/ajv#2449 fix: changes for @​typescript-eslint/array-type rule by @​jasoniangreen in ajv-validator/ajv#2467 fixes ajv-validator/ajv#2217 - clarify custom keyword naming by @​jasoniangreen in ajv-validator/ajv#2457

v8.17.0

What's Changed

The only functional change is to switch from uri-js (which is no longer supported), to fast-uri. This is the second attempt and the team on fast-uri have been really helpful addressing the issues we found last time.

New Contributors

Full Changelog: ajv-validator/ajv@v8.16.0...v8.17.0

v8.16.0

What's Changed

Full Changelog: ajv-validator/ajv@v8.15.0...v8.16.0

... (truncated)

Commits

Updates @asyncapi/generator from 1.17.25 to 2.5.0

Release notes

Sourced from @​asyncapi/generator's releases.

@​asyncapi/generator@​2.5.0

Minor Changes

  • 2d16234: - Package @asyncapi/generator-hooks is now part of generator repo and won't be released separately. Theource code is stored under apps/hooks but the package/library name stays as it was originally for backward compatibility,
    • By default, the @asyncapi/generator-hooks package, known as package contains many different hooks used in templates and is available in the generator. You no longer have to configure it in your package.json in dependencies. The package, @asyncapi/generator-hooks will no longer be published to NPM separately and is deprecated. You can still have your own hooks, store them in a separate package, and configure them with your template.
    • Remember that the fact that the hooks package is now included by default, doesn't mean all hooks from it are enabled by default. You still have to enable a given hook in the configuration file explicitly because some hooks can execute automatically without passing a specific parameter. Also, a hook's supported parameters need to be defined in your template's config.

@​asyncapi/generator@​2.4.1

Patch Changes

  • 3a372c4: Removed the source-map-support package from the AsyncAPI Generator, as it is no longer required for version 2, which now supports Node.js version 18.12.0 and above.

@​asyncapi/generator@​2.4.0

Minor Changes

  • 46114d8: Add compile option to enable rerun of transpilation of templates build with react engine. It is set to true by default. In future major releases it will be set to false and we will explain how to publish template to include transpilation files by default. Transpiled files are already included in html-template. It means that you can run generator for html-template (it's latest version) with compile=false and this will improve the speed of HTML generation for you.

@​asyncapi/generator@​2.3.0

Minor Changes

  • 44fcc33: ts-node is registered only when it's actually needed

@​asyncapi/generator@​2.2.0

Minor Changes

  • 81dfd0c: Enable noOverwriteGlobs option for templates based on react rendering engine.

@​asyncapi/generator@​2.1.3

Patch Changes

  • 93fb8e8: Updated the method for importing the Nunjucks filter dependency

@​asyncapi/generator@​2.1.2

Patch Changes

  • a3e93ef: update the git context for the docker versioning.

@​asyncapi/generator@​2.1.1

Patch Changes

  • 36ee8a8: Fix docker image publishing. Removed package name from version tag for Docker tagging.

@​asyncapi/generator@​2.1.0

Minor Changes

  • 99a14a8:
    • New release pipeline supporting monorepo,
    • Package @asyncapi/generator-filters is now part of generator repo and won't be released separately. New name of the library is nunjuckis-filters,
    • By default @asyncapi/generator-filters package, known as package with a lot of different nunjucks filters, is registered and added to generator and you no longer have to configure it in your package.json. Package @asyncapi/generator-filters will no longer be published to NPM separately and is deprecated.
Commits
  • 294479d chore(release): release and bump versions of packages (#1313)
  • 2d16234 feat: add hooks library to generator (#1304)
  • 261b66e docs: update relative links to api docs (#1303)
  • aa79245 refactor: simplify generateFile function with optional chaining expression ...
  • cb375c4 refactor: simplify isAsyncFunction function with optional chaining (#1305)
  • 25c4e53 refactor: better readability of buildLineCore filter (#1301)
  • 298479a refactor: simplify variable initialization in tests (#1297)
  • 254b072 refactor: use optional chaining in template params validation (#1299)
  • 0e3478b refactor: use optional chaining in template validator (#1300)
  • 6f60d50 refactor: used object.hasown instead of object.hasownproperty in generator.js...
  • 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 8.17.1 and updates ancestor dependency [@asyncapi/generator](https://github.com/asyncapi/generator). These dependencies need to be updated together.


Updates `ajv` from 5.5.2 to 8.17.1
- [Release notes](https://github.com/ajv-validator/ajv/releases)
- [Commits](ajv-validator/ajv@v5.5.2...v8.17.1)

Updates `@asyncapi/generator` from 1.17.25 to 2.5.0
- [Release notes](https://github.com/asyncapi/generator/releases)
- [Changelog](https://github.com/asyncapi/generator/blob/master/.releaserc)
- [Commits](https://github.com/asyncapi/generator/compare/v1.17.25...@asyncapi/generator@2.5.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 26, 2024
@asyncapi-bot asyncapi-bot merged commit 088e33e into master Nov 26, 2024
17 of 20 checks passed
@asyncapi-bot asyncapi-bot deleted the dependabot/npm_and_yarn/multi-3134c66d54 branch November 26, 2024 12:05
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants