Compare commits

..

3 Commits

Author SHA1 Message Date
564b77a2f3 fix(deps): aligned @mintel versions with registry availability (1.9.11) and bumped to 2.3.11
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 13s
Build & Deploy / 🧪 QA (push) Failing after 40s
Build & Deploy / 🏗️ Build (push) Has been skipped
Build & Deploy / 🚀 Deploy (push) Has been skipped
Build & Deploy / 🧪 Post-Deploy Verification (push) Has been skipped
Build & Deploy / 🔔 Notify (push) Successful in 2s
2026-04-09 22:19:38 +02:00
6d109a7636 chore: fix pnpm patch path and bump version to 2.3.10
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 12s
Build & Deploy / 🧪 QA (push) Failing after 26s
Build & Deploy / 🏗️ Build (push) Has been skipped
Build & Deploy / 🚀 Deploy (push) Has been skipped
Build & Deploy / 🧪 Post-Deploy Verification (push) Has been skipped
Build & Deploy / 🔔 Notify (push) Successful in 2s
2026-04-09 22:09:19 +02:00
849c4808b8 chore: bump version to 2.3.9 and harden deploy pipeline
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 20s
Build & Deploy / 🧪 QA (push) Failing after 31s
Build & Deploy / 🏗️ Build (push) Has been skipped
Build & Deploy / 🚀 Deploy (push) Has been skipped
Build & Deploy / 🧪 Post-Deploy Verification (push) Has been skipped
Build & Deploy / 🔔 Notify (push) Successful in 3s
2026-04-09 22:00:05 +02:00
3 changed files with 19 additions and 12 deletions

View File

@@ -121,16 +121,23 @@ jobs:
# ⏳ Wait for Upstream Packages/Images if Tagged
if [[ "${{ github.ref_type }}" == "tag" ]]; then
echo "🔎 Checking for @mintel dependencies in package.json..."
# Extract any @mintel/ version (they should be synced in monorepo)
UPSTREAM_VERSION=$(grep -o '"@mintel/.*": "[^"]*"' package.json | grep -v "next-utils" | cut -d'"' -f4 | sed 's/\^//; s/\~//' | sort -V | tail -1)
TAG_TO_WAIT="v$UPSTREAM_VERSION"
# Extract @mintel versions, cleaning caret/tilde, and filtering out workspace refs
VERSIONS=$(grep "@mintel/" package.json | sed -E 's/.*: "[^0-9]*([0-9]+\.[0-9]+\.[0-9]+).*/\1/' | sort -u)
echo "Found @mintel versions in package.json: $VERSIONS"
if [[ -n "$UPSTREAM_VERSION" && "$UPSTREAM_VERSION" != "workspace:"* ]]; then
UPSTREAM_VERSION=$(echo "$VERSIONS" | sort -V | tail -1)
if [[ -n "$UPSTREAM_VERSION" ]]; then
TAG_TO_WAIT="v$UPSTREAM_VERSION"
echo "🔎 Verifying tag $TAG_TO_WAIT in mmintel/at-mintel..."
# 1. Discovery (Works without token for public repositories)
UPSTREAM_SHA=$(git ls-remote --tags https://git.infra.mintel.me/mmintel/at-mintel.git "$TAG_TO_WAIT" | grep "$TAG_TO_WAIT" | tail -n1 | awk '{print $1}')
if [[ -z "$UPSTREAM_SHA" ]]; then
echo "❌ Error: Tag $TAG_TO_WAIT not found in mmintel/at-mintel."
echo "Full @mintel dependencies in package.json:"
grep "@mintel/" package.json
exit 1
fi
echo "✅ Tag verified: Found upstream SHA $UPSTREAM_SHA for $TAG_TO_WAIT"

View File

@@ -6,10 +6,10 @@
"dependencies": {
"@ai-sdk/google": "^3.0.31",
"@ai-sdk/openai": "^3.0.36",
"@mintel/mail": "^1.9.17",
"@mintel/next-config": "^1.9.17",
"@mintel/next-feedback": "^1.9.17",
"@mintel/next-utils": "^1.9.17",
"@mintel/mail": "^1.9.11",
"@mintel/next-config": "^1.9.11",
"@mintel/next-feedback": "^1.9.11",
"@mintel/next-utils": "^1.9.11",
"@mintel/payload-ai": "^1.9.17",
"@payloadcms/db-postgres": "^3.77.0",
"@payloadcms/email-nodemailer": "^3.77.0",
@@ -65,8 +65,8 @@
"@commitlint/config-conventional": "^20.4.0",
"@cspell/dict-de-de": "^4.1.2",
"@lhci/cli": "^0.15.1",
"@mintel/eslint-config": "^1.9.17",
"@mintel/tsconfig": "^1.9.17",
"@mintel/eslint-config": "^1.9.11",
"@mintel/tsconfig": "^1.9.11",
"@next/bundle-analyzer": "^16.1.6",
"@tailwindcss/cli": "^4.1.18",
"@tailwindcss/postcss": "^4.1.18",
@@ -160,7 +160,7 @@
"prepare": "husky",
"preinstall": "npx only-allow pnpm"
},
"version": "2.3.8",
"version": "2.3.11",
"pnpm": {
"onlyBuiltDependencies": [
"@parcel/watcher",
@@ -174,7 +174,7 @@
"minimatch": ">=10.2.2"
},
"patchedDependencies": {
"@mintel/payload-ai@1.9.17": "patches/@mintel__payload-ai@1.9.15.patch"
"@mintel/payload-ai@1.9.17": "patches/@mintel__payload-ai@1.9.17.patch"
}
},
"browserslist": [