fix(deps): update all non-major dependencies #65
Merged
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.84.4->^0.86.09.36.0->9.39.0v2.27.2->v2.27.3v1.51.0->v1.52.01.25.1->1.25.32.5.0->2.6.0v1.75.1->v1.76.010.17.1->10.20.00.15.6->0.15.12Release Notes
hey-api/openapi-ts (@hey-api/openapi-ts)
v0.86.11Compare Source
Patch Changes
PluginInstanceto avoid typing issues (#2897) (a625980) by @copilot-swe-agentv0.86.10Compare Source
Patch Changes
767ad18) by @copilot-swe-agentv0.86.9Compare Source
Patch Changes
fix(valibot): handle
timestring format (#2889) (0db5a43) by @copilot-swe-agentrefactor: replace plugin references with queries (#2873) (
1cfc8f2) by @mrlubosfix: gracefully handle errors in debug reports (#2884) (
d5c0a1c) by @copilot-swe-agentUpdated Dependencies:
v0.86.8Compare Source
Patch Changes
da88dd9) by @copilot-swe-agentv0.86.7Compare Source
Patch Changes
857c464) by @copilot-swe-agentv0.86.6Compare Source
Patch Changes
81f91a9) by @copilot-swe-agentv0.86.5Compare Source
Patch Changes
fix(parser): write-only schema incorrectly used in response schemas (#2850) (
16cc0e7) by @copilot-swe-agentfix(cli): move cli script to typescript (#2852) (
b677f89) by @mrlubosv0.86.4Compare Source
Patch Changes
feat(parser): pass tags to symbol meta (#2845) (
e157288) by @mrlubosfeat(clients): granular query parameter serialization strategy (#2837) (
e0e6ab3) by @pixelmordv0.86.3Compare Source
Patch Changes
feat(parser): add
eventshooks (#2829) (d5c85fc) by @mrlubosfix(parser): writeOnly schema properties missing from request types in nested schemas (#2793) (
7d1c475) by @copilot-swe-agentv0.86.2Compare Source
Patch Changes
fix(validators): do not reference variables before they are declared (#2812) (
69783d1) by @mrlubosfix(renderer): allow duplicate names when one symbol is a type (#2812) (
523038e) by @mrlubosUpdated Dependencies:
v0.86.1Compare Source
Patch Changes
5bba86e) by @mrlubosv0.86.0Compare Source
Minor Changes
7c7702a) by @mrlubosPatch Changes
fix: do not print error details if logs are set to silent (#2776) (
2274344) by @mrlubosfix(client-axios): return error when axios request fails (#2763) (
122a292) by @mauriciabadUpdated Dependencies:
v0.85.2Compare Source
Patch Changes
fix: dynamically load c12 to work with cjs modules (#2755) (
e6472cf) by @mrlubosfix(cli): detect watch mode with input array (#2751) (
3293cad) by @warrenseinev0.85.1Compare Source
Patch Changes
078face) by @copilot-swe-agentv0.85.0Compare Source
Minor Changes
fcdd73b) by @mrlubosUpdated
outputoptionsWe made the
outputconfiguration more consistent by usingnullto represent disabled options. This change does not affect boolean options.Patch Changes
feat: support multiple configurations (#2602) (
c84f10e) by @carson2222feat(config): add
output.importFileExtensionoption (#2718) (fcdd73b) by @mrlubosfeat(pinia-colada): query options use
defineQueryOptions(#2610) (33e6b31) by @brolnickijUpdated Pinia Colada query options
Pinia Colada query options now use
defineQueryOptionsto improve reactivity support. Instead of calling the query options function, you can use one of the following approaches.No params
Constant
Reactive
Properties
eslint/eslint (eslint)
v9.39.0Compare Source
v9.38.0Compare Source
Features
ce40f74feat: updatecomplexityrule to only highlight function header (#20048) (Atul Nair)e37e590feat: correctno-loss-of-precisionfalse positives withenotation (#20187) (Francesco Trotta)Bug Fixes
50c3dfdfix: improve type support for isolated dependencies in pnpm (#20201) (Francesco Trotta)a1f06a3fix: correct SourceCode typings (#20114) (Pixel998)Documentation
462675adocs: improve web accessibility by hiding non-semantic character (#20205) (루밀LuMir)c070e65docs: correct formatting inno-irregular-whitespacerule documentation (#20203) (루밀LuMir)b39e71adocs: Update README (GitHub Actions Bot)cd39983docs: movecustom-formatterstype descriptions tonodejs-api(#20190) (Percy Ma)Chores
d17c795chore: upgrade @eslint/js@9.38.0 (#20221) (Milos Djermanovic)25d0e33chore: package.json update for @eslint/js release (Jenkins)c82b5efrefactor: Use types from @eslint/core (#20168) (Nicholas C. Zakas)ff31609ci: add Node.js 25 toci.yml(#20220) (루밀LuMir)004577eci: bump github/codeql-action from 3 to 4 (#20211) (dependabot[bot])eac71fbtest: remove use ofnodejsScopeoption of eslint-scope from tests (#20206) (Milos Djermanovic)4168a18chore: fix typo in legacy-eslint.js (#20202) (Sweta Tanwar)205dbd2chore: fix typos (#20200) (ntnyq)dbb200echore: use team member's username when name is not available in data (#20194) (Milos Djermanovic)8962089chore: mark deprecated rules as available until v11.0.0 (#20184) (Pixel998)v9.37.0Compare Source
Features
39f7fb4feat:preserve-caught-errorshould recognize all static "cause" keys (#20163) (Pixel998)f81eabcfeat: support TS syntax inno-restricted-imports(#19562) (Nitin Kumar)Bug Fixes
a129ccefix: correctno-loss-of-precisionfalse positives for leading zeros (#20164) (Francesco Trotta)09e04fcfix: add missing AST token types (#20172) (Pixel998)861c6dafix: correctESLinttypings (#20122) (Pixel998)Documentation
b950359docs: fix typos across the docs (#20182) (루밀LuMir)42498a2docs: improve ToC accessibility by hiding non-semantic character (#20181) (Percy Ma)29ea092docs: Update README (GitHub Actions Bot)5c97a04docs: showavailableUntilin deprecated rule banner (#20170) (Pixel998)90a71bfdocs: updateREADMEfiles to add badge and instructions (#20115) (루밀LuMir)1603ae1docs: update references frommastertomain(#20153) (루밀LuMir)Chores
afe8a13chore: update@eslint/jsdependency to version 9.37.0 (#20183) (Francesco Trotta)abee4cachore: package.json update for @eslint/js release (Jenkins)fc9381fchore: fix typos in comments (#20175) (overlookmotel)e1574a2chore: unpin jiti (#20173) (renovate[bot])e1ac05erefactor: markESLint.findConfigFile()asasync, add missing docs (#20157) (Pixel998)347906dchore: update eslint (#20149) (renovate[bot])0cb5897test: remove tmp dir created for circular fixes in multithread mode test (#20146) (Milos Djermanovic)bb99566ci: pinjitito version 2.5.1 (#20151) (Pixel998)177f669perf: improve worker count calculation for"auto"concurrency (#20067) (Francesco Trotta)448b57bchore: Mark deprecated formatting rules as available until v11.0.0 (#20144) (Milos Djermanovic)grpc-ecosystem/grpc-gateway (github.com/grpc-ecosystem/grpc-gateway/v2)
v2.27.3Compare Source
What's Changed
New Contributors
Full Changelog: grpc-ecosystem/grpc-gateway@v2.27.2...v2.27.3
samber/lo (github.com/samber/lo)
v1.52.0Compare Source
Thrilled to announce the latest release of
samber/lo!This version brings major improvements:
it/sub-package for everything related to theiterpackage added in Go 1.23. Big up to @NathanBaulch for its help on this✨ A good introduction to streams in Go !
What's Changed
Tests
Style
Documentation
Other
New Contributors
Full Changelog: samber/lo@v1.51.0...v1.52.0
golang/go (golang)
v1.25.3Compare Source
v1.25.2Compare Source
golangci/golangci-lint (golangci-lint)
v2.6.0Compare Source
modernizeanalyzer suitearangolint: from 0.2.0 to 0.3.1dupword: from 0.1.6 to 0.1.7 (new optioncomments-only)go-critic: from 0.13.0 to 0.14.0 (new rules/checkers:zeroByteRepeat,dupOption)gofumpt: from 0.9.1 to 0.9.2 ("clothe" naked returns is now controlled by theextra-rulesoption)perfsprint: from 0.9.1 to 0.10.0 (new options:concat-loop,loop-other-ops)wsl: from 5.2.0 to 5.3.0dupword: from 0.1.6 to 0.1.7durationcheck: from 0.0.10 to 0.0.11exptostd: from 0.4.4 to 0.4.5fatcontext: from 0.8.1 to 0.9.0forbidigo: from 2.1.0 to 2.3.0ginkgolinter: from 0.21.0 to 0.21.2godoc-lint: from 0.10.0 to 0.10.1gomoddirectives: from 0.7.0 to 0.7.1gosec: from 2.22.8 to 2.22.10makezero: from 2.0.1 to 2.1.0nilerr: from 0.1.1 to 0.1.2paralleltest: from 1.0.14 to 1.0.15protogetter: from 0.3.16 to 0.3.17unparam: from0df0534to5beb8c8grpc/grpc-go (google.golang.org/grpc)
v1.76.0: Release 1.76.0Compare Source
Dependencies
Bug Fixes
INTERNALwhen a server sends zero response messages for a unary or client-streaming RPC. (#8523)INTERNALinstead ofUNKNOWNupon receiving http headers with status 1xx andEND_STREAMflag set. (#8518)IDLEstate on backend address change. (#8615)New Features
credentials/jwtpackage providing file-based JWT PerRPCCredentials (A97). (#8431)Performance Improvements
pnpm/pnpm (pnpm)
v10.20.0Compare Source
Minor Changes
--alloption inpnpm --helpto list all commands #8628.Patch Changes
latestversion doesn't satisfy the maturity requirement configured byminimumReleaseAge, pick the highest version that is mature enough, even if it has a different major version #10100.createcommand should not verify patch info.managePackageManagerVersionstofalse, when switching to a different version of pnpm CLI, in order to avoid subsequent switches #10063.v10.19.0Compare Source
Minor Changes
You can now allow specific versions of dependencies to run postinstall scripts.
onlyBuiltDependenciesnow accepts package names with lists of trusted versions. For example:Related PR: #10104.
Added support for exact versions in
minimumReleaseAgeExclude#9985.You can now list one or more specific versions that pnpm should allow to install, even if those versions don’t satisfy the maturity requirement set by
minimumReleaseAge. For example:v10.18.3Compare Source
Patch Changes
verifyDepsBeforeInstall: installand pre/post install scripts that called other pnpm scripts #10060.@scope:registry) being parsed as property paths inpnpm config getwhen--location=projectis used #9362.pnpm config set --location=projectincorrectly handling keys with slashes (auth tokens, registry settings) #9884.pnpm-workspace.yamland.npmrcexist,pnpm config set --location=projectnow writes topnpm-workspace.yaml(matching read priority) #10072.pnpm outdated --long#10040.v10.18.2Compare Source
Patch Changes
pnpm outdated --longshould work #10040.pnpm dlxshould request the full metadata of packages, whenminimumReleaseAgeis set #9963.EPIPEerrors when piping output to other commands #10027.v10.18.1Compare Source
Patch Changes
--lockfile-onlyis used #8320.pnpm setupcreates a command shim to the pnpm executable. This is needed to be able to runpnpm self-updateon Windows #5700.pnpm install, pnpm produced false positive warnings for "skip adding to the default catalog because it already exists". This warning now only prints when usingpnpm add --save-catalogas originally intended.v10.18.0Compare Source
Minor Changes
Added network performance monitoring to pnpm by implementing warnings for slow network requests, including both metadata fetches and tarball downloads.
Added configuration options for warning thresholds:
fetchWarnTimeoutMsandfetchMinSpeedKiBps.Warning messages are displayed when requests exceed time thresholds or fall below speed minimums
Related PR: #10025.
Patch Changes
minimumReleaseAgeconfiguration #10030.cleanupUnusedCatalogsconfiguration when removing dependent packages.scriptShellis set tofalse#8748.pnpm dlxshould not fail whenminimumReleaseAgeis set #10037.rolldown/tsdown (tsdown)
v0.15.12Compare Source
🚀 Features
TreeshakingOptions- by @BlankParticle in #573 (30f14)🐞 Bug Fixes
View changes on GitHub
v0.15.11Compare Source
No significant changes
View changes on GitHub
v0.15.10Compare Source
🚀 Features
unrunas a config loader - by @Gugustinette and @sxzz in #563 (57132)🐞 Bug Fixes
View changes on GitHub
v0.15.9Compare Source
🐞 Bug Fixes
View changes on GitHub
v0.15.8Compare Source
🚀 Features
🐞 Bug Fixes
View changes on GitHub
v0.15.7Compare Source
🚀 Features
🐞 Bug Fixes
View changes on GitHub
Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) (UTC), Automerge - At any time (no schedule defined).
🚦 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.