Skip to content

chore(deps-dev): bump the speclynx-apidom group across 1 directory with 3 updates - #211

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/speclynx-apidom-1c3fc8bacb
Open

chore(deps-dev): bump the speclynx-apidom group across 1 directory with 3 updates#211
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/speclynx-apidom-1c3fc8bacb

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the speclynx-apidom group with 3 updates in the / directory: @speclynx/apidom-datamodel, @speclynx/apidom-core and @speclynx/apidom-ns-openapi-3-0.

Updates @speclynx/apidom-datamodel from 4.16.0 to 5.1.0

Release notes

Sourced from @​speclynx/apidom-datamodel's releases.

v5.1.0

5.1.0 (2026-08-09)

Bug Fixes

  • ns-openapi-3-0: correct sideEffects path to refractor/inspect (bc096e3)
  • ns: transfer style in refractor visitors using the concat pattern (#442) (dc483cc)
  • yaml: make YAML style round-trips byte-perfect (comments, raw numbers) (#441) (43dc5b6)

Features

v5.0.2

5.0.2 (2026-08-04)

Bug Fixes

  • ns-arazzo-1: tag JSON Schema refs with own element name (#428) (91b759c)

v5.0.1

5.0.1 (2026-07-07)

Bug Fixes

  • release: fix the failed v5.0.0 release (b47cb01)

v5.0.0

5.0.0 (2026-07-07)

Bug Fixes

  • reference: upgrade arazzo-runtime-expression to v3.0.0 (#388) (1ac337a)

BREAKING CHANGES

There are no breaking changes in this release. The releases was issued by mistake.

Changelog

Sourced from @​speclynx/apidom-datamodel's changelog.

5.1.0 (2026-08-09)

Bug Fixes

  • ns-openapi-3-0: correct sideEffects path to refractor/inspect (bc096e3)
  • ns: transfer style in refractor visitors using the concat pattern (#442) (dc483cc)
  • yaml: make YAML style round-trips byte-perfect (comments, raw numbers) (#441) (43dc5b6)

Features

5.0.2 (2026-08-04)

Bug Fixes

  • ns-arazzo-1: tag JSON Schema refs with own element name (#428) (91b759c)

5.0.1 (2026-07-07)

Bug Fixes

  • release: fix the failed v5.0.0 release (b47cb01)

5.0.0 (2026-07-07)

Bug Fixes

  • reference: upgrade arazzo-runtime-expression to v3.0.0 (#388) (1ac337a)

BREAKING CHANGES

  • reference: in v3: The parse result tree structure for ComponentsExpression changed from { type, field, subField } to { type, componentType, componentName }.

Updated the arazzo-1 dereference visitor to use the new v3 API.

Signed-off-by: Vladimir Gorej vladimir.gorej@gmail.com

Commits
  • 2976a9f chore(release): cut the v5.1.0 release [skip ci]
  • 43dc5b6 fix(yaml): make YAML style round-trips byte-perfect (comments, raw numbers) (...
  • bc096e3 fix(ns-openapi-3-0): correct sideEffects path to refractor/inspect
  • dc483cc fix(ns): transfer style in refractor visitors using the concat pattern (#442)
  • cd7bd2c chore(deps-dev): bump jsdom from 29.1.1 to 30.0.1 (#435)
  • 81f481d chore(deps-dev): bump lerna from 9.0.7 to 10.0.0 (#437)
  • 8e7e27a feat(datamodel): support Metadata in cloneDeep and cloneShallow (#443)
  • d91d637 chore(deps): bump github/codeql-action from 4.37.5 to 4.37.6 (#440)
  • 396abfc chore(deps-dev): bump typescript-eslint from 8.65.0 to 8.66.0 (#439)
  • e7ce54d chore(deps-dev): bump @​vitejs/plugin-react from 6.0.3 to 6.0.5 (#438)
  • Additional commits viewable in compare view

Updates @speclynx/apidom-core from 4.16.0 to 5.1.0

Release notes

Sourced from @​speclynx/apidom-core's releases.

v5.1.0

5.1.0 (2026-08-09)

Bug Fixes

  • ns-openapi-3-0: correct sideEffects path to refractor/inspect (bc096e3)
  • ns: transfer style in refractor visitors using the concat pattern (#442) (dc483cc)
  • yaml: make YAML style round-trips byte-perfect (comments, raw numbers) (#441) (43dc5b6)

Features

v5.0.2

5.0.2 (2026-08-04)

Bug Fixes

  • ns-arazzo-1: tag JSON Schema refs with own element name (#428) (91b759c)

v5.0.1

5.0.1 (2026-07-07)

Bug Fixes

  • release: fix the failed v5.0.0 release (b47cb01)

v5.0.0

5.0.0 (2026-07-07)

Bug Fixes

  • reference: upgrade arazzo-runtime-expression to v3.0.0 (#388) (1ac337a)

BREAKING CHANGES

There are no breaking changes in this release. The releases was issued by mistake.

Changelog

Sourced from @​speclynx/apidom-core's changelog.

5.1.0 (2026-08-09)

Bug Fixes

  • ns-openapi-3-0: correct sideEffects path to refractor/inspect (bc096e3)
  • ns: transfer style in refractor visitors using the concat pattern (#442) (dc483cc)
  • yaml: make YAML style round-trips byte-perfect (comments, raw numbers) (#441) (43dc5b6)

Features

5.0.2 (2026-08-04)

Bug Fixes

  • ns-arazzo-1: tag JSON Schema refs with own element name (#428) (91b759c)

5.0.1 (2026-07-07)

Bug Fixes

  • release: fix the failed v5.0.0 release (b47cb01)

5.0.0 (2026-07-07)

Bug Fixes

  • reference: upgrade arazzo-runtime-expression to v3.0.0 (#388) (1ac337a)

BREAKING CHANGES

  • reference: in v3: The parse result tree structure for ComponentsExpression changed from { type, field, subField } to { type, componentType, componentName }.

Updated the arazzo-1 dereference visitor to use the new v3 API.

Signed-off-by: Vladimir Gorej vladimir.gorej@gmail.com

Commits
  • 2976a9f chore(release): cut the v5.1.0 release [skip ci]
  • 43dc5b6 fix(yaml): make YAML style round-trips byte-perfect (comments, raw numbers) (...
  • bc096e3 fix(ns-openapi-3-0): correct sideEffects path to refractor/inspect
  • dc483cc fix(ns): transfer style in refractor visitors using the concat pattern (#442)
  • cd7bd2c chore(deps-dev): bump jsdom from 29.1.1 to 30.0.1 (#435)
  • 81f481d chore(deps-dev): bump lerna from 9.0.7 to 10.0.0 (#437)
  • 8e7e27a feat(datamodel): support Metadata in cloneDeep and cloneShallow (#443)
  • d91d637 chore(deps): bump github/codeql-action from 4.37.5 to 4.37.6 (#440)
  • 396abfc chore(deps-dev): bump typescript-eslint from 8.65.0 to 8.66.0 (#439)
  • e7ce54d chore(deps-dev): bump @​vitejs/plugin-react from 6.0.3 to 6.0.5 (#438)
  • Additional commits viewable in compare view

Updates @speclynx/apidom-ns-openapi-3-0 from 4.16.0 to 5.1.0

Release notes

Sourced from @​speclynx/apidom-ns-openapi-3-0's releases.

v5.1.0

5.1.0 (2026-08-09)

Bug Fixes

  • ns-openapi-3-0: correct sideEffects path to refractor/inspect (bc096e3)
  • ns: transfer style in refractor visitors using the concat pattern (#442) (dc483cc)
  • yaml: make YAML style round-trips byte-perfect (comments, raw numbers) (#441) (43dc5b6)

Features

v5.0.2

5.0.2 (2026-08-04)

Bug Fixes

  • ns-arazzo-1: tag JSON Schema refs with own element name (#428) (91b759c)

v5.0.1

5.0.1 (2026-07-07)

Bug Fixes

  • release: fix the failed v5.0.0 release (b47cb01)

v5.0.0

5.0.0 (2026-07-07)

Bug Fixes

  • reference: upgrade arazzo-runtime-expression to v3.0.0 (#388) (1ac337a)

BREAKING CHANGES

There are no breaking changes in this release. The releases was issued by mistake.

Changelog

Sourced from @​speclynx/apidom-ns-openapi-3-0's changelog.

5.1.0 (2026-08-09)

Bug Fixes

  • ns-openapi-3-0: correct sideEffects path to refractor/inspect (bc096e3)
  • ns: transfer style in refractor visitors using the concat pattern (#442) (dc483cc)
  • yaml: make YAML style round-trips byte-perfect (comments, raw numbers) (#441) (43dc5b6)

Features

5.0.2 (2026-08-04)

Bug Fixes

  • ns-arazzo-1: tag JSON Schema refs with own element name (#428) (91b759c)

5.0.1 (2026-07-07)

Bug Fixes

  • release: fix the failed v5.0.0 release (b47cb01)

5.0.0 (2026-07-07)

Bug Fixes

  • reference: upgrade arazzo-runtime-expression to v3.0.0 (#388) (1ac337a)

BREAKING CHANGES

  • reference: in v3: The parse result tree structure for ComponentsExpression changed from { type, field, subField } to { type, componentType, componentName }.

Updated the arazzo-1 dereference visitor to use the new v3 API.

Signed-off-by: Vladimir Gorej vladimir.gorej@gmail.com

Commits
  • 2976a9f chore(release): cut the v5.1.0 release [skip ci]
  • 43dc5b6 fix(yaml): make YAML style round-trips byte-perfect (comments, raw numbers) (...
  • bc096e3 fix(ns-openapi-3-0): correct sideEffects path to refractor/inspect
  • dc483cc fix(ns): transfer style in refractor visitors using the concat pattern (#442)
  • cd7bd2c chore(deps-dev): bump jsdom from 29.1.1 to 30.0.1 (#435)
  • 81f481d chore(deps-dev): bump lerna from 9.0.7 to 10.0.0 (#437)
  • 8e7e27a feat(datamodel): support Metadata in cloneDeep and cloneShallow (#443)
  • d91d637 chore(deps): bump github/codeql-action from 4.37.5 to 4.37.6 (#440)
  • 396abfc chore(deps-dev): bump typescript-eslint from 8.65.0 to 8.66.0 (#439)
  • e7ce54d chore(deps-dev): bump @​vitejs/plugin-react from 6.0.3 to 6.0.5 (#438)
  • 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 Jul 7, 2026
@dependabot dependabot Bot changed the title chore(deps-dev): bump the speclynx-apidom group with 3 updates chore(deps-dev): bump the speclynx-apidom group across 1 directory with 3 updates Jul 8, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/speclynx-apidom-1c3fc8bacb branch 3 times, most recently from 1dbb937 to 562e738 Compare July 13, 2026 21:07
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/speclynx-apidom-1c3fc8bacb branch 3 times, most recently from a4c6939 to ac878be Compare July 23, 2026 21:07
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/speclynx-apidom-1c3fc8bacb branch 3 times, most recently from 98c8dd3 to e325568 Compare August 4, 2026 21:04
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/speclynx-apidom-1c3fc8bacb branch 3 times, most recently from 1568236 to 468ef3d Compare August 10, 2026 21:07
…th 3 updates

Bumps the speclynx-apidom group with 3 updates in the / directory: [@speclynx/apidom-datamodel](https://github.com/speclynx/apidom), [@speclynx/apidom-core](https://github.com/speclynx/apidom) and [@speclynx/apidom-ns-openapi-3-0](https://github.com/speclynx/apidom).


Updates `@speclynx/apidom-datamodel` from 4.16.0 to 5.1.0
- [Release notes](https://github.com/speclynx/apidom/releases)
- [Changelog](https://github.com/speclynx/apidom/blob/main/CHANGELOG.md)
- [Commits](speclynx/apidom@v4.16.0...v5.1.0)

Updates `@speclynx/apidom-core` from 4.16.0 to 5.1.0
- [Release notes](https://github.com/speclynx/apidom/releases)
- [Changelog](https://github.com/speclynx/apidom/blob/main/CHANGELOG.md)
- [Commits](speclynx/apidom@v4.16.0...v5.1.0)

Updates `@speclynx/apidom-ns-openapi-3-0` from 4.16.0 to 5.1.0
- [Release notes](https://github.com/speclynx/apidom/releases)
- [Changelog](https://github.com/speclynx/apidom/blob/main/CHANGELOG.md)
- [Commits](speclynx/apidom@v4.16.0...v5.1.0)

---
updated-dependencies:
- dependency-name: "@speclynx/apidom-core"
  dependency-version: 5.0.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: speclynx-apidom
- dependency-name: "@speclynx/apidom-datamodel"
  dependency-version: 5.0.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: speclynx-apidom
- dependency-name: "@speclynx/apidom-ns-openapi-3-0"
  dependency-version: 5.0.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: speclynx-apidom
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/speclynx-apidom-1c3fc8bacb branch from 468ef3d to eac5cb4 Compare August 18, 2026 21: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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants