Skip to content

Update all non-major dependencies#145

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/all-minor-patch
Open

Update all non-major dependencies#145
renovate[bot] wants to merge 1 commit intomainfrom
renovate/all-minor-patch

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Mar 2, 2026

This PR contains the following updates:

Package Change Age Confidence Type Update
@cerbos/grpc (source) ^0.23.0^0.25.0 age confidence dependencies minor
@types/express (source) 4.17.234.17.25 age confidence devDependencies patch
@types/node (source) 24.10.1324.12.2 age confidence devDependencies minor
express (source) 4.21.24.22.1 age confidence dependencies minor
mongoose (source) 9.2.29.4.1 age confidence dependencies minor
nodemon (source) 3.1.103.1.14 age confidence dependencies patch
supercharge/mongodb-github-action 1.12.01.12.1 age confidence action patch
supertest 7.1.47.2.2 age confidence dependencies minor
ts-jest (source) 29.4.129.4.9 age confidence dependencies patch
typescript (source) 5.9.25.9.3 age confidence devDependencies patch

Release Notes

cerbos/cerbos-sdk-javascript (@​cerbos/grpc)

v0.25.0

Compare Source

Added
Changed

v0.24.2

Compare Source

Changed
  • Ignore unknown fields when parsing responses from the policy decision point server (#​1341)

v0.24.1

Compare Source

Changed

v0.24.0

Compare Source

Changed

v0.23.7

Compare Source

Changed

v0.23.6

Compare Source

Changed

v0.23.5

Compare Source

Changed

v0.23.4

Compare Source

Changed

v0.23.3

Compare Source

Changed

v0.23.2

Compare Source

Changed

v0.23.1

Compare Source

Changed
expressjs/express (express)

v4.22.1

Compare Source

v4.22.0

Compare Source

Automattic/mongoose (mongoose)

v9.4.1

Compare Source

==================

  • Revert "fix(setDefaultsOnInsert): run setters on default values during upsert" #​16218 #​16051

v9.4.0

Compare Source

==================

  • perf(document+model): avoid parallel save error instantiation, simplify resetting atomics, streamline validation and collection handling
  • feat(document): add $getChanges() alias, deprecate getChanges() #​15959 techcodie
  • fix(schema): support toJSONSchema on unions #​16179
  • fix(schema): implement validation for Union schemas and subdocuments techcodie
  • fix(connection): snapshot Date in heartbeat handler and flush queue on recovery #​16183 andreialecu
  • fix(model): use duck-typing with version check to validate the argument to useConnection() is actually a connection #​16098
  • fix(setDefaultsOnInsert): run setters on default values during upsert #​16051 mahmoodhamdi
  • fix(utils): properly compare Set objects in deepEqual KhanjarSingh
  • fix(utils): wrap discriminator merge check in parentheses to fix precedence Necro-Rohan
  • fix(schema): correct template literal in encryptionType error message Mridul012
  • fix(schema): correct error when unsupported query operator with number #​16062
  • fix(types): make MergeType and UnpackedIntersection distributive over union types techcodie
  • types: add id to HydratedDocument virtuals by default unless explicitly set #​16178
  • types(populate): use marker type to track populated vs depopulated type for perf
  • types(populate): retain populated paths in toObject() and toJSON() unless depopulate: true set #​16085
  • types(query): make TypeScript error on $and with unrecognized query operator
  • chore: use TSTyche assertions mrazauskas
  • docs(connection): remove references to useUnifiedTopology and fix backtick
  • docs: fix typo 'retreiving' -> 'retrieving' in SchemaType getter JSDoc yogesh968
  • docs: fix typos around 'retrieve' in schemaType and tests ayushshukla1807
  • docs: fix typos in code comments Goldyvaiiii

v9.3.3

Compare Source

==================

  • fix(schemaType): standardize to use MongooseError instead of plain Error #​16172 VIPAX-JIT
  • types: make MergeType distributive to better support populate on models where the hydrated doc type is a union #​16101 #​16161
  • docs: upgrade http:// links to https:// in connections.md #​16163 Puxhkar
  • docs: fix typographical, grammatical errors & documentation clarity improvements #​16175 yogesh968
  • docs: clarify multi-mongos support documentation for sharded clusters

v9.3.2

Compare Source

==================

v9.3.1

Compare Source

==================

  • fix(model): handle passing string projection to hydrate() #​16082
  • fix(model): fix bulkWrite() sorting #​16079 #​16080 pnkov
  • fix(QueryCursor): fix wrong this context in QueryCursor close callback #​16104 techcodie
  • types(schema): infer schema options correctly for model context in statics #​16046 #​16102
  • types(schema): fix type definition for HydratedDocType in autoTypedVirtuals #​16083
  • types(plugin): allow passing model with custom TStatics into Schema.prototype.plugin() #​16090 #​16086
  • chore: use MongooseError instead of Error in schema, model, and aggregate #​15995 mahmoodhamdi
  • docs(projection): clean up jsdoc for parseProjection()

v9.3.0

Compare Source

==================

  • feat(schema): support discriminators option inline for better TypeScript support #​16053
  • feat(aggregate): add pipelineForUnionWith() helper to allow reusing pipelines with $unionWith in TypeScript #​16033
  • feat(setDefaultsOnInsert): pass query as context to default functions #​16041 #​16025
  • fix: resolve deeply nested discriminator paths in arrayFilters #​16072 Yatin81
  • fix(changeStream): emit ready on next tick to allow stream to initialize
  • fix(connection): handle calling watch() on disconnected connection
  • fix: remove references to mongodb option "promiseLibrary" hasezoey
  • fix(model+query): backwards compatible validateBeforeSave handling and avoid TypeError in removeUnusedArrayFilters on nullish update
  • perf(model): remove unnecessary overhead when saving new doc
  • types(InferRawDocType): fall back to using InferRawDocType instead of pulling non-raw inferred doc type if EnforcedDocType not set #​16053
  • types: add type constraints for Document#$model() and Document#model() mrazauskas
  • docs: fix broken links and update MongoDB documentation links #​16037 hasezoey
  • docs(contributing): update issue tracker links to Automattic org AkaHarshit

v9.2.4

Compare Source

==================

  • types(models): allow unknown keys in subdocs while retaining autocomplete suggestions #​16048
  • types(schema): fix issues related to defining timestamps and virtuals with methods and/or statics in schema options #​16052 #​16046
  • docs: use lowercase primitive types in JSDoc and fix incorrect @returns declarations #​16036 #​16018
  • docs(field-level-encryption): improve CSFLE docs with model registration guidance and schema definition example #​16065 #​16015

v9.2.3

Compare Source

==================

  • types(model): make bulkSave() correctly take array of THydratedDocumentType #​16032
remy/nodemon (nodemon)

v3.1.14

Compare Source

Bug Fixes

v3.1.13

Compare Source

Bug Fixes

v3.1.12

Compare Source

Bug Fixes

v3.1.11

Compare Source

supercharge/mongodb-github-action (supercharge/mongodb-github-action)

v1.12.1

Compare Source

Fixed
  • change Docker tag from docker:stable to docker:latest
ladjs/supertest (supertest)

v7.2.2

Compare Source

  • fix: replace 'should' dependency with native assertions in cookies module 1954bcf

v7.2.1

Compare Source

  • fix: correct case-sensitive require path for assertion module d4f04fb

v7.2.0

Compare Source

  • fix: fixed package lock c4b08a6
  • fix: drop v14 and v16 from tests d084ce2
  • Merge pull request #​872 from forwardemail/dependabot/npm_and_yarn/js-yaml-3.14.2 61f3ddf
  • Merge pull request #​873 from forwardemail/dependabot/npm_and_yarn/multi-6d05d0e569 bd2fe45
  • chore(deps): bump qs, body-parser and express 07bf4fb
  • Merge pull request #​866 from SchroederSteffen/use-lowercase-header-name 0666797
  • Merge pull request #​868 from dmurvihill/cookie-assertions 953eca7
  • chore(deps-dev): bump js-yaml from 3.14.1 to 3.14.2 81ab94c
  • Merge pull request #​870 from kudlav/patch-1 14d905d
  • Update links to documentation in README f508b30
  • feat(cookies): add cookie assertions 4f89680
  • chore(readme): use lower-case header name 1e642b0

kulshekhar/ts-jest (ts-jest)

v29.4.9

Compare Source

v29.4.8

Compare Source

v29.4.7

Compare Source

Features

v29.4.6

Compare Source

Bug Fixes

v29.4.5

Compare Source

Bug Fixes
  • allow filtering modern module warning message with diagnostic code (c290d4d), , closes #​5013

v29.4.4

Compare Source

Bug Fixes

v29.4.3

Compare Source

Bug Fixes

v29.4.2

Compare Source

microsoft/TypeScript (typescript)

v5.9.3: TypeScript 5.9.3

Compare Source

Note: this tag was recreated to point at the correct commit. The npm package contained the correct content.

For release notes, check out the release announcement

Downloads are available on:


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Between 12:00 AM and 03:59 AM, only on Monday (* 0-3 * * 1)
  • Automerge
    • "after 9am and before 5pm Monday"

🚦 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from alexolivier March 2, 2026 11:03
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 2e65f84 to 6bcf05b Compare March 3, 2026 16:10
@alexolivier alexolivier force-pushed the renovate/all-minor-patch branch from 6bcf05b to f8f624b Compare March 3, 2026 16:15
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from d3d21ac to 96d00a4 Compare March 6, 2026 05:24
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from e3a298b to 80745ba Compare March 17, 2026 17:21
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 4d806df to 2738681 Compare March 25, 2026 20:49
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 44d02a3 to 87cb6d5 Compare April 3, 2026 21:45
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 87cb6d5 to 9b3a95f Compare April 8, 2026 21:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants