Bump the workspace-dependencies group in /packages/browser with 7 updates
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
- See full diff in compare view
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
- agent microsoft/vscode-codicons#375
- build microsoft/vscode-codicons#375
- commentDiscussionQuote microsoft/vscode-codicons#375
- cursor microsoft/vscode-codicons#375
- editCode microsoft/vscode-codicons#375
- fileText microsoft/vscode-codicons#375
- gitBranch microsoft/vscode-codicons#375
- gitBranchChanges microsoft/vscode-codicons#375
- gitBranchConflicts microsoft/vscode-codicons#375
- gitBranchStagedChanges microsoft/vscode-codicons#375
- mergeInto microsoft/vscode-codicons#375
- openInProduct microsoft/vscode-codicons#375
- quotes microsoft/vscode-codicons#375
- rename microsoft/vscode-codicons#375
- repoSelected microsoft/vscode-codicons#375
- runWithDeps microsoft/vscode-codicons#375
- searchLarge microsoft/vscode-codicons#375
- skip microsoft/vscode-codicons#375
- strikethrough microsoft/vscode-codicons#375
- sync microsoft/vscode-codicons#375
- terminalGitBash microsoft/vscode-codicons#375
- vmPending microsoft/vscode-codicons#375
Full Changelog: https://github.com/microsoft/vscode-codicons/compare/v0.0.41...v0.0.42
v0.0.41
🚀 New icons
... (truncated)
Commits
e87f711Merge pull request #387 from microsoft/mrleemurray/able-lion-maroon487d762fix: update version to 0.0.43 in package.json and package-lock.jsond1a9c94Merge pull request #386 from microsoft/mrleemurray/qualified-swordfish-violetce5f35efeat: add download icon and update mapping for new icon9640fa1Merge pull request #385 from microsoft/mrleemurray/vital-crane-gold1f8a62dfix: update files icon size to 24x24 for consistency and add new forward icon3492f19Merge pull request #382 from microsoft/dependabot/npm_and_yarn/js-yaml-4.1.197c1db0Merge pull request #384 from microsoft/mrleemurray/smoggy-cuckoo-coral8061713Update incorrectly sized icons from 18 x 18 to 16 x 16 to improve rendering q...3258d0fMerge 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-festto 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-festto allow v5.x (#934)
Commits
94732e7chore: release v0.6.2 (#935)41d5635chore: bump deps and allow type-fest v5 (#934)324f4dbchore(deps): bump js-yaml in /examples/typescript-with-tsc (#933)b148bffchore(deps): bump js-yaml in /examples/typescript-with-swc (#932)a7dcbcdchore(deps): bump tar-fs from 3.0.9 to 3.1.1 (#930)0c62f46chore(deps): bump form-data from 4.0.2 to 4.0.4 (#927)90d783adocs: link to PRs from changelog (#924)- See full diff in compare view
Updates react-refresh from 0.17.0 to 0.18.0
Commits
- See full diff in compare view
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.forVersionnow excludes obsolete deprecations from the set it returns.JS API
- Excludes obsolete deprecations from
fatalDeprecationswhen aVersionis 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:
@functionrules whose names begin with--are now parsed as unknown at-rules to support the plain CSS@functionrule. Within this rule, theresultproperty is parsed as raw CSS just like custom properties.Potentially breaking compatibility fix:
@mixinrules 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.forVersionnow excludes obsolete deprecations from the set it returns.JS API
- Excludes obsolete deprecations from
fatalDeprecationswhen aVersionis 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:
@functionrules whose names begin with--are now parsed as unknown at-rules to support the plain CSS@functionrule. Within this rule, theresultproperty is parsed as raw CSS just like custom properties.Potentially breaking compatibility fix:
@mixinrules 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
7af5122Mention obsolete deprecation fix in all API surfaces (#2683)82b96b0Update pubspec/changelog for sass/embedded-host-node#399 (#2682)18fddef--fatal-deprecation excludes obsolete Deprecations (#2671)0356a2bPass --provenance tonpm publish(#2681)52fc718Update the repository URL for JS packages (#2679)bfccce8Parse selectors in the sass-parser package (#2670)795557cAdd support for plain-CSS@functionrules (#2655)2c9d3c8Track offsets instead of locations in InterpolationMap (#2674)d8d7f9cAdd a separateStylesheetParser.interpolatedStringToken()method (#2675)9d68793Make sure all source spans use interpolation maps (#2673)- 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 since your current version.
Updates turndown from 7.2.1 to 7.2.2
Release notes
Sourced from turndown's releases.
v7.2.2
https://github.com/mixmark-io/turndown/compare/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
DotenvPluginand top leveldotenvoption to enable this plugin- Added
WebpackManifestPlugin- Added support the
ignoreListoption in devtool plugins- Allow to use custom javascript parse function
- Added
import.meta.envsupport for environment variables- Added support for
import.meta.dirnameandimport.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.filenamefor universal target- [CSS] Added the
exportTypeoption withlink(by default), "text" andcss-style-sheetvalues- [CSS] Added support for
composespropertiesFixes
- The
dependOnchunk 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
globalThissupported- 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
__dirnameand__filenamefor 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
hashDigesttype- [CSS] No extra runtime for initial chunk
- [CSS] Fixed a lot of CSS modules bugs
Commits
e021948chore(release): 5.103.01dc6967chore(deps): bump actions/checkout from 5.0.0 to 5.0.1 (#20130)077417ffix(css): many css modules bugs (#20129)7722518chore: fix script (#20128)688a7f9test: no runtime requirements for module library (#20127)04fe5a1refactor: pkg.pr.new publish (#20093)27c05c7fix: return to namespace import when the external request includes a specific...067cc60refactor: no runtime requirements for module library (#20096)d4208bafix: delay HMR accept dependencies to preserve import attributes (#20124)102e1a4feat(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 rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore <dependency name> major versionwill 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 versionwill 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