Skip to content

Commit

Permalink
chore(deps): update dependency @types/luxon to v3.3.7 (renovatebot#26193
Browse files Browse the repository at this point in the history
)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Michael Kriese <[email protected]>
  • Loading branch information
2 people authored and zT-1337 committed Jan 24, 2024
1 parent 7e8f91f commit d84a9e1
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export abstract class AbstractGithubGraphqlCacheStrategy<
* These fields will be persisted.
*/
private items: Record<string, GithubItem> | undefined;
protected createdAt = this.now;
protected createdAt: DateTime = this.now;

/**
* This flag indicates whether there is any new or updated items
Expand Down
2 changes: 1 addition & 1 deletion lib/workers/repository/update/branch/schedule.ts
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ export function isScheduledNow(
logger.warn(validSchedule[1]);
return true;
}
let now = DateTime.local();
let now: DateTime = DateTime.local();
logger.trace(`now=${now.toISO()!}`);
// Adjust the time if repo is in a different timezone to renovate
if (config.timezone) {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@
"@types/json-dup-key-validator": "1.0.2",
"@types/linkify-markdown": "1.0.3",
"@types/lodash": "4.14.202",
"@types/luxon": "3.3.5",
"@types/luxon": "3.3.7",
"@types/markdown-it": "13.0.7",
"@types/markdown-table": "2.0.0",
"@types/marshal": "0.5.3",
Expand Down
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

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

0 comments on commit d84a9e1

Please sign in to comment.