Skip to content

Release Notes May 2026#2682

Open
DMarinhoCodacy wants to merge 2 commits into
masterfrom
release-notes-may-2026
Open

Release Notes May 2026#2682
DMarinhoCodacy wants to merge 2 commits into
masterfrom
release-notes-may-2026

Conversation

@DMarinhoCodacy

Copy link
Copy Markdown
Contributor

👀 Live preview

🚧 To do

  • If relevant, include the Jira issue key at the end of the pull request title
  • Perform a self-review of the changes
  • Fix any issues reported by the CI/CD

@DMarinhoCodacy DMarinhoCodacy requested a review from a team as a code owner June 9, 2026 17:57
@codacy-production

Copy link
Copy Markdown
Contributor

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

AI Reviewer: first review requested successfully. AI can make mistakes. Always validate suggestions.

Run reviewer

TIP This summary will be updated as you push new changes.

@github-actions

github-actions Bot commented Jun 9, 2026

Copy link
Copy Markdown
Contributor

Overall readability score: 54.23 (🟢 +0.02)

File Readability
index.md 75.65 (🟢 +0)
cloud-2026-05.md 58.62 (-)
View detailed metrics

🟢 - Shows an increase in readability
🔴 - Shows a decrease in readability

File Readability FRE GF ARI CLI DCRS
index.md 75.65 87.76 9.14 12 8.76 6.25
  🟢 +0 🟢 +0 🟢 +0 🟢 +0 🟢 +0 🟢 +0
cloud-2026-05.md 58.62 51.24 8.84 11.6 12.45 8.39
  - - - - - -

Averages:

  Readability FRE GF ARI CLI DCRS
Average 54.23 43.13 10.9 12.3 12.24 8.01
  🟢 +0.02 🟢 +0.03 🟢 +0.01 🟢 +0 🟢 +0 🟢 +0
View metric targets
Metric Range Ideal score
Flesch Reading Ease 100 (very easy read) to 0 (extremely difficult read) 60
Gunning Fog 6 (very easy read) to 17 (extremely difficult read) 8 or less
Auto. Read. Index 6 (very easy read) to 14 (extremely difficult read) 8 or less
Coleman Liau Index 6 (very easy read) to 17 (extremely difficult read) 8 or less
Dale-Chall Readability 4.9 (very easy read) to 9.9 (extremely difficult read) 6.9 or less

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Code Review

This pull request introduces the Codacy Cloud May 2026 release notes, along with updates to the release notes index and mkdocs navigation. The review feedback focuses on minor formatting and branding improvements within the release notes, including the correct capitalization of 'TypeScript' and 'Jira', removing inconsistent spacing in the tool versions list, and adding a missing trailing newline.

Important

The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.


- **ESLint v8 Vue Parsing Fix:** We fixed the parsing issues with `.vue` files in ESLint v8. (TCE-1429)

- **Lizard Parameter Count Fix:** We found an issue with the count of parameters within a method in Typescript files using Lizard. The latest version fixed that issue, and now it's counting correctly. (TCE-1519)

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

medium

The name of the language should be capitalized as 'TypeScript' instead of 'Typescript' to follow the official branding.

Suggested change
- **Lizard Parameter Count Fix:** We found an issue with the count of parameters within a method in Typescript files using Lizard. The latest version fixed that issue, and now it's counting correctly. (TCE-1519)
- **Lizard Parameter Count Fix:** We found an issue with the count of parameters within a method in TypeScript files using Lizard. The latest version fixed that issue, and now it's counting correctly. (TCE-1519)


- **Improved AI Reviewer Accuracy:** Fixed a bug where the AI reviewer would hallucinate on dependencies or API versions updated in the code, claiming they do not exist. (CF-2448)

- **Refactored Jira Prompts:** Fixed a bug where the AI reviewer would ask for a JIRA ticket, even though the users were not using JIRA. (CF-2440)

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

medium

Atlassian officially brands the product as 'Jira' (not 'JIRA'). Using 'Jira' also maintains consistency with the heading of this bullet point ('Refactored Jira Prompts').

Suggested change
- **Refactored Jira Prompts:** Fixed a bug where the AI reviewer would ask for a JIRA ticket, even though the users were not using JIRA. (CF-2440)
- **Refactored Jira Prompts:** Fixed a bug where the AI reviewer would ask for a Jira ticket, even though the users were not using Jira. (CF-2440)

Comment on lines +40 to +42
- **Eslint v9** has a new version: **9.39.4** ( updated from 9.38.0 )
- **Lizard** has a new version: **1.22.2** ( updated from 1.17.31 )
- **Opengrep** has a new version: **1.21.0** ( updated from 1.17.0 )

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

medium

The spacing inside the parentheses ( updated from ... ) is inconsistent with standard typography. Removing the leading and trailing spaces inside the parentheses improves readability.

Suggested change
- **Eslint v9** has a new version: **9.39.4** ( updated from 9.38.0 )
- **Lizard** has a new version: **1.22.2** ( updated from 1.17.31 )
- **Opengrep** has a new version: **1.21.0** ( updated from 1.17.0 )
- **Eslint v9** has a new version: **9.39.4** (updated from 9.38.0)
- **Lizard** has a new version: **1.22.2** (updated from 1.17.31)
- **Opengrep** has a new version: **1.21.0** (updated from 1.17.0)

- **Tailor**: **0.12.0**
- **Trivy**: **0.70.0**
- **Tslint**: **6.1.3**
- **Tsqllint**: **1.16.0** No newline at end of file

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

medium

The file is missing a newline character at the end. Ending files with a newline is a standard POSIX convention that ensures compatibility with various text processing tools and avoids git warnings.

Suggested change
- **Tsqllint**: **1.16.0**
- **Tsqllint**: **1.16.0**

@codacy-production codacy-production Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull Request Overview

Codacy analysis indicates the project is up to standards. The review identifies opportunities to improve the technical accuracy and tone of the release notes, specifically regarding the description of environment file handling. Additionally, the PR lacks a description, which is necessary for providing context and validating the changes.

About this PR

  • The PR description is empty. Please provide context regarding the changes and confirm if manual validation of the links and navigation sidebar was performed.

Test suggestions

  • Verify that the link added to docs/release-notes/index.md correctly points to the new file path.
  • Verify that the navigation entry in mkdocs.yml is correctly formatted and nested under the 2026 heading.
  • Verify that all internal links (e.g., roadmap) and RSS feed references in the new markdown file are valid.
Prompt proposal for missing tests
Consider implementing these tests if applicable:
1. Verify that the link added to docs/release-notes/index.md correctly points to the new file path.
2. Verify that the navigation entry in mkdocs.yml is correctly formatted and nested under the 2026 heading.
3. Verify that all internal links (e.g., roadmap) and RSS feed references in the new markdown file are valid.

TIP Improve review quality by adding custom instructions
TIP How was this review? Give us feedback


- **AI Inventory Access Update:** AI Inventory is now only available to Business Tier accounts. (LK-2130)

- **YAML Support for Environment Files:** Codacy now supports `.env`, `.env.production`, `.env.prod`, and `.env.staging` files for the YAML language. All tools running for YAML will be able to scan these files as well. (TCE-1315)

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

🟡 MEDIUM RISK

.env files are not consistently valid YAML (e.g., they often contain the 'export' keyword). Mapping them to the YAML language may cause tools to report parsing errors. Check if this mapping causes parsing failures in tools like yamllint or spectral when shell-specific syntax is used.


- **Lizard Parameter Count Fix:** We found an issue with the count of parameters within a method in Typescript files using Lizard. The latest version fixed that issue, and now it's counting correctly. (TCE-1519)

- **Fix for Empty Commit Detection:** Fixed a bug where the AI reviewer would tell that a commit is empty, or that certain files don't appear to be altered within this commit (e.g. `.txt` files). (CF-2449)

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

⚪ LOW RISK

Suggestion: The phrase 'would tell that' is informal. 'would report that' or 'incorrectly stated that' is more appropriate for technical release notes.

Suggested change
- **Fix for Empty Commit Detection:** Fixed a bug where the AI reviewer would tell that a commit is empty, or that certain files don't appear to be altered within this commit (e.g. `.txt` files). (CF-2449)
- **Fix for Empty Commit Detection:** Fixed a bug where the AI reviewer would report that a commit is empty or that certain files did not appear to be altered within the commit (e.g., .txt files).

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