From 11b94636fbad2fbc5ff8495f4230e3f2512d9c4e Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 23 Oct 2023 03:51:26 +0000
Subject: [PATCH] chore(deps): Bump cron-time-generator from 1.3.0 to 2.0.1
(#36)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Bumps [cron-time-generator](https://github.com/trapcodeio/cron-time)
from 1.3.0 to 2.0.1.
Release notes
Sourced from cron-time-generator's
releases.
2.0.0 - Change Export/Import method. (Breaking Change)
All export =
was converted to export
default
in order to move forward and stop this error: trapcodeio/cron-time#16
Old way of importing
const CronTime =
require('cron-time-generator');
// OR Typescript
import CronTime from "cron-time-generator";
New way of importing
// Javascript
const {CronTime} = require('cron-time-generator');
// OR
const {default: CronTime} = require('cron-time-generator');
// Typescript
import {CronTime} from "cron-time-generator";
// OR
import CronTime from "cron-time-generator";
See the change log for a list of changes
Add LICENSE FILE
Thanks to @​localpcguy
Issue: trapcodeio/cron-time#14
Changelog
Sourced from cron-time-generator's
changelog.
2.0.1
- Merged PR #18
that updates the documentation.
2.0.0
- Create
CHANGELOG.md
- Update Packages to the latest version.
- Set
CronTime
as default export of the package.
- Add
CronTime
as named export of the package.
- Update
README.md
to reflect the changes.
- Create
main
branch and set it as default branch.
Commits
[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=cron-time-generator&package-manager=npm_and_yarn&previous-version=1.3.0&new-version=2.0.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
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-automerge-start)
[//]: # (dependabot-automerge-end)
---
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 show ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore ` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore ` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore ` will
remove the ignore condition of the specified dependency and ignore
conditions
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
package.json | 2 +-
yarn.lock | 8 ++++----
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/package.json b/package.json
index edf6961..70ef621 100644
--- a/package.json
+++ b/package.json
@@ -29,7 +29,7 @@
"@cdktf/provider-local": "^9.0.0",
"cdktf": "0.19.0",
"constructs": "^10.0.63",
- "cron-time-generator": "^1.3.0",
+ "cron-time-generator": "^2.0.1",
"esbuild": "^0.19.5"
},
"devDependencies": {
diff --git a/yarn.lock b/yarn.lock
index 9e27aeb..137a74d 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -5117,10 +5117,10 @@ create-require@^1.1.0:
resolved "https://registry.yarnpkg.com/create-require/-/create-require-1.1.1.tgz#c1d7e8f1e5f6cfc9ff65f9cd352d37348756c333"
integrity sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ==
-cron-time-generator@^1.3.0:
- version "1.3.0"
- resolved "https://registry.yarnpkg.com/cron-time-generator/-/cron-time-generator-1.3.0.tgz#4e228117603df6e72c372931ee81f62f3afc071a"
- integrity sha512-1w+26RkhSUOwGMA9AL6abEjCvbFvd5mbHvFpLdj8L83LR0B4j6AH1p2H3Bh90yjThb4nviSRtsk/4qaJQNQblA==
+cron-time-generator@^2.0.1:
+ version "2.0.1"
+ resolved "https://registry.yarnpkg.com/cron-time-generator/-/cron-time-generator-2.0.1.tgz#33990c6f70f419218d7f2be2d4e84798835c9fe5"
+ integrity sha512-InQQ4vvnFuaM/fpRHkJ0/EzxVfPstVEXo4wJfZwBJutCJ3x6AESnc0A8Kj7TlorpqTbH601ZZJtnFZuFZaMJyQ==
cross-fetch@^3.1.5:
version "3.1.6"