Prepared release v0.2.0 and merge dev into Main #34

Merged
Ninosaurier merged 26 commits from dev into main 2026-09-01 16:38:08 +00:00
Owner

closes #30, closes #28, closes #26, closes #23, closes #12, closes #9, closes #8, closes #7

closes #30, closes #28, closes #26, closes #23, closes #12, closes #9, closes #8, closes #7
Ninosaurier added this to the v0.2.0 - Phase 2: Foundation milestone 2026-09-01 16:34:21 +00:00
Ninosaurier added the Kind/Enhancement label 2026-09-01 16:34:21 +00:00
Ninosaurier self-assigned this 2026-09-01 16:34:21 +00:00
Ninosaurier added 26 commits 2026-09-01 16:34:22 +00:00
Merge pull request 'sync: merge main into dev' (#22) from main into dev
CI / lint-and-format (push) Successful in 34s
CI / changeset-check (push) Successful in 28s
CI / unit-tests (push) Successful in 39s
CI / component-tests (push) Successful in 29s
63dbbdb971
Reviewed-on: #22
fix(docs): resolve missing native Astro compiler bindings in root execution
CI / lint-and-format (push) Successful in 37s
CI / changeset-check (push) Successful in 27s
CI / unit-tests (push) Successful in 42s
CI / component-tests (push) Successful in 32s
CI / lint-and-format (pull_request) Successful in 35s
CI / changeset-check (pull_request) Successful in 25s
CI / unit-tests (pull_request) Successful in 37s
CI / component-tests (pull_request) Successful in 34s
88991e353e
pnpm v11 aggressively purges nested optional platform-specific dependencies during hoisted workspace resolution if the host detection mismatches local metadata. Moving these packages to root devDependencies bypasses pnpm's optional filtering logic, forcing a deterministic physical download of the required Rust compiler binary without cluttering the published library's package.json.

Fixes: #23
Merge pull request 'fix(docs): resolve missing native Astro compiler bindings in root execution' (#24) from fix/#23-astro-compiler-pnpm-linux-binary into dev
CI / lint-and-format (push) Successful in 34s
CI / changeset-check (push) Successful in 31s
CI / unit-tests (push) Successful in 41s
CI / component-tests (push) Successful in 33s
cbcb9a4572
Reviewed-on: #24

Merge pull request #24 from Ninosaurier/fix/#23-astro-compiler-pnpm-linux-binary

Fixes #23: Move optional Astro compiler bindings to root devDependencies to prevent pnpm v11 workspace purging and ensure deterministic binary downloads.
The workspace configuration is not needed inside the docs directory.
- Downgraded astro to ^6.4.8 and starlight to ^0.40.0 in docs/
- Removed platform-specific astro compiler bindings from root package.json
- Updated pnpm-lock.yaml
chore: update pnpm-workspace.yaml
CI / lint-and-format (push) Successful in 42s
CI / changeset-check (push) Successful in 30s
CI / unit-tests (push) Successful in 41s
CI / component-tests (push) Successful in 37s
CI / lint-and-format (pull_request) Successful in 39s
CI / changeset-check (pull_request) Successful in 31s
CI / unit-tests (pull_request) Successful in 40s
CI / component-tests (pull_request) Successful in 36s
471654f24b
Brings the workspace configuration up to date with the latest directory layout.
Merge pull request 'Fix/#23 astro compiler pnpm linux binary' (#25) from fix/#23-astro-compiler-pnpm-linux-binary into dev
CI / lint-and-format (push) Successful in 40s
CI / changeset-check (push) Successful in 29s
CI / unit-tests (push) Successful in 45s
CI / component-tests (push) Successful in 35s
a63fe47402
Reviewed-on: #25
fix(astrojs): upgrade Node.js engine and dependencies for Astro
CI / lint-and-format (push) Successful in 33s
CI / changeset-check (push) Successful in 30s
CI / unit-tests (push) Successful in 30s
CI / component-tests (push) Successful in 32s
4afa8ba33e
- Upgrade required Node.js runtime from 22 to 24 in package.json
- Update pnpm to version 12
- Upgrade astro to 7.2.9 and @astrojs/starlight to 0.41.9
- Update README.md to include NVM and the Node.js 24 requirement
- Update pnpm-workspace.yaml to only install environment-specific dependencies
update(readme): Updated "Prerequisites" section
CI / lint-and-format (push) Successful in 34s
CI / changeset-check (push) Successful in 28s
CI / unit-tests (push) Successful in 34s
CI / component-tests (push) Successful in 32s
CI / lint-and-format (pull_request) Successful in 29s
CI / changeset-check (pull_request) Successful in 29s
CI / unit-tests (pull_request) Successful in 39s
CI / component-tests (pull_request) Successful in 30s
1dbd692a20
- Added a link to node version manager
- Minimum node version 24 is required
- how to install node version 24
Merge pull request 'Fix/#26 re upgrade to astro 7' (#27) from fix/#26-re-upgrade-to-astro-7 into dev
CI / lint-and-format (push) Successful in 32s
CI / changeset-check (push) Successful in 35s
CI / unit-tests (push) Successful in 35s
CI / component-tests (push) Successful in 35s
7998cda2f7
Reviewed-on: #27
- .vscode folder added in gitignore
update(docs) Updated the documentation
CI / lint-and-format (push) Successful in 38s
CI / changeset-check (push) Successful in 25s
CI / unit-tests (push) Successful in 41s
CI / component-tests (push) Successful in 30s
CI / lint-and-format (pull_request) Successful in 33s
CI / changeset-check (pull_request) Successful in 23s
CI / unit-tests (pull_request) Successful in 34s
CI / component-tests (pull_request) Successful in 37s
e8ed817d85
- Fixed some typos
- Updated ADRs 100, 200 and 300
-  porject structure changed from .github to .gitea
- Updated the content of the roadmap and the milestones
Merge pull request 'Fix/#28 update milestones in astrojs' (#29) from fix/#28-update-milestones-in-astrojs into dev
CI / lint-and-format (push) Successful in 32s
CI / changeset-check (push) Successful in 28s
CI / unit-tests (push) Successful in 36s
CI / component-tests (push) Successful in 34s
ba7196f412
Reviewed-on: #29
- More ADRs are added  to provide a view of the bigger picture
fix(readme) Found some false references
CI / lint-and-format (push) Successful in 27s
CI / changeset-check (push) Successful in 33s
CI / unit-tests (push) Successful in 38s
CI / component-tests (push) Successful in 37s
CI / lint-and-format (pull_request) Successful in 34s
CI / changeset-check (pull_request) Successful in 28s
CI / unit-tests (pull_request) Successful in 39s
CI / component-tests (pull_request) Successful in 31s
b019dadd27
- updatet the current status
- Removed Svelte and plain HTML, bevause the focus is on React, Vue and Angular
- Fixed some lint errors
Merge pull request 'Enhancement/#30 adding more existing adrs' (#31) from enhancement/#30-adding-more-existing-adrs into dev
CI / lint-and-format (push) Successful in 24s
CI / changeset-check (push) Successful in 27s
CI / unit-tests (push) Successful in 36s
CI / component-tests (push) Successful in 34s
4f2208f427
Reviewed-on: #31
storybook: Deleted unecessary files
CI / lint-and-format (push) Successful in 34s
CI / changeset-check (push) Successful in 31s
CI / unit-tests (push) Successful in 39s
CI / component-tests (push) Failing after 25s
b549bb4e85
- Deleted "my-components"
ci(test): handle empty test suites
CI / lint-and-format (push) Successful in 31s
CI / changeset-check (push) Successful in 30s
CI / unit-tests (push) Successful in 34s
CI / component-tests (push) Failing after 27s
854fb662ba
ci(test) Added arg for passing without test
CI / lint-and-format (push) Successful in 27s
CI / changeset-check (push) Successful in 21s
CI / unit-tests (push) Successful in 32s
CI / component-tests (push) Successful in 32s
CI / lint-and-format (pull_request) Successful in 38s
CI / changeset-check (pull_request) Successful in 27s
CI / unit-tests (pull_request) Successful in 32s
CI / component-tests (pull_request) Successful in 32s
6d015f0861
Merge pull request 'Storybook/#8 set up' (#32) from storybook/#8-set-up into dev
CI / lint-and-format (push) Successful in 29s
CI / changeset-check (push) Successful in 27s
CI / unit-tests (push) Successful in 33s
CI / component-tests (push) Successful in 26s
c04432cfe5
Reviewed-on: #32
chore(release): prepare 0.2.0 release
CI / lint-and-format (push) Successful in 28s
CI / changeset-check (push) Successful in 27s
CI / unit-tests (push) Successful in 35s
CI / component-tests (push) Successful in 23s
CI / lint-and-format (pull_request) Successful in 31s
CI / changeset-check (pull_request) Successful in 27s
CI / unit-tests (pull_request) Successful in 32s
CI / component-tests (pull_request) Successful in 29s
19d7eaf763
Merge pull request 'Release/0.2.0' (#33) from release/0.2.0 into dev
CI / lint-and-format (push) Successful in 30s
CI / changeset-check (push) Successful in 30s
CI / unit-tests (push) Successful in 36s
CI / component-tests (push) Successful in 32s
CI / lint-and-format (pull_request) Successful in 30s
CI / changeset-check (pull_request) Successful in 27s
CI / unit-tests (pull_request) Successful in 41s
CI / component-tests (pull_request) Successful in 28s
47697eb744
Reviewed-on: #33
Ninosaurier merged commit 8beab71158 into main 2026-09-01 16:38:08 +00:00
Sign in to join this conversation.