Skip to content

chore(deps): bump the dev-tooling group with 8 updates - #29

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/dev-tooling-a784f4056d
Open

chore(deps): bump the dev-tooling group with 8 updates#29
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/dev-tooling-a784f4056d

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 13, 2026

Copy link
Copy Markdown
Contributor

Bumps the dev-tooling group with 8 updates:

Package From To
@fortawesome/fontawesome-free 7.0.0 7.3.1
@compodoc/compodoc 1.1.26 2.0.0
@figma/code-connect 1.4.8 1.5.2
@types/jasmine 5.1.8 6.0.0
jsdom 28.1.0 30.0.1
ng-packagr 22.0.2 22.1.1
style-dictionary 5.5.0 5.5.1
typescript 6.0.3 7.0.2

Updates @fortawesome/fontawesome-free from 7.0.0 to 7.3.1

Release notes

Sourced from @​fortawesome/fontawesome-free's releases.

Release 7.3.1

Change log available at https://fontawesome.com/docs/changelog/

Release 7.3.0

Change log available at https://fontawesome.com/docs/changelog/

Release 7.2.0

Change log available at https://fontawesome.com/changelog

Release 7.1.0

Change log available at https://fontawesome.com/docs/changelog/

Release 7.0.1

Change log available at https://fontawesome.com/docs/changelog/

Commits
Maintainer changes

This version was pushed to npm by fortawesome-admin, a new releaser for @​fortawesome/fontawesome-free since your current version.


Updates @compodoc/compodoc from 1.1.26 to 2.0.0

Release notes

Sourced from @​compodoc/compodoc's releases.

2.0.0

Main features:

Top 3:

  • Standalone-aware route graph generation for Angular apps using provideRouter, including standalone components, inline lazy routes, and default-export route files, alongside traditional NgModule routing.
  • Modern Angular support across the compiler and generated docs, including signal inputs, signal aliases, standalone metadata, styleUrl, and injectable providedIn / inheritance metadata.
  • More accurate TypeScript and JSDoc rendering for complex projects, covering advanced type syntax, inherited documentation, examples, custom tags, and richer interface docs.

Other notable changes:

  • Clickable navigation for dependency graph nodes.
  • More robust CLI and coverage workflows, including single-file inputs, coverage exclusions, Windows absolute paths, watch path normalization, and duplicate component-name handling.
  • Security and runtime hardening, including ReDoS fixes in signal parsing and escaping of dangerous component template content.
  • Modernized package/runtime baseline with IE11/Babel legacy output removed and @​compodoc/live-server no longer required.

Features

Bug fixes

CLI, coverage and tooling

  • fix(tools): npm RFC #868 (77be307), closes #1738
  • test(cli): guard duplicate component name inputs (3266772), closes #1390
  • fix(cli): support single file source argument (0e03704), closes #1384
  • fix(coverage): support absolute Windows paths (d303e4e), closes #1272
  • fix(watch): normalize changed file paths (7f4b74f), closes #1488
  • fix(cli): keep coverage enabled for coverage test mode (0d983b8), closes #1360
  • fix(cli): resolve namespace barrel spread declarations (79d7044), closes #623

JSDoc and rendered documentation

  • chore(app): support throws and inherited docs (2138b1b), closes #450 (2138b1b), closes #242
  • fix(jsdoc): avoid crash on deprecated tag parsing (50e87d6), closes #1300
  • fix: preserve generic type parameters in docs (eb34354), closes #555
  • fix: use nearest JSDoc comment for variable docs (edb95aa), closes #1274
  • fix(jsdoc): support indented @​example fenced code blocks (02d2311), closes #1403
  • fix(markdown): normalize Bitbucket commit links in rendered changelog pages (133aa91), closes #1404
  • fix(jsdoc): preserve description for custom JSDoc tags and add rawdescription on miscellaneous symbols (55489d9), closes #1601

Routing and route graph parsing

... (truncated)

Changelog

Sourced from @​compodoc/compodoc's changelog.

2.0.0

Main features:

Top 3:

  • Standalone-aware route graph generation for Angular apps using provideRouter, including standalone components, inline lazy routes, and default-export route files, alongside traditional NgModule routing.
  • Modern Angular support across the compiler and generated docs, including signal inputs, signal aliases, standalone metadata, styleUrl, and injectable providedIn / inheritance metadata.
  • More accurate TypeScript and JSDoc rendering for complex projects, covering advanced type syntax, inherited documentation, examples, custom tags, and richer interface docs.

Other notable changes:

  • Clickable navigation for dependency graph nodes.
  • More robust CLI and coverage workflows, including single-file inputs, coverage exclusions, Windows absolute paths, watch path normalization, and duplicate component-name handling.
  • Security and runtime hardening, including ReDoS fixes in signal parsing and escaping of dangerous component template content.
  • Modernized package/runtime baseline with IE11/Babel legacy output removed and @​compodoc/live-server no longer required.

Features

Bug fixes

CLI, coverage and tooling

  • fix(tools): npm RFC #868 (77be307), closes #1738
  • test(cli): guard duplicate component name inputs (3266772), closes #1390
  • fix(cli): support single file source argument (0e03704), closes #1384
  • fix(coverage): support absolute Windows paths (d303e4e), closes #1272
  • fix(watch): normalize changed file paths (7f4b74f), closes #1488
  • fix(cli): keep coverage enabled for coverage test mode (0d983b8), closes #1360
  • fix(cli): resolve namespace barrel spread declarations (79d7044), closes #623

JSDoc and rendered documentation

  • chore(app): support throws and inherited docs (2138b1b), closes #450 (2138b1b), closes #242
  • fix(jsdoc): avoid crash on deprecated tag parsing (50e87d6), closes #1300
  • fix: preserve generic type parameters in docs (eb34354), closes #555
  • fix: use nearest JSDoc comment for variable docs (edb95aa), closes #1274
  • fix(jsdoc): support indented @​example fenced code blocks (02d2311), closes #1403
  • fix(markdown): normalize Bitbucket commit links in rendered changelog pages (133aa91), closes #1404
  • fix(jsdoc): preserve description for custom JSDoc tags and add rawdescription on miscellaneous symbols (55489d9), closes #1601

... (truncated)

Commits

Updates @figma/code-connect from 1.4.8 to 1.5.2

Release notes

Sourced from @​figma/code-connect's releases.

Code Connect 1.5.2

Fixed

  • Fixed JavaScript template files authored with import figma from 'figma' publishing an unexecutable import.

Code Connect 1.5.0

[!WARNING] Previously, Code Connect required framework-specific parsers for React, iOS, Android and Web Components. Late in 2025, we introduced a new template API that removed framework requirements and allows users to more flexibly control how code snippets are rendered inside of Figma. Going forward, new users should opt for this template format and we recommend existing users to follow our migration guide to move to the new format. Following August 17th, 2026, we will no longer be updating or actively maintaining the legacy parsers.

Fixed

Template files

  • Fixed nested rendered examples being dropped or formatted incorrectly when interpolated directly or passed to the React, Swift, and Kotlin child-rendering helpers.
  • Migrated template files no longer include unused generated prop constants.

Features

Template files

  • Added a --delete option to figma connect migrate that deletes source Code Connect files after they are successfully migrated.
  • Template files (TypeScript and JavaScript) now support importing local helper modules via relative paths (for example, ./shared-helpers) to promote reuse of shared formatting and utility logic. Helper code is bundled into the published template so it can run standalone, and helpers may import other local helpers to organize shared logic across multiple files. Only relative imports within the project are supported (external packages are not), and helpers must be brought in with import syntax — require remains available for the Figma API itself. Helper code you don't actually use is left out of the published template, and if the bundled output exceeds the maximum template size, the CLI fails before publishing.

General

  • figma connect preview can now render a component in states beyond its default, and inspect its properties:
    • figma connect preview <file> --inspect prints the component's properties and variants — name, type, variant options, and default — without rendering a snippet.
    • figma connect preview <file> --props Name=Value … renders a single specific property combination. Pairs are space-separated arguments (quote a pair only when its name or value contains spaces, e.g. "Has Icon Start=true"). Property names and variant values are matched case-insensitively, unspecified properties keep their defaults, and an invalid variant value is reported along with the valid options. To target a property when two properties share a name but differ in type, prefix the pair with the type, e.g. "BOOLEAN:textMsg=false" "TEXT:textMsg=Hello"; the prefix is optional and only needed to disambiguate.
    • figma connect preview <file> --all renders every property combination of the component — the cartesian product of its variant and boolean properties. Requires a specific component file argument. Use --max-combinations <number> to render fewer combinations when the full set is large.

v1.4.9

Fixed

General

  • Fixed parser invocation failing when a path or argument contained a space. This affected the Swift parser (Xcode project / Swift package paths), the Compose parser (Gradle wrapper paths), and the custom parser (any user-provided parserCommand referencing a path with spaces).

Template files

  • Fixed template-only projects unnecessarily building and running a native parser. When every Code Connect file is a parserless template (.figma.ts/.figma.js), the CLI no longer invokes the Swift or Compose parser — which is slow at best and can fail outright (for example a Swift package targeting macOS 12 whose Figma dependency requires macOS 13, producing "the library '...' requires macos 12.0, but depends on the product 'Figma' which requires macos 13.0"). Projects that also contain native source files are unaffected and still run the parser.

Swift

  • Raised the supported swift-syntax upper bound to allow the 603.x release. Previously the cap below 603 could silently downgrade swift-syntax in projects that depend on both Code Connect and swift-syntax (directly or transitively) on a Swift 6.3 toolchain. Older toolchains remain supported.

Features

General

... (truncated)

Changelog

Sourced from @​figma/code-connect's changelog.

Code Connect v1.5.2 (3 August 2026)

Fixed

  • Fixed JavaScript template files authored with import figma from 'figma' publishing an unexecutable import.

Code Connect v1.5.1 (29 July 2026)

  • Copy tweaks for CLI support notice

Code Connect v1.5.0 (29 July 2026)

[!WARNING] Framework-specific parsers will no longer receive updates or support from August 17th, 2026. Template files will be the only actively maintained way of using Code Connect. See our migration guide for more information and instructions on migrating parser-based Code Connect: https://developers.figma.com/docs/code-connect/templates-migration-guide/

Fixed

Template files

  • Fixed nested rendered examples being dropped or formatted incorrectly when interpolated directly or passed to the React, Swift, and Kotlin child-rendering helpers.
  • Migrated template files no longer include unused generated prop constants.

Features

Template files

  • Added a --delete option to figma connect migrate that deletes source Code Connect files after they are successfully migrated.
  • Template files (TypeScript and JavaScript) now support importing local helper modules via relative paths (for example, ./shared-helpers) to promote reuse of shared formatting and utility logic. Helper code is bundled into the published template so it can run standalone, and helpers may import other local helpers to organize shared logic across multiple files. Only relative imports within the project are supported (external packages are not), and helpers must be brought in with import syntax — require remains available for the Figma API itself. Helper code you don't actually use is left out of the published template, and if the bundled output exceeds the maximum template size, the CLI fails before publishing.

General

  • figma connect preview can now render a component in states beyond its default, and inspect its properties:
    • figma connect preview <file> --inspect prints the component's properties and variants — name, type, variant options, and default — without rendering a snippet.
    • figma connect preview <file> --props Name=Value … renders a single specific property combination. Pairs are space-separated arguments (quote a pair only when its name or value contains spaces, e.g. "Has Icon Start=true"). Property names and variant values are matched case-insensitively, unspecified properties keep their defaults, and an invalid variant value is reported along with the valid options. To target a property when two properties share a name but differ in type, prefix the pair with the type, e.g. "BOOLEAN:textMsg=false" "TEXT:textMsg=Hello"; the prefix is optional and only needed to disambiguate.
    • figma connect preview <file> --all renders every property combination of the component — the cartesian product of its variant and boolean properties. Requires a specific component file argument. Use --max-combinations <number> to render fewer combinations when the full set is large.

Code Connect v1.4.9 (6 July 2026)

Fixed

General

  • Fixed parser invocation failing when a path or argument contained a space. This affected the Swift parser (Xcode project / Swift package paths), the Compose parser (Gradle wrapper paths), and the custom parser (any user-provided parserCommand referencing a path with spaces).

Template files

  • Fixed template-only projects unnecessarily building and running a native parser. When every Code Connect file is a parserless template (.figma.ts/.figma.js), the CLI no longer invokes the Swift or Compose parser — which is slow at best and can fail outright (for example a Swift package targeting macOS 12 whose Figma dependency requires macOS 13, producing "the library '...' requires macos 12.0, but depends on the product 'Figma' which requires macos 13.0"). Projects that also contain native source files are unaffected and still run the parser.

Swift

... (truncated)

Commits

Updates @types/jasmine from 5.1.8 to 6.0.0

Commits

Updates jsdom from 28.1.0 to 30.0.1

Release notes

Sourced from jsdom's releases.

v30.0.1

  • Fixed getComputedStyle() with calc() and other functions throwing an exception, which regressed in v30.0.0. (@​asamuzaK)
  • Sped up up range operations on large documents (@​leonidaz)

v30.0.0

Breaking changes:

  • Node.js minimum version raised to ^22.22.2 || ^24.15.0 || >=26.0.0.

Other changes:

  • Added CSS.escape() and CSS.supports() functions. (@​asamuzaK)
  • Added 'background-position-x' and 'background-position-y' CSS properties. (@​olagokemills)
  • Fixed getComputedStyle() to convert length values into pixels. (@​asamuzaK)
  • Fixed CSS function serialization, e.g., in the return value of getPropertyValue(). (@​asamuzaK)
  • Fixed the type of error thrown by document.evaluate() (@​dokson)

v29.1.1

  • Fixed 'border-radius' computed style serialization. (@​asamuzaK)
  • Fixed computed style computation when using 'background-origin' and 'background-clip' CSS properties. (@​asamuzaK)
  • Significantly optimized initial calls to getComputedStyle(), before the cache warms up. (@​asamuzaK)

v29.1.0

  • Added basic support for the ratio CSS type. (@​asamuzaK)
  • Fixed getComputedStyle() sometimes returning outdated results after CSS was modified. (@​asamuzaK)

v29.0.2

  • Significantly improved and sped up getComputedStyle(). Computed value rules are now applied across a broader set of properties, and include fixes related to inheritance, defaulting keywords, custom properties, and color-related values such as currentcolor and system colors. (@​asamuzaK)
  • Fixed CSS 'background' and 'border' shorthand parsing. (@​asamuzaK)

v29.0.1

  • Fixed CSS parsing of 'border', 'background', and their sub-shorthands containing keywords or var(). (@​asamuzaK)
  • Fixed getComputedStyle() to return a more functional CSSStyleDeclaration object, including indexed access support, which regressed in v29.0.0.

v29.0.0

Breaking changes:

  • Node.js v22.13.0+ is now the minimum supported v22 version (was v22.12.0+).

Other changes:

  • Overhauled the CSSOM implementation, replacing the @acemir/cssom and cssstyle dependencies with fresh internal implementations built on webidl2js wrappers and the css-tree parser. Serialization, parsing, and API behavior is improved in various ways, especially around edge cases.
  • Added CSSCounterStyleRule and CSSNamespaceRule to jsdom Windows.
  • Added cssMediaRule.matches and cssSupportsRule.matches getters.
  • Added proper media query parsing in MediaList, using css-tree instead of naive comma-splitting. Invalid queries become "not all" per spec.
  • Added cssKeyframeRule.keyText getter/setter validation.
  • Added cssStyleRule.selectorText setter validation: invalid selectors are now rejected.
  • Added styleSheet.ownerNode, styleSheet.href, and styleSheet.title.
  • Added bad port blocking per the fetch specification, preventing fetches to commonly-abused ports.
  • Improved Document initialization performance by lazily initializing the CSS selector engine, avoiding ~0.5 ms of overhead per Document. (@​thypon)

... (truncated)

Commits
  • 6584485 30.0.1
  • 0c51df6 Update dependencies and dev dependencies
  • 32adb34 Bump @​asamuzakjp/dom-selector
  • 70f014a Speed up range operations on large documents
  • 250d7ee Partially fix getComputedStyle with calc()
  • 20a01fc 30.0.0
  • 8c8e583 Precompute WPT expectation matches
  • f32245c Bump Node.js floor and dependencies
  • 03ef23b Add background-position longhands
  • ded056f Test CSS.escape() with numeric IDs
  • Additional commits viewable in compare view
Maintainer changes

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

Install script changes

This version modifies prepare script that runs during installation. Review the package contents before updating.


Updates ng-packagr from 22.0.2 to 22.1.1

Release notes

Sourced from ng-packagr's releases.

22.1.1

Bug Fixes

  • ng-packagr: pin rollup-plugin-dts to ~6.4.1 (cb2d4b2)

22.1.0

Bug Fixes

  • ng-packagr: log correct diagnostics array for warnings (401d5e7), closes #3346
  • ng-packagr: prevent concurrent compilation and stale cache results (e5d77a7)

22.1.0-next.4

Bug Fixes

  • ng-packagr: log correct diagnostics array for warnings (401d5e7), closes #3346

22.1.0-next.3

Bug Fixes

  • ng-packagr: generate specific .npmignore entries for secondary entry-point package.json files (a63fbc0), closes #3343

Performance

  • ng-packagr: implement semaphore backpressure throttling in SassWorkerImplementation (0851ec8)

22.1.0-next.2

Bug Fixes

  • ng-packagr: prevent concurrent compilation and stale cache results (e5d77a7)
Changelog

Sourced from ng-packagr's changelog.

22.1.1 (2026-08-04)

Bug Fixes

  • ng-packagr: pin rollup-plugin-dts to ~6.4.1 (cb2d4b2)

22.2.0-next.2 (2026-07-29)

Performance

  • ng-packagr: use oxc generator for dts bundling (e57d693)

22.2.0-next.1 (2026-07-29)

Features

  • ng-packagr: replace rollup with rolldown (0951b28)

Bug Fixes

  • ng-packagr: preserve legal and annotation comments while removing other comments in JS bundles (defb171), closes #3347

22.2.0-next.0 (2026-07-29)

22.1.0 (2026-07-29)

Bug Fixes

  • ng-packagr: log correct diagnostics array for warnings (401d5e7), closes #3346
  • ng-packagr: prevent concurrent compilation and stale cache results (e5d77a7)

22.1.0-rc.0 (2026-07-24)

22.1.0-next.4 (2026-07-24)

Bug Fixes

  • ng-packagr: log correct diagnostics array for warnings (401d5e7), closes #3346

22.1.0-next.3 (2026-07-01)

Bug Fixes

  • ng-packagr: generate specific .npmignore entries for secondary entry-point package.json files (a63fbc0), closes #3343

... (truncated)

Commits
  • 6a48031 release: cut 22.1.1
  • cb2d4b2 fix(ng-packagr): pin rollup-plugin-dts to ~6.4.1
  • e4ae4b2 release: cut 22.1.0
  • d2eba5b build: update @​angular/compiler-cli peer dependency range to include versions...
  • 74b6630 build: update pnpm to v11.17.0
  • 1bb8c60 build: update pnpm/action-setup action to v6.0.9
  • 064813f build: update all non-major dependencies
  • 8f8954a build: update all github actions to v7
  • 7b69401 Update CHANGELOG.md
  • 9480ef9 release: cut 22.1.0-rc.0
  • Additional commits viewable in compare view

Updates style-dictionary from 5.5.0 to 5.5.1

Release notes

Sourced from style-dictionary's releases.

v5.5.1

Patch Changes

Changelog

Sourced from style-dictionary's changelog.

5.5.1

Patch Changes

Commits

Updates typescript from 6.0.3 to 7.0.2

Commits
Maintainer changes

This version was pushed to npm by microsoft1es, a new releaser for typescript since your current version.


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the dev-tooling group with 8 updates:

| Package | From | To |
| --- | --- | --- |
| [@fortawesome/fontawesome-free](https://github.com/FortAwesome/Font-Awesome) | `7.0.0` | `7.3.1` |
| [@compodoc/compodoc](https://github.com/compodoc/compodoc) | `1.1.26` | `2.0.0` |
| [@figma/code-connect](https://github.com/figma/code-connect) | `1.4.8` | `1.5.2` |
| [@types/jasmine](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jasmine) | `5.1.8` | `6.0.0` |
| [jsdom](https://github.com/jsdom/jsdom) | `28.1.0` | `30.0.1` |
| [ng-packagr](https://github.com/ng-packagr/ng-packagr) | `22.0.2` | `22.1.1` |
| [style-dictionary](https://github.com/style-dictionary/style-dictionary) | `5.5.0` | `5.5.1` |
| [typescript](https://github.com/microsoft/TypeScript) | `6.0.3` | `7.0.2` |


Updates `@fortawesome/fontawesome-free` from 7.0.0 to 7.3.1
- [Release notes](https://github.com/FortAwesome/Font-Awesome/releases)
- [Changelog](https://github.com/FortAwesome/Font-Awesome/blob/7.x/CHANGELOG.md)
- [Commits](FortAwesome/Font-Awesome@7.0.0...7.3.1)

Updates `@compodoc/compodoc` from 1.1.26 to 2.0.0
- [Release notes](https://github.com/compodoc/compodoc/releases)
- [Changelog](https://github.com/compodoc/compodoc/blob/develop/CHANGELOG.md)
- [Commits](compodoc/compodoc@1.1.26...v2.0.0)

Updates `@figma/code-connect` from 1.4.8 to 1.5.2
- [Release notes](https://github.com/figma/code-connect/releases)
- [Changelog](https://github.com/figma/code-connect/blob/main/CHANGELOG.md)
- [Commits](figma/code-connect@v1.4.8...v1.5.2)

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

Updates `jsdom` from 28.1.0 to 30.0.1
- [Release notes](https://github.com/jsdom/jsdom/releases)
- [Commits](jsdom/jsdom@v28.1.0...v30.0.1)

Updates `ng-packagr` from 22.0.2 to 22.1.1
- [Release notes](https://github.com/ng-packagr/ng-packagr/releases)
- [Changelog](https://github.com/ng-packagr/ng-packagr/blob/main/CHANGELOG.md)
- [Commits](ng-packagr/ng-packagr@22.0.2...22.1.1)

Updates `style-dictionary` from 5.5.0 to 5.5.1
- [Release notes](https://github.com/style-dictionary/style-dictionary/releases)
- [Changelog](https://github.com/style-dictionary/style-dictionary/blob/main/CHANGELOG.md)
- [Commits](style-dictionary/style-dictionary@v5.5.0...v5.5.1)

Updates `typescript` from 6.0.3 to 7.0.2
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](https://github.com/microsoft/TypeScript/commits)

---
updated-dependencies:
- dependency-name: "@fortawesome/fontawesome-free"
  dependency-version: 7.3.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-tooling
- dependency-name: "@compodoc/compodoc"
  dependency-version: 2.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-tooling
- dependency-name: "@figma/code-connect"
  dependency-version: 1.5.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-tooling
- dependency-name: "@types/jasmine"
  dependency-version: 6.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-tooling
- dependency-name: jsdom
  dependency-version: 30.0.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-tooling
- dependency-name: ng-packagr
  dependency-version: 22.1.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-tooling
- dependency-name: style-dictionary
  dependency-version: 5.5.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-tooling
- dependency-name: typescript
  dependency-version: 7.0.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-tooling
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 13, 2026
@LBU4SH

LBU4SH commented Aug 13, 2026

Copy link
Copy Markdown
Collaborator

Not mergeable yet. npm ci fails with an ERESOLVE conflict: this bump pulls typescript@7.0.2, but @angular-devkit/build-angular@22.0.8 requires typescript >=6.0 <6.1, and @storybook/angular@10.5.4 requires @angular-devkit/build-angular >=18.0.0 <23.0.0. TS 7.x isn't supported by our current Angular 22 / Storybook 10 toolchain yet.

Leaving this open until upstream (@angular-devkit/build-angular and/or @storybook/angular) supports TypeScript 7.x — or we exclude typescript from the dev-tooling group in dependabot.yml in the meantime.

@dependabot @github

dependabot Bot commented on behalf of github Aug 13, 2026

Copy link
Copy Markdown
Contributor Author

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot recreate.

1 similar comment
@dependabot @github

dependabot Bot commented on behalf of github Aug 13, 2026

Copy link
Copy Markdown
Contributor Author

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot recreate.

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