Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 1, 2023

This PR contains the following updates:

Package Change Age Confidence
@custom-elements-manifest/analyzer (source) ^0.8.0 -> ^0.10.0 age confidence
@web/dev-server (source) ^0.2.0 -> ^0.4.0 age confidence
@web/dev-server-esbuild (source) 1.0.0 -> 1.0.4 age confidence
@web/test-runner (source) ^0.16.0 -> ^0.20.0 age confidence
cem-plugin-vs-code-custom-data-generator 1.4.1 -> 1.4.2 age confidence
eslint (source) 8.39.0 -> 8.57.1 age confidence
eslint-plugin-github 4.7.0 -> 4.10.2 age confidence
typescript (source) 5.0.4 -> 5.9.3 age confidence

Release Notes

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

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.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

Bug Fixes
  • a19072f fix: add logic to handle fixTypes in the lintText() method (#​18900) (Francesco Trotta)
  • 04c7188 fix: Don't lint same file multiple times (#​18899) (Francesco Trotta)
  • 87ec3c4 fix: do not throw when defining a global named __defineSetter__ (#​18898) (Francesco Trotta)
  • 60a1267 fix: Provide helpful error message for nullish configs (#​18889) (Milos Djermanovic)
  • a0dea8e fix: allow name in global ignores, fix --no-ignore for non-global (#​18875) (Milos Djermanovic)
  • 3836bb4 fix: do not crash on error in fs.walk filter (#​18886) (Milos Djermanovic)
  • 2dec349 fix: skip processor code blocks that match only universal patterns (#​18880) (Milos Djermanovic)
Documentation
Build Related
  • 35d366a build: Support updates to previous major versions (#​18870) (Milos Djermanovic)
Chores

v8.57.0

Compare Source

Features
  • 1120b9b feat: Add loadESLint() API method for v8 (#​18098) (Nicholas C. Zakas)
  • dca7d0f feat: Enable eslint.config.mjs and eslint.config.cjs (#​18066) (Nitin Kumar)
Bug Fixes
  • 2196d97 fix: handle absolute file paths in FlatRuleTester (#​18064) (Nitin Kumar)
  • 69dd1d1 fix: Ensure config keys are printed for config errors (#​18067) (Nitin Kumar)
  • 9852a31 fix: deep merge behavior in flat config (#​18065) (Nitin Kumar)
  • 4c7e9b0 fix: allow circular references in config (#​18056) (Milos Djermanovic)
Documentation
Chores

v8.56.0

Compare Source

Features
  • 0dd9704 feat: Support custom severity when reporting unused disable directives (#​17212) (Bryan Mishkin)
  • 31a7e3f feat: fix no-restricted-properties false negatives with unknown objects (#​17818) (Arka Pratim Chaudhuri)
Bug Fixes
  • 7d5e5f6 fix: TypeError: fs.exists is not a function on read-only file system (#​17846) (Francesco Trotta)
  • 74739c8 fix: suggestion with invalid syntax in no-promise-executor-return rule (#​17812) (Bryan Mishkin)
Documentation
  • 9007719 docs: update link in ways-to-extend.md (#​17839) (Amel SELMANE)
  • 3a22236 docs: Update README (GitHub Actions Bot)
  • 54c3ca6 docs: fix migration-guide example (#​17829) (Tanuj Kanti)
  • 4391b71 docs: check config comments in rule examples (#​17815) (Francesco Trotta)
  • fd28363 docs: remove mention about ESLint stylistic rules in readme (#​17810) (Zwyx)
  • 48ed5a6 docs: Update README (GitHub Actions Bot)
Chores

v8.55.0

Compare Source

Features
  • 8c9e6c1 feat: importNamePattern option in no-restricted-imports (#​17721) (Tanuj Kanti)
Documentation
  • 83ece2a docs: fix typo --rules -> --rule (#​17806) (OKURA Masafumi)
  • fffca5c docs: remove "Open in Playground" buttons for removed rules (#​17791) (Francesco Trotta)
  • a6d9442 docs: fix correct/incorrect examples of rules (#​17789) (Tanuj Kanti)
  • 383e999 docs: update and fix examples for no-unused-vars (#​17788) (Tanuj Kanti)
  • 5a8efd5 docs: add specific stylistic rule for each deprecated rule (#​17778) (Etienne)
Chores

v8.54.0

Compare Source

Features
  • a7a883b feat: for-direction rule add check for condition in reverse order (#​17755) (Angelo Annunziata)
  • 1452dc9 feat: Add suggestions to no-console (#​17680) (Joel Mathew Koshy)
  • 21ebf8a feat: update no-array-constructor rule (#​17711) (Francesco Trotta)
Bug Fixes
  • 98926e6 fix: Ensure that extra data is not accidentally stored in the cache file (#​17760) (Milos Djermanovic)
  • e8cf9f6 fix: Make dark scroll bar in dark theme (#​17753) (Pavel)
  • 3cbeaad fix: Use cwd constructor option as config basePath in Linter (#​17705) (Milos Djermanovic)
Documentation
  • becfdd3 docs: Make clear when rules are removed (#​17728) (Nicholas C. Zakas)
  • 05d6e99 docs: update "Submit a Pull Request" page (#​17712) (Francesco Trotta)
  • eb2279e docs: display info about deprecated rules (#​17749) (Percy Ma)
  • d245326 docs: Correct working in migrating plugin docs (#​17722) (Filip Tammergård)
Chores

v8.53.0

Compare Source

Features

  • 528e1c0 feat: Deprecate formatting rules (#​17696) (Nicholas C. Zakas)
  • c0b11dd feat: Add suggestions for no-prototype-builtins (#​17677) (Yonathan Randolph)

Bug Fixes

  • 1ad6257 fix: ensure that exit code for fatal errors is not overwritten (#​17683) (Milos Djermanovic)
  • b329ea7 fix: add ; after JSX nodes in no-object-constructor autofix (#​17672) (Francesco Trotta)

Documentation


Configuration

📅 Schedule: Branch creation - "before 9am on monday" (UTC), 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 db2e199 to 13660bf Compare May 17, 2023 08:31
@renovate renovate bot force-pushed the renovate/devdependencies branch from 13660bf to d9083bd Compare May 20, 2023 01:14
@renovate renovate bot force-pushed the renovate/devdependencies branch from d9083bd to b5c256c Compare June 3, 2023 01:05
@renovate renovate bot force-pushed the renovate/devdependencies branch from b5c256c to f778360 Compare June 16, 2023 23:14
@renovate renovate bot force-pushed the renovate/devdependencies branch 4 times, most recently from 70cc1ae to fa2364e Compare July 4, 2023 18:17
@renovate renovate bot force-pushed the renovate/devdependencies branch from fa2364e to ef1e99b Compare July 5, 2023 09:37
@renovate renovate bot force-pushed the renovate/devdependencies branch 8 times, most recently from 3d2debc to c4ad185 Compare July 19, 2023 09:58
@renovate renovate bot force-pushed the renovate/devdependencies branch 4 times, most recently from de2034f to 0baed9c Compare August 3, 2023 07:43
@renovate renovate bot force-pushed the renovate/devdependencies branch 2 times, most recently from bd8cc4b to 41ac4eb Compare August 11, 2023 17:43
@renovate renovate bot force-pushed the renovate/devdependencies branch 5 times, most recently from 64c7024 to 5a75535 Compare August 29, 2023 01:22
@renovate renovate bot force-pushed the renovate/devdependencies branch 2 times, most recently from 156910d to 69a671c Compare February 18, 2025 19:37
@renovate renovate bot force-pushed the renovate/devdependencies branch 2 times, most recently from 900cd4c to 33b63d4 Compare March 3, 2025 15:07
@renovate renovate bot force-pushed the renovate/devdependencies branch 3 times, most recently from b0b3338 to ab6e5a4 Compare March 17, 2025 12:56
@renovate renovate bot force-pushed the renovate/devdependencies branch 3 times, most recently from 9c8f848 to de21d18 Compare April 8, 2025 10:39
@renovate renovate bot force-pushed the renovate/devdependencies branch from de21d18 to 07ad309 Compare April 10, 2025 16:04
@renovate renovate bot force-pushed the renovate/devdependencies branch from 07ad309 to 5665828 Compare April 24, 2025 08:55
@renovate renovate bot force-pushed the renovate/devdependencies branch 2 times, most recently from 0a7ca67 to 895b834 Compare May 21, 2025 19:34
@renovate renovate bot force-pushed the renovate/devdependencies branch from 895b834 to aebfa63 Compare May 28, 2025 07:06
@renovate renovate bot force-pushed the renovate/devdependencies branch from aebfa63 to be9e5d5 Compare June 6, 2025 00:20
@renovate renovate bot force-pushed the renovate/devdependencies branch from be9e5d5 to 2d5fb45 Compare June 22, 2025 12:41
@renovate renovate bot force-pushed the renovate/devdependencies branch from 2d5fb45 to f6f5c03 Compare July 2, 2025 19:27
@renovate renovate bot force-pushed the renovate/devdependencies branch 4 times, most recently from 4be9aef to f2d377b Compare August 13, 2025 14:34
@renovate renovate bot force-pushed the renovate/devdependencies branch from f2d377b to fe96fdc Compare August 19, 2025 17:15
@renovate renovate bot force-pushed the renovate/devdependencies branch from fe96fdc to 687c405 Compare August 31, 2025 10:03
@renovate renovate bot force-pushed the renovate/devdependencies branch from 687c405 to db838e7 Compare September 17, 2025 11:24
@renovate renovate bot force-pushed the renovate/devdependencies branch 3 times, most recently from 3aa5a67 to a089f8a Compare September 30, 2025 23:06
@renovate renovate bot force-pushed the renovate/devdependencies branch from a089f8a to dc06192 Compare October 2, 2025 15:23
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