chore(deps): update npm non-major updates - #24
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/npm-non-major-updates
branch
from
February 9, 2026 12:36
a71c657 to
c6f32c9
Compare
renovate
Bot
force-pushed
the
renovate/npm-non-major-updates
branch
5 times, most recently
from
February 16, 2026 13:34
2ace0cf to
a40b3e0
Compare
renovate
Bot
force-pushed
the
renovate/npm-non-major-updates
branch
2 times, most recently
from
February 20, 2026 14:13
c2df324 to
4f306ca
Compare
renovate
Bot
force-pushed
the
renovate/npm-non-major-updates
branch
from
February 23, 2026 19:19
4f306ca to
c5cfbe7
Compare
renovate
Bot
force-pushed
the
renovate/npm-non-major-updates
branch
6 times, most recently
from
March 10, 2026 14:44
1714280 to
5297843
Compare
renovate
Bot
force-pushed
the
renovate/npm-non-major-updates
branch
4 times, most recently
from
March 16, 2026 18:11
5c3c038 to
99bec61
Compare
renovate
Bot
force-pushed
the
renovate/npm-non-major-updates
branch
5 times, most recently
from
March 26, 2026 13:05
3507e73 to
c1e2b24
Compare
renovate
Bot
force-pushed
the
renovate/npm-non-major-updates
branch
2 times, most recently
from
March 31, 2026 22:11
ab6cea8 to
505b394
Compare
renovate
Bot
force-pushed
the
renovate/npm-non-major-updates
branch
from
April 8, 2026 05:52
505b394 to
55a2b40
Compare
renovate
Bot
force-pushed
the
renovate/npm-non-major-updates
branch
4 times, most recently
from
May 12, 2026 16:29
d2f1285 to
00cdd31
Compare
renovate
Bot
force-pushed
the
renovate/npm-non-major-updates
branch
3 times, most recently
from
May 24, 2026 05:03
1ab02e0 to
d1903b8
Compare
renovate
Bot
force-pushed
the
renovate/npm-non-major-updates
branch
4 times, most recently
from
June 1, 2026 04:11
cf24997 to
1ed6b6e
Compare
renovate
Bot
force-pushed
the
renovate/npm-non-major-updates
branch
2 times, most recently
from
June 8, 2026 18:05
4944afd to
8badb85
Compare
renovate
Bot
force-pushed
the
renovate/npm-non-major-updates
branch
3 times, most recently
from
June 10, 2026 07:56
a3077da to
3e3099c
Compare
renovate
Bot
force-pushed
the
renovate/npm-non-major-updates
branch
3 times, most recently
from
June 22, 2026 19:44
d34cea6 to
ef22e99
Compare
renovate
Bot
force-pushed
the
renovate/npm-non-major-updates
branch
4 times, most recently
from
July 6, 2026 10:58
b84ef49 to
c517338
Compare
renovate
Bot
force-pushed
the
renovate/npm-non-major-updates
branch
3 times, most recently
from
July 11, 2026 00:50
e56df96 to
f65713b
Compare
renovate
Bot
force-pushed
the
renovate/npm-non-major-updates
branch
2 times, most recently
from
July 20, 2026 22:35
e93564b to
9e541d3
Compare
renovate
Bot
force-pushed
the
renovate/npm-non-major-updates
branch
from
July 21, 2026 11:39
9e541d3 to
abea92c
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.15.0→^0.19.09.7.0→9.9.33.2.4→3.2.71.6.6→1.6.279.39.2→9.39.55.5.5→5.5.68.54.0→8.68.04.3.6→4.5.4Release Notes
cap-js/cds-types (@cap-js/cds-types)
v0.19.0Compare Source
Added
req.reqandreq.resincds.Requestcds.Usernow has anauthInfoproperty typed against@sap/xssec'sSecurityContext.@sap/xssecis an peer dependency.cds.qlis now typed as a callable universal converter: tagged template, function accepting a CQN object, or plain string — all returningSELECT<unknown>ref,val,expr,columns,expand,where,orderBy) are now exported fromcds.qland can be destructured from itcds.parse.cql,cds.run, andcds.readnow accept tagged template literalsService.run(query)now proxies the entity type of the contained query through to the return typeChanged
req.subjecttyped as the bound action's instance type (__self) instead of a class/ref hybrid.SELECT.from,SELECT.one.from,UPDATE,DELETE) now derive the entity class from the passed subject instance to preserve typed query results.Deprecated
Removed
Fixed
SELECT.oneincludesundefinedSecurity
v0.18.0Compare Source
Added
Changed
@cap-js/cds-typesno longer executes a postinstall script that creates a symlink innode_modules/@types. Instead, use apathsentry in your tsconfig.json. This entry can be created by runningcds add typescriptin your project.Deprecated
Removed
Fixed
Security
v0.17.0Compare Source
Added
.whereand.havingpredicatesservice.onnow offers code completion for the event's properties in the handlerservice.onto be used inservice.onceas wellChanged
ResultHandlernow returnsunknowninstead ofvoid, to accommodate asynchronous functions when having@typescript-eslint/strict-void-returnactivatedcds.test.axiosmentioning that@cap-js/cds-test@1now returns anaxiosfacade in absence ofaxios.cds.context.localeoptionalcds.tx(ƒ)now returns the return type ofƒDeprecated
cds.test.chai,cds.test.assertpointing to eithercds.test.expector a custom import ofchai.cds.test.axiosin favor ofcds.test.defaultsRemoved
Fixed
Security
v0.16.0Compare Source
Added
Request.messages,Request.errorsandRequest.resultsSELECT.stream()service.actionsChanged
Deprecated
service.operationsservice.entities(),service.events(),service.types(), andservice.operations()Removed
Fixed
req.error()et al.cds.error()cds.middlewares.beforeSecurity
vitest-dev/vitest (@vitest/coverage-v8)
v3.2.7Compare Source
🐞 Bug Fixes
View changes on GitHub
v3.2.6Compare Source
v3.2.5Compare Source
vitest-dev/eslint-plugin-vitest (@vitest/eslint-plugin)
v1.6.27Compare Source
🐞 Bug Fixes
View changes on GitHub
v1.6.26Compare Source
🐞 Bug Fixes
View changes on GitHub
v1.6.25Compare Source
🐞 Bug Fixes
View changes on GitHub
v1.6.24Compare Source
🐞 Bug Fixes
View changes on GitHub
v1.6.23Compare Source
🚀 Features
🐞 Bug Fixes
View changes on GitHub
v1.6.22Compare Source
🐞 Bug Fixes
View changes on GitHub
v1.6.21Compare Source
🐞 Bug Fixes
View changes on GitHub
v1.6.20Compare Source
🐞 Bug Fixes
View changes on GitHub
v1.6.19Compare Source
No significant changes
View changes on GitHub
v1.6.18Compare Source
🐞 Bug Fixes
requiresTypeCheckingmetadata for four rules - by @inglec-arista in #905 (e06a3)View changes on GitHub
v1.6.17Compare Source
🐞 Bug Fixes
toBeTypeOfinstead ofexpectTypeOfinprefer-expect-type-of- by @sheremet-va in #896 (a4bcd)View changes on GitHub
v1.6.16Compare Source
🚀 Features
View changes on GitHub
v1.6.15Compare Source
What's Changed
Full Changelog: vitest-dev/eslint-plugin-vitest@v1.6.14...v1.6.15
v1.6.14Compare Source
What's Changed
New Contributors
Full Changelog: vitest-dev/eslint-plugin-vitest@v1.6.13...v1.6.14
v1.6.13Compare Source
🚀 Features
View changes on GitHub
v1.6.12Compare Source
View changes on GitHub
What's Changed
Full Changelog: vitest-dev/eslint-plugin-vitest@v1.6.11...v1.6.12
v1.6.11Compare Source
🐞 Bug Fixes
View changes on GitHub
v1.6.10Compare Source
🚀 Features
doMock- by @andreww2012 in #875 (ef227)View changes on GitHub
v1.6.9Compare Source
🐞 Bug Fixes
View changes on GitHub
v1.6.8Compare Source
No significant changes
View changes on GitHub
What's Changed
Full Changelog: vitest-dev/eslint-plugin-vitest@v1.6.7...v1.6.8
v1.6.7Compare Source
🐞 Bug Fixes
View changes on GitHub
eslint/eslint (eslint)
v9.39.5Compare Source
Bug Fixes
253be16fix: handle unavailable require cache (backport of #20812 to v9.x) (#21065) (Eric)Documentation
74930eddocs: switch build to Node.js 24 (#20894) (Milos Djermanovic)eaec8bbdocs: Add ESLint v9.x EOL notice (#20828) (Milos Djermanovic)Chores
458205fchore: update@eslint/eslintrcand@eslint/jsfor v9.39.5 (#21077) (Francesco Trotta)202117bchore: package.json update for @eslint/js release (Jenkins)d9eb6edtest: disable warning forvm.constants.USE_MAIN_CONTEXT_DEFAULT_LOADER(#21074) (Francesco Trotta)7b431a7chore: overridere2dependency for@metascraper/helpers(#21068) (Milos Djermanovic)daf7791chore: pin fflate@0.8.2 (#20895) (Milos Djermanovic)daee8baci: use pnpm ineslint-flat-config-utilstype integration test (#20829) (Milos Djermanovic)116d4beci: unpin Node.js 25.x in CI (#20619) (Copilot)v9.39.4Compare Source
Bug Fixes
f18f6c8fix: update dependency minimatch to ^3.1.5 (#20564) (Milos Djermanovic)a3c868ffix: update dependency @eslint/eslintrc to ^3.3.4 (#20554) (Milos Djermanovic)234d005fix: minimatch security vulnerability patch for v9.x (#20549) (Andrej Beles)b1b37eefix: updateajvto6.14.0to address security vulnerabilities (#20538) (루밀LuMir)Documentation
4675152docs: add deprecation notice partial (#20520) (Milos Djermanovic)Chores
b8b4eb1chore: update dependencies for ESLint v9.39.4 (#20596) (Francesco Trotta)71b2f6bchore: package.json update for @eslint/js release (Jenkins)1d16c2fci: pin Node.js 25.6.1 (#20563) (Milos Djermanovic)v9.39.3Compare Source
Bug Fixes
791bf8dfix: restore TypeScript 4.0 compatibility in types (#20504) (sethamus)Chores
8594a43chore: upgrade @eslint/js@9.39.3 (#20529) (Milos Djermanovic)9ceef92chore: package.json update for @eslint/js release (Jenkins)af498c6chore: ignore/docs/v9.xin link checker (#20453) (Milos Djermanovic)prettier/eslint-plugin-prettier (eslint-plugin-prettier)
v5.5.6Compare Source
Patch Changes
b5c96a3Thanks @JounQin! - chore: bump all (dev)Dependenciestypescript-eslint/typescript-eslint (typescript-eslint)
v8.68.0Compare Source
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
v8.67.0Compare Source
🚀 Features
❤️ Thank You
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
v8.66.0Compare Source
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
v8.65.0Compare Source
🚀 Features
❤️ Thank You
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
v8.64.0Compare Source
8.64.0 (2026-07-13)
🚀 Features
import defer(#12513)using/await usingdeclarations and deprecate the rule (#12500)🩹 Fixes
❤️ Thank You
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
v8.63.0Compare Source
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
v8.62.1Compare Source
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
v8.62.0Compare Source
🚀 Features
❤️ Thank You
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
v8.61.1Compare Source
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
v8.61.0Compare Source
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
v8.60.1Compare Source
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
v8.60.0Compare Source
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
v8.59.4Compare Source
🩹 Fixes
❤️ Thank You
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
v8.59.3Compare Source
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
v8.59.2Compare Source
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
v8.59.1Compare Source
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
v8.59.0Compare Source
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
v8.58.2Compare Source
🩹 Fixes
❤️ Thank You
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
v8.58.1Compare Source
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
v8.58.0Compare Source
🚀 Features
❤️ Thank You
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
v8.57.2Compare Source
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
v8.57.1Compare Source
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
v8.57.0Compare Source
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
v8.56.1Compare Source
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
v8.56.0Compare Source
🚀 Features
❤️ Thank You
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
v8.55.0Compare Source
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
colinhacks/zod (zod)
v4.5.4Compare Source
Commits:
84e416ffix(v4): stop the cycle walk from firing a default factory (#6500)e8e206f4.5.4v4.5.3Compare Source
v4.5.2Compare Source
Commits:
a354314fix(docs): keep blog posts out of the docs collection (#6484)d378c42ci: drop canary publishing from the release workflow (#6487)212b941fix(v4): let a prototype method getter answer a bare call so vi.spyOn works (#6488)e7576f5docs(blog): let the page show through the navbar in dark mode (#6489)fedb06ffix(docs): match the blog TOC hover bar to the 2px active indicator6c932fcchore: bump devcontainer image to Node 24 (#6470)6635d9ddocs(blog): soften the "method memoization" attribution019ae29fix(docs): drop ISR on the docs route so the home page hydrates652bb43chore(docs): drop the scroll log from the route-change scroller571c8e8fix(docs): render blog tabs with the stock fumadocs tab card9a193aa4.5.2v4.5.1Compare Source
Commits:
2e862dbci: gate the GitHub release and JSR publish on the version being live on npm8e033804.5.1v4.5.0Compare Source
Zod 4.5 is now available.
At a glance:
z.compile()— the flagship feature of Zod 4.5z.creditCard()— 12–19 digits plus Luhn checksumz.properties()— the multi-property counterpart toz.property()z.deepPartial()/.exactPartial()z.validate(): boolean— a fast-path to verify input validity without a full parse (up to 16x faster on invalid data)bn), Central Kurdish (ckb), Hindi (hi), Kannada (kn), Norwegian Nynorsk (nn), Brazilian Portuguese (pt-BR), Slovak (sk), Turkmen (tk)z.compile()You can now pre-compile any Zod schema using
z.compile(schema). This dramatically speeds up parsing performance.A compiled schema can be used exactly like an uncompiled one. There are no special rules around compiled schemas. They're just faster.
On objects, arrays, and unions, this speeds up parsing by a factor of ~3–7. More complex schemas stand to benefit more than simpler ones.
Time per parse by schema type, standard parser vs compiled — lower is better (benchmark)
Below are the Moltar benchmark results comparing Zod (compiled and uncompiled) against the Moltar ParseSafe bench.
Configuration
📅 Schedule: (UTC)
* * * * 0,6)🚦 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.