Conversation
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>
chore(deps): update actions/cache action to v6
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.
User description
Type of Change
Related Issues
Breaking Changes
Checklist
Additional Context
PR Type
Enhancement, Bug fix, Documentation
Description
Update GitHub Actions workflows to latest versions
Configure GitHub Environments and branch protection rules
Refactor release and deployment workflows for
developandmainAdd Zed editor settings and a custom dictionary for spell checking
Diagram Walkthrough
flowchart LR A[GitHub Actions Workflows] --> B{Update Action Versions}; A --> C{Refactor Release & Deploy Logic}; A --> D{Add Environment Configuration}; D --> D1[.github/environments.json]; D --> D2[.github/protection.json]; D --> D3[.github/workflows/setting.yml]; B --> B1[actions/checkout v6->v7]; B --> B2[docker/* actions v3->v4, v5->v6, v6->v7]; B --> B3[release-drafter v6->v7]; B --> B4[setup-uv v7->v8.2.0]; B --> B5[pr-agent v0.31->v0.37.0]; C --> C1[.github/workflows/release.yml]; C --> C2[.github/workflows/publish-app.yml]; C --> C3[.github/workflows/publish-devcontainer.yml]; E[Developer Tooling] --> E1[Add Zed Editor Settings]; E --> E2[Add Prettier JSON Configuration]; E --> E3[Add Custom Dictionary]; F[Dependencies] --> F1[Bump Python Dependencies];File Walkthrough
8 files
Update `setup-uv` action to version `v8.2.0`Update `actions/checkout` to version `v7`Update Docker-related actions to newer versionsUpdate Docker-related actions to newer versionsUpdate `actions/checkout` to version `v7`Update `actions/checkout` to version `v7`Update `pr-agent` action to version `v0.37.0`Bump several Python dependencies to newer versions4 files
Add GitHub Environments for Develop, Production, and GitHub PagesAdd branch protection rules for the `develop` branchAdd Prettier configuration for JSON filesAdd Zed editor settings for formatting and language servers7 files
Add `pull-requests: write` permission and `checkout` stepAssign `github-pages` environment and update actionsChange push trigger branch to `develop` and update Docker actionsChange push trigger branch to `develop` and update Docker actionsRefactor release workflow fordevelopandmainbranches withenvironments
Add environment and permission configuration jobs, set default branchtodevelopAdd `develop` branch to push trigger and update Codecov actions1 files
Remove the Draft Release workflow1 files
Add a new file with a custom dictionary for spell checking