Skip to content

Commit 2a6bae9

Browse files
Bump the prod-dependencies-minor group across 1 directory with 6 updates
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>
1 parent c5afeb8 commit 2a6bae9

File tree

3 files changed

+37
-72
lines changed

3 files changed

+37
-72
lines changed

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"rehype-highlight": "^7.0.2",
3333
"remark-gfm": "^4.0.1",
3434
"remark-typescript-code-import": "^1.0.1",
35-
"sass": "^1.93.2"
35+
"sass": "^1.97.3"
3636
},
3737
"devDependencies": {
3838
"@docusaurus/module-type-aliases": "3.9.2",

package-lock.json

Lines changed: 30 additions & 65 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"prettier": "^3.8.1",
6060
"prettier-plugin-jsdoc": "^1.8.0",
6161
"prettier-plugin-organize-imports": "^4.3.0",
62-
"sass": "1.91.0",
62+
"sass": "1.97.3",
6363
"tailwindcss": "^4.1.18",
6464
"tailwindcss-animate": "^1.0.7",
6565
"ts-node": "^10.9.2",
@@ -81,11 +81,11 @@
8181
"@table-nav/core": "^0.0.7",
8282
"@table-nav/react": "^0.0.7",
8383
"@tanstack/react-table": "^8.21.3",
84-
"@xterm/addon-fit": "^0.10.0",
85-
"@xterm/addon-search": "^0.15.0",
86-
"@xterm/addon-serialize": "^0.13.0",
87-
"@xterm/addon-web-links": "^0.11.0",
88-
"@xterm/addon-webgl": "^0.18.0",
84+
"@xterm/addon-fit": "^0.11.0",
85+
"@xterm/addon-search": "^0.16.0",
86+
"@xterm/addon-serialize": "^0.14.0",
87+
"@xterm/addon-web-links": "^0.12.0",
88+
"@xterm/addon-webgl": "^0.19.0",
8989
"@xterm/xterm": "^5.5.0",
9090
"ai": "^5.0.92",
9191
"base64-js": "^1.5.1",

0 commit comments

Comments
 (0)