Bump the prod-dependencies-minor group across 1 directory with 6 updates#2925
Bump the prod-dependencies-minor group across 1 directory with 6 updates#2925dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Deploying waveterm with
|
| Latest commit: |
fba9434
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://816b6c94.waveterm.pages.dev |
| Branch Preview URL: | https://dependabot-npm-and-yarn-prod-4i38.waveterm.pages.dev |
| "remark-gfm": "^4.0.1", | ||
| "remark-typescript-code-import": "^1.0.1", | ||
| "sass": "^1.93.2" | ||
| "sass": "^1.97.3" |
There was a problem hiding this comment.
WARNING: Version range inconsistency with root package.json
The sass dependency uses ^1.97.3 (caret range) here, but the root package.json pins it to exactly 1.97.3 (no caret). This inconsistency could lead to different versions being installed in different contexts.
For consistency across the workspace, consider either:
- Using
1.97.3(pinned) in both files, OR - Using
^1.97.3(caret range) in both files
The root package.json appears to intentionally pin the version, so this should probably match that pattern:
| "sass": "^1.97.3" | |
| "sass": "1.97.3" |
Code Review SummaryStatus: No New Issues Found | Recommendation: Merge OverviewThis PR updates several dependencies:
All changes are minor version updates that should be backward compatible. The previously flagged version range inconsistency between root and docs package.json for Files Reviewed (3 files)
|
a10bef2 to
2a6bae9
Compare
Bumps the prod-dependencies-minor group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@xterm/addon-fit](https://github.com/xtermjs/xterm.js) | `0.10.0` | `0.11.0` | | [@xterm/addon-search](https://github.com/xtermjs/xterm.js) | `0.15.0` | `0.16.0` | | [@xterm/addon-serialize](https://github.com/xtermjs/xterm.js) | `0.13.0` | `0.14.0` | | [@xterm/addon-web-links](https://github.com/xtermjs/xterm.js) | `0.11.0` | `0.12.0` | | [@xterm/addon-webgl](https://github.com/xtermjs/xterm.js) | `0.18.0` | `0.19.0` | | [sass](https://github.com/sass/dart-sass) | `1.91.0` | `1.97.3` | Updates `@xterm/addon-fit` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/xtermjs/xterm.js/releases) - [Commits](xtermjs/xterm.js@0.10...0.11) Updates `@xterm/addon-search` from 0.15.0 to 0.16.0 - [Release notes](https://github.com/xtermjs/xterm.js/releases) - [Commits](xtermjs/xterm.js@0.15...0.16) Updates `@xterm/addon-serialize` from 0.13.0 to 0.14.0 - [Release notes](https://github.com/xtermjs/xterm.js/releases) - [Commits](xtermjs/xterm.js@0.13...0.14) Updates `@xterm/addon-web-links` from 0.11.0 to 0.12.0 - [Release notes](https://github.com/xtermjs/xterm.js/releases) - [Commits](xtermjs/xterm.js@0.11...0.12) Updates `@xterm/addon-webgl` from 0.18.0 to 0.19.0 - [Release notes](https://github.com/xtermjs/xterm.js/releases) - [Commits](xtermjs/xterm.js@0.18...0.19) Updates `sass` from 1.91.0 to 1.97.3 - [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.91.0...1.97.3) --- updated-dependencies: - dependency-name: "@xterm/addon-fit" dependency-version: 0.11.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-dependencies-minor - dependency-name: "@xterm/addon-search" dependency-version: 0.16.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-dependencies-minor - dependency-name: "@xterm/addon-serialize" dependency-version: 0.14.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-dependencies-minor - dependency-name: "@xterm/addon-web-links" dependency-version: 0.12.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-dependencies-minor - dependency-name: "@xterm/addon-webgl" dependency-version: 0.19.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-dependencies-minor - dependency-name: sass dependency-version: 1.97.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-dependencies-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2a6bae9 to
fba9434
Compare
Bumps the prod-dependencies-minor group with 6 updates in the / directory:
0.10.00.11.00.15.00.16.00.13.00.14.00.11.00.12.00.18.00.19.01.91.01.97.3Updates
@xterm/addon-fitfrom 0.10.0 to 0.11.0Commits
ce1d788Bumped bower version to 0.1101e48b7Revamped the attach addona1717fdUpdate docs indexc9f5f23Started documenting methods21dde3cUpdated version, in docs73bf6d1Started documenting eventsUpdates
@xterm/addon-searchfrom 0.15.0 to 0.16.0Commits
ede9ee4Bump version to 0.1653f5672Fix #39d00eecFix #2Updates
@xterm/addon-serializefrom 0.13.0 to 0.14.0Commits
d07f613Bump version to 0.147355a04Further fixing of xterm.fitUpdates
@xterm/addon-web-linksfrom 0.11.0 to 0.12.0Commits
561fc59Added screenshot for docsUpdates
@xterm/addon-webglfrom 0.18.0 to 0.19.0Commits
670efc4Bump Bower version to 0.1974f9526[addon attach] Implement auto-detaching on socket close/errorUpdates
sassfrom 1.91.0 to 1.97.3Release notes
Sourced from sass's releases.
... (truncated)
Changelog
Sourced from sass's changelog.
... (truncated)
Commits
080eaefFix at-rules combined with plain CSS nesting (#2725)f6f73f8Bump gts from 6.0.2 to 7.0.0 in /pkg/sass-parser (#2711)0b87dd7Bump protobuf and protoc_plugin (#2723)d12cc7dFix bug with implicit configuration for nested imports (#2658)340bfd2Bump actions/download-artifact from 6 to 7 (#2706)a795ab3Bump actions/upload-artifact from 5 to 6 (#2705)add7e6fBump protoc_plugin from 23.0.0 to 24.0.0 (#2696)62ec662Usepwshinstead ofpowershell(#2710)b2f2532Don't evaluate if() values if the condition doesn't match (#2707)0c7083aAdd support for the display-p3-linear color space (#2703)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.
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 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