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 sass-migrator from 1.8.0 to 2.0.3 #3293

Merged
merged 2 commits into from May 6, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 18, 2024

Bumps sass-migrator from 1.8.0 to 2.0.3.

Release notes

Sourced from sass-migrator's releases.

Sass Migrator 2.0.3

Module Migrator

  • Fixes some crashes due to null pointer errors.

See the full changelog for changes in earlier releases.

Sass Migrator 2.0.2

Calc Functions Interpolation Migrator

  • Fix the interpretation of a dash in a variable name as a minus sign.

See the full changelog for changes in earlier releases.

Sass Migrator 2.0.1

Calc Functions Interpolation Migrator

  • Add parentheses in place of interpolation when necessary to preserve the evaluation order.
  • Keep interpolation in var() CSS functions.

See the full changelog for changes in earlier releases.

Sass Migrator 2.0.0

  • Breaking change: The media-logic migrator has been removed as the corresponding breaking change has been completed in Dart Sass. If you still need to migrate legacy code, use migrator version 1.8.1.

  • Update to be compatible with the latest version of the Dart Sass AST.

Calc Functions Interpolation Migrator

  • Add parentheses in place of interpolation when necessary to preserve the evaluation order.

Division Migrator

  • / division should now be left untouched in all CSS calculation functions. This was already the case for calc, clamp, min, and max, but it now applies to the new functions that Dart Sass 1.67.0 added support for.

See the full changelog for changes in earlier releases.

Sass Migrator 1.8.1

Calc Functions Interpolation Migrator

  • Migration for more than one interpolation or expressions in a calc function parameter.

See the full changelog for changes in earlier releases.

Changelog

Sourced from sass-migrator's changelog.

2.0.3

Module Migrator

  • Fixes some crashes due to null pointer errors.

2.0.2

Calc Functions Interpolation Migrator

  • Fix the interpretation of a dash in a variable name as a minus sign.

2.0.1

Calc Functions Interpolation Migrator

  • Add parentheses in place of interpolation when necessary to preserve the evaluation order.
  • Keep interpolation in var() CSS functions.

2.0.0

  • Breaking change: The media-logic migrator has been removed as the corresponding breaking change has been completed in Dart Sass. If you still need to migrate legacy code, use migrator version 1.8.1.

  • Update to be compatible with the latest version of the Dart Sass AST.

Division Migrator

  • / division should now be left untouched in all CSS calculation functions. This was already the case for calc, clamp, min, and max, but it now applies to the new functions that Dart Sass 1.67.0 added support for.

1.8.1

Calc Functions Interpolation Migrator

  • Migration for more than one interpolation or expressions in a calc function parameter.
Commits
  • dce67db Fix null pointer errors in references (#256)
  • 67f65a6 Fix build status badge (#253)
  • d2b2ded Fix operators regex to remove unnecessary parenthesis in SCSS variables. (#254)
  • 6d08f6d Keep interpolation in var CSS funcion (#250)
  • dc0ac49 Add tests for keeping interpolation in CSS custom properties declaration. (#252)
  • 387292f Use latest Dart Sass and release migrator 2.0.0 (#251)
  • 31ea60a Add parenthesis in operations to keep order (#248)
  • 0852083 Fix bugs in calc interpolation migrator (#247)
  • See full diff in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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 <dependency name> 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Mar 18, 2024
Bumps [sass-migrator](https://github.com/sass/migrator) from 1.8.0 to 2.0.3.
- [Release notes](https://github.com/sass/migrator/releases)
- [Changelog](https://github.com/sass/migrator/blob/main/CHANGELOG.md)
- [Commits](sass/migrator@1.8.0...2.0.3)

---
updated-dependencies:
- dependency-name: sass-migrator
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/sass-migrator-2.0.3 branch from 9a017fd to 8c70613 Compare March 18, 2024 10:48
@olliecurtis olliecurtis self-assigned this Mar 22, 2024
@olliecurtis
Copy link
Member

Need to asses the breaking change here and make sure it doesn't impact our conversions

@olliecurtis olliecurtis removed their assignment May 6, 2024
Copy link

github-actions bot commented May 6, 2024

Visit https://backpack.github.io/storybook-prs/3293 to see this build running in a browser.

@anambl anambl merged commit a401934 into main May 6, 2024
10 checks passed
@anambl anambl deleted the dependabot/npm_and_yarn/sass-migrator-2.0.3 branch May 6, 2024 12:51
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 javascript Pull requests that update Javascript code skip-changelog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants