Skip to content

v0.0.1#179

Open
a5chin wants to merge 101 commits intomainfrom
develop
Open

v0.0.1#179
a5chin wants to merge 101 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


Description

  • Update GitHub Actions and Python dependencies.

  • Introduce new GitHub environment and branch protection configurations.

  • Refactor release workflow for develop and main branches.

  • Add Zed editor and Prettier JSON formatting configurations.


File Walkthrough

Relevant files
Enhancement
11 files
action.yml
Update `setup-uv` action to v8.1.0                                             
+1/-1     
approve.yml
Add `permissions` and `checkout` step for PR approval bot
+6/-0     
devcontainer.yml
Update Docker-related GitHub Actions to newer versions     
+3/-3     
docker.yml
Update Docker-related GitHub Actions to newer versions     
+3/-3     
gh-deploy.yml
Assign `github-pages` environment to the deploy job           
+2/-0     
pr-agent.yml
Update `pr-agent` action to v0.34                                               
+1/-1     
publish-app.yml
Change publish trigger branch to `develop` and update Docker actions
+5/-5     
publish-devcontainer.yml
Change publish trigger branch to `develop` and update Docker actions
+5/-5     
release.yml
Refactor release workflow for develop and main branches, update
release-drafter
+35/-8   
setting.yml
Expand workflow to manage environments, GitHub Pages, and workflow
permissions
+91/-13 
test.yml
Add `develop` branch to push trigger and update Codecov action
+3/-2     
Configuration changes
5 files
environments.json
Add GitHub environment configurations for Develop, Production, and
GitHub Pages
+23/-0   
protection.json
Add branch protection rules for the `develop` branch         
+15/-0   
.prettierrc.json
Add Prettier configuration for JSON files                               
+11/-0   
settings.json
Add Zed editor settings for various languages and formatters
+48/-0   
codebook.toml
Add a custom wordlist for spell checking                                 
+117/-0 
Refactoring
1 files
draft.yml
Remove the draft release workflow                                               
+0/-27   
Dependencies
1 files
pyproject.toml
Update various Python dependencies to newer versions         
+10/-10 

dependabot Bot and others added 2 commits April 18, 2026 22:37
Updates the requirements on [pydantic](https://github.com/pydantic/pydantic) to permit the latest version.
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/v2.13.2/HISTORY.md)
- [Commits](pydantic/pydantic@v2.12.5...v2.13.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
chore(uv): update ruff requirement from >=0.14.14 to >=0.15.11
dependabot Bot and others added 3 commits April 20, 2026 13:20
Updates the requirements on [pytest-cov](https://github.com/pytest-dev/pytest-cov) to permit the latest version.
- [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst)
- [Commits](pytest-dev/pytest-cov@v7.0.0...v7.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Updates the requirements on [cookiecutter](https://github.com/cookiecutter/cookiecutter) to permit the latest version.
- [Release notes](https://github.com/cookiecutter/cookiecutter/releases)
- [Commits](cookiecutter/cookiecutter@2.6.0...v2.7.1)

---
updated-dependencies:
- dependency-name: cookiecutter
  dependency-version: 2.7.1
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
chore(uv): update pydantic requirement from >=2.12.5 to >=2.13.2
dependabot Bot and others added 2 commits April 21, 2026 11:43
Updates the requirements on [pydantic](https://github.com/pydantic/pydantic) to permit the latest version.
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
- [Commits](pydantic/pydantic@v2.13.2...v2.13.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
chore(uv): update pytest-cov requirement from >=7.0.0 to >=7.1.0
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
chore(uv): update pydantic requirement from >=2.13.2 to >=2.13.3
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