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.2.2

Release notes

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

v5.2.2

5.2.2 (2026-09-03)

Bug Fixes

v5.2.1

5.2.1 (2026-08-29)

Bug Fixes

  • release: fix failed v5.2.0 release (74fe3bd)

v5.2.0

5.2.0 (2026-08-29)

Features

v5.1.1

5.1.1 (2026-08-19)

Bug Fixes

  • core: alias cycles as recursive anchors when aliasing (739341a), closes #459
  • core: honour aliasDuplicateObjects when preserving style (8e05d32), closes #459
  • core: keep "proto" key when building POJOs (696f49b)
  • core: make JSON raw number sentinels unforgeable (#463) (cdfa493), closes #461 #462 [pre-#462](https://github.com/pre-/issues/462) #459
  • core: scope serializer cycle detection to ancestors (#461) (8f48c50), closes #459
  • core: terminate on cycles in the default serializer paths (5514f4f), closes #459 #465
  • datamodel: stop "proto" keys hijacking prototypes (e1d308e)
  • overlay: apply root-target updates in place (da41593), closes #471
  • overlay: clone the parse result under immutable apply (203d2b5), closes #475
  • overlay: clone update value per matched target (cb98f2b), closes #460
  • overlay: clone update values emitted by diff (31b8db9), closes #469
  • overlay: honour the immutable default for partial options (5730aed)
  • overlay: restore the result marker after a root replacement (#482) (9227cfc), closes #481
  • overlay: return an independent tree from no-op apply (eb545b8), closes #470
  • overlay: snapshot copy source before updating targets (bb6ee06), closes #470
  • parser-adapter: mark the result element only once (b875db4)

Performance Improvements

  • core: replace JSON sentinels in a single pass (#462) (f6cb922), closes #459
  • overlay: skip the throwaway clone in the POJO realm (07c5a81)

... (truncated)

Changelog

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

5.2.2 (2026-09-03)

Bug Fixes

5.2.1 (2026-08-29)

Bug Fixes

  • release: fix failed v5.2.0 release (74fe3bd)

5.2.0 (2026-08-29)

Features

5.1.1 (2026-08-19)

Bug Fixes

  • core: alias cycles as recursive anchors when aliasing (739341a), closes #459
  • core: honour aliasDuplicateObjects when preserving style (8e05d32), closes #459
  • core: keep "proto" key when building POJOs (696f49b)
  • core: make JSON raw number sentinels unforgeable (#463) (cdfa493), closes #461 #462 [pre-#462](https://github.com/pre-/issues/462) #459
  • core: scope serializer cycle detection to ancestors (#461) (8f48c50), closes #459
  • core: terminate on cycles in the default serializer paths (5514f4f), closes #459 #465
  • datamodel: stop "proto" keys hijacking prototypes (e1d308e)
  • overlay: apply root-target updates in place (da41593), closes #471
  • overlay: clone the parse result under immutable apply (203d2b5), closes #475
  • overlay: clone update value per matched target (cb98f2b), closes #460
  • overlay: clone update values emitted by diff (31b8db9), closes #469
  • overlay: honour the immutable default for partial options (5730aed)
  • overlay: restore the result marker after a root replacement (#482) (9227cfc), closes #481
  • overlay: return an independent tree from no-op apply (eb545b8), closes #470
  • overlay: snapshot copy source before updating targets (bb6ee06), closes #470
  • parser-adapter: mark the result element only once (b875db4)

Performance Improvements

  • core: replace JSON sentinels in a single pass (#462) (f6cb922), closes #459
  • overlay: skip the throwaway clone in the POJO realm (07c5a81)

5.1.0 (2026-08-09)

Bug Fixes

... (truncated)

Commits
  • 2d0e035 chore(release): cut the v5.2.2 release [skip ci]
  • b66bac4 fix(reference): distinguish shared source descriptions from cycles (#518)
  • fdeb0f0 chore(deps): bump @​swaggerexpert/arazzo-runtime-expression (#516)
  • 9dc0e4c chore(deps-dev): bump @​vitejs/plugin-react from 6.1.0 to 6.1.1 (#515)
  • a62570b chore(deps-dev): bump webpack-cli from 7.2.2 to 7.2.3 (#511)
  • 6e027d1 chore(deps-dev): bump jest-resolve from 30.4.1 to 30.5.0 (#512)
  • 6da8adc chore(deps): bump axios from 1.19.0 to 1.20.0 (#510)
  • f47c65e chore(deps): bump @​mui/icons-material from 9.3.1 to 9.4.0 (#509)
  • fbf8710 chore(deps): bump github/codeql-action from 4.37.8 to 4.37.9 (#508)
  • 04c65c6 chore(deps-dev): bump @​types/node from 26.3.0 to 26.4.0 (#507)
  • Additional commits viewable in compare view

Updates @speclynx/apidom-core from 4.16.0 to 5.2.2

Release notes

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

v5.2.2

5.2.2 (2026-09-03)

Bug Fixes

v5.2.1

5.2.1 (2026-08-29)

Bug Fixes

  • release: fix failed v5.2.0 release (74fe3bd)

v5.2.0

5.2.0 (2026-08-29)

Features

v5.1.1

5.1.1 (2026-08-19)

Bug Fixes

  • core: alias cycles as recursive anchors when aliasing (739341a), closes #459
  • core: honour aliasDuplicateObjects when preserving style (8e05d32), closes #459
  • core: keep "proto" key when building POJOs (696f49b)
  • core: make JSON raw number sentinels unforgeable (#463) (cdfa493), closes #461 #462 [pre-#462](https://github.com/pre-/issues/462) #459
  • core: scope serializer cycle detection to ancestors (#461) (8f48c50), closes #459
  • core: terminate on cycles in the default serializer paths (5514f4f), closes #459 #465
  • datamodel: stop "proto" keys hijacking prototypes (e1d308e)
  • overlay: apply root-target updates in place (da41593), closes #471
  • overlay: clone the parse result under immutable apply (203d2b5), closes #475
  • overlay: clone update value per matched target (cb98f2b), closes #460
  • overlay: clone update values emitted by diff (31b8db9), closes #469
  • overlay: honour the immutable default for partial options (5730aed)
  • overlay: restore the result marker after a root replacement (#482) (9227cfc), closes #481
  • overlay: return an independent tree from no-op apply (eb545b8), closes #470
  • overlay: snapshot copy source before updating targets (bb6ee06), closes #470
  • parser-adapter: mark the result element only once (b875db4)

Performance Improvements

  • core: replace JSON sentinels in a single pass (#462) (f6cb922), closes #459
  • overlay: skip the throwaway clone in the POJO realm (07c5a81)

... (truncated)

Changelog

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

5.2.2 (2026-09-03)

Bug Fixes

5.2.1 (2026-08-29)

Bug Fixes

  • release: fix failed v5.2.0 release (74fe3bd)

5.2.0 (2026-08-29)

Features

5.1.1 (2026-08-19)

Bug Fixes

  • core: alias cycles as recursive anchors when aliasing (739341a), closes #459
  • core: honour aliasDuplicateObjects when preserving style (8e05d32), closes #459
  • core: keep "proto" key when building POJOs (696f49b)
  • core: make JSON raw number sentinels unforgeable (#463) (cdfa493), closes #461 #462 [pre-#462](https://github.com/pre-/issues/462) #459
  • core: scope serializer cycle detection to ancestors (#461) (8f48c50), closes #459
  • core: terminate on cycles in the default serializer paths (5514f4f), closes #459 #465
  • datamodel: stop "proto" keys hijacking prototypes (e1d308e)
  • overlay: apply root-target updates in place (da41593), closes #471
  • overlay: clone the parse result under immutable apply (203d2b5), closes #475
  • overlay: clone update value per matched target (cb98f2b), closes #460
  • overlay: clone update values emitted by diff (31b8db9), closes #469
  • overlay: honour the immutable default for partial options (5730aed)
  • overlay: restore the result marker after a root replacement (#482) (9227cfc), closes #481
  • overlay: return an independent tree from no-op apply (eb545b8), closes #470
  • overlay: snapshot copy source before updating targets (bb6ee06), closes #470
  • parser-adapter: mark the result element only once (b875db4)

Performance Improvements

  • core: replace JSON sentinels in a single pass (#462) (f6cb922), closes #459
  • overlay: skip the throwaway clone in the POJO realm (07c5a81)

5.1.0 (2026-08-09)

Bug Fixes

... (truncated)

Commits
  • 2d0e035 chore(release): cut the v5.2.2 release [skip ci]
  • b66bac4 fix(reference): distinguish shared source descriptions from cycles (#518)
  • fdeb0f0 chore(deps): bump @​swaggerexpert/arazzo-runtime-expression (#516)
  • 9dc0e4c chore(deps-dev): bump @​vitejs/plugin-react from 6.1.0 to 6.1.1 (#515)
  • a62570b chore(deps-dev): bump webpack-cli from 7.2.2 to 7.2.3 (#511)
  • 6e027d1 chore(deps-dev): bump jest-resolve from 30.4.1 to 30.5.0 (#512)
  • 6da8adc chore(deps): bump axios from 1.19.0 to 1.20.0 (#510)
  • f47c65e chore(deps): bump @​mui/icons-material from 9.3.1 to 9.4.0 (#509)
  • fbf8710 chore(deps): bump github/codeql-action from 4.37.8 to 4.37.9 (#508)
  • 04c65c6 chore(deps-dev): bump @​types/node from 26.3.0 to 26.4.0 (#507)
  • Additional commits viewable in compare view

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

Release notes

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

v5.2.2

5.2.2 (2026-09-03)

Bug Fixes

v5.2.1

5.2.1 (2026-08-29)

Bug Fixes

  • release: fix failed v5.2.0 release (74fe3bd)

v5.2.0

5.2.0 (2026-08-29)

Features

v5.1.1

5.1.1 (2026-08-19)

Bug Fixes

  • core: alias cycles as recursive anchors when aliasing (739341a), closes #459
  • core: honour aliasDuplicateObjects when preserving style (8e05d32), closes #459
  • core: keep "proto" key when building POJOs (696f49b)
  • core: make JSON raw number sentinels unforgeable (#463) (cdfa493), closes #461 #462 [pre-#462](https://github.com/pre-/issues/462) #459
  • core: scope serializer cycle detection to ancestors (#461) (8f48c50), closes #459
  • core: terminate on cycles in the default serializer paths (5514f4f), closes #459 #465
  • datamodel: stop "proto" keys hijacking prototypes (e1d308e)
  • overlay: apply root-target updates in place (da41593), closes #471
  • overlay: clone the parse result under immutable apply (203d2b5), closes #475
  • overlay: clone update value per matched target (cb98f2b), closes #460
  • overlay: clone update values emitted by diff (31b8db9), closes #469
  • overlay: honour the immutable default for partial options (5730aed)
  • overlay: restore the result marker after a root replacement (#482) (9227cfc), closes #481
  • overlay: return an independent tree from no-op apply (eb545b8), closes #470
  • overlay: snapshot copy source before updating targets (bb6ee06), closes #470
  • parser-adapter: mark the result element only once (b875db4)

Performance Improvements

  • core: replace JSON sentinels in a single pass (#462) (f6cb922), closes #459
  • overlay: skip the throwaway clone in the POJO realm (07c5a81)

... (truncated)

Changelog

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

5.2.2 (2026-09-03)

Bug Fixes

5.2.1 (2026-08-29)

Bug Fixes

  • release: fix failed v5.2.0 release (74fe3bd)

5.2.0 (2026-08-29)

Features

5.1.1 (2026-08-19)

Bug Fixes

  • core: alias cycles as recursive anchors when aliasing (739341a), closes #459
  • core: honour aliasDuplicateObjects when preserving style (8e05d32), closes #459
  • core: keep "proto" key when building POJOs (696f49b)
  • core: make JSON raw number sentinels unforgeable (#463) (cdfa493), closes #461 #462 [pre-#462](https://github.com/pre-/issues/462) #459
  • core: scope serializer cycle detection to ancestors (#461) (8f48c50), closes #459
  • core: terminate on cycles in the default serializer paths (5514f4f), closes #459 #465
  • datamodel: stop "proto" keys hijacking prototypes (e1d308e)
  • overlay: apply root-target updates in place (da41593), closes #471
  • overlay: clone the parse result under immutable apply (203d2b5), closes #475
  • overlay: clone update value per matched target (cb98f2b), closes #460
  • overlay: clone update values emitted by diff (31b8db9), closes #469
  • overlay: honour the immutable default for partial options (5730aed)
  • overlay: restore the result marker after a root replacement (#482) (9227cfc), closes #481
  • overlay: return an independent tree from no-op apply (eb545b8), closes #470
  • overlay: snapshot copy source before updating targets (bb6ee06), closes #470
  • parser-adapter: mark the result element only once (b875db4)

Performance Improvements

  • core: replace JSON sentinels in a single pass (#462) (f6cb922), closes #459
  • overlay: skip the throwaway clone in the POJO realm (07c5a81)

5.1.0 (2026-08-09)

Bug Fixes

... (truncated)

Commits
  • 2d0e035 chore(release): cut the v5.2.2 release [skip ci]
  • b66bac4 fix(reference): distinguish shared source descriptions from cycles (#518)
  • fdeb0f0 chore(deps): bump @​swaggerexpert/arazzo-runtime-expression (#516)
  • 9dc0e4c chore(deps-dev): bump @​vitejs/plugin-react from 6.1.0 to 6.1.1 (#515)
  • a62570b chore(deps-dev): bump webpack-cli from 7.2.2 to 7.2.3 (#511)
  • 6e027d1 chore(deps-dev): bump jest-resolve from 30.4.1 to 30.5.0 (#512)
  • 6da8adc chore(deps): bump axios from 1.19.0 to 1.20.0 (#510)
  • f47c65e chore(deps): bump @​mui/icons-material from 9.3.1 to 9.4.0 (#509)
  • fbf8710 chore(deps): bump github/codeql-action from 4.37.8 to 4.37.9 (#508)
  • 04c65c6 chore(deps-dev): bump @​types/node from 26.3.0 to 26.4.0 (#507)
  • 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
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/speclynx-apidom-1c3fc8bacb branch 2 times, most recently from eac5cb4 to 8d3f262 Compare August 25, 2026 21:03
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/speclynx-apidom-1c3fc8bacb branch 2 times, most recently from ceedfe4 to 7abb9ad Compare September 3, 2026 21:03
…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.2.2
- [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.2.2)

Updates `@speclynx/apidom-core` from 4.16.0 to 5.2.2
- [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.2.2)

Updates `@speclynx/apidom-ns-openapi-3-0` from 4.16.0 to 5.2.2
- [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.2.2)

---
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 7abb9ad to dfe309a Compare September 7, 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