Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github May 5, 2022

Bumps @custom-elements-manifest/analyzer from 0.4.12 to 0.4.17.

Changelog

Sourced from @​custom-elements-manifest/analyzer's changelog.

Release 0.4.17

  • Fix bug wrt to .bind calls in class constructors
  • Fix some bugs in resolving of variable assignments of class properties
    • when assigned in constructor
    • improve handling for imports from .ts files
  • Fixed resolving type from PrefixUnaryExpressions

Release 0.4.16

  • Added support for comma separated properties (handles minified code)

Release 0.4.15

  • Improve check on customElements.define calls
  • handle optional properties in TS, e.g. foo?: string becomes type string | undefined
  • Avoid adding fields that are methods as .bind calls in class constructors

Release 0.4.14

  • Fix comment-parser dependency

Release 0.4.13

  • Add support for class expressions in customElements.define calls, e.g.: customElements.define('m-e', class extends HTMLElement{})
  • Fixed bug in lit-plugin to avoid duplicate attributes
Commits

Dependabot compatibility score

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@custom-elements-manifest/analyzer](https://github.com/open-wc/custom-elements-manifest/tree/HEAD/packages/analyzer) from 0.4.12 to 0.4.17.
- [Release notes](https://github.com/open-wc/custom-elements-manifest/releases)
- [Changelog](https://github.com/open-wc/custom-elements-manifest/blob/master/packages/analyzer/CHANGELOG.md)
- [Commits](https://github.com/open-wc/custom-elements-manifest/commits/HEAD/packages/analyzer)

---
updated-dependencies:
- dependency-name: "@custom-elements-manifest/analyzer"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 5, 2022
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant