runem / web-component-analyzer

CLI that analyzes web components and emits documentation
https://runem.github.io/web-component-analyzer
MIT License
502 stars 63 forks source link

Bump @material/mwc-button from 0.6.0 to 0.7.1 in /dev #88

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps @material/mwc-button from 0.6.0 to 0.7.1.

Release notes *Sourced from [@material/mwc-button's releases](https://github.com/material-components/material-components-web-components/releases).* > ## V0.7.1 > ### Added > - Added "module" field in all packages' `package.json` manifests > ([#434](https://github-redirect.dependabot.com/material-components/material-components-web-components/pull/434)) > > ## v0.7.0 > ### Added > - New components: > - [``](https://github.com/material-components/material-components-web-components/tree/master/packages/textfield) ([#297](https://github-redirect.dependabot.com/material-components/material-components-web-components/pull/297)) > - [``](https://github.com/material-components/material-components-web-components/tree/master/packages/textarea) ([#297](https://github-redirect.dependabot.com/material-components/material-components-web-components/pull/297)) > - [``](https://github.com/material-components/material-components-web-components/tree/master/packages/icon-button-toggle) ([#370](https://github-redirect.dependabot.com/material-components/material-components-web-components/pull/370)) > - [``](https://github.com/material-components/material-components-web-components/tree/master/packages/top-app-bar-fixed) ([#379](https://github-redirect.dependabot.com/material-components/material-components-web-components/pull/379)) > > - Added support for `` and `` icons to `` and ``. ([#358](https://github-redirect.dependabot.com/material-components/material-components-web-components/pull/358)) > > - Added `--mdc-snackbar-action-color` CSS custom property to `` to override the default action button color ([#354](https://github-redirect.dependabot.com/material-components/material-components-web-components/pull/354)). > > - Added a default slot to `` and `` which takes page content and automatically applies the correct `padding-top` ([#370](https://github-redirect.dependabot.com/material-components/material-components-web-components/pull/370)). > > - Added documentation for: > - [``](https://github.com/material-components/material-components-web-components/tree/master/packages/button) ([#366](https://github-redirect.dependabot.com/material-components/material-components-web-components/pull/366)) > - [``](https://github.com/material-components/material-components-web-components/tree/master/packages/fab) ([#361](https://github-redirect.dependabot.com/material-components/material-components-web-components/pull/361)) > - [``](https://github.com/material-components/material-components-web-components/tree/master/packages/icon-button) ([#370](https://github-redirect.dependabot.com/material-components/material-components-web-components/pull/370)) > - [``](https://github.com/material-components/material-components-web-components/tree/master/packages/radio) ([#377](https://github-redirect.dependabot.com/material-components/material-components-web-components/pull/377)) > - [``](https://github.com/material-components/material-components-web-components/tree/master/packages/snackbar) ([#355](https://github-redirect.dependabot.com/material-components/material-components-web-components/pull/355)) > - [``](https://github.com/material-components/material-components-web-components/tree/master/packages/top-app-bar) ([#379](https://github-redirect.dependabot.com/material-components/material-components-web-components/pull/379)) > > ### Changed > - **BREAKING** The Material Icons font is no longer loaded automatically ([#314](https://github-redirect.dependabot.com/material-components/material-components-web-components/pull/314)). This allows more control over how fonts are loaded (e.g. serving fonts from a different server, or loading multiple fonts with a single request). Most users should now add a tag like this to their HTML page: > > ```html > > ``` > > - **BREAKING** The *toggling* behavior of `` has been removed (i.e. `offIcon`), and is now instead supported by the dedicated [``](https://github.com/material-components/material-components-web-components/tree/master/packages/icon-button-toggle) > component ([#370](https://github-redirect.dependabot.com/material-components/material-components-web-components/pull/370)). > > > - **BREAKING** The *short* layout for `` has been removed, and is no longer supported because it is not part of the Material Design specification ([#422](https://github-redirect.dependabot.com/material-components/material-components-web-components/pull/422)). > > > - **BREAKING** The *fixed* layout for `` has been removed, and is now instead implemented by the dedicated `` component ([#379](https://github-redirect.dependabot.com/material-components/material-components-web-components/pull/379)). > > ### Fixed > > - Fixed bug where `` `open` method threw if called immediately after construction (before `firstUpdated`) ([#356](https://github-redirect.dependabot.com/material-components/material-components-web-components/pull/356)). > - Fixed bug where setting the `` `labelText` property could throw an exception and fail to render ([#412](https://github-redirect.dependabot.com/material-components/material-components-web-components/pull/412)). > - Buttons slotted into `` now render with the correct default styles ([#354](https://github-redirect.dependabot.com/material-components/material-components-web-components/pull/354)). > - Fixed layout issue affecting scrolling `` in Firefox ([#349](https://github-redirect.dependabot.com/material-components/material-components-web-components/pull/349)). > - Fixed bug where `` icons did not render in IE11 ([#353](https://github-redirect.dependabot.com/material-components/material-components-web-components/pull/353)). > ... (truncated)
Changelog *Sourced from [@material/mwc-button's changelog](https://github.com/material-components/material-components-web-components/blob/master/CHANGELOG.md).* > ## [0.7.1] - 2019-08-27 > > ### Added > - Added "module" field in all packages' `package.json` manifests > ([#434](https://github-redirect.dependabot.com/material-components/material-components-web-components/pull/434)) > > ## [0.7.0] - 2019-08-27 > > ### Added > - New components: > - [``](https://github.com/material-components/material-components-web-components/tree/master/packages/textfield) ([#297](https://github-redirect.dependabot.com/material-components/material-components-web-components/pull/297)) > - [``](https://github.com/material-components/material-components-web-components/tree/master/packages/textarea) ([#297](https://github-redirect.dependabot.com/material-components/material-components-web-components/pull/297)) > - [``](https://github.com/material-components/material-components-web-components/tree/master/packages/icon-button-toggle) ([#370](https://github-redirect.dependabot.com/material-components/material-components-web-components/pull/370)) > - [``](https://github.com/material-components/material-components-web-components/tree/master/packages/top-app-bar-fixed) ([#379](https://github-redirect.dependabot.com/material-components/material-components-web-components/pull/379)) > > - Added support for `` and `` icons to `` and > ``. > ([#358](https://github-redirect.dependabot.com/material-components/material-components-web-components/pull/358)) > > - Added `--mdc-snackbar-action-color` CSS custom property to `` to > override the default action button color > ([#354](https://github-redirect.dependabot.com/material-components/material-components-web-components/pull/354)). > > - Added a default slot to `` and `` > which takes page content and automatically applies the correct `padding-top` > ([#370](https://github-redirect.dependabot.com/material-components/material-components-web-components/pull/370)). > > - Added documentation for: > - [``](https://github.com/material-components/material-components-web-components/tree/master/packages/button) > ([#366](https://github-redirect.dependabot.com/material-components/material-components-web-components/pull/366)) > - [``](https://github.com/material-components/material-components-web-components/tree/master/packages/fab) > ([#361](https://github-redirect.dependabot.com/material-components/material-components-web-components/pull/361)) > - [``](https://github.com/material-components/material-components-web-components/tree/master/packages/icon-button) > ([#370](https://github-redirect.dependabot.com/material-components/material-components-web-components/pull/370)) > - [``](https://github.com/material-components/material-components-web-components/tree/master/packages/radio) > ([#377](https://github-redirect.dependabot.com/material-components/material-components-web-components/pull/377)) > - [``](https://github.com/material-components/material-components-web-components/tree/master/packages/snackbar) > ([#355](https://github-redirect.dependabot.com/material-components/material-components-web-components/pull/355)) > - [``](https://github.com/material-components/material-components-web-components/tree/master/packages/top-app-bar) > ([#379](https://github-redirect.dependabot.com/material-components/material-components-web-components/pull/379)) > > ### Changed > - **BREAKING** The Material Icons font is no longer loaded automatically > ([#314](https://github-redirect.dependabot.com/material-components/material-components-web-components/pull/314)). > This allows more control over how fonts are loaded (e.g. serving fonts from a > different server, or loading multiple fonts with a single request). Most users > should now add a tag like this to their HTML page: > > ```html > > ... (truncated)
Commits - [`f8389e3`](https://github.com/material-components/material-components-web-components/commit/f8389e38b66e6261a8578f4a748efcb7367da176) v0.7.1 - [`e7ef089`](https://github.com/material-components/material-components-web-components/commit/e7ef0891810d4a23ce9759daf848c2228d7d8a77) add support for module entrypoint ([#434](https://github.com/material-components/material-components-web-components/tree/HEAD/packages/button/issues/434)) - [`c8c5d01`](https://github.com/material-components/material-components-web-components/commit/c8c5d01ad2103af63e3d7656b5d1acc5ccaa05db) v0.7.0 - [`65bccda`](https://github.com/material-components/material-components-web-components/commit/65bccda9ed76c5d60e967d10b0f1c8962c41a7b2) Some small items before release ([#431](https://github.com/material-components/material-components-web-components/tree/HEAD/packages/button/issues/431)) - [`958d1db`](https://github.com/material-components/material-components-web-components/commit/958d1db22286f9b37cd5c14318b6305bd933b1eb) Make inner button element stretch to width of host. ([#408](https://github.com/material-components/material-components-web-components/tree/HEAD/packages/button/issues/408)) - [`bb1ad7f`](https://github.com/material-components/material-components-web-components/commit/bb1ad7f281bc10b2820b71b20a7c09707037c266) Extends ESLint from [@​typescript-eslint](https://github.com/typescript-eslint) ([#371](https://github.com/material-components/material-components-web-components/tree/HEAD/packages/button/issues/371)) - [`93638d6`](https://github.com/material-components/material-components-web-components/commit/93638d618924cd0b70436565bcec203b6bf30ea8) Better readme for button - [`b6cf725`](https://github.com/material-components/material-components-web-components/commit/b6cf725d602f379512ce04be8d02ac5d55b948a1) Remove `as any` usage with `@customElement` - [`e75002b`](https://github.com/material-components/material-components-web-components/commit/e75002b98b4e9a3bea6dec0c056201e824fb020a) Remove CHANGELOGS from subpackages - [`f02a6b4`](https://github.com/material-components/material-components-web-components/commit/f02a6b43504a7fe179224f7064d08268c54c7981) Add an .npmignore to every package. - Additional commits viewable in [compare view](https://github.com/material-components/material-components-web-components/commits/v0.7.1/packages/button)
Maintainer changes This version was pushed to npm by [emarquez](https://www.npmjs.com/~emarquez), a new releaser for @material/mwc-button since your current version.


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 use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.
dependabot-preview[bot] commented 5 years ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.