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

Update slang digest to f6e3510 #360

Closed
wants to merge 1 commit into from
Closed

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 24, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
slang http_archive digest 458be61 -> f6e3510

Configuration

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, 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.


This change is Reviewable

Summary by CodeRabbit

  • New Features

    • Updated the external dependency slang to a new version, enhancing performance and security.
  • Bug Fixes

    • Corrected issues related to the integrity and extraction of the slang archive.
  • Chores

    • Modified checksum and strip_prefix values to ensure proper download and extraction of the updated slang library.

@renovate renovate bot changed the title chore(deps): update slang digest to 0c007f9 chore(deps): update slang digest to 85f24f7 May 24, 2023
@renovate renovate bot changed the title chore(deps): update slang digest to 85f24f7 chore(deps): update slang digest to 751d469 May 25, 2023
@renovate renovate bot changed the title chore(deps): update slang digest to 751d469 chore(deps): update slang digest to eb3494d May 26, 2023
@renovate renovate bot force-pushed the renovate/slang-digest branch 2 times, most recently from 8499711 to 13c526a Compare May 28, 2023 12:05
@renovate renovate bot changed the title chore(deps): update slang digest to eb3494d chore(deps): update slang digest to a3fdcc6 May 28, 2023
@renovate renovate bot changed the title chore(deps): update slang digest to a3fdcc6 chore(deps): update slang digest to 438e922 May 30, 2023
@renovate renovate bot force-pushed the renovate/slang-digest branch 2 times, most recently from ea09713 to 0d48f9e Compare May 30, 2023 01:44
@renovate renovate bot changed the title chore(deps): update slang digest to 438e922 chore(deps): update slang digest to 409127d Jun 2, 2023
@renovate renovate bot changed the title chore(deps): update slang digest to 409127d chore(deps): update slang digest to 08fb0a5 Jun 3, 2023
@renovate renovate bot changed the title chore(deps): update slang digest to 08fb0a5 chore(deps): update slang digest to e3e9c56 Jun 4, 2023
@renovate renovate bot changed the title chore(deps): update slang digest to e3e9c56 chore(deps): update slang digest to d4acbad Jun 7, 2023
@renovate renovate bot changed the title chore(deps): update slang digest to d4acbad chore(deps): update slang digest to 8933033 Jun 9, 2023
@renovate renovate bot changed the title chore(deps): update slang digest to 8933033 chore(deps): update slang digest to 91373a5 Jun 9, 2023
@renovate renovate bot changed the title chore(deps): update slang digest to 91373a5 chore(deps): update slang digest to 41f1251 Jun 11, 2023
@renovate renovate bot changed the title chore(deps): update slang digest to 41f1251 chore(deps): update slang digest to ac8808a Jun 12, 2023
@renovate renovate bot changed the title chore(deps): update slang digest to ac8808a chore(deps): update slang digest to 32dc81b Jun 13, 2023
@renovate renovate bot changed the title Update slang digest to 6d77fbf Update slang digest to 6969c74 Aug 7, 2024
Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 0

Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between 6514c4f and 16e10a0.

Files selected for processing (1)
  • WORKSPACE (1 hunks)
Additional comments not posted (3)
WORKSPACE (3)

131-132: Verify the accessibility and correctness of the new URL.

Ensure that the new URL https://github.com/MikePopoloski/slang/archive/6969c74f11d52f1b58d3eed09890ec70abbff29c.zip is accessible and points to the correct archive.

Verification successful

Follow the redirection to verify the accessibility and correctness of the final URL.

The URL https://github.com/MikePopoloski/slang/archive/6969c74f11d52f1b58d3eed09890ec70abbff29c.zip returns an HTTP 302 status code, indicating a redirection. We need to follow this redirection to ensure the final URL is accessible and points to the correct archive.


The new URL is accessible and points to the correct archive.

The URL https://github.com/MikePopoloski/slang/archive/6969c74f11d52f1b58d3eed09890ec70abbff29c.zip successfully redirects to https://codeload.github.com/MikePopoloski/slang/zip/6969c74f11d52f1b58d3eed09890ec70abbff29c, which is accessible and returns an HTTP 200 status code.

Scripts executed

The following scripts were executed for the analysis:

Script:

#!/bin/bash
# Description: Verify the accessibility and correctness of the new URL.

# Check if the new URL is accessible.
curl -sI https://github.com/MikePopoloski/slang/archive/6969c74f11d52f1b58d3eed09890ec70abbff29c.zip | head -n 1

Length of output: 126


Script:

#!/bin/bash
# Description: Follow the redirection and verify the final URL.

# Follow the redirection and check the final URL.
curl -sIL https://github.com/MikePopoloski/slang/archive/6969c74f11d52f1b58d3eed09890ec70abbff29c.zip | grep -iE 'HTTP/|Location:'

Length of output: 261


129-129: Verify the correctness of the new strip_prefix.

Ensure that the new strip_prefix slang-6969c74f11d52f1b58d3eed09890ec70abbff29c matches the directory structure of the new archive.


128-128: Verify the correctness of the new sha256 checksum.

Ensure that the new sha256 checksum a8039db4a10167b25c4f614ec72813eaa43f1ea30c733e26a25fdea96debdf8e matches the actual checksum of the new archive.

@renovate renovate bot changed the title Update slang digest to 6969c74 Update slang digest to 2b5f1ca Aug 8, 2024
Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 0

Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between 16e10a0 and b5816d8.

Files selected for processing (1)
  • WORKSPACE (1 hunks)
Additional comments not posted (3)
WORKSPACE (3)

128-128: Verify the integrity of the new sha256 checksum.

Ensure that the new checksum matches the downloaded archive to prevent integrity issues.


129-129: Verify the correctness of the new strip_prefix.

Ensure that the new strip_prefix matches the top-level directory in the archive.


131-131: Verify the accessibility and correctness of the new URL.

Ensure that the new URL correctly points to the intended version of the archive.

Verification successful

URL Verification Successful:

The URL for the slang archive is accessible and correctly points to the intended version. The final URL is https://codeload.github.com/MikePopoloski/slang/zip/2b5f1ca05c8be7849b8f9b8a8f808c88b5744a7a, and it is returning a status code of 200.

Scripts executed

The following scripts were executed for the analysis:

Script:

#!/bin/bash
# Description: Verify the accessibility and correctness of the new URL for the `slang` archive.

# Test: Check the HTTP status code for the new URL. Expect: Status code 200.
curl -o /dev/null -s -w "%{http_code}\n" "https://github.com/MikePopoloski/slang/archive/2b5f1ca05c8be7849b8f9b8a8f808c88b5744a7a.zip"

Length of output: 138


Script:

#!/bin/bash
# Description: Follow the redirect and verify the final URL for the `slang` archive.

# Test: Use curl to follow redirects and check the final URL and status code.
curl -s -L -o /dev/null -w "%{url_effective} %{http_code}\n" "https://github.com/MikePopoloski/slang/archive/2b5f1ca05c8be7849b8f9b8a8f808c88b5744a7a.zip"

Length of output: 251

@renovate renovate bot changed the title Update slang digest to 2b5f1ca Update slang digest to 39833f9 Aug 11, 2024
Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 0

Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between b5816d8 and 7b3ccbb.

Files selected for processing (1)
  • WORKSPACE (1 hunks)
Additional comments not posted (3)
WORKSPACE (3)

131-131: Verify the updated URL.

Ensure that the URL is accessible and points to the correct archive.

Verification successful

URL is accessible and correct.

The updated URL for the slang archive is accessible and returns a successful HTTP status code, indicating it points to a valid resource. No further action is needed.

Scripts executed

The following scripts were executed for the analysis:

Script:

#!/bin/bash
# Description: Verify the accessibility of the updated URL for the `slang` archive.

# Test: Check if the URL is accessible. Expect: The URL returns a successful HTTP status code.
url="https://github.com/MikePopoloski/slang/archive/39833f9d6b9402dc7b3347f7bf2afb7508cfde08.zip"

# Check the URL
http_status=$(curl -o /dev/null -s -w "%{http_code}\n" -L $url)

# Verify the HTTP status code
if [ "$http_status" -eq 200 ]; then
    echo "URL is accessible."
else
    echo "URL is not accessible. HTTP status code: $http_status"
fi

Length of output: 323


128-128: Verify the updated sha256 checksum.

Ensure that the new checksum matches the content of the updated archive to maintain integrity.


129-129: Verify the updated strip_prefix.

Ensure that the strip_prefix matches the directory structure within the updated archive.

@renovate renovate bot changed the title Update slang digest to 39833f9 Update slang digest to 8174a94 Aug 11, 2024
Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 0

Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between 7b3ccbb and 3281a6f.

Files selected for processing (1)
  • WORKSPACE (1 hunks)
Additional comments not posted (1)
WORKSPACE (1)

128-131: Verify the http_archive configuration for slang.

Ensure that the sha256 checksum, strip_prefix, and urls fields are correct and match the actual slang archive. This is crucial for maintaining the integrity and correct extraction of the library.

@renovate renovate bot changed the title Update slang digest to 8174a94 Update slang digest to fd44678 Aug 14, 2024
Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 0

Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between 3281a6f and c263967.

Files selected for processing (1)
  • WORKSPACE (1 hunks)
Files skipped from review as they are similar to previous changes (1)
  • WORKSPACE

@renovate renovate bot changed the title Update slang digest to fd44678 Update slang digest to 2fd768f Aug 14, 2024
Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 0

Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between c263967 and e5eafc0.

Files selected for processing (1)
  • WORKSPACE (1 hunks)
Additional comments not posted (1)
WORKSPACE (1)

134-137: Verify the integrity of the new slang archive.

The sha256 checksum, strip_prefix, and urls have been updated to reflect a new version of the slang library. Ensure that the new checksum matches the downloaded archive to maintain integrity.

@renovate renovate bot changed the title Update slang digest to 2fd768f Update slang digest to 4ba42f0 Aug 16, 2024
@renovate renovate bot changed the title Update slang digest to 4ba42f0 Update slang digest to ef4337b Aug 16, 2024
Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 0

Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between e5eafc0 and 893455f.

Files selected for processing (1)
  • WORKSPACE (1 hunks)
Files skipped from review as they are similar to previous changes (1)
  • WORKSPACE

@renovate renovate bot changed the title Update slang digest to ef4337b Update slang digest to f6e3510 Aug 21, 2024
Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 0

Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between 893455f and c43f0dd.

Files selected for processing (1)
  • WORKSPACE (1 hunks)
Files skipped from review due to trivial changes (1)
  • WORKSPACE

@renau renau closed this Aug 22, 2024
Copy link
Contributor Author

renovate bot commented Aug 22, 2024

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for the slang f6e3510 update again.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate bot deleted the renovate/slang-digest branch August 22, 2024 18:58
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