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.76.0 #321

Merged
merged 1 commit into from
May 23, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 5, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
sass 1.70.0 -> 1.76.0 age adoption passing confidence

Release Notes

sass/dart-sass (sass)

v1.76.0

Compare Source

  • Throw errors for misplaced statements in keyframe blocks.

  • Mixins and functions whose names begin with -- are now deprecated for
    forwards-compatibility with the in-progress CSS functions and mixins spec.
    This deprecation is named css-function-mixin.

v1.75.0

Compare Source

  • Fix a bug in which stylesheet canonicalization could be cached incorrectly
    when custom importers or the Node.js package importer made decisions based on
    the URL of the containing stylesheet.
JS API
  • Allow importer to be passed without url in StringOptionsWithImporter.

v1.74.1

Compare Source

  • No user-visible changes.

v1.72.0

Compare Source

  • Support adjacent /s without whitespace in between when parsing plain CSS
    expressions.

  • Allow the Node.js pkg: importer to load Sass stylesheets for package.json
    exports field entries without extensions.

  • When printing suggestions for variables, use underscores in variable names
    when the original usage used underscores.

JavaScript API
  • Properly resolve pkg: imports with the Node.js package importer when
    arguments are passed to the JavaScript process.

v1.71.1

Compare Source

Command-Line Interface
  • Ship the musl Linux release with the proper Dart executable.
JavaScript API
  • Export the NodePackageImporter class in ESM mode.

  • Allow NodePackageImporter to locate a default directory even when the
    entrypoint is an ESM module.

Dart API
  • Make passing a null argument to NodePackageImporter() a static error rather
    than just a runtime error.
Embedded Sass
  • In the JS Embedded Host, properly install the musl Linux embedded compiler
    when running on musl Linux.

v1.71.0

Compare Source

For more information about pkg: importers, see the
announcement
on the Sass blog.

Command-Line Interface
  • Add a --pkg-importer flag to enable built-in pkg: importers. Currently
    this only supports the Node.js package resolution algorithm, via
    --pkg-importer=node. For example, @use "pkg:bootstrap" will load
    node_modules/bootstrap/scss/bootstrap.scss.
JavaScript API
  • Add a NodePackageImporter importer that can be passed to the importers
    option. This loads files using the pkg: URL scheme according to the Node.js
    package resolution algorithm. For example, @use "pkg:bootstrap" will load
    node_modules/bootstrap/scss/bootstrap.scss. The constructor takes a single
    optional argument, which indicates the base directory to use when locating
    node_modules directories. It defaults to
    path.dirname(require.main.filename).
Dart API
  • Add a NodePackageImporter importer that can be passed to the importers
    option. This loads files using the pkg: URL scheme according to the Node.js
    package resolution algorithm. For example, @use "pkg:bootstrap" will load
    node_modules/bootstrap/scss/bootstrap.scss. The constructor takes a single
    argument, which indicates the base directory to use when locating
    node_modules directories.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 requested a review from a team as a code owner October 5, 2023 01:15
@netlify
Copy link

netlify bot commented Oct 5, 2023

Deploy Preview for adyen-lume ready!

Name Link
🔨 Latest commit fafe3a5
🔍 Latest deploy log https://app.netlify.com/sites/adyen-lume/deploys/664d30942912570008ff5c3e
😎 Deploy Preview https://deploy-preview-321--adyen-lume.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@renovate renovate bot changed the title ⬆️ Update dependency sass to v1.67.0 ⬆️ Update dependency sass to v1.68.0 Oct 12, 2023
@renovate renovate bot changed the title ⬆️ Update dependency sass to v1.68.0 ⬆️ Update dependency sass to v1.69.0 Oct 27, 2023
@renovate renovate bot changed the title ⬆️ Update dependency sass to v1.69.0 ⬆️ Update dependency sass to v1.69.1 Oct 31, 2023
@renovate renovate bot changed the title ⬆️ Update dependency sass to v1.69.1 ⬆️ Update dependency sass to v1.69.2 Oct 31, 2023
@renovate renovate bot changed the title ⬆️ Update dependency sass to v1.69.2 ⬆️ Update dependency sass to v1.69.3 Nov 2, 2023
@renovate renovate bot changed the title ⬆️ Update dependency sass to v1.69.3 ⬆️ Update dependency sass to v1.69.4 Nov 7, 2023
@renovate renovate bot force-pushed the renovate/sass-1.x branch 3 times, most recently from baeb2e5 to 22947c3 Compare November 14, 2023 12:29
@renovate renovate bot changed the title ⬆️ Update dependency sass to v1.69.4 ⬆️ Update dependency sass to v1.69.5 Nov 16, 2023
@renovate renovate bot force-pushed the renovate/sass-1.x branch 9 times, most recently from 8d10d67 to bd43c60 Compare November 20, 2023 15:25
@renovate renovate bot changed the title ⬆️ Update dependency sass to v1.69.5 ⬆️ Update dependency sass to v1.69.6 Jan 19, 2024
@renovate renovate bot changed the title ⬆️ Update dependency sass to v1.69.6 ⬆️ Update dependency sass to v1.69.7 Jan 23, 2024
@renovate renovate bot changed the title ⬆️ Update dependency sass to v1.69.7 ⬆️ Update dependency sass to v1.70.0 Feb 8, 2024
@renovate renovate bot changed the title ⬆️ Update dependency sass to v1.70.0 ⬆️ Update dependency sass to v1.71.1 Feb 22, 2024
@renovate renovate bot force-pushed the renovate/sass-1.x branch 3 times, most recently from c4d46db to 4f0d551 Compare February 27, 2024 12:17
@renovate renovate bot changed the title ⬆️ Update dependency sass to v1.71.1 ⬆️ Update dependency sass to v1.71.0 Mar 8, 2024
@renovate renovate bot changed the title ⬆️ Update dependency sass to v1.71.0 ⬆️ Update dependency sass to v1.71.1 Mar 13, 2024
@renovate renovate bot changed the title ⬆️ Update dependency sass to v1.71.1 ⬆️ Update dependency sass to v1.72.0 Apr 3, 2024
@renovate renovate bot changed the title ⬆️ Update dependency sass to v1.72.0 ⬆️ Update dependency sass to v1.74.1 Apr 25, 2024
@renovate renovate bot changed the title ⬆️ Update dependency sass to v1.74.1 ⬆️ Update dependency sass to v1.75.0 May 3, 2024
@renovate renovate bot changed the title ⬆️ Update dependency sass to v1.75.0 ⬆️ Update dependency sass to v1.76.0 May 21, 2024
@joao-m-santos joao-m-santos merged commit 214cd83 into main May 23, 2024
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant