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

Update devDependencies #13

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Update devDependencies #13

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 1, 2023

This PR contains the following updates:

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

Release Notes

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

v0.10.3

Compare Source

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

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

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

  • ab8c60d docs: change position of return to top button (#​17688) (Tanuj Kanti)
  • 4fc44c0 docs: update twitter icon to new X icon (#​17687) (Tanuj Kanti)
  • 4164b2c docs: Update README (GitHub Actions Bot)
  • 8651895 docs: Fix tabs in rule examples (#​17653) (Francesco Trotta)
  • 3aec1c5 docs: explained rule fixers and suggestions (#​17657) (Josh Goldberg ✨)

Chores

v8.52.0

Compare Source

Features

  • 70648ee feat: report-unused-disable-directive to report unused eslint-enable (#​17611) (Yosuke Ota)

Bug Fixes

  • 5de9637 fix: Ensure shared references in rule configs are separated (#​17666) (Nicholas C. Zakas)
  • dcfe573 fix: add preceding semicolon in suggestions of no-object-constructor (#​17649) (Francesco Trotta)

Documentation

  • 476d58a docs: Add note about invalid CLI flags when using flat config. (#​17664) (Nicholas C. Zakas)
  • 660ed3a docs: Plugin flat config migration guide (#​17640) (Nicholas C. Zakas)
  • a58aa20 docs: fix examples for several rules (#​17645) (Milos Djermanovic)
  • 179929b docs: Remove trailing newline from the code of Playground links (#​17641) (Francesco Trotta)
  • f8e5c30 docs: Update README (GitHub Actions Bot)
  • b7ef2f3 docs: Enable pretty code formatter output (#​17635) (Nicholas C. Zakas)
  • 0bcb9a8 docs: Fix syntax errors in rule examples (#​17633) (Francesco Trotta)
  • 61b9083 docs: Make no-continue example code work (#​17643) (Zhongyuan Zhou)
  • 9fafe45 docs: upgrade to 11ty 2.0 (#​17632) (Percy Ma)
  • ff8e4bf docs: Update README (GitHub Actions Bot)
  • fab249a docs: Update README (GitHub Actions Bot)
  • 392305b docs: Update no-irregular-whitespace and fix examples (#​17626) (Francesco Trotta)
  • 6b8acfb docs: Add real whitespace to no-trailing-spaces examples (#​17630) (Francesco Trotta)
  • 1000187 docs: Fix examples in unicode-bom (#​17631) (Francesco Trotta)
  • 000290c docs: Update README (GitHub Actions Bot)

Chores


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 from 6631c63 to 30d060e Compare May 10, 2023 18:12
@renovate renovate bot force-pushed the renovate/devdependencies branch 2 times, most recently from 8f1f0b3 to 58c2325 Compare June 3, 2023 01:51
@renovate renovate bot force-pushed the renovate/devdependencies branch from 58c2325 to 2cf43b3 Compare June 16, 2023 23:45
@renovate renovate bot force-pushed the renovate/devdependencies branch 4 times, most recently from 367bd61 to c7758ed Compare July 4, 2023 19:09
@renovate renovate bot force-pushed the renovate/devdependencies branch from c7758ed to ecaa711 Compare July 5, 2023 08:24
@renovate renovate bot force-pushed the renovate/devdependencies branch 7 times, most recently from 1602388 to 4977bec Compare July 18, 2023 17:32
@renovate renovate bot force-pushed the renovate/devdependencies branch from 4977bec to 1f49e97 Compare July 19, 2023 12:22
@renovate renovate bot force-pushed the renovate/devdependencies branch 4 times, most recently from 8e28535 to 2a08dad Compare August 3, 2023 03:55
@renovate renovate bot force-pushed the renovate/devdependencies branch 2 times, most recently from d4db6ca to 949a0e1 Compare August 11, 2023 17:45
@renovate renovate bot force-pushed the renovate/devdependencies branch 5 times, most recently from 5c7b32b to 81a5e65 Compare August 29, 2023 00:52
@renovate renovate bot force-pushed the renovate/devdependencies branch from 81a5e65 to 6607c0a Compare August 29, 2023 23:06
@renovate renovate bot force-pushed the renovate/devdependencies branch 2 times, most recently from 282c1be to 74408d8 Compare April 10, 2024 16:44
@renovate renovate bot force-pushed the renovate/devdependencies branch 2 times, most recently from 5c37f2b to d53c1c3 Compare April 21, 2024 07:46
@renovate renovate bot force-pushed the renovate/devdependencies branch 3 times, most recently from 308e2da to 9a92fc7 Compare April 25, 2024 15:37
@renovate renovate bot force-pushed the renovate/devdependencies branch 2 times, most recently from 9526c6d to 85ca777 Compare May 12, 2024 23:22
@renovate renovate bot force-pushed the renovate/devdependencies branch from 85ca777 to 4c9f87a Compare June 4, 2024 13:37
@renovate renovate bot force-pushed the renovate/devdependencies branch 2 times, most recently from c4289a5 to 7a2f330 Compare June 26, 2024 13:27
@renovate renovate bot force-pushed the renovate/devdependencies branch 2 times, most recently from d77f745 to aed305f Compare July 8, 2024 19:01
@renovate renovate bot force-pushed the renovate/devdependencies branch from aed305f to bd199e3 Compare July 13, 2024 22:10
@renovate renovate bot force-pushed the renovate/devdependencies branch 2 times, most recently from e4d7e1e to c4e60d8 Compare July 23, 2024 03:01
@renovate renovate bot force-pushed the renovate/devdependencies branch 2 times, most recently from 33e714c to e5b6d35 Compare August 9, 2024 13:21
@renovate renovate bot force-pushed the renovate/devdependencies branch from e5b6d35 to 50f0709 Compare August 28, 2024 07:04
@renovate renovate bot force-pushed the renovate/devdependencies branch 2 times, most recently from f4c6dbd to a09f76d Compare September 9, 2024 18:27
@renovate renovate bot force-pushed the renovate/devdependencies branch from a09f76d to 11f679a Compare September 16, 2024 17:01
@renovate renovate bot force-pushed the renovate/devdependencies branch 2 times, most recently from 050656f to 5a58591 Compare October 9, 2024 11:05
@renovate renovate bot force-pushed the renovate/devdependencies branch from 5a58591 to 95ebffc Compare November 6, 2024 17:00
@renovate renovate bot force-pushed the renovate/devdependencies branch from 95ebffc to 6522088 Compare November 22, 2024 20:34
@renovate renovate bot force-pushed the renovate/devdependencies branch from 6522088 to 3cb62ed Compare December 2, 2024 12:45
@renovate renovate bot force-pushed the renovate/devdependencies branch from 3cb62ed to e575c16 Compare December 10, 2024 23:17
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