Skip to content

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

Merged
mdn-bot merged 1 commit intomainfrom
dependabot/npm_and_yarn/npm-dev-b2a507e3b0
Feb 10, 2026
Merged

chore(deps-dev): bump the npm-dev group with 5 updates#1292
mdn-bot merged 1 commit intomainfrom
dependabot/npm_and_yarn/npm-dev-b2a507e3b0

Conversation

@dependabot
Copy link
Contributor

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

Bumps the npm-dev group with 5 updates:

Package From To
@zip.js/zip.js 2.8.17 2.8.18
downshift 9.2.0 9.3.0
eslint-plugin-lit 2.1.1 2.2.1
eslint-plugin-wc 3.0.2 3.1.0
typescript-eslint 8.54.0 8.55.0

Updates @zip.js/zip.js from 2.8.17 to 2.8.18

Release notes

Sourced from @​zip.js/zip.js's releases.

v2.8.18

  • Added createTempStream option to ZipWriter, used when adding entries in parallel, for custom temporary buffered write storage (e.g. filesystem, OPFS, network) instead of the default in-memory TransformStream (see this test for a usage example)
  • Improved buffering implementation in ZipWriter by removing the Blob/Response usage
  • Fixed minor regression introduced in version 2.8.16 when the web worker URI is not a data or blob URI (workers were not working with code using ES6 import) (see fixed broken test)
Commits
  • 6c0ae12 bump up version
  • aa6a84c update doc
  • b608fdd update dev dependencies
  • 99fc410 update built files
  • aaadd4d remove usage of Response and blobs
  • 63e7cba update built files
  • 610c794 use module workers by default if the worker URI is not a data or a blob URI
  • 4cf50a6 add createTempStream option for custom buffered write storage
  • baafb3a simplify condition
  • See full diff in compare view

Updates downshift from 9.2.0 to 9.3.0

Release notes

Sourced from downshift's releases.

v9.3.0

9.3.0 (2026-02-09)

Features

Commits

Updates eslint-plugin-lit from 2.1.1 to 2.2.1

Release notes

Sourced from eslint-plugin-lit's releases.

2.2.1

What's Changed

Full Changelog: 43081j/eslint-plugin-lit@2.2.0...2.2.1

2.2.0

What's Changed

New Contributors

Full Changelog: 43081j/eslint-plugin-lit@2.1.1...2.2.0

Commits
Maintainer changes

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


Updates eslint-plugin-wc from 3.0.2 to 3.1.0

Release notes

Sourced from eslint-plugin-wc's releases.

3.1.0

What's Changed

Full Changelog: 43081j/eslint-plugin-wc@3.0.2...3.1.0

Commits

Updates typescript-eslint from 8.54.0 to 8.55.0

Release notes

Sourced from typescript-eslint's releases.

v8.55.0

8.55.0 (2026-02-09)

🚀 Features

  • utils: deprecate defaultOptions in favor of meta.defaultOptions (#11992)

🩹 Fixes

  • eslint-plugin: [no-unused-vars] remove trailing newline when removing entire import (#11990)
  • eslint-plugin: [no-useless-default-assignment] require strictNullChecks (#11966, #12000)
  • eslint-plugin: [no-useless-default-assignment] report unnecessary defaults in ternary expressions (#11984)
  • eslint-plugin: [no-useless-default-assignment] reduce param index to ts this handling (#11949)
  • typescript-estree: forbid invalid modifier in object expression (#11931)

❤️ Thank You

See GitHub Releases for more information.

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

Changelog

Sourced from typescript-eslint's changelog.

8.55.0 (2026-02-09)

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

See GitHub Releases for more information.

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

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 npm-dev group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [@zip.js/zip.js](https://github.com/gildas-lormeau/zip.js) | `2.8.17` | `2.8.18` |
| [downshift](https://github.com/downshift-js/downshift) | `9.2.0` | `9.3.0` |
| [eslint-plugin-lit](https://github.com/43081j/eslint-plugin-lit) | `2.1.1` | `2.2.1` |
| [eslint-plugin-wc](https://github.com/43081j/eslint-plugin-wc) | `3.0.2` | `3.1.0` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.54.0` | `8.55.0` |


Updates `@zip.js/zip.js` from 2.8.17 to 2.8.18
- [Release notes](https://github.com/gildas-lormeau/zip.js/releases)
- [Commits](gildas-lormeau/zip.js@v2.8.17...v2.8.18)

Updates `downshift` from 9.2.0 to 9.3.0
- [Release notes](https://github.com/downshift-js/downshift/releases)
- [Changelog](https://github.com/downshift-js/downshift/blob/master/CHANGELOG.md)
- [Commits](downshift-js/downshift@v9.2.0...v9.3.0)

Updates `eslint-plugin-lit` from 2.1.1 to 2.2.1
- [Release notes](https://github.com/43081j/eslint-plugin-lit/releases)
- [Commits](43081j/eslint-plugin-lit@2.1.1...2.2.1)

Updates `eslint-plugin-wc` from 3.0.2 to 3.1.0
- [Release notes](https://github.com/43081j/eslint-plugin-wc/releases)
- [Changelog](https://github.com/43081j/eslint-plugin-wc/blob/master/CHANGELOG.md)
- [Commits](43081j/eslint-plugin-wc@3.0.2...3.1.0)

Updates `typescript-eslint` from 8.54.0 to 8.55.0
- [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.55.0/packages/typescript-eslint)

---
updated-dependencies:
- dependency-name: "@zip.js/zip.js"
  dependency-version: 2.8.18
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-dev
- dependency-name: downshift
  dependency-version: 9.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-dev
- dependency-name: eslint-plugin-lit
  dependency-version: 2.2.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-dev
- dependency-name: eslint-plugin-wc
  dependency-version: 3.1.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-dev
- dependency-name: typescript-eslint
  dependency-version: 8.55.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  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 10, 2026
@dependabot dependabot bot requested review from a team and mdn-bot as code owners February 10, 2026 02:36
@dependabot dependabot bot requested a review from caugner February 10, 2026 02:36
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Feb 10, 2026
@mdn-bot mdn-bot enabled auto-merge (squash) February 10, 2026 02:36
@mdn-bot mdn-bot merged commit 022c787 into main Feb 10, 2026
10 checks passed
@mdn-bot mdn-bot deleted the dependabot/npm_and_yarn/npm-dev-b2a507e3b0 branch February 10, 2026 02:41
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