Skip to content

Comments

chore(deps): bump the dependencies group with 3 updates#1186

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/dependencies-62d5e59eef
Open

chore(deps): bump the dependencies group with 3 updates#1186
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/dependencies-62d5e59eef

Conversation

@dependabot
Copy link
Contributor

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

Bumps the dependencies group with 3 updates: @easyops-cn/docusaurus-search-local, @openfga/sdk and @openfga/syntax-transformer.

Updates @easyops-cn/docusaurus-search-local from 0.54.0 to 0.55.0

Release notes

Sourced from @​easyops-cn/docusaurus-search-local's releases.

v0.55.0

0.55.0 (2026-02-13)

Features

  • make open-ask-ai opt-in via optional peer dependency (#563) (98d7888)

v0.54.1

0.54.1 (2026-02-10)

Bug Fixes

  • Cannot read properties of undefined (reading 'toLowerCase') (3f45515)
Commits

Updates @openfga/sdk from 0.9.1 to 0.9.2

Release notes

Sourced from @​openfga/sdk's releases.

v0.9.2

v0.9.2 (2026-02-10)

What's Changed

New Contributors

Full Changelog: openfga/js-sdk@v0.9.1...v0.9.2

Changelog

Sourced from @​openfga/sdk's changelog.

v0.9.2

v0.9.2 (2026-02-10)

Commits
  • 48fd781 release: v0.9.2 (#321)
  • e995666 chore: npm publish fix for github runner (#320)
  • b74ce11 chore(ci): ensure latest npm is installed for verified publishing (#319)
  • 4f924d6 release: v0.9.2-beta.3 (#318)
  • 2b4832d chore(ci): test on node@22 and node@24 (#247)
  • b777f6c release: v0.9.2-beta.1 (#313)
  • 528d606 chore(ci): use npm trusted publishing (#315)
  • 3370254 chore(deps): bump axios from 1.13.2 to 1.13.5 in /example/streamed-list-objec...
  • 35b9c92 chore(ci): do not publish pre-releases as latest (#314)
  • 65923f4 chore(deps): bump the dependencies group with 4 updates (#310)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​openfga/sdk since your current version.


Updates @openfga/syntax-transformer from 0.2.0 to 0.2.1

Release notes

Sourced from @​openfga/syntax-transformer's releases.

pkg/js/v0.2.1

v0.2.1 (2026-02-11)

Added:

  • Add helper methods for validating schema versions & checking if a particular model is modular (#534)
    • Add SchemaVersion enum to represent valid schema versions
    • Add isSchemaVersionSupported, checkSchemaVersionSupportsModules, and getSchemaVersionFromString utility methods
    • Add isModelModular utility method to check if a model is modular based on its schema version and definition

Changed:

  • ⚠️ [BREAKING] Drop support for Node.js v16 & 18. We recommend updating to a node-runtime that is supported upstream - currently 20 (maintenance), 22 (maintenance), 24 (LTS) and 25 (current). The minimum supported version of Node.js is now v20.19.0. This is in line with our stated supported environments.

Full Changelog: openfga/language@pkg/js/v0.2.0...pkg/js/v0.2.1

Commits
  • 47b8064 release(js): v0.2.1 (#537)
  • 369b1ba chore(deps:js): bump deps (#536)
  • 1aa06d8 feat(js): add fns for schema version validation & checking if modular… (#534)
  • 55e4d5a chore(js): make node@20.19.0 the minimum supported version (#535)
  • 54859cd chore(deps-dev): bump the dependencies group in /pkg/js with 4 updates (#530)
  • 5ec0ff9 chore(deps): bump the dependencies group across 1 directory with 3 updates (#...
  • 7fe1267 docs: add AGENTS.md with build commands and architecture guide (#531)
  • 455cab9 chore(deps): bump the dependencies group across 1 directory with 10 updates (...
  • 243c69c chore(deps): bump the dependencies group with 2 updates (#527)
  • 440de0b chore(deps): bump the dependencies group across 1 directory with 2 updates (#...
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​openfga/syntax-transformer since your current version.


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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the dependencies group with 3 updates: [@easyops-cn/docusaurus-search-local](https://github.com/easyops-cn/docusaurus-search-local/tree/HEAD/packages/docusaurus-search-local), [@openfga/sdk](https://github.com/openfga/js-sdk) and [@openfga/syntax-transformer](https://github.com/openfga/language).


Updates `@easyops-cn/docusaurus-search-local` from 0.54.0 to 0.55.0
- [Release notes](https://github.com/easyops-cn/docusaurus-search-local/releases)
- [Commits](https://github.com/easyops-cn/docusaurus-search-local/commits/v0.55.0/packages/docusaurus-search-local)

Updates `@openfga/sdk` from 0.9.1 to 0.9.2
- [Release notes](https://github.com/openfga/js-sdk/releases)
- [Changelog](https://github.com/openfga/js-sdk/blob/main/CHANGELOG.md)
- [Commits](openfga/js-sdk@v0.9.1...v0.9.2)

Updates `@openfga/syntax-transformer` from 0.2.0 to 0.2.1
- [Release notes](https://github.com/openfga/language/releases)
- [Commits](openfga/language@pkg/js/v0.2.0...pkg/js/v0.2.1)

---
updated-dependencies:
- dependency-name: "@easyops-cn/docusaurus-search-local"
  dependency-version: 0.55.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@openfga/sdk"
  dependency-version: 0.9.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@openfga/syntax-transformer"
  dependency-version: 0.2.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

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 16, 2026
Copilot AI review requested due to automatic review settings February 16, 2026 11:20
@dependabot dependabot bot requested review from a team as code owners February 16, 2026 11:20
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 16, 2026
@dependabot dependabot bot review requested due to automatic review settings February 16, 2026 11:20
@socket-security
Copy link

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updated@​easyops-cn/​docusaurus-search-local@​0.54.0 ⏵ 0.55.098 +110073 +196 +1100
Updated@​openfga/​syntax-transformer@​0.2.0 ⏵ 0.2.199 +1100100 +184100
Updated@​openfga/​sdk@​0.9.1 ⏵ 0.9.210010010091 -9100

View full report

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.

0 participants