Skip to content

chore(deps)(deps-dev): bump the development-dependencies group across 1 directory with 4 updates#2156

Merged
os-zhuang merged 1 commit into
mainfrom
dependabot/npm_and_yarn/development-dependencies-28c6302885
Jun 22, 2026
Merged

chore(deps)(deps-dev): bump the development-dependencies group across 1 directory with 4 updates#2156
os-zhuang merged 1 commit into
mainfrom
dependabot/npm_and_yarn/development-dependencies-28c6302885

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the development-dependencies group with 4 updates in the / directory: @oclif/plugin-help, @oclif/plugin-plugins, @types/vscode and @sveltejs/kit.

Updates @oclif/plugin-help from 6.2.50 to 6.2.52

Release notes

Sourced from @​oclif/plugin-help's releases.

6.2.52

Bug Fixes

6.2.51

Bug Fixes

  • deps: bump @​oclif/core from 4.11.4 to 4.11.7 (#1144) (15f0043)
Changelog

Sourced from @​oclif/plugin-help's changelog.

6.2.52 (2026-06-20)

Bug Fixes

6.2.51 (2026-06-20)

Bug Fixes

  • deps: bump @​oclif/core from 4.11.4 to 4.11.7 (#1144) (15f0043)
Commits
  • d273892 chore(release): 6.2.52 [skip ci]
  • 07f854b fix(deps): bump js-yaml from 4.1.1 to 4.2.0 (#1145)
  • 4ba1a2a chore(release): 6.2.51 [skip ci]
  • 15f0043 fix(deps): bump @​oclif/core from 4.11.4 to 4.11.7 (#1144)
  • d4f603f chore(dev-deps): bump eslint-config-oclif from 6.0.167 to 6.0.170 (#1138)
  • 5e3a899 chore(dev-deps): bump prettier from 3.8.3 to 3.8.4 (#1139)
  • f04f507 chore(dev-deps): bump oclif from 4.23.10 to 4.23.14 (#1140)
  • 9471793 chore(dev-deps): bump @​oclif/test from 4.1.18 to 4.1.19 (#1141)
  • cc44587 chore(dev-deps): bump eslint-config-oclif from 6.0.166 to 6.0.167 (#1136)
  • 84e2cbf chore(dev-deps): bump oclif from 4.23.8 to 4.23.10 (#1137)
  • Additional commits viewable in compare view

Updates @oclif/plugin-plugins from 5.4.74 to 5.4.78

Release notes

Sourced from @​oclif/plugin-plugins's releases.

5.4.78

Bug Fixes

5.4.77

Bug Fixes

  • deps: bump @​oclif/core from 4.11.4 to 4.11.7 (#1347) (8f7f9f5)

5.4.76

Bug Fixes

5.4.75

Bug Fixes

Changelog

Sourced from @​oclif/plugin-plugins's changelog.

5.4.78 (2026-06-21)

Bug Fixes

5.4.77 (2026-06-21)

Bug Fixes

  • deps: bump @​oclif/core from 4.11.4 to 4.11.7 (#1347) (8f7f9f5)

5.4.76 (2026-06-20)

Bug Fixes

5.4.75 (2026-06-20)

Bug Fixes

Commits
  • 799d5f1 chore(release): 5.4.78 [skip ci]
  • 1e12e47 fix(deps): bump semver from 7.8.4 to 7.8.5 (#1346)
  • a0d69e6 chore(release): 5.4.77 [skip ci]
  • 8f7f9f5 fix(deps): bump @​oclif/core from 4.11.4 to 4.11.7 (#1347)
  • 838607d chore(release): 5.4.76 [skip ci]
  • 4984b92 fix(deps): bump js-yaml from 4.1.1 to 4.2.0 (#1349)
  • d62a5c5 chore(release): 5.4.75 [skip ci]
  • 9abccf7 fix(deps): bump undici from 6.25.0 to 6.27.0 (#1350)
  • 6ae5881 chore(dev-deps): bump oclif from 4.23.14 to 4.23.16 (#1348)
  • See full diff in compare view

Updates @types/vscode from 1.120.0 to 1.125.0

Commits

Updates @sveltejs/kit from 2.65.1 to 2.66.0

Release notes

Sourced from @​sveltejs/kit's releases.

@​sveltejs/kit@​2.66.0

Minor Changes

  • feat: precompress prerendered .md and .mdx files (#15893)

  • feat: warn the user when they forget to make boolean inputs optional in their form schemas (#15804)

Patch Changes

  • fix: blur active element before component update during navigation so that blur/focusout handlers fire while old component data is still valid (#15452)

  • fix: ensure base is available from $service-worker during development (#15882)

  • fix: use correct relative asset paths when rendering an error page for a missing __data.json request (#15884)

  • fix: preserve active for await consumers across query.live reconnects (#16022)

  • fix: settle query.live reconnect promise on all exit paths, preventing invalidateAll() from deadlocking when a live query is offline or interrupted (#16022)

  • fix: preserve last value when a query.live stream completes without yielding on reconnect (#16022)

  • fix: remove types: ['node'] from generated tsconfig to avoid errors when @types/node is not installed (#15709)

  • fix: prefer pages over endpoints when prerendering (#16076)

  • fix: restore snapshots after afterNavigate callbacks (#16066)

  • fix: support ws:/wss: and trusted-types-eval for CSP sources (#15938)

  • fix: omit empty file inputs from remote form data (#15898)

  • fix: fail early if a route with +page and +server is marked as prerenderable (#16075)

  • fix: wait a tick before resetting forms (#15805)

... (truncated)

Changelog

Sourced from @​sveltejs/kit's changelog.

2.66.0

Minor Changes

  • feat: precompress prerendered .md and .mdx files (#15893)

  • feat: warn the user when they forget to make boolean inputs optional in their form schemas (#15804)

Patch Changes

  • fix: blur active element before component update during navigation so that blur/focusout handlers fire while old component data is still valid (#15452)

  • fix: ensure base is available from $service-worker during development (#15882)

  • fix: use correct relative asset paths when rendering an error page for a missing __data.json request (#15884)

  • fix: preserve active for await consumers across query.live reconnects (#16022)

  • fix: settle query.live reconnect promise on all exit paths, preventing invalidateAll() from deadlocking when a live query is offline or interrupted (#16022)

  • fix: preserve last value when a query.live stream completes without yielding on reconnect (#16022)

  • fix: remove types: ['node'] from generated tsconfig to avoid errors when @types/node is not installed (#15709)

  • fix: prefer pages over endpoints when prerendering (#16076)

  • fix: restore snapshots after afterNavigate callbacks (#16066)

  • fix: support ws:/wss: and trusted-types-eval for CSP sources (#15938)

  • fix: omit empty file inputs from remote form data (#15898)

  • fix: fail early if a route with +page and +server is marked as prerenderable (#16075)

  • fix: wait a tick before resetting forms (#15805)

... (truncated)

Commits
  • 4c9b8f1 Version Packages (#16062)
  • 276744d fix: preflight schemas apply correctly when chained before for (#15863)
  • e8c8d84 chore: DRY out __sveltekit_xyz123 stuff (#16085)
  • 4eabadc fix: fail early if a route with +page and +server is marked as prerendera...
  • de47227 chore: correctly type keys of the URL object (#16078)
  • f8c842c fix: prefer pages over endpoints when prerendering (#16076)
  • 63f1b0b fix: blur active element before component update during navigation (#15452)
  • 860b3c7 fix: remove types: ['node'] from generated tsconfig (#15709)
  • 8740132 fix: show error.html when root layout load() throws in SPA mode (#15798)
  • 0d8ef59 chore: await web-first assertions in basics client tests (#16068)
  • 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 Jun 22, 2026
@vercel

vercel Bot commented Jun 22, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
spec Ready Ready Preview, Comment Jun 22, 2026 4:38am

Request Review

@github-actions

github-actions Bot commented Jun 22, 2026

Copy link
Copy Markdown
Contributor

📓 Docs Drift Check

This PR changes 3 package(s): packages/adapters, @objectstack/cli, objectstack-vscode.

15 hand-written doc(s) reference the affected code and may need an implementation-accuracy re-verification:

  • content/docs/concepts/cloud-artifact-api.mdx (via packages/cli)
  • content/docs/concepts/implementation-status.mdx (via @objectstack/cli)
  • content/docs/concepts/packages.mdx (via @objectstack/cli, objectstack-vscode)
  • content/docs/getting-started/cli.mdx (via @objectstack/cli)
  • content/docs/getting-started/quick-start.mdx (via @objectstack/cli)
  • content/docs/guides/authentication.mdx (via @objectstack/cli)
  • content/docs/guides/client-sdk.mdx (via @objectstack/cli)
  • content/docs/guides/hook-bodies.mdx (via packages/cli)
  • content/docs/guides/packages.mdx (via packages/adapters, @objectstack/cli, packages/vscode-objectstack)
  • content/docs/guides/project-scoping.mdx (via @objectstack/cli)
  • content/docs/guides/runtime-services/data-service.mdx (via packages/cli)
  • content/docs/guides/runtime-services/index.mdx (via packages/cli)
  • content/docs/guides/skills.mdx (via packages/cli)
  • content/docs/protocol/objectos/plugin-spec.mdx (via @objectstack/cli)
  • content/docs/protocol/objectos/realtime-protocol.mdx (via @objectstack/cli)

Advisory only. To re-verify, run the docs-accuracy-audit workflow scoped to these files:
node scripts/docs-audit/affected-docs.mjs origin/main → pass the list as args.docs.

… 1 directory with 4 updates

Bumps the development-dependencies group with 4 updates in the / directory: [@oclif/plugin-help](https://github.com/oclif/plugin-help), [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins), [@types/vscode](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/vscode) and [@sveltejs/kit](https://github.com/sveltejs/kit/tree/HEAD/packages/kit).


Updates `@oclif/plugin-help` from 6.2.50 to 6.2.52
- [Release notes](https://github.com/oclif/plugin-help/releases)
- [Changelog](https://github.com/oclif/plugin-help/blob/main/CHANGELOG.md)
- [Commits](oclif/plugin-help@6.2.50...6.2.52)

Updates `@oclif/plugin-plugins` from 5.4.74 to 5.4.78
- [Release notes](https://github.com/oclif/plugin-plugins/releases)
- [Changelog](https://github.com/oclif/plugin-plugins/blob/main/CHANGELOG.md)
- [Commits](oclif/plugin-plugins@5.4.74...5.4.78)

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

Updates `@sveltejs/kit` from 2.65.1 to 2.66.0
- [Release notes](https://github.com/sveltejs/kit/releases)
- [Changelog](https://github.com/sveltejs/kit/blob/main/packages/kit/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/kit/commits/@sveltejs/kit@2.66.0/packages/kit)

---
updated-dependencies:
- dependency-name: "@oclif/plugin-help"
  dependency-version: 6.2.52
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: "@oclif/plugin-plugins"
  dependency-version: 5.4.78
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: "@sveltejs/kit"
  dependency-version: 2.66.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: "@types/vscode"
  dependency-version: 1.125.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title chore(deps)(deps-dev): bump the development-dependencies group with 4 updates chore(deps)(deps-dev): bump the development-dependencies group across 1 directory with 4 updates Jun 22, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/development-dependencies-28c6302885 branch from d267704 to 18d1a43 Compare June 22, 2026 04:25
@os-zhuang
os-zhuang merged commit 7062a1a into main Jun 22, 2026
17 checks passed
@os-zhuang
os-zhuang deleted the dependabot/npm_and_yarn/development-dependencies-28c6302885 branch June 22, 2026 05:04
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 size/xs

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant