create
create copied to clipboard
chore(deps): update dependency @custom-elements-manifest/analyzer to ^0.10.2
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| @custom-elements-manifest/analyzer (source) | ^0.4.17 -> ^0.10.2 |
Release Notes
open-wc/custom-elements-manifest (@βcustom-elements-manifest/analyzer)
v0.10.2
- Mark fields and methods starting with
#asprivate
v0.10.1
- Escape newlines and whitespaces from object output
v0.10.0
- Added support for new
cssStateaddition to the schema
v0.9.9
- Support
@attributejsdoc better
v0.9.8
- Skip
...super.propertiesin lit'sstatic properties
v0.9.7
- Added
scheduleUpdateto lit's method denylist
v0.9.6
- Added
createRenderRootto lit's method denylist
v0.9.5
- 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
- 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.decoratorsno longer exists, but decorators can now be found innode.modifiers. There may be other AST changes as well.
v0.9.3
- Fix missing type for
initializehook
v0.9.2
- Apply inheritance for
slots,cssPartsandcssProperties
v0.9.1
- Correctly remove
resolveInitializers from attributes when usinglitPlugin
v0.9.0
- Adds support for
initializehook for plugins. This also fixes a initialization issue when previously using TS's typechecker in combination withoverrideModuleCreation
v0.8.4
- Support
globalThis.customElements.define
v0.8.3
- Added support for
@defaultjsdoc
v0.8.2
- Fixed a bug where an
@internalfield was being accessed, causing the analyzer to error
v0.8.1
- Fixed bug that crashes analyzer when using
{@​link foo}in a JSDoc comment
v0.8.0
- Add support for
readonlywhich has just been standardized in the schema
v0.7.0
- Collect side-effectul imports during
collectPhase, e.g.:import 'foo';
v0.6.9
- Add support for
@partjsdoc
v0.6.8
- Detect types from lits static properties
v0.6.7
- Fix
@internalbug on decorated Lit properties
v0.6.6
- Fix incorrect release
v0.6.5
- Fix attr decorator for Catalyst
- Add catalyst-major-2
v0.6.4
- Reexport TS for programmatic usage/module generation
v0.6.3
- Filter out internal manifests
v0.6.2
- Add --quiet cli parameter
v0.6.1
- Re-add
#!/usr/bin/env nodeto bin file
v0.6.0
- Allow inclusion of third party
custom-elements.jsons fromnode_modules - If a package has an export map, add the
./customElementskey in the export map- This feature can be disabled with the
--packagejsonflag, but make sure to include the path to thecustom-elements.jsonin yourpackage.jsonso that tools can find it.
- This feature can be disabled with the
v0.5.7
- Only remove unexported declarations after applying inheritance. Usecase as described in #β145.
- Log analyzer version number to default CLI message. Via #β144
v0.5.6
- Added support for
@ignoreand@internaljsdoc for events
v0.5.5
- Pick up
@propertydecorator in mixins as well
v0.5.4
- Fix bug in mixin discovery
v0.5.3
- Ignore default value for class fields that are arrow functions
v0.5.2
- Events dont have privacy
v0.5.1
- Fix parsing bug in functions with an expressionless return
v0.5.0
- Allow passing config paths in CLI/config file
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.