Skip to content

chore(deps): bump vue-content-loader from 0.2.3 to 2.0.0 #177

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

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 28, 2021

Bumps vue-content-loader from 0.2.3 to 2.0.0.

Release notes

Sourced from vue-content-loader's releases.

v2.0.0

2.0.0 (2021-01-27)

Bug Fixes

  • comply to width & height attributes (8e844cf), closes #46

Features

BREAKING CHANGES

  • width and height attributes are now applied as-is to the svg element, if you want the previous, responsive behavior, use only the new viewBox prop instead.

Before: width="200" height="100" After: viewBox="0 0 200 100"

v1.0.1

1.0.1 (2021-01-19)

Bug Fixes

  • properly set props default values (f5729b1)

v1.0.0

1.0.0 (2021-01-18)

Features

BREAKING CHANGES

  • Require Vue 3
Commits
  • 3954d20 feat: move to TypeScript
  • 8e844cf fix: comply to width & height attributes
  • 7279c5c Add npm install command
  • 547a83c chore(deps-dev): bump @​vue/test-utils from 2.0.0-beta.14 to 2.0.0-rc.0
  • 728a4ec test: setup unit tests suite using Jest
  • f5729b1 fix: properly set props default values
  • 8654d01 chore(deps): [security] bump acorn from 6.1.1 to 6.4.2 (#117)
  • 054768c chore(deps): bump dot-prop from 4.2.0 to 4.2.1 (#116)
  • ab1c7ee chore(deps): [security] bump ini from 1.3.5 to 1.3.8 (#112)
  • 0d15692 chore(deps): [security] bump http-proxy from 1.17.0 to 1.18.1 (#102)
  • 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)

Bumps [vue-content-loader](https://github.com/egoist/vue-content-loader) from 0.2.3 to 2.0.0.
- [Release notes](https://github.com/egoist/vue-content-loader/releases)
- [Commits](egoist/vue-content-loader@v0.2.3...v2.0.0)

---
updated-dependencies:
- dependency-name: vue-content-loader
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 28, 2021
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 6, 2021

Superseded by #192.

@dependabot dependabot bot closed this Dec 6, 2021
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/vue-content-loader-2.0.0 branch December 6, 2021 00:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants