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 ^1.69.4 #595

Merged
merged 1 commit into from
Oct 20, 2023
Merged

Update dependency sass to ^1.69.4 #595

merged 1 commit into from
Oct 20, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 23, 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 - "every weekend" in timezone Europe/Berlin, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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 added the dependencies Pull requests that update a dependency file label Sep 23, 2023
@renovate renovate bot requested review from a team, blizzz and office-team-bot and removed request for a team September 23, 2023 01:06
@renovate renovate bot changed the title chore(deps): update dependency sass to ^1.68.0 chore(deps): update dependency sass to ^1.69.0 Oct 6, 2023
@renovate renovate bot force-pushed the renovate/sass-1.x branch from f0b1da3 to b38c238 Compare October 6, 2023 01:43
@renovate renovate bot changed the title chore(deps): update dependency sass to ^1.69.0 chore(deps): update dependency sass to ^1.69.1 Oct 10, 2023
@renovate renovate bot force-pushed the renovate/sass-1.x branch from b38c238 to 11c1d43 Compare October 10, 2023 00:53
@renovate renovate bot changed the title chore(deps): update dependency sass to ^1.69.1 chore(deps): update dependency sass to ^1.69.2 Oct 10, 2023
@renovate renovate bot force-pushed the renovate/sass-1.x branch from 11c1d43 to 84e1a32 Compare October 10, 2023 21:54
@renovate renovate bot changed the title chore(deps): update dependency sass to ^1.69.2 chore(deps): update dependency sass to ^1.69.3 Oct 12, 2023
@renovate renovate bot force-pushed the renovate/sass-1.x branch from 84e1a32 to 451e6c3 Compare October 12, 2023 01:05
@renovate renovate bot changed the title chore(deps): update dependency sass to ^1.69.3 Update dependency sass to ^1.69.3 Oct 17, 2023
@renovate renovate bot changed the title Update dependency sass to ^1.69.3 Update dependency sass to ^1.69.4 Oct 17, 2023
@renovate renovate bot force-pushed the renovate/sass-1.x branch from 451e6c3 to eb11b48 Compare October 17, 2023 22:24
@juliusknorr juliusknorr merged commit 4f1c2d7 into main Oct 20, 2023
9 checks passed
@juliusknorr juliusknorr deleted the renovate/sass-1.x branch October 20, 2023 15:21
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.

1 participant