build(deps): bump postcss from 8.5.22 to 8.5.26 in /packages/twenty-apps/public/last-contact - #107
Merged
aashutoshrathi merged 12 commits intoSep 1, 2026
Conversation
Deploys the twenty-server / twenty-worker ECS services in the momentum stage account (939603205566) on pushes to stage, mirroring deploy-dev.yml with the regie-stage-latest image tag. Adds a desiredCount guard the dev and prod workflows lack: the stability poll treats desired == running == 0 as stable, so a scaled-to-zero service would report a successful deploy with nothing running.
ci: add stage ECS deploy workflow
The stage ECS tasks run with NODE_ENV=stage. NODE_ENV is declared with ConfigVariableType.ENUM and options: Object.values(NodeEnvironment), which applyBasicValidators turns into an IsIn constraint, so any value outside the enum fails config validation and the server exits before binding a port. Adding the member is enough for validation to accept it. Note that stage matches neither the PRODUCTION nor DEVELOPMENT branches, so production-only hardening such as disabling unauthenticated GraphQL introspection does not apply under it.
feat(config): accept stage as a NODE_ENV value
Promote develop to stage
Revert stage NODE_ENV enum
Promote stage to main
chore: promote develop to stage
chore: promote stage to main
Collaborator
|
@dependabot rebase |
Bumps [postcss](https://github.com/postcss/postcss) from 8.5.22 to 8.5.26. - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](postcss/postcss@8.5.22...8.5.26) --- updated-dependencies: - dependency-name: postcss dependency-version: 8.5.26 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/packages/twenty-apps/public/last-contact/postcss-8.5.26
branch
from
September 1, 2026 07:50
89aeca5 to
7c609c9
Compare
Dependabot-Validation-Run: 33484763461
dependabot
Bot
deleted the
dependabot/npm_and_yarn/packages/twenty-apps/public/last-contact/postcss-8.5.26
branch
September 1, 2026 08:07
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.
Bumps postcss from 8.5.22 to 8.5.26.
Release notes
Sourced from postcss's releases.
Changelog
Sourced from postcss's changelog.
Commits
07b2577Release 8.5.26 version47de6b9Update CI1493a83Fix Rule#selectors losing the empty selector (#2129)180db16Typo29e9e00Resolve symlinks before the previous-source-map containment check (#2125)3ba8f84Update dependencies87e72f6Update lock filecaaeeb9Upgrade nanoid to fix infinite loop on zero size (#2124)3609b6fExplain how to type plugin optionsfbad419docs: show ESM and TypeScript plugin declaration (#2118)