Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps the workspace-dependencies group in /packages/browser with 7 updates:

Package From To
@types/chrome 0.1.24 0.1.31
@vscode/codicons 0.0.36 0.0.43
@pmmmwh/react-refresh-webpack-plugin 0.6.1 0.6.2
react-refresh 0.17.0 0.18.0
sass 1.86.1 1.94.2
turndown 7.2.1 7.2.2
webpack 5.102.1 5.103.0

Updates @types/chrome from 0.1.24 to 0.1.31

Commits

Updates @vscode/codicons from 0.0.36 to 0.0.43

Release notes

Sourced from @​vscode/codicons's releases.

v0.0.43

Changes:

  • #387: Update version to 0.0.43
  • #386: Add download icon and update icon mapping
  • #385: Update file icons for consistency and add forward icon
  • #382: build(deps-dev): bump js-yaml from 4.1.0 to 4.1.1
  • #384: Update icon sizes for better rendering
  • #381: Add 'window-active' icon and update icon mapping
  • #376: Update codicons version to 0.0.42

This list of changes was auto generated.

v0.0.42

🎨 Design refresh

In this release, the Codicon icon set has had a facelift. The new icons have been refined with curves, new modifier designs, and more accurate metaphors to make them feel modern, friendly and more legible.

🚀 New icons

Full Changelog: microsoft/vscode-codicons@v0.0.41...v0.0.42

v0.0.41

🚀 New icons

... (truncated)

Commits
  • e87f711 Merge pull request #387 from microsoft/mrleemurray/able-lion-maroon
  • 487d762 fix: update version to 0.0.43 in package.json and package-lock.json
  • d1a9c94 Merge pull request #386 from microsoft/mrleemurray/qualified-swordfish-violet
  • ce5f35e feat: add download icon and update mapping for new icon
  • 9640fa1 Merge pull request #385 from microsoft/mrleemurray/vital-crane-gold
  • 1f8a62d fix: update files icon size to 24x24 for consistency and add new forward icon
  • 3492f19 Merge pull request #382 from microsoft/dependabot/npm_and_yarn/js-yaml-4.1.1
  • 97c1db0 Merge pull request #384 from microsoft/mrleemurray/smoggy-cuckoo-coral
  • 8061713 Update incorrectly sized icons from 18 x 18 to 16 x 16 to improve rendering q...
  • 3258d0f Merge pull request #381 from microsoft/mrleemurray/thick-koi-emerald
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by microsoft1es, a new releaser for @​vscode/codicons since your current version.


Updates @pmmmwh/react-refresh-webpack-plugin from 0.6.1 to 0.6.2

Release notes

Sourced from @​pmmmwh/react-refresh-webpack-plugin's releases.

v0.6.2

0.6.2 (26 Nov 2025)

Fixes

  • Relaxed peer dependency requirement on type-fest to allow v5.x (#934)
Changelog

Sourced from @​pmmmwh/react-refresh-webpack-plugin's changelog.

0.6.2 (26 Nov 2025)

Fixes

  • Relaxed peer dependency requirement on type-fest to allow v5.x (#934)
Commits

Updates react-refresh from 0.17.0 to 0.18.0

Commits

Updates sass from 1.86.1 to 1.94.2

Release notes

Sourced from sass's releases.

Dart Sass 1.94.2

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

Changes

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.

Node.js Embedded Host

  • Fix a bug where a variable could be used before it was initialized during async compilation.

See the full changelog for changes in earlier releases.

Dart Sass 1.94.1

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

Changes

  • No user-visible changes.

See the full changelog for changes in earlier releases.

Dart Sass 1.94.0

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

Changes

  • Potentially breaking compatibility fix: @function rules whose names begin with -- are now parsed as unknown at-rules to support the plain CSS @function rule. Within this rule, the result property is parsed as raw CSS just like custom properties.

  • Potentially breaking compatibility fix: @mixin rules whose names begin with -- are now errors. These are not yet parsed as unknown at-rules because no browser currently supports CSS mixins.

... (truncated)

Changelog

Sourced from sass's changelog.

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.

Node.js Embedded Host

  • Fix a bug where a variable could be used before it was initialized during async compilation.

1.94.1

  • No user-visible changes.

1.94.0

  • Potentially breaking compatibility fix: @function rules whose names begin with -- are now parsed as unknown at-rules to support the plain CSS @function rule. Within this rule, the result property is parsed as raw CSS just like custom properties.

  • Potentially breaking compatibility fix: @mixin rules whose names begin with -- are now errors. These are not yet parsed as unknown at-rules because no browser currently supports CSS mixins.

1.93.3

  • Fix a performance regression that was introduced in 1.92.0.

1.93.2

  • No user-visible changes.

JavaScript API

  • Fix another error in the release process for @sass/types.

1.93.1

... (truncated)

Commits
Maintainer changes

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


Updates turndown from 7.2.1 to 7.2.2

Release notes

Sourced from turndown's releases.

v7.2.2

  • Merge pull request #504 from pavelhoral/fix-regexp-trim 8ed0499
  • Replace regexp trim (#501) e26cc81

mixmark-io/turndown@v7.2.1...v7.2.2

Commits

Updates webpack from 5.102.1 to 5.103.0

Release notes

Sourced from webpack's releases.

v5.103.0

Features

  • Added DotenvPlugin and top level dotenv option to enable this plugin
  • Added WebpackManifestPlugin
  • Added support the ignoreList option in devtool plugins
  • Allow to use custom javascript parse function
  • Added import.meta.env support for environment variables
  • Added support for import.meta.dirname and import.meta.filename
  • Added support import.defer() for statistical path
  • Handle import.meta.main
  • Added suport to setup named exports for JSON modules and disable usage named export for import file from "./file.json" with { type: "json" }
  • Added support __dirname/__filename/import.meta.dirname/import.meta.filename for universal target
  • [CSS] Added the exportType option with link (by default), "text" and css-style-sheet values
  • [CSS] Added support for composes properties

Fixes

  • The dependOn chunk must be loaded before the common chunk
  • Return to namespace import when the external request includes a specific export
  • No runtime extra runtime code for module libraries
  • Delay HMR accept dependencies to preserve import attributes
  • Properly handle external presets for universal target
  • Fixed incorrect identifier of import binding for module externals
  • Fixed when defer import and dynamic default export mixed
  • Reduce generated output when globalThis supported
  • Fixed loading async modules in defer import
  • Reexport module for default import when no used exports for systemjs library
  • Rename HarmonyExportDependencyParserPlugin exported id to CompatibilityPlugin tagged id
  • Handle __dirname and __filename for ES modules
  • Rename single nested __webpack_export__ and __webpack_require__ in already bundled code
  • [Types] webpack function type
  • [Types] NormalModule type
  • [Types] Multi compiler configuration type
  • [Types] Fixed regression in custom hashDigest type
  • [CSS] No extra runtime for initial chunk
  • [CSS] Fixed a lot of CSS modules bugs
Commits
  • e021948 chore(release): 5.103.0
  • 1dc6967 chore(deps): bump actions/checkout from 5.0.0 to 5.0.1 (#20130)
  • 077417f fix(css): many css modules bugs (#20129)
  • 7722518 chore: fix script (#20128)
  • 688a7f9 test: no runtime requirements for module library (#20127)
  • 04fe5a1 refactor: pkg.pr.new publish (#20093)
  • 27c05c7 fix: return to namespace import when the external request includes a specific...
  • 067cc60 refactor: no runtime requirements for module library (#20096)
  • d4208ba fix: delay HMR accept dependencies to preserve import attributes (#20124)
  • 102e1a4 feat(css): added css-style-sheet to exportType for CSSStyleSheet return (#20104)
  • Additional commits viewable in compare view

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 workspace-dependencies group in /packages/browser with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [@types/chrome](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/chrome) | `0.1.24` | `0.1.31` |
| [@vscode/codicons](https://github.com/microsoft/vscode-codicons) | `0.0.36` | `0.0.43` |
| [@pmmmwh/react-refresh-webpack-plugin](https://github.com/pmmmwh/react-refresh-webpack-plugin) | `0.6.1` | `0.6.2` |
| [react-refresh](https://github.com/facebook/react/tree/HEAD/packages/react) | `0.17.0` | `0.18.0` |
| [sass](https://github.com/sass/dart-sass) | `1.86.1` | `1.94.2` |
| [turndown](https://github.com/mixmark-io/turndown) | `7.2.1` | `7.2.2` |
| [webpack](https://github.com/webpack/webpack) | `5.102.1` | `5.103.0` |


Updates `@types/chrome` from 0.1.24 to 0.1.31
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/chrome)

Updates `@vscode/codicons` from 0.0.36 to 0.0.43
- [Release notes](https://github.com/microsoft/vscode-codicons/releases)
- [Commits](microsoft/vscode-codicons@0.0.36...v0.0.43)

Updates `@pmmmwh/react-refresh-webpack-plugin` from 0.6.1 to 0.6.2
- [Release notes](https://github.com/pmmmwh/react-refresh-webpack-plugin/releases)
- [Changelog](https://github.com/pmmmwh/react-refresh-webpack-plugin/blob/main/CHANGELOG.md)
- [Commits](pmmmwh/react-refresh-webpack-plugin@v0.6.1...v0.6.2)

Updates `react-refresh` from 0.17.0 to 0.18.0
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/HEAD/packages/react)

Updates `sass` from 1.86.1 to 1.94.2
- [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.86.1...1.94.2)

Updates `turndown` from 7.2.1 to 7.2.2
- [Release notes](https://github.com/mixmark-io/turndown/releases)
- [Commits](mixmark-io/turndown@v7.2.1...v7.2.2)

Updates `webpack` from 5.102.1 to 5.103.0
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](webpack/webpack@v5.102.1...v5.103.0)

---
updated-dependencies:
- dependency-name: "@types/chrome"
  dependency-version: 0.1.31
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: workspace-dependencies
- dependency-name: "@vscode/codicons"
  dependency-version: 0.0.43
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: workspace-dependencies
- dependency-name: "@pmmmwh/react-refresh-webpack-plugin"
  dependency-version: 0.6.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: workspace-dependencies
- dependency-name: react-refresh
  dependency-version: 0.18.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: workspace-dependencies
- dependency-name: sass
  dependency-version: 1.94.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: workspace-dependencies
- dependency-name: turndown
  dependency-version: 7.2.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: workspace-dependencies
- dependency-name: webpack
  dependency-version: 5.103.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: workspace-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Dec 1, 2025
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