Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 3, 2026

Bumps the minor group with 11 updates:

Package From To
@codemirror/language 6.11.3 6.12.1
html2canvas-pro 1.5.13 1.6.2
three 0.181.2 0.182.0
@types/three 0.181.0 0.182.0
xstate 5.24.0 5.25.0
eslint-plugin-testing-library 7.13.6 7.15.3
typescript-eslint 8.48.1 8.50.1
rollup 4.53.3 4.54.0
@types/vscode 1.106.1 1.107.0
@typescript-eslint/eslint-plugin 8.48.1 8.50.1
@typescript-eslint/parser 8.48.1 8.50.1

Updates @codemirror/language from 6.11.3 to 6.12.1

Changelog

Sourced from @​codemirror/language's changelog.

6.12.1 (2025-12-22)

Bug fixes

Improve finding inner language in syntax tree when the nested parse has been marked as bracketed.

Commits
  • bcc504c Mark version 6.12.1
  • d131a0f Use EnterBracketed mode when finding inner language
  • f096668 Revert "Support reconfiguration of an LRLanguage's language data"
  • 43dadca Mark version 6.12.0
  • a8de2ea Support reconfiguration of an LRLanguage's language data
  • 51cdc78 Fix typo in a doc comment.
  • See full diff in compare view

Updates html2canvas-pro from 1.5.13 to 1.6.2

Release notes

Sourced from html2canvas-pro's releases.

v1.6.2

Please refer to CHANGELOG.md for details.

v1.6.1

Please refer to CHANGELOG.md for details.

v1.6.0

Please refer to CHANGELOG.md for details.

Changelog

Sourced from html2canvas-pro's changelog.

1.6.2 (2025-12-23)

Features

  • calc() in background-position (14d7f67)

Documentation

  • controlling Output Dimensions (9c568f3)

Fixes

  • everything in is not rendered #108 (d940cb8)
  • placeholder padding incorrect render #92 (b31a1ce)
  • text inside inline-flex container not rendering when it's the only child #137 (11d1be6)
  • text rendered lower than in browser (667c2cc)
  • webkit-text-stroke is offseted below when paint-order: stroke fill; is used #110 (0dbd1f4)
  • when used with Tailwind, the oklch color is sometimes downgraded to the default black #134 (21b0672)

Chore

1.6.2 (2025-12-23)

Features

  • calc() in background-position (14d7f67)

Documentation

  • controlling Output Dimensions (9c568f3)

Fixes

... (truncated)

Commits
  • 3612b96 chore(release): 1.6.2
  • d74a52c chore(release): 1.6.2
  • eb20edf chore: exports
  • 2343279 Merge pull request #147 from yorickshan/2bdcdependabot/npm_and_yarn/rollup/pl...
  • a8b3838 build(deps-dev): bump @​rollup/plugin-typescript from 11.1.6 to 12.3.0
  • 2582aae Merge pull request #149 from yorickshan/fb6fdependabot/npm_and_yarn/slash-5.1.0
  • 41afe22 build(deps-dev): bump @​rollup/plugin-typescript from 11.1.6 to 12.3.0
  • 44eb542 Merge pull request #148 from yorickshan/84a3dependabot/npm_and_yarn/lint-stag...
  • b8d7f90 Merge pull request #146 from yorickshan/623ddependabot/npm_and_yarn/node-simc...
  • 9fa1cec Merge pull request #145 from yorickshan/1196dependabot/npm_and_yarn/rollup/pl...
  • Additional commits viewable in compare view

Updates three from 0.181.2 to 0.182.0

Commits

Updates @types/three from 0.181.0 to 0.182.0

Commits

Updates xstate from 5.24.0 to 5.25.0

Release notes

Sourced from xstate's releases.

xstate@5.25.0

Minor Changes

  • #5422 329297b Thanks @​davidkpiano! - Add partial descriptor support to assertEvent(…)

    // Matches any event with a type that starts with `FEEDBACK.`
    assertEvent(event, 'FEEDBACK.*');

Patch Changes

Commits
Maintainer changes

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


Updates @types/three from 0.181.0 to 0.182.0

Commits

Updates eslint-plugin-testing-library from 7.13.6 to 7.15.3

Release notes

Sourced from eslint-plugin-testing-library's releases.

v7.15.3

7.15.3 (2025-12-22)

Bug Fixes

v7.15.2

7.15.2 (2025-12-22)

Bug Fixes

v7.15.1

7.15.1 (2025-12-16)

Bug Fixes

v7.15.0

7.15.0 (2025-12-16)

Features

v7.14.0

7.14.0 (2025-12-15)

Features

Commits
  • c23f025 fix(deps): bump typescript-eslint to v8.50.0 (#1164)
  • d994f0c fix: import plugin meta version (#1163)
  • 6bb4603 chore(deps): update dependency @​vitest/eslint-plugin to v1.5.4 (#1162)
  • 465defc chore(deps): update dependency tsdown to v0.18.1 (#1161)
  • 2601d73 chore: upgrade pnpm to v10 (#1160)
  • 383cc06 chore(deps): update dependency lint-staged to v16 (#1156)
  • 7712934 chore(deps): update dependency tsdown to v0.18.0 (#1159)
  • c0a12ba chore(deps): update dependency prettier to v3.7.4 (#1151)
  • 00a4b2e chore(deps): update commitlint monorepo to v20 (major) (#1155)
  • e73becd chore(deps): update dependency lint-staged to v15.5.2 (#1150)
  • Additional commits viewable in compare view

Updates typescript-eslint from 8.48.1 to 8.50.1

Release notes

Sourced from typescript-eslint's releases.

v8.50.1

8.50.1 (2025-12-22)

🩹 Fixes

  • eslint-plugin: [method-signature-style] ignore methods that return this (#11813)
  • eslint-plugin: [no-unnecessary-type-assertion] correct handling of undefined vs. void (#11826)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.50.0

8.50.0 (2025-12-15)

🚀 Features

  • eslint-plugin: [no-useless-default-assignment] add rule (#11720)

❤️ Thank You

  • Josh Goldberg ✨
  • Ulrich Stark

You can read about our versioning strategy and releases on our website.

v8.49.0

8.49.0 (2025-12-08)

🚀 Features

  • eslint-plugin: use Intl.Segmenter instead of graphemer (#11804)

🩹 Fixes

  • deps: update dependency prettier to v3.7.2 (#11820)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from typescript-eslint's changelog.

8.50.1 (2025-12-22)

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

8.50.0 (2025-12-15)

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

8.49.0 (2025-12-08)

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

Commits
  • d520b88 chore(release): publish 8.50.1
  • c62e858 chore(release): publish 8.50.0
  • 864595a chore(release): publish 8.49.0
  • 32b7e89 chore(deps): update dependency @​vitest/eslint-plugin to v1.5.1 (#11816)
  • See full diff in compare view

Updates rollup from 4.53.3 to 4.54.0

Release notes

Sourced from rollup's releases.

v4.54.0

4.54.0

2025-12-20

Features

  • Enable tree-shaking for Symbol.hasInstance, Symbol.dispose and Symbol.asyncDispose properties if unused (#6046)

Bug Fixes

  • Ensure that well-known-Symbol-valued properties are not tree-shaken except in select cases (#6046)
  • Ensure namespace properties are included when referenced only from a try-catch (#6216)

Pull Requests

v4.53.5

4.53.5

2025-12-16

Bug Fixes

  • Fix wrong semicolon insertion position when using JSX (#6206)
  • Generate spec-compliant sourcemaps when sources content is excluded (#6196)

Pull Requests

v4.53.4

4.53.4

2025-12-15

Bug Fixes

  • Ensure Symbol.dispose and Symbol.asyncDispose properties are never removed with (await) using declarations. (#6209)

Pull Requests

... (truncated)

Changelog

Sourced from rollup's changelog.

4.54.0

2025-12-20

Features

  • Enable tree-shaking for Symbol.hasInstance, Symbol.dispose and Symbol.asyncDispose properties if unused (#6046)

Bug Fixes

  • Ensure that well-known-Symbol-valued properties are not tree-shaken except in select cases (#6046)
  • Ensure namespace properties are included when referenced only from a try-catch (#6216)

Pull Requests

4.53.5

2025-12-16

Bug Fixes

  • Fix wrong semicolon insertion position when using JSX (#6206)
  • Generate spec-compliant sourcemaps when sources content is excluded (#6196)

Pull Requests

4.53.4

2025-12-15

Bug Fixes

  • Ensure Symbol.dispose and Symbol.asyncDispose properties are never removed with (await) using declarations. (#6209)

Pull Requests

... (truncated)

Commits

Updates @types/vscode from 1.106.1 to 1.107.0

Commits

Updates @typescript-eslint/eslint-plugin from 8.48.1 to 8.50.1

Release notes

Sourced from @​typescript-eslint/eslint-plugin's releases.

v8.50.1

8.50.1 (2025-12-22)

🩹 Fixes

  • eslint-plugin: [method-signature-style] ignore methods that return this (#11813)
  • eslint-plugin: [no-unnecessary-type-assertion] correct handling of undefined vs. void (#11826)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.50.0

8.50.0 (2025-12-15)

🚀 Features

  • eslint-plugin: [no-useless-default-assignment] add rule (#11720)

❤️ Thank You

  • Josh Goldberg ✨
  • Ulrich Stark

You can read about our versioning strategy and releases on our website.

v8.49.0

8.49.0 (2025-12-08)

🚀 Features

  • eslint-plugin: use Intl.Segmenter instead of graphemer (#11804)

🩹 Fixes

  • deps: update dependency prettier to v3.7.2 (#11820)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from @​typescript-eslint/eslint-plugin's changelog.

8.50.1 (2025-12-22)

🩹 Fixes

  • eslint-plugin: [no-unnecessary-type-assertion] correct handling of undefined vs. void (#11826)
  • eslint-plugin: [method-signature-style] ignore methods that return this (#11813)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

8.50.0 (2025-12-15)

🚀 Features

  • eslint-plugin: [no-useless-default-assignment] add rule (#11720)

❤️ Thank You

  • Josh Goldberg ✨
  • Ulrich Stark

You can read about our versioning strategy and releases on our website.

8.49.0 (2025-12-08)

🚀 Features

  • eslint-plugin: use Intl.Segmenter instead of graphemer (#11804)

🩹 Fixes

  • deps: update dependency prettier to v3.7.2 (#11820)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

Commits
  • d520b88 chore(release): publish 8.50.1
  • 46171f0 fix(eslint-plugin): [no-unnecessary-type-assertion] correct handling of undef...
  • 6882a09 fix(eslint-plugin): [method-signature-style] ignore methods that return `this...
  • c62e858 chore(release): publish 8.50.0
  • 1301f79 feat(eslint-plugin): [no-useless-default-assignment] add rule (#11720)
  • 864595a chore(release): publish 8.49.0
  • 32b7e89 chore(deps): update dependency @​vitest/eslint-plugin to v1.5.1 (#11816)
  • 56149a2 feat(eslint-plugin): use Intl.Segmenter instead of graphemer (#11804)
  • 34a49a4 fix(deps): update dependency prettier to v3.7.2 (#11820)
  • d2d7ace docs: fixes bad link to jest docs in unbound-method rule page (#11823)
  • See full diff in compare view

Updates @typescript-eslint/parser from 8.48.1 to 8.50.1

Release notes

Sourced from @​typescript-eslint/parser's releases.

v8.50.1

8.50.1 (2025-12-22)

🩹 Fixes

  • eslint-plugin: [method-signature-style] ignore methods that return this (#11813)
  • eslint-plugin: [no-unnecessary-type-assertion] correct handling of undefined vs. void (#11826)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.50.0

8.50.0 (2025-12-15)

🚀 Features

  • eslint-plugin: [no-useless-default-assignment] add rule (#11720)

❤️ Thank You

  • Josh Goldberg ✨
  • Ulrich Stark

You can read about our versioning strategy and releases on our website.

v8.49.0

8.49.0 (2025-12-08)

🚀 Features

  • eslint-plugin: use Intl.Segmenter instead of graphemer (#11804)

🩹 Fixes

  • deps: update dependency prettier to v3.7.2 (#11820)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from @​typescript-eslint/parser's changelog.

8.50.1 (2025-12-22)

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

8.50.0 (2025-12-15)

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

8.49.0 (2025-12-08)

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

Commits
  • d520b88 chore(release): publish 8.50.1
  • c62e858 chore(release): publish 8.50.0
  • 864595a chore(release): publish 8.49.0
  • 32b7e89 chore(deps): update dependency @​vitest/eslint-plugin to v1.5.1 (#11816)
  • See full diff 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 minor group with 11 updates:

| Package | From | To |
| --- | --- | --- |
| [@codemirror/language](https://github.com/codemirror/language) | `6.11.3` | `6.12.1` |
| [html2canvas-pro](https://github.com/yorickshan/html2canvas-pro) | `1.5.13` | `1.6.2` |
| [three](https://github.com/mrdoob/three.js) | `0.181.2` | `0.182.0` |
| [@types/three](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/three) | `0.181.0` | `0.182.0` |
| [xstate](https://github.com/statelyai/xstate) | `5.24.0` | `5.25.0` |
| [eslint-plugin-testing-library](https://github.com/testing-library/eslint-plugin-testing-library) | `7.13.6` | `7.15.3` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.48.1` | `8.50.1` |
| [rollup](https://github.com/rollup/rollup) | `4.53.3` | `4.54.0` |
| [@types/vscode](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/vscode) | `1.106.1` | `1.107.0` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.48.1` | `8.50.1` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.48.1` | `8.50.1` |


Updates `@codemirror/language` from 6.11.3 to 6.12.1
- [Changelog](https://github.com/codemirror/language/blob/main/CHANGELOG.md)
- [Commits](codemirror/language@6.11.3...6.12.1)

Updates `html2canvas-pro` from 1.5.13 to 1.6.2
- [Release notes](https://github.com/yorickshan/html2canvas-pro/releases)
- [Changelog](https://github.com/yorickshan/html2canvas-pro/blob/main/CHANGELOG.md)
- [Commits](yorickshan/html2canvas-pro@v1.5.13...v1.6.2)

Updates `three` from 0.181.2 to 0.182.0
- [Release notes](https://github.com/mrdoob/three.js/releases)
- [Commits](https://github.com/mrdoob/three.js/commits)

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

Updates `xstate` from 5.24.0 to 5.25.0
- [Release notes](https://github.com/statelyai/xstate/releases)
- [Commits](https://github.com/statelyai/xstate/compare/xstate@5.24.0...xstate@5.25.0)

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

Updates `eslint-plugin-testing-library` from 7.13.6 to 7.15.3
- [Release notes](https://github.com/testing-library/eslint-plugin-testing-library/releases)
- [Changelog](https://github.com/testing-library/eslint-plugin-testing-library/blob/main/release.config.js)
- [Commits](testing-library/eslint-plugin-testing-library@v7.13.6...v7.15.3)

Updates `typescript-eslint` from 8.48.1 to 8.50.1
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.50.1/packages/typescript-eslint)

Updates `rollup` from 4.53.3 to 4.54.0
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v4.53.3...v4.54.0)

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

Updates `@typescript-eslint/eslint-plugin` from 8.48.1 to 8.50.1
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.50.1/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 8.48.1 to 8.50.1
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.50.1/packages/parser)

---
updated-dependencies:
- dependency-name: "@codemirror/language"
  dependency-version: 6.12.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: html2canvas-pro
  dependency-version: 1.6.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: three
  dependency-version: 0.182.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@types/three"
  dependency-version: 0.182.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: xstate
  dependency-version: 5.25.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@types/three"
  dependency-version: 0.182.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: eslint-plugin-testing-library
  dependency-version: 7.15.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: typescript-eslint
  dependency-version: 8.50.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: rollup
  dependency-version: 4.54.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@types/vscode"
  dependency-version: 1.107.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-version: 8.50.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@typescript-eslint/parser"
  dependency-version: 8.50.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jan 3, 2026
@dependabot dependabot bot requested review from a team as code owners January 3, 2026 11:18
@vercel
Copy link

vercel bot commented Jan 3, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
modeling-app Ready Ready Preview, Comment Jan 3, 2026 11:32am

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 5, 2026

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Jan 5, 2026
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/minor-32d6853b45 branch January 5, 2026 14:44
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