Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency luxon to v3.3.0 & add @types/luxon #689

Merged
merged 1 commit into from
Aug 26, 2023

Conversation

sheerlox
Copy link
Collaborator

Description

  • added @types/luxon to dependencies
  • updated Luxon from v3.2.1 to v3.3.0 (avoided v3.4.0 since types aren't available for that version yet).

Related Issue

Fixes #688.

Motivation and Context

This library needs to depend on @types/luxon since we now export our own types. See the related issue for the error this fixes.

How Has This Been Tested?

  • checked that TypeScript now correctly loads the Luxon types
  • ran tests locally

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have added tests to cover my changes.
  • All new and existing tests passed.
  • If my change introduces a breaking change, I have added a ! after the type/scope in the title (see the Conventional Commits standard).

@sheerlox sheerlox self-assigned this Aug 16, 2023
@sheerlox sheerlox added the dependencies Pull requests that update a dependency file label Aug 16, 2023
@sheerlox sheerlox mentioned this pull request Aug 16, 2023
9 tasks
@sheerlox sheerlox merged commit c95a449 into kelektiv:main Aug 26, 2023
11 checks passed
ncb000gt pushed a commit that referenced this pull request Aug 26, 2023
## [2.4.2](v2.4.1...v2.4.2) (2023-08-26)

### 🐛 Bug Fixes

* **deps:** update dependency luxon to v3.3.0 & add [@types](https://github.com/types)/luxon ([#689](#689)) ([c95a449](c95a449)), closes [#688](#688)
@ncb000gt
Copy link
Member

🎉 This PR is included in version 2.4.2 🎉

The release is available on:

Your semantic-release bot 📦🚀

@sheerlox sheerlox deleted the fix/luxon-3.3.0-and-types branch August 26, 2023 16:43
sheerlox added a commit to sheerlox/node-cron that referenced this pull request Sep 10, 2023
…ktiv#689)

## Description
- added `@types/luxon` to dependencies
- updated Luxon from `v3.2.1` to `v3.3.0` (avoided `v3.4.0` since types
aren't available for that version yet).

## Related Issue
Fixes kelektiv#688.

## Motivation and Context
This library needs to depend on `@types/luxon` since we now export our
own types. See the related issue for the error this fixes.

## How Has This Been Tested?
- checked that TypeScript now correctly loads the Luxon types
- ran tests locally

## Types of changes
- [X] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing
functionality to change)

## Checklist:
- [X] My code follows the code style of this project.
- [ ] My change requires a change to the documentation.
- [ ] I have updated the documentation accordingly.
- [ ] I have added tests to cover my changes.
- [X] All new and existing tests passed.
- [ ] If my change introduces a breaking change, I have added a `!`
after the type/scope in the title (see the Conventional Commits
standard).
ncb000gt pushed a commit that referenced this pull request Sep 10, 2023
## [3.0.0-beta.4](v3.0.0-beta.3...v3.0.0-beta.4) (2023-09-10)

### 🐛 Bug Fixes

* **deps:** update dependency luxon to v3.3.0 & add [@types](https://github.com/types)/luxon ([#689](#689)) ([c95a449](c95a449)), closes [#688](#688)
* fix range parsing when upper limit = 0 ([#687](#687)) ([d96746f](d96746f))

### 🚨 Tests

* add TS types check ([#690](#690)) ([f046016](f046016))
@ncb000gt
Copy link
Member

🎉 This PR is included in version 3.0.0-beta.4 🎉

The release is available on:

Your semantic-release bot 📦🚀

patrickm68 added a commit to patrickm68/node-cron-types that referenced this pull request Sep 14, 2023
## [2.4.2](kelektiv/node-cron@v2.4.1...v2.4.2) (2023-08-26)

### 🐛 Bug Fixes

* **deps:** update dependency luxon to v3.3.0 & add [@types](https://github.com/types)/luxon ([#689](kelektiv/node-cron#689)) ([c95a449](kelektiv/node-cron@c95a449)), closes [#688](kelektiv/node-cron#688)
sheerlox added a commit that referenced this pull request Sep 27, 2023
## Description
- added `@types/luxon` to dependencies
- updated Luxon from `v3.2.1` to `v3.3.0` (avoided `v3.4.0` since types
aren't available for that version yet).

## Related Issue
Fixes #688.

## Motivation and Context
This library needs to depend on `@types/luxon` since we now export our
own types. See the related issue for the error this fixes.

## How Has This Been Tested?
- checked that TypeScript now correctly loads the Luxon types
- ran tests locally

## Types of changes
- [X] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing
functionality to change)

## Checklist:
- [X] My code follows the code style of this project.
- [ ] My change requires a change to the documentation.
- [ ] I have updated the documentation accordingly.
- [ ] I have added tests to cover my changes.
- [X] All new and existing tests passed.
- [ ] If my change introduces a breaking change, I have added a `!`
after the type/scope in the title (see the Conventional Commits
standard).
sheerlox pushed a commit that referenced this pull request Sep 27, 2023
## [2.4.2](v2.4.1...v2.4.2) (2023-08-26)

### 🐛 Bug Fixes

* **deps:** update dependency luxon to v3.3.0 & add [@types](https://github.com/types)/luxon ([#689](#689)) ([c95a449](c95a449)), closes [#688](#688)
sheerlox added a commit to sheerlox/node-cron that referenced this pull request Sep 27, 2023
…ktiv#689)

## Description
- added `@types/luxon` to dependencies
- updated Luxon from `v3.2.1` to `v3.3.0` (avoided `v3.4.0` since types
aren't available for that version yet).

## Related Issue
Fixes kelektiv#688.

## Motivation and Context
This library needs to depend on `@types/luxon` since we now export our
own types. See the related issue for the error this fixes.

## How Has This Been Tested?
- checked that TypeScript now correctly loads the Luxon types
- ran tests locally

## Types of changes
- [X] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing
functionality to change)

## Checklist:
- [X] My code follows the code style of this project.
- [ ] My change requires a change to the documentation.
- [ ] I have updated the documentation accordingly.
- [ ] I have added tests to cover my changes.
- [X] All new and existing tests passed.
- [ ] If my change introduces a breaking change, I have added a `!`
after the type/scope in the title (see the Conventional Commits
standard).
sheerlox pushed a commit to sheerlox/node-cron that referenced this pull request Sep 27, 2023
## [2.4.2](kelektiv/node-cron@v2.4.1...v2.4.2) (2023-08-26)

### 🐛 Bug Fixes

* **deps:** update dependency luxon to v3.3.0 & add [@types](https://github.com/types)/luxon ([kelektiv#689](kelektiv#689)) ([c95a449](kelektiv@c95a449)), closes [kelektiv#688](kelektiv#688)
sheerlox added a commit to sheerlox/node-cron that referenced this pull request Sep 29, 2023
…ktiv#689)

## Description
- added `@types/luxon` to dependencies
- updated Luxon from `v3.2.1` to `v3.3.0` (avoided `v3.4.0` since types
aren't available for that version yet).

## Related Issue
Fixes kelektiv#688.

## Motivation and Context
This library needs to depend on `@types/luxon` since we now export our
own types. See the related issue for the error this fixes.

## How Has This Been Tested?
- checked that TypeScript now correctly loads the Luxon types
- ran tests locally

## Types of changes
- [X] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing
functionality to change)

## Checklist:
- [X] My code follows the code style of this project.
- [ ] My change requires a change to the documentation.
- [ ] I have updated the documentation accordingly.
- [ ] I have added tests to cover my changes.
- [X] All new and existing tests passed.
- [ ] If my change introduces a breaking change, I have added a `!`
after the type/scope in the title (see the Conventional Commits
standard).
sheerlox pushed a commit to sheerlox/node-cron that referenced this pull request Sep 29, 2023
## [2.4.2](kelektiv/node-cron@v2.4.1...v2.4.2) (2023-08-26)

### 🐛 Bug Fixes

* **deps:** update dependency luxon to v3.3.0 & add [@types](https://github.com/types)/luxon ([kelektiv#689](kelektiv#689)) ([c95a449](kelektiv@c95a449)), closes [kelektiv#688](kelektiv#688)
sheerlox added a commit to sheerlox/node-cron that referenced this pull request Sep 29, 2023
…ktiv#689)

## Description
- added `@types/luxon` to dependencies
- updated Luxon from `v3.2.1` to `v3.3.0` (avoided `v3.4.0` since types
aren't available for that version yet).

## Related Issue
Fixes kelektiv#688.

## Motivation and Context
This library needs to depend on `@types/luxon` since we now export our
own types. See the related issue for the error this fixes.

## How Has This Been Tested?
- checked that TypeScript now correctly loads the Luxon types
- ran tests locally

## Types of changes
- [X] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing
functionality to change)

## Checklist:
- [X] My code follows the code style of this project.
- [ ] My change requires a change to the documentation.
- [ ] I have updated the documentation accordingly.
- [ ] I have added tests to cover my changes.
- [X] All new and existing tests passed.
- [ ] If my change introduces a breaking change, I have added a `!`
after the type/scope in the title (see the Conventional Commits
standard).
@sheerlox sheerlox added type:build Changes that affect the build system or external dependencies and removed released on @beta labels Sep 30, 2023
@sheerlox sheerlox removed their assignment Oct 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file released type:build Changes that affect the build system or external dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Could not find a declaration file for module 'luxon'
3 participants