Skip to content

Commit

Permalink
fix(deps): update dependency lazy-get-decorator to v2.2.1 (#996)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[lazy-get-decorator](https://togithub.com/Alorel/typescript-lazy-get-decorator)
| [`2.2.0` ->
`2.2.1`](https://renovatebot.com/diffs/npm/lazy-get-decorator/2.2.0/2.2.1)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/lazy-get-decorator/2.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/lazy-get-decorator/2.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/lazy-get-decorator/2.2.0/2.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/lazy-get-decorator/2.2.0/2.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>Alorel/typescript-lazy-get-decorator
(lazy-get-decorator)</summary>

###
[`v2.2.1`](https://togithub.com/Alorel/typescript-lazy-get-decorator/releases/tag/2.2.1)

[Compare
Source](https://togithub.com/Alorel/typescript-lazy-get-decorator/compare/2.2.0...2.2.1)

##### Bug Fixes

- fix path to "es2015" module
([057c970](https://togithub.com/Alorel/typescript-lazy-get-decorator/commit/057c970dd68a1c785313dbb14cf6797e587be2ce))

##### Maintenance

- **deps:** bump fstream from 1.0.11 to 1.0.12
([79e5b52](https://togithub.com/Alorel/typescript-lazy-get-decorator/commit/79e5b527614a89d59eb65f0b980fcca2b613489a))
- **deps:** bump npm from 6.11.3 to 6.13.4
([a75fe1d](https://togithub.com/Alorel/typescript-lazy-get-decorator/commit/a75fe1d14722ae9dfd28f829d294a91a1020117f))
- Fix package.json version to match that on NPM
([99ea020](https://togithub.com/Alorel/typescript-lazy-get-decorator/commit/99ea0208184f125aa535ab534416db289b0dea7d))
- Update dev dependencies
([063e960](https://togithub.com/Alorel/typescript-lazy-get-decorator/commit/063e960b569609b467edb01c8a13f4bc884b6445))

##### Refactoring

- Refactored for updated tslint rules
([7bf0ded](https://togithub.com/Alorel/typescript-lazy-get-decorator/commit/7bf0dedbbb8c92a1b59ecd23179f30c232c06903))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "every weekday" in timezone Etc/UTC,
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/ScaleLeap/amazon-advertising-api-sdk).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNTEuMiIsInVwZGF0ZWRJblZlciI6IjM3LjM1MS4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInJlbm92YXRlYm90Il19-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored May 10, 2024
1 parent 3a517f5 commit e208f84
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"io-ts-promise": "2.0.2",
"io-ts-reporters": "1.2.2",
"io-ts-types": "0.5.19",
"lazy-get-decorator": "2.2.0",
"lazy-get-decorator": "2.2.1",
"lodash": "4.17.21",
"ts-error": "1.0.6"
},
Expand Down

0 comments on commit e208f84

Please sign in to comment.