Skip to content
This repository has been archived by the owner on Aug 10, 2024. It is now read-only.

Silence warnings #23

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Silence warnings #23

wants to merge 3 commits into from

Conversation

noritada
Copy link

@noritada noritada commented Dec 2, 2023

This PR silences glaring warnings in the GitHub Actions workflow logs.
Details of the warnings are documented in the commit messages.

Many thanks!

This commit will silence a following warning:

    render-configs.py:148: SyntaxWarning: invalid escape sequence '\('
      matches = re.compile("^.*\((.+)\)$").match(config["avatar"])
This commit will silence following warnings in running
`yarn publishFeedGenerators`:

    npm WARN deprecated @atproto/[email protected]: This package is now deprecated. Please use @atproto/syntax, which provides the same interfaces.
    npm WARN deprecated @atproto/[email protected]: This package is now deprecated. Please use @atproto/syntax, which provides the same interfaces.
    npm WARN deprecated @atproto/[email protected]: This package is now deprecated. Please use @atproto/syntax, which provides the same interfaces.

More more information, see following PR and commit:

- bluesky-social/atproto#1464
- bluesky-social/atproto@38f8f44
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant