Skip to content

Bump the npm group with 17 updates#1424

Merged
inducer merged 2 commits intomainfrom
dependabot/npm_and_yarn/npm-a5aecb9d32
Mar 1, 2026
Merged

Bump the npm group with 17 updates#1424
inducer merged 2 commits intomainfrom
dependabot/npm_and_yarn/npm-a5aecb9d32

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 1, 2026

Bumps the npm group with 17 updates:

Package From To
@codemirror/commands 6.10.1 6.10.2
@codemirror/language 6.12.1 6.12.2
@codemirror/view 6.39.12 6.39.15
jquery 3.7.1 4.0.0
katex 0.16.28 0.16.33
mathjax 4.1.0 4.1.1
@mathjax/mathjax-newcm-font 4.1.0 4.1.1
@mathjax/mathjax-mhchem-font-extension 4.1.0 4.1.1
@mathjax/mathjax-bbm-font-extension 4.1.0 4.1.1
@mathjax/mathjax-bboldx-font-extension 4.1.0 4.1.1
@mathjax/mathjax-dsfont-font-extension 4.1.0 4.1.1
prosemirror-markdown 1.13.3 1.13.4
prosemirror-menu 1.2.5 1.3.0
prosemirror-view 1.41.5 1.41.6
video.js 8.23.4 8.23.7
autoprefixer 10.4.24 10.4.27
eslint 8.3.0 10.0.2

Updates @codemirror/commands from 6.10.1 to 6.10.2

Changelog

Sourced from @​codemirror/commands's changelog.

6.10.2 (2026-02-06)

Bug fixes

Move the selection to a less surprising place when undoing, moving the selection, redoing, then undoing again.

Commits
  • dbae3a1 Mark version 6.10.2
  • beecd58 Use a more reasonable start selection for the inverse of applied history events
  • 0587e5d Add a test cursorLineDown skipping trailing inline widgets
  • fe13f95 Add some more explicit type annotations
  • 2f99b7b Use git+https format for package.json repository field
  • a6196d9 Query configuration at start of line in changeLineComment
  • See full diff in compare view

Updates @codemirror/language from 6.12.1 to 6.12.2

Changelog

Sourced from @​codemirror/language's changelog.

6.12.2 (2026-02-25)

Bug fixes

Make sure brackets are highlighted in the initial editor state.

Pause bracket matching updates during composition, to avoid disrupting Mobile Safari's fragile composition handling.

Commits
  • b5cd54b Mark version 6.12.2
  • 5f86763 Pause bracket matching updates during composition
  • af8dca9 Properly show matched brackets in the initial editor state
  • 693a25e Use git+https format for package.json repository field
  • See full diff in compare view

Updates @codemirror/view from 6.39.12 to 6.39.15

Changelog

Sourced from @​codemirror/view's changelog.

6.39.15 (2026-02-20)

Bug fixes

Fix a regression where the editor would forget previously measured line heights without good reason.

Fix an issue where scrolling the cursor into view sometimes wouldn't work on Chrome Android.

Fix a bug that broke composition inside of block wrappers.

6.39.14 (2026-02-12)

Bug fixes

Improve performance of posAtCoords on long lines.

Fix a regression where copy and cut in a shadow DOM on Safari would fall back to the native behavior, often copying the wrong text.

6.39.13 (2026-02-08)

Bug fixes

Fix an issue where a widget at start or end of line, when wrapped to cover that whole line, could block vertical cursor motion.

Fix an issue EditorView.moveVertically that would sometimes cause selection-extending vertical motion to get stuck on line wrapping points.

Commits
  • 218358b Mark version 6.39.15
  • f8458ad Fix a bug that broke composition inside of block wrappers
  • e7ca47d Add a kludge to scroll things into view in the presence of a mobile virtual v...
  • f619d7f Avoid unnecessary height refreshes
  • 9b8a0bd Mark version 6.39.14
  • 754829b Fix a regression in copy/cut on Safari in shadow DOM
  • d2c38fb Try to tweak test to run on CI
  • a308203 Rewrite posAtCoords algorithm for inline content
  • b3362d2 Add some more coordsAtPos tests
  • 6a93b6f Mark version 6.39.13
  • Additional commits viewable in compare view

Updates jquery from 3.7.1 to 4.0.0

Release notes

Sourced from jquery's releases.

Release 4.0.0

Changelog

https://blog.jquery.com/2026/01/17/jquery-4-0-0/

Ajax

  • Don't treat array data as binary (992a1911)
  • Allow processData: true even for binary data (ce264e07)
  • Support binary data (including FormData) (a7ed9a7b)
  • Support headers for script transport even when cross-domain (#5142, 6d136443)
  • Support null as success functions in jQuery.get (#4989, 74978b7e)
  • Don't auto-execute scripts unless dataType provided (#4822, 025da4dd)
  • Make responseJSON work for erroneous same-domain JSONP requests (68b4ec59)
  • Execute JSONP error script responses (#4771, a1e619b0)
  • Avoid CSP errors in the script transport for async requests (#3969, 07a8e4a1)
  • Drop the json to jsonp auto-promotion logic (#1799, #3376, e7b3bc48)
  • Overwrite s.contentType with content-type header value, if any (#4119, 7fb90a6b)
  • Deprecate AJAX event aliases, inline event/alias into deprecated (23d53928)
  • Do not execute scripts for unsuccessful HTTP responses (#4250, 50871a5a)
  • Simplify jQuery.ajaxSettings.xhr (#1967, abdc89ac)

Attributes

  • Make .attr( name, false ) remove for all non-ARIA attrs (#5388, 063831b6)
  • Shave off a couple of bytes (b40a4807)
  • Don't stringify attributes in the setter (#4948, 4250b628)
  • Drop the toggleClass(boolean|undefined) signature (#3388, a4421101)
  • Refactor val(): don't strip carriage return, isolate IE workarounds (ff281991)
  • Don't set the type attr hook at all outside of IE (9e66fe9a)

CSS

  • Fix dimensions of table <col> elements (#5628, eca2a564)
  • Drop the cache in finalPropName (640d5825)
  • Tests: Fix tests & support tests under CSS Zoom (#5489, 071f6dba)
  • Fix reliableTrDimensions support test for initially hidden iframes (b1e66a5f)
  • Selector: Align with 3.x, remove the outer selector.js wrapper (53cf7244)
  • Make the reliableTrDimensions support test work with Bootstrap CSS (#5270, 65b85031)
  • Make offsetHeight( true ), etc. include negative margins (#3982, bce13b72)
  • Return undefined for whitespace-only CSS variable values (#5120) (7eb00196)
  • Don’t trim whitespace of undefined custom property (#5105, ed306c02)
  • Skip falsy values in addClass( array ), compress code (#4998, a338b407)
  • Justify use of rtrim on CSS property values (655c0ed5)
  • Trim whitespace surrounding CSS Custom Properties values (#4926, efadfe99)
  • Include show, hide & toggle methods in the jQuery slim build (297d18dd)
  • Remove the opacity CSS hook (865469f5)
  • Workaround buggy getComputedStyle on table rows in IE/Edge (#4490, 26415e08)
  • Don't automatically add "px" to properties with a few exceptions (#2795, 00a9c2e5)

... (truncated)

Commits
  • 4f2fae0 Release: 4.0.0
  • c838cfb Release: remove dist files from main branch
  • 9752519 Release: 4.0.0-rc.2
  • c128d5d Release: Update AUTHORS.txt
  • 5fe9c29 Build: De-dupe three authors via mailmap
  • afdd032 Build: Post beta browser tests errors to jquery/dev on Matrix
  • 546a1eb Build: Bump the github-actions group with 4 updates
  • ec738b3 Build: Fix Chrome beta tests
  • c28c26a Build: Add periodic tests on beta versions of browsers
  • f513413 Build: Bump the github-actions group with 2 updates
  • Additional commits viewable in compare view

Updates katex from 0.16.28 to 0.16.33

Release notes

Sourced from katex's releases.

v0.16.33

0.16.33 (2026-02-23)

Bug Fixes

v0.16.32

0.16.32 (2026-02-22)

Bug Fixes

v0.16.31

0.16.31 (2026-02-22)

Bug Fixes

v0.16.30

0.16.30 (2026-02-22)

Bug Fixes

v0.16.29

0.16.29 (2026-02-22)

Bug Fixes

  • \imath and other \html@mathml macros in arguments (#4139) (a850cce)
Changelog

Sourced from katex's changelog.

0.16.33 (2026-02-23)

Bug Fixes

0.16.32 (2026-02-22)

Bug Fixes

0.16.31 (2026-02-22)

Bug Fixes

0.16.30 (2026-02-22)

Bug Fixes

0.16.29 (2026-02-22)

Bug Fixes

  • \imath and other \html@mathml macros in arguments (#4139) (a850cce)
Commits

Updates mathjax from 4.1.0 to 4.1.1

Release notes

Sourced from mathjax's releases.

MathJax v4.1.1

This is mainly a bug fix release that resolves a number of issues from v4.1.0. The key fixes include:

  • Fixed CS for positioning dialogs so that they appear at the proper location in a scrolled window, and so that page doesn't scroll to the top.
  • A new ui/no-dark-mode extension has been added to disable MathJax's dark-mode color scheme for those pages that don't implement a dark-mode color set.
  • Handling of clicks in form elements embedded within an expression are now better handled by the expression explorer, and tabbing will include embedded form elements.
  • The expression explorer now passes mouse clicks and other events on to the surrounding parent tags, so that math within a <button> element, for example, will allow the button to receive the click event when you click on the math.
  • A number of speech improvements have been made, including better handling of phantom elements, better speech for over/under constructions, and better handling of the speech for tables.
  • Speech is now properly added to inline elements in SVG output when automatic in-line line-breaks are allowed.

See the v4.1.1 release notes for additional details.

Commits
Maintainer changes

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


Updates @mathjax/mathjax-newcm-font from 4.1.0 to 4.1.1

Commits

Updates @mathjax/mathjax-mhchem-font-extension from 4.1.0 to 4.1.1

Commits

Updates @mathjax/mathjax-bbm-font-extension from 4.1.0 to 4.1.1

Commits

Updates @mathjax/mathjax-bboldx-font-extension from 4.1.0 to 4.1.1

Commits

Updates @mathjax/mathjax-dsfont-font-extension from 4.1.0 to 4.1.1

Commits

Updates prosemirror-markdown from 1.13.3 to 1.13.4

Changelog

Sourced from prosemirror-markdown's changelog.

1.13.4 (2026-02-04)

Bug fixes

Fix a regression that caused the serializer to crash when a block ends in a hard break.

Commits

Updates prosemirror-menu from 1.2.5 to 1.3.0

Changelog

Sourced from prosemirror-menu's changelog.

1.3.0 (2026-02-17)

New features

The menu elements and menu bar now support keyboard navigation and use ARIA attributes for improved accessibility.

Commits
  • 8e211c2 Mark version 1.3.0
  • b9abb22 Refocus editor after activating a menu button, close submenus when they lose ...
  • 0d374f4 Use menuitem rather than menuitemradio for drop-down items
  • 5763406 Make sure drop-down items start with tabindex -1
  • 661ec54 Properly reset focus index on re-opening of drop-downs
  • 5021f53 Regenerate the readme
  • 373628e Integrate the accessible menu code
  • e4cd708 Improve accessibility
  • See full diff in compare view

Updates prosemirror-view from 1.41.5 to 1.41.6

Changelog

Sourced from prosemirror-view's changelog.

1.41.6 (2026-02-06)

Bug fixes

Fix an issue where backspacing content before a flexbox or grid styled widget would insert a bogus line break on Firefox.

Commits

Updates video.js from 8.23.4 to 8.23.7

Release notes

Sourced from video.js's releases.

v8.23.6

8.23.6 (2025-11-14)

Bug Fixes

  • revert minor change to test trusted publishing workflow e2e sans npm token in release.yml (f3de5f3)

netlify preview for this version

v8.23.5

8.23.5 (2025-11-14)

Bug Fixes

  • minor change to test trusted publishing workflow e2e (836d8cb)

Documentation

  • Clarify copyright and project stewardship (#9104) (20f8d76)

netlify preview for this version

Changelog

Sourced from video.js's changelog.

8.23.7 (2026-02-05)

Bug Fixes

  • Allow use in jsdom environments without window.CSS (#9137) (08f3ee3)
  • Broken menu button setIcon type (#9089) (93ecc35)
  • convert Tracklist length to a getter and fix event docs (#9142) (46779e8)
  • lang: improve finnish lang support (#9114) (9cc0b34)
  • lang: updated translations for gl (#9026) (553253c)
  • prevent current time display showing 0:00 during seek (#9135) (ec33990)

Chores

Documentation

  • Clarify copyright and project stewardship (#9104) (20f8d76)

8.23.6 (2025-11-14)

Bug Fixes

  • revert minor change to test trusted publishing workflow e2e sans npm token in release.yml (f3de5f3)

8.23.5 (2025-11-14)

Bug Fixes

  • minor change to test trusted publishing workflow e2e (836d8cb)

Documentation

  • Clarify copyright and project stewardship (#9104) (20f8d76)

Commits
Maintainer changes

This version was pushed to npm by essk, a new releaser for video.js since your current version.


Updates autoprefixer from 10.4.24 to 10.4.27

Release notes

Sourced from autoprefixer's releases.

10.4.27

  • Removed development key from package.json.

10.4.26

  • Reduced package size.

10.4.25

  • Fixed broken gradients on CSS Custom Properties (by @​serger777).
Changelog

Sourced from autoprefixer's changelog.

10.4.27

  • Removed development key from package.json.

10.4.26

  • Reduced package size.

10.4.25

  • Fixed broken gradients on CSS Custom Properties (by @​serger777).
Commits

Updates eslint from 8.3.0 to 10.0.2

Release notes

Sourced from eslint's releases.

v10.0.2

Bug Fixes

  • 2b72361 fix: update ajv to 6.14.0 to address security vulnerabilities (#20537) (루밀LuMir)

Documentation

  • 13eeedb docs: link rule type explanation to CLI option --fix-type (#20548) (Mike McCready)
  • 98cbf6b docs: update migration guide per Program range change (#20534) (Huáng Jùnliàng)
  • 61a2405 docs: add missing semicolon in vars-on-top rule example (#20533) (Abilash)

Chores

  • 951223b chore: update dependency @​eslint/eslintrc to ^3.3.4 (#20553) (renovate[bot])
  • 6aa1afe chore: update dependency eslint-plugin-jsdoc to ^62.7.0 (#20536) (Milos Djermanovic)

v10.0.1

Bug Fixes

  • c87d5bd fix: update eslint (#20531) (renovate[bot])
  • d841001 fix: update minimatch to 10.2.1 to address security vulnerabilities (#20519) (루밀LuMir)
  • 04c2147 fix: update error message for unused suppressions (#20496) (fnx)
  • 38b089c fix: update dependency @​eslint/config-array to ^0.23.1 (#20484) (renovate[bot])

Documentation

  • 5b3dbce docs: add AI acknowledgement section to templates (#20431) (루밀LuMir)
  • 6f23076 docs: toggle nav in no-JS mode (#20476) (Tanuj Kanti)
  • b69cfb3 docs: Update README (GitHub Actions Bot)

Chores

  • e5c281f chore: updates for v9.39.3 release (Jenkins)
  • 8c3832a chore: update @​typescript-eslint/parser to ^8.56.0 (#20514) (Milos Djermanovic)
  • 8330d23 test: add tests for config-api (#20493) (Milos Djermanovic)
  • 37d6e91 chore: remove eslint v10 prereleases from eslint-config-eslint deps (#20494) (Milos Djermanovic)
  • da7cd0e refactor: cleanup error message templates (#20479) (Francesco Trotta)
  • 84fb885 chore: package.json update for @​eslint/js release (Jenkins)
  • 1f66734 chore: add eslint to peerDependencies of @eslint/js (#20467) (Milos Djermanovic)

v10.0.0

Breaking Changes

  • f9e54f4 feat!: estimate rule-tester failure location (#20420) (ST-DDT)
  • a176319 feat!: replace chalk with styleText and add color to ResultsMeta (#20227) (루밀LuMir)
  • c7046e6 feat!: enable JSX reference tracking (#20152) (Pixel998)
  • fa31a60 feat!: add name to configs (#20015) (Kirk Waiblinger)
  • 3383e7e fix!: remove deprecated SourceCode methods (#20137) (Pixel998)
  • 501abd0 feat!: update dependency minimatch to v10 (#20246) (renovate[bot])
  • ca4d3b4 fix!: stricter rule tester assertions for valid test cases (#20125) (唯然)
  • 96512a6 fix!: Remove deprecated rule context methods (#20086) (Nicholas C. Zakas)
  • c69fdac feat!: remove eslintrc support (#20037) (Francesco Trotta)
  • 208b5cc feat!: Use ScopeManager#addGlobals() (#20132) (Milos Djermanovic)
  • a2ee188 fix!: add uniqueItems: true in no-invalid-regexp option (#20155) (Tanuj Kanti)
  • a89059d feat!: Program range span entire source text (#20133) (Pixel998)
  • 39a6424 fix!: assert 'text' is a string across all RuleFixer methods (#20082) (Pixel998)
  • f28fbf8 fix!: Deprecate "always" and "as-needed" options of the radix rule (#20223) (Milos Djermanovic)

... (truncated)

Commits
  • 55122d6 10.0.2
  • 80f1e29 Build: changelog update for 10.0.2
  • 951223b chore: update dependency @​eslint/eslintrc to ^3.3.4 (#20553)
  • 13eeedb docs: link rule type explanation to CLI option --fix-type (#20548)
  • 6aa1afe chore: update dependency eslint-plugin-jsdoc to ^62.7.0 (#20536)
  • 2b72361 fix: update ajv to 6.14.0 to address security vulnerabilities (#20537)
  • 98cbf6b docs: update migration guide per Program range change (#20534)
  • 61a2405 docs: add missing semicolon in vars-on-top rule example (#20533)
  • 0bd5497 10.0.1
  • ddb80ef Build: changelog update for 10.0.1
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by eslintbot, a new releaser for eslint since your current version.


Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
eslint [>= 9.a, < 10]

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 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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Mar 1, 2026
@inducer
Copy link
Owner

inducer commented Mar 1, 2026

@copilot Suggest a workaround for the eslint incompatibility

npm error code ERESOLVE
npm error ERESOLVE could not resolve
npm error
npm error While resolving: eslint-config-airbnb-base@15.0.0
npm error Found: eslint@10.0.2
npm error node_modules/eslint
npm error   dev eslint@"^10.0.2" from the root project
npm error   peer eslint@"^6.0.0 || ^7.0.0 || >=8.0.0" from @eslint-community/eslint-utils@4.9.1
npm error   node_modules/@eslint-community/eslint-utils
npm error     @eslint-community/eslint-utils@"^4.8.0" from eslint@10.0.2
npm error
npm error Could not resolve dependency:
npm error peer eslint@"^7.32.0 || ^8.2.0" from eslint-config-airbnb-base@15.0.0
npm error node_modules/eslint-config-airbnb-base
npm error   dev eslint-config-airbnb-base@"^15.0.0" from the root project
npm error
npm error Conflicting peer dependency: eslint@8.57.1
npm error node_modules/eslint
npm error   peer eslint@"^7.32.0 || ^8.2.0" from eslint-config-airbnb-base@15.0.0
npm error   node_modules/eslint-config-airbnb-base
npm error     dev eslint-config-airbnb-base@"^15.0.0" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry
npm error this command with --force or --legacy-peer-deps
npm error to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /home/runner/.npm/_logs/2026-03-01T00_34_35_745Z-eresolve-report.txt
npm error A complete log of this run can be found in: /home/runner/.npm/_logs/2026-03-01T00_34_35_745Z-debug-0.log
Error: Process completed with exit code 1.

Copy link
Contributor

Copilot AI commented Mar 1, 2026

@inducer I've opened a new pull request, #1425, to work on those changes. Once the pull request is ready, I'll request review from you.

dependabot bot and others added 2 commits March 1, 2026 14:25
Bumps the npm group with 17 updates:

| Package | From | To |
| --- | --- | --- |
| [@codemirror/commands](https://github.com/codemirror/commands) | `6.10.1` | `6.10.2` |
| [@codemirror/language](https://github.com/codemirror/language) | `6.12.1` | `6.12.2` |
| [@codemirror/view](https://github.com/codemirror/view) | `6.39.12` | `6.39.15` |
| [jquery](https://github.com/jquery/jquery) | `3.7.1` | `4.0.0` |
| [katex](https://github.com/KaTeX/KaTeX) | `0.16.28` | `0.16.33` |
| [mathjax](https://github.com/mathjax/MathJax) | `4.1.0` | `4.1.1` |
| [@mathjax/mathjax-newcm-font](https://github.com/mathjax/MathJax-fonts) | `4.1.0` | `4.1.1` |
| [@mathjax/mathjax-mhchem-font-extension](https://github.com/mathjax/MathJax-fonts) | `4.1.0` | `4.1.1` |
| [@mathjax/mathjax-bbm-font-extension](https://github.com/mathjax/MathJax-fonts) | `4.1.0` | `4.1.1` |
| [@mathjax/mathjax-bboldx-font-extension](https://github.com/mathjax/MathJax-fonts) | `4.1.0` | `4.1.1` |
| [@mathjax/mathjax-dsfont-font-extension](https://github.com/mathjax/MathJax-fonts) | `4.1.0` | `4.1.1` |
| [prosemirror-markdown](https://github.com/prosemirror/prosemirror-markdown) | `1.13.3` | `1.13.4` |
| [prosemirror-menu](https://github.com/prosemirror/prosemirror-menu) | `1.2.5` | `1.3.0` |
| [prosemirror-view](https://github.com/prosemirror/prosemirror-view) | `1.41.5` | `1.41.6` |
| [video.js](https://github.com/videojs/video.js) | `8.23.4` | `8.23.7` |
| [autoprefixer](https://github.com/postcss/autoprefixer) | `10.4.24` | `10.4.27` |
| [eslint](https://github.com/eslint/eslint) | `8.3.0` | `10.0.2` |


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

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

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

Updates `jquery` from 3.7.1 to 4.0.0
- [Release notes](https://github.com/jquery/jquery/releases)
- [Changelog](https://github.com/jquery/jquery/blob/main/changelog.md)
- [Commits](jquery/jquery@3.7.1...4.0.0)

Updates `katex` from 0.16.28 to 0.16.33
- [Release notes](https://github.com/KaTeX/KaTeX/releases)
- [Changelog](https://github.com/KaTeX/KaTeX/blob/main/CHANGELOG.md)
- [Commits](KaTeX/KaTeX@v0.16.28...v0.16.33)

Updates `mathjax` from 4.1.0 to 4.1.1
- [Release notes](https://github.com/mathjax/MathJax/releases)
- [Commits](mathjax/MathJax@4.1.0...4.1.1)

Updates `@mathjax/mathjax-newcm-font` from 4.1.0 to 4.1.1
- [Commits](https://github.com/mathjax/MathJax-fonts/commits)

Updates `@mathjax/mathjax-mhchem-font-extension` from 4.1.0 to 4.1.1
- [Commits](https://github.com/mathjax/MathJax-fonts/commits)

Updates `@mathjax/mathjax-bbm-font-extension` from 4.1.0 to 4.1.1
- [Commits](https://github.com/mathjax/MathJax-fonts/commits)

Updates `@mathjax/mathjax-bboldx-font-extension` from 4.1.0 to 4.1.1
- [Commits](https://github.com/mathjax/MathJax-fonts/commits)

Updates `@mathjax/mathjax-dsfont-font-extension` from 4.1.0 to 4.1.1
- [Commits](https://github.com/mathjax/MathJax-fonts/commits)

Updates `prosemirror-markdown` from 1.13.3 to 1.13.4
- [Changelog](https://github.com/ProseMirror/prosemirror-markdown/blob/master/CHANGELOG.md)
- [Commits](ProseMirror/prosemirror-markdown@1.13.3...1.13.4)

Updates `prosemirror-menu` from 1.2.5 to 1.3.0
- [Changelog](https://github.com/ProseMirror/prosemirror-menu/blob/master/CHANGELOG.md)
- [Commits](ProseMirror/prosemirror-menu@1.2.5...1.3.0)

Updates `prosemirror-view` from 1.41.5 to 1.41.6
- [Changelog](https://github.com/ProseMirror/prosemirror-view/blob/master/CHANGELOG.md)
- [Commits](ProseMirror/prosemirror-view@1.41.5...1.41.6)

Updates `video.js` from 8.23.4 to 8.23.7
- [Release notes](https://github.com/videojs/video.js/releases)
- [Changelog](https://github.com/videojs/video.js/blob/main/CHANGELOG.md)
- [Commits](videojs/video.js@v8.23.4...v8.23.7)

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

Updates `eslint` from 8.3.0 to 10.0.2
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v8.3.0...v10.0.2)

---
updated-dependencies:
- dependency-name: "@codemirror/commands"
  dependency-version: 6.10.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: "@codemirror/language"
  dependency-version: 6.12.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: "@codemirror/view"
  dependency-version: 6.39.15
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: jquery
  dependency-version: 4.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm
- dependency-name: katex
  dependency-version: 0.16.33
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: mathjax
  dependency-version: 4.1.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: "@mathjax/mathjax-newcm-font"
  dependency-version: 4.1.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: "@mathjax/mathjax-mhchem-font-extension"
  dependency-version: 4.1.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: "@mathjax/mathjax-bbm-font-extension"
  dependency-version: 4.1.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: "@mathjax/mathjax-bboldx-font-extension"
  dependency-version: 4.1.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: "@mathjax/mathjax-dsfont-font-extension"
  dependency-version: 4.1.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: prosemirror-markdown
  dependency-version: 1.13.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: prosemirror-menu
  dependency-version: 1.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: prosemirror-view
  dependency-version: 1.41.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: video.js
  dependency-version: 8.23.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: autoprefixer
  dependency-version: 10.4.27
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: eslint
  dependency-version: 10.0.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm
...

Signed-off-by: dependabot[bot] <support@github.com>
…-airbnb-base@15

Co-authored-by: inducer <352067+inducer@users.noreply.github.com>
@inducer inducer force-pushed the dependabot/npm_and_yarn/npm-a5aecb9d32 branch from 4d76048 to b359c70 Compare March 1, 2026 20:25
@inducer inducer merged commit bb1f5dd into main Mar 1, 2026
18 checks passed
@inducer inducer deleted the dependabot/npm_and_yarn/npm-a5aecb9d32 branch March 1, 2026 20: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.

2 participants