Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency @custom-elements-manifest/analyzer to ^0.10.2 #52

Closed

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 25, 2021

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@custom-elements-manifest/analyzer (source) ^0.4.17 -> ^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.

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 @ignore and @internal jsdoc for events

v0.5.5

  • Pick up @property decorator 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.

@renovate renovate bot force-pushed the renovate/custom-elements-manifest-analyzer-0.x branch from 1cc6274 to 9fdea11 Compare August 25, 2021 10:52
@renovate renovate bot changed the title chore(deps): update dependency @custom-elements-manifest/analyzer to ^0.5.0 chore(deps): update dependency @custom-elements-manifest/analyzer to ^0.5.2 Aug 25, 2021
@renovate renovate bot force-pushed the renovate/custom-elements-manifest-analyzer-0.x branch from 9fdea11 to 39545c1 Compare August 31, 2021 14:52
@renovate renovate bot changed the title chore(deps): update dependency @custom-elements-manifest/analyzer to ^0.5.2 chore(deps): update dependency @custom-elements-manifest/analyzer to ^0.5.3 Aug 31, 2021
@renovate renovate bot force-pushed the renovate/custom-elements-manifest-analyzer-0.x branch from 39545c1 to 69915f4 Compare September 28, 2021 18:04
@renovate renovate bot changed the title chore(deps): update dependency @custom-elements-manifest/analyzer to ^0.5.3 chore(deps): update dependency @custom-elements-manifest/analyzer to ^0.5.4 Sep 28, 2021
@renovate renovate bot changed the title chore(deps): update dependency @custom-elements-manifest/analyzer to ^0.5.4 chore(deps): update dependency @custom-elements-manifest/analyzer to ^0.5.5 Sep 30, 2021
@renovate renovate bot force-pushed the renovate/custom-elements-manifest-analyzer-0.x branch from 69915f4 to 771f184 Compare September 30, 2021 08:12
@renovate renovate bot force-pushed the renovate/custom-elements-manifest-analyzer-0.x branch from 771f184 to c225384 Compare October 19, 2021 01:01
@renovate renovate bot changed the title chore(deps): update dependency @custom-elements-manifest/analyzer to ^0.5.5 chore(deps): update dependency @custom-elements-manifest/analyzer to ^0.5.6 Oct 19, 2021
@renovate renovate bot changed the title chore(deps): update dependency @custom-elements-manifest/analyzer to ^0.5.6 chore(deps): update dependency @custom-elements-manifest/analyzer to ^0.5.7 Nov 4, 2021
@renovate renovate bot force-pushed the renovate/custom-elements-manifest-analyzer-0.x branch from c225384 to 6691516 Compare November 4, 2021 09:13
@renovate renovate bot force-pushed the renovate/custom-elements-manifest-analyzer-0.x branch 2 times, most recently from d2ef47a to 8b2a5fc Compare November 18, 2021 23:38
@renovate renovate bot force-pushed the renovate/custom-elements-manifest-analyzer-0.x branch from 8b2a5fc to ca11419 Compare June 18, 2022 18:27
@renovate renovate bot changed the title chore(deps): update dependency @custom-elements-manifest/analyzer to ^0.5.7 chore(deps): update dependency @custom-elements-manifest/analyzer to ^0.6.3 Jun 18, 2022
@renovate renovate bot force-pushed the renovate/custom-elements-manifest-analyzer-0.x branch from ca11419 to ed50f9f Compare September 25, 2022 21:25
@renovate renovate bot changed the title chore(deps): update dependency @custom-elements-manifest/analyzer to ^0.6.3 chore(deps): update dependency @custom-elements-manifest/analyzer to ^0.6.4 Sep 25, 2022
@renovate renovate bot force-pushed the renovate/custom-elements-manifest-analyzer-0.x branch from ed50f9f to bb4cb58 Compare October 20, 2022 06:11
@renovate renovate bot force-pushed the renovate/custom-elements-manifest-analyzer-0.x branch from bb4cb58 to da2155f Compare October 30, 2022 13:56
@renovate renovate bot changed the title chore(deps): update dependency @custom-elements-manifest/analyzer to ^0.6.4 chore(deps): update dependency @custom-elements-manifest/analyzer to ^0.6.6 Oct 30, 2022
@renovate renovate bot changed the title chore(deps): update dependency @custom-elements-manifest/analyzer to ^0.6.6 Update dependency @custom-elements-manifest/analyzer to ^0.6.6 Dec 17, 2022
@renovate renovate bot changed the title Update dependency @custom-elements-manifest/analyzer to ^0.6.6 chore(deps): update dependency @custom-elements-manifest/analyzer to ^0.6.6 Dec 17, 2022
@renovate renovate bot force-pushed the renovate/custom-elements-manifest-analyzer-0.x branch 3 times, most recently from 886a0f2 to aa1b1d2 Compare January 9, 2023 15:31
@renovate renovate bot changed the title chore(deps): update dependency @custom-elements-manifest/analyzer to ^0.6.6 chore(deps): update dependency @custom-elements-manifest/analyzer to ^0.6.7 Jan 9, 2023
@renovate renovate bot force-pushed the renovate/custom-elements-manifest-analyzer-0.x branch from aa1b1d2 to 793bc1e Compare January 11, 2023 09:45
@renovate renovate bot changed the title chore(deps): update dependency @custom-elements-manifest/analyzer to ^0.6.7 chore(deps): update dependency @custom-elements-manifest/analyzer to ^0.6.8 Jan 11, 2023
@renovate renovate bot force-pushed the renovate/custom-elements-manifest-analyzer-0.x branch from 793bc1e to 814237b Compare March 4, 2023 11:30
@renovate renovate bot changed the title chore(deps): update dependency @custom-elements-manifest/analyzer to ^0.6.9 chore(deps): update dependency @custom-elements-manifest/analyzer to ^0.8.0 Mar 22, 2023
@renovate renovate bot force-pushed the renovate/custom-elements-manifest-analyzer-0.x branch from c0e483e to 616481f Compare April 28, 2023 15:42
@renovate renovate bot changed the title chore(deps): update dependency @custom-elements-manifest/analyzer to ^0.8.0 chore(deps): update dependency @custom-elements-manifest/analyzer to ^0.8.1 Apr 28, 2023
@renovate renovate bot force-pushed the renovate/custom-elements-manifest-analyzer-0.x branch from 616481f to 72839be Compare May 10, 2023 19:23
@renovate renovate bot changed the title chore(deps): update dependency @custom-elements-manifest/analyzer to ^0.8.1 chore(deps): update dependency @custom-elements-manifest/analyzer to ^0.8.2 May 10, 2023
@renovate renovate bot force-pushed the renovate/custom-elements-manifest-analyzer-0.x branch from 72839be to 38e2c22 Compare May 28, 2023 12:26
@renovate renovate bot changed the title chore(deps): update dependency @custom-elements-manifest/analyzer to ^0.8.2 chore(deps): update dependency @custom-elements-manifest/analyzer to ^0.8.3 May 28, 2023
@renovate renovate bot changed the title chore(deps): update dependency @custom-elements-manifest/analyzer to ^0.8.3 chore(deps): update dependency @custom-elements-manifest/analyzer to ^0.8.4 Jul 19, 2023
@renovate renovate bot force-pushed the renovate/custom-elements-manifest-analyzer-0.x branch from 38e2c22 to c31a8c1 Compare July 19, 2023 09:52
@renovate renovate bot changed the title chore(deps): update dependency @custom-elements-manifest/analyzer to ^0.8.4 chore(deps): update dependency @custom-elements-manifest/analyzer to ^0.9.0 Oct 15, 2023
@renovate renovate bot force-pushed the renovate/custom-elements-manifest-analyzer-0.x branch from c31a8c1 to 6d13b4d Compare October 15, 2023 20:02
@renovate renovate bot force-pushed the renovate/custom-elements-manifest-analyzer-0.x branch from 6d13b4d to afb683f Compare February 17, 2024 15:06
@renovate renovate bot changed the title chore(deps): update dependency @custom-elements-manifest/analyzer to ^0.9.0 chore(deps): update dependency @custom-elements-manifest/analyzer to ^0.9.2 Feb 17, 2024
@renovate renovate bot force-pushed the renovate/custom-elements-manifest-analyzer-0.x branch from afb683f to e7a68d8 Compare February 29, 2024 13:10
@renovate renovate bot changed the title chore(deps): update dependency @custom-elements-manifest/analyzer to ^0.9.2 chore(deps): update dependency @custom-elements-manifest/analyzer to ^0.9.3 Feb 29, 2024
@renovate renovate bot force-pushed the renovate/custom-elements-manifest-analyzer-0.x branch from e7a68d8 to d22981f Compare March 20, 2024 10:28
@renovate renovate bot changed the title chore(deps): update dependency @custom-elements-manifest/analyzer to ^0.9.3 chore(deps): update dependency @custom-elements-manifest/analyzer to ^0.9.4 Mar 20, 2024
@renovate renovate bot force-pushed the renovate/custom-elements-manifest-analyzer-0.x branch from d22981f to ca0a716 Compare April 24, 2024 19:48
@renovate renovate bot changed the title chore(deps): update dependency @custom-elements-manifest/analyzer to ^0.9.4 chore(deps): update dependency @custom-elements-manifest/analyzer to ^0.9.6 Apr 24, 2024
@renovate renovate bot force-pushed the renovate/custom-elements-manifest-analyzer-0.x branch from ca0a716 to 4f3d826 Compare April 25, 2024 15:19
@renovate renovate bot changed the title chore(deps): update dependency @custom-elements-manifest/analyzer to ^0.9.6 chore(deps): update dependency @custom-elements-manifest/analyzer to ^0.9.7 Apr 25, 2024
@renovate renovate bot force-pushed the renovate/custom-elements-manifest-analyzer-0.x branch from 4f3d826 to eb1398c Compare April 25, 2024 19:02
@renovate renovate bot changed the title chore(deps): update dependency @custom-elements-manifest/analyzer to ^0.9.7 chore(deps): update dependency @custom-elements-manifest/analyzer to ^0.9.8 Apr 25, 2024
@renovate renovate bot force-pushed the renovate/custom-elements-manifest-analyzer-0.x branch from eb1398c to d5f52dc Compare May 7, 2024 15:34
@renovate renovate bot changed the title chore(deps): update dependency @custom-elements-manifest/analyzer to ^0.9.8 chore(deps): update dependency @custom-elements-manifest/analyzer to ^0.10.2 May 7, 2024
@Westbrook
Copy link
Contributor

Included in #104

@Westbrook Westbrook closed this May 27, 2024
@Westbrook Westbrook deleted the renovate/custom-elements-manifest-analyzer-0.x branch May 27, 2024 12:25
Copy link
Contributor Author

renovate bot commented May 27, 2024

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (^0.10.2). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant