Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4,426 changes: 2,580 additions & 1,846 deletions .pnp.cjs

Large diffs are not rendered by default.

130 changes: 72 additions & 58 deletions .pnp.loader.mjs

Large diffs are not rendered by default.

2,934 changes: 1,560 additions & 1,374 deletions .yarn/releases/yarn.mjs

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions cli/cli-ui-test-progress/src/test-progress-bar.component.tsx
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
/* eslint-disable @typescript-eslint/method-signature-style */

import type { EventData } from 'node:test'
import type { ReactElement } from 'react'

import { ProgressBar } from '@inkjs/ui'
import { useEffect } from 'react'
import { useState } from 'react'
import React from 'react'

type TestFail = EventData.TestFail
type TestPass = EventData.TestPass

export interface TestProgressBarProps {
tester: {
on(
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/* eslint-disable @typescript-eslint/method-signature-style */

import type { EventData } from 'node:test'
import type { ReactElement } from 'react'

import { relative } from 'node:path'
Expand All @@ -12,6 +13,9 @@ import { useState } from 'react'
import React from 'react'
import figures from 'figures'

type TestFail = EventData.TestFail
type TestPass = EventData.TestPass

export interface TestProgressFilesProps {
cwd: string
tester: {
Expand Down
2 changes: 1 addition & 1 deletion cli/cli-ui-typescript-diagnostic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"ink-testing-library": "4.0.0",
"react": "18.3.1",
"strip-ansi": "7.1.0",
"typescript": "5.5.4"
"typescript": "5.9.3"
},
"peerDependencies": {
"ink": "^3",
Expand Down
2 changes: 1 addition & 1 deletion code/code-commit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"devDependencies": {
"@types/conventional-commits-parser": "5.0.1",
"@types/node": "22.13.10"
"@types/node": "24.12.2"
},
"publishConfig": {
"access": "public",
Expand Down
4 changes: 2 additions & 2 deletions code/code-configuration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
"postpack": "rm -rf dist"
},
"dependencies": {
"@yarnpkg/fslib": "3.1.0"
"@yarnpkg/fslib": "3.1.5"
},
"devDependencies": {
"@types/node": "22.13.10"
"@types/node": "24.12.2"
},
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion code/code-format/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"prettier": "3.5.3"
},
"devDependencies": {
"@types/node": "22.13.10"
"@types/node": "24.12.2"
},
"publishConfig": {
"access": "public",
Expand Down
10 changes: 5 additions & 5 deletions code/code-icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,17 @@
"dependencies": {
"@atls/code-runtime": "workspace:*",
"@atls/config-typescript": "workspace:*",
"@yarnpkg/cli": "4.5.1",
"@yarnpkg/core": "4.1.4",
"@yarnpkg/cli": "4.14.1",
"@yarnpkg/core": "4.7.0",
"camelcase": "8.0.0",
"typescript": "5.5.4",
"typescript": "5.9.3",
"webpack-chain-5": "8.0.2"
},
"devDependencies": {
"@monstrs/logger": "0.0.20",
"@types/node": "22.13.10",
"@types/node": "24.12.2",
"@types/webpack": "5.28.5",
"@yarnpkg/fslib": "3.1.0"
"@yarnpkg/fslib": "3.1.5"
},
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion code/code-lint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"ignore": "5.3.2"
},
"devDependencies": {
"@types/node": "22.13.10"
"@types/node": "24.12.2"
},
"peerDependencies": {
"react": "*",
Expand Down
6 changes: 3 additions & 3 deletions code/code-pack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
"dependencies": {
"@actions/github": "6.0.0",
"@iarna/toml": "2.2.5",
"@yarnpkg/core": "4.1.4",
"@yarnpkg/fslib": "3.1.0"
"@yarnpkg/core": "4.7.0",
"@yarnpkg/fslib": "3.1.5"
},
"devDependencies": {
"@types/node": "22.13.10"
"@types/node": "24.12.2"
},
"publishConfig": {
"access": "public",
Expand Down
9 changes: 5 additions & 4 deletions code/code-schematics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,16 @@
"dependencies": {
"@angular-devkit/core": "19.1.5",
"@angular-devkit/schematics": "19.1.5",
"js-yaml": "4.1.0",
"strip-json-comments": "3.1.1"
},
"devDependencies": {
"@atls/code-runtime": "workspace:*",
"@types/node": "22.13.10",
"@yarnpkg/cli": "4.5.1",
"@yarnpkg/core": "4.1.4",
"@types/node": "24.12.2",
"@yarnpkg/cli": "4.14.1",
"@yarnpkg/core": "4.7.0",
"@yarnpkg/esbuild-plugin-pnp": "3.0.0-rc.15",
"@yarnpkg/fslib": "3.1.0",
"@yarnpkg/fslib": "3.1.5",
"esbuild": "0.24.2",
"rxjs": "7.8.1"
},
Expand Down

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions code/code-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@
"@atls/code-runtime": "workspace:*",
"@atls/config-typescript": "workspace:*",
"@atls/webpack-start-server-plugin": "workspace:*",
"@yarnpkg/cli": "4.5.1",
"@yarnpkg/core": "4.1.4",
"typescript": "5.5.4"
"@yarnpkg/cli": "4.14.1",
"@yarnpkg/core": "4.7.0",
"typescript": "5.9.3"
},
"devDependencies": {
"@monstrs/logger": "0.0.20",
"@types/node": "22.13.10",
"@types/node": "24.12.2",
"@types/webpack": "5.28.5",
"@yarnpkg/fslib": "3.1.0",
"@yarnpkg/fslib": "3.1.5",
"package-json-type": "1.0.3"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion code/code-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"ignore": "5.3.2"
},
"devDependencies": {
"@types/node": "22.13.10"
"@types/node": "24.12.2"
},
"publishConfig": {
"access": "public",
Expand Down
6 changes: 6 additions & 0 deletions code/code-test/src/tester.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import type { EventData } from 'node:test'
import type { TestEvent } from 'node:test/reporters'

import EventEmitter from 'node:events'
Expand All @@ -15,6 +16,11 @@ import { Tests } from './tests.js'

export type TestsStream = ReturnType<typeof run>

type TestFail = EventData.TestFail
type TestPass = EventData.TestPass
type TestStderr = EventData.TestStderr
type TestStdout = EventData.TestStdout

type TestOptions = {
files?: Array<string>
watch?: boolean
Expand Down
4 changes: 2 additions & 2 deletions code/code-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"@atls/config-typescript": "workspace:*"
},
"devDependencies": {
"@types/node": "22.13.10",
"typescript": "5.5.4"
"@types/node": "24.12.2",
"typescript": "5.9.3"
},
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion config/eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"devDependencies": {
"@types/eslint": "9.6.1",
"@types/node": "22.13.10",
"typescript": "5.5.4"
"typescript": "5.9.3"
},
"peerDependenciesMeta": {
"typescript": {
Expand Down
2 changes: 1 addition & 1 deletion docs/raijin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ Navigation for custom `atls` Yarn bundle docs

- Commands: 36 (active: 35, inactive: 1)
- Workspace packages: 72
- Last generated: 2026-04-28T02:07:36.852Z
- Last generated: 2026-04-29T20:54:41.789Z
2 changes: 1 addition & 1 deletion docs/raijin/README.ru.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@

- Команд: 36 (active: 35, inactive: 1)
- Workspace-пакетов: 72
- Последняя генерация: 2026-04-28T02:07:36.852Z
- Последняя генерация: 2026-04-29T20:54:41.789Z
6 changes: 3 additions & 3 deletions docs/raijin/index.meta.v1.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"schemaVersion": 1,
"generatedBy": "scripts/raijin/generate-artifacts.mjs",
"contentSha256": "2d0e9dd8656ad9c6bc8035ea74cba8e4557cf600d26597fabd73e03facda3c6a",
"packageManager": "yarn@4.10.3",
"contentSha256": "909fa4d2372310669cedc158a1f44c5ef6eb4c1ce5319492e162bb4a74bfdab0",
"packageManager": "yarn@4.14.1",
"workspaceCount": 72,
"commandCount": 36,
"activeCommandCount": 35,
"inactiveCommandCount": 1,
"semanticsSchemaVersion": 1,
"semanticsCommandCount": 36,
"semanticsWorkspaceCount": 72,
"lastGenerated": "2026-04-28T02:07:36.852Z"
"lastGenerated": "2026-04-29T20:54:41.789Z"
}
15 changes: 10 additions & 5 deletions docs/raijin/index.v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"bundle": {
"package": "@atls/yarn-cli",
"bundleName": "standard",
"pluginCount": 43,
"pluginCount": 48,
"plugins": [
"@atls/yarn-plugin-badges",
"@atls/yarn-plugin-changelog",
Expand All @@ -34,15 +34,19 @@
"@atls/yarn-plugin-typescript",
"@atls/yarn-plugin-ui",
"@atls/yarn-plugin-workspaces",
"@yarnpkg/plugin-catalog",
"@yarnpkg/plugin-compat",
"@yarnpkg/plugin-constraints",
"@yarnpkg/plugin-dlx",
"@yarnpkg/plugin-essentials",
"@yarnpkg/plugin-exec",
"@yarnpkg/plugin-file",
"@yarnpkg/plugin-git",
"@yarnpkg/plugin-github",
"@yarnpkg/plugin-http",
"@yarnpkg/plugin-init",
"@yarnpkg/plugin-interactive-tools",
"@yarnpkg/plugin-jsr",
"@yarnpkg/plugin-link",
"@yarnpkg/plugin-nm",
"@yarnpkg/plugin-npm",
Expand All @@ -51,6 +55,7 @@
"@yarnpkg/plugin-patch",
"@yarnpkg/plugin-pnp",
"@yarnpkg/plugin-pnpm",
"@yarnpkg/plugin-stage",
"@yarnpkg/plugin-typescript",
"@yarnpkg/plugin-version",
"@yarnpkg/plugin-workspace-tools"
Expand Down Expand Up @@ -854,7 +859,7 @@
"purposeEn": "Code utility library for raijin workflows",
"purposeRu": "Библиотека code-утилит для raijin-сценариев",
"scripts": ["build", "build:library", "build:schematic-factory", "postpack", "prepack"],
"dependencyCount": 3,
"dependencyCount": 4,
"devDependencyCount": 8,
"peerDependencyCount": 2
},
Expand Down Expand Up @@ -1021,7 +1026,7 @@
"postpack",
"prepack"
],
"dependencyCount": 54,
"dependencyCount": 59,
"devDependencyCount": 0,
"peerDependencyCount": 0
},
Expand All @@ -1034,7 +1039,7 @@
"purposeEn": "Entrypoint for custom Yarn CLI and bundle configuration",
"purposeRu": "Входная точка кастомного Yarn CLI и bundle-конфигурации",
"scripts": [],
"dependencyCount": 53,
"dependencyCount": 58,
"devDependencyCount": 0,
"peerDependencyCount": 0
},
Expand Down Expand Up @@ -1477,5 +1482,5 @@
}
]
},
"lastGenerated": "2026-04-28T02:07:36.852Z"
"lastGenerated": "2026-04-29T20:54:41.789Z"
}
6 changes: 3 additions & 3 deletions docs/raijin/packages.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Compact list:
- Example: `Add a command that bumps package versions and updates changelogs.`
- Tags: `yarn`
- Scripts: `build`, `build:bundle`, `build:clean`, `build:dist`, `build:fix`, `build:schemaic`, `build:version`, `fix`, `postpack`, `prepack`
- Dependencies: deps 54, devDeps 0, peerDeps 0
- Dependencies: deps 59, devDeps 0, peerDeps 0

<!-- sync:package-card:atls-yarn-cli-tools -->

Expand All @@ -70,7 +70,7 @@ Compact list:
- Example: `Create a helper for parsing CLI flags and workspace paths.`
- Tags: `yarn`
- Scripts: none
- Dependencies: deps 53, devDeps 0, peerDeps 0
- Dependencies: deps 58, devDeps 0, peerDeps 0

<!-- sync:package-card:atls-yarn-pack-utils -->

Expand Down Expand Up @@ -627,7 +627,7 @@ Compact list:
- Example: `Add a schematic that scaffolds a new workspace package.`
- Tags: `code`
- Scripts: `build`, `build:library`, `build:schematic-factory`, `postpack`, `prepack`
- Dependencies: deps 3, devDeps 8, peerDeps 2
- Dependencies: deps 4, devDeps 8, peerDeps 2

<!-- sync:package-card:atls-code-service -->

Expand Down
6 changes: 3 additions & 3 deletions docs/raijin/packages.ru.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
- Пример: `Добавить команду, которая повышает версии пакетов и обновляет changelog.`
- Теги: `yarn`
- Скрипты: `build`, `build:bundle`, `build:clean`, `build:dist`, `build:fix`, `build:schemaic`, `build:version`, `fix`, `postpack`, `prepack`
- Зависимости: deps 54, devDeps 0, peerDeps 0
- Зависимости: deps 59, devDeps 0, peerDeps 0

<!-- sync:package-card:atls-yarn-cli-tools -->

Expand All @@ -70,7 +70,7 @@
- Пример: `Создать хелпер для разбора CLI-флагов и путей workspace.`
- Теги: `yarn`
- Скрипты: отсутствуют
- Зависимости: deps 53, devDeps 0, peerDeps 0
- Зависимости: deps 58, devDeps 0, peerDeps 0

<!-- sync:package-card:atls-yarn-pack-utils -->

Expand Down Expand Up @@ -627,7 +627,7 @@
- Пример: `Добавить схему, которая создаёт новый workspace-пакет.`
- Теги: `code`
- Скрипты: `build`, `build:library`, `build:schematic-factory`, `postpack`, `prepack`
- Зависимости: deps 3, devDeps 8, peerDeps 2
- Зависимости: deps 4, devDeps 8, peerDeps 2

<!-- sync:package-card:atls-code-service -->

Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,24 +36,24 @@
"ink": "3",
"jsonc-parser@npm:3.3.1": "patch:jsonc-parser@npm%3A3.3.1#~/.yarn/patches/jsonc-parser-npm-3.3.1-f57c3cdcf5.patch",
"sort-package-json@2.4.1": "patch:sort-package-json@npm%3A2.4.1#./.yarn/patches/sort-package-json-npm-2.4.1-8ff012947f.patch",
"typescript": "5.5.4"
"typescript": "5.9.3"
},
"devDependencies": {
"@atls/code-runtime": "workspace:*",
"@atls/config-prettier": "workspace:*",
"@types/node": "22.13.10",
"@types/node": "24.12.2",
"@yarnpkg/builder": "patch:@yarnpkg/builder@npm%3A4.1.2#~/.yarn/patches/@yarnpkg-builder-npm-4.1.2-2648882e59.patch",
"esbuild": "npm:esbuild-wasm@^0.23.1",
"prettier": "3.5.3",
"react": "18.3.1",
"typescript": "5.5.4"
"typescript": "5.9.3"
},
"dependenciesMeta": {
"jsr": {
"unplugged": true
}
},
"packageManager": "yarn@4.10.3",
"packageManager": "yarn@4.14.1",
"formatterIgnorePatterns": [
"CHANGELOG.md"
],
Expand Down
Loading
Loading