Skip to content

build(deps-dev): bump the npm-minor-patch group across 1 directory with 3 updates - #59

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/npm-minor-patch-20387749f3
Closed

build(deps-dev): bump the npm-minor-patch group across 1 directory with 3 updates#59
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/npm-minor-patch-20387749f3

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the npm-minor-patch group with 3 updates in the / directory: @kkdev92/vscode-ext-kit, @types/vscode and typescript-eslint.

Updates @kkdev92/vscode-ext-kit from 4.1.0 to 4.1.1

Release notes

Sourced from @​kkdev92/vscode-ext-kit's releases.

v4.1.1

What's Changed

Full Changelog: kkdev92/vscode-ext-kit@v4.1.0...v4.1.1

Changelog

Sourced from @​kkdev92/vscode-ext-kit's changelog.

[4.1.1] - 2026-09-02

A patch about documentation only. The published code is byte-for-byte what 4.1.0 exposed: no source file changed, the API is the same, and the engines floors are untouched. What changed is that four links in the documents no longer lead nowhere, and that the documents are now rendered as one set — the guide, the migration guide, the changelog, the contributing guide and the security policy alongside the API reference, with the README as the front page — so the links between them are checked whenever the reference is built.

Fixed

  • Four documentation links that led nowhere. The README's own table of contents pointed at an anchor that did not match its heading, and three cross-references between the guide, the migration guide and the reference resolved only when the files were read on GitHub. All four now work wherever the documents are read.
Commits
  • 1a10fa9 Merge pull request #59 from kkdev92/chore/release-4.1.1
  • b62ff25 chore(release): 4.1.1
  • 76c774c Merge pull request #57 from kkdev92/feat/pages-hosting
  • b723317 Merge branch 'main' into feat/pages-hosting
  • 9f8f3a7 Merge pull request #58 from kkdev92/dependabot/npm_and_yarn/npm-minor-patch-4...
  • 7397493 chore(deps-dev): Bump the npm-minor-patch group with 5 updates
  • b6fc0a8 Merge pull request #56 from kkdev92/docs/site-content
  • f9c5a62 ci: publish the documentation set to GitHub Pages from each release
  • 8047548 docs: link the README and fixtures by their GitHub address from the rendered ...
  • c46dff2 docs: render the whole documentation set, and fix the links that only worked ...
  • See full diff in compare view

Updates @types/vscode from 1.134.0 to 1.136.0

Commits

Updates typescript-eslint from 8.68.0 to 8.69.0

Release notes

Sourced from typescript-eslint's releases.

v8.69.0

8.69.0 (2026-08-31)

🚀 Features

  • eslint-plugin: [no-misused-promises] add flagUnions option for checkConditionals (#12603)

🩹 Fixes

  • eslint-plugin: [no-mixed-enums] use scope analysis instead of type checking for merged namespaces (#12731)
  • eslint-plugin: [unified-signatures] compare type parameters by constraint instead of name (#12741)
  • eslint-plugin: [no-meaningless-void-operator] report void on non-call expressions (#12727)
  • website: respect allowJs playground config (#12744)

❤️ 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.69.0 (2026-08-31)

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 dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Sep 6, 2026
…th 3 updates

Bumps the npm-minor-patch group with 3 updates in the / directory: [@kkdev92/vscode-ext-kit](https://github.com/kkdev92/vscode-ext-kit), [@types/vscode](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/vscode) and [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint).


Updates `@kkdev92/vscode-ext-kit` from 4.1.0 to 4.1.1
- [Release notes](https://github.com/kkdev92/vscode-ext-kit/releases)
- [Changelog](https://github.com/kkdev92/vscode-ext-kit/blob/main/CHANGELOG.md)
- [Commits](kkdev92/vscode-ext-kit@v4.1.0...v4.1.1)

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

Updates `typescript-eslint` from 8.68.0 to 8.69.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.69.0/packages/typescript-eslint)

---
updated-dependencies:
- dependency-name: "@kkdev92/vscode-ext-kit"
  dependency-version: 4.1.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-minor-patch
- dependency-name: "@types/vscode"
  dependency-version: 1.136.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-minor-patch
- dependency-name: typescript-eslint
  dependency-version: 8.69.0
  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 changed the title build(deps-dev): bump the npm-minor-patch group with 3 updates build(deps-dev): bump the npm-minor-patch group across 1 directory with 3 updates Sep 7, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/npm-minor-patch-20387749f3 branch from 4fc897e to 5704097 Compare September 7, 2026 07:27
@kkdev92

kkdev92 commented Sep 7, 2026

Copy link
Copy Markdown
Owner

Superseded by #61, which takes the same three updates and the floor raise they needed.

This group carried @types/vscode ~1.134.0~1.136.0, which cannot land on its own: vsce refuses to package an extension whose @types/vscode outruns its engines.vscode, so all six platform builds failed here. #61 raises engines.vscode to ^1.136.0 alongside it, and carries the rest of this group — @kkdev92/vscode-ext-kit (to ^5.0.0, which is where the floor comes from) and typescript-eslint ^8.69.0.

Nothing from this group is being dropped.

@kkdev92 kkdev92 closed this Sep 7, 2026
@dependabot @github

dependabot Bot commented on behalf of github Sep 7, 2026

Copy link
Copy Markdown
Contributor Author

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/npm-minor-patch-20387749f3 branch September 7, 2026 08:54
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