ci(deps): bump the major-updates group across 1 directory with 8 updates - #133
ci(deps): bump the major-updates group across 1 directory with 8 updates#133dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the major-updates group with 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | [bullmq](https://github.com/taskforcesh/bullmq) | `5.78.0` | `6.1.2` | | [ioredis](https://github.com/redis/ioredis) | `5.11.1` | `6.0.0` | | [js-yaml](https://github.com/nodeca/js-yaml) | `4.3.1` | `5.3.0` | | [openai](https://github.com/openai/openai-node) | `6.42.0` | `7.4.0` | | [typeorm](https://github.com/typeorm/typeorm) | `0.3.31` | `1.1.0` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `25.9.2` | `26.2.0` | | [jscpd](https://github.com/kucherenko/jscpd/tree/HEAD/rust/jscpd) | `4.2.4` | `5.0.15` | | [typescript](https://github.com/microsoft/TypeScript) | `6.0.3` | `7.0.2` | Updates `bullmq` from 5.78.0 to 6.1.2 - [Release notes](https://github.com/taskforcesh/bullmq/releases) - [Commits](taskforcesh/bullmq@v5.78.0...v6.1.2) Updates `ioredis` from 5.11.1 to 6.0.0 - [Release notes](https://github.com/redis/ioredis/releases) - [Changelog](https://github.com/redis/ioredis/blob/main/CHANGELOG.md) - [Commits](redis/ioredis@v5.11.1...v6.0.0) Updates `js-yaml` from 4.3.1 to 5.3.0 - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](nodeca/js-yaml@4.3.1...5.3.0) Updates `openai` from 6.42.0 to 7.4.0 - [Release notes](https://github.com/openai/openai-node/releases) - [Changelog](https://github.com/openai/openai-node/blob/main/CHANGELOG.md) - [Commits](openai/openai-node@v6.42.0...v7.4.0) Updates `typeorm` from 0.3.31 to 1.1.0 - [Release notes](https://github.com/typeorm/typeorm/releases) - [Changelog](https://github.com/typeorm/typeorm/blob/master/CHANGELOG.md) - [Commits](typeorm/typeorm@0.3.31...1.1.0) Updates `@types/node` from 25.9.2 to 26.2.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `jscpd` from 4.2.4 to 5.0.15 - [Release notes](https://github.com/kucherenko/jscpd/releases) - [Changelog](https://github.com/kucherenko/jscpd/blob/master/CHANGELOG.md) - [Commits](https://github.com/kucherenko/jscpd/commits/v5.0.15/rust/jscpd) Updates `typescript` from 6.0.3 to 7.0.2 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/commits) --- updated-dependencies: - dependency-name: "@types/node" dependency-version: 26.2.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: major-updates - dependency-name: bullmq dependency-version: 6.1.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: major-updates - dependency-name: ioredis dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: major-updates - dependency-name: js-yaml dependency-version: 5.3.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: major-updates - dependency-name: jscpd dependency-version: 5.0.15 dependency-type: direct:development update-type: version-update:semver-major dependency-group: major-updates - dependency-name: openai dependency-version: 7.4.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: major-updates - dependency-name: typeorm dependency-version: 1.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: major-updates - dependency-name: typescript dependency-version: 7.0.2 dependency-type: direct:development update-type: version-update:semver-major dependency-group: major-updates ... Signed-off-by: dependabot[bot] <support@github.com>
4769f71 to
15424e6
Compare
|
Closing: broken by the bump, not by pre-existing CI. Failing here: Build, Test, Lint, Strict Type Safety, Code Duplication, Dead Code. Trivy is red on every PR in this repo so it is pre-existing and I am ignoring it, but the rest are not: #134 was green apart from Trivy and has been merged, and #131 shows only the pre-existing Trivy red. The build and test failures belong to this PR. The group stacks majors on runtime-critical infrastructure: bullmq 5.78.0 -> 6.1.1, ioredis 5.11.1 -> 6.0.0, typeorm 0.3.31 -> 1.1.0, openai 6.42.0 -> 7.4.0, js-yaml 4.3.1 -> 5.3.0, typescript 6.0.3 -> 7.0.2. ioredis and bullmq together are the queue and Redis layer. Worth splitting per package with real testing. Closing rather than merging red. |
|
This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests. To ignore these dependencies, configure ignore rules in dependabot.yml |
Bumps the major-updates group with 8 updates in the / directory:
5.78.06.1.25.11.16.0.04.3.15.3.06.42.07.4.00.3.311.1.025.9.226.2.04.2.45.0.156.0.37.0.2Updates
bullmqfrom 5.78.0 to 6.1.2Release notes
Sourced from bullmq's releases.
... (truncated)
Commits
cb37233fix(deps): update security patches [security] (#4566)f0029dcchore(deps): update security dev patches to v21.2.2 [security] (#4565)fa57485chore(release): vex2.1.2 (#4577)d464a51fix(queue-events): ignore late queue event task replies during close (#4572) ...ac7e99cchore(deps): update github/codeql-action action to v4.37.7 (#4568)36d3c75chore(deps): lock file maintenance (#4569)7e5c4f4chore(deps): lock file maintenance [rust] (#4576)b380724chore(release): vex2.1.1 (#4574)7040ca8chore(release): vrs1.2.5 (#4575)6df4589perf: check script existence before loading [rust] [elixir] (#4563)Updates
ioredisfrom 5.11.1 to 6.0.0Release notes
Sourced from ioredis's releases.
... (truncated)
Changelog
Sourced from ioredis's changelog.
Commits
8ed2946chore(release): 6.0.0 [skip ci]3b410f8docs: clarify managed HIMPORT fieldset behavior (#2161)729f174feat: himport managed fieldsets (#2159)6d0716efeat: improve default connection resilience (#2160)cf3bf71fix(types): export ScanStreamOptions, RedisStatus and ClusterStatus (#2158)aac171bci: update Redis test image (#2156)807bb1cchore(release): update repository URL (#2154)6c889e7docs: add security policy (#2153)6455dbefix: clear stale socket timeout on reconnect (#2148)9618206fix(cluster): validate MOVED slot to prevent Array.prototype pollution (#2151)Updates
js-yamlfrom 4.3.1 to 5.3.0Changelog
Sourced from js-yaml's changelog.
... (truncated)
Commits
04db4585.3.0 released22ce0a0Changelog updatefae37b8fix:<<outside a mapping key no longer leaks the internal merge symbolb62ef83fix: validate<<sequence items at merge time, so aliased sources are check...cc665ecdocs: review and update annotations2aa24a6Changelog updateeec6902Restore deprecated parser constant exports03397acMove throwErrorAt to YAMLException as throwAtd9dd2c7docs: new condensed theme0f898e6docs: annotation tweaksUpdates
openaifrom 6.42.0 to 7.4.0Release notes
Sourced from openai's releases.
... (truncated)
Changelog
Sourced from openai's changelog.
... (truncated)
Commits
83c437frelease: 7.4.0 (#2055)a97cbffci: prepare checks for merge queue (#2066)481b325build(deps-dev): bump@smithy/hash-nodefrom 4.3.5 to 4.4.15 (#2064)3576574build(deps): bump dotenv from 16.6.1 to 17.4.2 (#2065)823d7dfbuild(deps-dev): bump publint from 0.2.12 to 0.3.22 (#2058)f61f267build(deps-dev): bump@types/webfrom 0.0.194 to 0.0.354 (#2061)85ea6b2[dependabot] Configure a seven-day npm cooldown (#2054)4d927debuild(deps): bump ip-address from 10.2.0 to 10.4.0 in /ecosystem-tests/vercel...590982fbuild(deps): bump fast-uri from 3.1.4 to 3.1.5 in /ecosystem-tests/vercel-edg...6d8fb53feat(api): Add gpt-5.5 model and tool metadata fields (#2049)Updates
typeormfrom 0.3.31 to 1.1.0Release notes
Sourced from typeorm's releases.
... (truncated)
Changelog
Sourced from typeorm's changelog.
... (truncated)
Commits
8748b1bchore(release): prepare v1.1.0 (#12697)0caca21style(test): format migration test41d1c62Merge commit from fork8a51b75fix(entity-manager): validate where criteria in increment/decrement (#12692)44d8052fix(entity-manager): default invalidWhereValuesBehavior to throw on the write...af5f2a5chore: update dependencies (#12678)f5c6aa3ci: improve pr triage script (#12677)81b9466fix(query-builder): reject empty where criteria on update and delete operatio...30f9fc7fix: removerequire()calls that break bundlers (#12647)c456cbdfix: move hashing function to PlatformTools (#12648)Updates
@types/nodefrom 25.9.2 to 26.2.0Commits
Updates
jscpdfrom 4.2.4 to 5.0.15Release notes
Sourced from jscpd's releases.
... (truncated)
Changelog
Sourced from jscpd's changelog.