Skip to content

Bump the external-miscellaneous group across 1 directory with 5 updates#483

Closed
dependabot[bot] wants to merge 1 commit intotrunkfrom
dependabot/npm_and_yarn/external-miscellaneous-62c667f3c3
Closed

Bump the external-miscellaneous group across 1 directory with 5 updates#483
dependabot[bot] wants to merge 1 commit intotrunkfrom
dependabot/npm_and_yarn/external-miscellaneous-62c667f3c3

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Feb 17, 2026

Bumps the external-miscellaneous group with 5 updates in the / directory:

Package From To
backbone 1.6.0 1.6.1
codemirror 5.65.20 6.0.2
espree 9.6.1 11.1.0
htmlhint 1.8.0 1.9.1
lodash 4.17.21 4.17.23

Updates backbone from 1.6.0 to 1.6.1

Commits
  • da75718 Merge branch 'prepare-1.6.1'
  • 50eb8a2 Bump the 1.6.1 release date one day forward
  • 8a58ab4 Add change log entry for 1.6.1
  • a25a10f Bump the version to 1.6.1
  • 0a67c26 Upgrade devDependencies via npm audit fix --force
  • a2b5d4c Cancel PhantomJS
  • 8f0285f Merge pull request #4292 from Noodlex/fix_model_event_changeId
  • 06ffc5d Add test for trigger "changeId"
  • d2ea574 Add space
  • 4d09149 Trigger the "changeId" event only if prevId is different from this.id.
  • Additional commits viewable in compare view

Updates codemirror from 5.65.20 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.

6.0.1 (2022-06-30)

Bug fixes

Work around limitations in tree-shaking software that prevented basicSetup from being removed when unused.

6.0.0 (2022-06-08)

Breaking changes

Change the package name from @codemirror/example-setup to just codemirror.

The package no longer exports EditorState (since that is no longer necessary to set up a basic editor).

New features

The new minimalSetup export provides a minimal set of editor extensions.

0.20.0 (2022-04-20)

Breaking changes

Update dependencies to 0.20.0

0.19.3 (2022-03-30)

New features

Add the extension that shows a crosshair cursor when Alt is held down to the basic setup.

0.19.1 (2021-12-13)

New features

The basic setup now includes the dropCursor extension.

0.19.0 (2021-08-11)

Breaking changes

Update dependencies to 0.19.0

0.18.2 (2021-05-25)

Bug fixes

... (truncated)

Commits
Install script changes

This version modifies prepare script that runs during installation. Review the package contents before updating.


Updates espree from 9.6.1 to 11.1.0

Release notes

Sourced from espree's releases.

espree: v11.1.0

11.1.0 (2026-01-18)

Features

Bug Fixes

  • restore comments property on tokenize() return value (#721) (5603ea9)

espree: v11.0.0

11.0.0 (2025-11-07)

⚠ BREAKING CHANGES

  • Program range span entire source text (#677)
  • Require Node.js ^20.19.0 || ^22.13.0 || >=24 (#696)

Features

  • Program range span entire source text (#677) (68bbb74)
  • Require Node.js ^20.19.0 || ^22.13.0 || >=24 (#696) (9c84ecb)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • eslint-visitor-keys bumped from ^4.2.1 to ^5.0.0

espree: v10.4.0

10.4.0 (2025-06-09)

Features

  • Add support for ES2026 using and await using declarations (#658) (39e0865)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • eslint-visitor-keys bumped from ^4.2.0 to ^4.2.1

... (truncated)

Changelog

Sourced from espree's changelog.

11.1.0 (2026-01-18)

Features

Bug Fixes

  • restore comments property on tokenize() return value (#721) (5603ea9)

11.0.0 (2025-11-07)

⚠ BREAKING CHANGES

  • Program range span entire source text (#677)
  • Require Node.js ^20.19.0 || ^22.13.0 || >=24 (#696)

Features

  • Program range span entire source text (#677) (68bbb74)
  • Require Node.js ^20.19.0 || ^22.13.0 || >=24 (#696) (9c84ecb)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • eslint-visitor-keys bumped from ^4.2.1 to ^5.0.0

10.4.0 (2025-06-09)

Features

  • Add support for ES2026 using and await using declarations (#658) (39e0865)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • eslint-visitor-keys bumped from ^4.2.0 to ^4.2.1

10.3.0 (2024-10-29)

... (truncated)

Commits
  • 80033b8 chore: release main (#718)
  • 98caac0 feat: add types to ESLint Scope (#709)
  • 5603ea9 fix: restore comments property on tokenize() return value (#721)
  • 432d822 docs: Update README sponsors
  • 726512a docs: Update README sponsors
  • 3c11202 docs: Update README sponsors
  • 5887c4d feat: TypeScript support for Espree (#705)
  • 5b323f9 build: remove unnecessary @rollup/* dev-dependencies in espree (#715)
  • 5598f88 refactor: use release-please to update exported version (#714)
  • 9e9e516 docs: Update README sponsors
  • 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 espree since your current version.


Updates htmlhint from 1.8.0 to 1.9.1

Release notes

Sourced from htmlhint's releases.

v1.9.1

  • Revert breaking change (introduced in v1.9.0) of adding an exports field to package.json

v1.9.0

  • Add exports field to package.json.

v1.8.1

  • Improve attr-lowercase rule to handle SVG attributes (for for example viewBox)
Commits

Updates lodash from 4.17.21 to 4.17.23

Commits

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 external-miscellaneous group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [backbone](https://github.com/jashkenas/backbone) | `1.6.0` | `1.6.1` |
| [codemirror](https://github.com/codemirror/basic-setup) | `5.65.20` | `6.0.2` |
| [espree](https://github.com/eslint/js/tree/HEAD/packages/espree) | `9.6.1` | `11.1.0` |
| [htmlhint](https://github.com/htmlhint/HTMLHint) | `1.8.0` | `1.9.1` |
| [lodash](https://github.com/lodash/lodash) | `4.17.21` | `4.17.23` |



Updates `backbone` from 1.6.0 to 1.6.1
- [Commits](jashkenas/backbone@1.6.0...1.6.1)

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

Updates `espree` from 9.6.1 to 11.1.0
- [Release notes](https://github.com/eslint/js/releases)
- [Changelog](https://github.com/eslint/js/blob/main/packages/espree/CHANGELOG.md)
- [Commits](https://github.com/eslint/js/commits/espree-v11.1.0/packages/espree)

Updates `htmlhint` from 1.8.0 to 1.9.1
- [Release notes](https://github.com/htmlhint/HTMLHint/releases)
- [Commits](htmlhint/HTMLHint@v1.8.0...v1.9.1)

Updates `lodash` from 4.17.21 to 4.17.23
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](lodash/lodash@4.17.21...4.17.23)

---
updated-dependencies:
- dependency-name: backbone
  dependency-version: 1.6.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: external-miscellaneous
- dependency-name: codemirror
  dependency-version: 6.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: external-miscellaneous
- dependency-name: espree
  dependency-version: 11.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: external-miscellaneous
- dependency-name: htmlhint
  dependency-version: 1.9.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: external-miscellaneous
- dependency-name: lodash
  dependency-version: 4.17.23
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: external-miscellaneous
...

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 17, 2026
@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github Feb 19, 2026

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

@dependabot dependabot Bot closed this Feb 19, 2026
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/external-miscellaneous-62c667f3c3 branch February 19, 2026 03:47
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.

0 participants