Skip to content

Bump the minor-and-patch group across 1 directory with 7 updates - #44

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/minor-and-patch-5bb7e1f2c0
Closed

Bump the minor-and-patch group across 1 directory with 7 updates#44
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/minor-and-patch-5bb7e1f2c0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 18, 2026

Copy link
Copy Markdown

Bumps the minor-and-patch group with 7 updates in the / directory:

Package From To
@exasol/exasol-driver-ts 0.4.1 0.5.0
ws 8.21.0 8.21.3
@n8n/node-cli 0.37.1 0.44.2
n8n-workflow 2.28.1 2.35.1
prettier 3.8.3 3.9.6
testcontainers 12.0.4 12.1.0
ts-jest 29.4.11 29.4.12

Updates @exasol/exasol-driver-ts from 0.4.1 to 0.5.0

Release notes

Sourced from @​exasol/exasol-driver-ts's releases.

0.5.0: CSV Export

This release upgrades dependencies and runtime environment.

The driver now supports TypeScript's automatic resource management with await using:

await using driver = new ExasolDriver(websocketFactory, config);
await driver.connect();
// The driver is closed automatically when this scope exits.

The release also adds Node.js local CSV export with table and query sources, CSV format options, compression, existing-file protection, and AbortSignal cancellation. See the CSV Export user guide.

await driver.exportToCsvFile('MY_SCHEMA.MY_TABLE', '/absolute/path/to/data.csv');

This release also fixes fetch commands to use the configured fetch size and increases the default fetch size to 1 MiB. Thanks to @​espenhogbakk for reporting this!

Breaking Changes

  • TypeScript upgraded from 5.9.3 to 7.0.2
  • TypeScript configuration:
    • target changed from ES5 to ES6
    • moduleResolution changed from node to bundler
  • Exasol v7.1 is no longer supported.
  • The driver now only supports encrypted connections. Unencrypted connections are no longer supported.
    • The encryption field of interface Config is now deprecated and no longer evaluated.

Features

  • #73: Added TypeScript await using support for drivers, prepared statements, and connection pools.
  • #68: Added AbortSignal cancellation for local CSV imports.
  • #69: Added Node.js local CSV export

Bugfixes

  • #83: Fixed fetch commands to use the configured fetch size

Dependency Updates

Compile Dependency Updates

  • Updated pako:^2.1.0 to ^3.0.1

Development Dependency Updates

  • Updated @types/pako:^2.0.4 to ^3.0.0
  • Added @typescript/native:npm:typescript@^7.0.2
  • Updated globals:^17.6.0 to ^17.9.0

... (truncated)

Commits

Updates ws from 8.21.0 to 8.21.3

Release notes

Sourced from ws's releases.

8.21.3

Bug fixes

  • The server now correctly rejects permessage-deflate offers if the incoming client_max_window_bits parameter value is smaller than its configured clientMaxWindowBits (e97a20ea).

8.21.2

Bug fixes

  • Fixed a test for CITGM (2eb3be0b).

8.21.1

Bug fixes

  • Empty fragments are now counted toward the limit (a2f4e7c0).
  • The default values of the maxBufferedChunks and maxFragments options have been reduced (f197ac65).
Commits
  • c791e70 [dist] 8.21.3
  • e97a20e [fix] Reject offers with client_max_window_bits below config
  • 787ebf2 [dist] 8.21.2
  • b4d62eb Revert "[ci] Trust Coveralls Homebrew tap"
  • e4bb883 [security] Use GitHub PVR as main reporting channel
  • 2eb3be0 [test] Skip test on Node.js versions where it does not apply
  • ae1de54 [dist] 8.21.1
  • 8e9511b [ci] Trust Coveralls Homebrew tap
  • f197ac6 [fix] Lower default values of maxBufferedChunks and maxFragments
  • 8df8265 [ci] Update actions/checkout action to v7
  • Additional commits viewable in compare view

Updates @n8n/node-cli from 0.37.1 to 0.44.2

Release notes

Sourced from @​n8n/node-cli's releases.

stable

2.35.3 (2026-08-14)

Bug Fixes

  • core: Allow details field in continueErrorOutput mode (#36228) (e58a680)
  • core: Bound workflow publication outbox record processing with an abort deadline (#36286) (69140c0)
  • editor: Update ready-to-run demo templates to a current OpenAI model (#36201) (66ba995)
  • Google Ads Node: Migrate from sunset v21 API to v25 (#36259) (75780ec)
  • Microsoft Teams Node: Restore Group.ReadWrite.All OAuth2 scope (#36186) (0eba018)

Features

  • core: Skip update approval for workflows created in the same Instance AI session (#36106) (a29cabc)

beta

2.36.0 (2026-08-18)

Bug Fixes

  • ai-builder: Align HITL approval resume schemas with confirm envelope (#36047) (be1fde1)
  • ai-builder: Enable Save in agent tool modal when credential auth is selected (#36012) (4fe94d8)
  • ai-builder: Prevent agent from claiming integration tool call success early (#36196) (547cfb9)
  • ai-builder: Recover stuck tool-call UI and MCP timeout progressive update (#36162) (e1cd757)
  • ai-builder: Surface existing LLM-provider credentials when a filtered lookup finds none (#35833) (d73d625)
  • ai-builder: Surface skill save validation errors and stop reverting skill renames (#36055) (b08cde6)
  • Avoid false port-in-use error in get-n8n script on Windows/WSL (#36026) (6f2033f)
  • core: Accept Always allow scope on data-tables resume (#36070) (560455f)
  • core: Allow details field in continueErrorOutput mode (#35939) (55927c4)
  • core: Apply TLS options per hop when requests go through a proxy (#35518) (68bcdfe)
  • core: Bound database pool teardown so connection recovery always completes (#36013) (da314d3)
  • core: Bound workflow publication outbox record processing with an abort deadline (#36197) (c0278b0)
  • core: Crash enqueued executions with unreadable data (#36010) (fd67bf8)
  • core: Detect node settings changes when comparing workflow versions (#36066) (e4f0c33)
  • core: Execute tools in the order the root requested them (#36009) (acd4fda)
  • core: Explain Browser Use failures caused by other browser extensions (#36011) (f66a0e8)
  • core: Expose incoming request headers to MCP trigger tools (#35236) (64ed864)
  • core: Fix non existent workflow id pathway for AIA (#35984) (6ab2569)
  • core: Fix z-indexing of expression modal over agent NDV (#36233) (1fa6ef0)
  • core: Gate AI Assistant workflow publish offers on live verification (#36394) (602e6a0)
  • core: Handle dropped AI provider connections as transient (#35587) (72235d3)
  • core: Handle oversized chat attachments gracefully (#36061) (de8b358)
  • core: Harden agent HTTP Request tool configuration (#36463) (0791359)

... (truncated)

Commits

Updates n8n-workflow from 2.28.1 to 2.35.1

Commits
  • e802090 🚀 Release 2.35.1 (#36102)
  • b81e52d fix(core): Accept Always allow scope on data-tables resume (backport to relea...
  • 2f6059f feat(core): Add activation-capped AI Assistant trial variant (no-changelog) (...
  • 2a53043 chore: chore: Remove stale seq-queue license override from SBOM config (backp...
  • 2e2ad77 fix(core): Apply TLS options per hop when requests go through a proxy (backpo...
  • 5102c60 🚀 Release 2.35.0 (#36006)
  • da1d057 ci: Publish a weekly release candidate from the 3.x branch (#35741)
  • ce3204a chore: Update e2e impact map (#36004)
  • 9205eb3 test(core): Support credential seeding in MCP workflow evals (no-changelog) (...
  • c04825d fix(core): Fail stalled Instance AI model streams fast instead of hanging (#3...
  • Additional commits viewable in compare view

Updates prettier from 3.8.3 to 3.9.6

Release notes

Sourced from prettier's releases.

3.9.6

What's Changed

🔗 Changelog

3.9.5

🔗 Changelog

3.9.4

  • Angular: Format @content(name) -> @content (name) to align with other block syntax (#19499 by @​fisker)

🔗 Changelog

3.9.3

🔗 Changelog

3.9.1

🔗 Changelog

3.9.0

diff

🔗 Prettier 3.9: Major parser upgrades and Formatting improvements

3.8.5

🔗 Changelog

3.8.4

🔗 Changelog

Changelog

Sourced from prettier's changelog.

3.9.6

diff

TypeScript: Preserve quotes for methods named new (#19621 by @​kovsu)

// Input
interface Container {
  "new"(id: string): number;
}
// Prettier 3.9.5
interface Container {
new(id: string): number;
}
// Prettier 3.9.6
interface Container {
"new"(id: string): number;
}

TypeScript: Support import defer (#19624, #19675 by @​fisker)

// Input
import defer * as foo from "foo";
// Prettier 3.9.5
import * as foo from "foo";
// Prettier 3.9.6
import defer * as foo from "foo";

JavaScript: Added a new official plugin @prettier/plugin-yuku (#19628, #19629 by @​fisker)

@prettier/plugin-yuku is powered by Yuku (A high-performance JavaScript/TypeScript compiler toolchain written in Zig).

This plugin includes two new parsers: yuku (JavaScript syntax) and yuku-ts (TypeScript syntax).

To use this plugin:

  1. Install the plugin:

    yarn add --dev prettier @prettier/plugin-yuku

... (truncated)

Commits

Updates testcontainers from 12.0.4 to 12.1.0

Release notes

Sourced from testcontainers's releases.

v12.1.0

Changes

🚀 Features

📖 Documentation

🧹 Maintenance

📦 Dependency Updates

Commits

Updates ts-jest from 29.4.11 to 29.4.12

Release notes

Sourced from ts-jest's releases.

v29.4.12

Please refer to CHANGELOG.md for details.

Changelog

Sourced from ts-jest's changelog.

29.4.12 (2026-07-22)

Features

  • compiler: support TypeScript 7 projects through compatibility aliases (#5386)
Commits
  • 3f05625 chore(release): 29.4.12
  • df28b27 docs: clarify TypeScript version prerequisites
  • c8a614a docs: mention TypeScript 7 setup in README
  • 06c79d4 fix: address TypeScript 7 review feedback
  • f107460 docs: explain TypeScript 7 compatibility setup
  • 3388227 test(e2e): add TypeScript compatibility matrix
  • 891dc73 fix(compiler): support TypeScript 7 compatibility aliases
  • eb135eb build(deps-dev): bump shell-quote from 1.8.4 to 1.10.0 in /examples
  • d5d80a3 ci: pin google osv scan action at v2.3.5
  • 6bf293f build(deps): bump shell-quote from 1.8.4 to 1.10.0 in /website
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the minor-and-patch group with 7 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@exasol/exasol-driver-ts](https://github.com/exasol/exasol-driver-ts) | `0.4.1` | `0.5.0` |
| [ws](https://github.com/websockets/ws) | `8.21.0` | `8.21.3` |
| [@n8n/node-cli](https://github.com/n8n-io/n8n) | `0.37.1` | `0.44.2` |
| [n8n-workflow](https://github.com/n8n-io/n8n) | `2.28.1` | `2.35.1` |
| [prettier](https://github.com/prettier/prettier) | `3.8.3` | `3.9.6` |
| [testcontainers](https://github.com/testcontainers/testcontainers-node) | `12.0.4` | `12.1.0` |
| [ts-jest](https://github.com/kulshekhar/ts-jest) | `29.4.11` | `29.4.12` |



Updates `@exasol/exasol-driver-ts` from 0.4.1 to 0.5.0
- [Release notes](https://github.com/exasol/exasol-driver-ts/releases)
- [Commits](exasol/exasol-driver-ts@0.4.1...0.5.0)

Updates `ws` from 8.21.0 to 8.21.3
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](websockets/ws@8.21.0...8.21.3)

Updates `@n8n/node-cli` from 0.37.1 to 0.44.2
- [Release notes](https://github.com/n8n-io/n8n/releases)
- [Commits](https://github.com/n8n-io/n8n/commits)

Updates `n8n-workflow` from 2.28.1 to 2.35.1
- [Release notes](https://github.com/n8n-io/n8n/releases)
- [Commits](https://github.com/n8n-io/n8n/compare/n8n@2.28.1...n8n@2.35.1)

Updates `prettier` from 3.8.3 to 3.9.6
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.8.3...3.9.6)

Updates `testcontainers` from 12.0.4 to 12.1.0
- [Release notes](https://github.com/testcontainers/testcontainers-node/releases)
- [Commits](testcontainers/testcontainers-node@v12.0.4...v12.1.0)

Updates `ts-jest` from 29.4.11 to 29.4.12
- [Release notes](https://github.com/kulshekhar/ts-jest/releases)
- [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md)
- [Commits](kulshekhar/ts-jest@v29.4.11...v29.4.12)

---
updated-dependencies:
- dependency-name: "@exasol/exasol-driver-ts"
  dependency-version: 0.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: ws
  dependency-version: 8.21.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@n8n/node-cli"
  dependency-version: 0.44.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: n8n-workflow
  dependency-version: 2.35.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: prettier
  dependency-version: 3.9.6
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: testcontainers
  dependency-version: 12.1.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: ts-jest
  dependency-version: 29.4.12
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 18, 2026
@dependabot @github

dependabot Bot commented on behalf of github Sep 1, 2026

Copy link
Copy Markdown
Author

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot Bot closed this Sep 1, 2026
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/minor-and-patch-5bb7e1f2c0 branch September 1, 2026 19:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants