Skip to content
This repository was archived by the owner on Oct 22, 2021. It is now read-only.

Commit d81f2d2

Browse files
dependabot[bot]GitSquared
authored andcommitted
⬆️ Bump xterm from 3.12.0 to 3.12.2 in /src (#482)
Bumps [xterm](https://github.com/xtermjs/xterm.js) from 3.12.0 to 3.12.2. <details> <summary>Release notes</summary> *Sourced from [xterm's releases](https://github.com/xtermjs/xterm.js/releases).* > ## 3.12.2 > ## 🐞 Bug fixes > > - Published missing `dist/` directory ([#2013](https://github-redirect.dependabot.com/xtermjs/xterm.js/issues/2013)) via [@&#8203;Tyriar](https://github.com/Tyriar) > > ## 3.12.1 > ## 🐞 Bug fixes > > - Fix crash related to reflowing wrapped lines ending that ended in `\t` ([#2010](https://github-redirect.dependabot.com/xtermjs/xterm.js/issues/2010)) via [@&#8203;Tyriar](https://github.com/Tyriar) </details> <details> <summary>Commits</summary> - [`51d0412`](xtermjs/xterm.js@51d0412) v3.12.2 - [`d936a81`](xtermjs/xterm.js@d936a81) Merge pull request [#2011](https://github-redirect.dependabot.com/xtermjs/xterm.js/issues/2011) from xtermjs/Tyriar-patch-1 - [`14a065e`](xtermjs/xterm.js@14a065e) v3.12.1 - [`3ad45b7`](xtermjs/xterm.js@3ad45b7) Merge pull request [#2010](https://github-redirect.dependabot.com/xtermjs/xterm.js/issues/2010) from Tyriar/3.12.1_1932_reflow - [`925cdae`](xtermjs/xterm.js@925cdae) Fix reflow larger case - [`fa2a32e`](xtermjs/xterm.js@fa2a32e) Fix reflow smaller case related to ended \t chars - See full diff in [compare view](xtermjs/xterm.js@3.12.0...3.12.2) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=xterm&package-manager=npm_and_yarn&previous-version=3.12.0&new-version=3.12.2)](https://dependabot.com/compatibility-score.html?dependency-name=xterm&package-manager=npm_and_yarn&previous-version=3.12.0&new-version=3.12.2) 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-automerge-start) If all status checks pass Dependabot will automatically merge this pull request. [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot. </details>
1 parent 3f67812 commit d81f2d2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/package-lock.json

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

src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"systeminformation": "4.1.4",
3636
"tail": "2.0.2",
3737
"ws": "6.2.1",
38-
"xterm": "3.12.0",
38+
"xterm": "3.12.2",
3939
"username": "4.1.0"
4040
},
4141
"optionalDependencies": {

0 commit comments

Comments
 (0)