fix(deps): update all non-major dependencies#283
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
887f2f8 to
f31e41a
Compare
a61c5fa to
b08f5e7
Compare
b08f5e7 to
52c1ae5
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^0.73.2→^0.75.0^0.73.1→^0.84.0^0.94.5→^0.96.0^0.94.5→^0.96.0^0.104.1→^0.106.0^0.104.1→^0.106.05.90.6→5.96.20.5.7→0.5.85.0.5→5.0.618.3.26→18.3.280.5.16→0.5.178.17.1→8.18.010.4.21→10.4.273.19.17→3.21.03.19.17→3.21.0^0.25.10→^0.28.0^0.25.12→^0.28.0~5.1.0→~5.2.012.23.24→12.38.011.3.2→11.3.4^0.552.0→^0.577.05.1.6→5.1.7v22.13.0→22.22.210.28.1→10.33.09.11.1→9.14.07.66.0→7.72.15.0.0→5.1.01.93.3→1.99.02.8.1→2.8.3Release Notes
Effect-TS/effect (@effect/cli)
v0.75.0Compare Source
Patch Changes
f7bb09b,bd7552a,ad1a7eb,0d32048,0d32048]:v0.74.0Compare Source
Patch Changes
fc82e81,82996bc,4d97a61,f6b0960,8798a84]:Effect-TS/language-service (@effect/language-service)
v0.84.3Compare Source
Patch Changes
#711
892984fThanks @mattiamanzati! - Report floatingStreamvalues in Effect projects by parsingStreamtypes in the diagnostic type parser and checking them infloatingEffectfor both v3 and v4 harnesses.#709
0372f58Thanks @mattiamanzati! - Fix the Effect v4 completion harness to coverServiceMapself-in-classes examples instead of the v3-onlyContext.Tagvariants.#712
b7554dfThanks @mattiamanzati! - Align Effect diagnostic messages with the reviewed neutral wording, preserving the existing version-specific API references while updating both v3 and v4 snapshot fixtures.v0.84.2Compare Source
Patch Changes
3c0bea6Thanks @mattiamanzati! - FixgetTypeAtLocationto ignore type-only heritage expressions likeinterface X extends Effect.Effect<...>so the language service no longer triggers bogus TS2689 diagnostics.v0.84.1Compare Source
Patch Changes
#703
dea43b8Thanks @mattiamanzati! - FixeffectFnImplicitAnyso it does not report false positives when anEffect.fnorEffect.fnUntracedcallback gets its contextual function type from a union member.For example, nested
HttpRouter.add(...)handlers now correctly recognize the inferredrequesttype and produce no diagnostics when the parameter is not actually implicitany.#702
0af9b98Thanks @mattiamanzati! - Add Effect v4 support for therunEffectInsideEffectdiagnostic so it suggests and fixesEffect.run*Withusage based onEffect.services.Update the generated metadata, schema, README entry, and v4 harness examples/snapshots to document and verify the new behavior.
v0.84.0Compare Source
Minor Changes
#696
78e78d5Thanks @cevr! - Add paired globalDate/globalDateInEffect, globalConsole/globalConsoleInEffect, globalFetch/globalFetchInEffect, globalRandom/globalRandomInEffect, and globalTimers/globalTimersInEffect diagnosticsTen new opt-in diagnostics that flag global/DOM APIs both outside and inside Effect generators:
globalFetch/globalFetchInEffect—fetch()→ HttpClientglobalDate/globalDateInEffect—Date.now(),new Date()→ Clock/DateTimeglobalConsole/globalConsoleInEffect—console.log/warn/error/info/debug/trace→ Effect.log/LoggerglobalRandom/globalRandomInEffect—Math.random()→ Random serviceglobalTimers/globalTimersInEffect—setTimeout/setInterval→ Effect.sleep/ScheduleAll default to
off. Enable both variants for full coverage inside and outside Effect generators. Shadow-safe (e.g.const console = yield* Consolewon't false-positive).v0.83.1Compare Source
Patch Changes
b11c184Thanks @mattiamanzati! - Update the Effect v4 workspace dependencies to4.0.0-beta.38.v0.83.0Compare Source
Minor Changes
#695
f057090Thanks @mattiamanzati! - Add aconfigCLI command for updating diagnostic rule severities without rerunning the full setup flow.#693
b5054e3Thanks @mattiamanzati! - Add setup CLI preset management for diagnostic severities, including preset metadata, preset-aware customization, and a dedicatedconfigcommand for adjusting rule severities without rerunning full setup.v0.82.0Compare Source
Minor Changes
#689
aed2074Thanks @f15u! - Adds ability to reference$schemafrom local installation#692
57fcf35Thanks @mattiamanzati! - Add theeffectFnImplicitAnydiagnostic to mirrornoImplicitAnyfor unannotatedEffect.fnandEffect.fnUntracedcallback parameters, and support// @​strictin diagnostic example files so test fixtures can enable strict compiler options.Patch Changes
#687
72827c0Thanks @mattiamanzati! - Allow the leaking requirements diagnostic to suppress specific leaked services with@effect-expect-leakingcomments on the enclosing declaration.#690
77906a9Thanks @mattiamanzati! - Fix the class self mismatch diagnostic so it also reports invalidServiceMap.Serviceself type parameters.#691
0e16db0Thanks @mattiamanzati! - Include start and end in json diagnostics commandv0.81.0Compare Source
Minor Changes
#684
d8d472eThanks @mattiamanzati! - Improve setup diagnostic configuration with grouped preview-driven metadata, richer interactive prompt rendering, and support for tsconfig files without compilerOptions.#685
d94f4adThanks @mattiamanzati! - Add a diagnostic for globalfetchusage that recommends the Effect HTTP client and include preview fixtures covering both direct and shadowed fetch calls.Patch Changes
#686
5f76175Thanks @mattiamanzati! - Extend the node built-in import diagnostic to also recommend the Effect HTTP client forhttpandhttpsimports.#682
75e1cbeThanks @mattiamanzati! - Add diagnostic groups to rule metadata and render the README diagnostics table grouped by those sections.v0.80.0Compare Source
Minor Changes
#681
1017a54Thanks @mattiamanzati! - Generate a rootschema.jsonfortsconfig.jsonplugin configuration, add typed Effect Language Service plugin options to that schema, and haveeffect-language-service setupadd or remove the matching$schemaentry automatically.#679
3664197Thanks @mattiamanzati! - Add inline--lspconfigsupport to theeffect-language-service diagnosticsCLI command so diagnostics runs can override the project plugin configuration without editingtsconfig.json.v0.79.0Compare Source
Minor Changes
#671
6b9c378Thanks @mattiamanzati! - Add theextendsNativeErrordiagnostic to warn when classes directly extend the nativeErrorconstructor, including common local aliases such asconst E = Error.This helps steer users toward tagged errors that preserve stronger typing in the Effect failure channel.
#678
0e9c11bThanks @mattiamanzati! - Generate the README diagnostics table from the diagnostic registry.Each diagnostic now declares:
The generated table is checked in CI, and diagnostics tests verify that
fixablematches the presence of non-suppression quick fixes.#676
2f982d6Thanks @mattiamanzati! - Add thenodeBuiltinImportdiagnostic to warn when importing Node.js built-in modules (fs,path,child_process) that have Effect-native counterparts in@effect/platform.This diagnostic covers ES module imports and top-level
require()calls, matching both bare andnode:-prefixed specifiers as well as subpath variants likefs/promises,path/posix, andpath/win32. It defaults to severityoffand provides no code fixes.#673
f9e24dfThanks @mattiamanzati! - Add plugin options to better control patchedtscbehavior.ignoreEffectErrorsInTscExitCodeallows Effect diagnostics reported as errors to be ignored for exit-code purposes, andskipDisabledOptimiziationkeeps disabled diagnostics eligible for comment-based overrides when patch mode is active.#674
54e8c16Thanks @mattiamanzati! - Add theserviceNotAsClassdiagnostic to warn whenServiceMap.Serviceis used as a variable assignment instead of in a class declaration.Includes an auto-fix that converts
const Config = ServiceMap.Service<Shape>("Config")toclass Config extends ServiceMap.Service<Config, Shape>()("Config") {}.Patch Changes
#675
d1f09c3Thanks @mattiamanzati! - Rename theskipDisabledOptimiziationplugin option toskipDisabledOptimization.Example:
{ "compilerOptions": { "plugins": [ { "name": "@​effect/language-service", "skipDisabledOptimization": true } ] } }v0.78.0Compare Source
Minor Changes
#663
0e82d43Thanks @mattiamanzati! - ImproveeffectFnOpportunityinferred span naming for service-layer methods and align examples for Effect v4.The inferred span can now include service + method names (for example
MyService.log) when the convertible function is a method inside a layer service object for strict supported patterns like:Layer.succeed(Service)(...)Layer.sync(Service)(...)Layer.effect(Service)(Effect.gen(...))Layer.effect(Service, Effect.gen(...))Also add Effect v4 diagnostics fixtures for:
effectFnOpportunity_inferred.tseffectFnOpportunity_inferredLayer.ts#669
a010a29Thanks @mattiamanzati! - Add a neweffectInFailurediagnostic that warns when anEffectcomputation appears in the failure channel (E) of anotherEffect.The rule traverses Effect-typed expressions, unrolls union members of
E, and reports when any member is itself a strict Effect type.It prefers innermost matches for nested cases (for example nested
Effect.tryincatch) to avoid noisy parent reports.Patch Changes
#666
06b3a6cThanks @mattiamanzati! - FixeffectFnOpportunityinferred span naming forLayer.*(this, ...)patterns in class static members.When the inferred layer target is
this, the diagnostic now uses the nearest enclosing class name (for exampleMyService) instead of the literalthistoken.#665
a95a679Thanks @mattiamanzati! - Improve yield-based diagnostics and hover behavior by introducingeffectYieldableTypeinTypeParserand using it inmissingReturnYieldStar.asEffect()and mapped to EffectA/E/R.effectYieldableTypefalls back to standardeffectTypebehavior.missingReturnYieldStarnow correctly handles yieldable values such asOption.none().yield*was updated to use yieldable parsing paths.#664
934ef7eThanks @mattiamanzati! - ImprovemissingReturnYieldStarsafety by targeting only expression statements with top-levelyield*expressions and validating the enclosingEffect.genscope viafindEnclosingScopes.This avoids edge cases where nested or wrapped
yield*expressions could be matched incorrectly.#661
0f92686Thanks @mattiamanzati! - Update effect dependency to v4.0.0-beta.19 and fix compatibility issues:layerMagicrefactor producinganytypes in Layer channels by replacingArray.partition(which now uses the v4Filter.FilterAPI) with a native loop for boolean partition logic"~effect/Layer"TypeId property, matching the pattern already used for Effect type detectionEffect.filterMapas unchanged in the outdated API migration database since it was re-added in v4v0.77.0Compare Source
Minor Changes
c875de2Thanks @mattiamanzati! - AddoutdatedApidiagnostic that warns when using outdated Effect APIs in a project targeting a newer version of Effect.Patch Changes
#660
99a97a6Thanks @mattiamanzati! - Dispose TypeScript language services in tests to prevent resource leaksAdded
languageService.dispose()calls viatry/finallypatterns to all test files that create language services throughcreateServicesWithMockedVFS(). This ensures proper cleanup of TypeScript compiler resources after each test completes, preventing memory leaks during test runs.#658
0154667Thanks @mattiamanzati! - Fix outdated API diagnostic for Effect v4 compatibilityTaggedErrorcompletion to useTaggedErrorClassmatching the v4 APISchema.RequestClassexamples that no longer exist in v4#659
2699a80Thanks @mattiamanzati! - Add support forModel.Classfromeffect/unstable/schemain completions and diagnostics.The
classSelfMismatchdiagnostic now detects mismatched Self type parameters inModel.Classdeclarations, and the autocomplete for Self type in classes now suggestsModel.Classwhen typing afterModel..v0.76.0Compare Source
Minor Changes
#651
aeab349Thanks @mattiamanzati! - Add refactor to convertEffect.ServicetoContext.Tagwith a staticLayerproperty.Supports all combinator kinds (
effect,scoped,sync,succeed) anddependencies. The refactor replaces theEffect.Serviceclass declaration with aContext.Tagclass that has astatic layerproperty using the correspondingLayercombinator.Before:
After:
#654
2c93eabThanks @mattiamanzati! - Migrate internal Effect dependency from v3 to v4. This updates all CLI and core modules to use the Effect v4 API while maintaining full backward compatibility with existing functionality.v0.75.1Compare Source
Patch Changes
#647
489e3f0Thanks @mattiamanzati! - Expose diagnostic quick fixes as refactoring actions to work around TypeScript's limited quick fix handling in some contexts#650
6f568cfThanks @mattiamanzati! - Fix TypeParser to skip types with generic call signatures. When parsing covariant, contravariant, or invariant types, signatures with type parameters are now correctly rejected instead of being treated as concrete types.#649
5858fd1Thanks @mattiamanzati! - Performance improvements: replaceNano.genwithNano.fnnamed functions across diagnostics, refactors, and code generation modules for better performance tracking and reduced runtime overhead. Add conditionaldebugPerformanceflag to avoid unnecessary timing collection when not debugging.v0.75.0Compare Source
Minor Changes
a8a7d33Thanks @mattiamanzati! - AddServiceMap.Serviceclass completion for Effect v4, and fix Schema class completions for v4 (TaggedErrorClass,TaggedClassnow available,ErrorClassfully-qualified form fixed,RequestClassremoved)v0.74.0Compare Source
Minor Changes
#641
693e5a5Thanks @mattiamanzati! - Added Effect v4 support for diagnostics, refactors, and piping features.Diagnostics:
multipleEffectProvide: Warns when multipleEffect.providecalls are chained, suggesting consolidationstrictEffectProvide: Warns when usingEffect.providewith Layer outside of application entry pointsmissingLayerContext: Detects missing Layer context requirementsdeterministicKeys: Extended to supportServiceMap.ServicepatternsleakingRequirements: Extended to detect leaking requirements in ServiceMap servicesschemaSyncInEffect: Updated with v4-specific method mappings (e.g.,decodeSync->decodeEffect)Refactors:
layerMagic: Automatically compose and build layers based on service dependenciesstructuralTypeToSchema: Convert TypeScript interfaces and type aliases to Effect Schema classesmakeSchemaOpaque: Enhanced for v4 with support forCodec,DecodingServices, andEncodingServicestypestypeToEffectSchema: Enhanced to support Effect v4 schema patternsPiping:
Effect.fn, nested pipes, and function call conversionsPatch Changes
68f6d12Thanks @mattiamanzati! - DisableschemaUnionOfLiteralsdiagnostic for Effect v4, asSchema.Unionof multipleSchema.Literalcalls is no longer applicable in v4.Effect-TS/effect (@effect/platform)
v0.96.0Compare Source
Patch Changes
f7bb09b,bd7552a,ad1a7eb,0d32048,0d32048]:v0.95.0Compare Source
Patch Changes
fc82e81,82996bc,4d97a61,f6b0960,8798a84]:Effect-TS/effect (@effect/platform-node)
v0.106.0Compare Source
Patch Changes
f7bb09b,bd7552a,ad1a7eb,0d32048,0d32048]:v0.105.0Compare Source
Patch Changes
fc82e81,82996bc,4d97a61,f6b0960,8798a84]:TanStack/query (@tanstack/react-query)
v5.96.2Compare Source
Patch Changes
v5.96.1Compare Source
Patch Changes
v5.96.0Compare Source
Patch Changes
v5.95.2Compare Source
Patch Changes
cd5a35b]:v5.95.1Compare Source
Patch Changes
1f1775c]:v5.95.0Compare Source
Patch Changes
v5.94.5Compare Source
Patch Changes
fix(*): resolve issue about excluded build directory (#10312)
Updated dependencies [
4b6536d]:v5.94.4Compare Source
Patch Changes
chore: fixed version (#10064)
Updated dependencies [
4c75210]:v5.91.3Compare Source
Patch Changes
v5.91.2Compare Source
Patch Changes
fix(streamedQuery): maintain error state on reset refetch with initialData defined (#10287)
Updated dependencies [
248975e]:v5.91.0Compare Source
Minor Changes
Patch Changes
6fa901b]:v5.90.21Compare Source
Patch Changes
v5.90.20Compare Source
Patch Changes
e7258c5]:v5.90.19Compare Source
Patch Changes
53fc74e]:v5.90.18Compare Source
Patch Changes
dea1614]:v5.90.17Compare Source
Patch Changes
269351b](https://redirect.github.com/TanStack/query/commit/269351b8ce4b484Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.