Skip to content

chore(deps): bump the minor-deps-updates-main group across 1 directory with 3 updates#672

Merged
johnjenkins merged 1 commit into
mainfrom
dependabot/npm_and_yarn/minor-deps-updates-main-e7565cba58
Dec 29, 2025
Merged

chore(deps): bump the minor-deps-updates-main group across 1 directory with 3 updates#672
johnjenkins merged 1 commit into
mainfrom
dependabot/npm_and_yarn/minor-deps-updates-main-e7565cba58

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Dec 29, 2025

Copy link
Copy Markdown
Contributor

Bumps the minor-deps-updates-main group with 3 updates in the / directory: sass-embedded, @stencil/core and rollup.

Updates sass-embedded from 1.96.0 to 1.97.1

Changelog

Sourced from sass-embedded's changelog.

1.97.1

  • Fix a bug with the new CSS-style if() syntax where values would be evaluated even if their conditions didn't match.

1.97.0

  • Add support for the display-p3-linear color space.
Commits
  • a30805a Update Dart Sass version and release
  • 1100b49 Update Dart Sass version and release
  • cf082c7 Add support for the display-p3-linear color space (#405)
  • See full diff in compare view

Updates @stencil/core from 4.39.0 to 4.40.1

Release notes

Sourced from @​stencil/core's releases.

🐂 4.40.1 (2025-12-23)

Bug Fixes

  • compiler: docs generation when using excludedComponents (#6509) (4209437)
  • css: @container query parsing (#6508) (208a105)
  • css: escape backslashes (#6506) (758b8ee)
  • runtime: more robust supportsConstructableStylesheets test (#6510) (484b1b8)

Full Changelog: stenciljs/core@v4.40.0...v4.40.1

🍌 4.40.0 (2025-12-23)

Bug Fixes

  • compiler: minify dist-custom-elements and hydrate-script (#6482) (ec043cd)
  • compiler: resolve node_modules css imports (#6493) (84ac5b8)
  • css: css imports with functions and media queries (#6474) (249f84a)
  • css: enable parsing of native, nested css selectors (#6480) (3506686)
  • css: pseudo-element selectors in nested media queries (#6486) (20ce1ce)
  • css: strip comments before adding css to js (#6487) (2892b4f)
  • css: vanilla css live-reload & added globalStyles to dev <style> (#6488) (34cb672)
  • dist-custom-elements: index / default entry types (#6489) (7b89b5c)
  • runtime: malformed \<template> elements (#6492) (8608bd9)
  • runtime: respect slotted element initial 'hidden' property (non-shadow) (#6499) (d3b8b7a)
  • runtime: stop patching non-shadow components without <slot> (#6483) (44fb8de)
  • sourcemaps: generate entry sourcemaps during a dev build (#6476) (e678159)
  • ssr: stop removing slotted whitespace (#6477) (b4c5886)
  • styles: support rendering across documents (#6481) (b73a44b), closes #6479
  • testing: always render shadowrootdelegatesfocus as a boolean (#6490) (8f266de)
  • testing: puppeteer <= 22 executable path (#6478) (ecb279a)
  • types: correctly expand and resolve type | generic<type> (#6495) (d43e29b)

Features

New Contributors

Full Changelog: stenciljs/core@v4.39.0...v4.40.0

Changelog

Sourced from @​stencil/core's changelog.

🐂 4.40.1 (2025-12-23)

Bug Fixes

  • compiler: docs generation when using excludedComponents (#6509) (4209437)
  • css: @container query parsing (#6508) (208a105)
  • css: escape backslashes (#6506) (758b8ee)
  • runtime: more robust supportsConstructableStylesheets test (#6510) (484b1b8)

🍌 4.40.0 (2025-12-23)

Bug Fixes

  • compiler: minify dist-custom-elements and hydrate-script (#6482) (ec043cd)
  • compiler: resolve node_modules css imports (#6493) (84ac5b8)
  • css: css imports with functions and media queries (#6474) (249f84a)
  • css: enable parsing of native, nested css selectors (#6480) (3506686)
  • css: pseudo-element selectors in nested media queries (#6486) (20ce1ce)
  • css: strip comments before adding css to js (#6487) (2892b4f)
  • css: vanilla css live-reload & added globalStyles to dev <style> (#6488) (34cb672)
  • dist-custom-elements: index / default entry types (#6489) (7b89b5c)
  • runtime: malformed \<template> elements (#6492) (8608bd9)
  • runtime: respect slotted element initial 'hidden' property (non-shadow) (#6499) (d3b8b7a)
  • runtime: stop patching non-shadow components without <slot> (#6483) (44fb8de)
  • sourcemaps: generate entry sourcemaps during a dev build (#6476) (e678159)
  • ssr: stop removing slotted whitespace (#6477) (b4c5886)
  • styles: support rendering across documents (#6481) (b73a44b), closes #6479
  • testing: always render shadowrootdelegatesfocus as a boolean (#6490) (8f266de)
  • testing: puppeteer <= 22 executable path (#6478) (ecb279a)
  • types: correctly expand and resolve type | generic<type> (#6495) (d43e29b)

Features

Commits

Updates rollup from 4.53.2 to 4.54.0

Release notes

Sourced from rollup's releases.

v4.54.0

4.54.0

2025-12-20

Features

  • Enable tree-shaking for Symbol.hasInstance, Symbol.dispose and Symbol.asyncDispose properties if unused (#6046)

Bug Fixes

  • Ensure that well-known-Symbol-valued properties are not tree-shaken except in select cases (#6046)
  • Ensure namespace properties are included when referenced only from a try-catch (#6216)

Pull Requests

v4.53.5

4.53.5

2025-12-16

Bug Fixes

  • Fix wrong semicolon insertion position when using JSX (#6206)
  • Generate spec-compliant sourcemaps when sources content is excluded (#6196)

Pull Requests

v4.53.4

4.53.4

2025-12-15

Bug Fixes

  • Ensure Symbol.dispose and Symbol.asyncDispose properties are never removed with (await) using declarations. (#6209)

Pull Requests

... (truncated)

Changelog

Sourced from rollup's changelog.

4.54.0

2025-12-20

Features

  • Enable tree-shaking for Symbol.hasInstance, Symbol.dispose and Symbol.asyncDispose properties if unused (#6046)

Bug Fixes

  • Ensure that well-known-Symbol-valued properties are not tree-shaken except in select cases (#6046)
  • Ensure namespace properties are included when referenced only from a try-catch (#6216)

Pull Requests

4.53.5

2025-12-16

Bug Fixes

  • Fix wrong semicolon insertion position when using JSX (#6206)
  • Generate spec-compliant sourcemaps when sources content is excluded (#6196)

Pull Requests

4.53.4

2025-12-15

Bug Fixes

  • Ensure Symbol.dispose and Symbol.asyncDispose properties are never removed with (await) using declarations. (#6209)

Pull Requests

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

…y with 3 updates

Bumps the minor-deps-updates-main group with 3 updates in the / directory: [sass-embedded](https://github.com/sass/embedded-host-node), [@stencil/core](https://github.com/stenciljs/core) and [rollup](https://github.com/rollup/rollup).


Updates `sass-embedded` from 1.96.0 to 1.97.1
- [Changelog](https://github.com/sass/embedded-host-node/blob/main/CHANGELOG.md)
- [Commits](sass/embedded-host-node@1.96.0...1.97.1)

Updates `@stencil/core` from 4.39.0 to 4.40.1
- [Release notes](https://github.com/stenciljs/core/releases)
- [Changelog](https://github.com/stenciljs/core/blob/main/CHANGELOG.md)
- [Commits](stenciljs/core@v4.39.0...v4.40.1)

Updates `rollup` from 4.53.2 to 4.54.0
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v4.53.2...v4.54.0)

---
updated-dependencies:
- dependency-name: sass-embedded
  dependency-version: 1.97.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-deps-updates-main
- dependency-name: "@stencil/core"
  dependency-version: 4.40.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-deps-updates-main
- dependency-name: rollup
  dependency-version: 4.54.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-deps-updates-main
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Dec 29, 2025
@dependabot dependabot Bot requested a review from a team as a code owner December 29, 2025 16:06
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Dec 29, 2025
@johnjenkins johnjenkins merged commit 82ff047 into main Dec 29, 2025
4 checks passed
@johnjenkins johnjenkins deleted the dependabot/npm_and_yarn/minor-deps-updates-main-e7565cba58 branch December 29, 2025 17:29
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 javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant