helium-animated-pages
helium-animated-pages copied to clipboard
chore(deps): update dependency @custom-elements-manifest/analyzer to v0.11.0
trafficstars
This PR contains the following updates:
| Package | Change | Age | Confidence |
|---|---|---|---|
| @custom-elements-manifest/analyzer (source) | 0.5.7 -> 0.11.0 |
Release Notes
open-wc/custom-elements-manifest (@custom-elements-manifest/analyzer)
v0.11.0
- Update
find-dependenciespackage to useoxc-resolver
v0.10.10
- Dont filter out a declaration is it is exported as key of an object
v0.10.9
- Fix declaration data on
exports
v0.10.8
- Add
.npmignoreto prevent stuff from being published
v0.10.7
- Attr decorator fix
v0.10.6
- Update version of find-dependencies
v0.10.5
- CLI: Don't crash on file creation/deletion
v0.10.4
- Support
@customelementand@customElementclass jsdoc
v0.10.3
- Better support symbols used as properties, e.g.
get [foo]() { return 1 }
v0.10.2
- Mark fields and methods starting with
#asprivate
v0.10.1
- Dont filter out a declaration is it is exported as key of an object
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 overridden 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 Lit's 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
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 was generated by Mend Renovate. View the repository job log.