Skip to content
Merged
2 changes: 1 addition & 1 deletion .github/workflows/infra-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ on:
env:
AWS_REGION: "ap-south-1"
GITHUB_ACTIONS_ROLE_NAME: "GitHubActionsOIDCRole"
TF_VERSION: "1.14.3"
TF_VERSION: "1.15.2"

permissions:
id-token: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/infra-static.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ on:
env:
AWS_REGION: "ap-south-1"
GITHUB_ACTIONS_ROLE_NAME: "GitHubActionsOIDCRole"
TF_VERSION: "1.14.3"
TF_VERSION: "1.15.2"

permissions:
id-token: write
Expand Down
4 changes: 2 additions & 2 deletions apps/static/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@hugeicons/react": "^1.1.6",
"@repo/ui": "workspace:*",
"@xyflow/react": "^12.10.2",
"motion": "^12.23.27",
"motion": "^12.38.0",
"next": "catalog:next",
"react": "catalog:react",
"react-dom": "catalog:react",
Expand All @@ -26,7 +26,7 @@
"devDependencies": {
"@repo/eslint-config": "workspace:*",
"@repo/typescript-config": "workspace:*",
"@types/node": "^22.15.3",
"@types/node": "^22.19.19",
"@types/react": "catalog:react",
"@types/react-dom": "catalog:react",
"babel-plugin-react-compiler": "^1.0.0",
Expand Down
87 changes: 56 additions & 31 deletions infra/aws/main/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions infra/aws/main/main.tf
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
terraform {
required_version = "~> 1.12"
required_version = "~> 1.15.2"

required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 6.28.0"
version = "~> 6.45.0"
}

tls = {
source = "hashicorp/tls"
version = "~>4.1"
version = "~> 4.3"

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🔴 Critical | ⚡ Quick win

🧩 Analysis chain

🌐 Web query:

HashiCorp TLS provider 4.3 changelog

💡 Result:

As of May 16, 2026, there is no official changelog for a version 4.3 of the HashiCorp TLS provider [1][2][3]. The latest released version of the provider is 4.2.1, which was released on January 30, 2026 [4][5]. While version 4.3.0 is listed in the HashiCorp releases directory [3], it does not currently have an associated release, changelog, or published documentation, indicating it has not been officially released as of this date. Users should rely on the 4.2.x series for the most recent stable features and bug fixes [2][4].

Citations:


Update TLS provider version to 4.2—version 4.3 has not been released.

Version 4.3.0 does not currently have an official release or published documentation. The latest stable version is 4.2.1 (released January 30, 2026). Change the version constraint from ~> 4.3 to ~> 4.2 to use the most recent stable release.

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@infra/aws/main/main.tf` at line 12, The Terraform TLS provider version
constraint currently uses "~> 4.3" which is not released; update the constraint
to the latest stable series by changing the version string in the provider
declaration (the line containing version = "~> 4.3") to "~> 4.2" so the TLS
provider uses the 4.2.x release series.

}
}

Expand Down
87 changes: 56 additions & 31 deletions infra/aws/static/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions infra/aws/static/versions.tf
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
terraform {
required_version = "~> 1.12"
required_version = "~> 1.15.2"

required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 6.28.0"
version = "~> 6.45.0"
}

cloudflare = {
Expand All @@ -14,7 +14,7 @@ terraform {

tls = {
source = "hashicorp/tls"
version = "~>4.1"
version = "~> 4.3"
}
}

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@
"@commitlint/cli": "^20.5.3",
"@commitlint/config-conventional": "^20.5.3",
"lefthook": "^2.1.6",
"oxfmt": "^0.48.0",
"oxfmt": "^0.49.0",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor | ⚡ Quick win

🧩 Analysis chain

🌐 Web query:

oxfmt npm package version 0.49.0

💡 Result:

The oxfmt npm package version 0.49.0 was published on May 11, 2026 [1][2][3]. Oxfmt is a high-performance code formatter designed for the JavaScript ecosystem, built on the Oxc (Oxidation Compiler) stack [4][5]. It is intended for use in large codebases and CI environments, emphasizing high throughput and predictable performance [4][6]. Key details regarding the package include: - Functionality: It supports formatting for various languages and formats, including JavaScript, JSX, TypeScript, TSX, JSON, JSONC, JSON5, YAML, TOML, HTML, Angular, Vue, CSS, SCSS, Less, Markdown, MDX, GraphQL, Ember, and Handlebars [5][7]. - Usage: It can be installed as a development dependency using package managers like npm, pnpm, yarn, or bun [8][4]. - Ecosystem: The package utilizes various platform-specific bindings (e.g., @oxfmt/binding-linux-arm-musleabihf, @oxfmt/binding-win32-arm64-msvc) to support its high-performance requirements across different environments [2][3][9].

Citations:


🌐 Web query:

oxfmt 0.49.0 changelog release notes breaking changes

💡 Result:

Oxfmt version 0.49.0 was released as part of the Oxc project updates [1]. Breaking Changes: - The primary breaking change in version 0.49.0 is that oxfmt now respects more git ignore options, aligning its behavior with oxlint [1]. Other Notable Updates: - Features: Added experimental support for.svelte files [1]. - Bug Fixes: Added a space after commas in import attributes [1]. - Performance: Optimized nested configuration prescan and improved performance for single import runs and ImportDeclaration processing [1]. - Documentation: Included refreshed documentation for import sorting and other minor comment corrections [1].

Citations:


Update oxfmt dependency with awareness of breaking changes in 0.49.0.

Version 0.49.0 exists and is available on npm. Note that this release includes a breaking change: oxfmt now respects more git ignore options, aligning its behavior with oxlint. Verify that this behavior aligns with your project's expectations before deploying.

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@package.json` at line 20, package.json bumps the "oxfmt" dependency to
"^0.49.0", which contains a breaking change that makes oxfmt respect more
gitignore rules; confirm this change won't break formatting in your repo by
running the formatter and CI, and either pin to a safe prior version (e.g.,
change "oxfmt" to the previous semver) or update repo ignore/config files to
accommodate the new behavior; specifically, run oxfmt against the codebase,
check for missing files now ignored, adjust .gitignore or oxfmt config as
needed, update CHANGELOG or PR notes to call out the behavior change, and
add/adjust tests or CI formatting checks to guard against regressions.

"portless": "^0.13.0",
"rimraf": "^6.1.3",
"turbo": "^2.9.12",
"typescript": "catalog:"
},
"engines": {
"node": ">=22"
"node": ">=22.22.3"
},
"packageManager": "pnpm@10.33.4"
}
4 changes: 2 additions & 2 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@
"devDependencies": {
"@repo/eslint-config": "workspace:*",
"@repo/typescript-config": "workspace:*",
"@tailwindcss/postcss": "^4.2.4",
"@tailwindcss/postcss": "^4.3.0",
"@types/node": "^24.12.4",
"@types/react": "catalog:react",
"@types/react-dom": "catalog:react",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"eslint": "^9.39.4",
"postcss": "^8.5.14",
"tailwind-merge": "^3.5.0",
"tailwind-merge": "^3.6.0",
"tailwindcss": "catalog:",
"typescript": "catalog:"
},
Expand Down
Loading
Loading