Skip to content

chore(deps): bump the all-dependencies group with 6 updates - #181

Merged
github-actions[bot] merged 1 commit into
masterfrom
dependabot/npm_and_yarn/all-dependencies-ddbcad7236
Aug 14, 2026
Merged

chore(deps): bump the all-dependencies group with 6 updates#181
github-actions[bot] merged 1 commit into
masterfrom
dependabot/npm_and_yarn/all-dependencies-ddbcad7236

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 14, 2026

Copy link
Copy Markdown
Contributor

Bumps the all-dependencies group with 6 updates:

Package From To
@agentage/observability 0.8.1 0.10.1
@chemistry/crystalview 3.0.0 3.1.1
@chemistry/molpad 3.1.0 3.2.1
shiki 4.4.2 4.4.3
@typescript-eslint/eslint-plugin 8.66.0 8.67.0
@typescript-eslint/parser 8.66.0 8.67.0

Updates @agentage/observability from 0.8.1 to 0.10.1

Changelog

Sourced from @​agentage/observability's changelog.

0.10.1 - 2026-08-11

  • README rewritten for people who did not write this package: what it is in plain language, a copy-paste quickstart per surface, the envelope and timing fields as tables, an API index, and the container/Docker gotchas that cost real outages. Docs only - no code change. Published so the npm page carries it.

0.10.0 - 2026-08-11

  • /health gains a simple public API, additive to everything that exists:
    • health(options?) - fetch-native handler factory for Next routes, Hono, Cloudflare Workers, Deno and Bun. health() with no options is a valid liveness probe; add checks for readiness.
    • nodeHealth(options?) - createHealthHandler under the matching name.
    • staticHealth(options?) - staticHealthJson under the matching name.
    • checks now also accepts a keyed object: { db: () => pool.query('SELECT 1') } or { cache: { run, timeoutMs: 250, optional: true } }. The array form is unchanged and stays supported.
  • Added the LICENSE file (the manifest always said MIT; now the text ships too) and this changelog.

0.9.1 - 2026-08-10

  • Health module is edge-safe by construction: zero imports, Web APIs only (performance.timeOrigin instead of a Node-only uptime source), enforced by a source-text scan test that also covers comments and the built dist output.

0.9.0 - 2026-08-09

  • Health envelope v1.1: instance (replica detection), checkedAt (cache detection), durationMs, per-check timings, reasons, bounded facts (factsTimeoutMs), and a Server-Timing response header.

0.8.0 and earlier

  • OTLP trace bootstrap (node --import), pino logger preset with trace correlation, captureError, MCP span helpers, Next.js register, and the first /health envelope. History: git tags v0.1.0..v0.8.1.
Commits
  • 47b1f6f chore(release): 0.10.1 - README for outside readers (#24)
  • 8572174 chore(release): 0.10.0 - simple health API + object checks (#23)
  • 3e519bb ci: align workflow filenames on the estate standard (#22)
  • 9925964 ci: verify master after a merge, not just in PRs (#21)
  • 7ce674a chore(release): 0.9.1 - make the health module edge-safe by construction (#20)
  • 35ec111 chore(release): 0.9.0 - health timings, instance id, bounded facts (#19)
  • See full diff in compare view

Updates @chemistry/crystalview from 3.0.0 to 3.1.1

Release notes

Sourced from @​chemistry/crystalview's releases.

v3.1.1

What's Changed

Full Changelog: chemistry/crystalview@v3.1.0...v3.1.1

Commits
  • 6bf6ba9 chore(release): v3.1.1
  • d25e18c ci: single-workflow Friday train (train.yml) (#47)
  • e03d8df chore(deps-dev): bump the all-dependencies group across 1 directory with 4 up...
  • de39271 chore: bump typescript to ^6.0.3 (#45)
  • 653b73c chore(release): 3.1.0 (#44)
  • 6461251 ci: run release train on plain UTC cron, drop Prague hour gate (#43)
  • 29bd275 ci: Friday release train (L1, @​chemistry dep-bump) (#41)
  • 00523da chore(deps-dev): bump the all-dependencies group across 1 directory with 5 up...
  • e124f88 chore(deps): bump actions/setup-node in the all-actions group (#39)
  • 31d9956 chore(deps-dev): bump the all-dependencies group with 3 updates (#37)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​chemistry/crystalview since your current version.


Updates @chemistry/molpad from 3.1.0 to 3.2.1

Release notes

Sourced from @​chemistry/molpad's releases.

v3.2.1

What's Changed

Full Changelog: chemistry/molpad@v3.2.0...v3.2.1

Commits
  • 8eaee36 chore(release): v3.2.1
  • 6cfce04 ci: single-workflow Friday train (train.yml) (#54)
  • 82cc002 chore(deps-dev): bump vite in the all-dependencies group (#53)
  • d71253e chore(deps-dev): bump the all-dependencies group across 1 directory with 10 u...
  • 3649d88 chore: bump typescript to ^6.0.3 (#50)
  • 3a2ce38 chore(release): 3.2.0 (#49)
  • a7525ca ci: run release train on plain UTC cron, drop Prague hour gate (#48)
  • ac0f203 ci: Friday release train (L1, @​chemistry dep-bump) (#46)
  • 642a4e9 chore(deps-dev): bump the all-dependencies group across 1 directory with 7 up...
  • 94e2c38 chore(deps): bump actions/setup-node in the all-actions group (#43)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​chemistry/molpad since your current version.


Updates shiki from 4.4.2 to 4.4.3

Release notes

Sourced from shiki's releases.

v4.4.3

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub
Commits

Updates @typescript-eslint/eslint-plugin from 8.66.0 to 8.67.0

Release notes

Sourced from @​typescript-eslint/eslint-plugin's releases.

v8.67.0

8.67.0 (2026-08-10)

🚀 Features

  • typescript-eslint: export basic globs for using tseslint (#12105)

❤️ 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/eslint-plugin's changelog.

8.67.0 (2026-08-10)

This was a version bump only for eslint-plugin 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
  • 20a261f chore(release): publish 8.67.0
  • 6dfe4d0 chore(eslint-plugin-internal): [plugin-test-formatting] enforce zero-indentat...
  • 3b155bb chore: use typescript 7 for typechecking (#12601)
  • See full diff in compare view

Updates @typescript-eslint/parser from 8.66.0 to 8.67.0

Release notes

Sourced from @​typescript-eslint/parser's releases.

v8.67.0

8.67.0 (2026-08-10)

🚀 Features

  • typescript-eslint: export basic globs for using tseslint (#12105)

❤️ 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/parser's changelog.

8.67.0 (2026-08-10)

This was a version bump only for parser 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 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 all-dependencies group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [@agentage/observability](https://github.com/agentage/observability) | `0.8.1` | `0.10.1` |
| [@chemistry/crystalview](https://github.com/chemistry/crystalview) | `3.0.0` | `3.1.1` |
| [@chemistry/molpad](https://github.com/chemistry/molpad) | `3.1.0` | `3.2.1` |
| [shiki](https://github.com/shikijs/shiki/tree/HEAD/packages/shiki) | `4.4.2` | `4.4.3` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.66.0` | `8.67.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.66.0` | `8.67.0` |


Updates `@agentage/observability` from 0.8.1 to 0.10.1
- [Changelog](https://github.com/agentage/observability/blob/master/CHANGELOG.md)
- [Commits](agentage/observability@v0.8.1...v0.10.1)

Updates `@chemistry/crystalview` from 3.0.0 to 3.1.1
- [Release notes](https://github.com/chemistry/crystalview/releases)
- [Commits](chemistry/crystalview@v3.0.0...v3.1.1)

Updates `@chemistry/molpad` from 3.1.0 to 3.2.1
- [Release notes](https://github.com/chemistry/molpad/releases)
- [Commits](chemistry/molpad@v3.1.0...v3.2.1)

Updates `shiki` from 4.4.2 to 4.4.3
- [Release notes](https://github.com/shikijs/shiki/releases)
- [Commits](https://github.com/shikijs/shiki/commits/v4.4.3/packages/shiki)

Updates `@typescript-eslint/eslint-plugin` from 8.66.0 to 8.67.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.67.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 8.66.0 to 8.67.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.67.0/packages/parser)

---
updated-dependencies:
- dependency-name: "@agentage/observability"
  dependency-version: 0.10.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@chemistry/crystalview"
  dependency-version: 3.1.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@chemistry/molpad"
  dependency-version: 3.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: shiki
  dependency-version: 4.4.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-version: 8.67.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@typescript-eslint/parser"
  dependency-version: 8.67.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
...

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 Aug 14, 2026
@github-actions

github-actions Bot commented Aug 14, 2026

Copy link
Copy Markdown

🎉 PR Validation ✅ PASSED

Commit: 5560aea7062bd1ffd2065766c0f32b2820eca62b
Branch: dependabot/npm_and_yarn/all-dependencies-ddbcad7236

Checks:

  • ✅ Dependencies installed
  • ✅ Linting passed
  • ✅ Format check passed
  • ✅ Build successful
  • ✅ Docker build
  • ✅ E2E tests

Visual Changes: 8 of 8 screenshots changed

📸 contacts desktop — 100% changed
📸 contacts mobile — 100% changed
📸 home desktop — 100% changed
📸 home mobile — 100% changed
📸 interests desktop — 100% changed
📸 interests mobile — 100% changed
📸 projects desktop — 100% changed
📸 projects mobile — 100% changed

Ready to merge!


🔗 View workflow run
⏰ Generated at: 2026-08-14T16:17:55.430Z

@github-actions
github-actions Bot merged commit 8054d98 into master Aug 14, 2026
1 check passed
@github-actions
github-actions Bot deleted the dependabot/npm_and_yarn/all-dependencies-ddbcad7236 branch August 14, 2026 21:27
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