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(deps): bump web-specs from 2.79.0 to 3.0.0 #10478

Merged
merged 1 commit into from
Feb 12, 2024

Conversation

tidoust
Copy link
Contributor

@tidoust tidoust commented Feb 7, 2024

Summary

In the new major version of web-specs, spec entries are no longer guaranteed to have a nightly property. This change was made to include specs that do not have a public URL, such as ISO specs. The logic that processed web-specs needed to be adjusted accordingly.

Problem

The code assumed that all spec entries from web-specs had a nightly property and a series.nightlyUrl property.

Solution

The code now only looks under the nightly property when it is set.
Worth noting: if nightly is set in web-specs, then series.nightlyUrl is set.

@tidoust tidoust requested review from mdn-bot and a team as code owners February 7, 2024 13:08
@github-actions github-actions bot added the dependencies Pull requests that update a dependency file label Feb 7, 2024
@caugner caugner changed the title (core:deps-dev): bump web-specs from 2.79.0 to 3.0.0 chore(deps): bump web-specs from 2.79.0 to 3.0.0 Feb 7, 2024
@tidoust
Copy link
Contributor Author

tidoust commented Feb 7, 2024

I believe I've now solved the "commit signature" problem. Re-running the check should in theory be enough to turn things green.

@caugner
Copy link
Contributor

caugner commented Feb 8, 2024

@tidoust If you've signed the commit, there'll be a green "Verified" badge next to it, but I can't seem to find it. Did you follow all the instructions from the failed check?

You should be able to see if commits have signatures locally by running git log --show-signatures.

In the new major version of web-specs, spec entries are no longer guaranteed to
have a `nightly` property. This change was made to include specs that do not
have a public URL, such as ISO specs. The logic that processed web-specs needed
to be adjusted accordingly.
@tidoust
Copy link
Contributor Author

tidoust commented Feb 9, 2024

I don't know what I did wrong the first time around, but I force-pushing the same commit again seems to have worked...

Copy link
Contributor

@caugner caugner left a comment

Choose a reason for hiding this comment

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

Thanks, LGTM, ran two local builds on main and this PR's branch (with main merged) and verified that en-US has no changes (other locales are harder to compare due to macro errors with changing stack traces).

@caugner caugner merged commit ce83ddc into mdn:main Feb 12, 2024
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants