Bump version of language-css#21955
Bump version of language-css#21955cssinate wants to merge 1 commit intoatom:masterfrom cssinate:master
Conversation
| "version": "https://www.atom.io/api/packages/language-css/versions/0.44.5/tarball", | ||
| "integrity": "sha512-BBlnxUx9SCv+mIYOBWUApvyB/rSOewy2m8g6f3Vk2LfLf0+t8+Hcay5hWqXqpyKS4BUa15E3TVhl3PHEpqwZ1w==", |
There was a problem hiding this comment.
With the version bump for this package, I'd expect the SHA512sum in the "integrity" field to be updated as well.
You can run npm install --package-lock-only in the root of the atom repo to update the SHA512sum/integrity field.
|
I have a commit (DeeDeeG@99afd50) that fixes the @cssinate I can make my own PR here at the main Atom repo to continue working on this, or I can open a PR at your fork to add just my commit to this PR's branch. I'll lean toward making my own PR here if no response. |
|
Either is fine with me. Whichever your preference is.
…On Sun., Feb. 14, 2021, 3:45 p.m. DeeDeeG, ***@***.***> wrote:
I have a commit ***@***.***
<DeeDeeG@99afd50>)
that fixes the package-lock.json. But there is now a failing test
<https://dev.azure.com/DeeDeeG/b/_build/results?buildId=1099&view=logs&j=c5d9a21a-e43e-5eaa-4a5a-044feacfb7bd&t=1bdeab21-3bba-5fef-2971-1d9f5fd6fff7&l=144>,
so there is some work left beyond that.
@cssinate <https://github.com/cssinate> I can make my own PR here at the
main Atom repo to continue working on this, or I can open a PR at your fork
to add just my commit to this PR's branch. I'll lean toward making my own
PR here if no response.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#21955 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AGAOZVFLGDE6X22ZBIEBTGTS7AY6TANCNFSM4XPQFUKQ>
.
|
|
I opened #21963. You can subscribe on the sidebar of that issue if you want notifications of any updates with that. (Or you can deliberately not do that to keep your inbox clean!!) I do hope the failing test can be figured out and this can land land to fix the code highlighting. Thanks for getting the ball rolling! |
Identify the Bug
#21954
Description of the Change
Bumping version of language-css from 0.44.4 to 0.44.5
Alternate Designs
Possible Drawbacks
Verification Process
All tests passed in language-css
Release Notes
N/A