Skip to content

devdeps: bump the dev-patch group across 1 directory with 8 updates - #151

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/dev-patch-94cda67f1f
Open

devdeps: bump the dev-patch group across 1 directory with 8 updates#151
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/dev-patch-94cda67f1f

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Mar 30, 2026

Copy link
Copy Markdown
Contributor

Bumps the dev-patch group with 8 updates in the / directory:

Package From To
@apideck/better-ajv-errors 0.3.6 0.3.7
@map-colonies/infra-copilot-instructions 1.0.0 1.2.0
@sinclair/typebox 0.34.16 0.34.52
ajv 8.17.1 8.20.0
prettier 3.5.0 3.9.6
pretty-quick 4.0.0 4.2.2
tsx 4.19.2 4.23.1
zx 8.3.2 8.8.5

Updates @apideck/better-ajv-errors from 0.3.6 to 0.3.7

Commits
  • b6327a9 0.3.7
  • 0508712 Merge pull request #30 from apideck-libraries/fix/null-enum-tostring
  • d75406f revert: restore original yarn.lock registry URLs
  • 25dd690 fix: handle null values in enum allowedValues
  • 24a2786 test: add test for combining schemas (#29)
  • 0262060 Loosen typing for JSON schema object
  • 1da109a Add registry to publish command
  • See full diff in compare view
Maintainer changes

This version was pushed to npm by gdewilde, a new releaser for @​apideck/better-ajv-errors since your current version.


Updates @map-colonies/infra-copilot-instructions from 1.0.0 to 1.2.0

Release notes

Sourced from @​map-colonies/infra-copilot-instructions's releases.

v1.2.0

1.2.0 (2025-07-03)

Features

v1.1.0

1.1.0 (2025-03-11)

Features

  • change commitlint configuration working with map-colonies (#9) (53f95b7)
  • code: added instructions on how to spell (#4) (7139801)
  • commit: added devdeps (77ef181)
Changelog

Sourced from @​map-colonies/infra-copilot-instructions's changelog.

1.2.0 (2025-07-03)

Features

1.1.0 (2025-03-11)

Features

  • change commitlint configuration working with map-colonies (#9) (53f95b7)
  • code: added instructions on how to spell (#4) (7139801)
  • commit: added devdeps (77ef181)
Commits
  • 7ff84b8 chore(master): release 1.2.0 (#15)
  • db33359 feat: new code instructions
  • 8a2e7ac chore(master): release 1.1.0 (#5)
  • 1ceba08 style: added release-please manifest to prettierignore
  • 77ef181 feat(commit): added devdeps
  • 6cf92e6 devdeps: bump the dev-patch group with 3 updates (#10)
  • 53f95b7 feat: change commitlint configuration working with map-colonies (#9)
  • a56b725 docs: update commit message guidelines for prioritizing uncommented code
  • 7139801 feat(code): added instructions on how to spell (#4)
  • a33d8e5 ci: added infra label to dependabot
  • See full diff in compare view

Updates @sinclair/typebox from 0.34.16 to 0.34.52

Commits
Maintainer changes

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


Updates ajv from 8.17.1 to 8.20.0

Release notes

Sourced from ajv's releases.

v8.20.0

What's Changed

Full Changelog: ajv-validator/ajv@v8.19.0...v8.20.0

v8.19.0

What's Changed

Full Changelog: ajv-validator/ajv@v8.18.0...v8.19.0

v8.18.0

What's Changed

New Contributors

Full Changelog: ajv-validator/ajv@v8.17.1...v8.18.0

Commits

Updates prettier from 3.5.0 to 3.9.6

Release notes

Sourced from prettier's releases.

3.9.6

What's Changed

🔗 Changelog

3.9.5

🔗 Changelog

3.9.4

  • Angular: Format @content(name) -> @content (name) to align with other block syntax (#19499 by @​fisker)

🔗 Changelog

3.9.3

🔗 Changelog

3.9.1

🔗 Changelog

3.9.0

diff

🔗 Prettier 3.9: Major parser upgrades and Formatting improvements

3.8.5

🔗 Changelog

3.8.4

🔗 Changelog

3.8.3

🔗 Changelog

... (truncated)

Changelog

Sourced from prettier's changelog.

3.9.6

diff

TypeScript: Preserve quotes for methods named new (#19621 by @​kovsu)

// Input
interface Container {
  "new"(id: string): number;
}
// Prettier 3.9.5
interface Container {
new(id: string): number;
}
// Prettier 3.9.6
interface Container {
"new"(id: string): number;
}

TypeScript: Support import defer (#19624, #19675 by @​fisker)

// Input
import defer * as foo from "foo";
// Prettier 3.9.5
import * as foo from "foo";
// Prettier 3.9.6
import defer * as foo from "foo";

JavaScript: Added a new official plugin @prettier/plugin-yuku (#19628, #19629 by @​fisker)

@prettier/plugin-yuku is powered by Yuku (A high-performance JavaScript/TypeScript compiler toolchain written in Zig).

This plugin includes two new parsers: yuku (JavaScript syntax) and yuku-ts (TypeScript syntax).

To use this plugin:

  1. Install the plugin:

    yarn add --dev prettier @prettier/plugin-yuku

... (truncated)

Commits
Maintainer changes

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


Updates pretty-quick from 4.0.0 to 4.2.2

Release notes

Sourced from pretty-quick's releases.

v4.2.2

Patch Changes

Full Changelog: prettier/pretty-quick@v4.2.1...v4.2.2

v4.2.1

Patch Changes

Full Changelog: prettier/pretty-quick@v4.2.0...v4.2.1

v4.2.0

Minor Changes

Full Changelog: prettier/pretty-quick@v4.1.1...v4.2.0

v4.1.1

Patch Changes

New Contributors

Full Changelog: prettier/pretty-quick@v4.1.0...v4.1.1

v4.1.0

Minor Changes

New Contributors

Full Changelog: prettier/pretty-quick@v4.0.0...v4.1.0

Changelog

Sourced from pretty-quick's changelog.

4.2.2

Patch Changes

4.2.1

Patch Changes

4.2.0

Minor Changes

4.1.1

Patch Changes

4.1.0

Minor Changes

Commits

Updates tsx from 4.19.2 to 4.23.1

Release notes

Sourced from tsx's releases.

v4.23.1

4.23.1 (2026-07-13)

Bug Fixes

  • support tsImport after global preload (8d4ffc2)
  • watch: avoid clearing piped output (95d0672)
  • watch: treat script and dependency paths literally (79fddde)

Performance Improvements

  • index transform cache lazily (e818ad6)
  • load esbuild lazily in CLI (d067938)
  • map Node TypeScript formats directly (cdcc623)
  • use sync module hooks on Node v22.22.3+ (f8992f1)

This release is also available on:

v4.23.0

4.23.0 (2026-07-03)

Bug Fixes

Features


This release is also available on:

v4.22.5

4.22.5 (2026-07-02)

Bug Fixes

  • isolate hook state per async module.register() registration (a305f36)

This release is also available on:

... (truncated)

Commits
  • 79fddde fix(watch): treat script and dependency paths literally
  • e818ad6 perf: index transform cache lazily
  • cdcc623 perf: map Node TypeScript formats directly
  • d067938 perf: load esbuild lazily in CLI
  • 95d0672 fix(watch): avoid clearing piped output
  • 6fd4607 docs: add per-page metadata
  • f4176d8 docs: generate sitemap
  • 8d4ffc2 fix: support tsImport after global preload
  • f0e89b2 docs: document Node's public type-stripping API vs internal loader path
  • f8992f1 perf: use sync module hooks on Node v22.22.3+
  • Additional commits viewable in compare view
Maintainer changes

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


Updates zx from 8.3.2 to 8.8.5

Release notes

Sourced from zx's releases.

8.8.5 — Temporary Reservoir

This release fixes the issue, when zx flushes external node_modules on linking #1348 #1349 #1355

Also globby@15.0.0 arrives here.

8.8.4 — Flange Coupling

It's time. This release updates zx internals to make the ps API and related methods ProcessPromise.kill(), kill() work on Windows systems without wmic. #1344 webpod/ps#15

  1. WMIC will be missing in Windows 11 25H2 (kernel >= 26000)
  2. The windows-latest label in GitHub Actions will migrate from Windows Server 2022 to Windows Server 2025 beginning September 2, 2025 and finishing by September 30, 2025.

https://github.blog/changelog/2025-07-31-github-actions-new-apis-and-windows-latest-migration-notice/#windows-latest-image-label-migration

8.8.3 — Sealing Gasket

Continues #1339 to prevent injections via Proxy input or custom toString() manipulations.

8.8.2 — Leaking Valve

Fixes potential cmd injection via kill() method for Windows platform. #1337 #1339. Affects the versions range 8.7.1...8.8.1.

8.8.1 — Turbo Flush

We keep improving the projects internal infra to bring more stability, safety and performance for artifacts.

Featfixes

  • Applied flags filtration for CLI-driven deps install #1308
  • Added kill() event logging #1312
  • Set SIGTERM as kill() fallback signal #1313
  • Allowed stdio() arg be an array #1311
const p = $({halt: true})`cmd`
p.stdio([stream, 'ignore', 'pipe'])

Enhancements

8.8.0 — Pressure Tested

This release enhances the coherence between the ProcessPromise and the Streams API, eliminating the need for certain script-level workarounds.

✨ New Features

unpipe() — Selectively stop piping

You can now call .unpipe() to stop data transfer from a source to a destination without closing any of the pair. #1302

</tr></table> 

... (truncated)

Commits

@dependabot dependabot Bot added the infra label Mar 30, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/dev-patch-94cda67f1f branch from cf31658 to 309f4eb Compare April 20, 2026 05:50
@ronenkapelian

Copy link
Copy Markdown
Contributor

@dependabot rebase

@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/dev-patch-94cda67f1f branch from 309f4eb to f156ee8 Compare May 24, 2026 10:54
@ronenkapelian

Copy link
Copy Markdown
Contributor

@dependabot recreate

@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/dev-patch-94cda67f1f branch from f156ee8 to 0c390e6 Compare May 24, 2026 10:57
@github-actions

Copy link
Copy Markdown
Contributor

Hi it is me, your friendly bot helper! 👋
I've packed this commit for you 😊
You can install it like this:

{
  "dependencies": {
      "@map-colonies/schemas": "https://ghatmpstorage.blob.core.windows.net/npm-packages/schemas-25f391b0fca91f3eb8438591957c2bf8293e7eb3.tgz"
  }
}

The link will expire in a week ⌛

@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/dev-patch-94cda67f1f branch from 0c390e6 to 546ee59 Compare June 1, 2026 17:56
@github-actions

github-actions Bot commented Jun 1, 2026

Copy link
Copy Markdown
Contributor

Hi it is me, your friendly bot helper! 👋
I've packed this commit for you 😊
You can install it like this:

{
  "dependencies": {
      "@map-colonies/schemas": "https://ghatmpstorage.blob.core.windows.net/npm-packages/schemas-a0cb678371b717e2e622a99fae261e4a75e19a87.tgz"
  }
}

The link will expire in a week ⌛

@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/dev-patch-94cda67f1f branch from 546ee59 to c9c35d3 Compare June 22, 2026 05:34
@github-actions

Copy link
Copy Markdown
Contributor

Hi it is me, your friendly bot helper! 👋
I've packed this commit for you 😊
You can install it like this:

{
  "dependencies": {
      "@map-colonies/schemas": "https://ghatmpstorage.blob.core.windows.net/npm-packages/schemas-d7ec5383bcc801fbb30eed7a40042626ebe96e33.tgz"
  }
}

The link will expire in a week ⌛

@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/dev-patch-94cda67f1f branch from c9c35d3 to b36d9e6 Compare June 29, 2026 05:34
@github-actions

Copy link
Copy Markdown
Contributor

Hi it is me, your friendly bot helper! 👋
I've packed this commit for you 😊
You can install it like this:

{
  "dependencies": {
      "@map-colonies/schemas": "https://ghatmpstorage.blob.core.windows.net/npm-packages/schemas-3b45e46515e34e313191220704241a44c0105958.tgz"
  }
}

The link will expire in a week ⌛

@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/dev-patch-94cda67f1f branch from b36d9e6 to e480acc Compare July 6, 2026 05:34
@github-actions

github-actions Bot commented Jul 6, 2026

Copy link
Copy Markdown
Contributor

Hi it is me, your friendly bot helper! 👋
I've packed this commit for you 😊
You can install it like this:

{
  "dependencies": {
      "@map-colonies/schemas": "https://ghatmpstorage.blob.core.windows.net/npm-packages/schemas-07e5f38e3a9879ebfdb653e4c7550c8a503f68a7.tgz"
  }
}

The link will expire in a week ⌛

Bumps the dev-patch group with 8 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@apideck/better-ajv-errors](https://github.com/apideck-libraries/better-ajv-errors) | `0.3.6` | `0.3.7` |
| [@map-colonies/infra-copilot-instructions](https://github.com/MapColonies/infra-copilot-instructions) | `1.0.0` | `1.2.0` |
| [@sinclair/typebox](https://github.com/sinclairzx81/sinclair-typebox) | `0.34.16` | `0.34.52` |
| [ajv](https://github.com/ajv-validator/ajv) | `8.17.1` | `8.20.0` |
| [prettier](https://github.com/prettier/prettier) | `3.5.0` | `3.9.6` |
| [pretty-quick](https://github.com/prettier/pretty-quick) | `4.0.0` | `4.2.2` |
| [tsx](https://github.com/privatenumber/tsx) | `4.19.2` | `4.23.1` |
| [zx](https://github.com/google/zx) | `8.3.2` | `8.8.5` |



Updates `@apideck/better-ajv-errors` from 0.3.6 to 0.3.7
- [Release notes](https://github.com/apideck-libraries/better-ajv-errors/releases)
- [Commits](apideck-libraries/better-ajv-errors@v0.3.6...v0.3.7)

Updates `@map-colonies/infra-copilot-instructions` from 1.0.0 to 1.2.0
- [Release notes](https://github.com/MapColonies/infra-copilot-instructions/releases)
- [Changelog](https://github.com/MapColonies/infra-copilot-instructions/blob/master/CHANGELOG.md)
- [Commits](MapColonies/infra-copilot-instructions@v1.0.0...v1.2.0)

Updates `@sinclair/typebox` from 0.34.16 to 0.34.52
- [Commits](https://github.com/sinclairzx81/sinclair-typebox/commits/0.34.52)

Updates `ajv` from 8.17.1 to 8.20.0
- [Release notes](https://github.com/ajv-validator/ajv/releases)
- [Commits](ajv-validator/ajv@v8.17.1...v8.20.0)

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

Updates `pretty-quick` from 4.0.0 to 4.2.2
- [Release notes](https://github.com/prettier/pretty-quick/releases)
- [Changelog](https://github.com/prettier/pretty-quick/blob/v4.2.2/CHANGELOG.md)
- [Commits](prettier/pretty-quick@v4.0.0...v4.2.2)

Updates `tsx` from 4.19.2 to 4.23.1
- [Release notes](https://github.com/privatenumber/tsx/releases)
- [Changelog](https://github.com/privatenumber/tsx/blob/master/release.config.cjs)
- [Commits](privatenumber/tsx@v4.19.2...v4.23.1)

Updates `zx` from 8.3.2 to 8.8.5
- [Release notes](https://github.com/google/zx/releases)
- [Commits](google/zx@8.3.2...8.8.5)

---
updated-dependencies:
- dependency-name: "@apideck/better-ajv-errors"
  dependency-version: 0.3.7
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-patch
- dependency-name: "@map-colonies/infra-copilot-instructions"
  dependency-version: 1.2.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-patch
- dependency-name: "@sinclair/typebox"
  dependency-version: 0.34.49
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-patch
- dependency-name: ajv
  dependency-version: 8.18.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-patch
- dependency-name: prettier
  dependency-version: 3.8.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-patch
- dependency-name: pretty-quick
  dependency-version: 4.2.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-patch
- dependency-name: tsx
  dependency-version: 4.21.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-patch
- dependency-name: zx
  dependency-version: 8.8.5
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/dev-patch-94cda67f1f branch from e480acc to fbfa184 Compare August 3, 2026 05:34
@github-actions

github-actions Bot commented Aug 3, 2026

Copy link
Copy Markdown
Contributor

Hi it is me, your friendly bot helper! 👋
I've packed this commit for you 😊
You can install it like this:

{
  "dependencies": {
      "@map-colonies/schemas": "https://ghatmpstorage.blob.core.windows.net/npm-packages/schemas-3f456607c47070bf532dbf231674c874b5e450ae.tgz"
  }
}

The link will expire in a week ⌛

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant