Skip to content

chore(deps): bump the minor-deps-updates-main group with 3 updates - #717

Merged
johnjenkins merged 1 commit into
mainfrom
dependabot/npm_and_yarn/minor-deps-updates-main-cabf9701ed
Aug 17, 2026
Merged

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

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 17, 2026

Copy link
Copy Markdown
Contributor

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

Updates sass-embedded from 1.100.0 to 1.102.0

Changelog

Sourced from sass-embedded's changelog.

1.102.0

  • Use the 2.4 gamma transfer function for rec2020, as specified by the latest draft of CSS Color 4.

1.101.7

  • No user-visible changes.

1.101.6

  • No user-visible changes.

1.101.5

  • No user-visible changes.

1.101.4

  • Avoid emitting rgb() or rgba() functions with non-percent decimal channels. Older browsers only support integer values or (potentially decimal) percentages for these functions, so in order to preserve backwards-compatibility while retaining full precision for modern browsers, legacy colors that contain at least one non-integer channel will now use percentages for their channels (for example, rgb(0%, 100%, 50%) rather than rgb(0, 255, 127.5)).

  • Fix a bug where the values of plain-CSS if() expressions were emitted using their meta.inspect() format rather than their CSS serialization format.

1.101.3

  • No user-visible changes.

1.101.2

  • Fix a bug where the deprecation warning for vendor-prefixed expression() functions would incorrectly indicate whether or not the function would be invalid Sass in Dart Sass 2.0.0.

1.101.1

  • Sass stack trace entries are now always either absolute URLs, absolute paths, or paths relative to the current working directory. Previously, if a stylesheet was loaded using a relative URL (as from a load path), that relative URL was listed even if it couldn't be resolved relative to the current working directory. However, this created potential ambiguities, so this behavior has been removed.

Command Line Interface

... (truncated)

Commits

Updates @stencil/core from 4.43.5 to 4.44.0

Release notes

Sourced from @​stencil/core's releases.

🐓 4.44.0 (2026-08-10)

What's Changed

New Contributors

Full Changelog: stenciljs/core@v4.43.5...v4.44.0

Changelog

Sourced from @​stencil/core's changelog.

🐓 4.44.0 (2026-08-10)

Bug Fixes

  • compiler: escape backslashes before other escape sequences in styles (#6773) (348f226)
  • compiler: handle constructor overloads (#6766) (1dca769), closes #6712
  • compiler: preserve bundler directive comments in es5 output (#6779) (f82296d)
  • compiler: resolve inherited type references against the declaring file (#6782) (267d88c)
  • compiler: resolveVar follows import chain (#6801) (85235c3)
  • compiler: too many required props / "union type too complex" error (#6804) (74722db)
  • docs: stop toLowerCase() shadow part names (#6813) (77f4510)
  • runtime: ensure non-shadow DOM getters return null instead of undefined (#6792) (6b63cb3)
  • runtime: guard against render reentrancy under taskQueue: 'immediate' (#6817) (b9b5b55)
  • runtime: memory leak on document.hidden (#6811) (cda3b04)
  • runtime: retry lazy component load after a failed dynamic import (#6772) (1be6b13)
  • runtime: stop forwarded named slot being added to nested default slot (#6815) (b493d61)
  • runtime: VDOM should not process non-vnode objects (#6812) (ffc5212)

Features

  • config: allow suppressing reserved event name warnings (#6748) (ca85879)
  • docs: better default part / slot handling (#6819) (76a3d74)
  • jsx: add closedby and focusgroup HTML attributes (#6797) (449d7ec)
  • jsx: add fetchpriority attribute to img, link, script, iframe (#6803) (1a5bcc8), closes #6802
  • jsx: add global translate attribute to HTMLAttributes (#6808) (1626295)
Commits
  • 992e422 chore(ci): fix prod publish
  • 26eaafd chore(ci): bump 'latest node' to 24
  • 9aa6e9d Release v4.44.0 (#6820)
  • 6b63cb3 fix(runtime): ensure non-shadow DOM getters return null instead of undefined ...
  • 76a3d74 feat(docs): better default part / slot handling (#6819)
  • 1be6b13 fix(runtime): retry lazy component load after a failed dynamic import (#6772)
  • 267d88c fix(compiler): resolve inherited type references against the declaring file (...
  • b9b5b55 fix(runtime): guard against render reentrancy under taskQueue: 'immediate' ...
  • b493d61 fix(runtime): stop forwarded named slot being added to nested default slot (#...
  • ffc5212 fix(runtime): VDOM should not process non-vnode objects (#6812)
  • Additional commits viewable in compare view

Updates terser from 5.49.2 to 5.50.0

Changelog

Sourced from terser's changelog.

v5.50.0

  • Experimental TypeScript type stripping
  • Fixed a crash in mozilla AST conversion of imports
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 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

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


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

Updates `@stencil/core` from 4.43.5 to 4.44.0
- [Release notes](https://github.com/stenciljs/core/releases)
- [Changelog](https://github.com/stenciljs/core/blob/main/CHANGELOG.md)
- [Commits](stenciljs/core@v4.43.5...v4.44.0)

Updates `terser` from 5.49.2 to 5.50.0
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md)
- [Commits](terser/terser@v5.49.2...v5.50.0)

---
updated-dependencies:
- dependency-name: sass-embedded
  dependency-version: 1.102.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-deps-updates-main
- dependency-name: "@stencil/core"
  dependency-version: 4.44.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-deps-updates-main
- dependency-name: terser
  dependency-version: 5.50.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 Aug 17, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner August 17, 2026 18:29
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Aug 17, 2026
@johnjenkins
johnjenkins merged commit 0e46d6b into main Aug 17, 2026
2 checks passed
@johnjenkins
johnjenkins deleted the dependabot/npm_and_yarn/minor-deps-updates-main-cabf9701ed branch August 17, 2026 18:31
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