build(deps-dev): bump @custom-elements-manifest/analyzer from 0.5.7 to 0.10.4
Bumps @custom-elements-manifest/analyzer from 0.5.7 to 0.10.4.
Changelog
Sourced from @custom-elements-manifest/analyzer's changelog.
Release 0.10.4
- Support
@customelementand@customElementclass jsdocRelease 0.10.3
- Better support symbols used as propertys, e.g.
get [foo]() { return 1 }Release 0.10.2
- Mark fields and methods starting with
#asprivateRelease 0.10.1
- Escape newlines and whitespaces from object output
Release 0.10.0
- Added support for new
cssStateaddition to the schemaRelease 0.9.9
- Support
@attributejsdoc betterRelease 0.9.8
- Skip
...super.propertiesin lit'sstatic propertiesRelease 0.9.7
- Added
scheduleUpdateto lit's method denylistRelease 0.9.6
- Added
createRenderRootto lit's method denylistRelease 0.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 classesRelease 0.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.Release 0.9.3
- Fix missing type for
initializehookRelease 0.9.2
- Apply inheritance for
slots,cssPartsandcssPropertiesRelease 0.9.1
- Correctly remove
resolveInitializers from attributes when usinglitPluginRelease 0.9.0
- Adds support for
initializehook for plugins. This also fixes a initialization issue when previously using TS's typechecker in combination withoverrideModuleCreationRelease 0.8.4
- Support
globalThis.customElements.defineRelease 0.8.3
- Added support for
@defaultjsdoc
... (truncated)
Commits
- See full diff in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
⚠️ No Changeset found
Latest commit: 4bba0ce3205bcd8a2fc50a6435623c34b269e918
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
This PR includes no changesets
When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
Deploy Preview for hauntedhooks failed.
| Name | Link |
|---|---|
| Latest commit | 4bba0ce3205bcd8a2fc50a6435623c34b269e918 |
| Latest deploy log | https://app.netlify.com/sites/hauntedhooks/deploys/67bde4d08d12a100088908e3 |
Superseded by #508.