Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jun 9, 2025

Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more here.

This PR contains the following updates:

Package Change Age Confidence Type Update
@semantic-release/github 11.0.3 -> 11.0.6 age confidence devDependencies patch
@semantic-release/npm 12.0.1 -> 12.0.2 age confidence devDependencies patch
@semantic-release/release-notes-generator 14.0.3 -> 14.1.0 age confidence devDependencies minor
actions/checkout v4 -> v5 age confidence action major
actions/setup-node v4 -> v5 age confidence action major
postcss (source) 8.5.4 -> 8.5.6 age confidence devDependencies patch
sass 1.89.1 -> 1.93.0 age confidence devDependencies minor
semantic-release 24.2.5 -> 24.2.9 age confidence devDependencies patch

Release Notes

semantic-release/github (@​semantic-release/github)

v11.0.6

Compare Source

Bug Fixes

v11.0.5

Compare Source

Bug Fixes

v11.0.4

Compare Source

Bug Fixes
semantic-release/npm (@​semantic-release/npm)

v12.0.2

Compare Source

Bug Fixes
semantic-release/release-notes-generator (@​semantic-release/release-notes-generator)

v14.1.0

Compare Source

Features
actions/checkout (actions/checkout)

v5

Compare Source

actions/setup-node (actions/setup-node)

v5

Compare Source

postcss/postcss (postcss)

v8.5.6

Compare Source

  • Fixed ContainerWithChildren type discriminating (by @​Goodwine).

v8.5.5

Compare Source

  • Fixed package.jsonexports compatibility with some tools (by @​JounQin).
sass/dart-sass (sass)

v1.93.0

Compare Source

  • Fix a crash when a style rule contains a nested @import, and the loaded file
    @uses a user-defined module as well as @includes a top-level mixin which
    emits top-level declarations.
JavaScript API
  • Release a @sass/types package which contains the type annotations used by
    both the sass and sass-embedded package without any additional code or
    dependencies.

v1.92.1

Compare Source

  • Fix a bug where variable definitions from one imported, forwarded module
    would not be passed as implicit configuration to a later imported, forwarded
    module.

v1.92.0

Compare Source

  • Breaking change: Emit declarations, childless at-rules, and comments in
    the order they appear in the source even when they're interleaved with nested
    rules. This obsoletes the mixed-decls deprecation.

  • Breaking change: The function name type() is now fully reserved for the
    plain CSS function. This means that @function definitions with the name
    type will produce errors, while function calls will be parsed as special
    function strings.

  • Configuring private variables using @use ... with, @forward ... with, and
    meta.load-css(..., $with: ...) is now deprecated. Private variables were
    always intended to be fully encapsulated within the module that defines them,
    and this helps enforce that encapsulation.

  • Fix a bug where @extend rules loaded through a mixture of @import and
    @use rules could fail to apply correctly.

Command-Line Interface
  • In --watch mode, delete the source map when the associated source file is
    deleted.

v1.91.0

Compare Source

  • Potentially breaking change: meta.inspect() (as well as other systems
    that use it such as @debug and certain error messages) now emits numbers
    with as high precision as is available instead of rounding to the nearest
    1e⁻¹⁰ as we do when serializing to CSS. This better fits the purpose of
    meta.inspect(), which is to provide full information about the structure of
    a Sass value.

  • Passing a rest argument ($arg...) before a positional or named argument when
    calling a function or mixin is now deprecated. This was always outside the
    specified syntax, but it was historically treated the same as passing the rest
    argument at the end of the argument list whether or not that matched the
    visual order of the arguments.

v1.90.0

Compare Source

  • Allow a @forwarded module to be loaded with a configuration when that module
    has already been loaded with a different configuration and the module
    doesn't define any variables that would have been configured anyway.

v1.89.2

Compare Source

Embedded Host
  • Fixed a compilation error caused by an outdated buf dependency.
semantic-release/semantic-release (semantic-release)

v24.2.9

Compare Source

Bug Fixes

v24.2.8

Compare Source

Bug Fixes

v24.2.7

Compare Source

Performance Improvements

v24.2.6

Compare Source

Bug Fixes

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 is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies This PR changes dependencies label Jun 9, 2025
@coderabbitai
Copy link

coderabbitai bot commented Jun 9, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

@renovate renovate bot changed the title chore(deps): update dependency sass to v1.89.2 chore(deps): update dependencies Jun 11, 2025
@renovate renovate bot force-pushed the renovate/dependency-updates branch 2 times, most recently from 2c811c4 to fbb404d Compare June 16, 2025 15:32
@renovate renovate bot force-pushed the renovate/dependency-updates branch 2 times, most recently from 0117a95 to 67156ea Compare June 29, 2025 16:37
@renovate renovate bot force-pushed the renovate/dependency-updates branch from 67156ea to 8fc193d Compare July 11, 2025 23:06
@renovate renovate bot force-pushed the renovate/dependency-updates branch from 8fc193d to c9a2cdd Compare July 29, 2025 22:49
@renovate renovate bot force-pushed the renovate/dependency-updates branch 3 times, most recently from 02c5d13 to 3ddc237 Compare August 11, 2025 13:50
@renovate renovate bot force-pushed the renovate/dependency-updates branch from 3ddc237 to aa72b20 Compare August 13, 2025 16:47
@renovate renovate bot force-pushed the renovate/dependency-updates branch 2 times, most recently from 36d2932 to a7e3dae Compare August 31, 2025 11:23
@renovate renovate bot force-pushed the renovate/dependency-updates branch 3 times, most recently from 2f21bcb to d820d41 Compare September 11, 2025 04:55
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot force-pushed the renovate/dependency-updates branch from d820d41 to 53bf0ef Compare September 20, 2025 01:12
@renovate renovate bot changed the title chore(deps): update dependencies chore(deps): update dependencies - autoclosed Sep 22, 2025
@renovate renovate bot closed this Sep 22, 2025
@renovate renovate bot deleted the renovate/dependency-updates branch September 22, 2025 20:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies This PR changes dependencies

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant