Skip to content

Bump the npm group with 5 updates#96

Merged
github-actions[bot] merged 1 commit intomainfrom
dependabot/npm_and_yarn/npm-527ce1b1c2
May 12, 2025
Merged

Bump the npm group with 5 updates#96
github-actions[bot] merged 1 commit intomainfrom
dependabot/npm_and_yarn/npm-527ce1b1c2

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 12, 2025

Bumps the npm group with 5 updates:

Package From To
sass 1.87.0 1.88.0
http-cache-semantics 4.1.1 4.2.0
lightningcss 1.29.3 1.30.0
seroval-plugins 1.3.0 1.3.1
seroval 1.3.0 1.3.1

Updates sass from 1.87.0 to 1.88.0

Release notes

Sourced from sass's releases.

Dart Sass 1.88.0

To install Sass 1.88.0, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.

Changes

  • Allow custom properties with empty values (such as --var:;).

  • Fix a bug when calculating source spans for interpolations.

Dart and JS APIs

  • Potentially breaking bug fix: Throw an error when passing a function or mixin object from one compilation to another.

Dart API

  • Deprecate passing a relative URL to compileString() and related functions.

See the full changelog for changes in earlier releases.

Changelog

Sourced from sass's changelog.

1.88.0

  • Allow custom properties with empty values (such as --var:;).

  • Fix a bug when calculating source spans for interpolations.

Dart and JS APIs

  • Potentially breaking bug fix: Throw an error when passing a function or mixin object from one compilation to another.

Dart API

  • Deprecate passing a relative URL to compileString() and related functions.
Commits
  • c6b2163 Merge pull request #2572 from sass/empty-custom-prop
  • 6edc11e Support empty custom properties
  • a81cd73 Properly handle dev changelogs in bump-version-* tasks
  • 7f54226 Disallow passing functions/mixins across compilations (#2544)
  • 90b6b39 Remove useless _currentCallable property in the evaluate visitor (#2570)
  • 1a5e0ee Fix off-by-one error in Interpolation.spanForElement() (#2568)
  • 735109f Deprecate passing a relative URL to compileString() et al (#2567)
  • c4b0138 Bump protoc_plugin from 21.1.2 to 22.0.1 and protobuf to 4.0.0 (#2554)
  • See full diff in compare view

Updates http-cache-semantics from 4.1.1 to 4.2.0

Commits

Updates lightningcss from 1.29.3 to 1.30.0

Release notes

Sourced from lightningcss's releases.

v1.30.0

Features

  • Update relative color parsing to latest spec: colors now support numbers in addition to percentages, and calcs in colors are now always numbers. Note that this was technically a breaking change in the spec. You may need to update code using relative color calculations on percentages to use numbers instead. See the PR for details. – #465
  • Update nesting implementation for new spec: It is now possible to nest selectors with pseudo elements, and declarations and nested rules can be interleaved. See https://web.dev/blog/css-nesting-cssnesteddeclarations for more details. – parcel-bundler/lightningcss@6c465c1
  • Skip generating unnecessary @supports rules when already nested in a @supports rule – #878, d398c1b86439dfd243a6c2ba627a8e7981118a44
  • Improve error recovery for media queries – #954
  • Add support for ::picker, ::picker-icon and ::checkmark – #957
  • Add build support for Android – #932

Fixes

  • Fix error message for invalid composes selectors – parcel-bundler/lightningcss#948
  • Update browserslist – parcel-bundler/lightningcss#961
  • Fix linear-gradient direction conversion for legacy vendor-prefixed values – #936
  • Prevent new lines in license comments from breaking source maps – #971
  • Do not inline layers before imports – 33ea2c149e2c94f6e45a86d6d666d092729c9523
  • Statically link Visual Studio redistributables on Windows builds – e5c4139be325c03704072c948be38f8b1f990071
  • update browser compat data – 17bdc80ff5282c410daf65d135ef6cac79200e55
Commits
  • 474c67c v1.30.0
  • 17bdc80 update browser compat data
  • e5c4139 Statically link Visual Studio redistributables on Windows builds
  • 33ea2c1 Do not inline layers before imports
  • 4ebcb45 Update relative color parsing to latest spec (#465)
  • 0f064ab Prevent new lines written by write_str from breaking source maps (#971)
  • 16fdfd5 fix: remove grid feature (#972)
  • 496f4f6 Add build support for Android (#932)
  • 3e27005 Add support for ::picker, ::picker-icon and ::checkmark (#957)
  • c5cbcfa Fix linear-gradient direction conversion for legacy vendor-prefixed values (#...
  • Additional commits viewable in compare view

Updates seroval-plugins from 1.3.0 to 1.3.1

Commits

Updates seroval from 1.3.0 to 1.3.1

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

Bumps the npm group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [sass](https://github.com/sass/dart-sass) | `1.87.0` | `1.88.0` |
| [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) | `4.1.1` | `4.2.0` |
| [lightningcss](https://github.com/parcel-bundler/lightningcss) | `1.29.3` | `1.30.0` |
| [seroval-plugins](https://github.com/lxsmnsyc/seroval) | `1.3.0` | `1.3.1` |
| [seroval](https://github.com/lxsmnsyc/seroval) | `1.3.0` | `1.3.1` |


Updates `sass` from 1.87.0 to 1.88.0
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](sass/dart-sass@1.87.0...1.88.0)

Updates `http-cache-semantics` from 4.1.1 to 4.2.0
- [Commits](https://github.com/kornelski/http-cache-semantics/commits)

Updates `lightningcss` from 1.29.3 to 1.30.0
- [Release notes](https://github.com/parcel-bundler/lightningcss/releases)
- [Commits](parcel-bundler/lightningcss@v1.29.3...v1.30.0)

Updates `seroval-plugins` from 1.3.0 to 1.3.1
- [Release notes](https://github.com/lxsmnsyc/seroval/releases)
- [Commits](lxsmnsyc/seroval@v1.3.0...v1.3.1)

Updates `seroval` from 1.3.0 to 1.3.1
- [Release notes](https://github.com/lxsmnsyc/seroval/releases)
- [Commits](lxsmnsyc/seroval@v1.3.0...v1.3.1)

---
updated-dependencies:
- dependency-name: sass
  dependency-version: 1.88.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: http-cache-semantics
  dependency-version: 4.2.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: lightningcss
  dependency-version: 1.30.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: seroval-plugins
  dependency-version: 1.3.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: seroval
  dependency-version: 1.3.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: npm
...

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 May 12, 2025
@github-actions github-actions bot merged commit fe846de into main May 12, 2025
2 checks passed
@github-actions github-actions bot deleted the dependabot/npm_and_yarn/npm-527ce1b1c2 branch May 12, 2025 13:13
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