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

Integrations update #1315

Merged
merged 5 commits into from
Nov 6, 2024
Merged

Commits on Nov 5, 2024

  1. update-integrations script: fix wrong urls

    When running the script
        npm run update:integrations -- --unsafe
    homepage urls that return 404 status code are replaced
    by the link to the package on npm
    
    Closes withastro#1313
    
    Signed-off-by: Pascal Brand <[email protected]>
    pascal-brand38 committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    434c412 View commit details
    Browse the repository at this point in the history
  2. Fix lint

    Signed-off-by: Pascal Brand <[email protected]>
    pascal-brand38 committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    1ebc417 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fce38ae View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2024

  1. Configuration menu
    Copy the full SHA
    97bb965 View commit details
    Browse the repository at this point in the history
  2. scripts/update-integrations.mjs: wrong homepage criteria

    A homepage url is considered as wrong when:
    - the response is greater than 400
    - or it does not respond
    
    Signed-off-by: Pascal Brand <[email protected]>
    pascal-brand38 committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    5050c57 View commit details
    Browse the repository at this point in the history