Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 4, 2025

Bumps the minor-and-patch group in /app with 18 updates:

Package From To
@codemirror/commands 6.6.2 6.10.0
@codemirror/lang-markdown 6.2.5 6.5.0
@codemirror/state 6.4.1 6.5.2
@codemirror/theme-one-dark 6.1.2 6.1.3
@codemirror/view 6.34.0 6.38.6
@tabler/icons-react 3.19.0 3.35.0
codemirror 6.0.1 6.0.2
react-arborist 3.4.0 3.4.3
remark-rehype 11.1.1 11.1.2
@eslint/compat 1.2.9 1.4.1
@testing-library/jest-dom 6.6.3 6.9.1
@typescript-eslint/eslint-plugin 8.32.1 8.46.3
@typescript-eslint/parser 8.32.1 8.46.3
eslint 9.27.0 9.39.1
postcss 8.5.3 8.5.6
postcss-preset-mantine 1.17.0 1.18.0
sass 1.80.4 1.93.3
typescript 5.8.3 5.9.3

Updates @codemirror/commands from 6.6.2 to 6.10.0

Changelog

Sourced from @​codemirror/commands's changelog.

6.10.0 (2025-10-23)

New features

The new deleteGroupForwardWin command provides by-group forward deletion using the Windows convention.

6.9.0 (2025-10-02)

Bug fixes

Prevent the default behavior of backspace and delete keys, to prevent the browser from doing anything creative when there's nothing to delete.

New features

Implement new addCursorAbove and addCursorBelow commands. Bind them to Mod-Alt-ArrowUp/Down in the default keymap.

6.8.1 (2025-03-31)

Bug fixes

Fix an issue where creating a comment for a line that starts an inner language would use the comment style from the outer language.

6.8.0 (2025-01-08)

New features

The new cursorGroupForwardWin and selectGroupForwardWin commands implement Windows-style forward motion by group.

6.7.1 (2024-10-21)

Bug fixes

Change toggleBlockCommentByLine to not affect lines with the selection end right at their start.

6.7.0 (2024-10-07)

Bug fixes

Bind Shift-Enter to the same command as Enter in the default keymap, so that it doesn't do nothing when on an EditContext-supporting browser.

New features

Add commands for by-string-index cursor motion that ignores text direction.

Commits
  • 97194a6 Mark version 6.10.0
  • 2951cc0 Export a deleteGroupForwardWin variant
  • 49959cd Mark version 6.9.0
  • 775f8de Add preventDefault flag to backspace and delete commands
  • 2ff2e3d Make implementation of addCursorAbove/Below a bit more efficient
  • ec02f63 Add addCursorAbove/Below commands
  • 1fe425f Mark version 6.8.1
  • c55e0be When commenting, use the language after the line start, not before
  • d6b6d01 Remove duplicate import
  • 4d143a6 Mark version 6.8.0
  • Additional commits viewable in compare view

Updates @codemirror/lang-markdown from 6.2.5 to 6.5.0

Changelog

Sourced from @​codemirror/lang-markdown's changelog.

6.5.0 (2025-10-23)

New features

Add a variant of insertNewlineContinueMarkup that supports configuration options.

6.4.0 (2025-10-02)

New features

The new pasteURLAsLink extension allows you to paste URLs over a selection to quickly create a link.

6.3.4 (2025-08-01)

Bug fixes

Make sure header-based indentation is available even when Markdown isn't the editor's top-level language.

6.3.3 (2025-06-13)

Bug fixes

Make insertNewlineContinueMarkup take effect even when at the end of a nested range of Markdown content.

6.3.2 (2025-01-09)

Bug fixes

Make Markdown-specific commands return false inside fenced code.

Fix an infinite loop caused by insertNewlineContinueMarkup.

6.3.1 (2024-11-06)

Bug fixes

Fix an issue where insertNewlineContinueMarkup didn't work with the cursor directly after an HTML tag.

6.3.0 (2024-09-28)

New features

The new htmlTagLanguage option allows client code to configure which language is used to parse HTML tags in the document.

Commits
  • a42b1bc Mark version 6.5.0
  • f108e5f Add insertNewlineContinueMarkupCommand
  • a35e330 Mark version 6.4.0
  • 87d88e6 Add pasteURLAsLink
  • af1f152 Mark version 6.3.4
  • d796191 Include section indentation in the set of language support extensions
  • 92af598 Mark version 6.3.3
  • 241397b Enable insertNewlineContinueMarkup when there's Markdown content on either side
  • 2e4cc54 Remove Math.min that is obsolte with state 6.5.1
  • 9f4b242 Mark version 6.3.2
  • Additional commits viewable in compare view

Updates @codemirror/state from 6.4.1 to 6.5.2

Changelog

Sourced from @​codemirror/state's changelog.

6.5.2 (2025-02-03)

Bug fixes

Fix a bug where reconfiguring a field with a new init value didn't update the value of the field.

6.5.1 (2025-01-10)

Bug fixes

countColumn no longer loops infinitely when given a to that's higher than the input string's length.

6.5.0 (2024-12-09)

New features

RangeSet.compare now supports a boundChange callback that is called when there's a change in the way ranges are split.

Commits
  • 64cba4b Mark version 6.5.2
  • 6c7eb3d Make sure reconfigurations that change a field's init value update the field
  • aba3881 Mark version 6.5.1
  • 27e1977 Make countColumn robust to passing in an invalid end pos
  • 04a4ad7 Hide Text[Symbol.iterator] from docs
  • 28870f9 Mark version 6.5.0
  • 9a419c9 Add boundChange to RangeComparator
  • 84b5484 Move cluster break scanning logic into @​marijn/find-cluster-break
  • 3f8ae53 Fix typo in doc comment
  • 44324e9 Upgrade Unicode document link
  • Additional commits viewable in compare view

Updates @codemirror/theme-one-dark from 6.1.2 to 6.1.3

Changelog

Sourced from @​codemirror/theme-one-dark's changelog.

6.1.3 (2025-06-19)

Bug fixes

Add a .d.cts file to make TypeScript happy.

Commits

Updates @codemirror/view from 6.34.0 to 6.38.6

Changelog

Sourced from @​codemirror/view's changelog.

6.38.6 (2025-10-13)

Bug fixes

Work around a regression in Safari 26 that causes fragments of old selections to remain visible.

6.38.5 (2025-10-07)

Bug fixes

Avoid firing text changes that cover unchanged text on Android.

Fix an issue where the editor could, in some circumstances, insert a stray newline when typing over a document that ended in a block widget.

Work around an issue in Safari 26 that causes inappropriate scrolling on focus in some circumstances.

6.38.4 (2025-09-28)

Bug fixes

Work around a Chrome Android issue where the browser doesn't properly fire composition end events, leaving CodeMirror to believe the user was still composing.

6.38.3 (2025-09-22)

Bug fixes

Work around a rendering bug in Mobile Safari by completely hiding empty layers.

Fix vertical cursor motion in Chrome around decorations with bottom borders or margins.

Fix an issue that caused mark decorations longer than 512 characters to needlessly be split.

Move the cursor out of atomic ranges when text input happens.

6.38.2 (2025-09-01)

Bug fixes

Re-enable falling dispatching keys by key code for Cmd-Alt- combinations on macOS.

Make sure all pointer selections skip atomic ranges.

6.38.1 (2025-07-15)

Bug fixes

Make the keymap not dispatch Alt key combos on macOS by key code, because those are generally used to type special characters.

Fix a layout bug that could occur with very narrow editors.

... (truncated)

Commits
  • 05e9b66 Mark version 6.38.6
  • 10020cd Also enable selection drawing glitch workaround on desktop Safari
  • 3c11a40 Mark version 6.38.5
  • b4a5a02 Work around broken focus/preventScroll support in Safari 26
  • 45268f0 Fix an edge case in DOMReader when there's a widget at the end of the content
  • 90d7ec6 Shrink EditContext changes down to the minimum text change
  • b7bf9d5 Handle synthetic events even during composition
  • eb00431 Fix indentation in applyDOMChangeInner
  • 3ff511d Mark version 6.38.4
  • 32b21c2 Handle future change in EditContext text format string values
  • Additional commits viewable in compare view

Updates @tabler/icons-react from 3.19.0 to 3.35.0

Release notes

Sourced from @​tabler/icons-react's releases.

Release 3.55.0

18 new icons:

  • filled/device-gamepad
  • filled/file-dollar
  • filled/file-euro
  • filled/file-music
  • filled/file-pencil
  • filled/file-scissors
  • filled/file-settings
  • filled/file-signal
  • filled/file-time
  • filled/file-unknown
  • filled/file-upload
  • filled/file-vector
  • filled/files
  • filled/registered
  • filled/video-minus
  • filled/video-plus
  • filled/writing-sign
  • filled/writing

Release 3.34.1

Improvements

  • Allow support for React 19 for React Native package
  • Add subpath imports to React Native package
  • Fix build script python errors
  • Improve icons loading in Vite development mode

1 new icon:

  • outline/brand-dropbox

Fixed icons: outline/language-off, outline/language

Release 3.34.0

19 new icons:

  • filled/building-bridge-2
  • filled/columns-1
  • filled/columns-2
  • filled/columns-3
  • filled/confetti
  • filled/container
  • filled/layout-board-split

... (truncated)

Commits

Updates codemirror from 6.0.1 to 6.0.2

Changelog

Sourced from codemirror's changelog.

6.0.2 (2025-06-19)

Bug fixes

Make sure to include a .d.cts file to make TypeScript happy.

Commits

Updates react-arborist from 3.4.0 to 3.4.3

Release notes

Sourced from react-arborist's releases.

Version 3.4.3

What's Changed

New Contributors

Full Changelog: brimdata/react-arborist@v3.4.2...v3.4.3

Version 3.4.2

What's Changed

New Contributors

Full Changelog: brimdata/react-arborist@3.4.1...v3.4.2

Version 3.4.1

What's Changed

New Contributors

Full Changelog: brimdata/react-arborist@v3.4.0...3.4.1

Commits

Updates remark-rehype from 11.1.1 to 11.1.2

Release notes

Sourced from remark-rehype's releases.

11.1.2

Types

  • eefd5f1 Fix types for bridge mode with missing overload

Full Changelog: remarkjs/remark-rehype@11.1.1...11.1.2

Commits

Updates @eslint/compat from 1.2.9 to 1.4.1

Release notes

Sourced from @​eslint/compat's releases.

migrate-config: v1.4.1

1.4.1 (2025-04-01)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​eslint/compat bumped from ^1.2.7 to ^1.2.8

compat: v1.4.1

1.4.1 (2025-10-27)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​eslint/core bumped from ^0.16.0 to ^0.17.0

migrate-config: v1.4.0

1.4.0 (2025-03-14)

Features

  • Use defineConfig() and globalIgnores() helpers (#164) (727ec5d)

compat: v1.4.0

1.4.0 (2025-09-16)

Features

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​eslint/core bumped from ^0.15.2 to ^0.16.0

migrate-config: v1.3.8

1.3.8 (2025-02-21)

Dependencies

  • The following workspace dependencies were updated

... (truncated)

Changelog

Sourced from @​eslint/compat's changelog.

1.4.1 (2025-10-27)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​eslint/core bumped from ^0.16.0 to ^0.17.0

1.4.0 (2025-09-16)

Features

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​eslint/core bumped from ^0.15.2 to ^0.16.0

1.3.2 (2025-08-05)

Dependencies

  • The following workspace dependencies were updated
    • devDependencies
      • @​eslint/core bumped from ^0.15.1 to ^0.15.2

1.3.1 (2025-06-25)

Bug Fixes

  • relax @eslint/compat eslint peerDependencies constraint (#215) (b96ec0c)

Dependencies

  • The following workspace dependencies were updated
    • devDependencies
      • @​eslint/core bumped from ^0.15.0 to ^0.15.1

1.3.0 (2025-06-09)

Features

... (truncated)

Commits
Maintainer changes

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


Updates @testing-library/jest-dom from 6.6.3 to 6.9.1

Release notes

Sourced from @​testing-library/jest-dom's releases.

v6.9.1

6.9.1 (2025-10-01)

Bug Fixes

v6.9.0

6.9.0 (2025-09-30)

Features

  • Add .toAppearBefore/.toAppearAfter matcher (#702) (95f870a)

v6.8.0

6.8.0 (2025-08-20)

Features

v6.7.0

6.7.0 (2025-08-13)

Features

v6.6.4

6.6.4 (2025-07-26)

Performance Improvements

Commits

Updates @typescript-eslint/eslint-plugin from 8.32.1 to 8.46.3

Release notes

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

v8.46.3

8.46.3 (2025-11-03)

🩹 Fixes

  • eslint-plugin: [no-misused-promises] expand union type to retrieve target property (#11706)
  • eslint-plugin: [no-duplicate-enum-values] support signed numbers (#11722, #11723)

❤️ Thank You

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

v8.46.2

8.46.2 (2025-10-20)

🩹 Fixes

  • eslint-plugin: [prefer-optional-chain] skip optional chaining when it could change the result (#11702)
  • typescript-estree: forbid invalid modifiers in object methods (#11689)

❤️ Thank You

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

v8.46.1

8.46.1 (2025-10-13)

🩹 Fixes

  • ast-spec: cleanup TSLiteralType (#11624)
  • eslint-plugin: [prefer-optional-chain] include mixed "nullish comparison style" chains in checks (#11533)
  • eslint-plugin: [no-misused-promises] special-case .finally not to report when a promise returning function is provided as an argument (#11667)

❤️ Thank You

  • Abraham Guo
  • mdm317
  • Ronen Amiel

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

v8.46.0

8.46.0 (2025-10-06)

... (truncated)

Changelog

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

8.46.3 (2025-11-03)

🩹 Fixes

  • eslint-plugin: [no-duplicate-enum-values] support signed numbers (#11722, #11723)
  • eslint-plugin: [no-misused-promises] expand union type to retrieve target property (#11706)

❤️ Thank You

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

8.46.2 (2025-10-20)

🩹 Fixes

  • eslint-plugin: [prefer-optional-chain] skip optional chaining when it could change the result (#11702)

❤️ Thank You

  • mdm317

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

8.46.1 (2025-10-13)

🩹 Fixes

  • eslint-plugin: [no-misused-promises] special-case .finally not to report when a promise returning function is provided as an argument (#11667)
  • eslint-plugin: [prefer-optional-chain] include mixed "nullish comparison style" chains in checks (#11533)

❤️ Thank You

  • mdm317
  • Ronen Amiel

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

8.46.0 (2025-10-06)

🚀 Features

  • eslint-plugin: [no-unsafe-member-access] add allowOptionalChaining option (#11659)
  • rule-schema-to-typescript-types: clean up and make public (#11633)

🩹 Fixes

  • eslint-plugin: [prefer-readonly-parameter-types] ignore tagged primitives (#11660)

... (truncated)

Commits
  • d9f3497 chore(release): publish 8.46.3
  • 26a9f94 fix(eslint-plugin): [no-duplicate-enum-values] support signed numbers (#11722...
  • b8219d1 fix(eslint-plugin): [no-misused-promises] expand union type to retrieve targe...
  • 55ca033 chore(release): publish 8.46.2
  • 698e7a8 fix(eslint-plugin): [prefer-optional-chain] skip optional chaining when it co...
  • 3f5fbf6 chore(release): publish 8.46.1
  • a64b3cc fix(eslint-plugin): [no-misused-promises] special-case .finally not to repo...
  • 73003bf fix(eslint-plugin): [prefer-optional-chain] include mixed "nullish comparison...
  • aec785e chore(release): publish 8.46.0
  • a974191 fix(eslint-plugin): [prefer-readonly-parameter-types] ignore tagged primitive...
  • 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 @​typescript-eslint/eslint-plugin since your current version.


Updates @typescript-eslint/parser from 8.32.1 to 8.46.3

Release notes

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

v8.46.3

8.46.3 (2025-11-03)

🩹 Fixes

  • eslint-plugin: [no-misused-promises] expand union type to retrieve target property (#11706)
  • eslint-plugin: [no-duplicate-enum-values] support signed numbers (#11722, #11723)

❤️ Thank You

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

v8.46.2

8.46.2 (2025-10-20)

🩹 Fixes

  • eslint-plugin: [prefer-optional-chain] skip optional chaining when it could change the result (#11702)
  • typescript-estree: forbid invalid modifiers in object methods (#11689)

❤️ Thank You

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

v8.46.1

8.46.1 (2025-10-13)

🩹 Fixes

  • ast-spec: cleanup TSLiteralType (#11624)
  • eslint-plugin: [prefer-optional-chain] include mixed "nullish comparison style" chains in checks (#11533)
  • eslint-plugin: [no-misused-promises] special-case .finally not to report when a promise returning function is provided as an argument (#11667)

❤️ Thank You

  • Abraham Guo
  • mdm317
  • Ronen Amiel

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

v8.46.0

8.46.0 (2025-10-06)

... (truncated)

Changelog

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

8.46.3 (2025-11-03)

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.46.2 (2025-10-20)

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.46.1 (2025-10-13)

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.46.0 (2025-10-06)

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.45.0 (2025-09-29)

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.44.1 (2025-09-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.44.0 (2025-09-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.43.0 (2025-09-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.

8.42.0 (2025-09-02)

... (truncated)

Commits
  • d9f3497 chore(release): publish 8.46.3
  • 55ca033 chore(release): publish 8.46.2
  • 3f5fbf6 chore(release): publish 8.46.1
  • aec785e chore(release): publish 8.46.0
  • 255e9e2 chore(release): publish 8.45.0
  • c198052 chore(release): publish 8.44.1
  • 77056f7 chore(release): publish 8.44.0
  • ef9173c chore(release): publish 8.43.0
  • d135909 chore(release): publish 8.42.0
  • 31a7336 chore(release): publish 8.41.0
  • 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 @​typescript-eslint/parser since your current version.


Updates eslint from 9.27.0 to 9.39.1

Release notes

Sourced from eslint's releases.

v9.39.1

Bug Fixes

  • 650753e fix: Only pass node to JS lang visitor methods (#20283) (Nicholas C. Zakas)

Documentation

  • 51b51f4 docs: add a section on when to use extends vs cascading (#20268) (Tanuj Kanti)
  • b44d426 docs: Update README (GitHub Actions Bot)

Chores

  • 92db329 chore: update @eslint/js version to 9.39.1 (#20284) (Francesco Trotta)
  • c7ebefc chore: package.json update for @​eslint/js release (Jenkins)
  • 61778f6 chore: update eslint-config-eslint dependency @​eslint/js to ^9.39.0 (#20275) (renovate[bot])
  • d9ca2fc ci: Add rangeStrategy to eslint group in renovate config (#20266) (唯然)
  • 009e507 test: fix version tests for ESLint v10 (#20274) (Milos Djermanovic)

v9.39.0

Features

  • cc57d87 feat: update error loc to key in no-dupe-class-members (#20259) (Tanuj Kanti)
  • 126552f feat: update error location in for-direction and no-dupe-args (#20258) (Tanuj Kanti)
  • 167d097 feat: update complexity rule to highlight only static block header (#20245) (jaymarvelz)

Bug Fixes

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Nov 4, 2025
Bumps the minor-and-patch group in /app with 18 updates:

| Package | From | To |
| --- | --- | --- |
| [@codemirror/commands](https://github.com/codemirror/commands) | `6.6.2` | `6.10.0` |
| [@codemirror/lang-markdown](https://github.com/codemirror/lang-markdown) | `6.2.5` | `6.5.0` |
| [@codemirror/state](https://github.com/codemirror/state) | `6.4.1` | `6.5.2` |
| [@codemirror/theme-one-dark](https://github.com/codemirror/theme-one-dark) | `6.1.2` | `6.1.3` |
| [@codemirror/view](https://github.com/codemirror/view) | `6.34.0` | `6.38.6` |
| [@tabler/icons-react](https://github.com/tabler/tabler-icons/tree/HEAD/packages/icons-react) | `3.19.0` | `3.35.0` |
| [codemirror](https://github.com/codemirror/basic-setup) | `6.0.1` | `6.0.2` |
| [react-arborist](https://github.com/brimdata/react-arborist) | `3.4.0` | `3.4.3` |
| [remark-rehype](https://github.com/remarkjs/remark-rehype) | `11.1.1` | `11.1.2` |
| [@eslint/compat](https://github.com/eslint/rewrite/tree/HEAD/packages/compat) | `1.2.9` | `1.4.1` |
| [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) | `6.6.3` | `6.9.1` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.32.1` | `8.46.3` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.32.1` | `8.46.3` |
| [eslint](https://github.com/eslint/eslint) | `9.27.0` | `9.39.1` |
| [postcss](https://github.com/postcss/postcss) | `8.5.3` | `8.5.6` |
| [postcss-preset-mantine](https://github.com/mantinedev/postcss-preset-mantine) | `1.17.0` | `1.18.0` |
| [sass](https://github.com/sass/dart-sass) | `1.80.4` | `1.93.3` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.8.3` | `5.9.3` |


Updates `@codemirror/commands` from 6.6.2 to 6.10.0
- [Changelog](https://github.com/codemirror/commands/blob/main/CHANGELOG.md)
- [Commits](codemirror/commands@6.6.2...6.10.0)

Updates `@codemirror/lang-markdown` from 6.2.5 to 6.5.0
- [Changelog](https://github.com/codemirror/lang-markdown/blob/main/CHANGELOG.md)
- [Commits](codemirror/lang-markdown@6.2.5...6.5.0)

Updates `@codemirror/state` from 6.4.1 to 6.5.2
- [Changelog](https://github.com/codemirror/state/blob/main/CHANGELOG.md)
- [Commits](codemirror/state@6.4.1...6.5.2)

Updates `@codemirror/theme-one-dark` from 6.1.2 to 6.1.3
- [Changelog](https://github.com/codemirror/theme-one-dark/blob/main/CHANGELOG.md)
- [Commits](codemirror/theme-one-dark@6.1.2...6.1.3)

Updates `@codemirror/view` from 6.34.0 to 6.38.6
- [Changelog](https://github.com/codemirror/view/blob/main/CHANGELOG.md)
- [Commits](codemirror/view@6.34.0...6.38.6)

Updates `@tabler/icons-react` from 3.19.0 to 3.35.0
- [Release notes](https://github.com/tabler/tabler-icons/releases)
- [Commits](https://github.com/tabler/tabler-icons/commits/v3.35.0/packages/icons-react)

Updates `codemirror` from 6.0.1 to 6.0.2
- [Changelog](https://github.com/codemirror/basic-setup/blob/main/CHANGELOG.md)
- [Commits](codemirror/basic-setup@6.0.1...6.0.2)

Updates `react-arborist` from 3.4.0 to 3.4.3
- [Release notes](https://github.com/brimdata/react-arborist/releases)
- [Changelog](https://github.com/brimdata/react-arborist/blob/main/CHANGELOG.md)
- [Commits](brimdata/react-arborist@v3.4.0...v3.4.3)

Updates `remark-rehype` from 11.1.1 to 11.1.2
- [Release notes](https://github.com/remarkjs/remark-rehype/releases)
- [Commits](remarkjs/remark-rehype@11.1.1...11.1.2)

Updates `@eslint/compat` from 1.2.9 to 1.4.1
- [Release notes](https://github.com/eslint/rewrite/releases)
- [Changelog](https://github.com/eslint/rewrite/blob/main/packages/compat/CHANGELOG.md)
- [Commits](https://github.com/eslint/rewrite/commits/compat-v1.4.1/packages/compat)

Updates `@testing-library/jest-dom` from 6.6.3 to 6.9.1
- [Release notes](https://github.com/testing-library/jest-dom/releases)
- [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md)
- [Commits](testing-library/jest-dom@v6.6.3...v6.9.1)

Updates `@typescript-eslint/eslint-plugin` from 8.32.1 to 8.46.3
- [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.46.3/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 8.32.1 to 8.46.3
- [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.46.3/packages/parser)

Updates `eslint` from 9.27.0 to 9.39.1
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v9.27.0...v9.39.1)

Updates `postcss` from 8.5.3 to 8.5.6
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](postcss/postcss@8.5.3...8.5.6)

Updates `postcss-preset-mantine` from 1.17.0 to 1.18.0
- [Commits](https://github.com/mantinedev/postcss-preset-mantine/commits)

Updates `sass` from 1.80.4 to 1.93.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.80.4...1.93.3)

Updates `typescript` from 5.8.3 to 5.9.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml)
- [Commits](microsoft/TypeScript@v5.8.3...v5.9.3)

---
updated-dependencies:
- dependency-name: "@codemirror/commands"
  dependency-version: 6.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@codemirror/lang-markdown"
  dependency-version: 6.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@codemirror/state"
  dependency-version: 6.5.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@codemirror/theme-one-dark"
  dependency-version: 6.1.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@codemirror/view"
  dependency-version: 6.38.6
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@tabler/icons-react"
  dependency-version: 3.35.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: codemirror
  dependency-version: 6.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: react-arborist
  dependency-version: 3.4.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: remark-rehype
  dependency-version: 11.1.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@eslint/compat"
  dependency-version: 1.4.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@testing-library/jest-dom"
  dependency-version: 6.9.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-version: 8.46.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@typescript-eslint/parser"
  dependency-version: 8.46.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: eslint
  dependency-version: 9.39.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: postcss
  dependency-version: 8.5.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: postcss-preset-mantine
  dependency-version: 1.18.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: sass
  dependency-version: 1.93.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: typescript
  dependency-version: 5.9.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/app/minor-and-patch-406c606fe0 branch from dae8ed0 to 85f2bf2 Compare November 4, 2025 18:20
@lordmathis lordmathis merged commit a2cd260 into main Nov 4, 2025
7 checks passed
@lordmathis lordmathis deleted the dependabot/npm_and_yarn/app/minor-and-patch-406c606fe0 branch November 4, 2025 19:34
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.

2 participants