shipshapecode / tether

A positioning engine to make overlays, tooltips and dropdowns better
https://tetherjs.dev/docs/welcome
MIT License
8.5k stars 745 forks source link

build(deps-dev): bump rollup-plugin-sass from 1.13.2 to 1.14.0 #1605

Closed dependabot[bot] closed 4 weeks ago

dependabot[bot] commented 4 weeks ago

Bumps rollup-plugin-sass from 1.13.2 to 1.14.0.

Release notes

Sourced from rollup-plugin-sass's releases.

v1.14.0

Hi all, most changes in this release are development related, less one bugfix and one feature improvement:

  • @​marcalexiei submitted an insertStyle module feature improvement to allow the module (when using the insert option) to not need special handling due to it's path including the "node_modules" name (e.g., 'dist/node_modules/...') - the module is now output to 'dist/_virtual' (based on your config), thanks to rollup's plugin API features (resolveId, and load).

Additionally, @​hamflx provided a fix for the 'insertStyle' module path getting erroneously output on MS Windows (e.g., wrong OS path separator, etc), though the fix is no longer required due to feature @​marcalexiei contribution above.

What's Changed

Feature improvements

Bug fixes

Development related

New Contributors

Full Changelog: https://github.com/elycruz/rollup-plugin-sass/compare/v1.13.2...v1.14.0

Commits
  • d3a98c4 feat: virtual-insert-func - version bump
  • 4c8c457 Merge pull request #164elycruz/issue-#158
  • 1612a44 feat: virtual-insert-func - npm audit fix
  • c8f9284 Merge branch 'main' into issue-#158-__insertstyle_node_modules_export_docs
  • a025e38 feat: virtual-insert-func - README update
  • 044baa0 Merge pull request #163 from marcalexiei/emit-file
  • 2c5594f feat: virtual-insert-func - updated comment
  • 07233c1 Merge branch 'main' into emit-file
  • ebb8035 Merge pull request #168 from hamflx/main
  • 6d4a81c Fix the issue of unintended escaping of the import statement for insertStyle.js.
  • Additional commits viewable in compare view


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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@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)