Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 16, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
recast 0.20.4 -> 0.23.11 age adoption passing confidence

Release Notes

benjamn/recast (recast)

v0.23.11

Compare Source

v0.23.10

Compare Source

v0.23.9

Compare Source

v0.23.8

Compare Source

v0.23.7

Compare Source

v0.23.6

Compare Source

v0.23.5

Compare Source

v0.23.4

Compare Source

v0.23.3

Compare Source

v0.23.2

Compare Source

v0.23.1

Compare Source

v0.23.0

Compare Source

v0.22.0

Compare Source

v0.21.5

Compare Source

v0.21.4

Compare Source

v0.21.3

Compare Source

v0.21.2

Compare Source

v0.21.1

Compare Source

What's Changed
New Contributors

Full Changelog: benjamn/recast@v0.21.0...v0.21.1

v0.21.0

Compare Source

v0.20.5

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.


Note

Bumps recast to 0.23.11 across packages and updates rewriter to ast-types ^0.16.1 with a corresponding import path fix; updates changelog and yarn.lock.

  • Dependencies:
    • Upgrade recast to 0.23.11 in packages/config, packages/data-context, packages/rewriter, and packages/server.
    • Update packages/rewriter ast-types to ^0.16.1.
    • Refresh yarn.lock (adds tiny-invariant, updates ast-types ranges).
  • Code Adjustments:
    • Fix ExpressionKind import path in packages/rewriter/lib/js-rules.ts to ast-types/lib/gen/kinds.
  • Docs:
    • Add CLI changelog entry noting recast upgrade.

Written by Cursor Bugbot for commit c6d3617. This will update automatically on new commits. Configure here.

@cypress-app-bot
Copy link
Collaborator

See the guidelines for reviewing dependency updates for info on how to review dependency update PRs.

cursor[bot]

This comment was marked as outdated.

@renovate renovate bot force-pushed the renovate/recast-0.x branch from 1bff0ef to fc2a2a9 Compare October 16, 2025 19:42
@renovate
Copy link
Contributor Author

renovate bot commented Oct 16, 2025

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@cypress
Copy link

cypress bot commented Oct 16, 2025

cypress    Run #66805

Run Properties:  status check passed Passed #66805  •  git commit c6d3617950: Merge branch 'develop' into renovate/recast-0.x
Project cypress
Branch Review renovate/recast-0.x
Run status status check passed Passed #66805
Run duration 19m 47s
Commit git commit c6d3617950: Merge branch 'develop' into renovate/recast-0.x
Committer Jennifer Shehane
View all properties for this run ↗︎

Test results
Tests that failed  Failures 0
Tests that were flaky  Flaky 13
Tests that did not run due to a developer annotating a test with .skip  Pending 1102
Tests that did not run due to a failure in a mocha hook  Skipped 4
Tests that passed  Passing 26755
View all changes introduced in this branch ↗︎

Warning

Partial Report: The results for the Application Quality reports may be incomplete.

UI Coverage  45.61%
  Untested elements 187  
  Tested elements 161  
Accessibility  97.98%
  Failed rules  4 critical   8 serious   2 moderate   2 minor
  Failed elements 101  

@jennifer-shehane jennifer-shehane changed the title fix(deps): update dependency recast to v0.23.11 dependency: update dependency recast to v0.23.11 Oct 16, 2025
@jennifer-shehane jennifer-shehane self-assigned this Oct 17, 2025
"browser": "lib/browser.ts",
"scripts": {
"build-prod": "tsc || echo 'built, with type errors' && rm lib/browser.js",
"build-prod": "tsc || echo 'built, with type errors'",
Copy link
Member

Choose a reason for hiding this comment

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

This was blowing up for me on build - I think this has since been removed anyways??

Copy link
Contributor

Choose a reason for hiding this comment

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

once the socket changes make its way in it shouldn't matter any longer

builders as b,
} from 'ast-types'
import type { ExpressionKind } from 'ast-types/gen/kinds'
import type { ExpressionKind } from 'ast-types/lib/gen/kinds'
Copy link
Member

Choose a reason for hiding this comment

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

This location moved in the ast-types update

"browser": "lib/browser.ts",
"scripts": {
"build-prod": "tsc || echo 'built, with type errors' && rm lib/browser.js",
"build-prod": "tsc || echo 'built, with type errors'",
Copy link
Contributor

Choose a reason for hiding this comment

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

once the socket changes make its way in it shouldn't matter any longer

@jennifer-shehane jennifer-shehane merged commit 6439042 into develop Oct 27, 2025
90 of 92 checks passed
@jennifer-shehane jennifer-shehane deleted the renovate/recast-0.x branch October 27, 2025 19:36
@cypress-bot
Copy link
Contributor

cypress-bot bot commented Nov 4, 2025

Released in 15.6.0.

This comment thread has been locked. If you are still experiencing this issue after upgrading to
Cypress v15.6.0, please open a new issue.

@cypress-bot cypress-bot bot locked as resolved and limited conversation to collaborators Nov 4, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants