Skip to content

build(deps-dev): bump the majordev group across 1 directory with 5 updates - #841

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/master/majordev-be5b373f3d
Open

build(deps-dev): bump the majordev group across 1 directory with 5 updates#841
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/master/majordev-be5b373f3d

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the majordev group with 5 updates in the / directory:

Package From To
@types/node 25.9.1 26.4.1
nx 22.7.2 23.2.0
typescript 6.0.3 7.0.2
vitest 4.1.10 5.0.0
ilingo 5.0.0 6.2.0

Updates @types/node from 25.9.1 to 26.4.1

Commits

Updates nx from 22.7.2 to 23.2.0

Release notes

Sourced from nx's releases.

23.2.0 (2026-09-02)

🚀 Features

  • angular: add support for Angular v22.1 (#36521)
  • core: confirm before creating migration commits on the default branch (#36314)
  • core: add a full-width TUI status bar and vim-style pane search (#36263)
  • core: forward mouse and resize events to tasks running in the TUI's pty (#36322)
  • core: add bun dependency-catalog support (#36434)
  • core: derive stable repo key from normalized remote and relative path (#36439)
  • core: add nx migrate --run-migration to run a single migration (#36407)
  • core: let migration generators skip their AI step (#36532)
  • core: show Cloud app link for remote cache instead of docs (#36460)
  • core: add durable run state and a dark orchestration loop to nx migrate (#36403)
  • core: add built-in support for oxfmt formatter alongside prettier (#35089, #30403)
  • core: filter static task output to failures and restore CI log grouping (#36453)
  • core: let the daemon and plugin workers run inside agent sandboxes (#36586)
  • dotnet: infer OpenApiDocumentsDirectory as a build output (#36788)
  • linter: add the @​nx/oxlint plugin (#36491)
  • linter: hash only lintable files for inferred oxlint tasks (#36828)
  • misc: support vitest generation for node, nest, and express generators (#36665)
  • nx-cloud: generate .nx/ci-config.yaml for agent distribution (#36504)
  • nx-cloud: add nx start-nx-agents as an alias for nx-cloud start-nx-agents (#36572)
  • nx-plugin: add vitest support for e2e tests (#34041)
  • release: support tag-based project selection (#36537)
  • repo: add react + vite + vitest + playwright example (#35921)
  • storybook: adopt the storybook vitest addon for story testing (#36648, #33759)
  • testing: offer vitest consistently across generators with a unitTestRunner option (#36715)

🩹 Fixes

  • angular: make webpack-related packages optional peer dependencies (#36310)
  • angular: keep buildable libraries private (#36545)
  • angular: import optional ng-packagr lazily (#36632)
  • angular-rspack: speed up builds and align behavior with the esbuild application builder (#36268, #34936)
  • angular-rspack: stop builds crashing on non-array styleUrls (#36550)
  • angular-rspack: rebuild components when their templates or styles change on Windows (#36641, #36619)
  • bundling: support TypeScript esbuildConfig files in the esbuild executor (#36352, #36349)
  • bundling: acknowledge @​swc/core build scripts when configuring rollup (#36412)
  • bundling: resolve esbuild paths from workspace root instead of cwd (#36830, #34027)
  • bundling: allow overriding the css module hash algorithm (#36837, #36829)
  • core: speed up npm lockfile parsing (#36216)
  • core: speed up lockfile parsing and catalog resolution (#36223)
  • core: show performance report recommendations only when actionable (#36344)
  • core: close daemon log descriptors after spawn to avoid Node 26 crash (#36280)
  • core: prevent shell injection in nx import (#36348)
  • core: correct the 22.6.0 gitignore and analytics migration wiring (#36356)
  • core: support npm 12 and pnpm in the package provenance check (#36354, #36338)
  • core: honor pnpm minimumReleaseAge config on pnpm 11 (#36335, #36330)
  • core: support pnpm 11 patched dependency hashes (#36360)

... (truncated)

Commits
  • 9eda8ac chore(core): stop the project-graph recomputation specs hanging and leaking (...
  • 7642709 fix(core): use scoped config form for pnpm 11+ publish (#36867)
  • b627f7a fix(misc): ignore bundled snapshots when pruning npm lockfiles (#36763)
  • af4a813 fix(vitest): write each atomized target's coverage to its own directory (#36658)
  • c53154d fix(core): fall back to v8 for oversized daemon responses and length-prefix t...
  • f61bd09 fix(core): single-inference convert-to-inferred engine with centralized confi...
  • e1423db fix(devkit): reload TS config files fresh instead of serving stale cached mod...
  • ce2ff7f fix(core): raise the nx package vitest timeout to cover the graph recompute s...
  • 28f61f4 fix(core): compare daemon workspace roots case-insensitively on Windows (#36835)
  • d0dbe0e fix(testing): prevent playwright from launching a redundant web server (#36402)
  • Additional commits viewable in compare view

Updates typescript from 6.0.3 to 7.0.2

Release notes

Sourced from typescript's releases.

TypeScript 7.0.2

https://devblogs.microsoft.com/typescript/announcing-typescript-7-0/

This tag was originally released at: https://github.com/microsoft/typescript-go/releases/tag/typescript%2Fv7.0.2

Commits
  • 1e4744d Merge branch 'main' into ts7-release
  • a5a219cmicrosoft/typescript-go#4558
  • ecfe30d Update status localization
  • 5de25b5 Hide executable name in TypeScript status
  • d7ce74a Show bundled TypeScript version for packaged servers
  • 29be66a Correct TS 7 release version to 7.0.2
  • ed2bd1b Merge branch 'main' into ts7-release
  • 8873075 Bump the github-actions group across 1 directory with 3 updates (microsoft/ty...
  • 9427131 Set up stable / nightly extension split, other prep (microsoft/typescript-go#...
  • d4eaca5microsoft/typescript-go#4549
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by microsoft1es, a new releaser for typescript since your current version.


Updates vitest from 4.1.10 to 5.0.0

Release notes

Sourced from vitest's releases.

v5.0.0

Vitest 5 is officially out! This release focuses on performance and brings a lot of new features while fixing long-standing bugs. See our blog post for the official announcement.

   🚨 Breaking Changes

... (truncated)

Commits
  • f441c6f chore: release v5.0.0 (#11130)
  • d46a747 fix: treat test.describe as a suite during static collection (#11128)
  • 584cf30 fix: add a warning if inline project has duplicate plugins due to unexpected ...
  • f08ce4b fix: apply queued mocks from doMock() in queue order (fixes #10706) (#11127)
  • 897f51f chore: release v5.0.0-rc.4 (#11107)
  • 1339b06 chore(deps): update all non-major dependencies (#11104)
  • 51e9494 feat!: parse files statically in vitest list by default (#11088)
  • 2122ffd fix: propagate --maxWorkers to projects (#11102)
  • dc10f5f fix(browser): report the action error when a task times out (#11101)
  • d4fe198 feat: promote clearCache out of experimental (#11086)
  • Additional commits viewable in compare view

Updates ilingo from 5.0.0 to 6.2.0

Release notes

Sourced from ilingo's releases.

ilingo: v6.2.0

6.2.0 (2026-08-18)

Features

  • validup 2.0 + errors on @​ebec/core BaseError (#1008) (7395337)

ilingo: v6.1.0

6.1.0 (2026-07-31)

Features

Bug Fixes

  • deps: bump the minorandpatch group across 1 directory with 19 updates (#992) (605bdf8)

ilingo: v6.0.0

Backfilled tag — 6.0.0 was published to npm via #913 but its tag/release was never created (only fs-v6.0.0 was). See packages/ilingo/CHANGELOG.md.

Changelog

Sourced from ilingo's changelog.

6.2.0 (2026-08-18)

Features

  • validup 2.0 + errors on @​ebec/core BaseError (#1008) (7395337)

6.1.0 (2026-07-31)

Features

Bug Fixes

  • deps: bump the minorandpatch group across 1 directory with 19 updates (#992) (605bdf8)

6.0.0 (2026-06-02)

⚠ BREAKING CHANGES

  • the Config and ConfigInput exports are removed. Use IlingoOptions instead (e.g. import { IlingoOptions } from 'ilingo').
  • MemoryStore({ data }) now requires a descriptor tree (defineCatalog([...])) rather than a plain { locale: { namespace: lines } } object; the @​plural marker is replaced by definePlural() / a { type: 'plural', data } node; FSStore files and LoaderStore loaders return a lines node ({ type: 'lines', data }); Ilingo and IIlingo are no longer generic and get() keys are loose strings; @​ilingo/validup no longer exports ValidupCatalog / ValidupCatalogEntries.
  • Ilingo.stores is now a Map<symbol|string, IStore> (was Set<IStore>); Ilingo.register(store) is renamed to registerStore(store) and dedupes by store.id; IStore now requires a readonly id. @ilingo/validup's Store / createStore / translations moved to the @ilingo/validup/store/memory subpath (createStorecreateMemoryStore); the register(ilingo) helper was removed in favour of ilingo.registerStore(createMemoryStore()).
  • ilingo: walk stores serially within a locale, stop at first hit (#926)
  • ilingo: a get({ locale: 'X' }) call where 'X' has no data now falls through to the default locale rather than returning undefined. Pass fallback: [] to opt out (or pre-check via getResolvedLocale).

Features

  • descriptor-tree catalogs and remove type-safe key inference (#959) (f61ee8c)
  • ilingo: deprecate bare structural plural form (#920) (21a5efa)
  • ilingo: freeze IStore port, align Config shape with runtime, expand catalog type-tests (#925) (325ecba)
  • ilingo: generic Ilingo<Catalog> with type-safe keys (#915) (d919f35)
  • ilingo: intl number/date/list formatters in templates (#914) (4618f24)
  • ilingo: locale negotiation + custom formatter sugar (#918) (5e89c91)
  • ilingo: pluralization, fallback chain, missing-key handler (#912) (b091bb4)
  • loader store + FSStore watch mode + invalidation API (#919) (f615d35)
  • validup bridge — new @​ilingo/validup(-vue) packages + breaking catalog/store API (#939) (f19f03f)
  • vue: slot-aware ITranslateT, v-t directive, scoped catalogs (#916) (287d096)

Bug Fixes

  • deps: bump the majorprod group across 1 directory with 2 updates (#922) (5b2bf7d)

Code Refactoring

... (truncated)

Commits
  • 383992c chore: release master (#1010)
  • d0d72eb docs: ban the em dash in prose, sweep every README
  • 7395337 feat: validup 2.0 + errors on @​ebec/core BaseError (#1008)
  • bf1ed8a docs: add svg logos to every readme
  • 90f3a0a chore: release master (#991)
  • 605bdf8 fix(deps): bump the minorandpatch group across 1 directory with 19 updates (#...
  • f520c52 feat: synchronous read path for in-memory stores (#988) (#990)
  • 1ca907b chore: improve package discoverability (descriptions, keywords, badges) (#975)
  • 86a8c93 chore: release master (#913)
  • b8f1687 refactor: define*-helper catalog authoring (translations + tests) (#963)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for ilingo since your current version.


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

…dates

Bumps the majordev group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `25.9.1` | `26.4.1` |
| [nx](https://github.com/nrwl/nx/tree/HEAD/packages/nx) | `22.7.2` | `23.2.0` |
| [typescript](https://github.com/microsoft/TypeScript) | `6.0.3` | `7.0.2` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `4.1.10` | `5.0.0` |
| [ilingo](https://github.com/tada5hi/ilingo/tree/HEAD/packages/ilingo) | `5.0.0` | `6.2.0` |



Updates `@types/node` from 25.9.1 to 26.4.1
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `nx` from 22.7.2 to 23.2.0
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/23.2.0/packages/nx)

Updates `typescript` from 6.0.3 to 7.0.2
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v6.0.3...v7.0.2)

Updates `vitest` from 4.1.10 to 5.0.0
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md)
- [Commits](https://github.com/vitest-dev/vitest/commits/v5.0.0/packages/vitest)

Updates `ilingo` from 5.0.0 to 6.2.0
- [Release notes](https://github.com/tada5hi/ilingo/releases)
- [Changelog](https://github.com/tada5hi/ilingo/blob/master/packages/ilingo/CHANGELOG.md)
- [Commits](https://github.com/tada5hi/ilingo/commits/ilingo-v6.2.0/packages/ilingo)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-version: 26.4.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: majordev
- dependency-name: nx
  dependency-version: 23.2.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: majordev
- dependency-name: typescript
  dependency-version: 7.0.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: majordev
- dependency-name: vitest
  dependency-version: 5.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: majordev
- dependency-name: ilingo
  dependency-version: 6.2.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: majordev
...

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 7, 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