fix(deps): update major (major) #278
Open
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:
^6.0.2->^7.0.0^9.6.0->^10.0.0^11.6.0->^14.0.0^3.24.2->^4.0.0^4.2.2->^5.0.0Release Notes
inversify/monorepo (inversify)
v7.10.4Compare Source
Patch Changes
v7.10.3Compare Source
Patch Changes
Updated
BindToFluentSyntax.factoryto allow async factory buildersUpdated
Factoryto allow async functionsUpdated dependencies
v7.10.2Compare Source
Patch Changes
v7.10.1Patch Changes
Added
MapToResolvedValueInjectOptionstypeUpdated dependencies
v7.6.1Compare Source
v7.6.0Compare Source
v7.5.4Compare Source
v7.5.3Compare Source
v7.5.2Compare Source
v7.5.1Compare Source
v7.5.0Compare Source
v7.4.0Compare Source
v7.3.0Compare Source
v7.2.0Compare Source
v7.1.0Compare Source
v7.0.2Compare Source
v7.0.1Compare Source
v7.0.0Compare Source
pinojs/pino (pino)
v10.1.0Compare Source
What's Changed
New Contributors
Full Changelog: pinojs/pino@v10.0.0...v10.1.0
v10.0.0Compare Source
The only breaking change is dropping support for Node 18.
What's Changed
Full Changelog: pinojs/pino@v9.13.1...v10.0.0
v9.14.0Compare Source
What's Changed
Full Changelog: pinojs/pino@v9.13.1...v9.14.0
v9.13.1Compare Source
What's Changed
Full Changelog: pinojs/pino@v9.13.0...v9.13.1
v9.13.0Compare Source
What's Changed
New Contributors
Full Changelog: pinojs/pino@v9.12.0...v9.13.0
v9.12.0Compare Source
What's Changed
New Contributors
Full Changelog: pinojs/pino@v9.11.0...v9.12.0
v9.11.0Compare Source
What's Changed
New Contributors
Full Changelog: pinojs/pino@v9.10.0...v9.11.0
v9.10.0Compare Source
What's Changed
PearandBareruntimes by @yassernasc in #2278New Contributors
Full Changelog: pinojs/pino@v9.9.5...v9.10.0
v9.9.5Compare Source
What's Changed
Full Changelog: pinojs/pino@v9.9.4...v9.9.5
v9.9.4Compare Source
What's Changed
Full Changelog: pinojs/pino@v9.9.3...v9.9.4
v9.9.3Compare Source
What's Changed
New Contributors
Full Changelog: pinojs/pino@v9.9.2...v9.9.3
v9.9.2Compare Source
What's Changed
Full Changelog: pinojs/pino@v9.9.1...v9.9.2
v9.9.1Compare Source
What's Changed
Full Changelog: pinojs/pino@v9.9.0...v9.9.1
v9.9.0Compare Source
What's Changed
Full Changelog: pinojs/pino@v9.8.0...v9.9.0
v9.8.0Compare Source
What's Changed
logger.msgPrefixgetter by @indutny-signal in #2232New Contributors
Full Changelog: pinojs/pino@v9.7.0...v9.8.0
bbc/sqs-consumer (sqs-consumer)
v14.1.0Compare Source
Features
Dependency Updates
Dev Dependency Updates
v14.0.1Compare Source
This release adds on changes to start the deprecation of void, this should have been part of the v14 release and that is why it has been considered a patch change / a bug fix. This is an attempt to reduce the likelihood of users not noticing the move to explicit returns in v14.
In a future minor release a new
strictReturnsflag will be added (#604), this will not be enabled by default initially. We will gather feedback on if this setting makes sense. If it does,strictReturnswill be turned on by default.Bug Fixes
Chores
Updated some dependencies and adjusted Dependabot workflow
v14.0.0Compare Source
SQS Consumer v14.0.0 Migration Guide
Overview
Version 14.0.0 introduces a breaking change to how message acknowledgment works. This change makes acknowledgment behavior more explicit and predictable, addressing user confusion about when messages are acknowledged.
What Changed
Previous Behavior (<=v13.x)
void(nothing) from handlers had implicit acknowledgment behaviorNew Behavior (>=v14.0)
void(nothing) means no acknowledgment by defaultBenefits of the New Approach
Migration Steps
handleMessage()
Step 1: Identify Your Current Handler Pattern
First, determine which pattern your current message handlers follow:
Step 2: Update Your Handlers
For Pattern A (Implicit Acknowledgment)
Option 1: Explicit Return
Option 2: Use alwaysAcknowledge
For Pattern B and C (Conditional Acknowledgment)
handleMessageBatch()
This is largely similar to the above recommendations, you just need to adjust to build up an array of the messages that you want to acknowledge and then return that array.
Configuration Options
alwaysAcknowledge Setting
Use this setting to maintain <=v13.x behavior during migration:
alwaysAcknowledge: trueshould be used as a temporary migration aid. The explicit return pattern is recommended for long-term maintainability.Features
Bug Fixes
Chores
v13.0.0Compare Source
Potentially breaking change: This release has upgraded AWS SDK from 3.7x to 3.8x, these versions will include breaking changes.
Bug Fixes
Chores
v12.0.0Compare Source
Chores
colinhacks/zod (zod)
v4.1.13Compare Source
v4.1.12Compare Source
Commits:
0b109c3docs(ecosystem): add bupkis to the ecosystem section (#5237)d22ec0ddocs(ecosystem): add upfetch (#5238)c56a4f6docs(ecosystem): addeslint-plugin-zod-x(#5261)a0abcc0docs(metadata.mdx): fix a mistake in an example output (#5248)62bf4e4fix(ZodError): prevent flatten() from crashing on 'toString' key (#5266)02a5840refac(errors): Unify code structure and improve types (#5278)4b1922adocs(content/v4/index): fix zod version (#5289)3fcb20fAdd frrm to ecosystem (#5292)fda4c7cMake docs work without tokenaf44738Fix lint77c3c9fExport bg.ts3b94610v4.1.12v4.1.11Compare Source
Commits:
2bed4b34.1.11v4.1.10Compare Source
Commits:
7ffedd0Fix shape caching (#5263)82cd717v4.1.10v4.1.9Compare Source
Commits:
a78716dUpdate zshy (#5249)923af80Publish zod@4.1.9v4.1.8Compare Source
Commits:
36c4ee3Switch back to weakmapa1726d54.1.8v4.1.7Compare Source
Commits:
0cca351Fix variable name inconsistency in coercion documentation (#5188)aa78c27Add copy/edit buttons76452d4Update button txt937f73cFix tsconfig issue in bench976b436v4.1.6 (#5222)4309c61Fix cidrv6 validation - cidrv6 should reject invalid strings with multiple slashes (#5196)ef95a73feat(locales): Add Lithuanian (lt) locale (#5210)3803f3fdocs: update wrong contents in codeblocks inapi.mdx(#5209)8a47d5cdocs: update coerce example inapi.mdx(#5207)e87db13feat(locales): Add Georgian (ka) locale (#5203)c54b123docs: adds@traversable/zodand@traversable/zod-testto v4 ecosystem (#5194)c27a294Fix two tiny grammatical errors in the docs. (#5193)23a2d66docs: fix broken links in async refinements and transforms references (#5190)845a230fix(locales): Add type name translations to Spanish locale (#5187)27f13d6Improve regex precision and eliminate duplicates in regexes.ts (#5181)a8a52b3fix(v4): fix Khmer and Ukrainian locales (#5177)887e37cUpdate slugse1f1948fix(v4): ensure array defaults are shallow-cloned (#5173)9f65038docs(ecosystem): add DRZL; fix Prisma Zod Generator placement (#5215)aa6f0f0More fixes (#5223)aab33564.1.7v4.1.6Compare Source
v4.1.5Compare Source
Commits:
530415fUpdate docsb7b081dUpdate z.function() type to support array input (#5170)780cf574.1.5v4.1.4Compare Source
Commits:
3291c61fix(v4): toJSONSchema - wrong tuple withnulloutput when targetingopenapi-3.0(#5156)23f41c7test(v4): toJSONSchema - usevalidateOpenAPI30Schemain all relevant scenarios (#5163)0a09fd2Update installation instructions4ea5fec4.1.4v4.1.3Compare Source
Commits:
98ff675Drop stringToBooleana410616Fix typo0cf4589fix(v4): toJSONSchema - add missing oneOf inside items in tuple conversion (#5146)8bf0c16fix(v4): toJSONSchema tuple path handling for draft-7 with metadata IDs (#5152)5c5fa90fix(v4): toJSONSchema - wrong record output when targetingopenapi-3.0(#5141)87b97ccdocs(codecs): update example to use payloadSchema (#5150)309f358fix(v4): toJSONSchema - output numbers with exclusive range correctly when targetingopenapi-3.0(#5139)1e71ca9docs: fix refine fn to encode works properly (#5148)a85ec3cfix(docs): correct example to useLooseDoginstead ofDog(#5136)3e982744.1.3v4.1.2Compare Source
Configuration
📅 Schedule: Branch creation - "after 9pm,before 5am" (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.