Skip to content

build(deps-dev): bump the majordev group with 4 updates#830

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

build(deps-dev): bump the majordev group with 4 updates#830
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/master/majordev-3fff2bc76f

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 22, 2026

Copy link
Copy Markdown
Contributor

Bumps the majordev group with 4 updates: @types/node, nx, typescript and ilingo.

Updates @types/node from 25.9.1 to 26.1.1

Commits

Updates nx from 22.7.2 to 23.1.0

Release notes

Sourced from nx's releases.

23.1.0 (2026-07-13)

🚀 Features

  • ⚠️ angular: support angular v22 (#35851, #35910)
  • core: show a performance report at the end of every run (#36077)
  • core: support filtered targetDefaults via the nested-array shape (#36049)
  • core: re-add isCacheableTask helper (#36177)
  • core: add mouse support to the terminal UI (#35868)
  • core: scaffold create-nx-workspace into the current directory (#36134)
  • expo: support Expo SDK 56 (#35904, #35714)
  • ⚠️ linter: drop eslint v8 support (#36006)
  • linter: add migration to drop typescript-eslint v8-removed rules from flat configs (#36123)
  • misc: add next 14 to 15 and react 18 to 19 upgrade paths (#36031)
  • nx-cloud: add utm tracking to clickable cloud prompt links (#36028)
  • nx-dev: show product hunt launch banner in docs (#36112)
  • nx-dev: show product hunt launch banner in docs" (#36129, #36112)
  • release: add option to force changelog generation for programmatic usage (#36242)
  • repo: enable the tsgo compiler workspace-wide (#35926, #35047, #35167)
  • rspack: support @​rspack/core@​2 and @​rsbuild/core@​2 (multi-version compliance) (#35682, #35764, #13420, #781)
  • storybook: update Storybook to support Angular 22 (#36293)
  • testing: add migration to verify typecheck after the 23.1 migration (#36106)
  • vite: add configurable ts paths build/test targets and stabilize build coordination (#34890)

🩹 Fixes

  • angular: resolve esbuild option paths relative to the workspace root (#36017, #35936)
  • angular: bump prescribed angular version to 22.0.4 (#36130)
  • angular: make nx migrate to Angular 22 leave a buildable workspace (#36183)
  • angular-rspack: surface compilation failures as build errors and release resources on teardown (#36018)
  • bundling: restore preprocessor extensions in postcss normalizeOp… (#36057, #35854)
  • bundling: prevent TS6059 when an app imports a workspace lib from source (#36217, #35017)
  • core: avoid tsconfig path false positives for sibling project roots (#35796, #35795, #35786)
  • core: do not write minimumReleaseAgeExclude during nx migrate (#36045)
  • core: do not crash nx migrate on non-semver dependency specifiers (#36051)
  • core: format AI-edited files after agentic migrations (#36064)
  • core: prefer module.registerHooks to avoid DEP0205 deprecation warning (#36081)
  • core: prevent nx migrate crash when include=optional filters out the target package (#36087)
  • core: make nx migrate honor preapproved packages and emit a valid temp workspace (#36086)
  • core: skip daemon project-graph recompute on no-op file rewrites (#36082)
  • core: prevent the TUI from auto-selecting a completed task when a batch finishes (#35833)
  • core: deregister pseudo-terminal exit handlers when tasks finish (#36115)
  • core: prevent path traversal / zip-slip in self-hosted remote cache (#36116)
  • core: respect explicit --nxCloud=skip for AI agents in create-nx-workspace (#36131)
  • core: warn when the self-hosted remote cache disables TLS verification (NXC-4593) (#36132, #36116)
  • core: throw actionable error when pnpm .modules.yaml is missing (#35666, #35635)
  • core: support ${configDir} in tsconfig path alias resolution (#36037, #35804)
  • core: prevent non-npm devEngines pin from breaking npm registry lookups (#36020, #35815)
  • core: clarify nx sync remediation messaging and surface spinner output in non-tty (#35747)
  • core: exclude direct-dependency overrides from generated package.json (#36040, #35675)

... (truncated)

Commits
  • a88e494 chore(repo): migrate to nx 23.1.0-rc.2 (#36269)
  • 9f2d9bc fix(core): reduce task hashing memory usage on large workspaces (#36267)
  • b0e0260 fix(core): include root package.json dependencies for '.'-rooted projects (#3...
  • edc9212 fix(core): omit peer dependencies when installing packages to a temp dir (#36...
  • 2126534 fix(core): defer unresolved spread tokens when merging intermediate target co...
  • 127cf39 fix(core): size TUI bottom bar reservations to the actual help text (#36261)
  • edda904 fix(core): skip projects-filtered targetDefaults when resolved without a proj...
  • a4526f8 fix(core): detect Codex sandbox on Linux to disable daemon and plugin isolati...
  • 0824cce docs(misc): refresh angular docs pages and fix broken angular urls (#36276)
  • bfde134 fix(core): prevent TUI hint popup from permanently stealing focus (#36256)
  • Additional commits viewable in compare view

Updates typescript from 6.0.3 to 7.0.2

Commits
Maintainer changes

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


Updates ilingo from 5.0.0 to 6.0.0

Release notes

Sourced from ilingo's releases.

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

  • ilingo: walk stores serially within a locale, stop at first hit (#926) (9073b9a)
  • remove dead code and realign docs after descriptor-tree migration (#960) (0d1e798)
Commits
  • 86a8c93 chore: release master (#913)
  • b8f1687 refactor: define*-helper catalog authoring (translations + tests) (#963)
  • 5b2bf7d fix(deps): bump the majorprod group across 1 directory with 2 updates (#922)
  • 3950dcd build: split build:js/build:types via tsconfig.build.json for .ts-only packages
  • 0d1e798 refactor: remove dead code and realign docs after descriptor-tree migration (...
  • f61ee8c feat!: descriptor-tree catalogs and remove type-safe key inference (#959)
  • 37c249e build(deps-dev): bump the minorandpatch group across 1 directory with 9 updat...
  • f19f03f feat!: validup bridge — new @​ilingo/validup(-vue) packages + breaking catalog...
  • 2cabb1b test(ilingo): cross-runtime smoke + isProductionEnv guard coverage (#936)
  • ecd71e2 build: declare sideEffects:false on all four published packages (#933)
  • 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 majordev group with 4 updates: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node), [nx](https://github.com/nrwl/nx/tree/HEAD/packages/nx), [typescript](https://github.com/microsoft/TypeScript) and [ilingo](https://github.com/tada5hi/ilingo/tree/HEAD/packages/ilingo).


Updates `@types/node` from 25.9.1 to 26.1.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.1.0
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/23.1.0/packages/nx)

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)

Updates `ilingo` from 5.0.0 to 6.0.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.0.0/packages/ilingo)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-version: 26.1.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: majordev
- dependency-name: nx
  dependency-version: 23.1.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: ilingo
  dependency-version: 6.0.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 Jul 22, 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