Skip to content

v0.0.1#179

Open
a5chin wants to merge 119 commits intomainfrom
develop
Open

v0.0.1#179
a5chin wants to merge 119 commits intomainfrom
develop

Conversation

@a5chin
Copy link
Copy Markdown
Owner

@a5chin a5chin commented Feb 21, 2026

User description

Type of Change

  • Hotfix
  • Bug Fix
  • Dependency Update
  • Feature
  • Refactor
  • CI/CD
  • Documentation

Related Issues

Breaking Changes

  • No breaking changes
  • API signature changed
  • Configuration changed
  • Behavior changed
  • Dependencies changed
  • Features removed

Checklist

  • Dependencies added/updated
  • New environment variables
  • Performance impact assessed
  • Security implications reviewed
  • Deployment notes

Additional Context


PR Type

Enhancement, Bug fix, Dependencies


Description

  • Refactor CI/CD workflows for release and deployment.

  • Programmatically manage GitHub environments and branch protection.

  • Update GitHub Actions and Python dependencies.

  • Add Zed editor and Prettier configuration.


File Walkthrough

Relevant files
Dependencies
5 files
action.yml
Update `setup-uv` GitHub Action to `v8.1.0`.                         
+1/-1     
devcontainer.yml
Bump Docker Buildx and metadata actions to latest versions.
+3/-3     
docker.yml
Bump Docker Buildx and metadata actions to latest versions.
+3/-3     
pr-agent.yml
Update `pr-agent` GitHub Action to `v0.34`.                           
+1/-1     
pyproject.toml
Update various Python dependencies to newer versions.       
+14/-14 
Configuration changes
6 files
environments.json
Add GitHub Environments configuration for deployment.       
+23/-0   
protection.json
Introduce branch protection rules for the `develop` branch.
+15/-0   
gh-deploy.yml
Assign `github-pages` environment to deployment job.         
+2/-0     
.prettierrc.json
Add Prettier configuration for JSON files.                             
+11/-0   
settings.json
Add Zed editor configuration for various languages.           
+48/-0   
codebook.toml
Add custom word list for spell checking.                                 
+117/-0 
Enhancement
5 files
approve.yml
Add `checkout` step and `pull-requests: write` permission.
+6/-0     
publish-app.yml
Change trigger branch to `develop` and update Docker actions.
+5/-5     
publish-devcontainer.yml
Change trigger branch to `develop` and update Docker actions.
+5/-5     
setting.yml
Programmatically manage GitHub settings: environments, branch
protection, and permissions.
+91/-13 
test.yml
Add `develop` branch to test trigger and update Codecov action.
+3/-2     
Refactoring
2 files
draft.yml
Remove draft release workflow.                                                     
+0/-27   
release.yml
Refactor release workflow for `develop` and `main` branches.
+35/-8   

dependabot Bot and others added 2 commits April 21, 2026 20:04
Updates the requirements on [ty](https://github.com/astral-sh/ty) to permit the latest version.
- [Release notes](https://github.com/astral-sh/ty/releases)
- [Changelog](https://github.com/astral-sh/ty/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ty@0.0.14...0.0.32)

---
updated-dependencies:
- dependency-name: ty
  dependency-version: 0.0.32
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
….7.1

chore(uv): update cookiecutter requirement from >=2.6.0 to >=2.7.1
chore(uv): update ty requirement from >=0.0.14 to >=0.0.32
dependabot Bot and others added 19 commits April 24, 2026 15:30
Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) to permit the latest version.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@9.0.2...9.0.3)

---
updated-dependencies:
- dependency-name: pytest
  dependency-version: 9.0.3
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
chore(uv): update pydantic requirement from >=2.13.2 to >=2.13.3
Updates the requirements on [pydantic-settings](https://github.com/pydantic/pydantic-settings) to permit the latest version.
- [Release notes](https://github.com/pydantic/pydantic-settings/releases)
- [Commits](pydantic/pydantic-settings@v2.12.0...v2.14.0)

---
updated-dependencies:
- dependency-name: pydantic-settings
  dependency-version: 2.14.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
…gte-2.14.0

chore(uv): update pydantic-settings requirement from >=2.12.0 to >=2.14.0
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
chore(uv): update pytest requirement from >=9.0.2 to >=9.0.3
Updates the requirements on [nox](https://github.com/wntrblm/nox) to permit the latest version.
- [Release notes](https://github.com/wntrblm/nox/releases)
- [Changelog](https://github.com/wntrblm/nox/blob/main/CHANGELOG.md)
- [Commits](wntrblm/nox@2025.11.12...2026.04.10)

---
updated-dependencies:
- dependency-name: nox
  dependency-version: 2026.4.10
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Updates the requirements on [ruff](https://github.com/astral-sh/ruff) to permit the latest version.
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@0.15.11...0.15.12)

---
updated-dependencies:
- dependency-name: ruff
  dependency-version: 0.15.12
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
chore(uv): update nox requirement from >=2025.11.12 to >=2026.4.10
chore(uv): update ruff requirement from >=0.15.11 to >=0.15.12
Updates the requirements on [pre-commit](https://github.com/pre-commit/pre-commit) to permit the latest version.
- [Release notes](https://github.com/pre-commit/pre-commit/releases)
- [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md)
- [Commits](pre-commit/pre-commit@v4.5.1...v4.6.0)

---
updated-dependencies:
- dependency-name: pre-commit
  dependency-version: 4.6.0
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Updates the requirements on [ty](https://github.com/astral-sh/ty) to permit the latest version.
- [Release notes](https://github.com/astral-sh/ty/releases)
- [Changelog](https://github.com/astral-sh/ty/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ty@0.0.32...0.0.33)

---
updated-dependencies:
- dependency-name: ty
  dependency-version: 0.0.33
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
chore(uv): update pre-commit requirement from >=4.5.1 to >=4.6.0
Bumps the uv group with 1 update in the / directory: [notebook](https://github.com/jupyter/notebook).


Updates `notebook` from 7.5.5 to 7.5.6
- [Release notes](https://github.com/jupyter/notebook/releases)
- [Changelog](https://github.com/jupyter/notebook/blob/@jupyter-notebook/tree@7.5.6/CHANGELOG.md)
- [Commits](https://github.com/jupyter/notebook/compare/@jupyter-notebook/tree@7.5.5...@jupyter-notebook/tree@7.5.6)

---
updated-dependencies:
- dependency-name: notebook
  dependency-version: 7.5.6
  dependency-type: indirect
  dependency-group: uv
...

Signed-off-by: dependabot[bot] <support@github.com>
chore(deps): bump notebook from 7.5.5 to 7.5.6 in the uv group across 1 directory
chore(uv): update ty requirement from >=0.0.32 to >=0.0.33
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Updates the requirements on [ty](https://github.com/astral-sh/ty) to permit the latest version.
- [Release notes](https://github.com/astral-sh/ty/releases)
- [Changelog](https://github.com/astral-sh/ty/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ty@0.0.33...0.0.34)

---
updated-dependencies:
- dependency-name: ty
  dependency-version: 0.0.34
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant