Skip to content

Bump the npm-deps group across 1 directory with 4 updates#17

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/npm-deps-58e9d4f74c
Open

Bump the npm-deps group across 1 directory with 4 updates#17
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/npm-deps-58e9d4f74c

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github May 6, 2026

Bumps the npm-deps group with 4 updates in the / directory: prettier, tape-six, tape-six-proc and typescript.

Updates prettier from 3.8.1 to 3.8.3

Release notes

Sourced from prettier's releases.

3.8.3

🔗 Changelog

3.8.2

  • Support Angular v21.2

🔗 Changelog

Changelog

Sourced from prettier's changelog.

3.8.3

diff

SCSS: Prevent trailing comma in if() function (#18471 by @​kovsu)

// Input
$value: if(sass(false): 1; else: -1);
// Prettier 3.8.2
$value: if(
sass(false): 1; else: -1,
);
// Prettier 3.8.3
$value: if(sass(false): 1; else: -1);

3.8.2

diff

Angular: Support Angular v21.2 (#18722, #19034 by @​fisker)

Exhaustive typechecking with @default never;

<!-- Input -->
@switch (foo) {
  @case (1) {}
  @default never;
}
<!-- Prettier 3.8.1 -->
SyntaxError: Incomplete block "default never". If you meant to write the @ character, you should use the "&#64;" HTML entity instead. (3:3)
<!-- Prettier 3.8.2 -->
@​switch (foo) {
@​case (1) {}
@​default never;
}

arrow function and instanceof expressions.

</tr></table> 

... (truncated)

Commits

Updates tape-six from 1.7.12 to 1.9.0

Commits
  • 8a49a8c New version: 1.9.0.
  • 3a164d3 Added an official way to add tester plugins.
  • 72613d3 Fixed a warning for TS 7.0.
  • c539f55 Documented how to use 3rd-party test helpers. Removed chai as a dev
  • 7c87f1a Implemented t.plan().
  • 0337965 Tests cleanly split on CLI and generic.
  • d04705f New version: 1.8.0.
  • 79a8f34 Updated wiki.
  • 3f2b97d Fixed English.
  • 67570f0 Fixed claims in AI-docs.
  • Additional commits viewable in compare view

Updates tape-six-proc from 1.2.7 to 1.2.9

Commits
  • d038de3 New version: 1.2.9.
  • b715747 Made dependabot.yml less noisy.
  • 24b7946 Added Bun & Deno CI.
  • e91e36e Minor housekeeping, added js-check.
  • a66bc8e New version: 1.2.8.
  • 81c8319 Updated dependencies.
  • 3f0fe6c Merge pull request #4 from uhop/dependabot/github_actions/actions/checkout-6
  • 8d26d23 Merge pull request #3 from uhop/dependabot/github_actions/actions/setup-node-6
  • 31e2ca5 Merge pull request #2 from uhop/dependabot/github_actions/github/codeql-action-4
  • 88ef018 Avoid process.exit().
  • Additional commits viewable in compare view

Updates typescript from 5.9.3 to 6.0.3

Release notes

Sourced from typescript's releases.

TypeScript 6.0.3

For release notes, check out the release announcement blog post.

Downloads are available on:

TypeScript 6.0

For release notes, check out the release announcement blog post.

Downloads are available on:

TypeScript 6.0 Beta

For release notes, check out the release announcement.

Downloads are available on:

Commits
  • 050880c Bump version to 6.0.3 and LKG
  • eeae9dd 🤖 Pick PR #63401 (Also check package name validity in...) into release-6.0 (#...
  • ad1c695 🤖 Pick PR #63368 (Harden ATA package name filtering) into release-6.0 (#63372)
  • 0725fb4 🤖 Pick PR #63310 (Mark class property initializers as...) into release-6.0 (#...
  • 607a22a Bump version to 6.0.2 and LKG
  • 9e72ab7 🤖 Pick PR #63239 (Fix missing lib files in reused pro...) into release-6.0 (#...
  • 35ff23d 🤖 Pick PR #63163 (Port anyFunctionType subtype fix an...) into release-6.0 (#...
  • e175b69 Bump version to 6.0.1-rc and LKG
  • af4caac Update LKG
  • 8efd7e8 Merge remote-tracking branch 'origin/main' into release-6.0
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 6, 2026
@dependabot dependabot Bot changed the title Bump the npm-deps group with 4 updates Bump the npm-deps group across 1 directory with 4 updates May 6, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/npm-deps-58e9d4f74c branch from 0d3ad5f to e8118a9 Compare May 6, 2026 00:53
Bumps the npm-deps group with 4 updates in the / directory: [prettier](https://github.com/prettier/prettier), [tape-six](https://github.com/uhop/tape-six), [tape-six-proc](https://github.com/uhop/tape-six-proc) and [typescript](https://github.com/microsoft/TypeScript).


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

Updates `tape-six` from 1.7.12 to 1.9.0
- [Commits](uhop/tape-six@1.7.12...1.9.0)

Updates `tape-six-proc` from 1.2.7 to 1.2.9
- [Commits](uhop/tape-six-proc@1.2.7...1.2.9)

Updates `typescript` from 5.9.3 to 6.0.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v5.9.3...v6.0.3)

---
updated-dependencies:
- dependency-name: prettier
  dependency-version: 3.8.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-deps
- dependency-name: tape-six
  dependency-version: 1.9.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-deps
- dependency-name: tape-six-proc
  dependency-version: 1.2.9
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-deps
- dependency-name: typescript
  dependency-version: 6.0.3
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/npm-deps-58e9d4f74c branch from e8118a9 to b40e9aa Compare May 6, 2026 01:10
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