Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Oct 18, 2022

Bumps lodash-decorators from 4.5.0 to 6.0.1.

Changelog

Sourced from lodash-decorators's changelog.

6.0.1 (2018-12-22)

6.0.0 (2018-06-17)

Bug Fixes

  • bindAll: fix constructor not being called with new (4e72d0c)
  • decorators: don't apply instance decorators when accessing from a (17caeb6)

BREAKING CHANGES

  • bindAll: Properties will use the bind decorator to apply getter/setters on the prototype instead of the instance. This could cause issues with consumers currently using the implementain that assigns the bound properties to the instance through the constructor rather than on the prototype. The value on the prototype will now be a getter instead of the original function value.

5.0.1 (2018-06-02)

5.0.0 (2018-03-17)

Features

  • all: decorators with optional arguments do not require invocation (59a71d7)
  • all: initial work for paramless decorators (5300a2e)

BREAKING CHANGES

  • all: This may cause issue with tools that rely on static analysis of the decorators. Since the deocorators are typed with intersections they must be removed from a static function wrapper.

Commits
  • bf71303 chore(release): 6.0.1
  • e339112 chore(package): fix package vulnerabilities
  • 1a2864b Merge pull request #50 from murrayju/murrayju-patch-1
  • 1c816af Fix example code
  • d3573e5 chore(release): 6.0.0
  • 4e72d0c fix(bindAll): fix constructor not being called with new
  • 17caeb6 fix(decorators): don't apply instance decorators when accessing from a
  • c866405 chore(package): update dependencies
  • 571b705 chore(release): 5.0.1
  • d6ae3bc fix(package) add typings to package
  • 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 [lodash-decorators](https://github.com/steelsojka/lodash-decorators) from 4.5.0 to 6.0.1.
- [Release notes](https://github.com/steelsojka/lodash-decorators/releases)
- [Changelog](https://github.com/steelsojka/lodash-decorators/blob/master/CHANGELOG.md)
- [Commits](steelsojka/lodash-decorators@v4.5.0...v6.0.1)

---
updated-dependencies:
- dependency-name: lodash-decorators
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 18, 2022
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.

1 participant