buefy / nuxt-buefy

Nuxt Buefy
MIT License
221 stars 33 forks source link

Bump dot-prop and standard-version #142

Open dependabot[bot] opened 11 months ago

dependabot[bot] commented 11 months ago

Bumps dot-prop to 5.3.0 and updates ancestor dependency standard-version. These dependencies need to be updated together.

Updates dot-prop from 3.0.0 to 5.3.0

Release notes

Sourced from dot-prop's releases.

v5.3.0

  • Make .delete() return a boolean (#66) 24916ff

https://github.com/sindresorhus/dot-prop/compare/v5.2.0...v5.3.0

v5.2.0

  • Allow specifying undefined as the object for .get() and .has() (#58) a6be343

https://github.com/sindresorhus/dot-prop/compare/v5.1.1...v5.2.0

v5.1.1

  • Prevent setting/getting some problematic path components 3039c8c
  • TypeScript - Fix return type for undefined defaultValue (#56) e0f8abf

https://github.com/sindresorhus/dot-prop/compare/v5.1.0...v5.1.1

v5.1.0

Maintenance release to update dependencies. No user-facing changes.

https://github.com/sindresorhus/dot-prop/compare/v5.0.1...v5.1.0

v5.0.1

  • Fix TypeScript 3.5 compatibility 9c1ef03

https://github.com/sindresorhus/dot-prop/compare/v5.0.0...v5.0.1

v5.0.0

Breaking:

  • Require Node.js 8 a19fd41

Enhancements:

  • Add TypeScript definition (#52) 5dbf51c

https://github.com/sindresorhus/dot-prop/compare/v4.2.0...v5.0.0

v4.2.1

Commits


Updates standard-version from 4.4.0 to 9.5.0

Release notes

Sourced from standard-version's releases.

v9.5.0

9.5.0 (2022-05-15)

Features

Bug Fixes

  • deps: update dependency conventional-changelog to v3.1.25 (#865) (4c938a2)
  • deps: update dependency conventional-changelog-conventionalcommits to v4.6.3 (#866) (6c75ed0)

v9.4.0

9.4.0 (2021-12-31)

Features

Bug Fixes

  • Ensures provided packageFiles arguments are merged with bumpFiles when no bumpFiles argument is specified (default). (#534) (2785023), closes #533

standard-version v9.3.2

Bug Fixes

  • deps: update dependency conventional-changelog-conventionalcommits to v4.6.1 (#752) (bb8869d)

standard-version v9.3.1

Bug Fixes

  • updater: npm7 package lock's inner version not being updated (#713) (a316dd0)

standard-version v9.3.0

Features

  • add --lerna-package flag used to extract tags in case of lerna repo (#503) (f579ff0)

standard-version v9.2.0

... (truncated)

Changelog

Sourced from standard-version's changelog.

9.5.0 (2022-05-15)

Features

Bug Fixes

  • deps: update dependency conventional-changelog to v3.1.25 (#865) (4c938a2)
  • deps: update dependency conventional-changelog-conventionalcommits to v4.6.3 (#866) (6c75ed0)

9.4.0 (2021-12-31)

Features

Bug Fixes

  • Ensures provided packageFiles arguments are merged with bumpFiles when no bumpFiles argument is specified (default). (#534) (2785023), closes #533

9.3.2 (2021-10-17)

Bug Fixes

  • deps: update dependency conventional-changelog-conventionalcommits to v4.6.1 (#752) (bb8869d)

9.3.1 (2021-07-14)

Bug Fixes

  • updater: npm7 package lock's inner version not being updated (#713) (a316dd0)

9.3.0 (2021-05-04)

Features

  • add --lerna-package flag used to extract tags in case of lerna repo (#503) (f579ff0)

9.2.0 (2021-04-06)

Features

... (truncated)

Commits
  • 017dcb6 chore(master): release 9.5.0 (#867)
  • 61b41fa feat(deprecated): add deprecation message (#907)
  • 6c75ed0 fix(deps): update dependency conventional-changelog-conventionalcommits to v4...
  • 4c938a2 fix(deps): update dependency conventional-changelog to v3.1.25 (#865)
  • fd05681 chore(master): release 9.4.0 (#864)
  • e510623 build: run tests on label
  • eceaedf feat: add .cjs config file (#717)
  • 366a498 build: update publish configuration
  • 095e1eb test: updates .gitignore test to check against a default package and bump fil...
  • fb3f3fa chore: Move to native fs.access, removes fs-access package. (#840)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by oss-bot, a new releaser for standard-version since your current version.


You can trigger a rebase of this PR 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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@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) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/buefy/nuxt-buefy/network/alerts).

Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

codecov-commenter commented 11 months ago

Codecov Report

Merging #142 (19f0438) into master (f3c2ff5) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #142   +/-   ##
=======================================
  Coverage   90.00%   90.00%           
=======================================
  Files           2        2           
  Lines          20       20           
  Branches        5        5           
=======================================
  Hits           18       18           
  Misses          2        2           

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more