openfga / frontend-utils

Helpful functions for building OpenFGA model authoring frontends - https://www.npmjs.com/package/@openfga/frontend-utils
https://openfga.dev
Apache License 2.0
15 stars 8 forks source link

chore(deps-dev): bump the dev-dependencies group across 1 directory with 7 updates #256

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps the dev-dependencies group with 7 updates in the / directory:

Package From To
@openfga/sdk 0.3.5 0.4.0
@types/prismjs 1.26.3 1.26.4
@typescript-eslint/eslint-plugin 7.7.1 7.11.0
@typescript-eslint/parser 7.7.1 7.11.0
monaco-editor 0.48.0 0.49.0
prettier 3.2.5 3.3.0
ts-jest 29.1.2 29.1.4

Updates @openfga/sdk from 0.3.5 to 0.4.0

Release notes

Sourced from @​openfga/sdk's releases.

v0.4.0

0.4.0 (2024-04-30)

  • feat: support the ListUsers endpoint (#97)

  • feat!: support overriding storeId per request (#97) OpenFgaClient now supports specifying the storeId in the options to override it per request

    [BREAKING CHANGE] the underlying OpenFgaApi now expects storeId as the first param on relevant methods, if you are still using this class, make sure you update your references when needed.

Changelog

Sourced from @​openfga/sdk's changelog.

v0.4.0

0.4.0 (2024-04-30)

  • feat: support the ListUsers endpoint (#97)

  • feat!: support overriding storeId per request (#97) OpenFgaClient now supports specifying the storeId in the options to override it per request

    [BREAKING CHANGE] the underlying OpenFgaApi now expects storeId as the first param on relevant methods, if you are still using this class, make sure you update your references when needed.

Commits
  • 9b4fe29 feat: support list users (#97)
  • 7d42e75 release: v0.4.0 with ListUsers support
  • cb7b9b9 chore: regenerate from latest interfaces
  • 1e4a4de feat: rename ModelObject to FgaObject
  • 45e5a64 feat: support ListUsers
  • b1fb614 chore(deps): upgrade dependencies
  • 59329b3 feat(api): allow passing in storeId as a param
  • c5b786f chore(deps): bump actions/checkout from 4.1.3 to 4.1.4 in the dependencies gr...
  • bccd918 chore(deps-dev): bump the dependencies group with 2 updates (#96)
  • 03b6368 chore(deps-dev): bump the dependencies group with 2 updates
  • Additional commits viewable in compare view


Updates @types/prismjs from 1.26.3 to 1.26.4

Commits


Updates @typescript-eslint/eslint-plugin from 7.7.1 to 7.11.0

Release notes

Sourced from @​typescript-eslint/eslint-plugin's releases.

v7.11.0

7.11.0 (2024-05-27)

🚀 Features

  • eslint-plugin: deprecate prefer-ts-expect-error in favor of ban-ts-comment (#9081)

🩹 Fixes

  • ast-spec: add EmptyStatement to Statement (#8892)
  • eslint-plugin: [consistent-type-assertions] prevent syntax errors on arrow functions (#8826)
  • typescript-estree: truncate number of files printed by the maximum file error (#9127)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

v7.10.0

7.10.0 (2024-05-20)

🚀 Features

  • eslint-plugin: [sort-type-constituents] support case sensitive sorting (#8760)

🩹 Fixes

  • eslint-plugin: [prefer-regexp-exec] fix heuristic to check whether regex may contain global flag (#8764)
  • typescript-estree: don't add in-project files to defaultProjectMatchedFiles (#9097)
  • utils: remove function form type from flat config files and ignores (#9111)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

v7.9.0

7.9.0 (2024-05-13)

... (truncated)

Changelog

Sourced from @​typescript-eslint/eslint-plugin's changelog.

7.11.0 (2024-05-27)

🚀 Features

  • eslint-plugin: deprecate prefer-ts-expect-error in favor of ban-ts-comment

🩹 Fixes

  • eslint-plugin: [consistent-type-assertions] prevent syntax errors on arrow functions

❤️ Thank You

  • Abraham Guo
  • auvred
  • Dom Armstrong
  • Kirk Waiblinger

You can read about our versioning strategy and releases on our website.

7.10.0 (2024-05-20)

🚀 Features

  • eslint-plugin: [sort-type-constituents] support case sensitive sorting

🩹 Fixes

  • eslint-plugin: [prefer-regexp-exec] fix heuristic to check whether regex may contain global flag

❤️ Thank You

  • auvred
  • Emanuel Hoogeveen
  • jsfm01
  • Kirk Waiblinger

You can read about our versioning strategy and releases on our website.

7.9.0 (2024-05-13)

🩹 Fixes

  • eslint-plugin: [explicit-function-return-types] fix false positive on default parameters

... (truncated)

Commits
  • e360541 chore(release): publish 7.11.0
  • b230385 feat(eslint-plugin): deprecate prefer-ts-expect-error in favor of ban-ts-comm...
  • 3461f45 test(eslint-plugin): [consistent-type-assertions] add missing output: null ...
  • 342b873 fix(eslint-plugin): [consistent-type-assertions] prevent syntax errors on arr...
  • b5ce43b chore(eslint-plugin): replaced map/reduce with flatMap in normalizedOptions i...
  • c18226e chore(release): publish 7.10.0
  • 8d92ba8 docs: [no-floating-promises] fix capitalization typo (#9118)
  • d951d83 fix(eslint-plugin): [prefer-regexp-exec] fix heuristic to check whether regex...
  • 987a96e feat(eslint-plugin): [sort-type-constituents] support case sensitive sorting ...
  • 77fc366 chore(release): publish 7.9.0
  • Additional commits viewable in compare view


Updates @typescript-eslint/parser from 7.7.1 to 7.11.0

Release notes

Sourced from @​typescript-eslint/parser's releases.

v7.11.0

7.11.0 (2024-05-27)

🚀 Features

  • eslint-plugin: deprecate prefer-ts-expect-error in favor of ban-ts-comment (#9081)

🩹 Fixes

  • ast-spec: add EmptyStatement to Statement (#8892)
  • eslint-plugin: [consistent-type-assertions] prevent syntax errors on arrow functions (#8826)
  • typescript-estree: truncate number of files printed by the maximum file error (#9127)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

v7.10.0

7.10.0 (2024-05-20)

🚀 Features

  • eslint-plugin: [sort-type-constituents] support case sensitive sorting (#8760)

🩹 Fixes

  • eslint-plugin: [prefer-regexp-exec] fix heuristic to check whether regex may contain global flag (#8764)
  • typescript-estree: don't add in-project files to defaultProjectMatchedFiles (#9097)
  • utils: remove function form type from flat config files and ignores (#9111)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

v7.9.0

7.9.0 (2024-05-13)

... (truncated)

Changelog

Sourced from @​typescript-eslint/parser's changelog.

7.11.0 (2024-05-27)

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

7.10.0 (2024-05-20)

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

7.9.0 (2024-05-13)

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

7.8.0 (2024-04-29)

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

Commits


Updates monaco-editor from 0.48.0 to 0.49.0

Release notes

Sourced from monaco-editor's releases.

v0.49.0

Changes:

  • #4533: Adding the node versioning in the build steps of publish-stable.yml
  • #4532: Update version
  • #4450: Add support for TypeSpec language

This list of changes was auto generated.

v0.49.0-rc

No release notes provided.

v0.49.0-dev-20240524

Changes:

  • #4528: chore: exclude all vscode from CG
  • #4401: Adding Python f-string syntax support
  • #4305: Update TypeScript to TS 5.4.5 in all projects, vendored files

This list of changes was auto generated.

v0.49.0-dev-20240523

Changes:

  • #4401: Adding Python f-string syntax support
  • #4305: Update TypeScript to TS 5.4.5 in all projects, vendored files

This list of changes was auto generated.

v0.49.0-dev-20240522

No release notes provided.

v0.49.0-dev-20240521

No release notes provided.

v0.49.0-dev-20240520

No release notes provided.

v0.49.0-dev-20240519

No release notes provided.

v0.49.0-dev-20240518

... (truncated)

Changelog

Sourced from monaco-editor's changelog.

[0.49.0]

  • New proposed editorHoverVerbosityLevel API
  • New proposed newSymbolNamesProvider API

Contributions to monaco-editor:

Commits
  • 383fdf3 Merge pull request #4533 from microsoft/significant-constrictor
  • ca1b8a4 adding the node task to build step
  • 8a9d28e Merge pull request #4532 from microsoft/high-minnow
  • f2bb720 updating version
  • 5491f5d Sets node version
  • 7073387 Merge pull request #4450 from timotheeguerin/add-typespec-lang
  • ed45c2e Merge branch 'main' into add-typespec-lang
  • 3fd1654 Add docs for tests
  • 2b74895 move example to where CI says it should be
  • 851a558 Add typespec language
  • See full diff in compare view


Updates prettier from 3.2.5 to 3.3.0

Release notes

Sourced from prettier's releases.

3.3.0

diff

🔗 Release note

Changelog

Sourced from prettier's changelog.

3.3.0

diff

🔗 Release Notes

Commits


Updates ts-jest from 29.1.2 to 29.1.4

Release notes

Sourced from ts-jest's releases.

v29.1.4

Please refer to CHANGELOG.md for details.

v29.1.3

Please refer to CHANGELOG.md for details.

Changelog

Sourced from ts-jest's changelog.

29.1.4 (2024-05-28)

Bug Fixes

  • fix(transformer): allow transforming of .cts/.mts extensions. (#3996) (b8f6eaa), closes #3996

Features

29.1.3 (2024-05-21)

Bug Fixes

  • add @jest/transform as an optional peer dependency (0ba7f86)
  • bring back Node 14 support (eda56a7)

Performance Improvements

  • remove ts resolved module cache file (4c88da5)
Commits
  • 150c492 chore(release): 29.1.4
  • 81a5f64 feat: make cli generate esm config based on type: "module" (#4210)
  • b8f6eaa fix(transformer): allow transforming of .cts/.mts extensions. (#3996)
  • 3efa2e2 build(deps): Update @​types packages to ^7.11.0
  • e2c6d54 build(deps): Update softprops/action-gh-release action to v2
  • ad416b4 build(deps): Update dependency @​types/rimraf to v4
  • bf0c0cc build(deps): Update dependency esbuild to ~0.21.4
  • b5eb0ce build(deps): Update babel monorepo to ^7.24.6
  • 60ea3ee build(deps): Update dependency @​types/node to v20
  • 8c15775 build: upgrade deps for documentation site
  • 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 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
dependabot[bot] commented 1 month ago

Superseded by #257.