Skip to content

Commit

Permalink
chore(deps): lock file maintenance (#698)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Update | Change |
|---|---|
| lockFileMaintenance | All locks refreshed |

🔧 This Pull Request updates lock files to use the latest dependency
versions.

---

### Configuration

📅 **Schedule**: Branch creation - "before 2am" (UTC), 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/apify/apify-cli).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMS41IiwidXBkYXRlZEluVmVyIjoiMzkuMTEuNSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Vlad Frangu <me@vladfrangu.dev>
  • Loading branch information
renovate[bot] and vladfrangu authored Nov 25, 2024
1 parent e10bc31 commit 437b623
Show file tree
Hide file tree
Showing 4 changed files with 2,278 additions and 1,351 deletions.
1 change: 0 additions & 1 deletion src/commands/run.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ export class RunCommand extends ApifyCommand<typeof RunCommand> {
};

async run() {
console.log('running');
const cwd = process.cwd();

const { proxy, id: userId, token } = await getLocalUserInfo();
Expand Down
2 changes: 0 additions & 2 deletions test/python_support.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,6 @@ async def main():

await RunCommand.run([], import.meta.url);

console.log('ran');

// Check Actor output
const actorOutputPath = joinPath(getLocalKeyValueStorePath(), 'OUTPUT.json');
const actorOutput = loadJsonFileSync(actorOutputPath);
Expand Down
Loading

0 comments on commit 437b623

Please sign in to comment.