Skip to content

chore(deps-dev): bump the npm-dev group with 5 updates#1287

Merged
mdn-bot merged 2 commits intomainfrom
dependabot/npm_and_yarn/npm-dev-6821f1cae0
Feb 9, 2026
Merged

chore(deps-dev): bump the npm-dev group with 5 updates#1287
mdn-bot merged 2 commits intomainfrom
dependabot/npm_and_yarn/npm-dev-6821f1cae0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 9, 2026

Bumps the npm-dev group with 5 updates:

Package From To
@codemirror/commands 6.10.1 6.10.2
@codemirror/view 6.39.12 6.39.13
eslint-plugin-jsdoc 62.5.2 62.5.4
postcss-preset-env 11.1.2 11.1.3
stylelint-config-recess-order 7.6.0 7.6.1

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/view from 6.39.12 to 6.39.13

Changelog

Sourced from @​codemirror/view's changelog.

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
  • 6a93b6f Mark version 6.39.13
  • 467335a Make sure shift-arrowup/down doesn't get stuck on line wrapping points
  • dabe3eb Fix a bug where inline widgets wrapped to their own line can block vertical m...
  • See full diff in compare view

Updates eslint-plugin-jsdoc from 62.5.2 to 62.5.4

Release notes

Sourced from eslint-plugin-jsdoc's releases.

v62.5.4

62.5.4 (2026-02-07)

Bug Fixes

  • no-undefined-types: avoid treating infer type identifier as undefined; fixes #1654 (da44046)
  • no-undefined-types: ensure template tags are defined; fixes #1655 (bfef848)

v62.5.3

62.5.3 (2026-02-06)

Bug Fixes

  • default-expressions and examples configs: avoid applying deprecated rules now that ESLint warns against them; fixes #1651 (a252868)
Commits
  • bfef848 fix(no-undefined-types): ensure template tags are defined; fixes #1655
  • da44046 fix(no-undefined-types): avoid treating infer type identifier as undefined;...
  • a252868 fix(default-expressions and examples configs): avoid applying deprecated ...
  • See full diff in compare view

Updates postcss-preset-env from 11.1.2 to 11.1.3

Changelog

Sourced from postcss-preset-env's changelog.

11.1.3

February 6, 2026

Commits

Updates stylelint-config-recess-order from 7.6.0 to 7.6.1

Release notes

Sourced from stylelint-config-recess-order's releases.

v7.6.1

Patch Changes

  • Remove invalid anchor-center property (#458)
  • Fix typo in scroll-behavior property (#457)
Changelog

Sourced from stylelint-config-recess-order's changelog.

7.6.1

Patch Changes

  • Remove invalid anchor-center property (#458)
  • Fix typo in scroll-behavior property (#457)
Commits

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
eslint-plugin-jsdoc [>= 54.0.0.a, < 54.0.1]
eslint-plugin-jsdoc [>= 54.1.a, < 54.2]
eslint-plugin-jsdoc [>= 55.1.2.a, < 55.1.3]
eslint-plugin-jsdoc [>= 58.1.0.a, < 58.1.1]
eslint-plugin-jsdoc [>= 61.1.3.a, < 61.1.4]

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

Bumps the npm-dev group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [@codemirror/commands](https://github.com/codemirror/commands) | `6.10.1` | `6.10.2` |
| [@codemirror/view](https://github.com/codemirror/view) | `6.39.12` | `6.39.13` |
| [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | `62.5.2` | `62.5.4` |
| [postcss-preset-env](https://github.com/csstools/postcss-plugins/tree/HEAD/plugin-packs/postcss-preset-env) | `11.1.2` | `11.1.3` |
| [stylelint-config-recess-order](https://github.com/stormwarning/stylelint-config-recess-order) | `7.6.0` | `7.6.1` |


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/view` from 6.39.12 to 6.39.13
- [Changelog](https://github.com/codemirror/view/blob/main/CHANGELOG.md)
- [Commits](codemirror/view@6.39.12...6.39.13)

Updates `eslint-plugin-jsdoc` from 62.5.2 to 62.5.4
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases)
- [Commits](gajus/eslint-plugin-jsdoc@v62.5.2...v62.5.4)

Updates `postcss-preset-env` from 11.1.2 to 11.1.3
- [Changelog](https://github.com/csstools/postcss-plugins/blob/main/plugin-packs/postcss-preset-env/CHANGELOG.md)
- [Commits](https://github.com/csstools/postcss-plugins/commits/HEAD/plugin-packs/postcss-preset-env)

Updates `stylelint-config-recess-order` from 7.6.0 to 7.6.1
- [Release notes](https://github.com/stormwarning/stylelint-config-recess-order/releases)
- [Changelog](https://github.com/stormwarning/stylelint-config-recess-order/blob/main/CHANGELOG.md)
- [Commits](stormwarning/stylelint-config-recess-order@v7.6.0...v7.6.1)

---
updated-dependencies:
- dependency-name: "@codemirror/commands"
  dependency-version: 6.10.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-dev
- dependency-name: "@codemirror/view"
  dependency-version: 6.39.13
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-dev
- dependency-name: eslint-plugin-jsdoc
  dependency-version: 62.5.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-dev
- dependency-name: postcss-preset-env
  dependency-version: 11.1.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-dev
- dependency-name: stylelint-config-recess-order
  dependency-version: 7.6.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-dev
...

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 Feb 9, 2026
@dependabot dependabot bot requested a review from mdn-bot as a code owner February 9, 2026 01:13
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 9, 2026
@dependabot dependabot bot requested a review from a team as a code owner February 9, 2026 01:13
@dependabot dependabot bot added the javascript Pull requests that update javascript code label Feb 9, 2026
@dependabot dependabot bot requested a review from caugner February 9, 2026 01:13
@mdn-bot mdn-bot enabled auto-merge (squash) February 9, 2026 01:13
@mdn-bot mdn-bot merged commit 16f94d1 into main Feb 9, 2026
13 checks passed
@mdn-bot mdn-bot deleted the dependabot/npm_and_yarn/npm-dev-6821f1cae0 branch February 9, 2026 12:51
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