mcanam / iblize

simple javascript code editor library
https://mcanam.github.io/iblize/
MIT License
27 stars 2 forks source link

Bump rollup-plugin-styles from 3.14.1 to 4.0.0 #48

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps rollup-plugin-styles from 3.14.1 to 4.0.0.

Release notes

Sourced from rollup-plugin-styles's releases.

v4.0.0

4.0.0 (2022-01-14)

Bug Fixes

  • code generation: imports should precede exports (814ccdb)
  • remove debugging log (e09ac09)
  • sass!: remove fibers support (8992356)

Features

Performance Improvements

  • removed deprecated rollup API (46b73e6)
  • sourcemap: switch to source-map-js (0488634)
  • Use Set to optimize performance (b402687)

BREAKING CHANGES

  • node: Now support v12.20.0 and up
Changelog

Sourced from rollup-plugin-styles's changelog.

4.0.0 (2022-01-14)

Bug Fixes

  • code generation: imports should precede exports (814ccdb)
  • remove debugging log (e09ac09)
  • sass!: remove fibers support (8992356)

Features

Performance Improvements

  • removed deprecated rollup API (46b73e6)
  • sourcemap: switch to source-map-js (0488634)
  • Use Set to optimize performance (b402687)

BREAKING CHANGES

  • node: Now support v12.20.0 and up
Commits
  • ffc701f chore(release): 4.0.0 [skip ci]
  • 5786615 feat(node): drop v10
  • b619df3 docs: typedoc upgrade
  • 46b73e6 perf: removed deprecated rollup API
  • bc19ac8 test: snapshot updates
  • 5219897 test: fix another jest error
  • 393b8bb test: fix another jest error
  • 0488634 perf(sourcemap): switch to source-map-js
  • cd01fc6 docs(README): quick fix
  • 8992356 fix(sass!): remove fibers support
  • 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 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)
dependabot[bot] commented 2 years ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.