Skip to content

added jQuery 3.7.1 support & dropped previous version #9094

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

Merged
merged 2 commits into from
Sep 9, 2023

Conversation

auvipy
Copy link
Member

@auvipy auvipy commented Aug 30, 2023

it is a maintenance release of jquery.

@auvipy auvipy added this to the 3.15 milestone Aug 30, 2023
@auvipy auvipy requested a review from a team August 30, 2023 08:49
@baseplate-admin
Copy link
Contributor

Hey thanks for your awesome PR. I have a question.

Why is jQuery version 3.5.1 present in this repository?

Since we are shipping jQuery 3.7.1 don't you think it's better to remove old version ?

Thanks :D

@auvipy
Copy link
Member Author

auvipy commented Aug 31, 2023

II actually removed that old version in this PR. I removed 2 old version of jquery in this PR ;)

@baseplate-admin
Copy link
Contributor

Makes sense but it was weird..

Anyways thanks for the PR

baseplate-admin

This comment was marked as off-topic.

@auvipy
Copy link
Member Author

auvipy commented Aug 31, 2023

Makes sense but it was weird..

It was not deleted initially by mistake! but that was not shipped in PyPI yet :) so we are safe on that.

@auvipy auvipy added Cleanup dependencies Pull requests that update a dependency file labels Aug 31, 2023
@auvipy
Copy link
Member Author

auvipy commented Sep 4, 2023

I want some one to verify that this is not uploading anything malicious.
.

Copy link
Member

@tfranzel tfranzel left a comment

Choose a reason for hiding this comment

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

Hi @auvipy,

this is removing 3.6.4 and simply renaming 3.5.1 to 3.7.1. The PR still contains the old version, as the blob is not changing.

I don't think this is what you intended here. I'll be happy to confirm the hashes once updated.

@auvipy
Copy link
Member Author

auvipy commented Sep 4, 2023

Ops! how could I miss that!

@auvipy
Copy link
Member Author

auvipy commented Sep 4, 2023

I'm not sure if the CI failure due to my push or its github issue? I initially forgot to save the codes and committed without saving

Copy link
Member

@tfranzel tfranzel left a comment

Choose a reason for hiding this comment

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

➜  ~ wget -q -O- https://cdn.jsdelivr.net/npm/jquery@3.7.1/dist/jquery.min.js | shasum
ee48592d1fff952fcf06ce0b666ed4785493afdc  -
➜  ~ wget -q -O- https://raw.githubusercontent.com/encode/django-rest-framework/088bfdc0bb4d7170c2a292e14ecd2e768e4ddbf4/rest_framework/static/rest_framework/js/jquery-3.7.1.min.js | shasum
ee48592d1fff952fcf06ce0b666ed4785493afdc  -

can confirm this is indeed the unmodified upstream build, i.e. the hashes match.

regarding the github action, I think the github action just bailed, which happens sometimes. have you tried rerunning it again manually?

@auvipy auvipy closed this Sep 5, 2023
@auvipy auvipy reopened this Sep 5, 2023
@auvipy
Copy link
Member Author

auvipy commented Sep 5, 2023

I restarted the build

@auvipy
Copy link
Member Author

auvipy commented Sep 5, 2023

This is what I got
Download action repository 'actions/checkout@v3' (SHA:f43a0e5ff2bd294095638e18286ca9a3d1956744)
Error: Can't use 'tar -xzf' extract archive file: /home/runner/work/_actions/_temp_ea19836e-81a3-4859-97f0-50c1701eb0f2/72e5ee4f-66b0-4496-8b8a-e4018e8e96ca.tar.gz. return code: 2.

@auvipy
Copy link
Member Author

auvipy commented Sep 5, 2023

related PR for further investigating the issue #9097

@auvipy auvipy closed this Sep 9, 2023
@auvipy auvipy reopened this Sep 9, 2023
@auvipy
Copy link
Member Author

auvipy commented Sep 9, 2023

the GHA seems to be working now

@auvipy auvipy merged commit b6e3a22 into encode:master Sep 9, 2023
@auvipy
Copy link
Member Author

auvipy commented Sep 9, 2023

thanks for taking your time to carefully review this folks!

@auvipy auvipy deleted the jq branch September 9, 2023 07:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Cleanup dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants