Skip to content

Comments

chore(deps): bump ajv and @openfunction/functions-framework in /docs/esm#529

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/docs/esm/multi-b010710d28
Open

chore(deps): bump ajv and @openfunction/functions-framework in /docs/esm#529
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/docs/esm/multi-b010710d28

Conversation

@dependabot
Copy link

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

Bumps ajv to 8.18.0 and updates ancestor dependency @openfunction/functions-framework. These dependencies need to be updated together.

Updates ajv from 6.12.6 to 8.18.0

Release notes

Sourced from ajv's releases.

v8.18.0

What's Changed

New Contributors

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

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.

... (truncated)

Commits
  • 142ce84 8.18.0
  • 720a23f fix(pattern): use configured RegExp engine with $data keyword to mitigate ReD...
  • 82735a1 fix: typos in schema-language.md (#2507)
  • b17ec32 fix: small grammatical error in managing-schemas.md (#2508)
  • 69568d0 fix: #2482 Infinity and NaN serialise to null (#2487)
  • f06766f feat: allow tree-shaking by adding ``"sideEffects": falsetopackage.json` ...
  • 9050ba1 bump version to 8.17.1 (#2472)
  • f7831b4 fixes #2217 - clarify custom keyword naming (#2457)
  • a523784 fix: changes for @​typescript-eslint/array-type rule (#2467)
  • 595fe58 feat: add test for encoded refs and bump fast-uri (#2449)
  • Additional commits viewable in compare view
Install script changes

This version modifies prepublish script that runs during installation. Review the package contents before updating.


Updates @openfunction/functions-framework from 0.3.6 to 0.6.1

Release notes

Sourced from @​openfunction/functions-framework's releases.

v0.6.1

What's Changed

🏗️ Maintenance

Full Changelog: v0.6.0...v0.6.1

v0.6.0

What's Changed

✨ New

🏗️ Maintenance

Other changes

🏷️ Dependency Updates

Full Changelog: v0.5.0...v0.6.0

v0.5.0

What's Changed

... (truncated)

Changelog

Sourced from @​openfunction/functions-framework's changelog.

Changelog

npm history

0.6.0 / 2022-10-08

We are pleased to bring up two amazing features in this release: a plugin system and a built-in SkyWalking tracing plugin.

The plugin system was introduced along with OpenFunction Framework 0.6.0 (see this proposal for reference) and supported by Go Functions Framework starting from 0.3.0. Node.js Functions Framework similarly supports the plugin mechanism and provides an easier way to bootstrap the plugin.

OpenFunction Framework 0.6.0 also proposed tracing capacity to make function calls observable. By leveraging the plugin system, we implemented the SkyWalking plugin within the functions framework to provide samples for both tracing and plugin systems.

Lastly, we also enabled gracefully shutdown of function on SIGINT & SIGTERM signals, which helps to avoid losing the request or event when the function rolls out or scales down.

0.5.0 / 2022-05-27

We are having a standalone openfunction signature type starting from this release!

Now you can use function (ctx, data) as the function signature along with openfunction signature type, this allows you to use sync functions in a far more flexible way - whenever there are functions output requirements, sync functions can also send output to Dapr output binding or pubsub components.

Check the demo of the HTTP request triggering the async function:

0.4.1 / 2022-04-17

This feature release officially introduces the support of OpenFunction async function runtime, now your Node.js functions can enjoy the power of Dapr runtime starting from bindings and pubsub. Functions Framework will call Dapr Node.js SDK to bridge the communication with various Dapr input/output bindings or pubsub brokers components.

Commits
  • b3367c6 🔖 chore: bump 0.6.1 [no ci]
  • 0e08c9d Merge pull request #122 from OpenFunction/feature/dapr-192
  • 16bdd51 👷 ci(unit): bump dapr 1.9.2
  • 3403d76 📝 docs(api):bump api-extractor
  • 9b1f906 ⬆️ chore: update deps and deps-dev
  • 0cd9a82 Merge pull request #121 from OpenFunction/feature/dapr-js-250
  • 0bc87c1 ⬆️ chore(deps): bump dapr-js 2.5.0
  • 50f8c05 Merge pull request #117 from OpenFunction/feature/dapr-190
  • 7849862 ⚰️ test(async): skip unstable cron case
  • 8a1c914 👷 ci(unit): bump dapr 1.9.0
  • 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 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.18.0 and updates ancestor dependency [@openfunction/functions-framework](https://github.com/openfunction/functions-framework-nodejs). These dependencies need to be updated together.


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

Updates `@openfunction/functions-framework` from 0.3.6 to 0.6.1
- [Release notes](https://github.com/openfunction/functions-framework-nodejs/releases)
- [Changelog](https://github.com/OpenFunction/functions-framework-nodejs/blob/master/CHANGELOG.md)
- [Commits](v0.3.6...v0.6.1)

---
updated-dependencies:
- dependency-name: ajv
  dependency-version: 8.18.0
  dependency-type: indirect
- dependency-name: "@openfunction/functions-framework"
  dependency-version: 0.6.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 17, 2026
@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@mergeable
Copy link

mergeable bot commented Feb 17, 2026

Thanks for creating a pull request! A maintainer will review your changes shortly. Please don't be discouraged if it takes a while.

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.

1 participant