Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 31, 2025

This PR contains the following updates:

Package Change Age Confidence
@babel/core (source) 7.28.4 -> 7.28.5 age confidence
@babel/preset-env (source) 7.28.3 -> 7.28.5 age confidence
@graphql-tools/wrap (source) 11.0.1 -> 11.0.2 age confidence
@neo4j/cypher-builder (source) 2.9.0 -> 2.10.0 age confidence
koa (source) 3.0.3 -> 3.1.1 age confidence

Release Notes

babel/babel (@​babel/core)

v7.28.5

Compare Source

👓 Spec Compliance
🐛 Bug Fix
  • babel-plugin-proposal-destructuring-private
  • babel-parser
  • babel-plugin-proposal-discard-binding, babel-plugin-transform-destructuring
  • babel-helper-create-class-features-plugin, babel-helper-member-expression-to-functions, babel-plugin-transform-block-scoping, babel-plugin-transform-optional-chaining, babel-traverse, babel-types
  • babel-traverse
🏠 Internal
🏃‍♀️ Performance
graphql-hive/gateway (@​graphql-tools/wrap)

v11.0.2

Compare Source

Patch Changes
neo4j/cypher-builder (@​neo4j/cypher-builder)

v2.10.0

Compare Source

Minor Changes
  • #​599 a0e01d0 Thanks @​angrykoala! - Add support for range operator ([ .. ]) in Cypher.List, PropertyRef.range and using Cypher.listRange:

    new Cypher.Variable().property("prop").range(1, -1); // var0["prop"][1..-1]
    new Cypher.List([1, 2, 3, 4]).range(1, -1); // [1, 2, 3, 4][1..-1]
    Cypher.listRange(expr, 2, -1); // expr[2..-1]
  • #​600 074ea4a Thanks @​angrykoala! - Add support for .set and .remove in Cypher.With

Patch Changes
  • #​596 e3a3447 Thanks @​angrykoala! - Support for a single value in Cypher.minus operator:

    Cypher.minus(var1, var2); // var1 - var2
    Cypher.minus(var1); // -var1
koajs/koa (koa)

v3.1.1

Compare Source

What's Changed

Full Changelog: koajs/koa@v3.1.0...v3.1.1

v3.1.0

Compare Source

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

fixes

  • [2ee32f5] - fix: pin debug@~3.1.0 avoid deprecated warnning (#​1245) (fengmk2 <<fengmk2@​gmail.com>>)

others


Configuration

📅 Schedule: Branch creation - "after 10pm every weekday,before 5am every weekday,every weekend" in timezone Europe/London, Automerge - At any time (no schedule defined).

🚦 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 enabled auto-merge (squash) October 31, 2025 00:47
@changeset-bot
Copy link

changeset-bot bot commented Oct 31, 2025

⚠️ No Changeset found

Latest commit: dfbb89f

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@renovate renovate bot force-pushed the renovate/dev-minor-and-patch branch from f849358 to dfbb89f Compare October 31, 2025 05:54
@renovate renovate bot merged commit 9b738ee into dev Oct 31, 2025
46 checks passed
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.

1 participant