Skip to content

build(deps): bump the npm-minor-patch group across 1 directory with 10 updates#669

Merged
github-actions[bot] merged 1 commit into
mainfrom
dependabot/npm_and_yarn/npm-minor-patch-96e3fdb657
Jun 19, 2026
Merged

build(deps): bump the npm-minor-patch group across 1 directory with 10 updates#669
github-actions[bot] merged 1 commit into
mainfrom
dependabot/npm_and_yarn/npm-minor-patch-96e3fdb657

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 8, 2026

Copy link
Copy Markdown
Contributor

Bumps the npm-minor-patch group with 9 updates in the / directory:

Package From To
@vscode/common-python-lsp 0.5.1 0.7.0
@eslint/js 9.35.0 9.39.4
@vscode/vsce 3.7.1 3.9.2
fs-extra 11.3.4 11.3.5
mocha 11.7.2 11.7.6
prettier 3.5.3 3.8.4
ts-loader 9.5.2 9.6.1
typescript-eslint 8.42.0 8.61.1
webpack 5.101.3 5.107.2

Updates @vscode/common-python-lsp from 0.5.1 to 0.7.0

Release notes

Sourced from @​vscode/common-python-lsp's releases.

v0.7.0

What's Changed

Auto-generated release for v0.7.0. See full changelog for details.

Changes:

This list of changes was auto generated.

v0.6.1

What's Changed

Auto-generated release for v0.6.1. See full changelog for details.

Changes:

  • d1a72dbac2b8367ca5baf7659ffdfcbe105e1bf8 Broaden getServerCwd guard to fall back for any unresolved ${...} token (#61) [ microsoft/vscode-mypy#556 ]

This list of changes was auto generated.

v0.6.0

What's Changed

Auto-generated release for v0.6.0. See full changelog for details.

Changes:

This list of changes was auto generated.

v0.5.2

What's Changed

Auto-generated release for v0.5.2. See full changelog for details.

Changes:

  • 6df5a48eb2ab4fcb91f19ede5f54ec384fefd1bd CI: Fix releaseJob issues (#56)
  • 58d1ce2df78b4ff4cad1082b0517930b23aef10c Bump version to 0.5.2 (#55)
  • c90506b4abf48e43eae903c64830c08c9e42da91 Add safe_fs_path helper to sanitize overlong dev-container/tunnel path components (#51)
  • b5d2f321a9f85f925eef2105be609e7922b9f2b2 chore(deps-dev): bump sinon from 21.1.2 to 22.0.0 in /typescript (#44) [ #2691, #2670, #2686, #2704, #2683, #2703 ]
  • 133a5fe967dd6ab2e8a1cf24b1cb7fbee0b3cb0b chore(deps): bump the npm-minor-patch group across 1 directory with 3 updates (#47) [ #1068, #1065, #1069, #1066, #1070, #869, #867, #855, #859, #853, #846, #860, #852, #868, #847, #5694, #5629, #5630, #5632 ]
  • 27608c4e61c2448a9e0a138cd2276e242bfdaf30 pipeline: Add releaseJob type to CreateTag job (#48)

This list of changes was auto generated.

Changelog

Sourced from @​vscode/common-python-lsp's changelog.

[0.7.0] - 2026-06-17

Added

  • TypeScript ToolConfig.isFormatter — optional boolean flag for tool extensions that provide LSP-based document formatting (textDocument/formatting, rangeFormatting, rangesFormatting).

  • TypeScript NullFormatter class — a lifecycle-aware placeholder DocumentFormattingEditProvider. It registers a no-op formatter at activation time (so VS Code lists the extension in the formatter picker before the LSP has finished starting) and exposes register(), unregister(), isRegistered(), and dispose() for manual control. Exported from the package root.

  • TypeScript createToolContext — when ToolConfig.isFormatter is true, the shared activation pattern now automatically:

    • registers the NullFormatter placeholder immediately at activation,
    • disposes it when the language client transitions to State.Running (including the "already Running" case where the initial transition would otherwise be missed),
    • re-registers it if the client later transitions to State.Stopped or State.Starting (e.g. during a restart), and disposes it again on the next Running,
    • disposes it on ctx.dispose() / deactivateServer().

    This fixes the "duplicate formatter entry" regression reported in microsoft/vscode-black-formatter#752 and unblocks the same fix for other formatter extensions (vscode-autopep8, vscode-isort, …).

    Linter-only extensions (pylint, flake8, mypy, …) are unaffected — the placeholder is not registered when isFormatter is false or unset.

[0.6.1] - 2026-06-17

Fixed

  • TypeScript getServerCwd: Broadened the per-document variable guard from a hardcoded ${file…} / ${relativeFile…} allowlist to a general ${…} check. Any token still unresolved at spawn-time (including tool-specific tokens like mypy's ${nearestConfig}) now correctly falls back to the workspace path instead of being passed verbatim to child_process.spawn, which caused an ENOENT error. (Fixes microsoft/vscode-mypy#556)

[0.4.0] - 2026-05-01

Added

... (truncated)

Commits
  • 0258b22 Add lifecycle-aware NullFormatter placeholder for formatter tool extensions (...
  • 9c06201 chore(deps): bump the npm-minor-patch group across 1 directory with 2 updates...
  • d1a72db Broaden getServerCwd guard to fall back for any unresolved ${...} token (#61)
  • 0291b52 v0.6.0: add defaultValue filtering and hardcoded_settings support (#60)
  • 6df5a48 CI: Fix releaseJob issues (#56)
  • 58d1ce2 Bump version to 0.5.2 (#55)
  • c90506b Add safe_fs_path helper to sanitize overlong dev-container/tunnel path compon...
  • b5d2f32 chore(deps-dev): bump sinon from 21.1.2 to 22.0.0 in /typescript (#44)
  • 133a5fe chore(deps): bump the npm-minor-patch group across 1 directory with 3 updates...
  • 27608c4 pipeline: Add releaseJob type to CreateTag job (#48)
  • See full diff in compare view

Updates @eslint/js from 9.35.0 to 9.39.4

Release notes

Sourced from @​eslint/js's releases.

v9.39.4

Bug Fixes

  • f18f6c8 fix: update dependency minimatch to ^3.1.5 (#20564) (Milos Djermanovic)
  • a3c868f fix: update dependency @​eslint/eslintrc to ^3.3.4 (#20554) (Milos Djermanovic)
  • 234d005 fix: minimatch security vulnerability patch for v9.x (#20549) (Andrej Beles)
  • b1b37ee fix: update ajv to 6.14.0 to address security vulnerabilities (#20538) (루밀LuMir)

Documentation

  • 4675152 docs: add deprecation notice partial (#20520) (Milos Djermanovic)

Chores

  • b8b4eb1 chore: update dependencies for ESLint v9.39.4 (#20596) (Francesco Trotta)
  • 71b2f6b chore: package.json update for @​eslint/js release (Jenkins)
  • 1d16c2f ci: pin Node.js 25.6.1 (#20563) (Milos Djermanovic)

v9.39.3

Bug Fixes

  • 791bf8d fix: restore TypeScript 4.0 compatibility in types (#20504) (sethamus)

Chores

  • 8594a43 chore: upgrade @​eslint/js@​9.39.3 (#20529) (Milos Djermanovic)
  • 9ceef92 chore: package.json update for @​eslint/js release (Jenkins)
  • af498c6 chore: ignore /docs/v9.x in link checker (#20453) (Milos Djermanovic)

v9.39.2

Bug Fixes

  • 5705833 fix: warn when eslint-env configuration comments are found (#20381) (sethamus)

Build Related

  • 506f154 build: add .scss files entry to knip (#20391) (Milos Djermanovic)

Chores

  • 7ca0af7 chore: upgrade to @eslint/js@9.39.2 (#20394) (Francesco Trotta)
  • c43ce24 chore: package.json update for @​eslint/js release (Jenkins)
  • 4c9858e ci: add v9.x-dev branch (#20382) (Milos Djermanovic)

v9.39.1

Bug Fixes

  • 650753e fix: Only pass node to JS lang visitor methods (#20283) (Nicholas C. Zakas)

Documentation

  • 51b51f4 docs: add a section on when to use extends vs cascading (#20268) (Tanuj Kanti)
  • b44d426 docs: Update README (GitHub Actions Bot)

Chores

  • 92db329 chore: update @eslint/js version to 9.39.1 (#20284) (Francesco Trotta)
  • c7ebefc chore: package.json update for @​eslint/js release (Jenkins)
  • 61778f6 chore: update eslint-config-eslint dependency @​eslint/js to ^9.39.0 (#20275) (renovate[bot])
  • d9ca2fc ci: Add rangeStrategy to eslint group in renovate config (#20266) (唯然)
  • 009e507 test: fix version tests for ESLint v10 (#20274) (Milos Djermanovic)

... (truncated)

Commits
  • 71b2f6b chore: package.json update for @​eslint/js release
  • 9ceef92 chore: package.json update for @​eslint/js release
  • c43ce24 chore: package.json update for @​eslint/js release
  • c7ebefc chore: package.json update for @​eslint/js release
  • 2375a6d chore: package.json update for @​eslint/js release
  • 9e7fad4 chore: add script to auto-generate eslint:recommended configuration (#20208)
  • 25d0e33 chore: package.json update for @​eslint/js release
  • abee4ca chore: package.json update for @​eslint/js release
  • 90a71bf docs: update README files to add badge and instructions (#20115)
  • 488cba6 chore: package.json update for @​eslint/js release
  • Additional commits viewable in compare view

Updates @vscode/vsce from 3.7.1 to 3.9.2

Release notes

Sourced from @​vscode/vsce's releases.

v3.9.2

Changes:

  • #1283: fix: skip APIScan
  • #1282: chore: bump CI to Node 22 and fix build
  • #1279: Bump the uuid test fixture version to 100.0.0
  • #1278: Bump tmp from 0.2.4 to 0.2.6
  • #1277: Bump qs from 6.14.2 to 6.15.2
  • #1276: Bump uuid and @​azure/msal-node
  • #1274: Run npm audit fix
  • #1272: Bump fast-uri from 3.0.6 to 3.1.2
  • #1267: Bump minimatch from 10.2.2 to 10.2.3
  • #1247: Update minimatch dependency to v10

This list of changes was auto generated.

v3.9.2-4

Changes:

  • #1283: fix: skip APIScan
  • #1282: chore: bump CI to Node 22 and fix build
  • #1279: Bump the uuid test fixture version to 100.0.0
  • #1278: Bump tmp from 0.2.4 to 0.2.6
  • #1277: Bump qs from 6.14.2 to 6.15.2
  • #1276: Bump uuid and @​azure/msal-node

This list of changes was auto generated.

v3.9.2-3

Changes:

  • #1274: Run npm audit fix

This list of changes was auto generated.

v3.9.2-2

Changes:

  • #1272: Bump fast-uri from 3.0.6 to 3.1.2

This list of changes was auto generated.

... (truncated)

Commits

Updates fs-extra from 11.3.4 to 11.3.5

Changelog

Sourced from fs-extra's changelog.

11.3.5 / 2026-05-06

  • Fix ensureLink*/ensureSymlink* identical file detection on Windows (#1068)
  • Fix error handling in timestamp preservation code (#1065, #1069)
  • Fix potential file descriptor leak on error in synchronous timestamp preservation code (#1066)
Commits

Updates glob from 13.0.2 to 13.0.6

Commits

Updates mocha from 11.7.2 to 11.7.6

Release notes

Sourced from mocha's releases.

v11.7.6

11.7.6 (2026-02-14)

🩹 Fixes

  • make describe().timeout() work (aafe6fd)
  • test: replace wmic usage with native Windows API (#5694) (73ebdfa)

🧹 Chores

v11.7.5

11.7.5 (2025-11-04)

🩹 Fixes

  • swallow more require errors from *ts files (#5498) (d89dbaf)

🧹 Chores

v11.7.4

11.7.4 (2025-10-01)

🩹 Fixes

📚 Documentation

  • migrate remaining legacy wiki pages to main documentation (#5465) (bff9166)

🧹 Chores

v11.7.3

11.7.3 (2025-09-30)

... (truncated)

Changelog

Sourced from mocha's changelog.

11.7.6 (2026-02-14)

🩹 Fixes

  • make describe().timeout() work (aafe6fd)
  • test: replace wmic usage with native Windows API (#5694) (73ebdfa)

🧹 Chores

11.7.5 (2025-11-04)

🩹 Fixes

  • swallow more require errors from *ts files (#5498) (d89dbaf)

🧹 Chores

11.7.4 (2025-10-01)

🩹 Fixes

📚 Documentation

  • migrate remaining legacy wiki pages to main documentation (#5465) (bff9166)

🧹 Chores

11.7.3 (2025-09-30)

🩹 Fixes

  • use original require() error for TS files if ERR_UNKNOWN_FILE_EXTENSION (#5408) (ebdbc48)

... (truncated)

Commits

Updates prettier from 3.5.3 to 3.8.4

Release notes

Sourced from prettier's releases.

3.8.4

🔗 Changelog

3.8.3

🔗 Changelog

3.8.2

  • Support Angular v21.2

🔗 Changelog

3.8.1

🔗 Changelog

3.8.0

  • Support Angular v21.1

diff

🔗 Release note "Prettier 3.8: Support for Angular v21.1"

3.7.4

What's Changed

🔗 Changelog

3.7.3

What's Changed

🔗 Changelog

3.7.2

What's Changed

... (truncated)

Changelog

Sourced from prettier's changelog.

3.8.4

diff

Markdown: Fix blank lines between list items and nested sub-lists being removed in Markdown/MDX (#17746 by @​byplayer)

Prettier was removing blank lines between list items and their nested sub-lists, converting loose lists into tight lists and changing their semantic meaning.

<!-- Input -->
- a


b


c

d



<!-- Prettier 3.8.3 -->

a

b


c

d



<!-- Prettier 3.8.4 -->


a

b



c

d

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,
</tr></table>

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for prettier since your current version.


Updates ts-loader from 9.5.2 to 9.6.1

Release notes

Sourced from ts-loader's releases.

v9.6.1

v9.6.0

v9.5.7

Skipping 9.5.5-9.5.6 due to publishing issues

v9.5.4

Skipping 9.5.3 due to a publishing issue

v9.5.3

Changelog

Sourced from ts-loader's changelog.

9.6.1

9.6.0

9.5.7

Skipping 9.5.5-9.5.6 due to publishing issues

9.5.4

Skipping 9.5.3 due to a publishing issue

Commits
  • 32d82e6 fix: rspack support (#1699)
  • 6bd992e chore: Update GitHub Actions workflow for release
  • eee9e02 chore: version 9.6.0
  • d088b15 feat: add webpack 4 support to ts-loader v9 (#1697)
  • e714be1 ci: run tests on Node 26 (#1693)
  • 972a428 feat: remove TS version from comparison tests (#1692)
  • 586e3b8 feat: upgrade comparison / execution test packs to TS 6 (#1685)
  • 4a60de4 chore: trusted publishing attempt 3
  • b03b4aa chore: version bump
  • 2421dcf fix: trusted publishing by changing respository.url in package.json
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for ts-loader since your current version.


Updates typescript-eslint from 8.42.0 to 8.61.1

Release notes

Sourced from typescript-eslint's releases.

v8.61.1

8.61.1 (2026-06-15)

🩹 Fixes

  • eslint-plugin: [consistent-indexed-object-style] do not remove comments when fixing (#12396, #10577)
  • eslint-plugin: [no-unnecessary-type-assertion] avoid false positive for template literal expressions (#12281)
  • eslint-plugin: [no-unnecessary-type-assertion] wrap object literal in parens when removing TSTypeAssertion in arrow body (#12394, #12393)
  • eslint-plugin: [no-unnecessary-boolean-literal-compare] fix precedence bug in autofix (#12413)
  • eslint-plugin: [no-unnecessary-template-expression] respect ECMAScript line terminators (#12388)

❤️ Thank You

See GitHub Releases for more information.

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

v8.61.0

8.61.0 (2026-06-08)

🚀 Features

  • ast-spec: change type of UnaryExpression.prefix to always true (#12372)
  • ast-spec: tighten types of ArrowFunction, YieldExpression, TSTypePredicate (#12373)

🩹 Fixes

  • rule-schema-to-typescript-types: respect ECMAScript line terminators (#12374)

❤️ Thank You

See GitHub Releases for more information.

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

v8.60.1

8.60.1 (2026-06-01)

🩹 Fixes

  • eslint-plugin: respect ECMAScript line terminators in ts-comment rules (#12352)

... (truncated)

Changelog

Sourced from typescript-eslint's changelog.

8.61.1 (2026-06-15)

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.

8.61.0 (2026-06-08)

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.

8.60.1 (2026-06-01)

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.

8.60.0 (2026-05-25)

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.

8.59.4 (2026-05-18)

🩹 Fixes

  • typescript-eslint: export Compatible* types from typescript-eslint to resolve pnpm TS error (#12340)

❤️ Thank You

See GitHub Releases for more information.

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

8.59.3 (2026-05-11)

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

... (truncated)

Commits

@dependabot dependabot Bot added debt Code quality issues dependencies Pull requests that update a dependency file no-changelog don't include this item in release notes. labels Jun 8, 2026
@github-actions github-actions Bot enabled auto-merge (squash) June 8, 2026 20:10
edvilme
edvilme previously approved these changes Jun 8, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/npm-minor-patch-96e3fdb657 branch from 0f6cc9b to 818755e Compare June 12, 2026 19:43
edvilme
edvilme previously approved these changes Jun 12, 2026
…0 updates

Bumps the npm-minor-patch group with 9 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@vscode/common-python-lsp](https://github.com/microsoft/vscode-common-python-lsp) | `0.5.1` | `0.7.0` |
| [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.35.0` | `9.39.4` |
| [@vscode/vsce](https://github.com/Microsoft/vsce) | `3.7.1` | `3.9.2` |
| [fs-extra](https://github.com/jprichardson/node-fs-extra) | `11.3.4` | `11.3.5` |
| [mocha](https://github.com/mochajs/mocha) | `11.7.2` | `11.7.6` |
| [prettier](https://github.com/prettier/prettier) | `3.5.3` | `3.8.4` |
| [ts-loader](https://github.com/TypeStrong/ts-loader) | `9.5.2` | `9.6.1` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.42.0` | `8.61.1` |
| [webpack](https://github.com/webpack/webpack) | `5.101.3` | `5.107.2` |



Updates `@vscode/common-python-lsp` from 0.5.1 to 0.7.0
- [Release notes](https://github.com/microsoft/vscode-common-python-lsp/releases)
- [Changelog](https://github.com/microsoft/vscode-common-python-lsp/blob/main/CHANGELOG.md)
- [Commits](microsoft/vscode-common-python-lsp@v0.5.1...v0.7.0)

Updates `@eslint/js` from 9.35.0 to 9.39.4
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](https://github.com/eslint/eslint/commits/v9.39.4/packages/js)

Updates `@vscode/vsce` from 3.7.1 to 3.9.2
- [Release notes](https://github.com/Microsoft/vsce/releases)
- [Commits](microsoft/vscode-vsce@v3.7.1...v3.9.2)

Updates `fs-extra` from 11.3.4 to 11.3.5
- [Changelog](https://github.com/jprichardson/node-fs-extra/blob/master/CHANGELOG.md)
- [Commits](jprichardson/node-fs-extra@11.3.4...11.3.5)

Updates `glob` from 13.0.2 to 13.0.6
- [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md)
- [Commits](isaacs/node-glob@v13.0.2...v13.0.6)

Updates `mocha` from 11.7.2 to 11.7.6
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/v11.7.6/CHANGELOG.md)
- [Commits](mochajs/mocha@v11.7.2...v11.7.6)

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

Updates `ts-loader` from 9.5.2 to 9.6.1
- [Release notes](https://github.com/TypeStrong/ts-loader/releases)
- [Changelog](https://github.com/TypeStrong/ts-loader/blob/main/CHANGELOG.md)
- [Commits](TypeStrong/ts-loader@v9.5.2...v9.6.1)

Updates `typescript-eslint` from 8.42.0 to 8.61.1
- [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.61.1/packages/typescript-eslint)

Updates `webpack` from 5.101.3 to 5.107.2
- [Release notes](https://github.com/webpack/webpack/releases)
- [Changelog](https://github.com/webpack/webpack/blob/main/CHANGELOG.md)
- [Commits](webpack/webpack@v5.101.3...v5.107.2)

---
updated-dependencies:
- dependency-name: "@eslint/js"
  dependency-version: 9.39.4
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-minor-patch
- dependency-name: "@vscode/common-python-lsp"
  dependency-version: 0.5.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-minor-patch
- dependency-name: "@vscode/vsce"
  dependency-version: 3.9.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-minor-patch
- dependency-name: fs-extra
  dependency-version: 11.3.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-minor-patch
- dependency-name: glob
  dependency-version: 13.0.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-minor-patch
- dependency-name: mocha
  dependency-version: 11.7.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-minor-patch
- dependency-name: prettier
  dependency-version: 3.8.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-minor-patch
- dependency-name: ts-loader
  dependency-version: 9.6.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-minor-patch
- dependency-name: typescript-eslint
  dependency-version: 8.61.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-minor-patch
- dependency-name: webpack
  dependency-version: 5.107.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-minor-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/npm-minor-patch-96e3fdb657 branch from 818755e to 0241409 Compare June 19, 2026 19:43
@github-actions github-actions Bot merged commit 1182a27 into main Jun 19, 2026
20 checks passed
@github-actions github-actions Bot deleted the dependabot/npm_and_yarn/npm-minor-patch-96e3fdb657 branch June 19, 2026 23:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

debt Code quality issues dependencies Pull requests that update a dependency file no-changelog don't include this item in release notes.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant