Bump rollup-plugin-sass from 1.2.2 to 1.12.17
Bumps rollup-plugin-sass from 1.2.2 to 1.12.17.
Release notes
Sourced from rollup-plugin-sass's releases.
1.12.15
Hi all,
In this release we provide one bug fix (to a recently unnoticed duplicate css bug), and a test suite where we test out, and show, how to extract sass variables to resulting *.js modules.
What's Changed
- Issue #72 exports sass vars feature by
@elycruzin elycruz/rollup-plugin-sass#104- issue-#72 Tests, example fix/approach, to issue #72, and a patch to uncaught 'duplicate css' bug by
@elycruzin elycruz/rollup-plugin-sass#105Full Changelog: https://github.com/elycruz/rollup-plugin-sass/compare/1.12.14...1.12.15
Thank you, and Happy Coding!
- rollup-plugin-sass admins
Dependency Updates and Watch Feature
In this Release
- dev-deps - Upgraded packages reported to having vulnerabilities to their safe versions.
- dev-deps - Updated 'ava' version to allow builds on certain versions (there was a "moderate" vulnerability in ava that was blocking our package from being built on *nix systems see #97 ).
- dev-deps - Updated typescript version and added 'downlevel-dts' version of the project's '*.d.ts' files (the whole typescript backward compatibility setup is now in place).
- plugin - Updated our plugin's custom 'sass file' importer to enforce file load order in the defined 'async' importer - the async importer can sometimes load files out of order, which could result in sass content being compiled in incorrect order (when using the plugin's
output(as a function) feature) - This enforces the load order by chaining each legacy importerdonecall to a promise (which chained, and awaited for, on subsequent importer calls).- plugin - Merged in changes related to #96 "Add sass files to rollup watch list" - forces files to be added to rollup's watch list, when rollup is running in 'watch' mode.
Merged PRs
- Add all imported SASS files to the "watch" list by
@xenobytezeroin differui/rollup-plugin-sass#96- issue-#97 and #98 - Fix vulnerable dependencies by
@elycruzin differui/rollup-plugin-sass#99Thank you to our Contributers!
New Contributors
@xenobytezeromade their first contribution in differui/rollup-plugin-sass#96Full Changelog: https://github.com/differui/rollup-plugin-sass/compare/1.2.12...1.12.13
Typescript Downgrade and Node 16 (CI/CD) Race Condition Fix
In this release:
Fixes:
- #89 - (CI/CD) Race condition, in Node 16, fixed. Code in plugin implementation (surrounding
sassmodule custom importer) now enforcessynccalls toresolvemodule ensuring the same behavior across current versions of node.Improvements:
... (truncated)
Commits
067c850Updated package version.d9ee5baMerge branch 'master' of github.com:elycruz/rollup-plugin-sass into dev2f4fd7aAdded .nvmrc file.e750e7aMerge pull request #107 from elycruz/dependabot/npm_and_yarn/minimatch-3.1.24c4420fBump minimatch from 3.0.4 to 3.1.2f4b2e64issue-#72 - Updated package version.7e708dfissue-#72 - Regenerated package-lock.json.d3044c6issue-#72 - Updated package version.195176cMerge pull request #105 from elycruz/deve49b37aMerge pull request #104elycruz/issue-#72- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by elycruz, a new releaser for rollup-plugin-sass since your current version.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)