Skip to content

Update devDependencies#13

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/devdependencies
Open

Update devDependencies#13
renovate[bot] wants to merge 1 commit intomainfrom
renovate/devdependencies

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented May 1, 2023

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@custom-elements-manifest/analyzer (source) ^0.8.0^0.11.0 age confidence
@web/dev-server (source) ^0.2.0^0.4.0 age confidence
@web/dev-server-esbuild (source) 1.0.01.0.5 age confidence
@web/test-runner (source) ^0.16.0^0.20.0 age confidence
cem-plugin-vs-code-custom-data-generator 1.4.11.4.2 age confidence
eslint (source) 8.39.08.57.1 age confidence
eslint-plugin-github 4.7.04.10.2 age confidence
typescript (source) 5.0.45.9.3 age confidence

Release Notes

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

v0.11.0

Compare Source

  • Update find-dependencies package to use oxc-resolver

v0.10.10

Compare Source

  • Dont filter out a declaration is it is exported as key of an object

v0.10.9

Compare Source

  • Fix declaration data on exports

v0.10.8

Compare Source

  • Add .npmignore to prevent stuff from being published

v0.10.7

Compare Source

  • Attr decorator fix

v0.10.6

Compare Source

  • Update version of find-dependencies

v0.10.5

Compare Source

  • CLI: Don't crash on file creation/deletion

v0.10.4

Compare Source

  • Support @customelement and @customElement class jsdoc

v0.10.3

Compare Source

  • Better support symbols used as properties, e.g. get [foo]() { return 1 }

v0.10.2

Compare Source

  • Mark fields and methods starting with # as private

v0.10.1

Compare Source

  • Dont filter out a declaration is it is exported as key of an object

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 overridden 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
modernweb-dev/web (@​web/dev-server)

v0.4.6

Compare Source

Patch Changes

v0.4.5

Compare Source

Patch Changes

v0.4.4

Compare Source

Patch Changes

v0.4.3

Compare Source

Patch Changes

v0.4.2

Compare Source

Patch Changes

v0.4.1

Compare Source

Patch Changes
  • e31de56: Update @web/dev-server-rollup to latest version

v0.4.0

Compare Source

Minor Changes
  • c185cba: Set minimum node version to 18
Patch Changes

v0.3.7

Compare Source

Patch Changes
  • ef6b254: Use split versions for all lit dependencies

v0.3.6

Compare Source

Patch Changes

v0.3.5

Compare Source

Patch Changes

v0.3.4

Compare Source

Patch Changes

v0.3.3

Compare Source

Patch Changes
  • d9996d2: Fix an issue where the nodeResolve plugin wasn't accepting user configuration correctly

v0.3.2

Compare Source

Patch Changes
  • 7ae27f3: fix: storybook import for windows

v0.3.1

Compare Source

Patch Changes
  • 5470b5b: generate types entrypoint

v0.3.0

Compare Source

Minor Changes
  • 0c87f59: feat/various fixes

    • Update puppeteer to 20.0.0, fixes #​2282
    • Use puppeteer's new page.mouse.reset() in sendMousePlugin, fixes #​2262
    • Use development export condition by default

v0.2.5

Compare Source

Patch Changes

v0.2.4

Compare Source

Patch Changes

v0.2.3

Compare Source

Patch Changes
  • 015766e: Use new headless chrome mode

v0.2.2

Compare Source

Patch Changes
modernweb-dev/web (@​web/dev-server-esbuild)

v1.0.5

Compare Source

Patch Changes
  • d304459: Bump esbuild version to 0.27.0

v1.0.4

Compare Source

Patch Changes
  • d826727: upgrade esbuild to 0.25.x

v1.0.3

Compare Source

Patch Changes

v1.0.2

Compare Source

Patch Changes

v1.0.1

Compare Source

Patch Changes
  • e31de56: Update @web/dev-server-rollup to latest version
modernweb-dev/web (@​web/test-runner)

v0.20.2

Compare Source

Patch Changes
  • 7aedbaa: Summary Reporter - re-enabled error reporting and made option to disable browser logs and error reporting in this reporter

v0.20.1

Compare Source

Patch Changes
  • 24e3290: Improve debug message for test runner uncaught exceptions

    This should make debugging easier. It wasn't very easy to figure out
    where the errors originated from (because of how the actual uncaught
    exception only happened with many concurrent builds inside a sandbox
    environment that is hard to debug).

  • Updated dependencies [79b0ba4]

v0.20.0

Compare Source

Minor Changes
  • 86eaa21: Upgrade puppeteer version to v24
Patch Changes

v0.19.0

Compare Source

Minor Changes
  • b546e8b: Upgrade puppeteer-core and puppeteer to v23
Patch Changes

v0.18.3

Compare Source

Patch Changes
  • 6914f3b: Show suites names for summaryReporter when flatten option is true

v0.18.2

Compare Source

Patch Changes
  • 6a97a69: Unify visual-written representation of skipped tests.

v0.18.1

Compare Source

Patch Changes

v0.18.0

Compare Source

Minor Changes
  • c185cba: Set minimum node version to 18
Patch Changes

v0.17.3

Compare Source

Patch Changes

v0.17.2

Compare Source

Patch Changes

v0.17.1

Compare Source

Patch Changes

v0.17.0

Compare Source

Minor Changes
  • 0c87f59: feat/various fixes

    • Update puppeteer to 20.0.0, fixes #​2282
    • Use puppeteer's new page.mouse.reset() in sendMousePlugin, fixes #​2262
    • Use development export condition by default
Patch Changes
break-stuff/cem-plugin-vs-code-custom-data-generator (cem-plugin-vs-code-custom-data-generator)

v1.4.2

Compare Source

eslint/eslint (eslint)

v8.57.1

Compare Source

v8.57.0

Compare Source

v8.56.0

Compare Source

v8.55.0

Compare Source

v8.54.0

Compare Source

v8.53.0

Compare Source

v8.52.0

Compare Source

v8.51.0

Compare Source

v8.50.0

Compare Source

v8.49.0

Compare Source

v8.48.0

Compare Source

v8.47.0

Compare Source

v8.46.0

Compare Source

v8.45.0

Compare Source

v8.44.0

Compare Source

v8.43.0

Compare Source

v8.42.0

Compare Source

v8.41.0

Compare Source

v8.40.0

Compare Source

github/eslint-plugin-github (eslint-plugin-github)

v4.10.2

Compare Source

What's Changed

Functionality
Dependancy updates

New Contributors

Full Changelog: github/eslint-plugin-github@v4.10.1...v4.10.2

v4.10.1

Compare Source

What's Changed

Full Changelog: github/eslint-plugin-github@v4.10.0...v4.10.1

v4.10.0

Compare Source

What's Changed

Full Changelog: github/eslint-plugin-github@v4.9.2...v4.10.0

v4.9.2

Compare Source

What's Changed

Full Changelog: github/eslint-plugin-github@v4.9.1...v4.9.2

v4.9.1

Compare Source

Bug fixes

This release includes bug fixes for a few accessibility rules including: a11y-aria-role-supports-props, a11y-no-title-attribute, and
jsx-a11y/no-interactive-element-to-noninteractive-role.

What's Changed

New Contributors

Full Changelog: github/eslint-plugin-github@v4.9.0...v4.9.1

v4.9.0

Compare Source

What's Changed

New Contributors

Full Changelog: github/eslint-plugin-github@v4.8.0...v4.9.0

v4.8.0

Compare Source

What's Changed

Full Changelog: github/eslint-plugin-github@v4.7.0...v4.8.0

microsoft/TypeScript (typescript)

v5.9.3: TypeScript 5.9.3

Compare Source

Note: this tag was recreated to point at the correct commit. The npm package contained the correct content.

For release notes, check out the release announcement

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "before 9am on monday"
  • 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot changed the title Update dependency @custom-elements-manifest/analyzer to v0.8.1 Update devDependencies May 5, 2023
@renovate renovate Bot force-pushed the renovate/devdependencies branch 2 times, most recently from 8844437 to 98d0091 Compare May 17, 2023 07:06
@renovate renovate Bot force-pushed the renovate/devdependencies branch from 98d0091 to e5087ce Compare May 20, 2023 01:02
@renovate renovate Bot force-pushed the renovate/devdependencies branch from e5087ce to c453e97 Compare June 3, 2023 02:07
@renovate renovate Bot force-pushed the renovate/devdependencies branch from c453e97 to 2dc3268 Compare June 16, 2023 23:18
@renovate renovate Bot force-pushed the renovate/devdependencies branch 4 times, most recently from 67c80f9 to 92128ce Compare July 4, 2023 17:31
@renovate renovate Bot force-pushed the renovate/devdependencies branch from 92128ce to 281d5ee Compare July 5, 2023 10:42
@renovate renovate Bot force-pushed the renovate/devdependencies branch 7 times, most recently from f134508 to 5e2519b Compare July 19, 2023 09:09
@renovate renovate Bot force-pushed the renovate/devdependencies branch 4 times, most recently from c957ee2 to 99a0429 Compare August 3, 2023 04:19
@renovate renovate Bot force-pushed the renovate/devdependencies branch 2 times, most recently from 2f1325f to c9200f1 Compare August 11, 2023 17:21
@renovate renovate Bot force-pushed the renovate/devdependencies branch 5 times, most recently from 3c858ef to 4a745de Compare August 29, 2023 00:43
@renovate renovate Bot force-pushed the renovate/devdependencies branch from 4a745de to ff824cb Compare August 29, 2023 22:11
@renovate renovate Bot force-pushed the renovate/devdependencies branch from 70cae80 to 9ffd217 Compare October 23, 2023 13:26
@renovate renovate Bot force-pushed the renovate/devdependencies branch 8 times, most recently from e204a90 to e535dfd Compare November 6, 2023 10:01
@renovate renovate Bot force-pushed the renovate/devdependencies branch 4 times, most recently from c2e624c to 080a609 Compare November 18, 2023 00:57
@renovate renovate Bot force-pushed the renovate/devdependencies branch from 080a609 to 2db38af Compare November 20, 2023 20:17
@renovate renovate Bot force-pushed the renovate/devdependencies branch 3 times, most recently from 6d40f4a to 0dd7398 Compare December 6, 2023 20:17
@renovate renovate Bot force-pushed the renovate/devdependencies branch from 0dd7398 to 75226be Compare December 16, 2023 01:22
@renovate renovate Bot force-pushed the renovate/devdependencies branch 3 times, most recently from 9b998b7 to 09aa6e1 Compare February 4, 2024 09:57
@renovate renovate Bot force-pushed the renovate/devdependencies branch from 09aa6e1 to ccca89f Compare February 5, 2024 16:18
@renovate renovate Bot force-pushed the renovate/devdependencies branch 3 times, most recently from ad6cea0 to fdb1d58 Compare February 23, 2024 21:30
@renovate renovate Bot force-pushed the renovate/devdependencies branch 3 times, most recently from fe03405 to 3133859 Compare March 6, 2024 21:16
@renovate renovate Bot force-pushed the renovate/devdependencies branch from 3133859 to 239a725 Compare March 12, 2024 09:40
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.

0 participants