Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update versions #160

Merged
merged 2 commits into from
Jun 15, 2024
Merged

chore: update versions #160

merged 2 commits into from
Jun 15, 2024

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Jun 13, 2024

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

skott@0.35.0

Minor Changes

  • #162 b13d3c9 Thanks @antoine-coulon! - Allow unused files to be tracked and reported. From the CLI, --showUnusedFiles can be used to report unused files. From the API, a new collectUnusedFiles method is accessible through the graph API:

    import skott from "skott";
    
    const instance = await skott();
    const unusedFiles = instance.useGraph().collectUnusedFiles();

    This version also includes a fix for a bug related to --trackBuiltinDependencies and --trackThirdPartyDependencies that were not propagated anymore (since 0.34.0) when being provided from the CLI.

  • #161 4d19c97 Thanks @antoine-coulon! - Add support for multiple ignore patterns:

    • the CLI can now accumulate multiple ignore patterns such as skott --ignorePattern=X --ignorePattern=Y
    • the API configuration now takes a ignorePatterns property instead of a single ignorePattern (breaking change).

Patch Changes

remote-tarball-fetcher@0.1.1

Patch Changes

@github-actions github-actions bot force-pushed the changeset-release/main branch 2 times, most recently from 3f5f6d5 to 5a3d40a Compare June 15, 2024 16:12
@antoine-coulon antoine-coulon merged commit f382079 into main Jun 15, 2024
4 of 6 checks passed
@antoine-coulon antoine-coulon deleted the changeset-release/main branch June 15, 2024 16:46
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