chore(deps-dev): bump the dev-dependencies group across 1 directory with 8 updates
Bumps the dev-dependencies group with 8 updates in the / directory:
| Package | From | To |
|---|---|---|
| @openfga/sdk | 0.7.0 |
0.8.0 |
| @typescript-eslint/eslint-plugin | 8.13.0 |
8.26.0 |
| @typescript-eslint/parser | 8.13.0 |
8.26.0 |
| eslint-config-prettier | 9.1.0 |
10.1.1 |
| monaco-editor | 0.52.0 |
0.52.2 |
| prettier | 3.3.3 |
3.5.3 |
| ts-jest | 29.2.5 |
29.2.6 |
| typescript | 5.6.3 |
5.8.2 |
Updates @openfga/sdk from 0.7.0 to 0.8.0
Release notes
Sourced from @openfga/sdk's releases.
v0.8.0
0.8.0 (2025-01-14)
- feat!: add support for server-side
BatchCheckmethod. This is a more efficient way to check on multiple tuples than calling the existing client-sideBatchCheck. Using this method requires an OpenFGA v1.8.0+ server.
- The existing
BatchCheckmethod has been renamed toclientBatchCheckand it now bundles the results in a field calledresultinstead ofresponses.- The existing
BatchCheckResponsehas been renamed toClientBatchCheckResponse.- feat: add support for
startTimeparameter inReadChangesendpoint- feat: support contextual tuples and context in assertions
- feat: support contextual tuples in Expand
- fix: error correctly if apiUrl is not provided - thanks
@Waheedsys(#161)- fix: use provided axios instance in credentials refresh - thanks
@Siddhant-K-code(#193)- fix!: The minimum node version required by this SDK is now v16.15.0
- chore(docs): various cleanup and improvements - thanks
@tmsagarofficial(#164),@vil02(openfga/sdk-generator#424, openfga/sdk-generator#422),@sccalabr(openfga/sdk-generator#433)BREAKING CHANGES:
- The minimum node version required by this SDK is now v16.15.0
- Usage of the existing
batchCheckmethod should now use theclientBatchCheckmethod. The existingBatchCheckResponsehas been renamed toClientBatchCheckResponseand it now bundles the results in a field calledresultinstead ofresponses.
Changelog
Sourced from @openfga/sdk's changelog.
v0.8.0
0.8.0 (2025-01-14)
- feat!: add support for server-side
BatchCheckmethod. This is a more efficient way to check on multiple tuples than calling the existing client-sideBatchCheck. Using this method requires an OpenFGA v1.8.0+ server.
- The existing
BatchCheckmethod has been renamed toclientBatchCheckand it now bundles the results in a field calledresultinstead ofresponses.- The existing
BatchCheckResponsehas been renamed toClientBatchCheckResponse.- feat: add support for startTime
parameter inReadChanges` endpoint- feat: support contextual tuples and context in assertions
- feat: support contextual tuples in Expand
- fix: error correctly if apiUrl is not provided - thanks
@Waheedsys(#161)- fix: use provided axios instance in credentials refresh - thanks
@Siddhant-K-code(#193)- fix!: The minimum node version required by this SDK is now v16.15.0
- chore(docs): various cleanup and improvements - thanks
@tmsagarofficial(#164),@vil02(openfga/sdk-generator#424, openfga/sdk-generator#422),@sccalabr(openfga/sdk-generator#433)BREAKING CHANGES:
- The minimum node version required by this SDK is now v16.15.0
- Usage of the existing
batchCheckmethod should now use theclientBatchCheckmethod. The existingBatchCheckResponsehas been renamed toClientBatchCheckResponseand it now bundles the results in a field calledresultinstead ofresponses.
Commits
571b53frelease: v0.8.0 (#196)26bbce9release: v0.8.0cf5ed5dchore: minor cleanupbfd4679feat: add support for contextual tuples in Expandedb9edfchore(deps-dev): bump typescript from 5.7.2 to 5.7.3 in the dependencies grou...18c8f03feat!: support server-side batch check endpoiont (#185)55a053fupdate CHANGELOG24467e7chore(deps-dev): bump typescript in the dependencies group0d36543Update response for batchCheck and clientBatchCheckb68e18eupdate unreleased CHANGELOG- Additional commits viewable in compare view
Updates @typescript-eslint/eslint-plugin from 8.13.0 to 8.26.0
Release notes
Sourced from @typescript-eslint/eslint-plugin's releases.
v8.26.0
8.26.0 (2025-03-03)
🚀 Features
- support TypeScript 5.8 (#10903)
- eslint-plugin: [no-unnecessary-type-parameters] special case tuples and parameter location arrays as single-use (#9536)
- eslint-plugin: [no-unused-var] handle implicit exports in declaration files (#10714)
- eslint-plugin: [explicit-module-boundary-types] add an option to ignore overload implementations (#10889)
- eslint-plugin: [unified-signatures] support ignoring overload signatures with different JSDoc comments (#10781)
- rule-tester: export
TestLanguageOptions(#10892)- scope-manager: only call Object.entries once for each lib (#10647)
🩹 Fixes
- deps: update dependency typedoc-plugin-markdown to v4.4.2 (#10877)
- eslint-plugin: [unified-signatures] does not differentiate truly private methods (#10806)
- eslint-plugin: [no-invalid-void-type] report
accessorproperties with an invalidvoidtype (#10864)- eslint-plugin: [no-unnecessary-type-assertion] handle unknown (#10875)
- rule-tester: Add missing
parserdependency (#10909)❤️ Thank You
- Andrea Simone Costa
@jfet97- Dave
@reduckted- David Michon
- Dirk Luijk
@dirkluijk- fregante
@fregante- Ronen Amiel
- YeonJuan
@yeonjuan- Yukihiro Hasegawa
@y-hsgwYou can read about our versioning strategy and releases on our website.
v8.25.0
8.25.0 (2025-02-24)
🚀 Features
- eslint-plugin: [no-misused-spread] add suggestions (#10719)
🩹 Fixes
- ast-spec: replace
attributeswithoptionsproperty inTSImportType(#10691)- eslint-plugin: [unified-signatures] handle getter-setter (#10818)
- eslint-plugin: [no-deprecated] report usage of deprecated private identifiers (#10844)
- eslint-plugin: [prefer-nullish-coalescing] report on chain expressions in a ternary (#10708)
- typescript-estree: align TS module nodes to namespaces (#10504)
- visitor-keys: update keys for
ImportAttribute(#10649)
... (truncated)
Changelog
Sourced from @typescript-eslint/eslint-plugin's changelog.
8.26.0 (2025-03-03)
🚀 Features
- eslint-plugin: [unified-signatures] support ignoring overload signatures with different JSDoc comments (#10781)
- eslint-plugin: [explicit-module-boundary-types] add an option to ignore overload implementations (#10889)
- eslint-plugin: [no-unused-var] handle implicit exports in declaration files (#10714)
- support TypeScript 5.8 (#10903)
- eslint-plugin: [no-unnecessary-type-parameters] special case tuples and parameter location arrays as single-use (#9536)
🩹 Fixes
- eslint-plugin: [no-unnecessary-type-assertion] handle unknown (#10875)
- eslint-plugin: [no-invalid-void-type] report
accessorproperties with an invalidvoidtype (#10864)- eslint-plugin: [unified-signatures] does not differentiate truly private methods (#10806)
❤️ Thank You
- Andrea Simone Costa
@jfet97- Dirk Luijk
@dirkluijk- Ronen Amiel
- YeonJuan
@yeonjuan- Yukihiro Hasegawa
@y-hsgwYou can read about our versioning strategy and releases on our website.
8.25.0 (2025-02-24)
🚀 Features
- eslint-plugin: [no-misused-spread] add suggestions (#10719)
🩹 Fixes
- eslint-plugin: [prefer-nullish-coalescing] report on chain expressions in a ternary (#10708)
- eslint-plugin: [no-deprecated] report usage of deprecated private identifiers (#10844)
- eslint-plugin: [unified-signatures] handle getter-setter (#10818)
❤️ Thank You
- Olivier Zalmanski
@OlivierZal- Ronen Amiel
- YeonJuan
@yeonjuanYou can read about our versioning strategy and releases on our website.
8.24.1 (2025-02-17)
🩹 Fixes
... (truncated)
Commits
bc6d19fchore(release): publish 8.26.002d9d73feat(eslint-plugin): [unified-signatures] support ignoring overload signature...84af50efeat(eslint-plugin): [explicit-module-boundary-types] add an option to ignore...a03b7effix(eslint-plugin): [no-unnecessary-type-assertion] handle unknown (#10875)4082ad0docs(eslint-plugin): [consistent-return] add link tonoImplicitReturnsdocs...d8d4b3cfeat(eslint-plugin): [no-unused-var] handle implicit exports in declaration f...9674629feat: support TypeScript 5.8 (#10903)3c7b8ffchore: fix integration-tests (#10906)735064afix(eslint-plugin): [no-invalid-void-type] reportaccessorproperties with ...a6feb59fix(eslint-plugin): [unified-signatures] does not differentiate truly private...- Additional commits viewable in compare view
Updates @typescript-eslint/parser from 8.13.0 to 8.26.0
Release notes
Sourced from @typescript-eslint/parser's releases.
v8.26.0
8.26.0 (2025-03-03)
🚀 Features
- support TypeScript 5.8 (#10903)
- eslint-plugin: [no-unnecessary-type-parameters] special case tuples and parameter location arrays as single-use (#9536)
- eslint-plugin: [no-unused-var] handle implicit exports in declaration files (#10714)
- eslint-plugin: [explicit-module-boundary-types] add an option to ignore overload implementations (#10889)
- eslint-plugin: [unified-signatures] support ignoring overload signatures with different JSDoc comments (#10781)
- rule-tester: export
TestLanguageOptions(#10892)- scope-manager: only call Object.entries once for each lib (#10647)
🩹 Fixes
- deps: update dependency typedoc-plugin-markdown to v4.4.2 (#10877)
- eslint-plugin: [unified-signatures] does not differentiate truly private methods (#10806)
- eslint-plugin: [no-invalid-void-type] report
accessorproperties with an invalidvoidtype (#10864)- eslint-plugin: [no-unnecessary-type-assertion] handle unknown (#10875)
- rule-tester: Add missing
parserdependency (#10909)❤️ Thank You
- Andrea Simone Costa
@jfet97- Dave
@reduckted- David Michon
- Dirk Luijk
@dirkluijk- fregante
@fregante- Ronen Amiel
- YeonJuan
@yeonjuan- Yukihiro Hasegawa
@y-hsgwYou can read about our versioning strategy and releases on our website.
v8.25.0
8.25.0 (2025-02-24)
🚀 Features
- eslint-plugin: [no-misused-spread] add suggestions (#10719)
🩹 Fixes
- ast-spec: replace
attributeswithoptionsproperty inTSImportType(#10691)- eslint-plugin: [unified-signatures] handle getter-setter (#10818)
- eslint-plugin: [no-deprecated] report usage of deprecated private identifiers (#10844)
- eslint-plugin: [prefer-nullish-coalescing] report on chain expressions in a ternary (#10708)
- typescript-estree: align TS module nodes to namespaces (#10504)
- visitor-keys: update keys for
ImportAttribute(#10649)
... (truncated)
Changelog
Sourced from @typescript-eslint/parser's changelog.
8.26.0 (2025-03-03)
🚀 Features
- support TypeScript 5.8 (#10903)
❤️ Thank You
- Dirk Luijk
@dirkluijkYou can read about our versioning strategy and releases on our website.
8.25.0 (2025-02-24)
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.
8.24.1 (2025-02-17)
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.
8.24.0 (2025-02-10)
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.
8.23.0 (2025-02-03)
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.
8.22.0 (2025-01-27)
🚀 Features
- parser: add standalone isolatedDeclarations option (#10499)
❤️ Thank You
- Josh Goldberg ✨
You can read about our versioning strategy and releases on our website.
8.21.0 (2025-01-20)
... (truncated)
Commits
bc6d19fchore(release): publish 8.26.017e7012chore(deps): update dependency knip to v5.44.1 (#10845)9674629feat: support TypeScript 5.8 (#10903)7c88d26chore: update all test scripts to remove coverage flag (#10582)1a9ab8fchore(release): publish 8.25.0f3ef20echore: update to latest nx and use project references first approach (#10361)3646ec0chore(release): publish 8.24.187d72bachore(release): publish 8.24.02a96020chore(release): publish 8.23.094e8098chore(release): publish 8.22.0- Additional commits viewable in compare view
Updates eslint-config-prettier from 9.1.0 to 10.1.1
Release notes
Sourced from eslint-config-prettier's releases.
v10.1.1
Patch Changes
#309
eb56a5eThanks@JounQin! - fix: separate the/flatentry for compatibilityFor flat config users, the previous
"eslint-config-prettier"entry still works, but"eslint-config-prettier/flat"adds a newnameproperty for config-inspector, we just can't add it for the default entry for compatibility.See also prettier/eslint-config-prettier#308
// before import eslintConfigPrettier from "eslint-config-prettier";// after
import eslintConfigPrettier from "eslint-config-prettier/flat";
v10.1.0
Minor Changes
v10.0.3
Patch Changes
#294
8dbbd6dThanks@FloEdelmann! - feat: add name to config#280
cba5737Thanks@zanminkian! - feat: add declaration fileNew Contributors
@zanminkianmade their first contribution in prettier/eslint-config-prettier#280@FloEdelmannmade their first contribution in prettier/eslint-config-prettier#294Full Changelog: https://github.com/prettier/eslint-config-prettier/compare/v10.0.2...v10.0.3
v10.0.2
Patch Changes
v10.0.1
eslint-config-prettier
10.0.1
What's Changed
- chore: migrate to changeset for automatically releasing by
@JounQinin prettier/eslint-config-prettier#278- add support for
@stylistic/eslint-pluginby@abrahamguoin prettier/eslint-config-prettier#272New Contributors
... (truncated)
Changelog
Sourced from eslint-config-prettier's changelog.
10.1.1
Patch Changes
#309
eb56a5eThanks@JounQin! - fix: separate the/flatentry for compatibilityFor flat config users, the previous
"eslint-config-prettier"entry still works, but"eslint-config-prettier/flat"adds a newnameproperty for config-inspector, we just can't add it for the default entry for compatibility.See also prettier/eslint-config-prettier#308
// before import eslintConfigPrettier from "eslint-config-prettier";// after
import eslintConfigPrettier from "eslint-config-prettier/flat";
10.1.0
Minor Changes
10.0.3
Patch Changes
#294
8dbbd6dThanks@FloEdelmann! - feat: add name to config#280
cba5737Thanks@zanminkian! - feat: add declaration file10.0.2
Patch Changes
10.0.0
Major Changes
- #272
5be64beThanks@abrahamguo! - add support for@stylisticformatting rulesVersions before 10.0.0
Commits
f12309bchore: release eslint-config-prettier (#310)79cf679chore: use flat entry for flat config verificationeb56a5efix: separate the/flatentry for compatibility (#309)2c6f80echore: release eslint-config-prettier (#307)56e2e34feat: migrate to exports field (#306)c27e785chore: release eslint-config-prettier (#304)c5d7853chore: add missing@stylistic/eslint-plugin-plus1837a4dci: testing, migrate to yarn v4 (#305)8dbbd6dfeat: add name to config (#294)cba5737feat: add declaration file (#280)- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by jounqin, a new releaser for eslint-config-prettier since your current version.
Updates monaco-editor from 0.52.0 to 0.52.2
Release notes
Sourced from monaco-editor's releases.
v0.52.2
Changes:
This list of changes was auto generated.
Commits
Maintainer changes
This version was pushed to npm by microsoft1es, a new releaser for monaco-editor since your current version.
Updates prettier from 3.3.3 to 3.5.3
Changelog
Sourced from prettier's changelog.
3.5.3
Flow: Fix missing parentheses in
ConditionalTypeAnnotation(#17196 by@fisker)// Input type T<U> = 'a' | ('b' extends U ? 'c' : empty); type T<U> = 'a' & ('b' extends U ? 'c' : empty);// Prettier 3.5.2
type T<U> = "a" | "b" extends U ? "c" : empty;
type T<U> = "a" & "b" extends U ? "c" : empty;// Prettier 3.5.3
type T<U> = "a" | ("b" extends U ? "c" : empty);
type T<U> = "a" & ("b" extends U ? "c" : empty);
3.5.2
Remove
module-synccondition (#17156 by@fisker)In Prettier 3.5.0, we added
module-synccondition topackage.json, so thatrequire("prettier")can use ESM version, but turns out it doesn't work if CommonJS and ESM plugins both imports builtin plugins. To solve this problem, we decide simply remove themodule-synccondition, sorequire("prettier")will still use the CommonJS version, we'll revisit untilrequire(ESM)feature is more stable.3.5.1
Fix CLI crash when cache for old version exists (#17100 by
@sosukesuzuki)Prettier 3.5 uses a different cache format than previous versions, Prettier 3.5.0 crashes when reading existing cache file, Prettier 3.5.1 fixed the problem.
Support dockercompose and github-actions-workflow in VSCode (#17101 by
@remcohaszing)Prettier now supports the
dockercomposeandgithub-actions-workflowlanguages in Visual Studio Code.3.5.0
3.4.2
... (truncated)
Commits
4ff5dc5Release 3.5.3a2e560eFix missing parentheses inConditionalTypeAnnotation(#17196)fa95c97AddmergeBlogPoststep to release script (#17199)b47cd50Add title to patch release changelog (#17197)de30788Minor fix in release scriptecee6a0Clean changelog_unreleasedfd06512Bump Prettier dependency to 3.5.21f74dd5Update dependents count399f427Release 3.5.2bf5aab8Revert "Use ESM entrypoint forrequire(ESM)" (#17156)- Additional commits viewable in compare view
Updates ts-jest from 29.2.5 to 29.2.6
Commits
6a38767chore(release): 29.2.636e50e4docs: update transform regex8c91c60fix: escape dot forJS_TRANSFORM_PATTERNregex3eea850fix: escape dot forTS_JS_TRANSFORM_PATTERNregex80d3e4dfix: escape dot forTS_TRANSFORM_PATTERNregex4811d42build(deps): Update JamesIves/github-pages-deploy-action action to v4.7.382d1116build(deps): Update babel monorepo to ^7.26.9ab058a9build(deps): Update dependency@types/nodeto v20.17.19399e918build(deps): Update dependency@formatjs/ts-transformerto ^3.13.3254181f1build(deps): Update dependency@vitejs/plugin-react-swcto ^3.8.0- Additional commits viewable in compare view
Updates typescript from 5.6.3 to 5.8.2
Release notes
Sourced from typescript's releases.
TypeScript 5.8
For release notes, check out the release announcement.
- fixed issues query for Typescript 5.8.0 (Beta).
- fixed issues query for Typescript 5.8.1 (RC).
- fixed issues query for Typescript 5.8.2 (Stable).
Downloads are available on:
TypeScript 5.8 RC
For release notes, check out the release announcement.
Downloads are available on:
TypeScript 5.8 Beta
For release notes, check out the release announcement.
Downloads are available on:
TypeScript 5.7.3
For release notes, check out the release announcement.
- fixed issues query for Typescript 5.7.0 (Beta).
- fixed issues query for Typescript 5.7.1 (RC).
- fixed issues query for Typescript 5.7.2 (Stable).
- fixed issues query for Typescript 5.7.3 (Stable).
Downloads are available on npm
TypeScript 5.7
For release notes, check out the release announcement.
- fixed issues query for Typescript 5.7.0 (Beta).
- fixed issues query for Typescript 5.7.1 (RC).
- fixed issues query for Typescript 5.7.2 (Stable).
Downloads are available on:
TypeScript 5.7 RC
For release notes, check out the release announcement.
... (truncated)
Commits
beb69e4Bump version to 5.8.2 and LKG8fdbd54🤖 Pick PR #61210 (Fix mistakenly disallowed default e...) into release-5.8 (#...f4a3a8a🤖 Pick PR #61175 (Ban import=require and export= unde...) into release-5.8 (#...420ff06Bump version to 5.8.1-rc and LKG48eb13fUpdate LKGfb59c19Merge remote-tracking branch 'origin/main' into release-5.8df342b7FixedrewriteRelativeImportExtensionsforimport()within call expression...775412aBump github/codeql-action from 3.28.8 to 3.28.9 in the github-actions group (...e1629e5Pass ignoreErrors=true to more resolveEntityName callers (#61144)6fd1799Update LKG- 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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