Skip to content

dependabot-npm(deps-dev): bump kist from 0.1.75 to 0.1.77 - #339

Merged
github-actions[bot] merged 1 commit into
devfrom
dependabot/npm_and_yarn/dev/kist-0.1.77
Aug 9, 2026
Merged

dependabot-npm(deps-dev): bump kist from 0.1.75 to 0.1.77#339
github-actions[bot] merged 1 commit into
devfrom
dependabot/npm_and_yarn/dev/kist-0.1.77

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps kist from 0.1.75 to 0.1.77.

Release notes

Sourced from kist's releases.

Release 0.1.77

[0.1.77] - 2026-08-02

Added

  • Module-level overview JSDoc comments across the src/ts barrel/index files, documenting subsystem relationships (Pipeline -> Stage -> Step -> Action, the validator chain run on every Kist.validateConfiguration) and the two previously-undocumented top-level exports (MIGRATED_ACTIONS, ErrorCodes)

Changed

  • Bumped actions/setup-node from 6 to 7, actions/deploy-pages from 4 to 5, actions/checkout from 6 to 7, and actions/stale from 10 to 11 in CI workflows
  • Bumped @babel/preset-env from 7.29.7 to 8.0.2

Fixed

  • Rewrote .devcontainer/README.md, devcontainer.json, and docker-compose.yml, which were leftover "Stylescape" boilerplate (Python/Jinja2/Svelte tooling, Node 18 base image) unrelated to this project
  • Fixed bin/SCRIPTS.md documenting nonexistent build:compile/build:process scripts (actual scripts are build:bootstrap/build:self)
  • Fixed a broken logo link in README.md (the brand repo has no master branch, only main/dev)
  • Fixed a stale TypeScriptCompilerAction example option name (tsConfigPath -> tsconfigPath)

Release 0.1.76

[0.1.76] - 2026-08-01

Added

  • Comprehensive unit and e2e test suite covering actions, CLI, core pipeline/config/validation, plugin manager, live server/watcher, and logger
  • Dedicated GitHub Actions test workflow
  • PLUGIN_DEVELOPMENT.md documentation

Changed

  • Updated TypeScript moduleResolution from deprecated node to bundler
  • Migrated docs deployment workflow from Python/MkDocs to Node/TypeDoc with GitHub Pages Actions
  • Updated dependencies across the toolchain (ESLint, TypeScript-ESLint, TypeDoc, ts-jest, js-yaml v5, etc.)
  • Rebranded contributor/license references from Scape Agency to Scape Press

Fixed

  • Pinned .nvmrc to Node 22.23.2 to match the engines requirement (previously stale at 18.20.0)
Changelog

Sourced from kist's changelog.

[0.1.77] - 2026-08-02

Added

  • Module-level overview JSDoc comments across the src/ts barrel/index files, documenting subsystem relationships (Pipeline -> Stage -> Step -> Action, the validator chain run on every Kist.validateConfiguration) and the two previously-undocumented top-level exports (MIGRATED_ACTIONS, ErrorCodes)

Changed

  • Bumped actions/setup-node from 6 to 7, actions/deploy-pages from 4 to 5, actions/checkout from 6 to 7, and actions/stale from 10 to 11 in CI workflows
  • Bumped @babel/preset-env from 7.29.7 to 8.0.2

Fixed

  • Rewrote .devcontainer/README.md, devcontainer.json, and docker-compose.yml, which were leftover "Stylescape" boilerplate (Python/Jinja2/Svelte tooling, Node 18 base image) unrelated to this project
  • Fixed bin/SCRIPTS.md documenting nonexistent build:compile/build:process scripts (actual scripts are build:bootstrap/build:self)
  • Fixed a broken logo link in README.md (the brand repo has no master branch, only main/dev)
  • Fixed a stale TypeScriptCompilerAction example option name (tsConfigPath -> tsconfigPath)

0.1.76 - 2026-08-01

Added

  • Comprehensive unit and e2e test suite covering actions, CLI, core pipeline/config/validation, plugin manager, live server/watcher, and logger
  • Dedicated GitHub Actions test workflow
  • PLUGIN_DEVELOPMENT.md documentation

Changed

  • Updated TypeScript moduleResolution from deprecated node to bundler
  • Migrated docs deployment workflow from Python/MkDocs to Node/TypeDoc with GitHub Pages Actions
  • Updated dependencies across the toolchain (ESLint, TypeScript-ESLint, TypeDoc, ts-jest, js-yaml v5, etc.)
  • Rebranded contributor/license references from Scape Agency to Scape Press

Fixed

  • Pinned .nvmrc to Node 22.23.2 to match the engines requirement (previously stale at 18.20.0)

0.1.45 - 2025-12-18

Added

  • Initial CHANGELOG.md

Changed

  • Current release version
Commits
  • ec6e3b6 Merge remote-tracking branch 'origin/dev' into dev
  • 36809f9 chore: bump version to 0.1.77
  • 49b8d80 docs: add the schemastore registration steps and mention npm create kist
  • 74de411 feat: schema-validated config, a real cli, and step-level caching
  • 4f4ba7e dependabot-github-actions(deps): bump actions/setup-node from 6 to 7 (#574)
  • b1f6cc5 dependabot-github-actions(deps): bump actions/deploy-pages from 4 to 5 (#575)
  • c2e554c dependabot-github-actions(deps): bump actions/checkout from 6 to 7 (#573)
  • c9ef89f dependabot-github-actions(deps): bump actions/stale from 10 to 11 (#571)
  • 208765c docs: fix broken logo link (brand repo has no master branch)
  • d3988fe docs: fix stale devcontainer branding and script docs
  • Additional commits viewable in compare view

@dependabot @github

dependabot Bot commented on behalf of github Aug 9, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: npm. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Aug 9, 2026
@dependabot
dependabot Bot requested a review from vanvianen as a code owner August 9, 2026 06:03
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Aug 9, 2026
Bumps [kist](https://github.com/getkist/kist) from 0.1.75 to 0.1.77.
- [Release notes](https://github.com/getkist/kist/releases)
- [Changelog](https://github.com/getkist/kist/blob/dev/CHANGELOG.md)
- [Commits](getkist/kist@v0.1.75...v0.1.77)

---
updated-dependencies:
- dependency-name: kist
  dependency-version: 0.1.77
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/dev/kist-0.1.77 branch from 7e59287 to 6e8883f Compare August 9, 2026 06:14
@github-actions
github-actions Bot merged commit 01f9987 into dev Aug 9, 2026
1 check passed
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/dev/kist-0.1.77 branch August 9, 2026 06:15
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant