Skip to content

Bump the npm-packages group with 5 updates#71

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/npm-packages-d84bfca157
Open

Bump the npm-packages group with 5 updates#71
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/npm-packages-d84bfca157

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 1, 2026

Copy link
Copy Markdown
Contributor

Bumps the npm-packages group with 5 updates:

Package From To
semver 7.8.1 7.8.5
unzipper 0.12.3 0.12.5
@types/node 25.9.1 26.1.0
prettier 3.8.3 3.9.4
tape 5.9.0 5.10.2

Updates semver from 7.8.1 to 7.8.5

Release notes

Sourced from semver's releases.

v7.8.5

7.8.5 (2026-06-19)

Bug Fixes

v7.8.4

7.8.4 (2026-06-09)

Bug Fixes

v7.8.3

7.8.3 (2026-06-08)

Bug Fixes

Chores

v7.8.2

7.8.2 (2026-06-04)

Bug Fixes

Changelog

Sourced from semver's changelog.

7.8.5 (2026-06-19)

Bug Fixes

7.8.4 (2026-06-09)

Bug Fixes

7.8.3 (2026-06-08)

Bug Fixes

Chores

7.8.2 (2026-06-04)

Bug Fixes

Commits

Updates unzipper from 0.12.3 to 0.12.5

Commits

Updates @types/node from 25.9.1 to 26.1.0

Commits

Updates prettier from 3.8.3 to 3.9.4

Release notes

Sourced from prettier's releases.

3.9.4

  • Angular: Format @content(name) -> @content (name) to align with other block syntax (#19499 by @​fisker)

🔗 Changelog

3.9.3

🔗 Changelog

3.9.1

🔗 Changelog

3.9.0

diff

🔗 Prettier 3.9: Major parser upgrades and Formatting improvements

3.8.5

🔗 Changelog

3.8.4

🔗 Changelog

Changelog

Sourced from prettier's changelog.

3.9.4

diff

Angular: Format @content(name) -> @content (name) to align with other block syntax (#19499 by @​fisker)

<!-- Input -->
<FancyButton [label]="title">
  @content (icon) {
    <span>Icon!</span>
  }
  @content (description) {
    <span>Description text</span>
  }
  <span>Other children</span>
</FancyButton>
<!-- Prettier 3.9.3 -->
<FancyButton [label]="title">
@​content(icon) {
<span>Icon!</span>
}
@​content(description) {
<span>Description text</span>
}
<span>Other children</span>
</FancyButton>
<!-- Prettier 3.9.4 -->
<FancyButton [label]="title">
@​content (icon) {
<span>Icon!</span>
}
@​content (description) {
<span>Description text</span>
}
<span>Other children</span>
</FancyButton>

3.9.3

diff

Markdown: Fix unexpected removal of characters in liquid syntax (#19489 by @​seiyab)

</tr></table> 

... (truncated)

Commits
  • b693cb2 Release 3.9.4
  • 2e92ac0 Angular: Format @content(name) -> @content (name) to align with other blo...
  • abed2c2 Bump Prettier dependency to 3.9.3
  • 6cfbc00 Clean changelog_unreleased
  • 3732e1d Release 3.9.3
  • a74a7b0 Allow decorators to be used with declare on class fields (#19492)
  • bd9e11a Correct text identification in liquid syntax (#19489)
  • 269eee3 Bump Prettier dependency to 3.9.1
  • ec7ccd1 Clean changelog_unreleased
  • c47654c Release 3.9.1
  • Additional commits viewable in compare view

Updates tape from 5.9.0 to 5.10.2

Changelog

Sourced from tape's changelog.

v5.10.2 - 2026-06-18

Commits

  • [Fix] types: allow skip to be called with the same signatures as test aab00d8
  • [Dev Deps] update eslint; add missing DT packages 9f9c23b
  • [eslint] ignore linting errors in examples dec20b0

v5.10.1 - 2026-06-11

Commits

  • [Fix] types: export Test and the callback types from the tape namespace 7ebe323

v5.10.0 - 2026-06-09

Fixed

Commits

  • [New] add types 3bd17c3
  • [Tests] use string encoding with concat-stream and exec d8d42b6
  • [Dev Deps] update eslint 4447d26
  • [actions] update workflows 1d79ea3
  • [eslint] fix array bracket spacing 011fa27
  • [Refactor] minor cleanups 39470e7
  • [Tests] avoid relying on implicit toStrings ceca8d5
  • [Refactor] avoid needing a call-bound push 0f12b31
  • [actions] split out node 10-20, and 20+ 7b291f5
  • [Refactor] use es-object-atoms 6b20c90
  • [Dev Deps] update @ljharb/eslint-config, auto-changelog, eslint, npmignore cf20e24
  • [Deps] update call-bind, hasown, resolve, string.prototype.trim ffce2c3
  • [Deps] update call-bound, has-dynamic-import, is-regex, object.assign f7630c3
  • [Deps] update array.prototype.every, call-bind, string.prototype.trim 3d0107a
  • [Refactor] use call-bound directly 658126c
  • [patch] remove never-published helper file c28f3c7
  • [Deps] update for-each, object-inspect be106fd
  • [Deps] update @ljharb/now 2d757f0
  • [Tests] actually invoke Math.random 85ddba3
  • [Deps] update call-bound ec3faf9
  • [Deps] update for-each 861c17c
  • [Deps] update @ljharb/through f7d074e
  • [Dev Deps] update es-value-fixtures 5c133bb
  • [Dev Deps] update array.prototype.flatmap 33a1036
  • [Deps] update is-regex d7c9ad3
  • [Deps] update object-inspect ed50350
  • [Dev Deps] update es-value-fixtures 4bcfc8b
Commits
  • a53bbbe v5.10.2
  • dec20b0 [eslint] ignore linting errors in examples
  • 9f9c23b [Dev Deps] update eslint; add missing DT packages
  • aab00d8 [Fix] types: allow skip to be called with the same signatures as test
  • c4a7b4a v5.10.1
  • 7ebe323 [Fix] types: export Test and the callback types from the tape namespace
  • a2ecfa2 v5.10.0
  • c28f3c7 [patch] remove never-published helper file
  • 2d757f0 [Deps] update @ljharb/now
  • 3bd17c3 [New] add types
  • Additional commits viewable in compare view

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

| Package | From | To |
| --- | --- | --- |
| [semver](https://github.com/npm/node-semver) | `7.8.1` | `7.8.5` |
| [unzipper](https://github.com/ZJONSSON/node-unzipper) | `0.12.3` | `0.12.5` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `25.9.1` | `26.1.0` |
| [prettier](https://github.com/prettier/prettier) | `3.8.3` | `3.9.4` |
| [tape](https://github.com/tape-testing/tape) | `5.9.0` | `5.10.2` |


Updates `semver` from 7.8.1 to 7.8.5
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md)
- [Commits](npm/node-semver@v7.8.1...v7.8.5)

Updates `unzipper` from 0.12.3 to 0.12.5
- [Release notes](https://github.com/ZJONSSON/node-unzipper/releases)
- [Commits](https://github.com/ZJONSSON/node-unzipper/commits)

Updates `@types/node` from 25.9.1 to 26.1.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

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

Updates `tape` from 5.9.0 to 5.10.2
- [Changelog](https://github.com/tape-testing/tape/blob/master/CHANGELOG.md)
- [Commits](tape-testing/tape@v5.9.0...v5.10.2)

---
updated-dependencies:
- dependency-name: semver
  dependency-version: 7.8.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-packages
- dependency-name: unzipper
  dependency-version: 0.12.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-packages
- dependency-name: "@types/node"
  dependency-version: 26.1.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-packages
- dependency-name: prettier
  dependency-version: 3.9.4
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-packages
- dependency-name: tape
  dependency-version: 5.10.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-packages
...

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 Jul 1, 2026
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