helium-animated-pages icon indicating copy to clipboard operation
helium-animated-pages copied to clipboard

chore(deps): update dependency @custom-elements-manifest/analyzer to v0.10.2

Open renovate[bot] opened this issue 3 months ago • 0 comments

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@custom-elements-manifest/analyzer (source) 0.5.7 -> 0.10.2 age adoption passing confidence

Release Notes

open-wc/custom-elements-manifest (@​custom-elements-manifest/analyzer)

v0.10.2

Compare Source

  • Mark fields and methods starting with # as private

v0.10.1

Compare Source

  • Escape newlines and whitespaces from object output

v0.10.0

Compare Source

  • Added support for new cssState addition to the schema

v0.9.9

Compare Source

  • Support @attribute jsdoc better

v0.9.8

Compare Source

  • Skip ...super.properties in lit's static properties

v0.9.7

Compare Source

  • Added scheduleUpdate to lit's method denylist

v0.9.6

Compare Source

  • Added createRenderRoot to lit's method denylist

v0.9.5

Compare Source

  • When using litPlugin, it now removes overriden lit specific lifecycle methods to be aligned with the behavior of overriding lit specific lifecycle methods in classes

v0.9.4

Compare Source

  • Updated the internally used TS version to ~5.4.2. This is a breaking change for plugin authors, because the AST that typescript exposes has changed; specifically for decorators; node.decorators no longer exists, but decorators can now be found in node.modifiers. There may be other AST changes as well.

v0.9.3

Compare Source

  • Fix missing type for initialize hook

v0.9.2

Compare Source

  • Apply inheritance for slots, cssParts and cssProperties

v0.9.1

Compare Source

  • Correctly remove resolveInitializers from attributes when using litPlugin

v0.9.0

Compare Source

  • Adds support for initialize hook for plugins. This also fixes a initialization issue when previously using TS's typechecker in combination with overrideModuleCreation

v0.8.4

Compare Source

  • Support globalThis.customElements.define

v0.8.3

Compare Source

  • Added support for @default jsdoc

v0.8.2

Compare Source

  • Fixed a bug where an @internal field was being accessed, causing the analyzer to error

v0.8.1

Compare Source

  • Fixed bug that crashes analyzer when using {@​link foo} in a JSDoc comment

v0.8.0

Compare Source

  • Add support for readonly which has just been standardized in the schema

v0.7.0

Compare Source

  • Collect side-effectul imports during collectPhase, e.g.: import 'foo';

v0.6.9

Compare Source

  • Add support for @part jsdoc

v0.6.8

Compare Source

  • Detect types from lits static properties

v0.6.7

Compare Source

  • Fix @internal bug on decorated Lit properties

v0.6.6

Compare Source

  • Fix incorrect release

v0.6.5

Compare Source

  • Fix attr decorator for Catalyst
  • Add catalyst-major-2

v0.6.4

Compare Source

  • Reexport TS for programmatic usage/module generation

v0.6.3

Compare Source

  • Filter out internal manifests

v0.6.2

Compare Source

  • Add --quiet cli parameter

v0.6.1

Compare Source

  • Re-add #!/usr/bin/env node to bin file

v0.6.0

  • Allow inclusion of third party custom-elements.jsons from node_modules
  • If a package has an export map, add the ./customElements key in the export map
    • This feature can be disabled with the --packagejson flag, but make sure to include the path to the custom-elements.json in your package.json so that tools can find it.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • [ ] If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

renovate[bot] avatar Apr 05 '24 21:04 renovate[bot]