Skip to content

chore(deps): bump the deps-prod group across 1 directory with 32 updates - #5

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/deps-prod-293d3891e0
Closed

dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/deps-prod-293d3891e0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 8, 2026

Copy link
Copy Markdown
Contributor

Bumps the deps-prod group with 26 updates in the / directory:

Package From To
prettier 3.7.4 3.9.6
@speclynx/apidom-core 5.2.1 5.2.2
@speclynx/apidom-ns-arazzo-1 5.2.1 5.2.2
@speclynx/apidom-ns-asyncapi-2 5.2.1 5.2.2
@speclynx/apidom-ns-openapi-2 5.2.1 5.2.2
@speclynx/apidom-ns-openapi-3-0 5.2.1 5.2.2
@speclynx/apidom-ns-openapi-3-1 5.2.1 5.2.2
@speclynx/apidom-ns-overlay-1 5.2.1 5.2.2
@speclynx/apidom-parser 5.2.1 5.2.2
@speclynx/apidom-parser-adapter-arazzo-json-1 5.2.1 5.2.2
@speclynx/apidom-parser-adapter-arazzo-yaml-1 5.2.1 5.2.2
@speclynx/apidom-parser-adapter-asyncapi-json-2 5.2.1 5.2.2
@speclynx/apidom-parser-adapter-asyncapi-yaml-2 5.2.1 5.2.2
@speclynx/apidom-parser-adapter-openapi-json-2 5.2.1 5.2.2
@speclynx/apidom-parser-adapter-openapi-json-3-0 5.2.1 5.2.2
@speclynx/apidom-parser-adapter-openapi-json-3-1 5.2.1 5.2.2
@speclynx/apidom-parser-adapter-openapi-yaml-2 5.2.1 5.2.2
@speclynx/apidom-parser-adapter-openapi-yaml-3-0 5.2.1 5.2.2
@speclynx/apidom-parser-adapter-openapi-yaml-3-1 5.2.1 5.2.2
@speclynx/apidom-parser-adapter-overlay-json-1 5.2.1 5.2.2
@speclynx/apidom-parser-adapter-overlay-yaml-1 5.2.1 5.2.2
@speclynx/apidom-reference 5.2.1 5.2.2
@types/ramda 0.30.2 0.32.0
vscode-languageserver-protocol 3.17.6-next.15 3.18.3
vscode-languageserver-textdocument 1.0.12 1.0.14
vscode-languageserver-types 3.17.6-next.6 3.18.3

Updates prettier from 3.7.4 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

Updates @speclynx/apidom-core from 5.2.1 to 5.2.2

Release notes

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

v5.2.2

5.2.2 (2026-09-03)

Bug Fixes

Changelog

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

5.2.2 (2026-09-03)

Bug Fixes

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-datamodel from 5.2.1 to 5.2.2

Release notes

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

v5.2.2

5.2.2 (2026-09-03)

Bug Fixes

Changelog

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

5.2.2 (2026-09-03)

Bug Fixes

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-json-path from 5.2.1 to 5.2.2

Release notes

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

v5.2.2

5.2.2 (2026-09-03)

Bug Fixes

Changelog

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

5.2.2 (2026-09-03)

Bug Fixes

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-json-pointer from 5.2.1 to 5.2.2

Release notes

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

v5.2.2

5.2.2 (2026-09-03)

Bug Fixes

Changelog

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

5.2.2 (2026-09-03)

Bug Fixes

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-arazzo-1 from 5.2.1 to 5.2.2

Release notes

Sourced from @​speclynx/apidom-ns-arazzo-1's releases.

v5.2.2

5.2.2 (2026-09-03)

Bug Fixes

Changelog

Sourced from @​speclynx/apidom-ns-arazzo-1's changelog.

5.2.2 (2026-09-03)

Bug Fixes

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-asyncapi-2 from 5.2.1 to 5.2.2

Release notes

Sourced from @​speclynx/apidom-ns-asyncapi-2's releases.

v5.2.2

5.2.2 (2026-09-03)

Bug Fixes

Changelog

Sourced from @​speclynx/apidom-ns-asyncapi-2's changelog.

5.2.2 (2026-09-03)

Bug Fixes

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-2 from 5.2.1 to 5.2.2

Release notes

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

v5.2.2

5.2.2 (2026-09-03)

Bug Fixes

Changelog

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

5.2.2 (2026-09-03)

Bug Fixes

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 5.2.1 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

Changelog

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

5.2.2 (2026-09-03)

Bug Fixes

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-1 from 5.2.1 to 5.2.2

Release notes

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

v5.2.2

5.2.2 (2026-09-03)

Bug Fixes

Changelog

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

5.2.2 (2026-09-03)

Bug Fixes

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-overlay-1 from 5.2.1 to 5.2.2

Release notes

Sourced from @​speclynx/apidom-ns-overlay-1's releases.

v5.2.2

5.2.2 (2026-09-03)

Bug Fixes

Changelog

Sourced from @​speclynx/apidom-ns-overlay-1's changelog.

5.2.2 (2026-09-03)

Bug Fixes

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-parser from 5.2.1 to 5.2.2

Release notes

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

v5.2.2

5.2.2 (2026-09-03)

Bug Fixes

Changelog

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

5.2.2 (2026-09-03)

Bug Fixes

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-parser-adapter-arazzo-json-1 from 5.2.1 to 5.2.2

Release notes

Sourced from @​speclynx/apidom-parser-adapter-arazzo-json-1's releases.

v5.2.2

5.2.2 (2026-09-03)

Bug Fixes

Changelog

Sourced from @​speclynx/apidom-parser-adapter-arazzo-json-1's changelog.

5.2.2 (2026-09-03)

Bug Fixes

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-parser-adapter-arazzo-yaml-1 from 5.2.1 to 5.2.2

Release notes

Sourced from @​speclynx/apidom-parser-adapter-arazzo-yaml-1's releases.

v5.2.2

5.2.2 (2026-09-03)

Bug Fixes

Changelog

Sourced from @​speclynx/apidom-parser-adapter-arazzo-yaml-1's changelog.

5.2.2 (2026-09-03)

Bug Fixes

Commits
  • 2d0e035 chore(release): cut the v5.2.2 release [skip ci]
  • b66bac4 fix(reference): distinguish shared source de...

    Description has been truncated

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Sep 8, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/deps-prod-293d3891e0 branch from 4c4144a to 2b715b9 Compare September 9, 2026 23:09
@dependabot dependabot Bot changed the title chore(deps): bump the deps-prod group with 32 updates chore(deps): bump the deps-prod group across 1 directory with 32 updates Sep 9, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/deps-prod-293d3891e0 branch from 2b715b9 to 4fd9cc6 Compare September 10, 2026 09:14
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/deps-prod-293d3891e0 branch from 4fd9cc6 to 8baf5e1 Compare September 10, 2026 23:08
Bumps the deps-prod group with 26 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [prettier](https://github.com/prettier/prettier) | `3.7.4` | `3.9.6` |
| [@speclynx/apidom-core](https://github.com/speclynx/apidom) | `5.2.1` | `5.2.2` |
| [@speclynx/apidom-ns-arazzo-1](https://github.com/speclynx/apidom) | `5.2.1` | `5.2.2` |
| [@speclynx/apidom-ns-asyncapi-2](https://github.com/speclynx/apidom) | `5.2.1` | `5.2.2` |
| [@speclynx/apidom-ns-openapi-2](https://github.com/speclynx/apidom) | `5.2.1` | `5.2.2` |
| [@speclynx/apidom-ns-openapi-3-0](https://github.com/speclynx/apidom) | `5.2.1` | `5.2.2` |
| [@speclynx/apidom-ns-openapi-3-1](https://github.com/speclynx/apidom) | `5.2.1` | `5.2.2` |
| [@speclynx/apidom-ns-overlay-1](https://github.com/speclynx/apidom) | `5.2.1` | `5.2.2` |
| [@speclynx/apidom-parser](https://github.com/speclynx/apidom) | `5.2.1` | `5.2.2` |
| [@speclynx/apidom-parser-adapter-arazzo-json-1](https://github.com/speclynx/apidom) | `5.2.1` | `5.2.2` |
| [@speclynx/apidom-parser-adapter-arazzo-yaml-1](https://github.com/speclynx/apidom) | `5.2.1` | `5.2.2` |
| [@speclynx/apidom-parser-adapter-asyncapi-json-2](https://github.com/speclynx/apidom) | `5.2.1` | `5.2.2` |
| [@speclynx/apidom-parser-adapter-asyncapi-yaml-2](https://github.com/speclynx/apidom) | `5.2.1` | `5.2.2` |
| [@speclynx/apidom-parser-adapter-openapi-json-2](https://github.com/speclynx/apidom) | `5.2.1` | `5.2.2` |
| [@speclynx/apidom-parser-adapter-openapi-json-3-0](https://github.com/speclynx/apidom) | `5.2.1` | `5.2.2` |
| [@speclynx/apidom-parser-adapter-openapi-json-3-1](https://github.com/speclynx/apidom) | `5.2.1` | `5.2.2` |
| [@speclynx/apidom-parser-adapter-openapi-yaml-2](https://github.com/speclynx/apidom) | `5.2.1` | `5.2.2` |
| [@speclynx/apidom-parser-adapter-openapi-yaml-3-0](https://github.com/speclynx/apidom) | `5.2.1` | `5.2.2` |
| [@speclynx/apidom-parser-adapter-openapi-yaml-3-1](https://github.com/speclynx/apidom) | `5.2.1` | `5.2.2` |
| [@speclynx/apidom-parser-adapter-overlay-json-1](https://github.com/speclynx/apidom) | `5.2.1` | `5.2.2` |
| [@speclynx/apidom-parser-adapter-overlay-yaml-1](https://github.com/speclynx/apidom) | `5.2.1` | `5.2.2` |
| [@speclynx/apidom-reference](https://github.com/speclynx/apidom) | `5.2.1` | `5.2.2` |
| [@types/ramda](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/ramda) | `0.30.2` | `0.32.0` |
| [vscode-languageserver-protocol](https://github.com/Microsoft/vscode-languageserver-node/tree/HEAD/protocol) | `3.17.6-next.15` | `3.18.3` |
| [vscode-languageserver-textdocument](https://github.com/Microsoft/vscode-languageserver-node/tree/HEAD/textDocument) | `1.0.12` | `1.0.14` |
| [vscode-languageserver-types](https://github.com/Microsoft/vscode-languageserver-node/tree/HEAD/types) | `3.17.6-next.6` | `3.18.3` |



Updates `prettier` from 3.7.4 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.7.4...3.9.6)

Updates `@speclynx/apidom-core` from 5.2.1 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@v5.2.1...v5.2.2)

Updates `@speclynx/apidom-datamodel` from 5.2.1 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@v5.2.1...v5.2.2)

Updates `@speclynx/apidom-json-path` from 5.2.1 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@v5.2.1...v5.2.2)

Updates `@speclynx/apidom-json-pointer` from 5.2.1 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@v5.2.1...v5.2.2)

Updates `@speclynx/apidom-ns-arazzo-1` from 5.2.1 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@v5.2.1...v5.2.2)

Updates `@speclynx/apidom-ns-asyncapi-2` from 5.2.1 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@v5.2.1...v5.2.2)

Updates `@speclynx/apidom-ns-openapi-2` from 5.2.1 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@v5.2.1...v5.2.2)

Updates `@speclynx/apidom-ns-openapi-3-0` from 5.2.1 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@v5.2.1...v5.2.2)

Updates `@speclynx/apidom-ns-openapi-3-1` from 5.2.1 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@v5.2.1...v5.2.2)

Updates `@speclynx/apidom-ns-overlay-1` from 5.2.1 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@v5.2.1...v5.2.2)

Updates `@speclynx/apidom-parser` from 5.2.1 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@v5.2.1...v5.2.2)

Updates `@speclynx/apidom-parser-adapter-arazzo-json-1` from 5.2.1 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@v5.2.1...v5.2.2)

Updates `@speclynx/apidom-parser-adapter-arazzo-yaml-1` from 5.2.1 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@v5.2.1...v5.2.2)

Updates `@speclynx/apidom-parser-adapter-asyncapi-json-2` from 5.2.1 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@v5.2.1...v5.2.2)

Updates `@speclynx/apidom-parser-adapter-asyncapi-yaml-2` from 5.2.1 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@v5.2.1...v5.2.2)

Updates `@speclynx/apidom-parser-adapter-json` from 5.2.1 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@v5.2.1...v5.2.2)

Updates `@speclynx/apidom-parser-adapter-openapi-json-2` from 5.2.1 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@v5.2.1...v5.2.2)

Updates `@speclynx/apidom-parser-adapter-openapi-json-3-0` from 5.2.1 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@v5.2.1...v5.2.2)

Updates `@speclynx/apidom-parser-adapter-openapi-json-3-1` from 5.2.1 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@v5.2.1...v5.2.2)

Updates `@speclynx/apidom-parser-adapter-openapi-yaml-2` from 5.2.1 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@v5.2.1...v5.2.2)

Updates `@speclynx/apidom-parser-adapter-openapi-yaml-3-0` from 5.2.1 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@v5.2.1...v5.2.2)

Updates `@speclynx/apidom-parser-adapter-openapi-yaml-3-1` from 5.2.1 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@v5.2.1...v5.2.2)

Updates `@speclynx/apidom-parser-adapter-overlay-json-1` from 5.2.1 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@v5.2.1...v5.2.2)

Updates `@speclynx/apidom-parser-adapter-overlay-yaml-1` from 5.2.1 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@v5.2.1...v5.2.2)

Updates `@speclynx/apidom-parser-adapter-yaml-1-2` from 5.2.1 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@v5.2.1...v5.2.2)

Updates `@speclynx/apidom-reference` from 5.2.1 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@v5.2.1...v5.2.2)

Updates `@speclynx/apidom-traverse` from 5.2.1 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@v5.2.1...v5.2.2)

Updates `@types/ramda` from 0.30.2 to 0.32.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/ramda)

Updates `vscode-languageserver-protocol` from 3.17.6-next.15 to 3.18.3
- [Release notes](https://github.com/Microsoft/vscode-languageserver-node/releases)
- [Commits](https://github.com/Microsoft/vscode-languageserver-node/commits/release/types/3.18.3/protocol)

Updates `vscode-languageserver-textdocument` from 1.0.12 to 1.0.14
- [Release notes](https://github.com/Microsoft/vscode-languageserver-node/releases)
- [Commits](https://github.com/Microsoft/vscode-languageserver-node/commits/HEAD/textDocument)

Updates `vscode-languageserver-types` from 3.17.6-next.6 to 3.18.3
- [Release notes](https://github.com/Microsoft/vscode-languageserver-node/releases)
- [Commits](https://github.com/Microsoft/vscode-languageserver-node/commits/release/types/3.18.3/types)

---
updated-dependencies:
- dependency-name: "@speclynx/apidom-core"
  dependency-version: 5.2.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps-prod
- dependency-name: "@speclynx/apidom-datamodel"
  dependency-version: 5.2.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps-prod
- dependency-name: "@speclynx/apidom-json-path"
  dependency-version: 5.2.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps-prod
- dependency-name: "@speclynx/apidom-json-pointer"
  dependency-version: 5.2.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps-prod
- dependency-name: "@speclynx/apidom-ns-arazzo-1"
  dependency-version: 5.2.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps-prod
- dependency-name: "@speclynx/apidom-ns-asyncapi-2"
  dependency-version: 5.2.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps-prod
- dependency-name: "@speclynx/apidom-ns-openapi-2"
  dependency-version: 5.2.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps-prod
- dependency-name: "@speclynx/apidom-ns-openapi-3-0"
  dependency-version: 5.2.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps-prod
- dependency-name: "@speclynx/apidom-ns-openapi-3-1"
  dependency-version: 5.2.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps-prod
- dependency-name: "@speclynx/apidom-ns-overlay-1"
  dependency-version: 5.2.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps-prod
- dependency-name: "@speclynx/apidom-parser"
  dependency-version: 5.2.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps-prod
- dependency-name: "@speclynx/apidom-parser-adapter-arazzo-json-1"
  dependency-version: 5.2.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps-prod
- dependency-name: "@speclynx/apidom-parser-adapter-arazzo-yaml-1"
  dependency-version: 5.2.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps-prod
- dependency-name: "@speclynx/apidom-parser-adapter-asyncapi-json-2"
  dependency-version: 5.2.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps-prod
- dependency-name: "@speclynx/apidom-parser-adapter-asyncapi-yaml-2"
  dependency-version: 5.2.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps-prod
- dependency-name: "@speclynx/apidom-parser-adapter-json"
  dependency-version: 5.2.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps-prod
- dependency-name: "@speclynx/apidom-parser-adapter-openapi-json-2"
  dependency-version: 5.2.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps-prod
- dependency-name: "@speclynx/apidom-parser-adapter-openapi-json-3-0"
  dependency-version: 5.2.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps-prod
- dependency-name: "@speclynx/apidom-parser-adapter-openapi-json-3-1"
  dependency-version: 5.2.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps-prod
- dependency-name: "@speclynx/apidom-parser-adapter-openapi-yaml-2"
  dependency-version: 5.2.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps-prod
- dependency-name: "@speclynx/apidom-parser-adapter-openapi-yaml-3-0"
  dependency-version: 5.2.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps-prod
- dependency-name: "@speclynx/apidom-parser-adapter-openapi-yaml-3-1"
  dependency-version: 5.2.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps-prod
- dependency-name: "@speclynx/apidom-parser-adapter-overlay-json-1"
  dependency-version: 5.2.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps-prod
- dependency-name: "@speclynx/apidom-parser-adapter-overlay-yaml-1"
  dependency-version: 5.2.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps-prod
- dependency-name: "@speclynx/apidom-parser-adapter-yaml-1-2"
  dependency-version: 5.2.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps-prod
- dependency-name: "@speclynx/apidom-reference"
  dependency-version: 5.2.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps-prod
- dependency-name: "@speclynx/apidom-traverse"
  dependency-version: 5.2.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps-prod
- dependency-name: "@types/ramda"
  dependency-version: 0.32.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps-prod
- dependency-name: prettier
  dependency-version: 3.9.6
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps-prod
- dependency-name: vscode-languageserver-protocol
  dependency-version: 3.18.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps-prod
- dependency-name: vscode-languageserver-textdocument
  dependency-version: 1.0.14
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps-prod
- dependency-name: vscode-languageserver-types
  dependency-version: 3.18.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps-prod
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/deps-prod-293d3891e0 branch from 8baf5e1 to c0f386d Compare September 11, 2026 14:04
@dependabot @github

dependabot Bot commented on behalf of github Sep 12, 2026

Copy link
Copy Markdown
Contributor Author

Looks like these dependencies are no longer updatable, so this is no longer needed.

@dependabot dependabot Bot closed this Sep 12, 2026
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/deps-prod-293d3891e0 branch September 12, 2026 08:39
@frantuma

Copy link
Copy Markdown
Member

Superseded by #28, which landed as 8db1c245.

This PR was legitimate but could never go green on its own: two of its bumps required code changes Dependabot cannot make. prettier 3.9.6 reformats src/utils/utils.ts, and LSP 3.18 widens Diagnostic.message to string | MarkupContent, which broke reading it directly in the two overlay suites. #28 carries the identical dependency changes plus those two fixes.

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.

1 participant