Skip to content
This repository was archived by the owner on May 15, 2023. It is now read-only.

Conversation

@ntkme
Copy link
Contributor Author

ntkme commented Jun 30, 2022

  Expected: '1.53.0'
    Actual: '1.54.0-dev'
     Which: is different.
            Expected: 1.53.0
              Actual: 1.54.0-dev
                         ^
             Differ at offset 3

@Goodwine Should I update the dart-sass dependency version to 1.54.0-dev?

BTW, you can git commit --allow-empty to create empty commits that will trigger github events.

@Goodwine
Copy link
Member

ah.. thanks for the tip 😅

And yes, please update the version on both the dependency and the package itself, thanks!

@Goodwine
Copy link
Member

Goodwine commented Jul 1, 2022

discussing with @nex3 the failures on JS API Tests shouldn't be happening, I'll take a look here as well :)

@ntkme
Copy link
Contributor Author

ntkme commented Jul 1, 2022

@Goodwine I found the CI had an incorrect clone path for dart-sass and was able to fix that. However JS API Tests now fails with some TS type checking:

node_modules/@types/tar/index.d.ts:252:36 - error TS2709: Cannot use namespace 'MiniPass' as a type.
252 export interface ReadEntry extends MiniPass, HeaderProperties {
                                   ~~~~~~~~
Found 1 error in node_modules/@types/tar/index.d.ts:252

@nex3 I thought this is already fixed in sass/embedded-host-node@d6dbd87, any ideas why CI is failing?

@ntkme
Copy link
Contributor Author

ntkme commented Jul 1, 2022

Ok turns out I did not rebase sass/embedded-host-node#152 to the latest.

@ntkme
Copy link
Contributor Author

ntkme commented Jul 2, 2022

@Goodwine Now CI fails with creating a symlink on windows only, for which I have no idea about. Otherwise, everything seems to be ok.

@ntkme
Copy link
Contributor Author

ntkme commented Jul 2, 2022

Tried to replace ln -s with cp -R and it still fails on windows for some unknown reason, changed again to mv and now it seems to work.

@Goodwine
Copy link
Member

Goodwine commented Jul 6, 2022

Thanks for diving and fixing the errors, it's very interesting how it used to work but not anymore lol, but the changes look reasonable :)

@Goodwine Goodwine merged commit 2b0721c into sass:main Jul 6, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

2 participants