Skip to content

Publish 17.4.0#714

Merged
Daniel15 merged 1 commit into
mainfrom
changeset-release/main
Jul 15, 2026
Merged

Publish 17.4.0#714
Daniel15 merged 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

@github-actions github-actions Bot commented May 19, 2026

Copy link
Copy Markdown
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

jscodeshift@17.4.0

Minor Changes

  • 0ced828: Add iterator implementation to Collections

    ES6 iterators support the new for..of syntax. Since a Collection wraps an Array, we can lean on ECMAScript's new iterator delegation.

Patch Changes

  • bc1de49: Fix --ignore-pattern not matching files when the source path is relative and starts with ../ (or ./)

    Ignore patterns such as **/node_modules/** were silently skipped for files enumerated from a relative source path like ../app/src, because picomatch's ** wildcard does not match across a leading ..//./ traversal segment. The path is now also matched with any leading traversal prefix stripped, so ignore behavior is consistent for relative and absolute source paths.

@github-actions
github-actions Bot force-pushed the changeset-release/main branch from 0f94886 to 9fbc1e8 Compare May 19, 2026 17:02
@vercel

vercel Bot commented May 19, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
jscodeshift Ready Ready Preview, Comment Jul 15, 2026 8:58pm

Request Review

@github-actions
github-actions Bot force-pushed the changeset-release/main branch from 5fab4db to 4993331 Compare July 15, 2026 20:58
@Daniel15 Daniel15 changed the title Publish <version> Publish 17.4.0 Jul 15, 2026
@Daniel15
Daniel15 merged commit aba2e46 into main Jul 15, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant