bettermusic / studio

WIP for a Design System and component library to power a suite of music tools. Most notably a chord chart editor & renderer.
https://www.bettermusic.tech/
Other
6 stars 0 forks source link

Bump @stencil/core from 2.18.0 to 2.19.0 #215

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps @stencil/core from 2.18.0 to 2.19.0.

Release notes

Sourced from @​stencil/core's releases.

💾 2.19.0 (2022-10-24)

Bug Fixes

  • cli: "Browserslist: caniuse-lite is outdated" spams output when buildEs5 is truthy (#3649) (d30cf58)
  • compiler: update handling of decorators to support emitting ES2022+ (#3614) (f977830)
  • jest: adjust conversion of CLI args to Jest args (#3730) (5b76a0a), closes #3724

Features

😛 2.18.1 (2022-10-03)

Bug Fixes

  • cli: typo in telemetry command (#3602) (3013f5e)
  • logger: fix possibly-null property access in logger-typescript.ts (#3627) (49ead11), partially fixes #3443
Changelog

Sourced from @​stencil/core's changelog.

💾 2.19.0 (2022-10-24)

Bug Fixes

  • cli: "Browserslist: caniuse-lite is outdated" spams output when buildEs5 is truthy (#3649) (d30cf58)
  • compiler: update handling of decorators to support emitting ES2022+ (#3614) (f977830)
  • jest: adjust conversion of CLI args to Jest args (#3730) (5b76a0a), closes #3724

Features

😛 2.18.1 (2022-10-03)

Bug Fixes

  • cli: typo in telemetry command (#3602) (3013f5e)
  • logger: fix possibly-null property access in logger-typescript.ts (#3627) (49ead11), partially fixes #3443
Commits
  • 557a9b7 💾 v2.19.0
  • 6744dcb chore(repo): upgrade github actions (#3746)
  • 096ef5c chore(repo): remove duplicate file (#3744)
  • 1ecc5b7 chore(deps-dev): bump @​types/node from 16.11.68 to 16.18.0 (#3752)
  • 42ad395 chore(deps-dev): bump @​types/eslint from 8.4.6 to 8.4.7 (#3738)
  • 0843689 chore(compiler): update to non-deprecated ts.factory methods
  • 91a737c chore(sys): add JSDocs to createNodeSys, createSystem
  • d011071 chore(deps-dev): bump @​types/node from 16.11.66 to 16.11.68 (#3732)
  • e0c3678 chore(deps-dev): bump eslint-plugin-jest from 27.1.2 to 27.1.3 (#3731)
  • 10abe77 chore(deps-dev): bump eslint-plugin-jsdoc from 39.3.13 to 39.3.14 (#3733)
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will 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 version` will 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 dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 1 year ago

Superseded by #224.