gastromatic / calendar-date

Immutable object to represent and work with a calendar date with zero dependencies
MIT License
21 stars 1 forks source link

chore(deps): update devdependencies (non-major) #135

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@commitlint/cli (source) 17.0.2 -> 17.0.3 age adoption passing confidence
@commitlint/config-conventional (source) 17.0.2 -> 17.0.3 age adoption passing confidence
@types/jest 28.1.2 -> 28.1.3 age adoption passing confidence
@typescript-eslint/eslint-plugin 5.28.0 -> 5.29.0 age adoption passing confidence
@typescript-eslint/parser 5.28.0 -> 5.29.0 age adoption passing confidence
fast-check 3.0.0 -> 3.0.1 age adoption passing confidence
lint-staged 13.0.2 -> 13.0.3 age adoption passing confidence

Release Notes

conventional-changelog/commitlint (@​commitlint/cli) ### [`v17.0.3`](https://togithub.com/conventional-changelog/commitlint/blob/HEAD/@​commitlint/cli/CHANGELOG.md#​1703-httpsgithubcomconventional-changelogcommitlintcomparev1702v1703-2022-06-25) [Compare Source](https://togithub.com/conventional-changelog/commitlint/compare/v17.0.2...v17.0.3) **Note:** Version bump only for package [@​commitlint/cli](https://togithub.com/commitlint/cli)
conventional-changelog/commitlint (@​commitlint/config-conventional) ### [`v17.0.3`](https://togithub.com/conventional-changelog/commitlint/blob/HEAD/@​commitlint/config-conventional/CHANGELOG.md#​1703-httpsgithubcomconventional-changelogcommitlintcomparev1702v1703-2022-06-25) [Compare Source](https://togithub.com/conventional-changelog/commitlint/compare/v17.0.2...v17.0.3) **Note:** Version bump only for package [@​commitlint/config-conventional](https://togithub.com/commitlint/config-conventional)
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin) ### [`v5.29.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#​5290-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5280v5290-2022-06-20) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.28.0...v5.29.0) **Note:** Version bump only for package [@​typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
typescript-eslint/typescript-eslint (@​typescript-eslint/parser) ### [`v5.29.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#​5290-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5280v5290-2022-06-20) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.28.0...v5.29.0) **Note:** Version bump only for package [@​typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
dubzzz/fast-check ### [`v3.0.1`](https://togithub.com/dubzzz/fast-check/blob/HEAD/packages/fast-check/CHANGELOG.md#​301) [Compare Source](https://togithub.com/dubzzz/fast-check/compare/v3.0.0...v3.0.1) *Basic setup for monorepo* \[[Code](https://togithub.com/dubzzz/fast-check/tree/v3.0.1)]\[[Diff](https://togithub.com/dubzzz/fast-check/compare/v3.0.0...v3.0.1)] #### Fixes - ([PR#​2986](https://togithub.com/dubzzz/fast-check/pull/2986)) CI: Switch to Yarn 3 and simple monorepo - ([PR#​2987](https://togithub.com/dubzzz/fast-check/pull/2987)) CI: Simplify test-bundle script following merge of Yarn 3 - ([PR#​2988](https://togithub.com/dubzzz/fast-check/pull/2988)) CI: Switch to `yarn workspace *` instead of `cd packages/*` - ([PR#​2990](https://togithub.com/dubzzz/fast-check/pull/2990)) CI: Replace `npx` by `yarn dlx` - ([PR#​2991](https://togithub.com/dubzzz/fast-check/pull/2991)) CI: Setup prettier at the root of the project - ([PR#​2992](https://togithub.com/dubzzz/fast-check/pull/2992)) CI: Drop unneeded benchmarks - ([PR#​2993](https://togithub.com/dubzzz/fast-check/pull/2993)) CI: Fix script not using the right path - ([PR#​2994](https://togithub.com/dubzzz/fast-check/pull/2994)) CI: Fix gh-pages publication follwoing move to monorepo - ([PR#​2995](https://togithub.com/dubzzz/fast-check/pull/2995)) CI: Clean-up `.gitignore` - ([PR#​2996](https://togithub.com/dubzzz/fast-check/pull/2996)) CI: Move eslint at top level - ([PR#​2989](https://togithub.com/dubzzz/fast-check/pull/2989)) CI: Make `fast-check` self reference itself as a dev dependency - ([PR#​2997](https://togithub.com/dubzzz/fast-check/pull/2997)) CI: Define top-level script to simplify build and test - ([PR#​2999](https://togithub.com/dubzzz/fast-check/pull/2999)) CI: Setup for `yarn version check` - ([PR#​3001](https://togithub.com/dubzzz/fast-check/pull/3001)) CI: Make use of `yarn version` for generate changelog - ([PR#​3003](https://togithub.com/dubzzz/fast-check/pull/3003)) CI: Fix usages of `yarn version` when generating changelog - ([PR#​3005](https://togithub.com/dubzzz/fast-check/pull/3005)) CI: Move anything package related next to its package - ([PR#​3008](https://togithub.com/dubzzz/fast-check/pull/3008)) CI: Check the need for `dedupe` for each run - ([PR#​3010](https://togithub.com/dubzzz/fast-check/pull/3010)) CI: Cross-jobs caching for yarn - ([PR#​3011](https://togithub.com/dubzzz/fast-check/pull/3011)) CI: Enhance and document version related rules for PRs - ([PR#​3014](https://togithub.com/dubzzz/fast-check/pull/3014)) CI: Run tests against trimmed versions of the packages - ([PR#​3015](https://togithub.com/dubzzz/fast-check/pull/3015)) CI: Make fast-check's tests rely on its own build - ([PR#​3017](https://togithub.com/dubzzz/fast-check/pull/3017)) CI: Faster workflow of GH Actions - ([PR#​3023](https://togithub.com/dubzzz/fast-check/pull/3023)) CI: Factorize test jobs via matrix of GH Actions - ([PR#​3024](https://togithub.com/dubzzz/fast-check/pull/3024)) CI: Drop es-check related jobs - ([PR#​3032](https://togithub.com/dubzzz/fast-check/pull/3032)) CI: Handle monorepo in generate changelog - ([PR#​3034](https://togithub.com/dubzzz/fast-check/pull/3034)) CI: Better links in PR generating changelog - ([PR#​3037](https://togithub.com/dubzzz/fast-check/pull/3037)) CI: Adapt build script to publish any package - ([PR#​3039](https://togithub.com/dubzzz/fast-check/pull/3039)) CI: Also commit `.yarn/versions` with changelogs - ([PR#​3000](https://togithub.com/dubzzz/fast-check/pull/3000)) Doc: Default to readme from `packages/fast-check` - ([PR#​3006](https://togithub.com/dubzzz/fast-check/pull/3006)) Doc: Start following all-contributors specification - ([PR#​3007](https://togithub.com/dubzzz/fast-check/pull/3007)) Doc: Rework the "bug discovered with fast-check" section of the README - ([PR#​3031](https://togithub.com/dubzzz/fast-check/pull/3031)) Doc: Add missing README files on bundle related tests - ([PR#​2982](https://togithub.com/dubzzz/fast-check/pull/2982)) Move: Move `example/` to `examples/` - ([PR#​2983](https://togithub.com/dubzzz/fast-check/pull/2983)) Move: Move part of `test/` into `packages/test-bundle-*` - ([PR#​2984](https://togithub.com/dubzzz/fast-check/pull/2984)) Move: Move part of source code into `packages/fast-check` - ([PR#​2977](https://togithub.com/dubzzz/fast-check/pull/2977)) Refactor: Simplify logic to read constraints for `commands` - ([PR#​3016](https://togithub.com/dubzzz/fast-check/pull/3016)) Test: Check SHA1 of produced bundle in E2E tests
okonet/lint-staged ### [`v13.0.3`](https://togithub.com/okonet/lint-staged/releases/tag/v13.0.3) [Compare Source](https://togithub.com/okonet/lint-staged/compare/v13.0.2...v13.0.3) ##### Bug Fixes - correctly handle git stash when using MSYS2 ([#​1178](https://togithub.com/okonet/lint-staged/issues/1178)) ([0d627a5](https://togithub.com/okonet/lint-staged/commit/0d627a52846d63cd6fc6018a8d7779ef454a99b2))

Configuration

📅 Schedule: Branch creation - "before 8am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



This PR has been generated by Mend Renovate. View repository job log here.

gastrobot commented 2 years ago

:tada: This PR is included in version 1.7.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: