Skip to content

chore(deps-dev): bump the dev-dependencies group across 1 directory with 8 updates - #96

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/dev-dependencies-165cb39323
Open

chore(deps-dev): bump the dev-dependencies group across 1 directory with 8 updates#96
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/dev-dependencies-165cb39323

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 4, 2026

Copy link
Copy Markdown
Contributor

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

Package From To
@yozora/ast 2.3.12 2.4.0
@yozora/character 2.3.12 2.4.0
@yozora/core-tokenizer 2.3.12 2.4.0
@yozora/parser 2.3.12 2.4.0
@types/react-dom 19.0.1 19.2.4
autoprefixer 10.4.21 10.5.4
postcss 8.5.6 8.5.26
tsup 8.5.0 8.5.1

Updates @yozora/ast from 2.3.12 to 2.4.0

Changelog

Sourced from @​yozora/ast's changelog.

2.4.0 (2026-08-01)

  • 📝 docs: update documentation and generation tooling

2.3.17 (2026-07-10)

  • 📝 docs: sync package homepage/README links to v2.3.16
  • 🔧 chore(tooling): migrate eslint and rollup configs and align formatting
  • 🔧 chore(engines): keep node requirement at root only
  • 🔧 chore: migrate workspace from yarn to pnpm
  • 📝 docs(readme): keep npm-only install instructions
  • ♻️ refactor: migrate from Lerna/Nx to Yarn workspaces + Changeset

2.3.16

Patch Changes

  • Full patch release pass 1 for version alignment to 2.3.16.

2.3.15

Patch Changes

  • Patch release for packages with unreleased commits. Scope: all, patch.
    • 🔧 chore(tooling): migrate eslint and rollup configs and align formatting
    • ✅ test(ast-util): remove obsolete snapshots

2.3.14

Patch Changes

  • Patch release for all public packages: align monorepo tooling with pnpm + changesets, update package metadata and docs, and include test and configuration improvements for release consistency.

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

2.3.13 (2025-11-30)

Note: Version bump only for package @​yozora/ast

Commits
  • 2981830 🔖 chore(release): v2.4.0
  • 54823ec 📝 docs: update documentation and generation tooling
  • d265e76 🔖 chore(release): v2.3.17
  • 83d1d06 📝 docs: sync package homepage/README links to v2.3.16
  • 9b0bee7 🔖 release: align all public packages to 2.3.16
  • 8c9591f 🔖 release: @​yozora/ast@​2.3.15, @​yozora/ast-util@​2.3.15, @​yozora/char...
  • 3fc8443 🔧 chore(tooling): migrate eslint and rollup configs and align formatting
  • b78b7d0 🔖 release:
  • ccfb22c 🔧 chore(engines): keep node requirement at root only
  • c488d75 🔧 chore: migrate workspace from yarn to pnpm
  • Additional commits viewable in compare view

Updates @yozora/character from 2.3.12 to 2.4.0

Changelog

Sourced from @​yozora/character's changelog.

2.4.0 (2026-08-01)

  • 🐛 fix(position): calculate exclusive end points
  • 🐛 fix(character): correct brace entity values
  • 🐛 fix(character): add missing Cyrillic case folds
  • 🐛 fix(character): update Unicode punctuation tables
  • ⚡ perf(parser): reduce node point allocations
  • ⚡ perf(character): avoid intermediate code point array
  • 🐛 fix(character): avoid merging partial adjacent tabs
  • 🐛 fix(character): handle overlapping Han whitespace boundaries
  • 📝 docs: update documentation and generation tooling
  • 🐛 fix(character): validate numeric entity boundaries
  • 🐛 fix(position): account for astral UTF-16 width
  • 🐛 fix(character): preserve code points across chunks

2.3.17 (2026-07-10)

  • 📝 docs: sync package homepage/README links to v2.3.16
  • 🔧 chore(tooling): migrate eslint and rollup configs and align formatting
  • 🔧 chore(engines): keep node requirement at root only
  • 🔧 chore: migrate workspace from yarn to pnpm
  • 📝 docs(readme): keep npm-only install instructions
  • ♻️ refactor: migrate from Lerna/Nx to Yarn workspaces + Changeset
  • ♻️ refactor: migrate from Jest to Vitest and restructure test utilities

2.3.16

Patch Changes

  • Full patch release pass 1 for version alignment to 2.3.16.

2.3.15

Patch Changes

  • Patch release for packages with unreleased commits. Scope: all, patch.
    • 🔧 chore(tooling): migrate eslint and rollup configs and align formatting
    • ✅ test(ast-util): remove obsolete snapshots

2.3.14

Patch Changes

  • Patch release for all public packages: align monorepo tooling with pnpm + changesets, update package metadata and docs, and include test and configuration improvements for release consistency.

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

... (truncated)

Commits
  • 2981830 🔖 chore(release): v2.4.0
  • a7b75f7 🐛 fix(position): calculate exclusive end points
  • c54aa1a 🐛 fix(character): correct brace entity values
  • 5e38924 🐛 fix(character): add missing Cyrillic case folds
  • 4fe0ecc 🐛 fix(character): update Unicode punctuation tables
  • 9834437 ⚡ perf(parser): reduce node point allocations
  • ee3f407 ⚡ perf(character): avoid intermediate code point array
  • 0f51390 🐛 fix(character): avoid merging partial adjacent tabs
  • bbe23f6 🐛 fix(character): handle overlapping Han whitespace boundaries
  • 54823ec 📝 docs: update documentation and generation tooling
  • Additional commits viewable in compare view

Updates @yozora/core-tokenizer from 2.3.12 to 2.4.0

Changelog

Sourced from @​yozora/core-tokenizer's changelog.

2.4.0 (2026-08-01)

  • 🐛 fix(link): reject nested descendant links
  • 🐛 fix(position): calculate exclusive end points
  • 🐛 fix(core-tokenizer): preserve Unicode whitespace in link labels
  • ⚡ perf(parser): reduce node point allocations
  • 🐛 fix(core-tokenizer): validate link text
  • ⏪ revert(core-tokenizer): restore countOfPrecedeSpaces
  • 📝 docs: update documentation and generation tooling
  • 🐛 fix(position): account for astral UTF-16 width
  • 🐛 fix(list): prevent empty items from interrupting paragraphs
  • 💥 refactor(core-tokenizer)!: remove countOfPrecedeSpaces
  • 🐛 fix(block): track visual indentation width
  • 🐛 fix(list): consume continuation indentation by columns
  • 🐛 fix(uri): preserve link destination escaping

2.3.17 (2026-07-10)

  • 📝 docs: sync package homepage/README links to v2.3.16
  • 🔧 chore(tooling): migrate eslint and rollup configs and align formatting
  • 🔧 chore(engines): keep node requirement at root only
  • 🔧 chore: migrate workspace from yarn to pnpm
  • 📝 docs(readme): keep npm-only install instructions
  • ♻️ refactor: migrate from Lerna/Nx to Yarn workspaces + Changeset

2.3.16

Patch Changes

  • Full patch release pass 1 for version alignment to 2.3.16.
  • Updated dependencies:
    • @​yozora/ast@​2.3.16
    • @​yozora/character@​2.3.16

2.3.15

Patch Changes

  • Patch release for packages with unreleased commits. Scope: all, patch.
    • 🔧 chore(tooling): migrate eslint and rollup configs and align formatting
    • ✅ test(ast-util): remove obsolete snapshots
  • Updated dependencies:
    • @​yozora/ast@​2.3.15
    • @​yozora/character@​2.3.15

2.3.14

Patch Changes

  • Patch release for all public packages: align monorepo tooling with pnpm + changesets, update

... (truncated)

Commits
  • 2981830 🔖 chore(release): v2.4.0
  • a2bf998 🐛 fix(link): reject nested descendant links
  • a7b75f7 🐛 fix(position): calculate exclusive end points
  • f04befd 🐛 fix(core-tokenizer): preserve Unicode whitespace in link labels
  • 9834437 ⚡ perf(parser): reduce node point allocations
  • a4e55d3 🐛 fix(core-tokenizer): validate link text
  • 39c99f1 ⏪ revert(core-tokenizer): restore countOfPrecedeSpaces
  • 54823ec 📝 docs: update documentation and generation tooling
  • 45dcdfc 🐛 fix(position): account for astral UTF-16 width
  • aa7498b 🐛 fix(list): prevent empty items from interrupting paragraphs
  • Additional commits viewable in compare view

Updates @yozora/parser from 2.3.12 to 2.4.0

Changelog

Sourced from @​yozora/parser's changelog.

2.4.0 (2026-08-01)

  • 🐛 fix(core-parser): isolate tokenizer unmounting
  • 🐛 fix(parser): skip inactive delimiters during finalization
  • ♻️ refactor(fixtures): sync with current GFM specification
  • ♻️ refactor(fixtures): flatten GFM test cases
  • 🐛 fix(position): calculate exclusive end points
  • 🐛 fix(break): consume hard break line endings
  • 🐛 fix(autolink-extension): apply configured URL formatter
  • 🔧 chore(deps): remove unused parser dependencies
  • 📝 docs: update documentation and generation tooling
  • 🐛 fix(core-parser): allow construction without options
  • 🐛 fix(core-parser): preserve defaults for undefined options
  • 🐛 fix(core-parser): reject fallback tokenizer name collisions
  • 🐛 fix(block): track visual indentation width

2.3.17 (2026-07-10)

  • 📝 docs: sync package homepage/README links to v2.3.16
  • 🔧 chore(engines): keep node requirement at root only
  • 🔧 chore: migrate workspace from yarn to pnpm
  • 📝 docs(readme): keep npm-only install instructions
  • ♻️ refactor: migrate from Lerna/Nx to Yarn workspaces + Changeset
  • ♻️ refactor: migrate from Jest to Vitest and restructure test utilities

2.3.16

Patch Changes

  • Full patch release pass 2 to align all package versions to 2.3.16.
  • Updated dependencies:
    • @​yozora/tokenizer-blockquote@​2.3.16
    • @​yozora/tokenizer-fenced-code@​2.3.16
    • @​yozora/tokenizer-heading@​2.3.16
    • @​yozora/tokenizer-indented-code@​2.3.16
    • @​yozora/tokenizer-math@​2.3.16
    • @​yozora/tokenizer-table@​2.3.16
    • @​yozora/tokenizer-thematic-break@​2.3.16
    • @​yozora/core-parser@​2.3.16

2.3.15

Patch Changes

  • Full patch release pass 1 for version alignment to 2.3.16.
  • Updated dependencies:
    • @​yozora/ast@​2.3.16
    • @​yozora/core-parser@​2.3.16
    • @​yozora/tokenizer-admonition@​2.3.16
    • @​yozora/tokenizer-autolink@​2.3.16

... (truncated)

Commits
  • 2981830 🔖 chore(release): v2.4.0
  • 95866b2 🐛 fix(core-parser): isolate tokenizer unmounting
  • 1e78c6d 🐛 fix(parser): skip inactive delimiters during finalization
  • 310bb62 ♻️ refactor(fixtures): sync with current GFM specification
  • a919af0 ♻️ refactor(fixtures): flatten GFM test cases
  • a7b75f7 🐛 fix(position): calculate exclusive end points
  • 8c8b0b2 🐛 fix(break): consume hard break line endings
  • 9c2a18f 🐛 fix(autolink-extension): apply configured URL formatter
  • e4a146a 🔧 chore(deps): remove unused parser dependencies
  • 54823ec 📝 docs: update documentation and generation tooling
  • Additional commits viewable in compare view

Updates @types/react-dom from 19.0.1 to 19.2.4

Commits

Updates autoprefixer from 10.4.21 to 10.5.4

Release notes

Sourced from autoprefixer's releases.

10.5.4

10.5.3

10.5.2

  • Moved -webkit-fill-available before -moz-available, so Firefox will use -webkit- version which is closer to stretch.

10.5.1

10.5.0 “Each Endeavouring, All Achieving”

  • Added mask-position-x and mask-position-y support (by @​toporek).

10.4.27

  • Removed development key from package.json.

10.4.26

  • Reduced package size.

10.4.25

  • Fixed broken gradients on CSS Custom Properties (by @​serger777).

10.4.24

  • Made Autoprefixer a little faster (by @​Cherry).

10.4.23

10.4.22

  • Fixed stretch prefixes on new Can I Use database.
  • Updated fraction.js.
Changelog

Sourced from autoprefixer's changelog.

10.5.4

10.5.3

10.5.2

  • Moved -webkit-fill-available before -moz-available, so Firefox will use -webkit- version which is closer to stretch.

10.5.1

10.5.0 “Each Endeavouring, All Achieving”

  • Added mask-position-x and mask-position-y support (by @​toporek).

10.4.27

  • Removed development key from package.json.

10.4.26

  • Reduced package size.

10.4.25

  • Fixed broken gradients on CSS Custom Properties (by @​serger777).

10.4.24

  • Made Autoprefixer a little faster (by @​Cherry).

10.4.23

10.4.22

  • Fixed stretch prefixes on new Can I Use database.
  • Updated fraction.js.
Commits
Maintainer changes

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


Updates postcss from 8.5.6 to 8.5.26

Release notes

Sourced from postcss's releases.

8.5.26

  • Fixed list.split() regression (by @​lazerg).
  • Track symlinks in path protection in source map loading (by @​drengir1).

8.5.25

  • Fixed 8.5.17 visitor regression.
  • Fixed list.split() for non-string values (by @​amir-rezaei).

8.5.24

  • Preserve the BOM after the processing (by @​hdimer).

8.5.23

  • Do not load source map without opts.from for security reasons.

8.5.22

8.5.21

8.5.20

8.5.19

  • Fixed cleaning before for new nodes inserted to Root (by @​MahinAnowar).

8.5.18

  • Restricted loading previous source maps file to the opts.from folder for security reasons (use unsafeMap: true to disable the check).

8.5.17

  • Fixed Maximum call stack size exceeded error.
  • Fixed Prototype hijacking for postcss.fromJSON().
  • Fixed Input#origin() for unmapped end position (by @​chatman-media).

8.5.16

8.5.15

  • Fixed declaration parsing performance (by @​homanp).

8.5.14

8.5.13

... (truncated)

Changelog

Sourced from postcss's changelog.

8.5.26

  • Fixed list.split() regression (by @​lazerg).
  • Track symlinks in path protection in source map loading (by @​drengir1).

8.5.25

  • Fixed 8.5.17 visitor regression.
  • Fixed list.split() for non-string values (by @​amir-rezaei).

8.5.24

  • Preserve the BOM after the processing (by @​hdimer).

8.5.23

  • Do not load source map without opts.from for security reasons.

8.5.22

8.5.21

8.5.20

8.5.19

  • Fixed cleaning before for new nodes inserted to Root (by @​MahinAnowar).

8.5.18

  • Restricted loading previous source maps file to the opts.from folder for security reasons (use unsafeMap: true to disable the check).

8.5.17

  • Fixed Maximum call stack size exceeded error.
  • Fixed Prototype hijacking for postcss.fromJSON().
  • Fixed Input#origin() for unmapped end position (by @​chatman-media).

8.5.16

... (truncated)

Commits
Maintainer changes

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


Updates tsup from 8.5.0 to 8.5.1

Release notes

Sourced from tsup's releases.

v8.5.1

   🐞 Bug Fixes

    View changes on GitHub
Commits
Maintainer changes

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


@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 4, 2026
@pkg-pr-new

pkg-pr-new Bot commented Jul 4, 2026

Copy link
Copy Markdown

Open in StackBlitz

npm i https://pkg.pr.new/slack-blocks-to-jsx@96

commit: fae9440

@dependabot dependabot Bot changed the title chore(deps-dev): bump the dev-dependencies group with 8 updates chore(deps-dev): bump the dev-dependencies group across 1 directory with 8 updates Aug 22, 2026
…ith 8 updates

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

| Package | From | To |
| --- | --- | --- |
| [@yozora/ast](https://github.com/yozorajs/yozora/tree/HEAD/packages/ast) | `2.3.12` | `2.4.0` |
| [@yozora/character](https://github.com/yozorajs/yozora/tree/HEAD/packages/character) | `2.3.12` | `2.4.0` |
| [@yozora/core-tokenizer](https://github.com/yozorajs/yozora/tree/HEAD/packages/core-tokenizer) | `2.3.12` | `2.4.0` |
| [@yozora/parser](https://github.com/yozorajs/yozora/tree/HEAD/packages/parser) | `2.3.12` | `2.4.0` |
| [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) | `19.0.1` | `19.2.4` |
| [autoprefixer](https://github.com/postcss/autoprefixer) | `10.4.21` | `10.5.4` |
| [postcss](https://github.com/postcss/postcss) | `8.5.6` | `8.5.26` |
| [tsup](https://github.com/egoist/tsup) | `8.5.0` | `8.5.1` |



Updates `@yozora/ast` from 2.3.12 to 2.4.0
- [Changelog](https://github.com/yozorajs/yozora/blob/main/packages/ast/CHANGELOG.md)
- [Commits](https://github.com/yozorajs/yozora/commits/v2.4.0/packages/ast)

Updates `@yozora/character` from 2.3.12 to 2.4.0
- [Changelog](https://github.com/yozorajs/yozora/blob/main/packages/character/CHANGELOG.md)
- [Commits](https://github.com/yozorajs/yozora/commits/v2.4.0/packages/character)

Updates `@yozora/core-tokenizer` from 2.3.12 to 2.4.0
- [Changelog](https://github.com/yozorajs/yozora/blob/main/packages/core-tokenizer/CHANGELOG.md)
- [Commits](https://github.com/yozorajs/yozora/commits/v2.4.0/packages/core-tokenizer)

Updates `@yozora/parser` from 2.3.12 to 2.4.0
- [Changelog](https://github.com/yozorajs/yozora/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/yozorajs/yozora/commits/v2.4.0/packages/parser)

Updates `@types/react-dom` from 19.0.1 to 19.2.4
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom)

Updates `autoprefixer` from 10.4.21 to 10.5.4
- [Release notes](https://github.com/postcss/autoprefixer/releases)
- [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md)
- [Commits](postcss/autoprefixer@10.4.21...10.5.4)

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

Updates `tsup` from 8.5.0 to 8.5.1
- [Release notes](https://github.com/egoist/tsup/releases)
- [Commits](egoist/tsup@v8.5.0...v8.5.1)

---
updated-dependencies:
- dependency-name: "@types/react-dom"
  dependency-version: 19.2.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: "@yozora/ast"
  dependency-version: 2.3.16
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: "@yozora/character"
  dependency-version: 2.3.16
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: "@yozora/core-tokenizer"
  dependency-version: 2.3.16
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: "@yozora/parser"
  dependency-version: 2.3.16
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: autoprefixer
  dependency-version: 10.5.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: postcss
  dependency-version: 8.5.16
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: tsup
  dependency-version: 8.5.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/dev-dependencies-165cb39323 branch from fb38c01 to fae9440 Compare August 22, 2026 12: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.

0 participants