Skip to content

chore(deps-dev): bump web-component-analyzer from 1.1.7 to 2.0.0 - #525

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/web-component-analyzer-2.0.0
Open

chore(deps-dev): bump web-component-analyzer from 1.1.7 to 2.0.0#525
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/web-component-analyzer-2.0.0

Conversation

@dependabot

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

Copy link
Copy Markdown

Bumps web-component-analyzer from 1.1.7 to 2.0.0.

Changelog

Sourced from web-component-analyzer's changelog.

[2.0.0] - 2023-10-18

  • Drop support for TypeScript pre-4.8. Testing with versions: 4.8, 4.9, 5.0, 5.1, 5.2

[2.0.0-next.5] - 2023-06-12

  • Drop support for 3.x versions of TypeScript. Testing with versions: 4.0, 4.5, 4.8, and 5.0

[1.1.0] - 2020-07-12

Fixed

  • Improved logic for resolving declarations and mixins (#172)
  • Added support for JSDoc syntax where type comes after name (eg. @fires my-event {MouseEvent}) (#165)
  • Event types are now inferred correctly and all events are now analyzed instead of only CustomEvent (runem/web-component-analyzer#165)

Added

  • JSDoc related utils are now exported from WCA (#171)
  • hasUpdated and updateComplete are now considered protected members for LitElement elements (runem/web-component-analyzer#166)
  • Updated all dependencies.
  • It's now possible to traverse the entire inheritance tree using declaration.heritageClauses.
  • Added --inline-types CLI option that can be used to expand type aliases in order to inline types in the documentation (#140)

[1.0.2] - 2020-01-18

Fixed

  • Fixed various problems when analyzing globs using the CLI on Windows
  • Fixed problem where discovering global features would not detect all feature
  • Fixed problems with the analyzeHtmlElement function
  • Fixed problem with resolving the value of PrefixUnaryExpression nodes. (#132)

Added

  • The CLI now supports --silent flag that prevents it from outputting progress to the console
  • The CLI now supports --markdown.headerLevel flag that sets the starting header level for the markdown format

[1.0.0] - 2019-12-01

Added

  • Methods are now analyzed
  • @private, @protected, @public and @access jsdoc tags are now support (#106), (#126) (#105)
  • It's now possible to choose if private and/or protected members should be included in the output using --visibility protected CLI option (#112)
  • JSX typescript declaration files are now support (IntrinsicAttributes and IntrinsicElements) (#116)
  • Support for extending HTMLElement with members using Typescript declaration files
  • A list of used mixins for a given component is now included in the markdown output

... (truncated)

Commits
Install script changes

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


Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@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 requested a review from a team as a code owner July 7, 2026 17:46
@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 force-pushed the dependabot/npm_and_yarn/web-component-analyzer-2.0.0 branch 2 times, most recently from 3c71c3a to 7152371 Compare July 29, 2026 11:50
Bumps [web-component-analyzer](https://github.com/runem/web-component-analyzer) from 1.1.7 to 2.0.0.
- [Release notes](https://github.com/runem/web-component-analyzer/releases)
- [Changelog](https://github.com/runem/web-component-analyzer/blob/master/CHANGELOG.md)
- [Commits](https://github.com/runem/web-component-analyzer/commits/v2.0.0)

---
updated-dependencies:
- dependency-name: web-component-analyzer
  dependency-version: 2.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/web-component-analyzer-2.0.0 branch from 7152371 to bddac75 Compare July 30, 2026 08:30
@sonarqubecloud

Copy link
Copy Markdown

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