chore(deps): update all non-major dependencies - #98
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
|
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
from
March 30, 2026 09:41
2695414 to
7fb109c
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
from
March 31, 2026 13:47
7fb109c to
e59a7d4
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
from
April 5, 2026 09:33
e59a7d4 to
cf62128
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
from
April 12, 2026 12:32
cf62128 to
b880fa6
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
from
April 13, 2026 09:26
b880fa6 to
b0e8f4a
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
from
April 20, 2026 21:32
b0e8f4a to
3d5dff3
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
4 times, most recently
from
May 5, 2026 05:43
d9a82b2 to
ca3c8da
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
3 times, most recently
from
May 15, 2026 13:55
d9ba944 to
963adc0
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
5 times, most recently
from
May 22, 2026 11:14
7f16977 to
b95f257
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
from
May 23, 2026 17:40
b95f257 to
a50c2eb
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
from
June 4, 2026 11:52
a50c2eb to
6054381
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
from
July 5, 2026 18:01
6054381 to
8b69e83
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
4 times, most recently
from
July 13, 2026 08:58
c613111 to
53e281e
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
3 times, most recently
from
July 18, 2026 14:03
421616e to
e5646b7
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
3 times, most recently
from
July 27, 2026 22:33
f0c0f78 to
41a1216
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
4 times, most recently
from
August 2, 2026 22:40
790bb4b to
a8b343a
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
2 times, most recently
from
August 10, 2026 11:12
1e6cce8 to
6904656
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
from
August 17, 2026 18:25
6904656 to
d6556f1
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.6.0→^0.7.0^2.30.0→^2.31.1^3.1.3→^3.1.4^0.80.0→^0.87.2^3.2.4→^3.2.7^0.0.66→^0.0.88^3.2.4→^3.2.7Release Notes
changesets/changesets (@changesets/changelog-github)
v0.7.0Compare Source
Minor Changes
94578cfThanks @Kauhsa! - AddeddisableThanksoptionchangesets/changesets (@changesets/cli)
v2.31.1Compare Source
Patch Changes
15cf592Thanks @ingvaldlorentzen! - Fixed already-published version detection with npm 12, which always wraps successfulnpm info --jsonoutput in an array. The unwrapped output madechangeset publishtreat every package as unpublished and fail attempting to republish existing versions.v2.31.0Compare Source
Minor Changes
#1889
96ca062Thanks @mixelburg! - Error on unsupported flags for individual CLI commands and print the matching command usage to make mistakes easier to spot.#1873
42943b7Thanks @mixelburg! - Respond to--helpon all subcommands. Previously,--helpwas only handled when it was the sole argument; passing it alongside a subcommand (e.g.changeset version --help) would silently execute the command instead. Now--helpalways exits early and prints per-command usage when a known subcommand is provided, or the general help text otherwise.Patch Changes
d2121dcThanks @Andarist! - Fix npm auth for path-based registries during publish by preserving configured registry URLs instead of normalizing them.#1888
036fdd4Thanks @mixelburg! - Fix severalchangeset versionissues with workspace protocol dependencies. Valid explicitworkspace:ranges and aliases are no longer rewritten unnecessarily, and workspace path references are handled correctly during versioning.#1903
5c4731fThanks @Andarist! - Gracefully handle stalenpm infodata leading to duplicate publish attempts.#1867
f61e716Thanks @Andarist! - Improved detection forpublishedstate of prerelease-only packages withoutlatestdist-tag on GitHub Packages registry.Updated dependencies [
036fdd4,036fdd4,036fdd4]:changesets/changesets (@changesets/config)
v3.1.4Compare Source
Patch Changes
036fdd4]:Effect-TS/language-service (@effect/language-service)
v0.87.2Compare Source
Patch Changes
15fb3c3Thanks @mattiamanzati! - Update Effect v4 compatibility to 4.0.0-beta.104, including the renamedSchema.ErrorandSchema.TaggedErrorconstructors.v0.87.1Compare Source
Patch Changes
6b9dab5Thanks @mattiamanzati! - Ignore Effect v4 localEffect.provide(..., { local: true })calls when reporting chained provides with themultipleEffectProvidediagnostic.v0.87.0Compare Source
Minor Changes
f1fca78Thanks @mattiamanzati! - Add theflatMapToMapstyle diagnostic, which suggests replacingEffect.flatMap((value) => Effect.succeed(f(value)))withEffect.map((value) => f(value)).Patch Changes
#762
5e71871Thanks @mattiamanzati! - EnableskipLibCheckin the diagnostics test harness to reduce test runtime and memory usage.#763
0dc8034Thanks @mattiamanzati! - Update the setup command to configure VS Code with the unifiedjs/tsTypeScript settings.#742
939a049Thanks @RezaOwliaei! - Update README to replace deprecated VSCode TypeScript settings (typescript.tsdkandtypescript.enablePromptUseWorkspaceTsdk) with the current recommended configuration.v0.86.6Compare Source
Patch Changes
6ef9a46Thanks @mattiamanzati! - Skip Effect diagnostics for external library files in patched tsc runs when TypeScriptskipLibCheckis enabled.v0.86.5Compare Source
Patch Changes
#751
8d0b85aThanks @mattiamanzati! - Reject unsupported TypeScript versions when loading or patching TypeScript, directing TypeScript 7 users to @effect/tsgo.#754
1dce66bThanks @mattiamanzati! - Update the Effect v4 harness and language-service development dependencies to Effect 4.0.0-beta.94, including compatibility updates for the latest Effect API and Schema type output.v0.86.4Compare Source
Patch Changes
5da9914Thanks @mattiamanzati! - Avoid suggesting removal ofEffect.genwhen a single return statement contains multipleyield*expressions, which would produce invalid code.v0.86.3Compare Source
Patch Changes
#744
1707983Thanks @mattiamanzati! - FixlazyPromiseInEffectSyncfalse positives forEffect.syncthunks whose return type degrades toany. Promise detection now ignoresanyandunknownbefore falling back to assignability against the globalPromisetype.#740
df50dfcThanks @jbmusso! - FixeffectRpcDefinitionwiping the upstream go-to-definition result when the user clicks on a JSX<Namespace.Component />tag name. The plugin's RpcClient → Rpc enrichment now skips ancestor nodes whose type cannot be resolved (such as JSX tag-name nodes) instead of returningundefinedfor the entire request.v0.86.2Compare Source
Patch Changes
#739
2a21b07Thanks @mattiamanzati! - Update the generatedschema.jsonto include the TypeScript 6.0ES2025target and lib entries.#738
ec42fd6Thanks @mattiamanzati! - UpdatepreferSchemaOverJsonto be off by default.Improve the diagnostic guidance for JSON parsing and stringifying:
Schema.parseJson(Schema.Unknown)for unknown shapes andSchema.parseJson(schema)for known onesSchema.UnknownFromJsonString,Schema.fromJsonString(schema), andSchema.toCodecJson(schema)depending on whether the target shape is known and whether the code is working with JSON strings or JSON values#736
4bf81c4Thanks @mattiamanzati! - Update the Effect v4 beta dependencies to 4.0.0-beta.68.v0.86.1Compare Source
Patch Changes
0674371Thanks @mattiamanzati! - Update the Effect v4 test harness and language service development dependencies to Effect 4.0.0 beta 66, including fixture updates for the latest Context service API.v0.86.0Compare Source
Minor Changes
#728
a5b0e47Thanks @mattiamanzati! - Add theunsafeEffectTypeAssertiondiagnostic to catchas Effect<...>,as Stream<...>, andas Layer<...>assertions that unsafely narrow the error or requirements channels.The rule skips channels whose original type is
anyand offers a quick fix that removes the assertion while preserving the original expression.v0.85.1Compare Source
Patch Changes
#726
fd4a8daThanks @mattiamanzati! - Update the Effect v4 beta examples and type parsing to match the renamed Context APIs in the latest 4.0.0-beta releases.#724
14d5798Thanks @mattiamanzati! - Refactor Effect context tracking to use cached node context flags and direct generator lookups.This aligns the TypeScript implementation more closely with the TSGo version and simplifies diagnostics that need to detect whether code is inside an Effect generator.
v0.85.0Compare Source
Minor Changes
#720
4229bb9Thanks @mattiamanzati! - Add thenestedEffectGenYielddiagnostic to detectyield* Effect.gen(...)inside an existing Effect generator context.Example:
#723
da9cc4bThanks @mattiamanzati! - Add theeffectMapFlattenstyle diagnostic forEffect.map(...)immediately followed byEffect.flattenin pipe flows.Example:
#718
0af7c0fThanks @mattiamanzati! - Add thelazyPromiseInEffectSyncdiagnostic to catchEffect.sync(() => Promise...)patterns and suggest usingEffect.promiseorEffect.tryPromisefor async work.Example:
#714
32985b2Thanks @mattiamanzati! - AddprocessEnvandprocessEnvInEffectdiagnostics to guideprocess.env.*reads toward EffectConfigAPIs.Examples:
process.env.PORTprocess.env["API_KEY"]#721
f05ae89Thanks @mattiamanzati! - Add theunnecessaryArrowBlockstyle diagnostic for arrow functions whose block body only returns an expression.Example:
#717
b77848aThanks @mattiamanzati! - AddnewPromiseandasyncFunctioneffect-native diagnostics to report manualPromiseconstruction and async function declarations, with guidance toward Effect-based async control flow.#722
6f19858Thanks @mattiamanzati! - Add theeffectDoNotationstyle diagnostic forEffect.Dousage and suggest migrating toEffect.genorEffect.fn.Example:
#716
c3f67b0Thanks @mattiamanzati! - AddcryptoRandomUUIDandcryptoRandomUUIDInEffectdiagnostics for Effect v4 to discouragecrypto.randomUUID()in favor of the EffectRandommodule, which uses Effect-injected randomness instead of the global crypto implementation.Patch Changes
d23980aThanks @mattiamanzati! - Update the Effect v4 beta dependencies to4.0.0-beta.43for the language service and v4 harness packages.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.vitest-dev/vitest (@vitest/ui)
v3.2.7Compare Source
🐞 Bug Fixes
View changes on GitHub
v3.2.6Compare Source
🐞 Bug Fixes
View changes on GitHub
v3.2.5Compare Source
stackblitz-labs/pkg.pr.new (pkg-pr-new)
v0.0.88Compare Source
v0.0.87Compare Source
v0.0.86Compare Source
v0.0.84Compare Source
v0.0.83Compare Source
v0.0.82Compare Source
v0.0.81Compare Source
v0.0.80Compare Source
v0.0.79Compare Source
v0.0.78Compare Source
v0.0.75Compare Source
v0.0.74Compare Source
v0.0.73Compare Source
v0.0.72Compare Source
v0.0.71Compare Source
v0.0.70Compare Source
v0.0.69Compare Source
v0.0.68Compare Source
v0.0.67Compare Source
Configuration
📅 Schedule: (UTC)
* 0-3 * * 1)🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, 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.