Skip to content

Conversation

gabe565-renovate[bot]
Copy link
Contributor

@gabe565-renovate gabe565-renovate bot commented Feb 16, 2024

This PR contains the following updates:

Package Type Update Change
sass dependencies minor 1.70.0 -> 1.77.1

Release Notes

sass/dart-sass (sass)

v1.77.1

Compare Source

  • Fix a crash that could come up with importers in certain contexts.

v1.77.0

Compare Source

  • Don't throw errors for at-rules in keyframe blocks.

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 Renovate Bot.

@gabe565-renovate gabe565-renovate bot requested a review from gabe565 as a code owner February 16, 2024 02:07
@gabe565-renovate gabe565-renovate bot added dependencies Pull requests that update a dependency file minor npm labels Feb 16, 2024
@gabe565-renovate gabe565-renovate bot changed the title fix(deps): update dependency sass to v1.71.0 fix(deps): update dependency sass to v1.71.1 Feb 21, 2024
@gabe565-renovate gabe565-renovate bot force-pushed the renovate/sass-1.x branch 2 times, most recently from 54702d0 to 0677f0c Compare February 23, 2024 23:29
@gabe565 gabe565 force-pushed the main branch 6 times, most recently from caddfa6 to eb51fcc Compare February 29, 2024 05:51
@gabe565 gabe565 force-pushed the main branch 10 times, most recently from 8898af9 to 4e3be8c Compare March 12, 2024 05:56
@gabe565-renovate gabe565-renovate bot changed the title fix(deps): update dependency sass to v1.71.1 fix(deps): update dependency sass to v1.72.0 Mar 13, 2024
@gabe565 gabe565 force-pushed the main branch 4 times, most recently from 2fcf6c6 to 496a75f Compare March 25, 2024 02:29
@gabe565 gabe565 force-pushed the main branch 2 times, most recently from 6ed748f to dfe7e76 Compare April 2, 2024 05:32
@gabe565-renovate gabe565-renovate bot changed the title fix(deps): update dependency sass to v1.72.0 fix(deps): update dependency sass to v1.74.1 Apr 4, 2024
@gabe565-renovate gabe565-renovate bot changed the title fix(deps): update dependency sass to v1.74.1 fix(deps): update dependency sass to v1.75.0 Apr 12, 2024
@gabe565-renovate gabe565-renovate bot changed the title fix(deps): update dependency sass to v1.75.0 fix(deps): update dependency sass to v1.76.0 May 1, 2024
@gabe565-renovate gabe565-renovate bot force-pushed the renovate/sass-1.x branch from d2e20b7 to c446ec0 Compare May 1, 2024 00:26
Copy link

socket-security bot commented May 1, 2024

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/sass@1.77.1 Transitive: environment, filesystem +17 1.36 MB

🚮 Removed packages: npm/sass@1.70.0

View full report↗︎

@gabe565-renovate gabe565-renovate bot force-pushed the renovate/sass-1.x branch from c446ec0 to ba251ab Compare May 7, 2024 04:10
@gabe565-renovate gabe565-renovate bot changed the title fix(deps): update dependency sass to v1.76.0 fix(deps): update dependency sass to v1.77.0 May 7, 2024
@gabe565-renovate gabe565-renovate bot changed the title fix(deps): update dependency sass to v1.77.0 fix(deps): update dependency sass to v1.77.1 May 11, 2024
@gabe565-renovate gabe565-renovate bot force-pushed the renovate/sass-1.x branch from ba251ab to 7a6d80f Compare May 11, 2024 00:17
Copy link

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@gabe565 gabe565 merged commit 8c77303 into main May 13, 2024
@gabe565 gabe565 deleted the renovate/sass-1.x branch May 13, 2024 06:09
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 minor npm
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant