Skip to content

chore(deps-dev): bump the dev group with 4 updates#1151

Merged
dependabot[bot] merged 1 commit intomainfrom
dependabot/npm_and_yarn/dev-a0caf80c03
Dec 10, 2025
Merged

chore(deps-dev): bump the dev group with 4 updates#1151
dependabot[bot] merged 1 commit intomainfrom
dependabot/npm_and_yarn/dev-a0caf80c03

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 10, 2025

Bumps the dev group with 4 updates: @codemirror/view, @rspack/cli, @rspack/core and sass-embedded.

Updates @codemirror/view from 6.39.0 to 6.39.2

Changelog

Sourced from @​codemirror/view's changelog.

6.39.2 (2025-12-09)

Bug fixes

Fix an issue where moveVertially was sometimes unable to escape lines with thick borders or padding.

6.39.1 (2025-12-09)

Bug fixes

Restore a workaround for a Chrome selection bug that had regressed in the previous release.

Commits
  • 0f1f805 Mark version 6.39.2
  • ce1e5c7 Improve handling of line padding in vertical cursor motion
  • 6455bc9 Mark version 6.39.1
  • 8ebd99e Restore Chrome selection misreporting workaround
  • f7b4095 Another attempt to get around flaky CI test
  • f33bb3a See if using padding instead of border stabilizes block widget spacing tests
  • See full diff in compare view

Updates @rspack/cli from 1.6.6 to 1.6.7

Release notes

Sourced from @​rspack/cli's releases.

v1.6.7

Highlights 💡

🎉 Support for import.meta.filename, import.meta.dirname, and import.meta.resolve

Rspack now supports the import.meta.filename, import.meta.dirname, and import.meta.resolve meta properties in ESM modules. These properties provide a standardized way to access file and directory paths in ES modules, similar to the CommonJS __filename and __dirname variables:

// Get the absolute path of the current module file
console.log(import.meta.filename);
// e.g., "/path/to/project/src/index.js"
// Get the directory path of the current module
console.log(import.meta.dirname);
// e.g., "/path/to/project/src"
// Resolve a module specifier to an absolute URL
const resolvedPath = import.meta.resolve('./utils.js');

Thanks to @​magic-akari for this contribution!

What's Changed

New Features 🎉

Bug Fixes 🐞

Refactor 🔨

... (truncated)

Commits

Updates @rspack/core from 1.6.6 to 1.6.7

Release notes

Sourced from @​rspack/core's releases.

v1.6.7

Highlights 💡

🎉 Support for import.meta.filename, import.meta.dirname, and import.meta.resolve

Rspack now supports the import.meta.filename, import.meta.dirname, and import.meta.resolve meta properties in ESM modules. These properties provide a standardized way to access file and directory paths in ES modules, similar to the CommonJS __filename and __dirname variables:

// Get the absolute path of the current module file
console.log(import.meta.filename);
// e.g., "/path/to/project/src/index.js"
// Get the directory path of the current module
console.log(import.meta.dirname);
// e.g., "/path/to/project/src"
// Resolve a module specifier to an absolute URL
const resolvedPath = import.meta.resolve('./utils.js');

Thanks to @​magic-akari for this contribution!

What's Changed

New Features 🎉

Bug Fixes 🐞

Refactor 🔨

... (truncated)

Commits
  • eb2c6bb chore: bump npm packages
  • fb5dfff refactor: support .rspack[...] syntax and rebrand CSS extract plugin intern...
  • cd22df7 refactor: render javascript runtime globals according to compiler options (#1...
  • 5800e1e chore(deps): update dependency prebundle to ^1.6.0 (#12327)
  • 39f82ff chore(deps): bump Rslib v0.18.3 (#12362)
  • 70708a8 chore: release v1.6.6 (#12345)
  • See full diff in compare view

Updates sass-embedded from 1.93.3 to 1.95.1

Changelog

Sourced from sass-embedded's changelog.

1.95.1

  • No user-visible changes.

1.95.0

  • Add support for the CSS-style if() function. In addition to supporting the plain CSS syntax, this also supports a sass() query that takes a Sass expression that evaluates to true or false at preprocessing time depending on whether the Sass value is truthy. If there are no plain-CSS queries, the function will return the first value whose query returns true during preprocessing. For example, if(sass(false): 1; sass(true): 2; else: 3) returns 2.

  • The old Sass if() syntax is now deprecated. Users are encouraged to migrate to the new CSS syntax. if($condition, $if-true, $if-false) can be changed to if(sass($condition): $if-true; else: $if-false).

    See the Sass website for details.

  • Plain-CSS if() functions are now considered "special numbers", meaning that they can be used in place of arguments to CSS color functions.

  • Plain-CSS if() functions and attr() functions are now considered "special variable strings" (like var()), meaning they can now be used in place of multiple arguments or syntax fragments in various CSS functions.

1.94.3

  • Fix the span reported for standalone % expressions followed by whitespace.

1.94.2

Command-Line Interface

  • Using --fatal-deprecation <version> no longer emits warnings about deprecations that are obsolete.

Dart API

  • Deprecation.forVersion now excludes obsolete deprecations from the set it returns.

JS API

  • Excludes obsolete deprecations from fatalDeprecations when a Version is passed.

... (truncated)

Commits
  • 2c8fca4 Update Dart Sass version and release
  • 583b898 Update Dart Sass version and release
  • 3022f4c Update Dart Sass version and release
  • 7070618 Exclude obsolete deprecations when making a version fatal (#400)
  • 2bdc2f0 Merge pull request #402 from sass/provenance
  • 1be4281 Bump actions/checkout from 5 to 6 (#403)
  • d2b8b99 Remove needs and runs-on from the release trigger workflow
  • 66e8d71 Pass --provenance to npm publish
  • 2b2cb3e Update Dart Sass version and release
  • 53c98c0 Fix a use-before-initialize bug in the async compiler (#399)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for sass-embedded since your current version.


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 will merge this PR once CI passes on it, as requested by @mdn-bot.


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 dev group with 4 updates: [@codemirror/view](https://github.com/codemirror/view), [@rspack/cli](https://github.com/web-infra-dev/rspack/tree/HEAD/packages/rspack-cli), [@rspack/core](https://github.com/web-infra-dev/rspack/tree/HEAD/packages/rspack) and [sass-embedded](https://github.com/sass/embedded-host-node).


Updates `@codemirror/view` from 6.39.0 to 6.39.2
- [Changelog](https://github.com/codemirror/view/blob/main/CHANGELOG.md)
- [Commits](codemirror/view@6.39.0...6.39.2)

Updates `@rspack/cli` from 1.6.6 to 1.6.7
- [Release notes](https://github.com/web-infra-dev/rspack/releases)
- [Commits](https://github.com/web-infra-dev/rspack/commits/v1.6.7/packages/rspack-cli)

Updates `@rspack/core` from 1.6.6 to 1.6.7
- [Release notes](https://github.com/web-infra-dev/rspack/releases)
- [Commits](https://github.com/web-infra-dev/rspack/commits/v1.6.7/packages/rspack)

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

---
updated-dependencies:
- dependency-name: "@codemirror/view"
  dependency-version: 6.39.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev
- dependency-name: "@rspack/cli"
  dependency-version: 1.6.7
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev
- dependency-name: "@rspack/core"
  dependency-version: 1.6.7
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev
- dependency-name: sass-embedded
  dependency-version: 1.95.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev
...

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 10, 2025
@dependabot dependabot bot requested review from a team and mdn-bot as code owners December 10, 2025 01:19
@dependabot dependabot bot requested a review from LeoMcA December 10, 2025 01:19
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Dec 10, 2025
@mdn-bot
Copy link
Collaborator

mdn-bot commented Dec 10, 2025

@dependabot squash and merge

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 10, 2025

Beginning January 27, 2026, Dependabot will no longer support the @dependabot squash and merge command. Please use GitHub's native pull request controls instead. Please see the changelog announcement for additional details.

@dependabot dependabot bot merged commit 7d1da1e into main Dec 10, 2025
12 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/dev-a0caf80c03 branch December 10, 2025 01:25
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