Skip to content

v0.0.1#179

Open
a5chin wants to merge 163 commits into
mainfrom
develop
Open

v0.0.1#179
a5chin wants to merge 163 commits into
mainfrom
develop

Conversation

@a5chin

@a5chin a5chin commented Feb 21, 2026

Copy link
Copy Markdown
Owner

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, Configuration changes, Dependencies


Description

  • Configure GitHub Environments and branch protection rules.

  • Introduce Zed editor settings for consistent formatting.

  • Update numerous GitHub Actions to their latest versions.

  • Bump Python dependencies in pyproject.toml.


Diagram Walkthrough

flowchart LR
  A["setting.yml"]
  B[".github/environments.json"]
  C[".github/protection.json"]
  D["release.yml"]
  E["gh-deploy.yml"]
  F["GitHub Environments"]
  G["Branch Protection"]

  A -- "Configures" --> F
  A -- "Configures" --> G
  F -- "Defined by" --> B
  G -- "Defined by" --> C
  D -- "Uses 'Develop' & 'Production' Environments" --> F
  E -- "Uses 'github-pages' Environment" --> F
Loading

File Walkthrough

Relevant files
Dependencies
8 files
action.yml
Update `setup-uv` action to v8.2.0                                             
+1/-1     
actionlint.yml
Update `actions/checkout` to v7                                                   
+1/-1     
devcontainer.yml
Update Docker-related GitHub Actions to latest versions   
+5/-5     
docker.yml
Update Docker-related GitHub Actions to latest versions   
+5/-5     
format.yml
Update `actions/checkout` to v7                                                   
+2/-2     
lint.yml
Update `actions/checkout` to v7                                                   
+3/-3     
pr-agent.yml
Update `pr-agent` action to v0.36.1                                           
+1/-1     
pyproject.toml
Bump various Python dependencies to newer versions             
+14/-14 
Configuration changes
9 files
environments.json
Add GitHub Environments configuration for Develop, Production, and
GitHub Pages
+23/-0   
protection.json
Add branch protection rules for the `develop` branch         
+15/-0   
draft.yml
Remove draft release workflow                                                       
+0/-27   
gh-deploy.yml
Assign `github-pages` environment and update `actions/checkout` to v7
+3/-1     
publish-app.yml
Change trigger branch to `develop` and update Docker-related actions
+6/-6     
publish-devcontainer.yml
Change trigger branch to `develop` and update Docker-related actions
+6/-6     
test.yml
Add `develop` branch trigger and update Codecov and checkout actions
+4/-3     
.prettierrc.json
Add Prettier configuration for JSON files                               
+11/-0   
codebook.toml
Add a new codebook configuration file with custom words   
+117/-0 
Enhancement
4 files
approve.yml
Add pull request write permissions and checkout step for approval
workflow
+6/-0     
release.yml
Refactor release workflow for develop and production environments
+36/-9   
setting.yml
Enhance settings workflow to manage environments, permissions, and
branch protection
+92/-14 
settings.json
Add Zed editor settings for formatting and language servers
+48/-0   

dependabot Bot and others added 30 commits May 15, 2026 23:16
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.12...0.15.13)

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

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.15.12 to >=0.15.13
Updates the requirements on [sqlfluff](https://github.com/sqlfluff/sqlfluff) to permit the latest version.
- [Release notes](https://github.com/sqlfluff/sqlfluff/releases)
- [Changelog](https://github.com/sqlfluff/sqlfluff/blob/main/CHANGELOG.md)
- [Commits](sqlfluff/sqlfluff@4.2.0...4.2.1)

---
updated-dependencies:
- dependency-name: sqlfluff
  dependency-version: 4.2.1
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
chore(uv): update sqlfluff requirement from >=4.2.0 to >=4.2.1
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.36...0.0.38)

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

Signed-off-by: dependabot[bot] <support@github.com>
chore(uv): update ty requirement from >=0.0.36 to >=0.0.38
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.13...0.15.14)

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

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.15.13 to >=0.15.14
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.38...0.0.39)

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

Signed-off-by: dependabot[bot] <support@github.com>
Updates the requirements on [jaxtyping](https://github.com/patrick-kidger/jaxtyping) to permit the latest version.
- [Release notes](https://github.com/patrick-kidger/jaxtyping/releases)
- [Commits](patrick-kidger/jaxtyping@v0.3.9...v0.3.10)

---
updated-dependencies:
- dependency-name: jaxtyping
  dependency-version: 0.3.10
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
chore(uv): update ty requirement from >=0.0.38 to >=0.0.39
chore(uv): update jaxtyping requirement from >=0.3.9 to >=0.3.10
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.39...0.0.40)

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

Signed-off-by: dependabot[bot] <support@github.com>
chore(uv): update ty requirement from >=0.0.39 to >=0.0.40
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.14...0.15.15)

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

Signed-off-by: dependabot[bot] <support@github.com>
chore(uv): update ruff requirement from >=0.15.14 to >=0.15.15
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
chore(deps): update actions/checkout action to v7
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.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