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

Update dependency sass to v1.69.4 #718

Merged
merged 1 commit into from
Oct 24, 2023
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 25, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
sass 1.67.0 -> 1.69.4 age adoption passing confidence

Release Notes

sass/dart-sass (sass)

v1.69.4

Compare Source

  • No user-visible changes.

v1.69.3

Compare Source

Embedded Sass
  • Fix TypeScript type locations in package.json.

v1.69.2

Compare Source

JS API
  • Fix a bug where Sass crashed when running in the browser if there was a global
    variable named process.

v1.69.1

Compare Source

  • No user-visible changes.

v1.69.0

Compare Source

  • Add a meta.get-mixin() function that returns a mixin as a first-class Sass
    value.

  • Add a meta.apply() mixin that includes a mixin value.

  • Add a meta.module-mixins() function which returns a map from mixin names in
    a module to the first-class mixins that belong to those names.

  • Add a meta.accepts-content() function which returns whether or not a mixin
    value can take a content block.

  • Add support for the relative color syntax from CSS Color 5. This syntax
    cannot be used to create Sass color values. It is always emitted as-is in the
    CSS output.

Dart API
  • Deprecate Deprecation.calcInterp since it was never actually emitted as a
    deprecation.
Embedded Sass
  • Fix a rare race condition where the embedded compiler could freeze when a
    protocol error was immediately followed by another request.

v1.68.0

Compare Source

  • Fix the source spans associated with the abs-percent deprecation.
JS API
  • Non-filesystem importers can now set the nonCanonicalScheme field, which
    declares that one or more URL schemes (without :) will never be used for
    URLs returned by the canonicalize() method.

  • Add a containingUrl field to the canonicalize() and findFileUrl()
    methods of importers, which is set to the canonical URL of the stylesheet that
    contains the current load. For filesystem importers, this is always set; for
    other importers, it's set only if the current load has no URL scheme, or if
    its URL scheme is declared as non-canonical by the importer.

Dart API
  • Add AsyncImporter.isNonCanonicalScheme, which importers (async or sync) can
    use to indicate that a certain URL scheme will never be used for URLs returned
    by the canonicalize() method.

  • Add AsyncImporter.containingUrl, which is set during calls to the
    canonicalize() method to the canonical URL of the stylesheet that contains
    the current load. This is set only if the current load has no URL scheme, or
    if its URL scheme is declared as non-canonical by the importer.

Embedded Sass
  • The CalculationValue.interpolation field is deprecated and will be removed
    in a future version. It will no longer be set by the compiler, and if the host
    sets it it will be treated as equivalent to CalculationValue.string except
    that "(" and ")" will be added to the beginning and end of the string
    values.

  • Properly include TypeScript types in the sass-embedded package.


Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot changed the title Update dependency sass to v1.68.0 Update dependency sass to v1.69.0 Oct 6, 2023
@renovate renovate bot force-pushed the renovate/sass-1.x-lockfile branch from c35cc99 to 034f623 Compare October 6, 2023 01:17
@renovate renovate bot changed the title Update dependency sass to v1.69.0 Update dependency sass to v1.69.1 Oct 10, 2023
@renovate renovate bot force-pushed the renovate/sass-1.x-lockfile branch from 034f623 to 44eb1e8 Compare October 10, 2023 01:31
@renovate renovate bot changed the title Update dependency sass to v1.69.1 Update dependency sass to v1.69.2 Oct 10, 2023
@renovate renovate bot force-pushed the renovate/sass-1.x-lockfile branch from 44eb1e8 to 0bafb97 Compare October 10, 2023 19:22
@renovate renovate bot changed the title Update dependency sass to v1.69.2 Update dependency sass to v1.69.3 Oct 12, 2023
@renovate renovate bot force-pushed the renovate/sass-1.x-lockfile branch from 0bafb97 to 206fe1e Compare October 12, 2023 01:34
@renovate renovate bot changed the title Update dependency sass to v1.69.3 Update dependency sass to v1.69.4 Oct 17, 2023
@renovate renovate bot force-pushed the renovate/sass-1.x-lockfile branch from 206fe1e to 0256936 Compare October 17, 2023 21:57
@renovate
Copy link
Contributor Author

renovate bot commented Oct 21, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@github-actions
Copy link

PR Environments:

@philogros philogros merged commit dd817c2 into main Oct 24, 2023
1 check passed
@philogros philogros deleted the renovate/sass-1.x-lockfile branch October 24, 2023 12:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant