Skip to content
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

Bump rollup-plugin-sass from 1.2.5 to 1.2.6 #880

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 30, 2021

Bumps rollup-plugin-sass from 1.2.5 to 1.2.6.

Release notes

Sourced from rollup-plugin-sass's releases.

Dependency updates and option defaults patch

Fixes

  • commit 12c7e3309-837ad0aaaf - #81 - Changed 'rollup-pluginutils' back to '@​rollup/pluginutils' - Ensures we don't break applications that were already using new, allowed, formats for 'include' and 'exclude' props (via @​rollup/pluginutils, which allows 'RegExp', as well as 'string | string[]', for these props).
    • Updated plugin source to ensure we have defaults for 'include' and 'exclude' options, even when merged, incoming options contain 'undefined' values set directly, for these props - feature was previously removed, it is now re-added in this commit.
Changelog

Sourced from rollup-plugin-sass's changelog.

1.2.6

Fixes:

  • Reverted rollup-pluginutils version back to recently upgraded @​rollup/pluginutils version, minus one major version from latest version - The version is set to one major behind to ensure backwards compatibility with existing projects.
    We also upgraded to this version, of @​rollup/pluginutils, to allow users, who have started to use [email protected], to continue supplying RegExp | string | string[] for include and exclude properties (rollup-pluginutils doesn't accept RegExp for these props).
  • Updated plugin's source to ensure that include and exclude always have a default when their incoming values are directly set to undefined - previous update had removed these default, since they were set in options merge call, however merging in undefined prop. values weren't taken into account in that update - this update fixes that change.

1.1.0

New Features

0.9.2

Bug Fixes

  • allow options.exclude to be empty string

0.9.1

Bug Fixes

  • fix ci error
  • remove node-sass in devDependencies

0.9.0

New Features

  • switch default sass compiler to sass from node-sass (#56)

0.8.1

Bug Fixes

  • async resolve hangs in edge case #55

0.8.0

New Features

  • add options.runtime support different sass compiler runtime

0.7.2

Bug Fixes

  • can not resolve file id start with ~ (#38)

... (truncated)

Commits

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [rollup-plugin-sass](https://github.com/differui/rollup-plugin-sass) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/differui/rollup-plugin-sass/releases)
- [Changelog](https://github.com/differui/rollup-plugin-sass/blob/master/CHANGELOG.md)
- [Commits](elycruz/rollup-plugin-sass@1.2.5...1.2.6)

---
updated-dependencies:
- dependency-name: rollup-plugin-sass
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 30, 2021
@dependabot-merge-action dependabot-merge-action bot merged commit 23e474e into master Aug 30, 2021
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/rollup-plugin-sass-1.2.6 branch August 30, 2021 10:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants