Conversation
* refactor: migrate to individual @aziontech scoped packages - Convert monorepo from single "azion" package to individual packages - Rename all packages to @aziontech/* scope (ai, bundler, client, config, etc.) - Switch package manager from npm to pnpm with workspace configuration - Update all import statements across the codebase to use new package names - Configure package dependencies using workspace protocol - Update TypeScript configs to use bundler moduleResolution - Remove internal path mappings in favor of proper package exports - Update build tooling to reference @aziontech/vite-config - Remove CHANGELOG.md in favor of changesets for versioning * feat: add changesets for monorepo version management * fix(ci): use temp file for changeset status instead of multiline output * chore(tooling): migrate workspace scripts to pnpm recursive commands * ci(release): migrate from semantic-release to changesets * chore(tsconfig): add @types/node and configure node types across packages * ci: use composite action for dependency installation and migrate to pnpm * test: migrate tests to use @jest/globals imports and improve mock typing * chore(changeset): add version bump for initial deployment of individual packages * ci(deps): fix pnpm/action-setup to v5 * ci(deps): specify pnpm version and enable cache in install-dependencies action * ci: refactor code-review workflow and simplify changeset detection * ci(prereleases): setup git config for changeset detection * ci(prereleases): fix main branch setup for changeset detection * ci(prereleases): improve package build and publish workflow * refactor: rename bundler package to builder * build(deps): update lockfile * refactor(builder): update internal references from bundler to builder
…414) * feat: add @aziontech/bundler-telemetry package * refactor(presets): update import paths and adapter reference for sveltekit
* refactor(packages): remove internal aliases and improve dependency handling * refactor(bundler-telemetry): make telemetry parameters optional in runPhaseWithTelemetry * docs(bundler-telemetry): remove environment variables section from README * chore(applications): add rootDir option to tsconfig * refactor(presets): simplify package export paths
Contributor
SCC Complexity Analysis
|
@aziontech/builder
@aziontech/bundler-telemetry
@aziontech/client
@aziontech/config
@aziontech/presets
@aziontech/sql
@aziontech/storage
@aziontech/types
@aziontech/unenv-preset
@aziontech/utils
commit: |
Contributor
SCC Complexity Analysis
|
Contributor
SCC Complexity Analysis
|
Contributor
SCC Complexity Analysis
|
Co-authored-by: Copilot <copilot@github.com>
Contributor
SCC Complexity Analysis
|
Contributor
SCC Complexity Analysis
|
Contributor
SCC Complexity Analysis
|
PatrickMenoti
approved these changes
Apr 23, 2026
pablodiehl
approved these changes
Apr 23, 2026
MagnunAVFAzion
approved these changes
Apr 23, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request introduces significant changes to the repository's release, build, and CI/CD infrastructure, migrating from Semantic Release to Changesets, updating workflows to use pnpm and Node.js 24, and updating documentation and package imports to the new
@aziontech/*package namespace. The main themes are: release management overhaul, CI/CD modernization, and documentation updates.These changes collectively modernize the repository's development and release workflows, improve maintainability, and prepare the codebase for multi-package management under the
@aziontechnamespace.