Skip to content

Commit db74e39

Browse files
chore(deps): update external fixes (#359)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | Type | Update | |---|---|---|---|---|---|---|---| | [dotenv](https://redirect.github.com/motdotla/dotenv) | [`16.4.5` -> `16.4.7`](https://renovatebot.com/diffs/npm/dotenv/16.4.5/16.4.7) | [![age](https://developer.mend.io/api/mc/badges/age/npm/dotenv/16.4.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/dotenv/16.4.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/dotenv/16.4.5/16.4.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/dotenv/16.4.5/16.4.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | devDependencies | patch | | [helix-post-deploy](https://circleci.com/developer/orbs/orb/adobe/helix-post-deploy) | `3.0.2` -> `3.0.3` | [![age](https://developer.mend.io/api/mc/badges/age/orb/adobe%2fhelix-post-deploy/3.0.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/orb/adobe%2fhelix-post-deploy/3.0.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/orb/adobe%2fhelix-post-deploy/3.0.2/3.0.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/orb/adobe%2fhelix-post-deploy/3.0.2/3.0.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | orb | patch | --- ### Release Notes <details> <summary>motdotla/dotenv (dotenv)</summary> ### [`v16.4.7`](https://redirect.github.com/motdotla/dotenv/blob/HEAD/CHANGELOG.md#1647-2024-12-03) [Compare Source](https://redirect.github.com/motdotla/dotenv/compare/v16.4.6...v16.4.7) ##### Changed - Ignore `.tap` folder when publishing. (oops, sorry about that everyone. - [@&#8203;motdotla](https://redirect.github.com/motdotla)) [#&#8203;848](https://redirect.github.com/motdotla/dotenv/pull/848) ### [`v16.4.6`](https://redirect.github.com/motdotla/dotenv/blob/HEAD/CHANGELOG.md#1646-2024-12-02) [Compare Source](https://redirect.github.com/motdotla/dotenv/compare/v16.4.5...v16.4.6) ##### Changed - Clean up stale dev dependencies [#&#8203;847](https://redirect.github.com/motdotla/dotenv/pull/847) - Various README updates clarifying usage and alternative solutions using [dotenvx](https://redirect.github.com/dotenvx/dotenvx) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "after 2pm on Saturday" in timezone Europe/Zurich, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/adobe/spacecat-audit-post-processor). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS40Mi40IiwidXBkYXRlZEluVmVyIjoiMzkuNDIuNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c71b044 commit db74e39

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ executors:
66
working_directory: ~/repo
77

88
orbs:
9-
helix-post-deploy: adobe/helix-post-deploy@3.0.2
9+
helix-post-deploy: adobe/helix-post-deploy@3.0.3
1010
codecov: codecov/codecov@5.0.3
1111

1212
commands:

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
"c8": "10.1.2",
7878
"chai": "5.1.2",
7979
"chai-as-promised": "8.0.1",
80-
"dotenv": "16.4.5",
80+
"dotenv": "16.4.7",
8181
"eslint": "8.57.1",
8282
"esmock": "2.6.9",
8383
"husky": "9.1.7",

0 commit comments

Comments
 (0)