openfga / vscode-ext

An OpenFGA extension for VS Code
https://openfga.dev
Apache License 2.0
14 stars 4 forks source link

build(deps): bump the dependencies group across 1 directory with 4 updates #278

Closed dependabot[bot] closed 3 months ago

dependabot[bot] commented 3 months ago

Bumps the dependencies group with 4 updates in the /server directory: @openfga/sdk, ajv, vscode-languageserver-textdocument and yaml.

Updates @openfga/sdk from 0.5.0 to 0.6.2

Release notes

Sourced from @​openfga/sdk's releases.

v0.6.2

0.6.2 (2024-07-31)

  • feat: add support for specifying consistency when evaluating or reading (#129) Note: To use this feature, you need to be running OpenFGA v1.5.7+ with the experimental flag enable-consistency-params enabled. See the OpenFGA v1.5.7 release notes for details.

v0.6.1

0.6.1 (2024-07-11)

  • fix(metrics): add missing request model id attribute (#122)

[!IMPORTANT] In this release we have changed our TypeScript compile target to ES2020 to align with our stated supported environments

v0.6.0

0.6.0 (2024-06-28)

  • feat: add opentelemetry metrics reporting (#117)
Changelog

Sourced from @​openfga/sdk's changelog.

v0.6.2

0.6.2 (2024-07-31)

  • feat: add support for specifying consistency when evaluating or reading (#129) Note: To use this feature, you need to be running OpenFGA v1.5.7+ with the experimental flag enable-consistency-params enabled. See the v1.5.7 release notes for details.

v0.6.1

0.6.1 (2024-07-11)

  • fix(metrics): add missing request model id attribute (#122)

[!IMPORTANT] In this release we have changed our TypeScript compile target to ES2020 to align with our stated supported environments

v0.6.0

0.6.0 (2024-06-28)

  • feat: add opentelemetry metrics reporting (#117)
Commits
  • 2d47da1 release: v0.6.2 (#133)
  • cdce869 release: v0.6.2
  • ded34ef feat: support usage of the consistency option (#129)
  • dc3490c chore(deps-dev): bump the dependencies group with 4 updates (#132)
  • 823edba chore(deps-dev): bump the dependencies group with 4 updates
  • bacbd79 feat: support usage of the consistency option
  • 603cd53 chore(deps-dev): bump the dependencies group with 4 updates (#131)
  • 393ef0f chore(deps-dev): bump the dependencies group with 4 updates
  • c9eaaa9 chore: add opentelemetry example app (#130)
  • f5f8b42 chore: changes from regenerating after inclusion in sdk-generator
  • Additional commits viewable in compare view


Updates ajv from 8.16.0 to 8.17.1

Release notes

Sourced from ajv's releases.

v8.17.1

What's Changed

Full Changelog: https://github.com/ajv-validator/ajv/compare/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: https://github.com/ajv-validator/ajv/compare/v8.16.0...v8.17.0

Commits


Updates vscode-languageserver-textdocument from 1.0.11 to 1.0.12

Commits


Updates yaml from 2.4.5 to 2.5.0

Release notes

Sourced from yaml's releases.

v2.5.0

  • Add --indent option to CLI tool (#559, with thanks to @​danielbayley)
  • Require newline in all cases for props on block sequence (#557)
  • Always reset indentation in lexer on ... (#558)
  • Ignore minContentWidth if greater than lineWidth (#562)
  • Drop unused Collection.maxFlowStringSingleLineLength (#522, #421)
Commits
  • b309e23 2.5.0
  • 6e58318 style: Apply updated Prettier style
  • 61140fa chore: Refresh lockfile
  • 534d8ad fix: Ignore minContentWidth if greater than lineWidth (fixes #562)
  • f73e1d9 chore: Drop unused Collection.maxFlowStringSingleLineLength (see #522, closes...
  • e7c81fe feat: Add --indent option to CLI tool (#559)
  • f685e1c fix: Always reset indentation in lexer on ... (fixes #558)
  • aea700d fix: Require newline in all cases for props on block sequence (fixes #557)
  • See full diff 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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore 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 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 ` 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 ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions