verful / adonis-scheduler

Easily manage cron tasks in AdonisJS
MIT License
52 stars 5 forks source link

chore(deps-dev): bump the minor-and-patch group with 5 updates #58

Closed dependabot[bot] closed 9 months ago

dependabot[bot] commented 10 months ago

Bumps the minor-and-patch group with 5 updates:

Package From To
@commitlint/cli 18.4.4 18.6.0
@commitlint/config-conventional 18.4.4 18.6.0
@types/luxon 3.4.1 3.4.2
@types/node 20.11.3 20.11.10
prettier 3.2.2 3.2.4

Updates @commitlint/cli from 18.4.4 to 18.6.0

Release notes

Sourced from @​commitlint/cli's releases.

v18.6.0

18.6.0 (2024-01-25)

Features

Full Changelog: https://github.com/conventional-changelog/commitlint/compare/v18.5.1...v18.6.0

v18.5.1

18.5.1 (2024-01-22)

Bug Fixes

Full Changelog: https://github.com/conventional-changelog/commitlint/compare/v18.5.0...v18.5.1

v18.5.0

18.5.0 (2024-01-22)

Bug Fixes

  • config-nx-scopes: restore compatibility with nx 17.2.0 and higher (#3855) (1e08a17), closes #3820

Features

  • cli: print-config now can be configured to print a json in stdout (#3863) (6381a2d), closes #3819

Chore

New Contributors

Full Changelog: https://github.com/conventional-changelog/commitlint/compare/v18.4.4...v18.5.0

Changelog

Sourced from @​commitlint/cli's changelog.

18.6.0 (2024-01-25)

Note: Version bump only for package @​commitlint/cli

18.5.0 (2024-01-22)

Features

  • cli: print-config now can be configured to print a json in stdout (#3863) (6381a2d), closes #3819
Commits


Updates @commitlint/config-conventional from 18.4.4 to 18.6.0

Release notes

Sourced from @​commitlint/config-conventional's releases.

v18.6.0

18.6.0 (2024-01-25)

Features

Full Changelog: https://github.com/conventional-changelog/commitlint/compare/v18.5.1...v18.6.0

v18.5.1

18.5.1 (2024-01-22)

Bug Fixes

Full Changelog: https://github.com/conventional-changelog/commitlint/compare/v18.5.0...v18.5.1

v18.5.0

18.5.0 (2024-01-22)

Bug Fixes

  • config-nx-scopes: restore compatibility with nx 17.2.0 and higher (#3855) (1e08a17), closes #3820

Features

  • cli: print-config now can be configured to print a json in stdout (#3863) (6381a2d), closes #3819

Chore

New Contributors

Full Changelog: https://github.com/conventional-changelog/commitlint/compare/v18.4.4...v18.5.0

Changelog

Sourced from @​commitlint/config-conventional's changelog.

18.6.0 (2024-01-25)

Features

18.5.0 (2024-01-22)

Note: Version bump only for package @​commitlint/config-conventional

Commits


Updates @types/luxon from 3.4.1 to 3.4.2

Commits


Updates @types/node from 20.11.3 to 20.11.10

Commits


Updates prettier from 3.2.2 to 3.2.4

Release notes

Sourced from prettier's releases.

3.2.4

  • Fix .eslintrc.json format #15947

🔗 Changelog

3.2.3

  • Format tsconfig.json file with jsonc parser #15927

🔗 Changelog

Changelog

Sourced from prettier's changelog.

3.2.4

diff

Fix incorrect parser inference (#15947 by @​fisker)

Files like .eslintrc.json were incorrectly formatted as JSONC files.

// Input
prettier --file-info .eslintrc.json
{ "ignored": false, "inferredParser": "jsonc" }

// Prettier 3.2.4 prettier --file-info .eslintrc.json { "ignored": false, "inferredParser": "json" }

3.2.3

diff

Throw errors for invalid code (#15881 by @​fisker, @​Josh-Cena, @​auvred)

// Input
1++;

// Prettier 3.2.2 1++;

// Prettier 3.2.3 SyntaxError: Invalid left-hand side expression in unary operation (1:1) > 1 | 1++; | ^

// Input
try {} catch (error = 1){}

// Prettier 3.2.2
try {
} catch (error) {}

// Prettier 3.2.3
SyntaxError: Catch clause variable cannot have an initializer. (1:23)
</tr></table> 

... (truncated)

Commits


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 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
dependabot[bot] commented 9 months ago

Looks like these dependencies are updatable in another way, so this is no longer needed.