dropzone-ui-react
dropzone-ui-react copied to clipboard
Bump rollup-plugin-sass from 1.2.13 to 1.12.16
Bumps rollup-plugin-sass from 1.2.13 to 1.12.16.
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
Commits
- See full diff in compare view
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)