Skip to content

Bump the minor-and-patch group across 1 directory with 8 updates - #45

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/minor-and-patch-c6e3d5d007
Open

Bump the minor-and-patch group across 1 directory with 8 updates#45
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/minor-and-patch-c6e3d5d007

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 1, 2026

Copy link
Copy Markdown

Bumps the minor-and-patch group with 8 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.46.1
jest 30.4.2 30.5.0
n8n-workflow 2.28.1 2.37.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.46.1

Release notes

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

beta

2.38.1 (2026-09-01)

Bug Fixes

  • Add parameter binding for mongodb sort and projection (#37335) (292f442)
  • ai-builder: Add case for agent artifacts in AIA preview tab bar (#37141) (ede265d)
  • ai-builder: Add several tools of the same provider via UI (#37212) (fd3a51c)
  • ai-builder: Emit tool call events for Workflow, HTTP Request and Code tools (#37044) (7e81610)
  • ai-builder: Fix session timeline/trace not showing on preview dock when full screen (#36930) (80ff0f3)
  • ai-builder: Preserve managed n8n credits when building workflows (#37198) (0fbc526)
  • Alibaba Cloud Node: Use async image-generation for Wan 2.6 (#37060) (69991a5)
  • API: Adapt binary data endpoint (#36974) (c339069)
  • API: Improve config handling on instance-settings endpoints (#36680) (a53a75d)
  • API: Resolve discover scopes from the request token grant (#37225) (8342a46)
  • API: Skip projectRelations eager-load in GET /credentials (#37138) (b3a77b0)
  • Chat Trigger Node: Apply authentication to test webhook requests (#37296) (122ee6d)
  • Chat Trigger Node: Respect private chat setting in tests (#37406) (0e1901f)
  • Copy glibc into distroless runners image as a matched pair (#37149) (b54c9b6)
  • core: Add a timeout to the S3 startup connection check (#37245) (2586e21)
  • core: Allow a domain-restricted credential to work in its own node (#37200) (720f397)
  • core: Apply proxy environment variables consistently across packages and processes (#37124) (4b9dc5a)
  • core: Bind OAuth token grants to their approved resource (#37122) (380788f)
  • core: Detect invalid Slack Block Kit payloads in AI Assistant builds (#37217) (b9342a5)
  • core: Fix evaluation runs failing when the Evaluation Trigger feeds the entry node (#36975) (72283bd)
  • core: Fix scripts/generate-types export path (#32071) (106166a)
  • core: Gate browser credential creation on its own permission (#36931) (532911c)
  • core: Grant connect access for globally shared end-user credentials (#36992) (aaf0a7e)
  • core: Keep abandoned tool-call suspensions visible in AI Assistant thread history (#36737) (052c30e)
  • core: Keep AI Assistant workflow builds honest about their project (#37177) (7fe438e)
  • core: Keep an existing community package directory when a fresh install fails (#36964) (ad15ba4)
  • core: Keep the API version in the Gemini base URL for agent models (#37239) (c2f636b)
  • core: Only record sub-node error metadata for nodes that get a run (#37256) (8fcabd6)
  • core: Preserve binary content in agent tool results (#37206) (b54500d)
  • core: Prevent OpenTelemetry disable from failing when OTLP collector is unreachable (#37203) (5dd2454)
  • core: Prevent Supabase vector store node auth client timer leaks (#37054) (ad24a48)
  • core: Re-check user tool access on agent runtime cache hits (#37401) (6e9c3e2)
  • core: Report and reconcile agent channel startup failures (#36578) (6b0de0d)
  • core: Report what credential setup actually selected (#37019) (ef13ad0)
  • core: Respond with an error when a webhook execution ends before the Respond to Webhook node runs (#37006) (f9814b7)
  • core: Restore mutating array methods on $json data in expressions (#37172) (dcb5736)
  • core: Return a single not-found message when disconnecting a credential (#37292) (bde05e0)
  • core: Reuse native Agent channel capabilities (#36849) (e4edf89)
  • core: Route OAuth2 token requests through environment proxies in every process (#36996) (5266ce3)
  • core: Route secrets pasted in AI chat to real credential forms (#37277) (6cc8c59)
  • core: Scope active workflow IDs to the requesting user's projects (#37326) (b557e90)
  • core: Share one time budget across nested expression evaluations (#37330) (99c9e79)
  • core: Split Instance Settings permissions into granular custom-role options (#36802) (1f390cd)
  • core: Stage libatomic into the distroless runners image (#37106) (ca600ad)

... (truncated)

Commits

Updates jest from 30.4.2 to 30.5.0

Release notes

Sourced from jest's releases.

v30.5.0

On a personal note: King Harald V of Norway passed away this morning. He ascended the throne 35 years ago, two months before I was born. This release is dedicated to his memory. Hvil i fred 🇳🇴


This is a big release. It touches jest-runtime, jest-resolve and jest-haste-map in many places, and with this many changes there might be regressions 😬. If your suite behaves differently after upgrading, please open an issue.

Highlights

whenCalledWith

Mock functions can now configure return values per argument list, contributed by @​timkindberg (#16053):

const fn = jest.fn();
fn.whenCalledWith('apple').mockReturnValue('red');
fn.whenCalledWith('banana').mockReturnValue('yellow');
fn.whenCalledWith(expect.any(Number)).mockReturnValue('numeric');
fn('apple'); // 'red'
fn('banana'); // 'yellow'
fn(42); // 'numeric'
fn('grape'); // undefined

The returned object is a real Mock, so mockReturnValueOnce, mockResolvedValue, mockImplementation etc. all chain here too. Argument slots accept literals or any asymmetric matcher, with the same equality semantics as toHaveBeenCalledWith(). Calls that match nothing fall through to the base mock. See the Mock Functions docs for matching and precedence details.

Describe-level retries

jest.retryTimes() can now retry a whole describe block instead of a single test, contributed by @​soltonigiri (#16322). Each attempt reruns the block's beforeAll/afterAll hooks, child tests and nested describes, which helps when tests in a block depend on shared state:

describe('workflow', () => {
  jest.retryTimes(3, {entireDescribe: true});
test('first step', () => {});
test('second step', () => {}); // a failure retries the entire block
});

New file watcher

The non-watchman path of jest-haste-map is rewritten. @parcel/watcher replaces the homegrown NodeWatcher and FSEventsWatcher (#16188), and fdir replaces the hand-rolled directory recursion in the crawler (#16187). A batch of fixes also makes watching and indexing survive locked files on Windows, watchman failures, and duplicate manual mocks (#16295, #16358, #16355, #16360).

If you can, please run your suite with --no-watchman (in and out of watch mode) to exercise the new crawler and watchers, and report anything odd 👍

Long-requested dependency updates

  • babel-plugin-istanbul is updated to v8 (#16049)
  • glob is updated to v13 (#16397)

... (truncated)

Changelog

Sourced from jest's changelog.

30.5.0

Features

  • [@jest/expect-utils, jest-mock] Add mockFn.whenCalledWith(...args) for configuring return values per argument list, with first-class asymmetric-matcher support (#16053)
  • [@jest/expect-utils] Export AsymmetricMatcher and FunctionParameters types (previously private to expect) (#16053)
  • [jest-circus, jest-core, jest-jasmine2, jest-test-result, jest-types] --collectTests now expands test.each/describe.each cases and reports per-status counts (skipped/todo via the new wouldRun flag for selected tests) plus a summary line that match a real run, including under --testNamePattern and .only/fdescribe focus on both the circus and jasmine2 runners (#16259)
  • [jest-circus, jest-environment, jest-runtime, jest-types] Add describe-level retries via jest.retryTimes(..., {entireDescribe: true}) (#16322)
  • [jest-circus, jest-message-util, jest-reporters, jest-types] Add retryMessages to AssertionResult and export formatErrorStack, so the retry log renders nested cause and AggregateError sections with code frames instead of serialized [cause]:/[errors]: markers (#16316)
  • [jest-circus, jest-types] Add unhandledErrorsDetailed to Circus.RunResult, so an unhandled rejection reports its cause chain and AggregateError entries with code frames instead of a pre-serialized stack (#16316)
  • [jest-haste-map] Replace NodeWatcher and FSEventsWatcher with @parcel/watcher for the non-watchman watch path (#16188)
  • [jest-resolve] Bump unrs-resolver to 1.12.1, remove jest-pnp-resolver and unnecessary checks (#15721)
  • [jest-resolve] Honor Node's --preserve-symlinks / NODE_PRESERVE_SYMLINKS in the default resolver by passing symlinks: false to unrs-resolver (#16260)
  • [jest-runtime] Apply automocking and manual __mocks__ files to synchronously evaluable ESM graphs on Node 24.9+ - static imports, dynamic import() and require() of an ESM file now generate an automock from the real module's namespace instead of failing with "Attempting to import a mock without a factory". Graphs that need async evaluation (top-level await) or an async-only resolver or transformer still throw (#16391)
  • [jest-runtime] Route process.getBuiltinModule through the sandbox, so it returns the sandbox process and the hooked node:module instead of the host's (#16391)
  • [jest-runtime] Throw an actionable error from module.register() and module.registerHooks() inside a test - the hooks attached to the loader running Jest itself, never saw the sandboxed requires they were meant for, and stayed registered for every later test file in the worker (#16391)
  • [jest-runtime] Surface resolution and import-attribute errors in an ESM graph before executing any of its CJS dependencies on Node 24.9+, matching Node's run-nothing-on-a-broken-graph behavior; the legacy loader on older versions keeps its linking-time execution order (#16391)
  • [jest-runtime] Throw ERR_SOURCE_PHASE_NOT_DEFINED with an actionable message for import source and import.source(), instead of failing at instantiation with V8's bare "Source phase import object is not defined" (#16391)
  • [jest-runtime] Emit the JSON-without-import-attribute deprecation warning once per test file instead of once per worker, so it is no longer silently swallowed for every file after the first (#16391)
  • [jest-runtime] Set import.meta.main to true in the test file and false in every module it loads, matching Node 24+ (#16367)
  • [jest-runtime] Resolve the module-sync export condition, so a package that exposes its ESM entry point for require() loads the same file Node would (#16336)
  • [jest-snapshot] Add external snapshot paths to custom reporter failure details (#16374)

Fixes

  • [jest-console, jest-reporters] CustomConsole now buffers console output so TestResult.console is populated for reporters when verbose is enabled, while GitHubActionsReporter avoids replaying buffered output in verbose mode (#16155)
  • [expect, jest-message-util, jest-pattern, jest-regex-util, jest-util] Revert node: protocol imports to restore webpack/browser-bundle compatibility (#16167)
  • [expect] Widen toMatchObject and objectContaining parameter type from Record<string, unknown> to object so class instances are accepted (#16196)
  • [jest-circus] Call a generator test body with the shared test context, so this matches what a regular test function receives (#16347)
  • [jest-circus] Capture the error listeners of the parent process instead of the in-sandbox process, so listeners registered before the test file survive teardown and sandbox listeners no longer leak onto the parent (#16347)
  • [jest-circus] Clear currentlyRunningTest after skipped and todo tests (#16342)
  • [jest-circus] Prevent late done() callbacks from affecting later test or hook invocations (#16343)
  • [jest-circus, jest-jasmine2] Honor --expand when formatting node:assert failures, instead of always collapsing the diff (#16347)
  • [jest-circus, jest-jasmine2, jest-message-util] Serialize the inner errors of an AggregateError into failureMessages, retryReasons and unhandledErrors, so --json output and reporter annotations include them (#16316)
  • [jest-circus, jest-snapshot] Keep snapshot state and counts correct when a test retries (#16344)
  • [@jest/create-cache-key-function] Include the caller support flags in the generated key, so a transformer that emits ESM or CJS based on them no longer shares one cache entry between the two (#16331)
  • [@jest/create-cache-key-function] Include the stringified project config in the generated key, so editing a transformer's own settings invalidates what it cached (#16331)
  • [@jest/transform] Include the caller support flags in a transform's cache key, so a file transformed both as ESM and as CJS no longer serves one shape's output for the other (#16331)
  • [jest-config] Add missing findRelatedTests, outputFile, and replname entries to ValidConfig so they no longer trigger spurious "Unknown option" warnings (#16224)
  • [jest-config] Use --config for the global config when multiple --projects are specified (#16273)
  • [jest-core] Serialize bigint values in --json and --outputFile output as their literal form (4n), instead of failing the run with TypeError: Do not know how to serialize a BigInt (#16338)
  • [jest-core] Do not report a CustomGC async resource (used by N-API addons such as napi-rs for per-isolate GC bookkeeping) as an open handle, since it is napi_unref'd by the addon and can never keep the event loop alive (#16379)
  • [jest-each] Keep a $&, $`, $' or $$ inside a %p param value out of the replacement, so the title shows the value instead of the text around it (#16338)
  • [jest-each] Interpolate a bigint into a %j title as its literal form ("4n") at any depth, instead of throwing TypeError: Do not know how to serialize a BigInt while collecting the tests (#16338)
  • [jest-environment, jest-runtime] Bind sandboxInjectedGlobals to the right values when injectGlobals is false, instead of shifting every one of them by a position (#16377)
  • [jest-environment-node, jest-util] Only warn about a conflicting globalsCleanup mode when one was explicitly configured, and follow the mode that is actually in effect (#16323)
  • [jest-environment-node, jest-util] Stop resolving lazy globals when setting up an environment, so Node 26's builtin module globals are no longer loaded (and no longer emit their deprecation warnings) for every test file (#16324)
  • [jest-haste-map] Keep watch mode alive when an outside process briefly makes a file unreadable on Windows, instead of tearing the watcher down on EPERM (#16295)
  • [jest-haste-map] Keep indexing when an outside process holds a file open on Windows, instead of failing the whole crawl on EPERM (#16358)
  • [jest-haste-map] Keep a duplicated manual mock resolving when the file it pointed at is deleted in watch mode (#16360)

... (truncated)

Commits

Updates n8n-workflow from 2.28.1 to 2.37.1

Commits
  • 825fc6f 🚀 Release 2.37.1 (#37029)
  • 5118020 fix(core): Route OAuth2 token requests through environment proxies in every p...
  • 541a312 🚀 Release 2.37.0 (#36986)
  • c699a71 feat(editor): Redact AI Assistant frontend telemetry (no-changelog) (#36914)
  • f6b4e48 chore: Move CI and repo configurations to use pnpm 11 (#36424)
  • 7821b9c chore: Update e2e impact map (#36980)
  • 3422440 feat(core): Make form trigger OAuth2 authentication generally available (#36950)
  • a1df711 feat(core): Enforce policy on workflow save (no-changelog) (#36936)
  • 49d8c40 feat(core): Add node type policy evaluation engine (no-changelog) (#36942)
  • 9dde683 refactor(API): Add a strict option to Z.class (no-changelog) (#36916)
  • 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 8 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.46.1` |
| [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest) | `30.4.2` | `30.5.0` |
| [n8n-workflow](https://github.com/n8n-io/n8n) | `2.28.1` | `2.37.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.46.1
- [Release notes](https://github.com/n8n-io/n8n/releases)
- [Commits](https://github.com/n8n-io/n8n/commits)

Updates `jest` from 30.4.2 to 30.5.0
- [Release notes](https://github.com/jestjs/jest/releases)
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jestjs/jest/commits/v30.5.0/packages/jest)

Updates `n8n-workflow` from 2.28.1 to 2.37.1
- [Release notes](https://github.com/n8n-io/n8n/releases)
- [Commits](https://github.com/n8n-io/n8n/compare/n8n@2.28.1...n8n@2.37.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.46.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: jest
  dependency-version: 30.5.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: n8n-workflow
  dependency-version: 2.37.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 Sep 1, 2026
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