-
-
Notifications
You must be signed in to change notification settings - Fork 76
Release v5.0.0 #329
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
base: release/5
Are you sure you want to change the base?
Release v5.0.0 #329
Conversation
* master: Internal Meteor Packages: improve root file detection logic for imports and package files Meteor-Community-Packages#324
fully tested!
Addressed an issue where running `meteor test-packages` in Meteor 2 failed due to npm dependency installation errors related to the `meteor-node-stubs` update. This fix ensures compatibility and resolves the 'npmignore: command not found' error during package tests. For more details, see: meteor/meteor#13691
- Removed `sass` as a direct dependency to allow full control over Sass versioning - Enables usage of both `sass` and `sass-embedded` via devDependencies - Updated README.md for improved clarity, examples, and migration guidance - Bumped version to `5.1.0-beta.1` to reflect breaking internal change
…ckage tests" This reverts commit 122359f.
@StorytellerCZ I'm done with the restructuring — I didn’t see a @jankapunkt |
Hi @jankapunkt @StorytellerCZ 👋 Just following up to check in — any updates on this?
Let me know if there's anything else you need from my side! |
Published fourseven:[email protected]. |
Summary
This PR introduces
fourseven:[email protected]
, which completes the migration to Dart Sass and officially removes the built-insass
dependency.It combines the changes from two previous PRs into one consolidated update targeting the
release/5.0.0
branch.What's Changed
sass
is no longer bundled — users must now install eithersass
orsass-embedded
manually vianpm
@use
/@forward
transition instructionsnode-sass
and outdated patternsMigration Notes
To upgrade to this version, you must manually install a Sass compiler:
meteor npm install --save-dev sass # or meteor npm install --save-dev sass-embedded
For more details, see the Migration Guide
Why This Matters
sass-embedded
(native binary)Resolved Issues
fourseven:[email protected]
and Internal Meteor Packages #324This replaces and supersedes the two earlier PRs (now closed):