Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 5, 2025

This PR contains the following updates:

Package Change Age Confidence Type Update
@babel/core (source) 7.28.0 -> 7.28.3 age confidence devDependencies patch
@babel/preset-env (source) 7.28.0 -> 7.28.3 age confidence devDependencies patch
@changesets/cli (source) 2.29.5 -> 2.29.6 age confidence dependencies patch
@neo4j/cypher-builder (source) 2.7.1 -> 2.8.0 age confidence dependencies minor
@types/node (source) 22.17.0 -> 22.17.2 age confidence devDependencies patch
@typescript-eslint/eslint-plugin (source) 8.38.0 -> 8.40.0 age confidence devDependencies minor
@typescript-eslint/parser (source) 8.38.0 -> 8.40.0 age confidence devDependencies minor
nock 14.0.7 -> 14.0.10 age confidence devDependencies patch
reviewdog/action-actionlint v1.65.2 -> v1.66.1 age confidence action minor
ts-jest (source) 29.4.0 -> 29.4.1 age confidence devDependencies patch
typescript (source) 5.8.3 -> 5.9.2 age confidence devDependencies minor
webpack 5.101.0 -> 5.101.3 age confidence devDependencies patch

Release Notes

babel/babel (@​babel/core)

v7.28.3

Compare Source

👓 Spec Compliance
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators, babel-plugin-transform-class-static-block, babel-preset-env
🐛 Bug Fix
💅 Polish
  • babel-plugin-transform-regenerator, babel-plugin-transform-runtime
📝 Documentation
🏠 Internal
🔬 Output optimization
  • babel-plugin-proposal-destructuring-private, babel-plugin-proposal-do-expressions
changesets/changesets (@​changesets/cli)

v2.29.6

Compare Source

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

v2.8.0

Compare Source

Minor Changes
  • #​559 137a908 Thanks @​angrykoala! - Support for dynamic labels in patterns

    const query = new Cypher.Match(
        new Cypher.Pattern(new Cypher.Node(), {
            labels: new Cypher.Param("Movie"),
        })
    );
    MATCH (this0:$($param0))
  • #​559 0223ca9 Thanks @​angrykoala! - Add support for dynamic types in patterns

    const query = new Cypher.Match(
        new Cypher.Pattern(new Cypher.Node())
            .related({
                type: new Cypher.Param("ACTED_IN"),
            })
            .to()
    );
    MATCH (this0)-[:$($param1)]->()
Patch Changes
  • #​561 83774e8 Thanks @​angrykoala! - Deprecates the option labelOperator, this option only exists for compatibility with Cypher 4 and is no longer relevant for Cypher 5 or 25

v2.7.2

Compare Source

Patch Changes
  • #​554 e3278f8 Thanks @​angrykoala! - Deprecates Call.importWith in favor of scope variables in Call constructor

  • #​554 a9af397 Thanks @​angrykoala! - Deprecate apoc functions and procedures. These will no longer be supported in version 3 of Cypher Builder:

    • apoc.date.convertFormat
    • apoc.util.validate
    • apoc.util.validatePredicate
    • apoc.cypher.runFirstColumnMany
    • apoc.cypher.runFirstColumnSingle

    These can still be used by using the Function class directly:

    const convertFormat = new Cypher.Function("apoc.date.convertFormat", [
        new Cypher.Variable(),
        new Cypher.Literal("iso_zoned_date_time"),
        new Cypher.Literal("iso_offset_date_time"),
    ]);
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v8.40.0

Compare Source

🚀 Features
  • typescript-estree: forbid invalid keys in EnumMember (#​11232)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.39.1

Compare Source

This was a version bump only for eslint-plugin to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.39.0

Compare Source

🚀 Features
  • eslint-plugin: [only-throw-error] support yield/await expressions (#​11417)
  • eslint-plugin: add no-unnecessary-type-conversion to strict-type-checked ruleset (#​11427)
  • update to TypeScript 5.9.2 (#​11445)
  • eslint-plugin: [naming-convention] add enumMember PascalCase default option (#​11127)
🩹 Fixes
  • eslint-plugin: [no-unsafe-assignment] add an unsafeObjectPattern message (#​11403)
  • eslint-plugin: [prefer-optional-chain] ignore check option for most RHS of a chain (#​11272)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v8.40.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.39.1

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.39.0

Compare Source

🚀 Features
❤️ Thank You

You can read about our versioning strategy and releases on our website.

nock/nock (nock)

v14.0.10

Compare Source

Bug Fixes
  • Use Error objects instead of plain objects with replyWithError() (#​2900) (f2a3389)

v14.0.9

Compare Source

Bug Fixes

v14.0.8

Compare Source

Bug Fixes
  • ClientRequest: support http.Agent instances as agents for https requests (#​2896) (e4390b8)
reviewdog/action-actionlint (reviewdog/action-actionlint)

v1.66.1

Compare Source

v1.66.1: PR #​171 - bump the patch version

v1.66.0

Compare Source

What's Changed

Full Changelog: reviewdog/action-actionlint@v1.65.2...v1.66.0

v1.65.3

Compare Source

v1.65.3: PR #​170 - bump the patch version

kulshekhar/ts-jest (ts-jest)

v29.4.1

Compare Source

microsoft/TypeScript (typescript)

v5.9.2

Compare Source

webpack/webpack (webpack)

v5.101.3

Compare Source

v5.101.2

Compare Source

Fixes
  • Fixed syntax error when comment is on the last line
  • Handle var declaration for createRequire
  • Distinguish free variable and tagged variable

v5.101.1

Compare Source

Fixes
  • Filter deleted assets in processAdditionalAssets hook
  • HMR failure in defer module
  • Emit assets even if invalidation occurs again
  • Export types for serialization and deserialization in plugins and export the ModuleFactory class
  • Fixed the failure export of internal function for ES module chunk format
  • Fixed GetChunkFilename failure caused by dependOn entry
  • Fixed the import of missing dependency chunks
  • Fixed when entry chunk depends on the runtime chunk hash
  • Fixed module.exports bundle to ESM library
  • Adjusted the time of adding a group depending on the fragment of execution time
  • Fixed circle dependencies when require RawModule and condition of isDeferred
  • Tree-shakable module library should align preconditions of allowInlineStartup

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-approve[bot]
renovate-approve bot previously approved these changes Aug 5, 2025
Copy link

changeset-bot bot commented Aug 5, 2025

⚠️ No Changeset found

Latest commit: dadfd8e

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 9196d41 to b3cfe7c Compare August 6, 2025 14:02
@renovate renovate bot force-pushed the renovate/dev-minor-and-patch branch from b3cfe7c to 7d2f9ab Compare August 7, 2025 18:12
renovate-approve[bot]
renovate-approve bot previously approved these changes Aug 7, 2025
renovate-approve[bot]
renovate-approve bot previously approved these changes Aug 8, 2025
@renovate renovate bot force-pushed the renovate/dev-minor-and-patch branch from 64f2fb6 to 5c79cf4 Compare August 9, 2025 00:40
@renovate renovate bot force-pushed the renovate/dev-minor-and-patch branch from 5c79cf4 to dc0c60c Compare August 11, 2025 17:26
renovate-approve[bot]
renovate-approve bot previously approved these changes Aug 11, 2025
renovate-approve[bot]
renovate-approve bot previously approved these changes Aug 12, 2025
@renovate renovate bot force-pushed the renovate/dev-minor-and-patch branch from 40aa499 to 11e1f18 Compare August 12, 2025 11:53
@renovate renovate bot force-pushed the renovate/dev-minor-and-patch branch from 11e1f18 to 5e41bf6 Compare August 12, 2025 12:02
renovate-approve[bot]
renovate-approve bot previously approved these changes Aug 12, 2025
@renovate renovate bot force-pushed the renovate/dev-minor-and-patch branch 2 times, most recently from a3504fa to 88d1d62 Compare August 13, 2025 16:33
@renovate renovate bot force-pushed the renovate/dev-minor-and-patch branch from 88d1d62 to 617b5af Compare August 14, 2025 14:33
renovate-approve[bot]
renovate-approve bot previously approved these changes Aug 14, 2025
renovate-approve[bot]
renovate-approve bot previously approved these changes Aug 14, 2025
@renovate renovate bot force-pushed the renovate/dev-minor-and-patch branch from b0051e9 to 2a43370 Compare August 15, 2025 06:15
@renovate renovate bot force-pushed the renovate/dev-minor-and-patch branch from 2a43370 to c561e05 Compare August 15, 2025 10:01
renovate-approve[bot]
renovate-approve bot previously approved these changes Aug 15, 2025
renovate-approve[bot]
renovate-approve bot previously approved these changes Aug 16, 2025
renovate-approve[bot]
renovate-approve bot previously approved these changes Aug 18, 2025
renovate-approve[bot]
renovate-approve bot previously approved these changes Aug 18, 2025
@renovate renovate bot force-pushed the renovate/dev-minor-and-patch branch 2 times, most recently from 10440ed to 048211a Compare August 19, 2025 15:29
@renovate renovate bot merged commit 2084c8b into dev Aug 19, 2025
41 checks passed
@renovate renovate bot deleted the renovate/dev-minor-and-patch branch August 19, 2025 22:45
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